Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
carl wrote:
You can put code into /etc/rc.local that will be executed on bootup.
/Carl
That file was empty is it supposed to be that?
Yea, it is a place for local sysadmin to dump stuff to be booted at startup; the other alternative is to create an init script in /etc/init.d and create appropriate symlinks to /etc/rcX.d (often by using update-rc.d)
/Carl
carl wrote:
You can put code into /etc/rc.local that will be executed on bootup.
/Carl
That file was empty is it supposed to be that?
Yea, it is a place for local sysadmin to dump stuff to be booted at startup; the other alternative is to create an init script in /etc/init.d and create appropriate symlinks to /etc/rcX.d (often by using update-rc.d)
/Carl
Eh, my bad, forgot that that file isn't connected in sarge; you would have to add following to the appropriate place in /etc/inittab:
rclocalS:2345:wait:/etc/rc.local start
rclocalK:06:wait:/etc/rc.local stop
RealElwood wrote:
That file was empty is it supposed to be that?
Yea, it is a place for local sysadmin to dump stuff to be booted at startup; the other alternative is to create an init script in /etc/init.d and create appropriate symlinks to /etc/rcX.d (often by using update-rc.d)
/Carl
Eh, my bad, forgot that that file isn't connected in sarge; you would have to add following to the appropriate place in /etc/inittab:
rclocalS:2345:wait:/etc/rc.local start
rclocalK:06:wait:/etc/rc.local stop
Whooo Jolly Jumper as Lucky Luke would've sad when things ot out of hand.
Do i understand you correctly that whatever i put in rc.local isn't enough? It needs more tweeking?
carl wrote:
Yea, it is a place for local sysadmin to dump stuff to be booted at startup; the other alternative is to create an init script in /etc/init.d and create appropriate symlinks to /etc/rcX.d (often by using update-rc.d)
/Carl
Eh, my bad, forgot that that file isn't connected in sarge; you would have to add following to the appropriate place in /etc/inittab:
rclocalS:2345:wait:/etc/rc.local start
rclocalK:06:wait:/etc/rc.local stop
Whooo Jolly Jumper as Lucky Luke would've sad when things ot out of hand.
Do i understand you correctly that whatever i put in rc.local isn't enough? It needs more tweeking?
Or is it the other file, init.d???
/etc/init.d is an directory containing all scripts that is ran during startup, though the directories defining what, and in what order should be booted is in /etc/rcN.d where N is 0 ot 6 or S; also in etch and above, /etc/rc.local is also executed.
To add an new init to do the above, do the following: