https://qa.mandrakesoft.com/show_bug.cgi?id=1661
------- Additional Comments From [EMAIL PROTECTED] 2003-02-16 20:20 -------
Is anybody else running apcupsd 3.10.5 that can or can't reproduce this?
I just don't see how it can be. apcupsd's main() calls daemon_start()
which fork()'s, exit()'s the parent, and the child runs:
close(STDIN_FILENO);
close(STDOUT_FILENO);
close(STDERR_FILENO);
The network information server starts the same way but doesn't close any
fd's though. But then I have it enabled and can't reproduce this.
Reporter, can you give me two things. First the output of the following
command while apcupsd is running:
ps axf | grep apcupsd
and the output of:
grep ^[^#] /etc/apcupsd/apcupsd.conf
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: __UNKNOWN__
status: RESOLVED
creation_date:
description:
please see bug report #1489
same problem. resolution should be the same as well.