[Bug 856764] Re: RabbitMQ connections lack heartbeat or TCP keepalives

2016-04-19 Thread Thomas Herve
** No longer affects: heat

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

Title:
  RabbitMQ connections lack heartbeat or TCP keepalives

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

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


[Bug 1369481] [NEW] The trusty machine type should stick to the 2.0 version

2014-09-15 Thread Thomas Herve
Public bug reported:

If I understand correctly, the pc-i440fx-trusty machine type introduced
by bug #1294823 is meant to solve migration problems, by using a default
which stay the same between versions.

Unfortunately the patch was written by pointing to the pc default
machine type, so is 2.1 in the utopic packaging version.

It seems the intent of the machine type is to stay stable over time, so
it would make sense to me if the patch was fixed in the utopic version
to point to the 2.0 machine type, instead of the default.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1369481

Title:
  The trusty machine type should stick to the 2.0 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1369481/+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 1369481] [NEW] The trusty machine type should stick to the 2.0 version

2014-09-15 Thread Thomas Herve
Public bug reported:

If I understand correctly, the pc-i440fx-trusty machine type introduced
by bug #1294823 is meant to solve migration problems, by using a default
which stay the same between versions.

Unfortunately the patch was written by pointing to the pc default
machine type, so is 2.1 in the utopic packaging version.

It seems the intent of the machine type is to stay stable over time, so
it would make sense to me if the patch was fixed in the utopic version
to point to the 2.0 machine type, instead of the default.

** Affects: qemu (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/1369481

Title:
  The trusty machine type should stick to the 2.0 version

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

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


[Bug 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-08 Thread Thomas Herve
** Changed in: heat
 Assignee: (unassigned) = Thomas Herve (therve)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1301036

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1301036/+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 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-08 Thread Thomas Herve
** Changed in: heat
 Assignee: (unassigned) = Thomas Herve (therve)

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

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

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

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


[Bug 1105423] Re: landscape-broker crashed with SystemError: bad format char passed to Py_BuildValue

2013-01-28 Thread Thomas Herve
*** This bug is a duplicate of bug 1105424 ***
https://bugs.launchpad.net/bugs/1105424

** This bug has been marked a duplicate of bug 1105424
   landscape-package-reporter crashed with SystemError: bad format char passed 
to Py_BuildValue

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

Title:
  landscape-broker crashed with SystemError: bad format char passed to
  Py_BuildValue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1105423/+subscriptions

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


[Bug 1108161] [NEW] 7.19.0-5ubuntu5 is broken on python 2.X

2013-01-28 Thread Thomas Herve
Public bug reported:

The recent patch uploaded raring fixing a python3 issue is breaking
usage of WRITEFUNCTION in python 2.X.
http://launchpadlibrarian.net/129472394/pycurl_7.19.0-5ubuntu4_7.19.0-5ubuntu5.diff.gz
is the patch.

The following script fails with SystemError: bad format char passed to
Py_BuildValue:

import pycurl
from StringIO import StringIO

body = StringIO()

curl = pycurl.Curl()
curl.setopt(pycurl.URL, http://www.ubuntu.com/;)
curl.setopt(pycurl.WRITEFUNCTION, body.write)
curl.perform()

print body.getvalue()

** Affects: pycurl (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/1108161

Title:
  7.19.0-5ubuntu5 is broken on python 2.X

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

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


[Bug 1070345] Re: need to restart landscape after updating config

2013-01-09 Thread Thomas Herve
Tested 0.6.3-0ubuntu1.3 on precise and 0.7.0-0ubuntu2.2 on quantal, both
working great.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1070345

Title:
  need to restart landscape after updating config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1070345/+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 1066115] Re: The landscape client plugin doesn't create the config file with the proper permissions

2013-01-09 Thread Thomas Herve
Tested 0.6.3-0ubuntu1.3 on precise and 0.7.0-0ubuntu2.2 on quantal, both
working great.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1066115

Title:
  The landscape client plugin doesn't create the config file with the
  proper permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1066115/+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 1070345] Re: need to restart landscape after updating config

2013-01-09 Thread Thomas Herve
Tested 0.6.3-0ubuntu1.3 on precise and 0.7.0-0ubuntu2.2 on quantal, both
working great.

** 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/1070345

Title:
  need to restart landscape after updating config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1070345/+subscriptions

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


[Bug 1066115] Re: The landscape client plugin doesn't create the config file with the proper permissions

2013-01-09 Thread Thomas Herve
Tested 0.6.3-0ubuntu1.3 on precise and 0.7.0-0ubuntu2.2 on quantal, both
working great.

** 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/1066115

Title:
  The landscape client plugin doesn't create the config file with the
  proper permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1066115/+subscriptions

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


[Bug 1070345] Re: need to restart landscape after updating config

2012-12-13 Thread Thomas Herve
My precise fix doesn't work: cloud init fails with NameError: global
name 'util' is not defined in cc_landscape.py.

** Tags removed: verification-needed
** Tags added: verification-failed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1070345

Title:
  need to restart landscape after updating config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1070345/+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 1070345] Re: need to restart landscape after updating config

2012-12-13 Thread Thomas Herve
My precise fix doesn't work: cloud init fails with NameError: global
name 'util' is not defined in cc_landscape.py.

** Tags removed: verification-needed
** Tags added: verification-failed

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

Title:
  need to restart landscape after updating config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1070345/+subscriptions

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


[Bug 268143] Re: smart should treat Recommends as apt does

2012-12-03 Thread Thomas Herve
** Changed in: landscape
   Status: New = Won't Fix

** Changed in: landscape
Milestone: later = None

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

Title:
  smart should treat Recommends as apt does

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

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


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

2012-12-03 Thread Thomas Herve
** Changed in: landscape
   Status: New = Fix Released

** Changed in: landscape
Milestone: None = 12.11

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

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

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


[Bug 1042758] Re: landscape handler needs to set RUN=1 in /etc/default/landscape-client

2012-10-02 Thread Thomas Herve
** Branch linked: lp:~therve/cloud-init/fix-landscape-config-precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1042758

Title:
  landscape handler needs to set RUN=1 in /etc/default/landscape-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1042758/+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 1042758] Re: landscape handler needs to set RUN=1 in /etc/default/landscape-client

2012-10-02 Thread Thomas Herve
** Branch linked: lp:~therve/cloud-init/fix-landscape-config-precise

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

Title:
  landscape handler needs to set RUN=1 in /etc/default/landscape-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1042758/+subscriptions

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


[Bug 1053020] [NEW] SRU: fix 1042758

2012-09-19 Thread Thomas Herve
*** This bug is a duplicate of bug 1042758 ***
https://bugs.launchpad.net/bugs/1042758

Public bug reported:

This is a SRU request for cloud-init to be updated in precise.

Bug #1042758 prevents people using cloud-init and Landscape to
automatically register instances: the configuration will be updated, but
Landscape won't start, thus forcing people to either write additional
code or manually go the instances.

To reproduce the problem, create a cloud-init configuration with Landscape 
credentials:
#cloud-config
landscape:
 - account_name: $host_account
 - computer_title: Test instance
 - cloud: true

Using the released version, the configuration will be written, but the
client won't start and the instance won't register. With the fixed
version, the client will start and register to Landscape hosted.

The change is minimal and only impact the Landscape portion of the code.
https://code.launchpad.net/~therve/cloud-init/fix-landscape-
config/+merge/122870 contains the relevant changeset.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1053020

Title:
  SRU: fix 1042758

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1053020/+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 1053020] [NEW] SRU: fix 1042758

2012-09-19 Thread Thomas Herve
*** This bug is a duplicate of bug 1042758 ***
https://bugs.launchpad.net/bugs/1042758

Public bug reported:

This is a SRU request for cloud-init to be updated in precise.

Bug #1042758 prevents people using cloud-init and Landscape to
automatically register instances: the configuration will be updated, but
Landscape won't start, thus forcing people to either write additional
code or manually go the instances.

To reproduce the problem, create a cloud-init configuration with Landscape 
credentials:
#cloud-config
landscape:
 - account_name: $host_account
 - computer_title: Test instance
 - cloud: true

Using the released version, the configuration will be written, but the
client won't start and the instance won't register. With the fixed
version, the client will start and register to Landscape hosted.

The change is minimal and only impact the Landscape portion of the code.
https://code.launchpad.net/~therve/cloud-init/fix-landscape-
config/+merge/122870 contains the relevant changeset.

** Affects: cloud-init (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/1053020

Title:
  SRU: fix 1042758

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1053020/+subscriptions

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


[Bug 1027970] Re: package libudev0 175-0ubuntu9.1 failed to install/upgrade: libudev0:amd64 175-0ubuntu9.1 cannot be configured because libudev0

2012-09-17 Thread Thomas Herve
Landscape doesn't use smart anymore. It'd be good to try out the latest
version which uses APT and see if everything works correctly.

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

Title:
  package libudev0 175-0ubuntu9.1 failed to install/upgrade:
  libudev0:amd64 175-0ubuntu9.1 cannot be configured because libudev0

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1027970/+subscriptions

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


[Bug 1045237] Re: please drop python-gnupginterface dependencies

2012-09-05 Thread Thomas Herve
We depended on it to not depend directly on update-manager-core. As the
dependency has been dropped there, it looks like it can/should be
dropped in Landscape. We may need to replace it to depend what the
script will need, I'll ask around to see what's going on.

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

Title:
  please drop python-gnupginterface dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1045237/+subscriptions

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


[Bug 1045237] Re: please drop python-gnupginterface dependency

2012-09-03 Thread Thomas Herve
We depend on it because the release upgrade script needs it (as in
http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/dist-
upgrader-all/current/precise.tar.gz). Do we know if that dependency is
going to be removed for quantal? If that's the case we can conditionally
depend on it indeed.

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

Title:
  please drop python-gnupginterface dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1045237/+subscriptions

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


[Bug 962974] Re: Management Service is gratuitously vague

2012-08-28 Thread Thomas Herve
** Changed in: landscape-client
   Status: In Progress = Fix Committed

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

Title:
  Management Service is gratuitously vague

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/962974/+subscriptions

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


[Bug 962974] Re: Management Service is gratuitously vague

2012-08-27 Thread Thomas Herve
** Branch linked: lp:~therve/landscape-client/fix-name

** Changed in: landscape-client
 Assignee: Benjamin Kerensa (bkerensa) = Thomas Herve (therve)

** Changed in: landscape-client
Milestone: None = 12.10

** Changed in: landscape-client
   Importance: Undecided = Low

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

Title:
  Management Service is gratuitously vague

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/962974/+subscriptions

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


[Bug 988301] [NEW] lxc-ubuntu fails if no name is provided

2012-04-25 Thread Thomas Herve
Public bug reported:

If I call lxc-ubuntu without providing the name parameter, it fails
because some parameters get shifted in the script:

/usr/lib/lxc/templates/lxc-ubuntu -p vm
debootstrap is /usr/sbin/debootstrap
Checking cache download in /var/cache/lxc/precise/rootfs-i386 ... 
Copy /var/cache/lxc/precise/rootfs-i386 to vm/rootfs ... 
Copying rootfs to vm/rootfs ...
/usr/lib/lxc/templates/lxc-ubuntu: line 280: [: =: unary operator expected
/usr/lib/lxc/templates/lxc-ubuntu: line 285: [: =: unary operator expected
grep: vm/config: No such file or directory
/usr/lib/lxc/templates/lxc-ubuntu: line 454: [: -eq: unary operator expected


Passing  -n foo doesn't produce that error.

** 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/988301

Title:
  lxc-ubuntu fails if no name is provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/988301/+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 988301] Re: lxc-ubuntu fails if no name is provided

2012-04-25 Thread Thomas Herve
Thanks for info!

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

Title:
  lxc-ubuntu fails if no name is provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/988301/+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 988301] [NEW] lxc-ubuntu fails if no name is provided

2012-04-25 Thread Thomas Herve
Public bug reported:

If I call lxc-ubuntu without providing the name parameter, it fails
because some parameters get shifted in the script:

/usr/lib/lxc/templates/lxc-ubuntu -p vm
debootstrap is /usr/sbin/debootstrap
Checking cache download in /var/cache/lxc/precise/rootfs-i386 ... 
Copy /var/cache/lxc/precise/rootfs-i386 to vm/rootfs ... 
Copying rootfs to vm/rootfs ...
/usr/lib/lxc/templates/lxc-ubuntu: line 280: [: =: unary operator expected
/usr/lib/lxc/templates/lxc-ubuntu: line 285: [: =: unary operator expected
grep: vm/config: No such file or directory
/usr/lib/lxc/templates/lxc-ubuntu: line 454: [: -eq: unary operator expected


Passing  -n foo doesn't produce that error.

** 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/988301

Title:
  lxc-ubuntu fails if no name is provided

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

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


[Bug 988301] Re: lxc-ubuntu fails if no name is provided

2012-04-25 Thread Thomas Herve
Thanks for info!

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

Title:
  lxc-ubuntu fails if no name is provided

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

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


[Bug 983096] Re: Mispelling of Landscape

2012-04-23 Thread Thomas Herve
Fix committed in our trunk.

** Also affects: landscape-client
   Importance: Undecided
   Status: New

** Changed in: landscape-client
 Assignee: (unassigned) = Thomas Herve (therve)

** Changed in: landscape-client
Milestone: None = 12.04.1

** Changed in: landscape-client
   Status: New = Fix Committed

** Changed in: landscape-client
   Importance: Undecided = Low

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

Title:
  Mispelling of Landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/983096/+subscriptions

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


[Bug 961611] Re: landscape-package-reporter crashed with SystemError in open(): E:Opening /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_braid_ubuntu.list - ifstream::ifstr

2012-03-29 Thread Thomas Herve
Can we get the output of apt-get update? And ls-al
/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-
uploaders_braid_ubuntu.list ?

Thanks!

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

Title:
  landscape-package-reporter crashed with SystemError in open():
  E:Opening /etc/apt/sources.list.d/private-ppa.launchpad
  .net_commercial-ppa-uploaders_braid_ubuntu.list - ifstream::ifstream
  (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/961611/+subscriptions

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


[Bug 965850] Re: Install Landscape Client dialog does not communicate that Landscape is non-free

2012-03-27 Thread Thomas Herve
** Also affects: landscape-client
   Importance: Undecided
   Status: New

** Changed in: landscape-client
   Status: New = Fix Committed

** Changed in: landscape-client
   Importance: Undecided = Medium

** Changed in: landscape-client
 Assignee: (unassigned) = Thomas Herve (therve)

** Changed in: landscape-client
Milestone: None = 12.03.2

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

Title:
  Install Landscape Client dialog does not communicate that Landscape is
  non-free

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/965850/+subscriptions

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


[Bug 961894] Re: landscape-client-ui-install: Fix dependencies

2012-03-22 Thread Thomas Herve
** Also affects: landscape-client
   Importance: Undecided
   Status: New

** Changed in: landscape-client
   Importance: Undecided = High

** Changed in: landscape-client
 Assignee: (unassigned) = Thomas Herve (therve)

** Changed in: landscape-client
Milestone: None = 12.03.2

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

Title:
  landscape-client-ui-install: Fix dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/961894/+subscriptions

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


[Bug 961891] Re: landscape-client-ui-install: Dialog not i18ned

2012-03-22 Thread Thomas Herve
** Also affects: landscape-client
   Importance: Undecided
   Status: New

** Changed in: landscape-client
   Importance: Undecided = High

** Changed in: landscape-client
 Assignee: (unassigned) = Thomas Herve (therve)

** Changed in: landscape-client
Milestone: None = 12.03.2

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

Title:
  landscape-client-ui-install: Dialog not i18ned

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/961891/+subscriptions

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


[Bug 961894] Re: landscape-client-ui-install: Fix dependencies

2012-03-22 Thread Thomas Herve
Fixed in r538 in landscape client trunk.

** Changed in: landscape-client
   Status: New = Fix Committed

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

Title:
  landscape-client-ui-install: Fix dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/961894/+subscriptions

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


[Bug 961891] Re: landscape-client-ui-install: Dialog not i18ned

2012-03-22 Thread Thomas Herve
** Branch linked: lp:~therve/landscape-client/i18n-ui-install

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

Title:
  landscape-client-ui-install: Dialog not i18ned

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/961891/+subscriptions

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


[Bug 961891] Re: landscape-client-ui-install: Dialog not i18ned

2012-03-22 Thread Thomas Herve
** Changed in: landscape-client
   Status: New = Fix Committed

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

Title:
  landscape-client-ui-install: Dialog not i18ned

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/961891/+subscriptions

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


[Bug 950716] Re: deferToThread function return not triggering callback chain

2012-03-09 Thread Thomas Herve
Confirmed. It's working fine with Twisted trunk, it's probably related
to the backport done in 11.1.0-1ubuntu1.

** Changed in: twisted (Ubuntu)
   Status: New = Confirmed

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

Title:
  deferToThread function return not triggering callback chain

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

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


[Bug 950716] Re: deferToThread function return not triggering callback chain

2012-03-09 Thread Thomas Herve
And I confirm it's working fine with Twisted 11.1 from source.

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

Title:
  deferToThread function return not triggering callback chain

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

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


[Bug 922600] Re: [FFe] Upgrade rabbitmq-server to 2.7.1

2012-03-04 Thread Thomas Herve
The new version lost the fix introduced in bug #913464. The rabbitmq
user appears in connected users and prevents desktop machine from
shutting down.

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

Title:
  [FFe] Upgrade rabbitmq-server to 2.7.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/922600/+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 913464] Re: rabbit creates new PAM session

2012-03-04 Thread Thomas Herve
The new version 2.7 pushed in bug #922600 lost the patch applied by this
bug, introducing the problem again.

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

Title:
  rabbit creates new PAM session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/913464/+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 922600] Re: [FFe] Upgrade rabbitmq-server to 2.7.1

2012-03-04 Thread Thomas Herve
The new version lost the fix introduced in bug #913464. The rabbitmq
user appears in connected users and prevents desktop machine from
shutting down.

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

Title:
  [FFe] Upgrade rabbitmq-server to 2.7.1

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

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


[Bug 913464] Re: rabbit creates new PAM session

2012-03-04 Thread Thomas Herve
The new version 2.7 pushed in bug #922600 lost the patch applied by this
bug, introducing the problem again.

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

Title:
  rabbit creates new PAM session

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

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


[Bug 942004] [NEW] godoc doesn't work

2012-02-27 Thread Thomas Herve
Public bug reported:

Trying to call the godoc command in precise with any argument fails
with:

panic: open /usr/lib/go/lib/godoc/codewalk.html: no such file or
directory

The file is located in /usr/share/doc indeed.

This was fixed with: sudo rmdir /usr/lib/go/lib/godoc/  sudo ln -s
/usr/share/doc/golang-doc/godoc/ /usr/lib/go/lib/

After that, it still complained about the lack of source.

This was fixed with sudo rmdir /usr/lib/go/src/  sudo ln -s
/usr/share/go/src /usr/lib/go/

** Affects: golang (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/942004

Title:
  godoc doesn't work

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

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


[Bug 942004] Re: godoc doesn't work

2012-02-27 Thread Thomas Herve
I do. Here's what I have installed:

 dpkg -l | grep golang
ii  golang 1:60.3-1 
Experimental Go programming language [meta package]
ii  golang-doc 1:60.3-1 
Documentation for Google's Go programming language
ii  golang-go  1:60.3-1 
Experimental Go programming language compiler
ii  golang-src 1:60.3-1 
Go programming language compiler (.go source files)
ii  golang-tools   1:60.3-1 
Tools for Google's Go programming language

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

Title:
  godoc doesn't work

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

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


[Bug 940803] Re: Super+Shift+Left/Right don't work

2012-02-26 Thread Thomas Herve
I have somewhat the same problem, except that super-shift-left works,
but not super-shift-right (so I can go one way but not the other). Up
and down seem to work.

Another maybe unrelated problem is that super-shift shows the shortcut
overlay, so it appears unexpectedly when I navigate.

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

Title:
  Super+Shift+Left/Right don't work

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

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


[Bug 922600] [NEW] Upgrade rabbitmq-server to 2.7.1

2012-01-27 Thread Thomas Herve
Public bug reported:

It'd be nice to have the latest rabbitmq release in Precise, which
contains several improvements and bug fixes.

** 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/922600

Title:
  Upgrade rabbitmq-server to 2.7.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/922600/+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 913464] Re: rabbit creates new PAM session

2012-01-27 Thread Thomas Herve
The attached debdiff fixes the problem for me: it uses start-stop-
daemon, and avoid the script in /usr/sbin that uses su to change ID.

** Patch added: rabbitmq-server_2.6.1-1ubuntu4.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/913464/+attachment/2696366/+files/rabbitmq-server_2.6.1-1ubuntu4.debdiff

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

Title:
  rabbit creates new PAM session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/913464/+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 913464] Re: rabbit creates new PAM session

2012-01-27 Thread Thomas Herve
The attached debdiff fixes the problem for me: it uses start-stop-
daemon, and avoid the script in /usr/sbin that uses su to change ID.

** Patch added: rabbitmq-server_2.6.1-1ubuntu4.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/913464/+attachment/2696366/+files/rabbitmq-server_2.6.1-1ubuntu4.debdiff

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

Title:
  rabbit creates new PAM session

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

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


[Bug 922600] [NEW] Upgrade rabbitmq-server to 2.7.1

2012-01-27 Thread Thomas Herve
Public bug reported:

It'd be nice to have the latest rabbitmq release in Precise, which
contains several improvements and bug fixes.

** 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/922600

Title:
  Upgrade rabbitmq-server to 2.7.1

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

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


[Bug 912607] Re: zope.datetime should be dropped in favor of dateutil

2012-01-06 Thread Thomas Herve
** Also affects: txaws
   Importance: Undecided
   Status: New

** Changed in: txaws
   Status: New = Fix Committed

** Changed in: txaws
   Importance: Undecided = Low

** Changed in: txaws
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

** Changed in: txaws
Milestone: None = 0.3

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

Title:
  zope.datetime should be dropped in favor of dateutil

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

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


[Bug 912589] Re: pytz should be dropped for dateutil as soon as epsilon is dropped for dateutil

2012-01-06 Thread Thomas Herve
** Changed in: txaws
   Status: New = Fix Committed

** Changed in: txaws
   Importance: Undecided = Low

** Changed in: txaws
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

** Changed in: txaws
Milestone: None = 0.3

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

Title:
  pytz should be dropped for dateutil as soon as epsilon is dropped for
  dateutil

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

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


[Bug 856067] Re: s3/client.py should not depend on epsilon library

2012-01-06 Thread Thomas Herve
** Changed in: txaws
   Importance: Undecided = Low

** Changed in: txaws
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

** Changed in: txaws
   Status: Confirmed = Fix Committed

** Changed in: txaws
Milestone: None = 0.3

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

Title:
  s3/client.py should not depend on epsilon library

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

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


[Bug 904248] Re: python-central build-dependencies in main

2011-12-14 Thread Thomas Herve
Can we get some background here? Is python-central removed from main?
Can we just switch to dh_python2?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/904248

Title:
  python-central build-dependencies in main

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/auth-client-config/+bug/904248/+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 904248] Re: python-central build-dependencies in main

2011-12-14 Thread Thomas Herve
Can we get some background here? Is python-central removed from main?
Can we just switch to dh_python2?

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

Title:
  python-central build-dependencies in main

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/auth-client-config/+bug/904248/+subscriptions

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


[Bug 814650] Re: landscape-broker crashed with ImportError in /usr/lib/python2.7/dist-packages/landscape/broker/registration.py: No module named vm_info

2011-08-24 Thread Thomas Herve
*** This bug is a duplicate of bug 814223 ***
https://bugs.launchpad.net/bugs/814223

** This bug is no longer a duplicate of bug 814039
   landscape-broker crashed with ImportError in 
/usr/lib/python2.7/dist-packages/landscape/broker/registration.py: No module 
named vm_info
** This bug has been marked a duplicate of bug 814223
   Some files are missing from 11.07.1.1-0ubuntu0.11.10.0

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

Title:
  landscape-broker crashed with ImportError in /usr/lib/python2.7/dist-
  packages/landscape/broker/registration.py: No module named vm_info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/814650/+subscriptions

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


[Bug 814039] Re: landscape-broker crashed with ImportError in /usr/lib/python2.7/dist-packages/landscape/broker/registration.py: No module named vm_info

2011-08-24 Thread Thomas Herve
*** This bug is a duplicate of bug 814223 ***
https://bugs.launchpad.net/bugs/814223

** This bug has been marked a duplicate of bug 814223
   Some files are missing from 11.07.1.1-0ubuntu0.11.10.0

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

Title:
  landscape-broker crashed with ImportError in /usr/lib/python2.7/dist-
  packages/landscape/broker/registration.py: No module named vm_info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/814039/+subscriptions

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


[Bug 738308] Re: Backport proxy connect SSL support

2011-05-02 Thread Thomas Herve
I'll look at it during this cycle.

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) = Thomas Herve (therve)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/738308

Title:
  Backport proxy connect SSL support

-- 
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 738308] Re: Backport proxy connect SSL support

