reassign 452119 sysv-rc thanks > Trying to start any service via "invoke-rc.d start $service" fails > without any error or effect.
Try running it with set -x to see what the shell is doing. Like this: sh -x /usr/sbin/invoke-rc.d start $service Do you have a /usr/sbin/policy-rc.d script? It could override the behavior of invoke-rc.d. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

