[Bug 1085538] Re: irqbalance flooding syslog file

2015-02-16 Thread Arthur O'Dwyer
The bug has apparently been fixed upstream (in irqbalance): https://github.com/irqbalance/irqbalance/commit/4e7df9d0b5416add20fe10925d82f145d3514715 The problem persists in Ubuntu 14.04.1 LTS, package irqbalance 1.0.6-2ubuntu0.14.04.1 (amd64). The workaround I'm using is to add

[Bug 1418265] Re: Memory leak when using pam_ldap in long running processes

2015-02-05 Thread Arthur de Jong
The aptitude output shows that the bug is in libpam-ldap, not in libpam- ldapd (part of nss-pam-ldapd). ** Package changed: nss-pam-ldapd (Ubuntu) = libpam-ldap (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libpam-ldap in

[Bug 1257186] Re: memory leakage messages (no talloc stackframe)

2015-01-21 Thread Arthur
Another Ubuntu user with the same memory leak issue. Just like others said, how can it be that the LTS version hasn't got the fix that was already released in July? This is another one of these Linux quirks that makes you wonder if using LTS was worth it? Should be top priority but seemingly

[Bug 1309923] [NEW] Unprivileged lxc containers fail to start

2014-04-19 Thread Arthur Schiwon
Public bug reported: After upgrading to 14.04 I created an unprivileged lxc container following https://www.stgraber.org/2014/01/17/lxc-1-0-unprivileged- containers/ Unlike root containers they fail to start. With logging level strace I get this output: lxc-start 1397905196.384 INFO

[Bug 1309923] Re: Unprivileged lxc containers fail to start

2014-04-19 Thread Arthur Schiwon
Indeed, there was a line cgroup /var/local/cgroup cgroup defaults 0 0 after commenting it out and a reboot (umount was not enough) it works as expected. Thank you Stéphane! ** Changed in: lxc (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a

[Bug 1090554] Re: id segfaults when looking up user information

2012-12-14 Thread Arthur de Jong
The described bug is in the libnss-ldap package which is not related to nss-pam-ldapd. You do not need nslcd if you are using libnss-ldap and libpam-ldap. It is not used at all. If you want to use nslcd, you should be using libnss-ldapd and libpam-ldapd instead. The warning message with the

[Bug 573318] Re: mysql server will not start

2012-05-14 Thread Arthur
Failed after daily update on 14.05.2012 Solution #30 works in Precise: sudo touch /etc/apparmor.d/local/usr.sbin.mysqld dmesg: [ 24.543051] init: mysql pre-start process (1164) terminated with status 1 ... [ 31.284812] vboxpci: IOMMU not found (not registered) [ 60.021412] init:

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2012-05-01 Thread Arthur de Jong
craig-white@139 Please file a bug against nslcd to track the problem with pam_authz_search. Also, in general, bug reports for any missing features are welcome. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libnss-ldap in Ubuntu.

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2012-04-30 Thread Arthur de Jong
You can replace pam_check_host_attr yes with pam_authz_search ((objectClass=posixAccount)(uid=$username)(|(host=$hostname)(host=$fqdn)(host=\\*))) See the nslcd.conf manual page for more details (the 0.7 series doesn't have the fqdn value yet). Btw, you can use libpam-ldap fine together with

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2012-04-27 Thread Arthur de Jong
If you are seeing something like: Warning: /lib/x86_64-linux-gnu/libnss_ldap.so.2: undefined symbol: _nss_ldap_enablelookups (probably older NSS module loaded) It means that you probably have libnss-ldap installed instead of libnss-ldapd (note the extra d). Using nslcd works best with

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2012-03-12 Thread Arthur de Jong
It is probably best to migrate to either nss-pam-ldapd, sssd or nss-pam- ldapd in combination with the nssov slapd overlay. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libnss-ldap in Ubuntu. https://bugs.launchpad.net/bugs/423252

[Bug 798975] [NEW] package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2011-06-17 Thread Arthur Miller
Public bug reported: Binary package hint: postfix happend during installation of the following (via gnome-term using aptitude)... vim vim-doc vim-gtk vim-rails vim-scripts vim-syntax-gtk bluefish bluefish-plugins geany geany-plugin-addons geany-plugin-gdb geany-plugins geany-plugin-codenav

[Bug 798975] Re: package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2011-06-17 Thread Arthur Miller
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in Ubuntu. https://bugs.launchpad.net/bugs/798975 Title: package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess new pre-installation script returned error exit

[Bug 789613] [NEW] package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-28 Thread Arthur Higgins
amavisd: head: cannot open `/etc/mailname' for reading: No such file or directory The value of variable $myhostname is arthur-laptop, but should have been a fully qualified domain name; perhaps uname(3) did not provide such. You must explicitly assign a FQDN of this host to variable $myhostname

[Bug 789613] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-28 Thread Arthur Higgins
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in Ubuntu. https://bugs.launchpad.net/bugs/789613 Title: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: subprocess installed post-installation

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-08-28 Thread Arthur de Jong
Regarding the pam_check_host_attr and pam_check_service_attr options of pam_ldap, nslcd has a pam_authz_search option that can replace functionality of those options (and much more). This option has been in nss-pam-ldapd since version 0.7.4. Any other feature requests (and bug reports) are very

[Bug 603091] [NEW] Have an authenticated access for personnal backups

2010-07-08 Thread Arthur Lutz
Public bug reported: Binary package hint: backuppc For a multiuser setup with a kerberos authentication it would be really nice to have a way of giving access to those users to their personnal backups. So user paul would have access to /home/paul for example. I couldn't find a bugtracker for

[Bug 237115] Re: nscd: nss_ldap: server is unavailable

2008-07-21 Thread Arthur de Jong
** Changed in: ubuntu Sourcepackagename: libnss-ldap = None -- nscd: nss_ldap: server is unavailable https://bugs.launchpad.net/bugs/237115 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libnss-ldap in ubuntu. -- Ubuntu-server-bugs