2011-05-02 Thread Thomas Herve
I'll look at it during this cycle.

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) = Thomas Herve (therve)

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

Title:
  Backport proxy connect SSL support

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


[Bug 738308] [NEW] Backport proxy connect SSL support

2011-03-19 Thread Thomas Herve
Public bug reported:

Binary package hint: apache2

As described by this bug
https://issues.apache.org/bugzilla/show_bug.cgi?id=29744 , Apache
mod_proxy connect doesn't support SSL connections properly in 2.2.

The fix has landed in Apache trunk, so should be part of Apache 2.4, but
there is no indication that they're going to backport to 2.2. I was
hoping the Ubuntu package could apply it. The patch on 2.2.16 linked in
the tracker worked properly for me on the Maverick package. I'd be happy
to provide a 2.2.17 version if necessary.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
https://bugs.launchpad.net/bugs/738308

Title:
  Backport proxy connect SSL support

-- 
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 738308] [NEW] Backport proxy connect SSL support

2011-03-19 Thread Thomas Herve
Public bug reported:

Binary package hint: apache2

As described by this bug
https://issues.apache.org/bugzilla/show_bug.cgi?id=29744 , Apache
mod_proxy connect doesn't support SSL connections properly in 2.2.

The fix has landed in Apache trunk, so should be part of Apache 2.4, but
there is no indication that they're going to backport to 2.2. I was
hoping the Ubuntu package could apply it. The patch on 2.2.16 linked in
the tracker worked properly for me on the Maverick package. I'd be happy
to provide a 2.2.17 version if necessary.

