in der Prozessliste fällt mir auf, das manche Prozesse scheinbar mehrmals parallel gestartet wurden. Ist das normal?
Warum läuft /bin/enigma z.B. fünf mal zur selben Zeit?
Oder sind das mehrere Threads oder so (aber dann hättense ja nicht unterschiedliche Prozess-IDs oder?)
Code: Alles auswählen
~ > ps | more
PID Uid VmSize Stat Command
1 root 1496 S init
2 root S [keventd]
3 root S [ksoftirqd_CPU0]
4 root S [kswapd]
5 root S [bdflush]
6 root S [kupdated]
7 root S [mtdblockd]
8 root 1496 S init
9 root 1476 S /bin/sh /etc/init.d/rcS
12 root S [jffs2_gcd_mtd3]
26 root 1028 S /sbin/inetd
53 root S [fe_thread]
64 root 1464 S /bin/sh /var/tuxbox/start_enigma
68 root 3096 S /bin/camd2
69 root 3096 S /bin/camd2
70 root 3096 S /bin/camd2
71 root 20620 S /bin/enigma
72 root 20620 S /bin/enigma
73 root 20620 S /bin/enigma
74 root 20620 S /bin/enigma
75 root 20620 S /bin/enigma
128 root 1336 S in.telnetd: 192.168.1.1
129 root 1600 S -sh
133 root 1576 R ps
134 root 1464 S more
~ >