[Bug 969299] Re: apparmor prevents dpkg-divert and localedef from working in a container

2014-01-14 Thread Sidnei da Silva
Confirmed fixed in 3.13.0-2-generic, where in 3.13.0-1-generic it was still failing. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/969299 Title: apparmor prevents dpkg-divert and

[Bug 969299] Re: apparmor prevents dpkg-divert and localedef from working in a container

2014-01-14 Thread Sidnei da Silva
Confirmed fixed in 3.13.0-2-generic, where in 3.13.0-1-generic it was still failing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969299 Title: apparmor prevents dpkg-divert and localedef from

[Bug 1157643] Re: procps fail to start

2013-10-16 Thread Sidnei da Silva
So if I understand the whole context, procps start has always been broken in lxc (and maybe openvz too?) because the apparmor profile restricts writes to the kernel namespace. When called from upstart the failure to start is ignored. dpkg is not as forgiving, so trying to upgrade the package blows

[Bug 1231429] [NEW] Please sync rsyslog 7 from Debian testing

2013-09-26 Thread Sidnei da Silva
Public bug reported: Rsyslog 7 has many performance improvements, including the faster imptcp input, and an optional native elasticsearch output was added. Debian testing has version 7.4.4 already. ** Affects: rsyslog (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1214500] Re: consistent failure with overlayfs and unix sockets

2013-08-20 Thread Sidnei da Silva
Host: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu Saucy Salamander (development branch) Release:13.10 Codename: saucy Linux sidnei-laptop 3.11.0-3-generic #6-Ubuntu SMP Mon Aug 19 14:42:35 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux $

[Bug 1214500] [NEW] consistent failure with overlayfs and unix sockets

2013-08-20 Thread Sidnei da Silva
Public bug reported: Seems like overlayfs and unix sockets are not playing well. It might be racy, as it fails consistently on my laptop with an SSD, whereas for smoser it only failed a single time. Steps to reproduce: REL=precise $ sudo lxc-create -n source-$REL-amd64 -t ubuntu-cloud -- \

[Bug 1214500] Re: consistent failure with overlayfs and unix sockets

2013-08-20 Thread Sidnei da Silva
Host: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu Saucy Salamander (development branch) Release:13.10 Codename: saucy Linux sidnei-laptop 3.11.0-3-generic #6-Ubuntu SMP Mon Aug 19 14:42:35 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux $

[Bug 1214500] [NEW] consistent failure with overlayfs and unix sockets

2013-08-20 Thread Sidnei da Silva
Public bug reported: Seems like overlayfs and unix sockets are not playing well. It might be racy, as it fails consistently on my laptop with an SSD, whereas for smoser it only failed a single time. Steps to reproduce: REL=precise $ sudo lxc-create -n source-$REL-amd64 -t ubuntu-cloud -- \

[Bug 1213229] [NEW] Error getting init pid for container

2013-08-16 Thread Sidnei da Silva
Public bug reported: Started getting this error in the latest daily from the ppa: Error getting init pid for container /var/lib/lxc:sidnei-local-machine-1 $ apt-cache policy lxc lxc: Installed: 0.9.0.0~staging~20130816-1225-0ubuntu1~ppa1~saucy1 Candidate:

[Bug 1213229] [NEW] Error getting init pid for container

2013-08-16 Thread Sidnei da Silva
Public bug reported: Started getting this error in the latest daily from the ppa: Error getting init pid for container /var/lib/lxc:sidnei-local-machine-1 $ apt-cache policy lxc lxc: Installed: 0.9.0.0~staging~20130816-1225-0ubuntu1~ppa1~saucy1 Candidate:

[Bug 1205086] Re: lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive nameserver

2013-08-09 Thread Sidnei da Silva
Tested on a cloud instance which doesn't have a local dnsmasq, it ended up with the following config: $ cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 10.88.0.1

[Bug 1205086] Re: lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive nameserver

2013-08-09 Thread Sidnei da Silva
Tested on a cloud instance which doesn't have a local dnsmasq, it ended up with the following config: $ cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 10.88.0.1