** Affects: apache2 (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/738308

Title:
  Backport proxy connect SSL support

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


[Bug 726947] Re: landscape-client blocks boot with no ec2 metadata service

2011-03-01 Thread Thomas Herve
I would argue that CLOUD=1 means that the metadata service is available.
We also have that docstring in our code:

This is necessary because the networking init script on Ubuntu is
asynchronous; the network may not actually be up by the time the
landscape-client init script is invoked.

Is there another way to know if the network is up or not?

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

Title:
  landscape-client blocks boot with no ec2 metadata service

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


[Bug 726947] Re: landscape-client blocks boot with no ec2 metadata service

2011-03-01 Thread Thomas Herve
The easiest fix is to put CLOUD=0 in natty (or keep the default value,
really), as Landscape now supports cloud-init startup and it will
prevent that problem.

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

Title:
  landscape-client blocks boot with no ec2 metadata service

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


[Bug 675245] Re: evaluation from the systemload on multiprocessor machines in 50-landscape-sysinfo

2011-02-23 Thread Thomas Herve
A fix is already in Natty, and we should start a new SRU soon enough.

** Changed in: landscape-client (Ubuntu)
   Status: New = Fix Released

** Changed in: landscape-client (Ubuntu)
 Assignee: (unassigned) = Thomas Herve (therve)

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

Title:
  evaluation from the systemload on multiprocessor machines in 50
  -landscape-sysinfo

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


[Bug 708502] Re: Please drop hal dependency

2011-01-31 Thread Thomas Herve
** Branch linked: lp:~therve/landscape-client/hal-soft-dep

** Changed in: landscape-client
   Status: New = In Progress

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

Title:
  Please drop hal dependency

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


[Bug 708502] Re: Please drop hal dependency

2011-01-31 Thread Thomas Herve
** Changed in: landscape-client
   Status: In Progress = Fix Committed

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

Title:
  Please drop hal dependency

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


[Bug 708502] Re: Please drop hal dependency

2011-01-27 Thread Thomas Herve
** Changed in: landscape-client
 Assignee: (unassigned) = Thomas Herve (therve)

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

Title:
  Please drop hal dependency

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


[Bug 708502] Re: Please drop hal dependency

2011-01-27 Thread Thomas Herve
Hey Martin,

 There are gobject-introspection bindings for gudev these days

Are you talking about the python-gudev package? Do you think it would be
possible to move it to main?

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

Title:
  Please drop hal dependency

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


[Bug 708502] Re: Please drop hal dependency

2011-01-27 Thread Thomas Herve
Thanks for the precision. Is it same to assume that it only works on
natty and forward? gir1.0-gudev-1.0 doesn't seem to provide the same
functionality.

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

Title:
  Please drop hal dependency

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


[Bug 688115] Re: packaging update for natty needed

2011-01-12 Thread Thomas Herve
** Changed in: landscape-client
   Status: In Progress = Fix Committed

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

Title:
  packaging update for natty needed

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


[Bug 688115] Re: packaging update for natty needed

2011-01-10 Thread Thomas Herve
** Changed in: landscape-client (Ubuntu Natty)
 Assignee: (unassigned) = Thomas Herve (therve)

** Also affects: landscape-client
   Importance: Undecided
   Status: New

** Changed in: landscape-client
 Assignee: (unassigned) = Thomas Herve (therve)

** Changed in: landscape-client
   Importance: Undecided = High

** Changed in: landscape-client
Milestone: None = 11.01

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

Title:
  packaging update for natty needed

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


[Bug 688115] Re: packaging update for natty needed

2011-01-10 Thread Thomas Herve
** Branch linked: lp:~therve/landscape-client/natty-packaging

** Changed in: landscape-client
   Status: New = In Progress

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

Title:
  packaging update for natty needed

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


[Bug 670289] Re: Laptop won't shut down with rabbitmq running

2010-12-16 Thread Thomas Herve
Client, thanks for looking at it. As Björn mentioned there is not much
to say. I think I've identified one linked problem though, where the
service doesn't start sometimes: rabbitmq is tied to the existence of a
particular hostname (generally the one detected when first installed).

Since Maverick, NetworkManager seems to do some weird trick with
/etc/hosts, making the local hostname unresolvable at some points. At
least when it doesn't start, I get a can't resolve hostname error in
startup_err, which could map with what Björn is saying, where the
hostname can't be found at shutdown (presumably after NM did his job on
a laptop).

