Hi,
Trying to get a boot script to work in SUSE Linux 10.2. It works in Fedora 6 (under /etc/rc.d/rc.local) . Here's what it looks like, and I installed it in /etc/init.d/boot.local. Anyone see why it would not work?
The script works under root, if I open it manually, but it doesn't work automatically at boot, nor does the script work in any other user other than root. Anyone have any ideas?
Thanks
Alan
#!/bin/sh
#
# *********NOTE: Difference between Fedora and SUSE***
# For Fedora linux put this startup file in /etc/rc.d/rc.local
# For openSUSE put this startup file in /etc/init.d/boot.local
#*******************************************************************
# /etc/rc.d/rc.local: Local systeminitialization script.
#/etc/init.d/boot.local: Local system initialization script
#
# Put any local startup commands in here. Also, if youhave
# anything that needs to be run at shutdown time you can
# make an /etc/rc.d/rc.local_shutdown script and put those
# commands in there.
ipx_interface delall
ipx_interface add -p eth0 802.2
#ipx_interface add -p eth0 802.3
ipx_configure --auto_interface=on --auto_primary=on
ipx_interface check eth0 802.2
#ipx_interface check eth0 802.3
ncpmount -S server2 -U admin -P password /server2