[Bug 522509] Re: [FFE] tftpd-hpa doesn't start on boot
What happened here? there is no /etc/init/*.conf and/or init.d. And the /etc/default/tftp-hpa is missing... $> apt-cache policy tftp-hpa tftp-hpa: Installed: 5.0-11ubuntu2 Candidate: 5.0-11ubuntu2 Version table: *** 5.0-11ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ lucid/main Packages 100 /var/lib/dpkg/status $> dpkg -L tftp-hpa /. /usr /usr/bin /usr/bin/tftp /usr/share /usr/share/man /usr/share/man/man1 /usr/share/man/man1/tftp.1.gz /usr/share/doc /usr/share/doc/tftp-hpa /usr/share/doc/tftp-hpa/README /usr/share/doc/tftp-hpa/copyright /usr/share/doc/tftp-hpa/changelog.gz /usr/share/doc/tftp-hpa/changelog.Debian.gz -- [FFE] tftpd-hpa doesn't start on boot https://bugs.launchpad.net/bugs/522509 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tftp-hpa in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 522509] Re: [FFE] tftpd-hpa doesn't start on boot
oh my, nevermind my previous comment... i just realized this is the client not the server. sorry :-) -- [FFE] tftpd-hpa doesn't start on boot https://bugs.launchpad.net/bugs/522509 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tftp-hpa in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 217159] Re: slapd + gnutls fails
this bug should be closed. I had the same problem today and I simply commented out the TLS suite portion. That allowed things to work just fine. (see comment # 19 https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/217159/comments/19 ) The documentation should be updated not to say to use TLSCipherSuite HIGH:MEDIUM:+SSLv2 -- especially the wiki. -- slapd + gnutls fails https://bugs.launchpad.net/bugs/217159 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 268816] [NEW] logrotate uses outdated sarg script
Public bug reported: Binary package hint: squid Because of the way that logrotate, cron and sarg are setup, squid's logrotate configuration must be changed to call sarg-reports on a daily basis as: test ! -x /usr/sbin/sarg-reports || /usr/sbin/sarg- reports today This is a known bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462932 ** Affects: squid (Ubuntu) Importance: Undecided Status: New -- logrotate uses outdated sarg script https://bugs.launchpad.net/bugs/268816 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 268816] Re: logrotate uses outdated sarg script
** Attachment added: "simple patch to illustrate the solution better" http://launchpadlibrarian.net/17527602/squid-logrotate.patch -- logrotate uses outdated sarg script https://bugs.launchpad.net/bugs/268816 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 294935] [NEW] apparmor error when logging to /var/log/named/
Public bug reported: Binary package hint: bind9 Intro: Change your logging options to log to /var/log/named (as permitted by default apparmor profile). When the logs reach the limit and named attempts to rotate the file, apparmor denies reading from the directory (listing) so it cannot create the new file and move the old file to a new name: queries.log becomes queries.log.0 Error: Nov 6 19:14:06 nibbler1 kernel: [3745271.955029] audit(1226016846.695:70886): type=1503 operation="inode_permission" requested_mask="r::" denied_mask="r::" name="/var/log/named/" pid=19055 profile="/usr/sbin/named" namespace="default" Solution: Allow named to read /var/log/named: /etc/apparmor.d/usr.sbin.named ... # some people like to put logs in /var/log/named/ /var/log/named/** rw, /var/log/named/ rw, ... cat /etc/apparmor.d/usr.sbin.named | sudo apparmor_parser -r sudo /etc/init.d/apparmor reload That fixes the issue. ** Affects: bind9 (Ubuntu) Importance: Undecided Status: New -- apparmor error when logging to /var/log/named/ https://bugs.launchpad.net/bugs/294935 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs