Duplicate processes
Hello
I installed a debian 3.0 testing.
The kernel has been patched with grsecurity 1.9.12
Because Grsecurity is not supporting anymore kernel debian >= 2.4.20 , I
compiled avanilla kernel 2.4.22 with grsecurity patch.
I cannot uderstand why all the processes are forked.
Any process I launch is duplicated.
----------------------
dopamina@guanina:~/eggdrop14$ ps
PID TTY TIME CMD
345 pts/0 00:00:00 bash
349 pts/0 00:00:00 eggdrop
350 pts/0 00:00:00 eggdrop
351 pts/0 00:00:00 eggdrop
352 pts/0 00:00:00 ps
dopamina@guanina:~/eggdrop14$ ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
dopamina 344 0.0 0.7 7120 3844 ? S 18:18 0:00 sshd:
dopamina@pts/0
dopamina 345 0.0 0.5 2688 2684 pts/0 S 18:18 0:00 -bash
dopamina 349 0.1 0.8 6600 4072 pts/0 S 18:18 0:00 ./eggdrop -m
my.conf
dopamina 350 0.0 0.8 6600 4072 pts/0 S 18:18 0:00 ./eggdrop -m
my.conf
dopamina 351 0.0 0.8 6600 4072 pts/0 S 18:18 0:00 ./eggdrop -m
my.conf
dopamina 353 0.0 0.3 2524 1536 pts/0 R 18:19 0:00 ps aux
Any idea?
Thnx
Reply to: