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 _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