Björn: do you have anything in shutdown_err by any chance?

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

Title:
  Laptop won't shut down with rabbitmq running

-- 
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 670289] Re: Laptop won't shut down with rabbitmq running

2010-12-16 Thread Thomas Herve
Client, thanks for looking at it. As Björn mentioned there is not much
to say. I think I've identified one linked problem though, where the
service doesn't start sometimes: rabbitmq is tied to the existence of a
particular hostname (generally the one detected when first installed).

Since Maverick, NetworkManager seems to do some weird trick with
/etc/hosts, making the local hostname unresolvable at some points. At
least when it doesn't start, I get a can't resolve hostname error in
startup_err, which could map with what Björn is saying, where the
hostname can't be found at shutdown (presumably after NM did his job on
a laptop).

Björn: do you have anything in shutdown_err by any chance?

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

Title:
  Laptop won't shut down with rabbitmq running

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

[Bug 217101] Re: Landscape client crash reports cannot be reported through apport

2010-11-22 Thread Thomas Herve
** Changed in: landscape
Milestone: later = None

-- 
Landscape client crash reports cannot be reported through apport
https://bugs.launchpad.net/bugs/217101
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272344] Re: Display IP address of system

2010-11-22 Thread Thomas Herve
** Changed in: landscape
Milestone: later = None

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

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


