Network Startup Problems

 
Thread Tools Search this Thread
Operating Systems Linux Slackware Network Startup Problems
Prev   Next
# 2  
Old 12-08-2006
post your rc.init1 script..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to demonstrate network problems?

Hi, I work on several Sun servers running Solaris (SunOS 5.10). All of these are Application Servers with a propietary software running on it. It happens that some times (not regularly/deterministic and not so often, i.e. twice a month circa) we register what I think are network problems. I say... (4 Replies)
Discussion started by: Evan
4 Replies

2. UNIX for Advanced & Expert Users

Vmware 7 unixware 7.13 network problems

i need help, i will always accord mine if my scope allows me, help me in this one.. am running vmware 7.0 in winserver 2008 on a cq61-425el, my network driver is installed correctly. and my vmware network drivers have added as well (in the device manager section). During installation i wasnt... (0 Replies)
Discussion started by: baitz
0 Replies

3. SCO

network problems with sco

SCO unix 5.0.5 - Suddently network lost & has to be reboot. I try to stop TCP & start TCP. but no connection. Any idea about that. thanks (8 Replies)
Discussion started by: ajantha
8 Replies

4. Solaris

Troubleshooting Solairs 10 Network problems

recently I've setup a Solaris 10 box & am having network disruption, e.g. disconnects, interrupted pings, etc) when I connect to it from another machine, how should I troubleshoot this ! The machine is a x86 box with 3 NICs (Differnet providors). The Current NIC is a Intel Gigabit, which is... (4 Replies)
Discussion started by: stevie_velvet
4 Replies

5. Shell Programming and Scripting

unzip via bash startup script problems

i have two lines in my rc.local file that are wget -O/<path>/<file>.zip url://domain.com unzip -o /<path>/<file>.zip the wget works fine, but the unzip won't work. when i copy/pase the unzip line to the prompt it works fine. i thought that maybe the unzip was running before the wget... (0 Replies)
Discussion started by: easysnowboards
0 Replies

6. Solaris

Problems with SS5 Network

Hey. i have a SPARCstation 5 running solaris 8 and CDE, i know this hardware is really old but its the only Solaris machine i can afford at this time, (Student) but im having a hard time getting it on the internet, im using a cable modem, andt DHCP IPv4, but i can`t get a connection, i have heard... (0 Replies)
Discussion started by: mads-nielsen
0 Replies

7. AIX

Network minimal configuration and startup

Hi, I have a LPAR running AIX 5.3 with multiple Etherchannels running (e.g. ent10-ent14 etc). The person who configured up the interfaces set more that one interface through minimal config and startup under smitty->tcpip When I try and clear out the IP address for one of the additional... (1 Reply)
Discussion started by: backslash
1 Replies

8. SuSE

Linux Network problems-Please help

Hullo everyone, I have recently installed SUSE 9.1 and attached it to my Network router (Actiontec 54Mbps Wireless DSL Gateway) but can't connect to the internet. It comes up with the following error message: An error occurred while loading "http://www.yahoo.com":Timeout on server - connection... (2 Replies)
Discussion started by: sybella1
2 Replies

9. Windows & DOS: Issues & Discussions

Windows xp network problems

Hello guys , i have a big big problem. At the company that i work for there are like 4 pcs that are sending and recieving a lot of packets to the point that the network is down. we think that it might be a virus, we run all the antivirus that you could posible think of and nothing so far. ... (2 Replies)
Discussion started by: josramon
2 Replies
Login or Register to Ask a Question
gnome-wm(1)							   User Commands						       gnome-wm(1)

NAME
gnome-wm - launch the GNOME window manager SYNOPSIS
gnome-wm [--default-wm wm] [--sm-client-id id] DESCRIPTION
gnome-wm is a shell script which launches the GNOME window manager, metacity. The user may specify that another window manager should be launched, either by using the --default-wm option or by setting the WINDOW_MANAGER environment variable. OPTIONS
The following options are supported: --default-wm wm Launch the window manager wm. --sm-client-id iSpecify the session management ID with which the window manager should be launched. EXAMPLES
Example 1: Launching the dtwm window manager using --default-wm example% gnome-wm --default-wm dtwm Example 2: Launching the dtwm window manager using WINDOW_MANAGER example% WINDOW_MANAGER=dtwm gnome-wm EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-wm Executable for GNOME window manager ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-panel | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
metacity(1), gnome-session(1) NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003. SunOS 5.10 9 Jan 2003 gnome-wm(1)