Enigma2 Question - Init 4 command How to restart?

LoveMyDish

Registered
Messages
155
Init 4 shuts down enigma.
How do i get it restarted without rebooting?

I want to make sure i can start it without it being linked to the telnet session I'm connected too.

I have been issuing a reboot command, but it would be a lot nicer if i could figure out how to restart it.

Also, does anyone know why the telnet session is dropped when you issue a init 4? Is there a way to issue the Init 4 command so it won't dump the telnet session i'm in?

Thanks.
 

percivjr

Registered
Messages
461
init 3


init 0 Deep Standby
init 1 Stops Enigma2 and network
init 2 Stops Enigma2
init 3 Starts Enigma2 normally
init 4 Stops Enigma2
init 5 Stops Enigma2
init 6 Reboots the box


I don't understand why your telnet session stops.
 
Last edited:

campag5242

Feed Hunter
Messages
2,582
init 4 does *not* drop the telnet session for me. Here's what I do if memory is getting low on my box:
init 4; sleep 5; init 3
 

EnoSat

Senior Member
Messages
1,952
Code:
root@lunix:~# init
Usage: init {-e VAR[=VAL] | [-t SECONDS] {0|1|2|3|4|5|6|S|s|Q|q|A|a|B|b|C|c|U|u}}
 
Top