wollte die neuen SVG-features ausprobieren.
sollte ein shutdown restart problemlos gehen? kein grosses problem, hat mich nur gewundert.
FHEM upgedated, neustart erforderlich. also erst mal schauen:
DiskStation> ps | grep fhem
9897 root 228m S perl /opt/fhem/bin/
fhem.pl /opt/fhem/etc/fhem.cfg
9901 root 1624 S tail -f ../../var/log/fhem_2012_01.log
20114 root 3004 S grep fhem
jetzt "shutdown restart" eingegeben, dann:
DiskStation> ps | grep fhem
9897 root 228m D perl /opt/fhem/bin/
fhem.pl /opt/fhem/etc/fhem.cfg
9901 root 1624 S tail -f ../../var/log/fhem_2012_01.log
20116 root 4848 D perl /opt/fhem/bin/
fhem.pl /opt/fhem/etc/fhem.cfg
20119 root 3004 S grep fhem
und dann ist alles weg:
DiskStation> ps | grep fhem
9901 root 1624 S tail -f ../../var/log/fhem_2012_01.log
20122 root 3004 S grep fhem
von hand gestartet:
DiskStation> perl /opt/fhem/bin/
fhem.pl /opt/fhem/etc/fhem.cfg
laeuft es:
DiskStation> ps | grep fhem
9901 root 1624 S tail -f ../../var/log/fhem_2012_01.log
20130 root 16412 S perl /opt/fhem/bin/
fhem.pl /opt/fhem/etc/fhem.cfg
20134 root 3004 S grep fhem
?