I wasn't aware of the telinit command and I've tried to use it without any good result.
Below my command
telinit 1 I obtain the following error:
timeout opening/witing control channel /dev/initctl The obtained strace doesn't help me
... rt_sigaction(SIGALRM, {0x11de0, [], 0x4000000 /* SA_??? */}, NULL, 8) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={3, 0}}, {it_interval={0, 0}, it_value={0, 0}}) = 0 open("/dev/initctl", O_WRONLY) = ? ERESTARTSYS (To be restarted if SA_RESTART is set) --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- sigreturn() (mask [QUIT]) = -1 EINTR (Interrupted system call) write(2, "telinit: ", 9telinit: ) = 9 write(2, "timeout opening/writing control "..., 53timeout opening/writing control channel /dev/initctl ) = 53 exit_group(1) = ? +++ exited with 1 +++ What does it mean?