Greetings
Just finished doing a pristine install of RH7.0.
[dual Celeron 366a on (gasp) Bp6 MB, 256MB RAM, SCSI, IDE disks,
SCSI CDROM, 2 SCSI DLT tape drives, 3com 3c900 ethernet]
anyhow, after editing the file /etc/sysctl.conf to add some
safety features (e.g. tcp_syncookies), I tried restarting the network via
/etc/rc.d/init.d/network restart
and got the following
Shutting down interface eth0: [ OK ]Quote:>/etc/rc.d/init.d/network restart
Disabling IPv4 packet forwarding: [ OK ]
Setting network parameters: [ OK ]
Bringing up interface lo: ./ifup: ./ifup: No such file or directory
[FAILED]
Bringing up interface eth0: ./ifup: ./ifup: No such file or directory
[FAILED]
The very WEIRD thing is, ifup EXISTS with correct permissions
total 37Quote:>ls -lG /etc/sysconfig/network-scripts/
-rw-r--r-- 1 root 44 Jan 25 13:35 ifcfg-eth0
-rw-r--r-- 1 root 340 Jan 25 12:22 ifcfg-eth0~
-rw-r--r-- 1 root 254 Sep 20 1999 ifcfg-lo
lrwxrwxrwx 1 root 12 Jan 24 15:58 ifdown -> /sbin/ifdown
-rwxr-xr-x 1 root 735 Apr 4 2000 ifdown-post
-rwxr-xr-x 1 root 819 Aug 18 14:38 ifdown-ppp
-rwxr-xr-x 1 root 937 Sep 8 1999 ifdown-sl
lrwxrwxrwx 1 root 10 Jan 24 15:58 ifup -> /sbin/ifup
-rwxr-xr-x 1 root 13851 Jun 1 2000 ifup-aliases
-rwxr-xr-x 1 root 1066 Jan 13 2000 ifup-ipx
-rwxr-xr-x 1 root 724 Jul 7 1998 ifup-plip
-rwxr-xr-x 1 root 2410 Apr 12 2000 ifup-post
-rwxr-xr-x 1 root 3140 Aug 23 19:40 ifup-ppp
-rwxr-xr-x 1 root 535 Aug 6 22:21 ifup-routes
-rwxr-xr-x 1 root 1647 Aug 25 1999 ifup-sl
-rw-r--r-- 1 root 2147 Aug 7 11:40 network-functions
-rwxr-xr-x 1 root 2966 Jul 25 2000 /sbin/ifcfgQuote:>ls -lG /sbin/if*
-rwxr-xr-x 1 root 47644 Jul 12 2000 /sbin/ifconfig
-rwxr-xr-x 1 root 1363 Aug 15 13:01 /sbin/ifdown
-rwxr-xr-x 1 root 12336 Oct 10 13:18 /sbin/ifenslave
-rwxr-xr-x 1 root 3725 Aug 3 07:21 /sbin/ifup
/root/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/X11R6/binQuote:>echo $PATH
but for some crazy reason the network script does >>not<< find it.
It finds ifdown OK though.????
I checked that in the network script file that it chages to the correct
directory.
** if I put in /sbin/ifup directly into the script, it then complains
that other files networf-functions, etc cannot be found, though
they are clearly there.
I am at my wits end. if you have any suggestions, they would be most
appreciated.
with best regards, Marcello Pavan