[Bug 194024] Re: syslogd stops logging when rotating.

2008-07-10 Thread Knut Auvor Grythe
Check the permissions of /etc/syslog.conf. When sysklogd starts, it has root privileges, which it later drops. If you reload it (which the logrotate script does), it will try to read syslog.conf as the syslog user. So you have to make sure that user has read access. -- syslogd stops logging when

[Bug 194024] Re: syslogd stops logging when rotating.

2008-07-10 Thread Knut Auvor Grythe
By the way, it wouldn't hurt if it logged that it was unable to read the configuration, instead of just locking up. Using the old configuration, of course. -- syslogd stops logging when rotating. https://bugs.launchpad.net/bugs/194024 You received this bug notification because you are a member of

[Bug 272051] [NEW] /etc/logrotate.d/mailman sends cron mail almost every night

2008-09-19 Thread Knut Auvor Grythe
Public bug reported: Binary package hint: mailman Servers running mailman on Ubuntu Hardy keep sending this mail nearly every night. It's quite annoying. Subject: Cron <[EMAIL PROTECTED]> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) /etc/cron.daily/logrotate:

[Bug 272051] Re: /etc/logrotate.d/mailman sends cron mail almost every night

2008-09-19 Thread Knut Auvor Grythe
I just noticed that this was previously solved in debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456954 -- /etc/logrotate.d/mailman sends cron mail almost every night https://bugs.launchpad.net/bugs/272051 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 191489] Re: fcgi-server doesn't work: wrong permissions for sympa.conf

2008-08-08 Thread Knut Auvor Grythe
If the debconf options sympa/use_wwsympa is true, the postinst script for sympa will set wwsympa.fcgi suid sympa. To use wwsympa and the soap interface, run dpkg-reconfigure sympa and enable wwsympa, fastcgi and the soap interface. If your debconf is not comfigured to display these options, you ca

[Bug 256028] [NEW] /var/lib/sympa/static_content is not world readable

2008-08-08 Thread Knut Auvor Grythe
Public bug reported: Binary package hint: sympa The files under /var/lib/sympa/static_content are only readable by the sympa user. I see no reason why content meant to be displayed on the web should be restricted to a specific user, and it also causes a bit of pain. By default, wwsympa.fcgi and

[Bug 273043] [NEW] /etc/init.d/apache2 routinely prints to stderr if few modules are enabled, causing logrotate to spam in cron

2008-09-22 Thread Knut Auvor Grythe
Public bug reported: Binary package hint: apache2-common We have a server which basically runs a vanilla apache, with very few modules enabled. Every night, logrotate sends us this cron mail: Subject: Cron <[EMAIL PROTECTED]>test -x /usr/sbin/anacron || run- parts --report /etc/cron.daily

[Bug 273043] Re: /etc/init.d/apache2 routinely prints to stderr if few modules are enabled, causing logrotate to spam in cron

2008-09-22 Thread Knut Auvor Grythe
** Attachment added: "init.d_apache2_silence.patch" http://launchpadlibrarian.net/17824077/init.d_apache2_silence.patch -- /etc/init.d/apache2 routinely prints to stderr if few modules are enabled, causing logrotate to spam in cron https://bugs.launchpad.net/bugs/273043 You received this bug

[Bug 273043] Re: /etc/init.d/apache2 routinely prints to stderr if few modules are enabled, causing logrotate to spam in cron

2008-09-22 Thread Knut Auvor Grythe
Ooops, I'm sorry I forgot to mention that. Package: apache2-common Version: 2.0.55-4ubuntu2.3 In other words, the one in Ubuntu Dapper. The one in Hardy seems to be completely different, so the bug probably doesn't apply there. -- /etc/init.d/apache2 routinely prints to stderr if few modules ar

[Bug 257279] [NEW] -o Dpkg::Options::=--force-confdef ignored by cleanup run -- makes pkgsync hang

2008-08-12 Thread Knut Auvor Grythe
Public bug reported: Binary package hint: aptitude When pkgsync is running, it calls aptitude with the options "-o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold" to avoid being asked about what to do with changed conffiles. If such a prompt is displayed, aptitude will hang un

[Bug 1318080] [NEW] preseed/late_command is interpreted differently depending on how the file is passed to the installer

2014-05-09 Thread Knut Auvor Grythe
Public bug reported: If I give the installer a preseed file using url=tftp://10.30.112.109/ubuntu/preseed.cfg on the kernel command line, the following late_command works fine: d-i preseed/late_command string tftp -g -l /target/root/bootstrap.sh -r /ubuntu/bootstrap.sh 10.30.112.109 && mv /target

[Bug 1318080] Re: preseed/late_command is interpreted differently depending on how the file is passed to the installer

2014-05-09 Thread Knut Auvor Grythe
A workaround is to use \x0a instead of \n -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318080 Title: preseed/late_command is interpreted differently depending on how the file is passed to the in