[Bug 1205086] [NEW] lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive nameserver

2013-07-25 Thread Sidnei da Silva
Public bug reported: In my setup I have a non-recursive name server that gets pushed as part of a vpn setup. This name server only resolves addresses that are part of the vpn. It gets pushed to the top of the resolv.conf file by /etc/openvpn/update-resolv-conf. Since the dnsmasq instance set up

[Bug 1205086] Re: lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive nameserver

2013-07-25 Thread Sidnei da Silva
The vpn server is running a dnsmasq instance with the following settings: addn-hosts=/etc/hosts.openvpn-server addn-hosts=/etc/hosts.openvpn-clients no-hosts dns-forward-max=0 no-resolv In the vpn server configs, it is pushing it's own IP as a dns server: push dhcp-option DNS 10.88.0.1 push

[Bug 1205086] [NEW] lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive nameserver

2013-07-25 Thread Sidnei da Silva
Public bug reported: In my setup I have a non-recursive name server that gets pushed as part of a vpn setup. This name server only resolves addresses that are part of the vpn. It gets pushed to the top of the resolv.conf file by /etc/openvpn/update-resolv-conf. Since the dnsmasq instance set up

[Bug 1205086] Re: lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive nameserver

2013-07-25 Thread Sidnei da Silva
The vpn server is running a dnsmasq instance with the following settings: addn-hosts=/etc/hosts.openvpn-server addn-hosts=/etc/hosts.openvpn-clients no-hosts dns-forward-max=0 no-resolv In the vpn server configs, it is pushing it's own IP as a dns server: push dhcp-option DNS 10.88.0.1 push

[Bug 1186552] [NEW] New upstream version

2013-06-01 Thread Sidnei da Silva
Public bug reported: Packaged version is rather old, has no python3 support. See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675423 ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: python-setproctitle 1.0.1-1ubuntu1 ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3 Uname:

[Bug 1182613] [NEW] puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
Public bug reported: Can't run any command. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: puppet 3.1.1-1ubuntu1 ProcVersionSignature: User Name 3.9.0-2.7-generic 3.9.3 Uname: Linux 3.9.0-2-generic x86_64 ApportVersion: 2.10.1-0ubuntu1 Architecture: amd64 Date: Tue May 21 18:52:11 2013

[Bug 1182613] Re: puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
$ puppet /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- facter (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /usr/lib/ruby/vendor_ruby/puppet.rb:4:in `top (required)' from

[Bug 1182613] Re: puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
Apparently the problem is that the default ruby is now 1.9. Running /usr/bin/ruby1.8 /usr/bin/puppet seems to work around the problem. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu.

[Bug 1182613] Re: puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
See also Bug #1093934 which seems to be a similar issue. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu. https://bugs.launchpad.net/bugs/1182613 Title: puppet completely broken on saucy To manage notifications

[Bug 1182613] [NEW] puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
Public bug reported: Can't run any command. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: puppet 3.1.1-1ubuntu1 ProcVersionSignature: User Name 3.9.0-2.7-generic 3.9.3 Uname: Linux 3.9.0-2-generic x86_64 ApportVersion: 2.10.1-0ubuntu1 Architecture: amd64 Date: Tue May 21 18:52:11 2013

[Bug 1182613] Re: puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
$ puppet /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- facter (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /usr/lib/ruby/vendor_ruby/puppet.rb:4:in `top (required)' from

[Bug 1182613] Re: puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
Apparently the problem is that the default ruby is now 1.9. Running /usr/bin/ruby1.8 /usr/bin/puppet seems to work around the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182613 Title:

[Bug 1182613] Re: puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
See also Bug #1093934 which seems to be a similar issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182613 Title: puppet completely broken on saucy To manage notifications about this bug go

[Bug 1170696] [NEW] Too many calls to list backup contents

2013-04-19 Thread Sidnei da Silva
Public bug reported: Seems like duplicity is invoked multiple times for a backup, with --dry- run and whatnot. In the course of that, it does multiple calls to list the contents of the backup folder. For a single incremental backup: grep -c

[Bug 1161599] Re: Backup to Ubuntu one failed, after 5 attempts status 400 bad request

2013-04-18 Thread Sidnei da Silva
We've managed to rule out an application error. Those '400 Bad Request' are being returned by Apache, so we have great confidence than somehow a malformed request is being sent, which Apache then rejects. Here's a breakdown of Status 400 failures from the Apache logs over the course of ~24h:

[Bug 1161599] Re: Backup to Ubuntu one failed, after 5 attempts status 400 bad request

2013-04-18 Thread Sidnei da Silva
Looking at the way that httplib2 catches exceptions, if there's for example a socket.timeout the conn object is not closed (https://code.google.com/p/httplib2/source/browse/python2/httplib2/__init__.py#1257) I suspect that might leave the conn object in a semi-broken state. Since duplicity

[Bug 1161599] Re: Backup to Ubuntu one failed, after 5 attempts status 400 bad request

2013-04-18 Thread Sidnei da Silva
Actually it might be more obvious than it seems. When the PUT request is done, an open file handle is passed as the 'body' argument to httplib2 request(). Since there was a timeout and retry, the file handle was read from so the current position in the file has moved. There's no seek() back to

[Bug 1161599] Re: Backup to Ubuntu one failed, after 5 attempts status 400 bad request

2013-04-18 Thread Sidnei da Silva
Confirmed that this fixes the problem. When rewinding the file handle on retry the subsequent PUT request *does* succeed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1161599 Title: Backup to

[Bug 1154920] Re: Backup schedule should be spread over the day

2013-04-16 Thread Sidnei da Silva
Seems to fix the problem as expected. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1154920 Title: Backup schedule should be

[Bug 1154920] Re: Backup schedule should be spread over the day

2013-04-16 Thread Sidnei da Silva
Tested 22.0-0ubuntu4 on precise by enabling -proposed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1154920 Title: Backup schedule should be spread over the day To manage notifications about this

[Bug 1164250] [NEW] Fails at startup

2013-04-03 Thread Sidnei da Silva
Public bug reported: $ testdrive-gtk Traceback (most recent call last): File /usr/bin/testdrive-gtk, line 1000, in module window = TestdrivegtkWindow() File /usr/bin/testdrive-gtk, line 113, in __new__ new_object.finish_initializing(builder) File /usr/bin/testdrive-gtk, line 165,

[Bug 1160484] [NEW] NameError for Chrome on webbrowser module, if google-chrome is present

2013-03-26 Thread Sidnei da Silva
*** This bug is a duplicate of bug 1159636 *** https://bugs.launchpad.net/bugs/1159636 Public bug reported: File /usr/lib/python2.7/dist-packages/bzrlib/plugins/launchpad/cmds.py, line 193, in run import webbrowser # this import should not be lazy File

[Bug 1100093] [NEW] vmhgfs fails to build on 3.8.0-0 kernel

2013-01-15 Thread Sidnei da Silva
Public bug reported: Got an error during the latest kernel update. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: open-vm-dkms 2012.10.14-874563-0ubuntu1 ProcVersionSignature: Ubuntu 3.8.0-0.3-generic 3.8.0-rc3 Uname: Linux 3.8.0-0-generic x86_64 ApportVersion: 2.8-0ubuntu1 Architecture:

[Bug 1100096] [NEW] open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module failed to build

2013-01-15 Thread Sidnei da Silva
Public bug reported: Not much to add. ProblemType: Package DistroRelease: Ubuntu 13.04 Package: open-vm-dkms 2012.10.14-874563-0ubuntu1 ProcVersionSignature: Ubuntu 3.8.0-0.3-generic 3.8.0-rc3 Uname: Linux 3.8.0-0-generic x86_64 ApportVersion: 2.8-0ubuntu1 Architecture: amd64 DKMSKernelVersion:

[Bug 1100093] Re: vmhgfs fails to build on 3.8.0-0 kernel

2013-01-15 Thread Sidnei da Silva
*** This bug is a duplicate of bug 1100096 *** https://bugs.launchpad.net/bugs/1100096 ** This bug has been marked a duplicate of bug 1100096 open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module failed to build -- You received this bug notification because you are a

[Bug 1100093] [NEW] vmhgfs fails to build on 3.8.0-0 kernel

2013-01-15 Thread Sidnei da Silva
Public bug reported: Got an error during the latest kernel update. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: open-vm-dkms 2012.10.14-874563-0ubuntu1 ProcVersionSignature: Ubuntu 3.8.0-0.3-generic 3.8.0-rc3 Uname: Linux 3.8.0-0-generic x86_64 ApportVersion: 2.8-0ubuntu1 Architecture:

[Bug 1100096] [NEW] open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module failed to build

2013-01-15 Thread Sidnei da Silva
Public bug reported: Not much to add. ProblemType: Package DistroRelease: Ubuntu 13.04 Package: open-vm-dkms 2012.10.14-874563-0ubuntu1 ProcVersionSignature: Ubuntu 3.8.0-0.3-generic 3.8.0-rc3 Uname: Linux 3.8.0-0-generic x86_64 ApportVersion: 2.8-0ubuntu1 Architecture: amd64 DKMSKernelVersion:

[Bug 1100093] Re: vmhgfs fails to build on 3.8.0-0 kernel

2013-01-15 Thread Sidnei da Silva
*** This bug is a duplicate of bug 1100096 *** https://bugs.launchpad.net/bugs/1100096 ** This bug has been marked a duplicate of bug 1100096 open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module failed to build -- You received this bug notification because you are a

[Bug 1063770] Re: cloud lxc template leaves half-written files if interrupted

2012-10-08 Thread Sidnei da Silva
** Also affects: juju Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1063770 Title: cloud lxc template leaves half-written files if

[Bug 1063770] [NEW] cloud lxc template leaves half-written files if interrupted

2012-10-08 Thread Sidnei da Silva
Public bug reported: Happened two times already for me, once on a network glitch (where the wget failed) and once where it never finished so I had to kill wget. Eg: drwx-- 2 root root 4096 Oct 8 10:28 tmp.jFQHxoBsm0 -rw-r--r-- 1 root root 179044352 Oct 8 01:02

[Bug 1063770] Re: cloud lxc template leaves half-written files if interrupted

2012-10-08 Thread Sidnei da Silva
** Also affects: juju Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1063770 Title: cloud lxc template leaves half-written files if interrupted To manage

[Bug 1063770] [NEW] cloud lxc template leaves half-written files if interrupted

2012-10-08 Thread Sidnei da Silva
Public bug reported: Happened two times already for me, once on a network glitch (where the wget failed) and once where it never finished so I had to kill wget. Eg: drwx-- 2 root root 4096 Oct 8 10:28 tmp.jFQHxoBsm0 -rw-r--r-- 1 root root 179044352 Oct 8 01:02

[Bug 1049375] [NEW] Failure during backup, probably bad path name

2012-09-11 Thread Sidnei da Silva
Public bug reported: Traceback (most recent call last): File /usr/bin/duplicity, line 1403, in module with_tempdir(main) File /usr/bin/duplicity, line 1396, in with_tempdir fn() File /usr/bin/duplicity, line 1378, in main incremental_backup(sig_chain) File /usr/bin/duplicity,

[Bug 1049375] Re: Failure during backup, probably bad path name

2012-09-11 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049375 Title: Failure during backup, probably bad path name To manage notifications about this bug go to:

[Bug 1022612] Re: private instance IPs can only reach public IPs in other regions, not the same region

2012-07-09 Thread Sidnei da Silva
FTR, actually A1 can't reach it's public IP either. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1022612 Title: private instance IPs can only reach public IPs in other regions, not

[Bug 1022612] Re: private instance IPs can only reach public IPs in other regions, not the same region

2012-07-09 Thread Sidnei da Silva
FTR, actually A1 can't reach it's public IP either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022612 Title: private instance IPs can only reach public IPs in other regions, not the same

[Bug 1004373] Re: Please sync rabbitmq-server 2.8.2 from Debian

2012-05-31 Thread Sidnei da Silva
To be fair I don't know the difference between a sync and a merge request. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. https://bugs.launchpad.net/bugs/1004373 Title: Please sync rabbitmq-server 2.8.2

[Bug 1004373] Re: Please sync rabbitmq-server 2.8.2 from Debian

2012-05-31 Thread Sidnei da Silva
To be fair I don't know the difference between a sync and a merge request. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004373 Title: Please sync rabbitmq-server 2.8.2 from Debian To manage

[Bug 1004373] [NEW] Please sync rabbitmq-server 2.8.2 from Debian

2012-05-25 Thread Sidnei da Silva
Public bug reported: The 2.8 series has several improvements related to performance, memory pressure and monitoring. Ideally this should be backported to precise- backports and lucid-backports as well once it hits the archive. The upstream version builds unchanged in lucid. ** Affects:

[Bug 1004373] [NEW] Please sync rabbitmq-server 2.8.2 from Debian

2012-05-25 Thread Sidnei da Silva
Public bug reported: The 2.8 series has several improvements related to performance, memory pressure and monitoring. Ideally this should be backported to precise- backports and lucid-backports as well once it hits the archive. The upstream version builds unchanged in lucid. ** Affects:

[Bug 958161] Re: No 3d graphics on VMware Fusion 4

2012-03-22 Thread Sidnei da Silva
Turns out it's only an issue if you have the nvidia package enabled, as it'll use the libgl mesa from the nvidia package (details escape me). Removing the nvidia drivers makes it work just fine. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 958161] Re: No 3d graphics on VMware Fusion 4

2012-03-22 Thread Sidnei da Silva
Turns out it's only an issue if you have the nvidia package enabled, as it'll use the libgl mesa from the nvidia package (details escape me). Removing the nvidia drivers makes it work just fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 958161] [NEW] No 3d graphics on VMware Fusion 4

2012-03-17 Thread Sidnei da Silva
Public bug reported: Seems like 3D graphics should be supported if enabled on the host, however that doesn't seem to be the case. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: open-vm-dkms 2011.12.20-562307-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9 Uname: Linux

[Bug 958161] Re: No 3d graphics on VMware Fusion 4

2012-03-17 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/958161 Title: No 3d graphics on VMware Fusion 4 To manage notifications about this bug go to:

[Bug 958161] [NEW] No 3d graphics on VMware Fusion 4

2012-03-17 Thread Sidnei da Silva
Public bug reported: Seems like 3D graphics should be supported if enabled on the host, however that doesn't seem to be the case. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: open-vm-dkms 2011.12.20-562307-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9 Uname: Linux

[Bug 958161] Re: No 3d graphics on VMware Fusion 4

2012-03-17 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958161 Title: No 3d graphics on VMware Fusion 4 To manage notifications about this bug go to:

[Bug 942144] [NEW] Using bindhome option of ubuntu template conflicts with ubuntu user

2012-02-27 Thread Sidnei da Silva
Public bug reported: Recent changes introduced the creation of an 'ubuntu' user with sudo access by default. However, that conflicts with the --bindhome option if the user specified for --bindhome has uid/gid 1000. sidnei hallyn, hola, looks like lxc-create -t ubuntu -- -b username doesn't

[Bug 942144] Re: Using bindhome option of ubuntu template conflicts with ubuntu user

2012-02-27 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/942144 Title: Using bindhome option of ubuntu template conflicts with ubuntu user To manage notifications about this bug go to:

[Bug 942144] [NEW] Using bindhome option of ubuntu template conflicts with ubuntu user

2012-02-27 Thread Sidnei da Silva
Public bug reported: Recent changes introduced the creation of an 'ubuntu' user with sudo access by default. However, that conflicts with the --bindhome option if the user specified for --bindhome has uid/gid 1000. sidnei hallyn, hola, looks like lxc-create -t ubuntu -- -b username doesn't

[Bug 942144] Re: Using bindhome option of ubuntu template conflicts with ubuntu user

2012-02-27 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942144 Title: Using bindhome option of ubuntu template conflicts with ubuntu user To manage notifications about this bug go to:

[Bug 888434] Re: /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

2011-11-29 Thread Sidnei da Silva
Moreover, it's calling 'dbus_send' instead of 'dbus-send'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/888434 Title: /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method To manage

