[Bug 1225844] Re: applications sometimes get into an infinite busy loop when doing krb5 authentication

2014-01-07 Thread Hanno Hecker
This is problably the same as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694988 and affects us for several applications linked against libkrb5, including * saslauthd (sasl2-bin package) * slapd * python (python-ldap) when using kerberos authentication on all machines running 12.04.3

[Bug 1225844] Re: applications sometimes get into an infinite busy loop when doing krb5 authentication

2014-01-07 Thread Hanno Hecker
This is problably the same as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694988 and affects us for several applications linked against libkrb5, including * saslauthd (sasl2-bin package) * slapd * python (python-ldap) when using kerberos authentication on all machines running 12.04.3

[Bug 1132815] [NEW] mounts / partition as /selinux in guest when /selinux is not mounted in host

2013-02-25 Thread Hanno Hecker
Public bug reported: When /selinux is not mounted in the host system, the guest LXC containers will have the / filesystem mounted on /selinux. The resulting FS will be empty, but the /etc/cron.daily/standard in the guest reports that there is a missing lost+found (hosts /-fs is ext4). Current

[Bug 1121917] Re: guest removes interface from host bonding interface when infenslave-2.6 is installed in the guest

2013-02-14 Thread Hanno Hecker
Yes, /var/lib/lxc is a symlink to /data/virt/lxc. I've now dist-upgraded a VirtualBox host and one LXC Guest on that host to raring. Now I cannot reproduce this anymore, not with a precise guest and not with a raring guest. The old precise (lsb_release -sd =Ubuntu 12.04.1 LTS) system still has

[Bug 1121917] [NEW] guest removes interface from host bonding interface when infenslave-2.6 is installed in the guest

2013-02-11 Thread Hanno Hecker
Public bug reported: On a host system with bonding interfaces, the LXC guest will remove all interfaces it knows from the bonding interfaces: When the host's bond0 is made from eth0 and eth2 and the LXC guest has eth0 and eth1 configured, it will remove eth0 from the hosts bond0 interface.

[Bug 1121917] Re: guest removes interface from host bonding interface when infenslave-2.6 is installed in the guest

2013-02-11 Thread Hanno Hecker
Opps, now the full versions: # dpkg -l lxc libvirt-bin | cat Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version

[Bug 1121917] Re: guest removes interface from host bonding interface when infenslave-2.6 is installed in the guest

2013-02-11 Thread Hanno Hecker
Opps, now the full versions: # dpkg -l lxc libvirt-bin | cat Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version

[Bug 1121917] [NEW] guest removes interface from host bonding interface when infenslave-2.6 is installed in the guest

2013-02-11 Thread Hanno Hecker
Public bug reported: On a host system with bonding interfaces, the LXC guest will remove all interfaces it knows from the bonding interfaces: When the host's bond0 is made from eth0 and eth2 and the LXC guest has eth0 and eth1 configured, it will remove eth0 from the hosts bond0 interface.

[Bug 1121933] [NEW] umountroot remounts partition readonly when called from libvirt/lxc guest

2013-02-11 Thread Hanno Hecker
Public bug reported: When a libvirt/lxc guest resides on a partition, which is not /, /etc/init.d/umountroot will remount that partition read-only on a shutdown -r now in the guest. Our current workaround is to use grep -zq '^LIBVIRT_LXC_UUID=' /proc/1/environ if [ $? -eq 0 ]; then