[Bug 225820] Re: dapper: memleak in either hal, dbus or python bindings

2010-11-22 Thread Thomas Herve
** Changed in: landscape
Milestone: later = None

-- 
dapper: memleak in either hal, dbus or python bindings
https://bugs.launchpad.net/bugs/225820
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 670289] Re: Laptop won't shut down with rabbitmq running

2010-11-18 Thread Thomas Herve
I also noticed the problem at boot time: sometimes rabbitmq is just not
started when I start my machine. I'm not an expert, but I suspect it's a
problem with upstart init info, which doesn't seem to mention $local_fs
as a dependency.

-- 
Laptop won't shut down with rabbitmq running
https://bugs.launchpad.net/bugs/670289
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.

-- 
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 670289] Re: Laptop won't shut down with rabbitmq running

2010-11-18 Thread Thomas Herve
I also noticed the problem at boot time: sometimes rabbitmq is just not
started when I start my machine. I'm not an expert, but I suspect it's a
problem with upstart init info, which doesn't seem to mention $local_fs
as a dependency.

-- 
Laptop won't shut down with rabbitmq running
https://bugs.launchpad.net/bugs/670289
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 433915] Re: landscape-sysinfo disk info fails for mountpoints inaccessible to my user

2010-08-16 Thread Thomas Herve
** Tags removed: sooner-than-later

