Clamd init forks too many times
Bug #1398491 reported by
James Trowbridge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
clamav (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
starting the clamav-daemon forks over 300 processes. To be compatible with upstart monitoring processes it should fork a maximum of two times
vagrant@vagrant:~$ sudo rm /tmp/strace.log
vagrant@vagrant:~$ sudo strace -o /tmp/strace.log -fFv /etc/init.
* Starting ClamAV daemon clamd [ OK ]
vagrant@vagrant:~$ sudo egrep "\<(fork|
349
To post a comment you must log in.