[Bug 888434] Re: /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

2011-11-29 Thread Sidnei da Silva
Argh. And '--type=method_call' is missing too! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/888434 Title: /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method To manage notifications

[Bug 867507] [NEW] [needs-packaging] pypy

2011-10-04 Thread Sidnei da Silva
Public bug reported: * Package name: pypy Version : 1.6 Upstream Author : Armin Rigo ar...@tunes.org * URL : http://www.pypy.org/ * License : MIT/X Programming Lang: Python Description : PyPy is a fast, compliant alternative implementation of the

[Bug 841967] [NEW] 01cpu_online script hangs, backtraces, bumps load

2011-09-05 Thread Sidnei da Silva
Public bug reported: While trying to investigate increased load (4.0+) after upgrading to Oneiric, I found in syslog that the 01cpu_online script was hanging and backtracing. Apparently, disabling it brings load down to acceptable levels again. Sep 5 13:35:20 sidnei-laptop kernel: [

[Bug 841967] Re: 01cpu_online script hangs, backtraces, bumps load

2011-09-05 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/841967 Title: 01cpu_online script hangs, backtraces, bumps load To manage notifications about this bug go to:

[Bug 839715] [NEW] rabbitmq-server segfaults on startup under lucid lxc container in oneiric

2011-09-02 Thread Sidnei da Silva
Public bug reported: Not much else to add. I suspect it's a bad interaction with LXC or the kernel version, as it's working fine elsewhere. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: rabbitmq-server 1.7.2-1ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-9.14-generic 3.0.3 Uname: Linux

[Bug 839715] Re: rabbitmq-server segfaults on startup under lucid lxc container in oneiric

2011-09-02 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. https://bugs.launchpad.net/bugs/839715 Title: rabbitmq-server segfaults on startup under lucid lxc container in oneiric To manage notifications about this

[Bug 839715] [NEW] rabbitmq-server segfaults on startup under lucid lxc container in oneiric

2011-09-02 Thread Sidnei da Silva
Public bug reported: Not much else to add. I suspect it's a bad interaction with LXC or the kernel version, as it's working fine elsewhere. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: rabbitmq-server 1.7.2-1ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-9.14-generic 3.0.3 Uname: Linux

[Bug 839715] Re: rabbitmq-server segfaults on startup under lucid lxc container in oneiric

2011-09-02 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839715 Title: rabbitmq-server segfaults on startup under lucid lxc container in oneiric To manage notifications about this bug go to:

[Bug 828262] [NEW] please backport lxcguest to lucid

2011-08-17 Thread Sidnei da Silva
Public bug reported: Lucid lxc containers are affected by Bug #819621. While the oneiric ubuntu lxc template adds a ppa and installs the lxcguest package, it would be nicer if lxcguest was backported instead. ** Affects: lxc (Ubuntu) Importance: Critical Status: Confirmed -- You

[Bug 828262] [NEW] please backport lxcguest to lucid

2011-08-17 Thread Sidnei da Silva
Public bug reported: Lucid lxc containers are affected by Bug #819621. While the oneiric ubuntu lxc template adds a ppa and installs the lxcguest package, it would be nicer if lxcguest was backported instead. ** Affects: lxc (Ubuntu) Importance: Critical Status: Confirmed -- You

[Bug 824167] [NEW] wishlist: connect to lxc container by name using avahi

2011-08-10 Thread Sidnei da Silva
Public bug reported: Would be really nice to be able to 'ssh container.local' by using avahi-daemon to advertise the container. ** Affects: lxc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 824167] Re: wishlist: connect to lxc container by name using avahi

