Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "SiennaRoot" (Nov 20th 2011, 8:54pm)
This post has been edited 1 times, last edit by "tomde" (Nov 21st 2011, 7:54pm)
This post has been edited 2 times, last edit by "gutemine" (Nov 21st 2011, 12:36pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# dm8000 läuft mit 7 e2-prozessen: ps -ef | grep enig 965 root 2520 S /bin/sh /usr/bin/enigma2.sh 968 root 103m S /usr/bin/enigma2 1005 root 103m S /usr/bin/enigma2 1036 root 103m S N /usr/bin/enigma2 1045 root 103m S N /usr/bin/enigma2 1082 root 103m S /usr/bin/enigma2 1090 root 103m S N /usr/bin/enigma2 # nach Reboot z.B. mit dem WebIf sind es nur noch 3 prozesse - kein reboot: (0) root@dm8000:/usr/script # ps -ef | grep enig 965 root 2520 S /bin/sh /usr/bin/enigma2.sh 968 root 89052 S /usr/bin/enigma2 1082 root 89052 S /usr/bin/enigma2 |
This post has been edited 2 times, last edit by "tomde" (Nov 21st 2011, 10:11pm)