[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 localedef from working in a
  container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/969299/+subscriptions

-- 
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 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 working in a
  container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/969299/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 up because the service start step blows up.
This started happening when the update to procps landed in precise-
updates.

slangasek sidnei: workarounds are possible (e.g., editing /usr/sbin
/policy-rc.d to ignore requests for procps; or editing the config file
in the container to comment out the problematic bits).  A proper fix is
going to take a bit.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1157643

Title:
  procps fail to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1157643/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1231429

Title:
  Please sync rsyslog 7 from Debian testing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1231429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

$ apt-cache policy lxc
lxc:
  Installed: 0.9.0.0~staging~20130819-1713-0ubuntu1~ppa1~saucy1
  Candidate: 0.9.0.0~staging~20130819-1713-0ubuntu1~ppa1~saucy1
  Version table:
 *** 0.9.0.0~staging~20130819-1713-0ubuntu1~ppa1~saucy1 0
500 http://ppa.launchpad.net/ubuntu-lxc/daily/ubuntu/ saucy/main amd64 
Packages
100 /var/lib/dpkg/status
 0.9.0-0ubuntu22 0
500 http://br.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages

Guest:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.2 LTS
Release:12.04
Codename:   precise

-- 
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/1214500

Title:
  consistent failure with overlayfs and unix sockets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1214500/+subscriptions

-- 
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 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 -- \
   --release=$REL --arch=amd64

## clone via overlayfs ##
$ sudo lxc-clone --snapshot -B overlayfs -o source-$REL-amd64 -n 
$REL-overlayfs-01

$ sudo lxc-start -n $REL-overlayfs-01


### inside ###
$ sudo apt-get update  sudo apt-get install supervisor -y

$ sudo service supervisor stop
$ sudo sed -i.dist 's,var/run/*supervisor.sock,srv/supervisor.sock,' 
/etc/supervisor/supervisord.conf
$ sudo service supervisor start
$ sudo supervisorctl maintail
unix:///srv/supervisor.sock refused connection

** Affects: lxc (Ubuntu)
 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/1214500

Title:
  consistent failure with overlayfs and unix sockets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1214500/+subscriptions

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

$ apt-cache policy lxc
lxc:
  Installed: 0.9.0.0~staging~20130819-1713-0ubuntu1~ppa1~saucy1
  Candidate: 0.9.0.0~staging~20130819-1713-0ubuntu1~ppa1~saucy1
  Version table:
 *** 0.9.0.0~staging~20130819-1713-0ubuntu1~ppa1~saucy1 0
500 http://ppa.launchpad.net/ubuntu-lxc/daily/ubuntu/ saucy/main amd64 
Packages
100 /var/lib/dpkg/status
 0.9.0-0ubuntu22 0
500 http://br.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages

Guest:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.2 LTS
Release:12.04
Codename:   precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214500

Title:
  consistent failure with overlayfs and unix sockets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1214500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 -- \
   --release=$REL --arch=amd64

## clone via overlayfs ##
$ sudo lxc-clone --snapshot -B overlayfs -o source-$REL-amd64 -n 
$REL-overlayfs-01

$ sudo lxc-start -n $REL-overlayfs-01


### inside ###
$ sudo apt-get update  sudo apt-get install supervisor -y

$ sudo service supervisor stop
$ sudo sed -i.dist 's,var/run/*supervisor.sock,srv/supervisor.sock,' 
/etc/supervisor/supervisord.conf
$ sudo service supervisor start
$ sudo supervisorctl maintail
unix:///srv/supervisor.sock refused connection

** Affects: lxc (Ubuntu)
 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/1214500

Title:
  consistent failure with overlayfs and unix sockets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1214500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-0ubuntu1~ppa1~saucy1
  Version table:
 *** 0.9.0.0~staging~20130816-1225-0ubuntu1~ppa1~saucy1 0
500 http://ppa.launchpad.net/ubuntu-lxc/daily/ubuntu/ saucy/main amd64 
Packages
100 /var/lib/dpkg/status
 0.9.0-0ubuntu22 0
500 http://br.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages

** Affects: lxc (Ubuntu)
 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/1213229

Title:
  Error getting init pid for container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1213229/+subscriptions

-- 
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 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-0ubuntu1~ppa1~saucy1
  Version table:
 *** 0.9.0.0~staging~20130816-1225-0ubuntu1~ppa1~saucy1 0
500 http://ppa.launchpad.net/ubuntu-lxc/daily/ubuntu/ saucy/main amd64 
Packages
100 /var/lib/dpkg/status
 0.9.0-0ubuntu22 0
500 http://br.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages

** Affects: lxc (Ubuntu)
 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/1213229

Title:
  Error getting init pid for container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1213229/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
nameserver 10.55.60.1
search vpn.ubuntone.info canonistack

Removing the --strict-order seems to solve the problem every single time
consistently.

-- 
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/1205086

Title:
  lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive
  nameserver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1205086/+subscriptions

-- 
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 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
nameserver 10.55.60.1
search vpn.ubuntone.info canonistack

Removing the --strict-order seems to solve the problem every single time
consistently.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205086

Title:
  lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive
  nameserver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1205086/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 by lxc-net is started with --strict-
order, containers fail to resolve addresses completely, since they hit
the first name server and it does not resolve any addresses outside of
the vpn.

Removing the --strict-order option in /etc/init/lxc-net.conf and
restarting makes name resolution in the containers work.

** Affects: lxc (Ubuntu)
 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/1205086

Title:
  lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive
  nameserver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1205086/+subscriptions

-- 
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 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 dhcp-option DOMAIN vpn.ubuntone.info


On the client configs, it's using the stock update-resolv-conf openvpn
scripts to update resolvconf:


up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf


The end result is that the vpn client resolv.conf contains the
following:


$ cat /etc/resolv.conf
nameserver 10.88.0.1
nameserver 127.0.1.1
search vpn.ubuntone.info


Since the lxc dnsmasq doesn't specify what to use as resolver, and it
has --strict-order, it ends up querying 10.88.0.1 first and since that
name server is setup with no-resolv, then it gets refused and does not
move on to the next one (127.0.1.1).

-- 
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/1205086

Title:
  lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive
  nameserver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1205086/+subscriptions

-- 
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 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 by lxc-net is started with --strict-
order, containers fail to resolve addresses completely, since they hit
the first name server and it does not resolve any addresses outside of
the vpn.

Removing the --strict-order option in /etc/init/lxc-net.conf and
restarting makes name resolution in the containers work.

** Affects: lxc (Ubuntu)
 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/1205086

Title:
  lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive
  nameserver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1205086/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 dhcp-option DOMAIN vpn.ubuntone.info


On the client configs, it's using the stock update-resolv-conf openvpn
scripts to update resolvconf:


up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf


The end result is that the vpn client resolv.conf contains the
following:


$ cat /etc/resolv.conf
nameserver 10.88.0.1
nameserver 127.0.1.1
search vpn.ubuntone.info


Since the lxc dnsmasq doesn't specify what to use as resolver, and it
has --strict-order, it ends up querying 10.88.0.1 first and since that
name server is setup with no-resolv, then it gets refused and does not
move on to the next one (127.0.1.1).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205086

Title:
  lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive
  nameserver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1205086/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 3.9.0-2-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
Date: Sat Jun  1 10:43:03 2013
InstallationDate: Installed on 2012-09-04 (270 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
MarkForUpload: True
SourcePackage: python-setproctitle
UpgradeStatus: Upgraded to saucy on 2013-05-16 (15 days ago)

** Affects: python-setproctitle (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python-setproctitle (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-bug needs-packaging saucy

** Bug watch added: Debian Bug tracker #675423
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675423

** Also affects: python-setproctitle (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675423
   Importance: Unknown
   Status: Unknown

** Tags added: needs-packaging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186552

Title:
  New upstream version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-setproctitle/+bug/1186552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Ec2AMI: ami-0306
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: aki-022a
Ec2Ramdisk: ari-022a
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: puppet
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: puppet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ec2-images saucy third-party-packages

-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+subscriptions

-- 
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 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 /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:12:in `top 
(required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/bin/puppet:3:in `main'

-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+subscriptions

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

Title:
  puppet completely broken on saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+subscriptions

-- 
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 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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+subscriptions

-- 
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 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
Ec2AMI: ami-0306
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: aki-022a
Ec2Ramdisk: ari-022a
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: puppet
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: puppet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ec2-images saucy third-party-packages

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:12:in `top 
(required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/bin/puppet:3:in `main'

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  puppet completely broken on saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/sidnei-laptop/?include_children=true;
 /tmp/duplicity.log 
16

I wonder if it makes sense to cache the result of this call at least for
a short period on the client side. I will be looking at what we can do
on the server-side about it.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: deja-dup 26.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
Uname: Linux 3.8.0-18-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Fri Apr 19 10:06:54 2013
InstallationDate: Installed on 2012-09-04 (227 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: deja-dup
UpgradeStatus: Upgraded to raring on 2012-12-26 (113 days ago)

** Affects: deja-dup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1170696

Title:
  Too many calls to list backup contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1170696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

Python-httplib2/0.7.0 5
Python-httplib2/0.7.2 617
Python-httplib2/0.7.4 393
Python-httplib2/0.7.6 1
Python-httplib2/0.7.7 596
Python-httplib2/0.8   7

From https://launchpad.net/ubuntu/+source/python-httplib2 we can see
that 0.7.2 is Precise/Oneiric and 0.7.4 is Quantal, 0.7.7 being Raring
and 0.7.0/0.8 probably some people with a package from a PPA.

-- 
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 Ubuntu one failed, after 5 attempts status 400 bad request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1161599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 instantiates an httplib2 Http object and keeps it around
(http://bazaar.launchpad.net/~duplicity-
team/duplicity/0.6-series/view/head:/duplicity/backends/u1backend.py#L51),
not creating a new one in the case of exceptions
(http://bazaar.launchpad.net/~duplicity-
team/duplicity/0.6-series/view/head:/duplicity/backends/u1backend.py#L80)
I suspect that means a broken connection will be used on timeouts. A
simple fix might be to throw away the Http object and create a new one.

I'm going to give that a try (since I can reproduce the issue) and
report back.

-- 
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 Ubuntu one failed, after 5 attempts status 400 bad request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1161599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 beginning of the file on retry,
so Content-Length doesn't match the body that was sent anymore.

Seems like the 'body' should be seek()'d back to the beginning (or to
the original position, by getting position with tell() before the
request) on retry if it's a file handle.

Testing to see if this fixes 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/1161599

Title:
  Backup to Ubuntu one failed, after 5 attempts status 400 bad request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1161599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu one failed, after 5 attempts status 400 bad request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1161599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 spread over the day

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1154920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 go to:
https://bugs.launchpad.net/deja-dup/+bug/1154920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, in finish_initializing
self.application_indicator_menu()
  File /usr/bin/testdrive-gtk, line 191, in application_indicator_menu
gobject.timeout_add_seconds(self.timea, 
self.on_check_qa_releases_available, self.timea)
NameError: global name 'gobject' is not defined

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: testdrive-gtk 3.17-0ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 2.9.2-0ubuntu5
Architecture: amd64
Date: Wed Apr  3 22:56:27 2013
InstallationDate: Installed on 2012-09-04 (212 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: testdrive
UpgradeStatus: Upgraded to raring on 2012-12-26 (98 days ago)

** Affects: testdrive (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1164250

Title:
  Fails at startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/testdrive/+bug/1164250/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/webbrowser.py, line 505, in module
register_X_browsers()
  File /usr/lib/python2.7/webbrowser.py, line 489, in register_X_browsers
register(browser, None, Chrome(browser))
NameError: global name 'Chrome' is not defined

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: python 2.7.3-13ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
Uname: Linux 3.8.0-13-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 2.9.2-0ubuntu3
Architecture: amd64
Date: Tue Mar 26 13:56:33 2013
InstallationDate: Installed on 2012-09-04 (203 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: python-defaults
UpgradeStatus: Upgraded to raring on 2012-12-26 (89 days ago)

** Affects: python-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

** This bug has been marked a duplicate of bug 1159636
   python2.7 failed to import webbrowser: NameError in register_X_browsers(): 
global name 'Chrome' is not defined - Regression in 2.7.4~rc1-2ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160484

Title:
  NameError for Chrome on webbrowser module, if google-chrome is present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1160484/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: amd64
Date: Tue Jan 15 21:57:06 2013
InstallationDate: Installed on 2012-09-04 (133 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: open-vm-tools
UpgradeStatus: Upgraded to raring on 2012-12-26 (20 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring running-unity

-- 
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/1100093

Title:
  vmhgfs fails to build on 3.8.0-0 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1100093/+subscriptions

-- 
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 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.8.0-0-generic
Date: Tue Jan 15 22:02:35 2013
InstallationDate: Installed on 2012-09-04 (133 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2012.10.14-874563-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: Upgraded to raring on 2012-12-26 (20 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check raring

-- 
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/1100096

Title:
  open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1100096/+subscriptions

-- 
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 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 member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1100093

Title:
  vmhgfs fails to build on 3.8.0-0 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1100093/+subscriptions

-- 
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 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: amd64
Date: Tue Jan 15 21:57:06 2013
InstallationDate: Installed on 2012-09-04 (133 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: open-vm-tools
UpgradeStatus: Upgraded to raring on 2012-12-26 (20 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1100093

Title:
  vmhgfs fails to build on 3.8.0-0 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1100093/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.8.0-0-generic
Date: Tue Jan 15 22:02:35 2013
InstallationDate: Installed on 2012-09-04 (133 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2012.10.14-874563-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: Upgraded to raring on 2012-12-26 (20 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1100096

Title:
  open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1100096/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1100093

Title:
  vmhgfs fails to build on 3.8.0-0 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1100093/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1063770/+subscriptions

-- 
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 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-cloudimg-amd64-root.tar.gz
-rw-r--r-- 1 root root   1556480 Oct  8 10:28 
ubuntu-12.04-server-cloudimg-amd64.tar.gz

Doesn't seem like the script can recover from that situation, it just
tries to extract the incomplete tarball and fails.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: lxc 0.8.0~rc1-4ubuntu37
ProcVersionSignature: Ubuntu 3.5.0-17.26-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu1
Architecture: amd64
Date: Mon Oct  8 10:28:52 2012
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
lxcsyslog:
 Oct  8 14:28:15 sidnei-laptop kernel: [36639.644912] type=1400 
audit(1349702895.900:334): apparmor=STATUS operation=profile_replace 
name=lxc-container-default pid=15205 comm=apparmor_parser
 Oct  8 14:28:15 sidnei-laptop kernel: [36639.645230] type=1400 
audit(1349702895.900:335): apparmor=STATUS operation=profile_replace 
name=lxc-container-default-with-nesting pid=15205 comm=apparmor_parser
 Oct  8 14:28:15 sidnei-laptop kernel: [36639.699162] type=1400 
audit(1349702895.952:336): apparmor=STATUS operation=profile_replace 
name=/usr/bin/lxc-start pid=15209 comm=apparmor_parser
modified.conffile..etc.dnsmasq.d.lxc: [modified]
modified.conffile..etc.lxc.lxc.conf: [modified]
mtime.conffile..etc.dnsmasq.d.lxc: 2012-09-04T09:08:59.313752
mtime.conffile..etc.lxc.lxc.conf: 2012-09-04T09:08:47.312726

** Affects: juju
 Importance: Undecided
 Status: New

** Affects: lxc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal running-unity

-- 
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 interrupted

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1063770/+subscriptions

-- 
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 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 notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1063770/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-cloudimg-amd64-root.tar.gz
-rw-r--r-- 1 root root   1556480 Oct  8 10:28 
ubuntu-12.04-server-cloudimg-amd64.tar.gz

Doesn't seem like the script can recover from that situation, it just
tries to extract the incomplete tarball and fails.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: lxc 0.8.0~rc1-4ubuntu37
ProcVersionSignature: Ubuntu 3.5.0-17.26-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu1
Architecture: amd64
Date: Mon Oct  8 10:28:52 2012
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
lxcsyslog:
 Oct  8 14:28:15 sidnei-laptop kernel: [36639.644912] type=1400 
audit(1349702895.900:334): apparmor=STATUS operation=profile_replace 
name=lxc-container-default pid=15205 comm=apparmor_parser
 Oct  8 14:28:15 sidnei-laptop kernel: [36639.645230] type=1400 
audit(1349702895.900:335): apparmor=STATUS operation=profile_replace 
name=lxc-container-default-with-nesting pid=15205 comm=apparmor_parser
 Oct  8 14:28:15 sidnei-laptop kernel: [36639.699162] type=1400 
audit(1349702895.952:336): apparmor=STATUS operation=profile_replace 
name=/usr/bin/lxc-start pid=15209 comm=apparmor_parser
modified.conffile..etc.dnsmasq.d.lxc: [modified]
modified.conffile..etc.lxc.lxc.conf: [modified]
mtime.conffile..etc.dnsmasq.d.lxc: 2012-09-04T09:08:59.313752
mtime.conffile..etc.lxc.lxc.conf: 2012-09-04T09:08:47.312726

** Affects: juju
 Importance: Undecided
 Status: New

** Affects: lxc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal running-unity

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1063770/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, line 563, in incremental_backup
bytes_written = dummy_backup(tarblock_iter)
  File /usr/bin/duplicity, line 197, in dummy_backup
while tarblock_iter.next():
  File /usr/lib/python2.7/dist-packages/duplicity/diffdir.py, line 507, in 
next
result = self.process(self.input_iter.next(), size)
  File /usr/lib/python2.7/dist-packages/duplicity/diffdir.py, line 188, in 
get_delta_iter
for new_path, sig_path in collated:
  File /usr/lib/python2.7/dist-packages/duplicity/diffdir.py, line 267, in 
collate2iters
relem1 = riter1.next()
  File /usr/lib/python2.7/dist-packages/duplicity/selection.py, line 187, in 
Iterate
log.Debug(_(Selecting %s) % subpath.name)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 72: 
ordinal not in range(128)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: duplicity 0.6.19-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic x86_64
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
Date: Tue Sep 11 18:31:26 2012
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120901)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: duplicity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: duplicity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal running-unity

-- 
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/duplicity/+bug/1049375/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/duplicity/+bug/1049375/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1022612/+subscriptions

-- 
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 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 region

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1022612/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1004373/+subscriptions

-- 
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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1004373/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1004373/+subscriptions

-- 
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 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-server (Ubuntu)
 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/1004373

Title:
  Please sync rabbitmq-server 2.8.2 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1004373/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
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 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 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/+bug/958161/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Sat Mar 17 17:59:20 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64+mac 
(20111208)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: open-vm-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/958161/+subscriptions

-- 
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 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:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/958161/+subscriptions

-- 
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 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-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Sat Mar 17 17:59:20 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64+mac 
(20111208)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: open-vm-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
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/+bug/958161/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/+bug/958161/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 
work anymore if username has uid/gid 1000, the ubuntu user created in the lxc 
has the same uid/gid
hallyn sidnei: gosh, good point.  could you open a bug on that?
sidnei hallyn, oki
hallyn stgraber: ^ i will make lxc not create the ubuntu user if -b is 
specified, and add the bound user to sudo/admin group instead.
 stgraber: ^ lemme know if there's a reason that's a bad idea
hallyn sidnei: thanks
sidnei hallyn, np
stgraber hallyn: sounds good


ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lxc 0.7.5-3ubuntu30
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 1.93-0ubuntu2
Architecture: amd64
Date: Mon Feb 27 15:30:59 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64+mac 
(20111208)
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lxc (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: amd64 apport-bug precise

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/942144/+subscriptions

-- 
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 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:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/942144/+subscriptions

-- 
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 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 
work anymore if username has uid/gid 1000, the ubuntu user created in the lxc 
has the same uid/gid
hallyn sidnei: gosh, good point.  could you open a bug on that?
sidnei hallyn, oki
hallyn stgraber: ^ i will make lxc not create the ubuntu user if -b is 
specified, and add the bound user to sudo/admin group instead.
 stgraber: ^ lemme know if there's a reason that's a bad idea
hallyn sidnei: thanks
sidnei hallyn, np
stgraber hallyn: sounds good


ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lxc 0.7.5-3ubuntu30
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 1.93-0ubuntu2
Architecture: amd64
Date: Mon Feb 27 15:30:59 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64+mac 
(20111208)
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lxc (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: amd64 apport-bug precise

-- 
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.net/ubuntu/+source/lxc/+bug/942144/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.net/ubuntu/+source/lxc/+bug/942144/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/888434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/888434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

PyPy is a fast, compliant alternative implementation of the Python language.
It has several advantages and distinct features:
 * Speed: thanks to its Just-in-Time compiler, Python programs often run faster
   on PyPy.
 * Memory usage: large, memory-hungry Python programs might end up taking less
   space than they do in CPython.
 * Compatibility: PyPy is highly compatible with existing python code. It
   supports ctypes and can run popular python libraries like twisted and
   django.
 * Sandboxing: PyPy provides the ability to run untrusted code in a fully secure
   way.
 * Stackless: PyPy can be configured to run in stackless mode, providing
   micro-threads for massive concurrency.
As well as other features.

A WNPP already exists: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=639315

** Affects: ubuntu
 Importance: Wishlist
 Status: New

** Affects: debian
 Importance: Unknown
 Status: Unknown


** Tags: needs-packaging

** Bug watch added: Debian Bug tracker #639315
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639315

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639315
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/867507

Title:
  [needs-packaging] pypy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/867507/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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] INFO: task 
01cpu_online:3670 blocked for more than 120 seconds.
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730190] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730194] 01cpu_onlineD 
81605060 0  3670   3653 0x
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730200]  88020e311bb8 
0086 81aab780 0001
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730205]  88020e311fd8 
88020e311fd8 88020e311fd8 00012a40
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730210]  88022fa78000 
880226bbc560 88020e311bb8 7fff
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730215] Call Trace:
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730226]  [815e8555] 
schedule_timeout+0x2a5/0x320
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730231]  [815e7fbf] 
wait_for_common+0xdf/0x180
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730236]  [810572d0] ? 
try_to_wake_up+0x200/0x200
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730240]  [815e813d] 
wait_for_completion+0x1d/0x20
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730245]  [81081226] 
kthread_stop+0x46/0x110
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730251]  [815ce9d0] 
cpu_stop_cpu_callback+0x11b/0x18d
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730256]  [815edcfd] 
notifier_call_chain+0x4d/0x70
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730261]  [810872ae] 
__raw_notifier_call_chain+0xe/0x10
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730265]  [810605c0] 
__cpu_notify+0x20/0x40
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730269]  [81060715] 
cpu_notify_nofail+0x15/0x20
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730274]  [815b8c08] 
_cpu_down+0x1d8/0x270
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730278]  [815b8cd7] 
cpu_down+0x37/0x50
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730282]  [815ba7af] 
store_online+0x5f/0xb8
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730287]  [813cc3c8] 
sysdev_store+0x18/0x30
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730292]  [811d6c1f] 
sysfs_write_file+0xef/0x170
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730298]  [81167793] 
vfs_write+0xb3/0x180
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730302]  [81167aba] 
sys_write+0x4a/0x90
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730307]  [815f21c2] 
system_call_fastpath+0x16/0x1b
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730310] INFO: task 
kworker/1:2:3672 blocked for more than 120 seconds.
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730313] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730316] kworker/1:2 D 
81605120 0  3672  2 0x
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730321]  8801f4cbbee0 
0046  0003
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730326]  8801f4cbbfd8 
8801f4cbbfd8 8801f4cbbfd8 00012a40
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730330]  81a0b020 
8801fa032e40 8801f4cbbee0 88020e311c40
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730335] Call Trace:
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730339]  [8107cbc0] ? 
manage_workers.isra.30+0x130/0x130
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730343]  [810811b3] 
kthread+0x73/0xa0
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730347]  [815f32e4] 
kernel_thread_helper+0x4/0x10
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730351]  [81081140] ? 
flush_kthread_worker+0xa0/0xa0
Sep  5 13:35:20 sidnei-laptop kernel: [  360.730355]  [815f32e0] ? 
gs_change+0x13/0x13

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: powernap 2.14-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
NonfreeKernelModules: nvidia wl
Architecture: amd64
Date: Mon Sep  5 13:38:27 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110815)
PackageArchitecture: all
SourcePackage: powernap
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: powernap (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

-- 
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 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/powernap/+bug/841967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-9-generic x86_64
NonfreeKernelModules: btrfs zlib_deflate libcrc32c ufs qnx4 hfsplus hfs minix 
ntfs vfat msdos fat jfs xfs reiserfs veth vmblock vmsync vmhgfs rfcomm bnep 
bluetooth ip6table_filter ip6_tables ipt_MASQUERADE iptable_nat nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ipt_REJECT xt_CHECKSUM 
iptable_mangle xt_tcpudp iptable_filter ip_tables x_tables bridge stp 
binfmt_misc snd_ens1371 gameport snd_ac97_codec ac97_bus snd_pcm snd_seq_midi 
snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd soundcore 
ppdev vmw_balloon snd_page_alloc psmouse parport_pc i2c_piix4 serio_raw vmci 
shpchp lp parport floppy mptspi mptscsih e1000 mptbase scsi_transport_spi
Architecture: amd64
Date: Fri Sep  2 16:34:10 2011
PackageArchitecture: all
SourcePackage: rabbitmq-server

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
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 go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/839715/+subscriptions

-- 
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 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 go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/839715/+subscriptions

-- 
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 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-9-generic x86_64
NonfreeKernelModules: btrfs zlib_deflate libcrc32c ufs qnx4 hfsplus hfs minix 
ntfs vfat msdos fat jfs xfs reiserfs veth vmblock vmsync vmhgfs rfcomm bnep 
bluetooth ip6table_filter ip6_tables ipt_MASQUERADE iptable_nat nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ipt_REJECT xt_CHECKSUM 
iptable_mangle xt_tcpudp iptable_filter ip_tables x_tables bridge stp 
binfmt_misc snd_ens1371 gameport snd_ac97_codec ac97_bus snd_pcm snd_seq_midi 
snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd soundcore 
ppdev vmw_balloon snd_page_alloc psmouse parport_pc i2c_piix4 serio_raw vmci 
shpchp lp parport floppy mptspi mptscsih e1000 mptbase scsi_transport_spi
Architecture: amd64
Date: Fri Sep  2 16:34:10 2011
PackageArchitecture: all
SourcePackage: rabbitmq-server

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
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.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/839715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/839715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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/828262

Title:
  please backport lxcguest to lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/828262/+subscriptions

-- 
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 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 received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828262

Title:
  please backport lxcguest to lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/828262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/824167

Title:
  wishlist: connect to lxc container by name using avahi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/824167/+subscriptions

-- 
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 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-
file=/var/run/libvirt/network/default.pid --conf-file= --except-
interface lo --listen-address 192.168.122.1 --dhcp-range
192.168.122.2,192.168.122.254 --dhcp-lease-max=253 --dhcp-no-override

Interestingly, seems like there's no route to the 192.168.122.0 network
on the host, so maybe something is broken on my side:

route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
10.0.1.00.0.0.0 255.255.255.0   U 0  00 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0  00 virbr0
0.0.0.0 10.0.1.10.0.0.0 UG0  00 eth1
0.0.0.0 0.0.0.0 0.0.0.0 U 1004   00 virbr0

-- 
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/824167

Title:
  wishlist: connect to lxc container by name using avahi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/824167/+subscriptions

-- 
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 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 subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/824167

Title:
  wishlist: connect to lxc container by name using avahi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/824167/+subscriptions

-- 
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 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 dhclient/resolv.conf option works fine as you
pointed out.

-- 
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/824167

Title:
  wishlist: connect to lxc container by name using avahi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/824167/+subscriptions

-- 
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 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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/824167

Title:
  wishlist: connect to lxc container by name using avahi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/824167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-
file=/var/run/libvirt/network/default.pid --conf-file= --except-
interface lo --listen-address 192.168.122.1 --dhcp-range
192.168.122.2,192.168.122.254 --dhcp-lease-max=253 --dhcp-no-override

Interestingly, seems like there's no route to the 192.168.122.0 network
on the host, so maybe something is broken on my side:

route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
10.0.1.00.0.0.0 255.255.255.0   U 0  00 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0  00 virbr0
0.0.0.0 10.0.1.10.0.0.0 UG0  00 eth1
0.0.0.0 0.0.0.0 0.0.0.0 U 1004   00 virbr0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/824167

Title:
  wishlist: connect to lxc container by name using avahi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/824167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

Title:
  wishlist: connect to lxc container by name using avahi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/824167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 dhclient/resolv.conf option works fine as you
pointed out.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/824167

Title:
  wishlist: connect to lxc container by name using avahi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/824167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

Title:
  bzr crashed with error in _curl_perform(): (28, 'SSL connection
  timeout at 298225') connecting to Launchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/736216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/736216

Title:
  bzr crashed with error in _curl_perform(): (28, 'SSL connection
  timeout at 298225') connecting to Launchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/736216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, 'SSL connection
  timeout at 298225') connecting to Launchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/736216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

Title:
  bzr crashed with error in _curl_perform(): (28, 'SSL connection
  timeout at 298225') connecting to Launchpad

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: Ubuntu 2.6.38-6.34-generic 2.6.38-rc7
Uname: Linux 2.6.38-6-generic x86_64
NonfreeKernelModules: nvidia wl
Architecture: amd64
Date: Thu Mar 17 12:37:39 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110201.2)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eglibc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: eglibc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty unity-2d

-- 
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/mailman/listinfo/ubuntu-bugs


[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/mailman/listinfo/ubuntu-bugs


[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 with nouveau, stripes when X starts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: euca2ools 1.3.1-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Tue Feb 15 17:26:29 2011
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
SourcePackage: euca2ools

** Affects: euca2ools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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: euca2ools 1.3.1-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Tue Feb 15 17:26:29 2011
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
SourcePackage: euca2ools

** Affects: euca2ools (Ubuntu)
 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/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.com/mailman/listinfo/ubuntu-bugs


[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.com/mailman/listinfo/ubuntu-bugs


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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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.ubuntu.com/mailman/listinfo/ubuntu-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

Title:
  Blank screen during boot with nouveau, stripes when X starts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/713379

Title:
  Blank screen during boot with nouveau, stripes when X starts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
CompisitorRunning: None
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Fri Feb  4 19:44:52 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-02-04 13:32:17.149104
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:   Subsystem: Apple Computer Inc. Device [106b:00b9]
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
MachineType: Apple Inc. MacBookPro5,5
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=296cf8e0-5328-43a8-a7d6-f96cb65444a9 ro quiet splash nomodeset 
vt.handoff=7
Renderer: Software
SourcePackage: xorg
dmi.bios.date: 06/15/09
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP55.88Z.00AC.B03.0906151708
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-F2268AC8
dmi.board.vendor: Apple Inc.
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F2268AC8
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP55.88Z.00AC.B03.0906151708:bd06/15/09:svnAppleInc.:pnMacBookPro5,5:pvr1.0:rvnAppleInc.:rnMac-F2268AC8:rvr:cvnAppleInc.:ct10:cvrMac-F2268AC8:
dmi.product.name: MacBookPro5,5
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.2.1+glibmainloop4-0ubuntu9
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu4

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty ubuntu

-- 
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 boot with nouveau, stripes when X starts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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


  1   2   >