Hello, I'm following directions in someone's HOW-TO for installing xfsft. The final stages of getting this thing working is creating the file /sbin/init.d/xfsft and put a script inside it. Then symlink /sbin/init.d/xfsft to the files /sbin/init.d/rc3.d/S29xfs /sbin/init.d/rc3.d/K10xfs /sbin/init.d/rc2.d/S29xfs /sbin/init.d/rc2.d/K10xfs Apparantly this sets up xfsft to kick in upon startup in either init 2 or init 3 with the S29xfs files and the K10xfs provide for the shutdown. But I don't have these files??? Here are the contents of my /sbin/init.d/rc3.d directory: K10xdm K35boot.setup S02serial S17autofs K19cron K35routed S03i4l_hardware S17nfsserver K19nscd K35syslog S03pcmcia S17pcnfsd K20apache K36nfs S04dummy S19svgatext K20at K37rpc S05dhclient S20apache K20inetd K38route S05i4l S20at K20lpd K40dhclient S05network S20inetd K20rwhod K40hylafax S07route S20kbd K20sendmail K40i4l S08rpc S20lpd K20squid K40network S09nfs S20rwhod K23nfsserver K42pcmcia S09syslog S20sendmail K23pcnfsd K44i4l_hardware S10boot.setup S20squid K24autofs K45dummy S10routed S21cron K27quotad K50serial S11named S21nscd K30random K81svgatext S12quota S30xdm K31quota K99kerneld S13quotad S40hylafax K34named S01kerneld S13random Any ideas? Thanks George -- My personal website http://www.firstnethou.com/gz/welcome.htm -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi, On Wed, Mar 01 2000 at 22:50 +0300, George Zeigler wrote:
I'm following directions in someone's HOW-TO for installing xfsft. The final stages of getting this thing working is creating the file /sbin/init.d/xfsft and put a script inside it. Then symlink /sbin/init.d/xfsft to the files
/sbin/init.d/rc3.d/S29xfs /sbin/init.d/rc3.d/K10xfs /sbin/init.d/rc2.d/S29xfs /sbin/init.d/rc2.d/K10xfs
Apparantly this sets up xfsft to kick in upon startup in either init 2 or init 3 with the S29xfs files and the K10xfs provide for the shutdown.
But I don't have these files???
You'll have to create them -- where's the problem? Ciao, Stefan -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On Wed, 01 Mar 2000, George Zeigler wrote:
Hello, I'm following directions in someone's HOW-TO for installing xfsft. The final stages of getting this thing working is creating the file /sbin/init.d/xfsft and put a script inside it. Then symlink /sbin/init.d/xfsft to the files
/sbin/init.d/rc3.d/S29xfs /sbin/init.d/rc3.d/K10xfs /sbin/init.d/rc2.d/S29xfs /sbin/init.d/rc2.d/K10xfs
Apparantly this sets up xfsft to kick in upon startup in either init 2 or init 3 with the S29xfs files and the K10xfs provide for the shutdown.
But I don't have these files???
Wrong direction. You HAVE /sbin/init/d/xfsft You will CREATE symlinks POINT AT that file. These symlinks will be the files you list in rc3.d and rc2.d You create symlinks with this command: ln -s /target/path/and/name /link/path/and/name Note: you CAN use a relative path to the target, but the link is stored with EXACTLY the path you specify. So if you then movey the link to another location, the location pointed to also moves. This can be very useful, or very annoying. For something you're throwing together quickly, start the target with / as I did above. For the link do whatever you like to land it in the right location. If you're in the directory you want the link to reside in, then you can just give the link a file name. -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
genz1968@mtu-net.ru
-
stefan.troeger@wirtschaft.tu-chemnitz.de
-
warrl@blarg.net