On 8/15/06, Rich Osman <[EMAIL PROTECTED]> wrote:
Any idea where the output of the scripts gets logged?
Check /etc/syslog.conf for output from the individual programs - NUT uses log facility 'daemon', and you may have to add a line in /etc/syslog.conf for 'daemon.info' to see anything useful (be sure to restart syslogd afterwards). You can also run rc.d scripts by hand via 'sh -x', which prints every line as it is executed. Something like ths should work: # sh -x /etc/init.d/nut start -- - Charles Lepple _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

