Thanks Ken. That was it. Rich -----Original Message----- From: Hall, Ken (ECSS) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 2:47 PM To: [EMAIL PROTECTED] Subject: Re: NETDEV_2: command not found
Have a look in your /etc/rc.config, where the network devices are defined. It looks like you have a line like: NETDEV_2 where it should be: NETDEV_2="" Instead of a variable assignment, it's interpreting the command as a program call, and rc.config runs in EVERY init script. > -----Original Message----- > From: Rich Blair [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 2:42 PM > To: [EMAIL PROTECTED] > Subject: [LINUX-390] NETDEV_2: command not found > > > Hello - > > Our environment: SUSE SLES-7 (s390) 2.4.7 > > Here's a "partial" snapshot of what's coming out on our console when > we ipl this system. Seems like all of the /etc/init.d/rc5.d/xxxx > scripts get this > error: > > /etc/init.d/rc5.d/S21atalk: NETDEV_2: command not found > /etc/init.d/rc5.d/S21ircd: NETDEV_2: command not found > /etc/init.d/rc5.d/S22squid: NETDEV_2: command not found > > The system seems to be running ok from my perspective anyway. Network > connectivity is working. Anyone have an idea as to what NETDEV_2 is? > > Thanks. > > Rich Blair | Mainframe Systems > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > ASG | <http://www.asg.com/> asg.com > 1333 Third Avenue South > Naples, Florida 34102 USA > > Tel: 239.435.2243 > Fax: 239.213.3717 > Toll Free: 800.932.5536 x2243 >
