[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 work

[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 this

[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 $ ap

[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: 0.9.0.0~staging~20130816-1225-0ubunt

[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-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.

[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 b

[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: Linux

[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 to:

[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: p

[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 `' from /usr/lib/ruby/1.9.1/rubygems/custom

[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 Ec2

[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 "https://one.ubuntu.com/api/file_storage/v1/~/deja-dup/

[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 Ubunt

[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 the

[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 instant

[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: Pyth

[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 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 sp

[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 window = TestdrivegtkWindow() File "/usr/bin/testdrive-gtk", line 113, in __new__ new_object.finish_initializing(builder) File "/usr/bin/testdrive-gtk", line 165, in

[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 "/usr/lib/python2.7/webbrow

[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 membe

[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: 3

[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: a

[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 ubuntu-12.04-server-clo

[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 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 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: https://bugs.launchpad.net/ubuntu/+source/dup

[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 regio

[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 notif

[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: rabbitmq-s

[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] 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: https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+b

[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 3.2.0

[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: https://bugs.launchpad.n

[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. """ hallyn, hola, looks like lxc-create -t ubuntu -- -b doesn't work anymore if

[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 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 no

[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 * URL : http://www.pypy.org/ * License : MIT/X Programming Lang: Python Description : PyPy is a fast, compliant alternative implementation of the Python language. PyP

[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: https://bugs.launchpad.net/ubuntu/+source/

[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: [ 360.730184]

[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: https://bugs.lau

[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 3.0.0

[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 r

[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 dhcl

[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 subscribe

[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 --pid-

[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 .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 subscribed to U

[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 t

[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 member

[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. https

[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 https://lists.ubuntu.com/

[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: Ubun

[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 w

[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 https://lists.ubuntu.c

[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: euca2o

[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. https://bugs.launchpad.net/bugs/

[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 Ti

[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 m

[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. https://bugs.launch

[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 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 https://lists.ubu

[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 ProcVersionSignature:

[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 ubuntu-bugs@lists.ub

[Bug 524281] Re: Tens of wakes per second in "[kernel scheduler] Load balancing tick" on Core 2 Duo even with only 1 core enabled

2010-09-07 Thread Sidnei da Silva
@Andy: I'm running a fully-up-to-date Maverick, and still getting tons of wakeups from load balancing ticks. It's consistently the top one, at: 28.1% (200.1) [kernel scheduler] Load balancing tick That's with: Linux sidnei-laptop 2.6.35-20-generic #29-Ubuntu SMP Fri Sep 3 14:55:28 UTC 201

[Bug 524281] Re: Tens of wakes per second in "[kernel scheduler] Load balancing tick" on Core 2 Duo even with only 1 core enabled

2010-09-06 Thread Sidnei da Silva
Seems like this is what got merged into Linus tree: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=396e894d289d69bacf5acd983c97cd6e21a14c08 Although this seems to be meaningful too: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=5

[Bug 524281] Re: Tens of wakes per second in "[kernel scheduler] Load balancing tick" on Core 2 Duo even with only 1 core enabled

2010-09-06 Thread Sidnei da Silva
The thread at: https://groups.google.com/group/zen_kernel/browse_thread/thread/71a306f1a3a7b318?pli=1 Mentions this patch which seems slightly meaningful: http://lkml.indiana.edu/hypermail/linux/kernel/1007.3/01096.html And this other patch, which seems like it's the real thing: http://lk

[Bug 629568] Re: Slow video performance since upgrade to Maverick

2010-09-03 Thread Sidnei da Silva
*** This bug is a duplicate of bug 629910 *** https://bugs.launchpad.net/bugs/629910 ** This bug has been marked a duplicate of bug 629910 nvidia 256.53 xorg-server 1.9.0 performance regression with antialiased text -- Slow video performance since upgrade to Maverick https://bugs.launchpa

[Bug 629910] Re: nvidia 256.53 xorg-server 1.9.0 performance regression with antialiased text

2010-09-03 Thread Sidnei da Silva
** Attachment added: ".proc.driver.nvidia.cards.0.txt" https://bugs.launchpad.net/bugs/629910/+attachment/1541379/+files/.proc.driver.nvidia.cards.0.txt ** Attachment added: ".proc.driver.nvidia.registry.txt" https://bugs.launchpad.net/bugs/629910/+attachment/1541380/+files/.proc.driver.n

[Bug 629910] [NEW] nvidia 256.53 xorg-server 1.9.0 performance regression with antialiased text

2010-09-03 Thread Sidnei da Silva
Public bug reported: I'm experiencing issues similar to the ones described at: http://www.nvnews.net/vbulletin/showthread.php?t=154563 Switching font rendering from 'Subpixel Smoothing (LCD)' to any other setting in 'Preferences -> Appearance' makes the problem go away. ProblemType: Bug Distr

[Bug 629568] Re: Slow video performance since upgrade to Maverick

2010-09-03 Thread Sidnei da Silva
** Attachment added: ".proc.driver.nvidia.cards.0.txt" https://bugs.edge.launchpad.net/bugs/629568/+attachment/1540006/+files/.proc.driver.nvidia.cards.0.txt ** Attachment added: ".proc.driver.nvidia.registry.txt" https://bugs.edge.launchpad.net/bugs/629568/+attachment/1540007/+files/.pro

[Bug 629568] [NEW] Slow video performance since upgrade to Maverick

2010-09-03 Thread Sidnei da Silva
Public bug reported: Binary package hint: xorg Since I've upgraded to Maverick, the video performance has been horrible. Most noticeably, scrolling in xchat-gnome is so terrible that it takes about 2 seconds to refresh the screen after a PgUp/PgDown. It could be anything from the new Xorg to the

[Bug 629548] Re: Firmware doesn't get properly reset

2010-09-03 Thread Sidnei da Silva
** Attachment added: "Dependencies.txt" https://bugs.edge.launchpad.net/bugs/629548/+attachment/1539777/+files/Dependencies.txt -- Firmware doesn't get properly reset https://bugs.launchpad.net/bugs/629548 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 629548] [NEW] Firmware doesn't get properly reset

2010-09-03 Thread Sidnei da Silva
Public bug reported: >From time to time NetworkManager will not connect to the wireless network after a clean boot, but most noticeably after a suspend. Restarting the machine multiple times does not solve it. Booting into OS X and rebooting back into Ubuntu solves it. This is an Apple MacBook Pr

[Bug 1] Re:

2010-07-11 Thread Sidnei da Silva
** Summary changed: - Microsoft has a majority market share + ** Summary changed: - + Microsoft has a majority market share -- Microsoft has a majority market share https://bugs.launchpad.net/bugs/1 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 553333] Re: multicore macbook power-hungry, using 18W on idle

2010-04-01 Thread Sidnei da Silva
Doesn't seem like the binary driver is much of an improvement, though it saves close to 1W. ** Attachment added: "PowerTOP debug output with binary nvidia driver instead of nouveau." http://launchpadlibrarian.net/42805932/powertop-nvidia-idle.log -- multicore macbook power-hungry, using 18W

[Bug 553333] Re: multicore macbook power-hungry, using 18W on idle

2010-04-01 Thread Sidnei da Silva
** Attachment added: "PowerTOP debug output with default kernel options." http://launchpadlibrarian.net/42788060/powertop-standard-idle.log -- multicore macbook power-hungry, using 18W on idle https://bugs.launchpad.net/bugs/55 You received this bug notification because you are a member o

[Bug 553333] Re: multicore macbook power-hungry, using 18W on idle

2010-04-01 Thread Sidnei da Silva
** Attachment added: "PowerTOP debug output with 'maxcpus=1'." http://launchpadlibrarian.net/42788011/powertop-single-core-idle.log -- multicore macbook power-hungry, using 18W on idle https://bugs.launchpad.net/bugs/55 You received this bug notification because you are a member of Ubuntu

[Bug 553333] Re: multicore macbook power-hungry, using 18W on idle

2010-04-01 Thread Sidnei da Silva
** Attachment added: "PowerTOP debug output with 'processor.max_cstate=1'." http://launchpadlibrarian.net/42787850/powertop-max-cstate-1-idle.log -- multicore macbook power-hungry, using 18W on idle https://bugs.launchpad.net/bugs/55 You received this bug notification because you are a me

[Bug 553333] Re: multicore macbook power-hungry, using 18W on idle

2010-04-01 Thread Sidnei da Silva
PowerTOP debug output with 'processor.max_cstate=2'. All superfluous services were stopped (postgres, landscape-client, pommed). Taken from a VT, before logging in to GDM. ** Attachment added: "PowerTOP debug output with 'processor.max_cstate=2'." http://launchpadlibrarian.net/42787794/powerto

[Bug 553333] Re: multicore macbook power-hungry, using 18W on idle

2010-04-01 Thread Sidnei da Silva
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/42787327/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/42787328/AplayDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/42787329/BootDmesg.txt ** Att

[Bug 553333] [NEW] multicore macbook power-hungry, using 18W on idle

2010-04-01 Thread Sidnei da Silva
Public bug reported: Will attach powertop info below. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-18-generic 2.6.32-18.27 Regression: Yes Reproducible: Yes ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1 Uname: Linux 2.6.32-18-generic i686 NonfreeK

[Bug 548547] [NEW] Keyboard shortcuts for moving up/down

2010-03-25 Thread Sidnei da Silva
Public bug reported: Binary package hint: gwibber it would be really neat if gwibber supported Gmail/Brizzly/(Mutt?) style keyboard shortcuts for reading messages. That is 'j' and 'k' for moving to next/previous message while reading. ** Affects: gwibber (Ubuntu) Importance: Undecided

[Bug 515824] [NEW] 'populate-arp.pl' doesn't?

2010-02-01 Thread Sidnei da Silva
Public bug reported: Using STATIC or SYSTEM network configuration in a single machine (yes, I know it's not supported) doesn't seem to work. Looking through logs I've found the following: ==> /var/log/eucalyptus/httpd-cc_error_log <== ERROR: Disallowed command ///usr/share/eucalyptus/populate_arp

[Bug 514012] [NEW] cyclic dependency between mountall and libplymouth

2010-01-28 Thread Sidnei da Silva
Public bug reported: Binary package hint: mountall Getting this error today, while trying to upgrade from Karmic: E: Couldn't configure pre-depend libplymouth2 for mountall, probably a dependency cycle. ** Affects: mountall (Ubuntu) Importance: Undecided Status: New -- cyclic de

[Bug 453466] [NEW] [needs-packaging] mocker

2009-10-16 Thread Sidnei da Silva
Public bug reported: Python module for graceful creation of test doubles (mocks, stubs, fakes and dummies). URL: http://labix.org/mocker Launchpad: https://edge.launchpad.net/mocker License: PSF ** Affects: landscape Importance: Undecided Status: New ** Affects: lazr.testing

[Bug 435500] Re: landscape-monitor crashed with DBusException in __new__()

2009-09-25 Thread Sidnei da Silva
** Also affects: landscape-client Importance: Undecided Status: New -- landscape-monitor crashed with DBusException in __new__() https://bugs.launchpad.net/bugs/435500 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 421347] Re: gnome-power-manager and blanking (removal of bodges)

2009-08-29 Thread Sidnei da Silva
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/30999089/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/30999090/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/30999091/Dependencies.txt ** A

[Bug 421347] [NEW] gnome-power-manager and blanking (removal of bodges)

2009-08-29 Thread Sidnei da Silva
Public bug reported: Binary package hint: xorg After upgrading to Karmic, I let my computer idle and the display went blank. When returning from blank, the gnome-power-manager applet had a white square icon with four blue arrows, and hovering it points to this blog post: http://blogs.gnome.org/h

[Bug 329458] Re: vmbuilder fails to work with grub2

2009-08-26 Thread Sidnei da Silva
** Also affects: landscape Importance: Undecided Status: New ** Changed in: landscape Status: New => Confirmed ** Changed in: landscape Importance: Undecided => High ** Changed in: landscape Milestone: None => 1.4.0 -- vmbuilder fails to work with grub2 https://bugs.lau

[Bug 406466] Re: cifs mount on NAS-share with empty directory

2009-08-24 Thread Sidnei da Silva
I confirm the same behaviour: 1) With kernel 2.6.28-15 the files show up just fine 2) With kernel 2.6.31-6 the files do not appear (fwiw, I'm using kernel 2.6.31-6 on Jaunty, from following the instructions for X/KernelModeSetting) -- cifs mount on NAS-share with empty directory https://bugs.la

[Bug 377005] Re: Ubuntu is too attached to Canonical

2009-07-24 Thread Sidnei da Silva
Fix released, now Launchpad is Open Source. ** Also affects: launchpad Importance: Undecided Status: New ** Changed in: launchpad Importance: Undecided => High ** Changed in: launchpad Status: New => Fix Released ** Changed in: launchpad Milestone: None => 2.2.7 -- Ubu

[Bug 403721] [NEW] Packaged version too old, upstream even warns against it

2009-07-23 Thread Sidnei da Silva
Public bug reported: Binary package hint: funkload Upstream documentation states that "Unfortunatly the FunkLoad Debian package (old 1.6.2-3) does not work properly.", and provides a link to an updated package of the latest release. We should get that newest package into the distribution. See: h

[Bug 381553] [NEW] JsTestDriver

2009-05-29 Thread Sidnei da Silva
Public bug reported: The goal of JsTestDriver is to build a JavaScript test runner which: 1. easily integrates with continuous builds systems and 2. allows running tests on multiple browsers quickly to ease TDD style development. We are planning to use JsTestDriver as the test runner for

[Bug 356261] [NEW] Bitlbee does not start at boot time

2009-04-06 Thread Sidnei da Silva
Public bug reported: Binary package hint: bitlbee Upon upgrading to Jaunty, bitlbee no longer starts up at boot time. Instead, I have to manually issue a /etc/init.d/bitlbee restart once network is up to get it started. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: bitl

[Bug 356261] Re: Bitlbee does not start at boot time

2009-04-06 Thread Sidnei da Silva
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/24866980/Dependencies.txt -- Bitlbee does not start at boot time https://bugs.launchpad.net/bugs/356261 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 354087] Re: trial crashed with AssertionError in installReactor()

2009-04-02 Thread Sidnei da Silva
SNAFU. Had a different version of twisted on my PYTHONPATH. ** Changed in: twisted (Ubuntu) Status: New => Invalid -- trial crashed with AssertionError in installReactor() https://bugs.launchpad.net/bugs/354087 You received this bug notification because you are a member of Ubuntu Bugs, wh

  1   2   >