-- 
landscape-sysinfo disk info fails for mountpoints inaccessible to my user
https://bugs.launchpad.net/bugs/433915
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 599408] Re: landscape-is-cloud-managed shows stack trace

2010-06-29 Thread Thomas Herve
*** This bug is a duplicate of bug 596062 ***
https://bugs.launchpad.net/bugs/596062

** This bug has been marked a duplicate of bug 596062
   broken python-pycurl dependency

-- 
landscape-is-cloud-managed shows stack trace
https://bugs.launchpad.net/bugs/599408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 563013] Re: landscape-sysinfo displays wrong temperature

2010-04-14 Thread Thomas Herve
Thanks for the report! Can you check the value of
/proc/acpi/thermal_zone/THRM/temperature on your machine?

-- 
landscape-sysinfo displays wrong temperature
https://bugs.launchpad.net/bugs/563013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 563013] Re: landscape-sysinfo displays wrong temperature

2010-04-14 Thread Thomas Herve
So I guess this a bug somewhere in ACPI? Maybe a problem with your
hardware?

-- 
landscape-sysinfo displays wrong temperature
https://bugs.launchpad.net/bugs/563013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 563013] Re: landscape-sysinfo displays wrong temperature

2010-04-14 Thread Thomas Herve
** Also affects: linux
   Importance: Undecided
   Status: New

** Changed in: landscape-client (Ubuntu)
   Status: New = Invalid

** Summary changed:

- landscape-sysinfo displays wrong temperature
+ /proc/acpi/thermal_zone contains wrong temperature

-- 
/proc/acpi/thermal_zone contains wrong temperature
https://bugs.launchpad.net/bugs/563013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 563013] Re: /proc/acpi/thermal_zone contains wrong temperature

2010-04-14 Thread Thomas Herve
It's what I did, no? I guess I put it in the project instead of the
package?

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
/proc/acpi/thermal_zone contains wrong temperature
https://bugs.launchpad.net/bugs/563013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554007] Re: Need a way to know which version of Eucalyptus topology data is reported from

2010-04-12 Thread Thomas Herve
** Changed in: landscape-client
Milestone: 1.5.1 = 1.5.0

** Changed in: landscape-client
   Status: In Progress = Fix Committed

-- 
Need a way to know which version of Eucalyptus topology data is reported from
https://bugs.launchpad.net/bugs/554007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 119730] Re: Slow SATA performance

2010-04-09 Thread Thomas Herve
FWIW, I thought I had the same problem. But using mainstream kernel
didn't change anything. My real problem is that most of my big files are
downloaded via bittorrent, which ends up fragmenting files *a lot*. See
http://trac.transmissionbt.com/ticket/849 in transmission bug tracker
for example. I used shake (http://vleu.net/shake/) to defragment my
disk, and now everything is fast again. I plan to switch to ext4 to see
if the problem goes away for future downloads.

** Bug watch added: Transmission Trac #849
   http://trac.transmissionbt.com/ticket/849

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

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


[Bug 257840] Re: failed: Inappropriate ioctl for device

2010-04-06 Thread Thomas Herve
Apparently, hdparm is not able to get or set dma on SATA drives. It
should be activated by default though. The command grep DMA
/var/log/messages will tell you.

-- 
failed: Inappropriate ioctl for device
https://bugs.launchpad.net/bugs/257840
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459673] Re: landscape-sysinfo crashed with ImportError in module()

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/459673
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 458844] Re: landscape-sysinfo crashed with ImportError in module()

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/458844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 458669] Re: landscape-sysinfo crashed with ImportError in module()

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/458669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459491] Re: Crash report

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

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

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


[Bug 464473] Re: landscape-client crashed immediately after distro upgrade to 9.10

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-client crashed immediately after distro upgrade to 9.10
https://bugs.launchpad.net/bugs/464473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459823] Re: landscape-sysinfo crashed with ImportError in module()

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/459823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459960] Re: wine crashes after running ies4linux

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
wine crashes after running ies4linux
https://bugs.launchpad.net/bugs/459960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459682] Re: landscape-sysinfo crashed with ImportError in module()

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/459682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459815] Re: landscape-sysinfo crashed with ImportError in module()

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/459815
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459540] Re: landscape-sysinfo crashed with ImportError in module()

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/459540
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 463639] Re: landscape-sysinfo crashed with ImportError in module()

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/463639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 463045] Re: applet crashes just after system boot

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
applet crashes just after system boot
https://bugs.launchpad.net/bugs/463045
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 462659] Re: landscape-sysinfo crashed with ImportError in module()

2009-11-09 Thread Thomas Herve
*** This bug is a duplicate of bug 349996 ***
https://bugs.launchpad.net/bugs/349996

** This bug is no longer a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()
** This bug has been marked a duplicate of bug 349996
   landscape-sysinfo crashed with ImportError in module()

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/462659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   >