2011-08-10 Thread Sidnei da Silva
Apparently that doesn't work. I modified the host's dhclient.conf to add: prepend domain-name-servers 192.168.122.1; Such that /etc/resolv.conf now contains: nameserver 192.168.122.1 nameserver 10.0.1.1 dnsmasq seems to be running: 1366 dnsmasq --strict-order --bind-interfaces

[Bug 824167] Re: wishlist: connect to lxc container by name using avahi

2011-08-10 Thread Sidnei da Silva
After a reboot, this is now working! May I change the suggestion to use avahi to instead modify the host's dhclient.conf as I done above instead? Or maybe you can come up with a better way to do it. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 824167] Re: wishlist: connect to lxc container by name using avahi

2011-08-10 Thread Sidnei da Silva
Avahi is nothing more than a multicast-dns implementation. if avahi- daemon is installed in the container and libnss-mdns (IIRC) in the host, then the container will broadcast it's hostname through mdns and the host would be able to resolve it. It might be overkill however, specially since the

[Bug 824167] [NEW] wishlist: connect to lxc container by name using avahi

2011-08-10 Thread Sidnei da Silva
Public bug reported: Would be really nice to be able to 'ssh container.local' by using avahi-daemon to advertise the container. ** Affects: lxc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 824167] Re: wishlist: connect to lxc container by name using avahi

2011-08-10 Thread Sidnei da Silva
Apparently that doesn't work. I modified the host's dhclient.conf to add: prepend domain-name-servers 192.168.122.1; Such that /etc/resolv.conf now contains: nameserver 192.168.122.1 nameserver 10.0.1.1 dnsmasq seems to be running: 1366 dnsmasq --strict-order --bind-interfaces

[Bug 824167] Re: wishlist: connect to lxc container by name using avahi

2011-08-10 Thread Sidnei da Silva
After a reboot, this is now working! May I change the suggestion to use avahi to instead modify the host's dhclient.conf as I done above instead? Or maybe you can come up with a better way to do it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 824167] Re: wishlist: connect to lxc container by name using avahi

2011-08-10 Thread Sidnei da Silva
Avahi is nothing more than a multicast-dns implementation. if avahi- daemon is installed in the container and libnss-mdns (IIRC) in the host, then the container will broadcast it's hostname through mdns and the host would be able to resolve it. It might be overkill however, specially since the

[Bug 736216] Re: bzr crashed with error in _curl_perform(): (28, 'SSL connection timeout at 298225') connecting to Launchpad

2011-07-28 Thread Sidnei da Silva
After installing the updated libcurl3-gnutls package the error hasn't happened over a period of 7h, where before it would happen at least once in a period of 30 minutes. I consider this bug fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 736216] Re: bzr crashed with error in _curl_perform(): (28, 'SSL connection timeout at 298225') connecting to Launchpad

2011-07-27 Thread Sidnei da Silva
A quick test seems to indicate that updating to libcurl3-gnutls=7.21.3-1ubuntu1.3 fixes my problems with landscape- client, bzr and apt-transport-https. I'll leave landscape-client running for some 24h and check the logs to make sure. -- You received this bug notification because you are a

[Bug 736216] Re: bzr crashed with error in _curl_perform(): (28, 'SSL connection timeout at 298225') connecting to Launchpad

2011-06-20 Thread Sidnei da Silva
No sign of the package in natty-proposed yet, so I guess there's a backlog in the buildd. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/736216 Title: bzr crashed with error in _curl_perform(): (28,

[Bug 736216] Re: bzr crashed with error in _curl_perform(): (28, 'SSL connection timeout at 298225') connecting to Launchpad

2011-06-08 Thread Sidnei da Silva
The fix was comitted upstream: https://github.com/bagder/curl/commit/d4e000906ac4ef243258a5c9a819a7cde247d16a We might need to get this into an SRU (for maverick and later iirc). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 736932] [NEW] ldconfig doesn't list libraries in non-multiarch paths

2011-03-17 Thread Sidnei da Silva
Public bug reported: As of today, ldconfig -p | grep pam isn't listing libpam for example. According to Colin Watson, that's because libraries that are in non- multiarch paths are not being found. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: libc6 2.13-0ubuntu6 ProcVersionSignature:

[Bug 736932] Re: ldconfig doesn't list libraries in non-multiarch paths

2011-03-17 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/736932 Title: ldconfig doesn't list libraries in non-multiarch paths -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 713379] Re: Blank screen during boot with nouveau, stripes when X starts

2011-02-22 Thread Sidnei da Silva
As I said on my previous comment, it has worked fine after upgrading the kernel. Feel free to close this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713379 Title: Blank screen during boot

[Bug 719546] [NEW] Missing port number in EC2_URL treats whole URL as host

2011-02-15 Thread Sidnei da Silva
Public bug reported: Binary package hint: euca2ools If the EC2_URL environment variable is missing a port number all commands fail with: [Errno -2] Name or service not known Changing the EC2_URL to contain a port number makes it work. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package:

[Bug 719546] Re: Missing port number in EC2_URL treats whole URL as host

2011-02-15 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. https://bugs.launchpad.net/bugs/719546 Title: Missing port number in EC2_URL treats whole URL as host -- Ubuntu-server-bugs mailing list

[Bug 719546] [NEW] Missing port number in EC2_URL treats whole URL as host

2011-02-15 Thread Sidnei da Silva
Public bug reported: Binary package hint: euca2ools If the EC2_URL environment variable is missing a port number all commands fail with: [Errno -2] Name or service not known Changing the EC2_URL to contain a port number makes it work. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package:

[Bug 719546] Re: Missing port number in EC2_URL treats whole URL as host

2011-02-15 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/719546 Title: Missing port number in EC2_URL treats whole URL as host -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 713815] Re: landscape-sysinfo crashed with IOError in _open(): [Errno 30] Read-only file system: '/var/log/landscape/sysinfo.log'

2011-02-07 Thread Sidnei da Silva
*** This bug is a duplicate of bug 649997 *** https://bugs.launchpad.net/bugs/649997 ** Also affects: landscape-client Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 713379] Re: Blank screen during boot with nouveau, stripes when X starts

2011-02-07 Thread Sidnei da Silva
After removing vesafb.sucks=1 and rebooting, everything worked just like when I added it (ie, nouveau works). I suspect I hadn't rebooted after upgrading the kernel today and the kernel upgrade fixed it. I'm running 2.6.38-2-generic now. -- You received this bug notification because you are a

[Bug 713379] Re: Blank screen during boot with nouveau, stripes when X starts

2011-02-07 Thread Sidnei da Silva
** Attachment added: dmesg on a working boot https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713379/+attachment/1837343/+files/dmesg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713379

[Bug 713379] Re: Blank screen during boot with nouveau, stripes when X starts

2011-02-07 Thread Sidnei da Silva
** Attachment added: Xorg.0.log on a working boot https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713379/+attachment/1837344/+files/Xorg.0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 713379] [NEW] Blank screen during boot with nouveau, stripes when X starts

2011-02-04 Thread Sidnei da Silva
Public bug reported: Binary package hint: xorg Using nouveau on natty, the screen is completely blank during boot. Once X starts, the screen is black with vertical stripes of different colors. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: xserver-xorg 1:7.6~3ubuntu3

[Bug 713379] Re: Blank screen during boot with nouveau, stripes when X starts

2011-02-04 Thread Sidnei da Silva
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713379 Title: Blank screen during boot with nouveau, stripes when X starts -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 713379] Re: Blank screen during boot with nouveau, stripes when X starts

2011-02-04 Thread Sidnei da Silva
The problem happens when I take 'nomodeset' off the kernel line. With that, it boots with vesafb and uses vesa for X. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713379 Title: Blank screen during

[Bug 453466] Re: [needs-packaging] mocker

2011-01-03 Thread Sidnei da Silva
** Changed in: lazr.testing Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/453466 Title: [needs-packaging] mocker -- ubuntu-bugs mailing list

  1   2   >