[Blueprint servercloud-q-openflow-controller] OpenFlow Controller for Ubuntu

2012-07-06 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
  [lanerl] Package floodlight for Ubuntu: TODO
  [james-page] Package required thrift components: INPROGRESS
  [james-page] Package restlet for Ubuntu: DONE
  [lanerl] Package simple for Ubuntu: DONE
  Package trema for Ubuntu: TODO
  [james-page] Verify that openvswitch will be enabled with the kernel team now 
that it is in the kernel: DONE
+ [james-page] Support packaging of mininet: INPROGRESS
+ [james-page] Create floodlight and mininet projects in launchpad: DONE
  [nbarcet] Check with nicira regarding openvswitch versions for usage: TODO
  [med] keep up with quantum changes wrt to functionality and distributed 
plugins (davidmed, bigswitch): TODO
  Setup a test lab/scenario for QA (qalab, nbarcet+bigswitch): TODO
  [gandelman-a] Quantum charm for juju: TODO

-- 
OpenFlow Controller for Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-openflow-controller

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


[Blueprint servercloud-q-openflow-controller] OpenFlow Controller for Ubuntu

2012-07-06 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
  [lanerl] Package floodlight for Ubuntu: TODO
  [james-page] Package required thrift components: INPROGRESS
  [james-page] Package restlet for Ubuntu: DONE
  [lanerl] Package simple for Ubuntu: DONE
- Package trema for Ubuntu: TODO
  [james-page] Verify that openvswitch will be enabled with the kernel team now 
that it is in the kernel: DONE
  [james-page] Support packaging of mininet: INPROGRESS
  [james-page] Create floodlight and mininet projects in launchpad: DONE
  [nbarcet] Check with nicira regarding openvswitch versions for usage: TODO
  [med] keep up with quantum changes wrt to functionality and distributed 
plugins (davidmed, bigswitch): TODO
+ [gandelman-a] Quantum charm for juju: TODO
+ Package trema for Ubuntu: TODO
  Setup a test lab/scenario for QA (qalab, nbarcet+bigswitch): TODO
- [gandelman-a] Quantum charm for juju: TODO

-- 
OpenFlow Controller for Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-openflow-controller

-- 
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 1007273] Re: autofs does not start automatically after reboot

2012-07-06 Thread Thomas Schweikle
Yes,  I can confirm my servers setup doesn't use network manager or conman.
Sometimes autofs is started, sometimes it is not. It seems to depend on how 
fast the network interfaces are up – if they are up before autofs tries to get 
names resolved by DNS all is OK and autofs starts. If not, it fails and will 
not start. With upstart this time depends on which services are started and 
when. There is no prediction any more which service starts before which other 
and thus it maybe autofs starts (seldom) or not (most).

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

Title:
  autofs does not start automatically after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1007273/+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 911317] Re: bacula crashes while starting backup

2012-07-06 Thread Thomas Schweikle
This keeps on. After some time bacula exhausts all memory, the server starting 
to kill processes. Sometimes this kills ssh, then the server isn't reachable 
remotely any more, sometimes this kills other essential processes forcing the 
server down.
At the moment bacula isn't usable any more and badly broken with ubuntu.
Since the same version of bacula runs without problems on an other system, not 
equipped with ubuntu 12.04 LTS (in this case: FreeBSD current with MySQL for 
the database). , I assume this an ubuntu specific problem. Unsure where exactly 
the problem is located: bacula, database (PostgreSQL), or other parts of the 
system. Most logs written are not helpful at all, because they are shortened 
after hard reboots.

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

Title:
  bacula crashes while starting backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/911317/+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 1006293] Re: exiqgrep fails to parse output of exim4 -bp if the mail message is less than 1k

2012-07-06 Thread Dominik Schramm
exiqgrep is containted in package exim4-base.

The affected version is 4.76-3ubuntu3.

This is fixed in upstream Exim version 4.77; compare the regular
expression:

upstream v4.76: $line =~ 
/^\s*(\w+)\s+((?:\d+(?:\.\d+)?[A-Z])?)\s*(\w{6}-\w{6}-\w{2})\s+(.*?)/
upstream v4.77: $line =~ 
/^\s*(\w+)\s+((?:\d+(?:\.\d+)?[A-Z]?)?)\s*(\w{6}-\w{6}-\w{2})\s+(.*?)/

-- note the optional size suffix in the later version: [A-Z]?

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

Title:
  exiqgrep fails to parse output of exim4 -bp if the mail message is
  less than 1k

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1006293/+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 920197] Re: [SRU] webob last stable version 1.1.1 response header bug

2012-07-06 Thread James Page
python-webob (1.1.1-1ubuntu1) quantal; urgency=low

  * Fix regression introduced by upstream, currently
WSGIHyttpException overwrites headers of an 
empty-bodied HEAD response. Backported from

(https://github.com/Pylons/webob/commit/1c04de58efce1a9da6b0c5d8aa9e260d3f9d6d20)
- debian/patches/01_lp_920197.patch
- debian/rules, debian/control: Use quilt.

 -- Chuck Short zul...@ubuntu.com  Thu, 24 May 2012 10:08:42 -0400


** Changed in: python-webob (Ubuntu Quantal)
   Status: Triaged = Fix Released

** Changed in: swift (Ubuntu Quantal)
   Status: Confirmed = Fix Released

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

Title:
  [SRU] webob last stable version 1.1.1 response header bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/920197/+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 1021630] [NEW] package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2

2012-07-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

j'ai deja reinstale plusieur fois ubuntu mais rien ni fait que dois je
faire

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: smbclient 2:3.6.3-2ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic-pae 3.2.19
Uname: Linux 3.2.0-26-generic-pae i686
ApportVersion: 2.0.1-0ubuntu8
AptOrdering:
 smbclient: Install
 sl-modem-daemon: Configure
 smbclient: Configure
Architecture: i386
Date: Fri Jul  6 09:52:18 2012
ErrorMessage: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur 
de sortie d'état 2
InstallationMedia: Ubuntu 12.04 Precise - Build i386 LIVE Binary 
20120426-12:41
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le 
sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2
UpgradeStatus: No upgrade log present (probably fresh install)
WindowsFailedConnect: Yes

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


** Tags: apport-package i386 precise
-- 
package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-processus 
dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2
https://bugs.launchpad.net/bugs/1021630
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba 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 1020166] Re: Patch socat on lucid to address CVE-2010-2799

2012-07-06 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Since the package referred to in this bug is in universe or
multiverse, it is community maintained. If you are able, I suggest
coordinating with upstream and posting a debdiff for this issue. When a
debdiff is available, members of the security team will review it and
publish the package. See the following link for more information:
https://wiki.ubuntu.com/SecurityTeam/UpdateProcedures

** Changed in: socat (Ubuntu)
   Status: New = Incomplete

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

Title:
  Patch socat on lucid to address CVE-2010-2799

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/socat/+bug/1020166/+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 1021708] [NEW] no CLI interface to find all of the tenants which a given user belongs to

2012-07-06 Thread LaMont Jones
Public bug reported:

There does not seem to be a CLI, nor does the python api appear to
provide a way (other than iteration) to find all of the tenants to which
a user belongs.  I basically want the rough equivalent of the following
sql:

SELECT tenant.* FROM tenant,user_tenant_membership WHERE
user_tenant_membership.user_id = $USERID AND
user_tenant_membersip.tenant_id = tenant.id;

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

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

Title:
  no CLI interface to find all of the tenants which a given user belongs
  to

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1021708/+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 1021708] Re: no CLI interface to find all of the tenants which a given user belongs to

2012-07-06 Thread James Troup
** Tags added: canonistack

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

Title:
  no CLI interface to find all of the tenants which a given user belongs
  to

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1021708/+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 1021530] Re: update to include stable fixes for OVS 1.4

2012-07-06 Thread James Page
** Also affects: openvswitch (Ubuntu Quantal)
   Importance: Undecided
   Status: Incomplete

** Also affects: openvswitch (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: openvswitch (Ubuntu Precise)
   Status: New = Incomplete

** Changed in: openvswitch (Ubuntu Quantal)
   Status: Incomplete = Fix Released

** Changed in: openvswitch (Ubuntu Precise)
Milestone: None = ubuntu-12.04.1

** Changed in: openvswitch (Ubuntu Precise)
   Importance: Undecided = Medium

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

Title:
  update to include stable fixes for OVS 1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1021530/+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 974509] Re: cloud-init selects wrong mirror with dns server redirection

2012-07-06 Thread Scott Moser
** Also affects: cloud-init
   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/974509

Title:
  cloud-init selects wrong mirror with dns server redirection

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/974509/+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 1021730] [NEW] package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-07-06 Thread Jesper F.
Public bug reported:

I was upgrading something from the update manager. I do not know more
than that.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: bind9 1:9.8.1.dfsg.P1-4ubuntu0.1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Fri Jul  6 15:49:26 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 10.04.2 LTS Lucid Lynx - Release i386 (20110211.1)
RelatedPackageVersions:
 bind9utils 1:9.8.1.dfsg.P1-4ubuntu0.1
 apparmor   2.7.102-0ubuntu3.1
SourcePackage: bind9
Title: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to precise on 2012-04-15 (82 days ago)
modified.conffile..etc.bind.named.conf.local: [modified]
modified.conffile..etc.bind.named.conf.options: [modified]
mtime.conffile..etc.bind.named.conf.local: 2011-12-18T17:45:14.300698
mtime.conffile..etc.bind.named.conf.options: 2011-12-18T17:49:00.404702

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


** Tags: apport-package i386 precise

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1021730/+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 1021730] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-07-06 Thread Jesper F.
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/1021730

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1021730/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-07-06 Thread Stéphane Graber
It's still happening on up to date quantal:

root@lantea:~# cat /proc/version
Linux version 3.5.0-3-generic (buildd@akateko) (gcc version 4.7.1 
(Ubuntu/Linaro 4.7.1-2ubuntu1) ) #3-Ubuntu SMP Mon Jul 2 16:51:39 UTC 2012
root@lantea:~# dpkg -l | grep linux-image-3.5
ii  linux-image-3.5.0-2-generic3.5.0-2.2
Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii  linux-image-3.5.0-3-generic3.5.0-3.3
Linux kernel image for version 3.5.0 on 32 bit x86 SMP
root@lantea:~# lxc-start-ephemeral -o p1 -u ubuntu -- cat /proc/self/maps
Setting up ephemeral container...
Starting up the container...
Warning: Permanently added '10.0.3.112' (ECDSA) to the list of known hosts.
ubuntu@10.0.3.112's password: 
08048000-08053000 r-xp  08:01 415243 /rootfs/bin/cat
08053000-08054000 r--p a000 08:01 415243 /rootfs/bin/cat
08054000-08055000 rw-p b000 08:01 415243 /rootfs/bin/cat
09d5a000-09d7b000 rw-p  00:00 0  [heap]
b7584000-b7585000 rw-p  00:00 0 
b7585000-b7724000 r-xp  08:01 669268 
/rootfs/lib/i386-linux-gnu/libc-2.15.so
b7724000-b7726000 r--p 0019f000 08:01 669268 
/rootfs/lib/i386-linux-gnu/libc-2.15.so
b7726000-b7727000 rw-p 001a1000 08:01 669268 
/rootfs/lib/i386-linux-gnu/libc-2.15.so
b7727000-b772a000 rw-p  00:00 0 
b772d000-b772f000 rw-p  00:00 0 
b772f000-b773 r-xp  00:00 0  [vdso]
b773-b775 r-xp  08:01 669259 
/rootfs/lib/i386-linux-gnu/ld-2.15.so
b775-b7751000 r--p 0001f000 08:01 669259 
/rootfs/lib/i386-linux-gnu/ld-2.15.so
b7751000-b7752000 rw-p 0002 08:01 669259 
/rootfs/lib/i386-linux-gnu/ld-2.15.so
bfdbe000-bfddf000 rw-p  00:00 0  [stack]
Stopping lxc
root@lantea:~#

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

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-07-06 Thread Stéphane Graber
Reproducing the trace above is possible by doing:
 1) apt-get install lxc
 2) lxc-create -t ubuntu -n p1
 3) lxc-start-ephemeral -o p1 -u ubuntu -- cat /proc/self/maps

When prompted for the ubuntu account's password, the password is
ubuntu.

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

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 1021528] Re: [MIR] python-setuptools-git

2012-07-06 Thread Didier Roche
$ ./change-override -c main -S python-setuptools-git
Override component to main
python-setuptools-git 0.4.2-0ubuntu3 in quantal: universe/python - main
python-setuptools-git 0.4.2-0ubuntu3 in quantal amd64: universe/python/optional 
- main
python-setuptools-git 0.4.2-0ubuntu3 in quantal armel: universe/python/optional 
- main
python-setuptools-git 0.4.2-0ubuntu3 in quantal armhf: universe/python/optional 
- main
python-setuptools-git 0.4.2-0ubuntu3 in quantal i386: universe/python/optional 
- main
python-setuptools-git 0.4.2-0ubuntu3 in quantal powerpc: 
universe/python/optional - main
Override [y|N]? y
6 publications overridden.


** Changed in: python-setuptools-git (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] python-setuptools-git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-setuptools-git/+bug/1021528/+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


Re: [Bug 959352] Re: Ephemeral containers have /rootfs prefix in /proc/self/maps entries

2012-07-06 Thread Serge Hallyn
Quoting Leann Ogasawara (leann.ogasaw...@canonical.com):
 It would be helpful if anyone could confirm if this issue remains with
 the latest Quantal 3.5.0-3.3 kernel.  We do have the Quantal kernel

Confirmed it is still happening.

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

Title:
  Ephemeral containers have /rootfs prefix in /proc/self/maps entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/959352/+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 1021768] [NEW] debconf integration is broken

2012-07-06 Thread James Page
Public bug reported:

debconf integration for bacula passwords was implemented in
2.4.3-1ubuntu1.

At some point in time this has broken and has been replaced with the
readOrCreatePasswords function from the common dpkg script.

This works fine for installs where everything is on a single server;
however if you wanted to preseed passwords then its not going to work.

Elements on the debconf work can still be found in the packaging - it
should either be fixed or dropped.

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

** Description changed:

  debconf integration for bacula passwords was implemented in
  2.4.3-1ubuntu1.
  
  At some point in time this has broken and has been replaced with the
  readOrCreatePasswords function from the common dpkg script.
  
  This works fine for installs where everything is on a single server;
  however if you wanted to preseed passwords then its not going to work.
+ 
+ Elements on the debconf work can still be found in the packaging - it
+ should either be fixed or dropped.

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

Title:
  debconf integration is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1021768/+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 1021530] Re: update to include stable fixes for OVS 1.4

2012-07-06 Thread dan wendlandt
Hi Adam, James,

Thanks for the quick response.

The upstream change is here: http://openvswitch.org/cgi-
bin/gitweb.cgi?p=openvswitch;a=commit;h=11f84dce005dd14a374ab2ef5f8c25bcf8285a36

In our testing, VMs frequently send out IPv6 neighbor discovery packets
(the v6 equivalent of ARP) during boot.  When the OVS Quantum plugin is
running in tunnel mode (new default), this causes OVS to crash and wipe
all flow state from its configuration.

I can put you in touch with the the appropriate OVS developer if you
like, as we both work at Nicira.

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

Title:
  update to include stable fixes for OVS 1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1021530/+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 1016695] Re: add console=tty1 to cloud-image kernel boot parameters

2012-07-06 Thread Scott Moser
Ben,
  Please do not change the images just yet.
  I'd really rather not make a change without knowing explicitly what happens 
in each case of the following, given the command line 'console=tty1 
console=ttyS0':

a.) kvm -nographic
b.) no serial device present

For each of these, where does console output end up?

I'm also concerned about arm arch, where ttyX might not be meaningful.
It seems likely that the kernel has sane behavior, but I'd like to know
for sure.

case 'b' is (I believe) the case that is affecting Jeremiah.  Because
there is no serial device, the kernel then is selecting tty0 as the
/dev/console device, and upstart is putting 'console output' cloud-init
job output there.  However, in the case where there *is* a serial
device, I honestly cannot understand how the tty1 param would change
anything.

The change does seem reasonable, but I just want to avoid making
arbitrary changes that we do not completely understand.

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

Title:
  add console=tty1 to cloud-image kernel boot parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1016695/+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 1021781] [NEW] package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-07-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Don't know

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: mysql-server-5.5 5.5.24-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Fri Jul  6 14:21:18 2012
DuplicateSignature:
 Setting up mysql-server-5.5 (5.5.24-0ubuntu0.12.04.1) ...
 start: Job failed to start
 invoke-rc.d: initscript mysql, action start failed.
 dpkg: error processing mysql-server-5.5 (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120425-15:28
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql_upgrade_info', 'performance_schema', 'test', 
'bonita', 'phpmyadmin', 'mysql', 'debian-5.5.flag', 'ib_logfile0', 
'ib_logfile1', 'ibdata1']
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check precise
-- 
package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/1021781
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to mysql-5.5 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 1021559] Re: bind9 upgrade failed.

2012-07-06 Thread Robie Basak
From log:

Setting up bind9 (1:9.7.3.dfsg-1ubuntu2.4) ...
 * Stopping domain name service... bind9    resolvconf: Error: 
/etc/resolv.conf must be a symlink
invoke-rc.d: initscript bind9, action restart failed.
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up bind9-host (1:9.7.3.dfsg-1ubuntu2.4) ...

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

Title:
  bind9 upgrade failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1021559/+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 1021698] [NEW] package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2

2012-07-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

plantage a chaque ouverture de firefox---

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: smbclient 2:3.6.3-2ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic-pae 3.2.19
Uname: Linux 3.2.0-26-generic-pae i686
ApportVersion: 2.0.1-0ubuntu8
AptOrdering:
 smbclient: Install
 sl-modem-daemon: Configure
 smbclient: Configure
Architecture: i386
Date: Fri Jul  6 09:52:18 2012
ErrorMessage: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur 
de sortie d'état 2
InstallationMedia: Ubuntu 12.04 Precise - Build i386 LIVE Binary 
20120426-12:41
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le 
sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2
UpgradeStatus: No upgrade log present (probably fresh install)
WindowsFailedConnect: Yes

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


** Tags: apport-package i386 precise
-- 
package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-processus 
dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2
https://bugs.launchpad.net/bugs/1021698
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba 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 1021698] Re: package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2

2012-07-06 Thread Ubuntu Foundation's Bug Bot
** Package changed: ubuntu = samba (Ubuntu)

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

Title:
  package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-
  processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie
  d'état 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1021698/+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 1021730] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-07-06 Thread Robie Basak
From log:

Setting up postfix (2.9.1-4) ...
Installing new version of config file /etc/resolvconf/update-libc.d/postfix ...
Installing new version of config file /etc/postfix/post-install ...
Installing new version of config file /etc/postfix/postfix-files ...
Installing new version of config file /etc/init.d/postfix ...
Installing new version of config file /etc/ufw/applications.d/postfix ...
postconf: fatal: /etc/postfix/main.cf, line 8: missing '=' after attribute 
name: '# See /usr/share/postfix/main.cf.dist for a commented, more complete 
version
Use of uninitialized value $destinations in scalar chomp at 
/var/lib/dpkg/info/postfix.config line 221.
Use of uninitialized value $_[1] in join or string at 
/usr/share/perl5/Debconf/Client/ConfModule.pm line 121.
Use of uninitialized value $mynetworks in scalar chomp at 
/var/lib/dpkg/info/postfix.config line 285.
Use of uninitialized value $protos in scalar chomp at 
/var/lib/dpkg/info/postfix.config line 387.
setting inet_protocols: 
ostfix.config line 221.
Postfix is now set up with the changes above.  If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).
After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.
Running newaliases
tfix.config line 285.
newaliases: fatal: /etc/postfix/main.cf, line 8: missing '=' after attribute 
name: '# See /usr/share/postfix/main.cf.dist for a commented, more complete 
version
dpkg: error processing postfix (--configure):
 subprocess installed post-installation script returned error exit status 75

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1021730/+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 1021730] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-07-06 Thread Robie Basak
Also in the bind log:

Jul  6 15:49:26 ubuntu-remix named[3137]: loading configuration from 
'/etc/bind/named.conf'
Jul  6 15:49:26 ubuntu-remix named[3137]: /etc/bind/named.conf.local:2: unknown 
option 'zone'
Jul  6 15:49:26 ubuntu-remix named[3137]: /etc/bind/named.conf.local:8: unknown 
option 'zone'
Jul  6 15:49:26 ubuntu-remix named[3137]: /etc/bind/named.conf.default-zones:2: 
unknown option 'zone'
Jul  6 15:49:26 ubuntu-remix named[3137]: 
/etc/bind/named.conf.default-zones:10: unknown option 'zone'
Jul  6 15:49:26 ubuntu-remix named[3137]: 
/etc/bind/named.conf.default-zones:15: unknown option 'zone'
Jul  6 15:49:26 ubuntu-remix named[3137]: 
/etc/bind/named.conf.default-zones:20: unknown option 'zone'
Jul  6 15:49:26 ubuntu-remix named[3137]: 
/etc/bind/named.conf.default-zones:25: unknown option 'zone'
Jul  6 15:49:26 ubuntu-remix named[3137]: /etc/bind/named.conf:12: '}' expected 
near end of file
Jul  6 15:49:26 ubuntu-remix named[3137]: loading configuration: unexpected 
token
Jul  6 15:49:26 ubuntu-remix named[3137]: exiting (due to fatal error)

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1021730/+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 1021730] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-07-06 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

This looks like a local configuration problem, rather than a bug in
Ubuntu, so I'm marking this bug as Invalid.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

If you believe that this is really a bug, then you may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
and then change the bug status back to New.

** Changed in: bind9 (Ubuntu)
   Status: New = Invalid

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1021730/+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 1021559] Re: bind9 upgrade failed.

2012-07-06 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

This looks like a local configuration problem, rather than a bug in
Ubuntu, so I'm marking this bug as Invalid.

Specifically, you seem to have a modified resolv.conf which is causing
the bind9 postinst to fail, via resolv.conf.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

This may be of help: http://askubuntu.com/questions/54888/resolvconf-u
-gives-the-error-resolvconf-error-etc-resolv-conf-must-be-a-sym

If you believe that this is really a bug, then you may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
and then change the bug status back to New.

** Changed in: bind9 (Ubuntu)
   Status: New = Invalid

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

Title:
  bind9 upgrade failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1021559/+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 1021630] Re: package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2

2012-07-06 Thread Robie Basak
From log:

Préparation du remplacement de smbclient 2:3.6.3-2ubuntu2 (en utilisant 
.../smbclient_2%3a3.6.3-2ubuntu2.3_i386.deb) ...
Dépaquetage de la mise à jour de smbclient ...
dpkg-deb (sous-processus) : données : erreur de lecture interne de gzip : « 
fd:4: data error »
dpkg-deb : erreur : le sous-processus decompress a retourné une erreur de 
sortie d'état 2
dpkg : erreur de traitement de 
/var/cache/apt/archives/smbclient_2%3a3.6.3-2ubuntu2.3_i386.deb (--unpack) :
 le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie 
d'état 2

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

Title:
  package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-
  processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie
  d'état 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1021630/+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 1021630] Re: package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2

2012-07-06 Thread Robie Basak
Thank you for your report. This package failure looks like being caused
by a corrupted file system. Please start the Memory check from the
boot menu. If that runs successfully, please start the desktop cd. Hold
right-shift key after the bios checks to get to the grub menu and run
Check disc for errors option. If the file system corruption is
serious, the safest option would be to reinstall your system.

Otherwise, try sudo apt-get clean and then try again, in order to re-
download the corrupt file.

Since this looks like local disk corruption or a hardware problem,
rather than a bug in Ubuntu, I'm marking this bug as Invalid.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

If you believe that this is really a bug, then you may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
and then change the bug status back to New.

** Changed in: samba (Ubuntu)
   Status: New = Invalid

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

Title:
  package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-
  processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie
  d'état 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1021630/+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 1021382] Re: The COMMISSIONING_SCRIPT setting uses a relative path.

2012-07-06 Thread Raphaël Badin
** Changed in: maas
 Assignee: (unassigned) = Raphaël Badin (rvb)

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

Title:
  The COMMISSIONING_SCRIPT setting uses a relative path.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1021382/+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 1021382] Re: The COMMISSIONING_SCRIPT setting uses a relative path.

2012-07-06 Thread Andres Rodriguez
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

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

** Changed in: maas (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  The COMMISSIONING_SCRIPT setting uses a relative path.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1021382/+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 513135] Re: MySQL logrotate script returns with error when server isn't running

2012-07-06 Thread Bug Watch Updater
** Changed in: mysql-server
   Status: Fix Released = New

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

Title:
  MySQL logrotate script returns with error when server isn't running

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/513135/+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


[Blueprint servercloud-q-openstack-folsom] Openstack Next Steps

2012-07-06 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
  [zulcss] Package nova for folsom: INPROGRESS
  [zulcss] Package swift for folsom: INPROGRESS
  [zulcss] Package horizon for folsom: INPROGRESS
  [zulcss] Package keystone for folsom: INPROGRESS
  [zulcss] Package glance for folsom: INPROGRESS
  [zulcss] Package quantum for folsom: INPROGRESS
  [zulcss] Package python-glanceclient: INPROGRESS
  MIR for quantum: INPROGRESS
  MIR for libguestfs: TODO
  MIR for python-sendfile: TODO
  MIR for openvswitch: INPROGRESS
- Evaluate and package cinder for universe: INPROGRESS
+ Evaluate and package cinder for universe: DONE
  Evaluate and package openstackclient for universe: TODO
  Evaluate and package ceilometer for universe: TODO
  Evaluate and package openstack-docs for universe: TODO
  [zulcss] Move nova configuration file to config object model: DONE
  Review upstart jobs for nova, swift, glance, quantum: TODO
  Write Hetrogenous scheduler for ARM: DONE
  Write instance architecture detection: DONE
  Add ceph support for nova volumes: TODO
  Add ceph support for glance: TODO
  Add SSL support fo nova api: TODO
  [smoser] upstream changes for config drive spec: TODO
  pull upstream config drive changes to ubuntu: TODO
  [smoser] upstream changes for public glance spec: TODO
  pull upstream glance changes for public glance to ubuntu: TODO
  [utlemming] public glance server / glance.ubuntu.com: TODO
  glance.ubuntu.com listed by default in packages: TODO

-- 
Openstack Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-openstack-folsom

-- 
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 1021418] Re: Replace python-software-properties Depends with 'software-properties-common'

2012-07-06 Thread Scott Moser
** Also affects: cloud-init
   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/1021418

Title:
  Replace python-software-properties Depends with 'software-properties-
  common'

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1021418/+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 997269] Re: dovecot imap broken by apparmor policy

2012-07-06 Thread Jamie Strandboge
Thank you for using Ubuntu and reporting a bug. The 'null' lines are
used when the profile is in complain mode. The apparmor log message
states that the access was allowed, so I am not sure why it would be
getting in the way.

Can you provide exact steps on how to reproduce this?

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

Title:
  dovecot imap broken by apparmor policy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/997269/+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 997269] Re: dovecot imap broken by apparmor policy

2012-07-06 Thread Jamie Strandboge
Marking the dovecot task Invalid for now-- the apparmor profile is not
shipped by default or enabled by dovecot and if there is a problem, it
is with apparmor.

** Changed in: dovecot (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: apparmor (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  dovecot imap broken by apparmor policy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/997269/+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 997269] Re: dovecot imap broken by apparmor policy

2012-07-06 Thread Jamie Strandboge
Also, can you perform the following after seeing the error condition?
$ apport-collect 997269

This will provide logs and system information needed for diagnosing the
problem.

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

Title:
  dovecot imap broken by apparmor policy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/997269/+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 701944] Re: snmpd postinst fails if user cannot be deleted

2012-07-06 Thread Nathan Stratton Treadway
I noticed that the proposed branch ( 
lp:~shuff/ubuntu/precise/net-snmp/fix-for-701944 ) includes a new copy of the 
line:
  if [ ! `getent passwd snmp /dev/null` ]; then
(and also leaves the existing group line untouched), so I thought it was 
worth mentioning  debbugs #609430, which points out that the combo of backticks 
and redirection to /dev/null means the expression doesn't work as intended...
  
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609430

Nathan

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

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

Title:
  snmpd postinst fails if user cannot be deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/701944/+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 1021530] Re: update to include stable fixes for OVS 1.4

2012-07-06 Thread Adam Gandelman
Dan-

I've applied that commit to our current Precise package and uploaded it
a PPA for testing.  Please find  'openvswitch - 1.4.0-1ubuntu1.1' in the
PPA detailed @ https://launchpad.net/~gandelman-a/+archive/ppa.  The
patch mostly applied okay.  tests/test-odp.c seems to have evolved a bit
since 1.4.0, but the changes from that commit still look okay there (to
my eye, at least).   Please test that package and see if it resolves
your issue.  If so, we can propose the update for an SRU.

You can find the applied patch @ http://paste.ubuntu.com/1078602

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

Title:
  update to include stable fixes for OVS 1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1021530/+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 1021418] Re: Replace python-software-properties Depends with 'software-properties-common'

2012-07-06 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.0~bzr564-0ubuntu1

---
cloud-init (0.7.0~bzr564-0ubuntu1) quantal; urgency=low

  * New upstream snapshot.
Thanks to Joshua Harlow for hard work.
  * depend on software-properties-common rather than
python-software-properties (LP: #1021418)
 -- Scott Moser smo...@ubuntu.com   Fri, 06 Jul 2012 17:31:01 -0400

** Changed in: cloud-init (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  Replace python-software-properties Depends with 'software-properties-
  common'

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1021418/+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 1010473] Re: [SRU] Tracker for 12.04 Openstack Updates

2012-07-06 Thread Adam Gandelman
** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  [SRU] Tracker for 12.04 Openstack Updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1010473/+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 1021589] [NEW] Please merge fbasics (2160.81-2) from Debian Unstable

2012-07-06 Thread Vibhav Pant
Public bug reported:

Changes since fbasics (2110.79-1ubuntu3) :
fbasics (2160.81-2) unstable; urgency=low

  * debian/control: Added (Build-)Depends on r-cran-stabledist

 -- Dirk Eddelbuettel e...@debian.org  Thu, 22 Mar 2012 12:05:29 -0500

fbasics (2160.81-1) unstable; urgency=low

  * New upstream release

  * debian/control: Set Build-Depends: to current R version
  * debian/control: Change Depends to ${R:Depends}
  * debian/control: Set Standards-Version: to current version 

 -- Dirk Eddelbuettel e...@debian.org  Tue, 20 Mar 2012 11:07:14 -0500

** Affects: fbasics (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/1021589

Title:
  Please merge fbasics (2160.81-2) from Debian Unstable

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

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


[Bug 1021589] Re: Please merge fbasics (2160.81-2) from Debian Unstable

2012-07-06 Thread Vibhav Pant
** Patch added: debdiff to be applied against fbasics in Debian Sid
   
https://bugs.launchpad.net/ubuntu/+source/fbasics/+bug/1021589/+attachment/3214732/+files/merge_fbasics_sid.debdiff

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

Title:
  Please merge fbasics (2160.81-2) from Debian Unstable

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

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


[Bug 965422] Re: Update Manager window does not appear when clicking button on Unity launcher bar

2012-07-06 Thread AndreK
I have seen this on 3 computers, one of which - is a clean-installed
(not upgraded).

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

Title:
  Update Manager window does not appear when clicking button on Unity
  launcher bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/965422/+subscriptions

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


[Bug 1021596] [NEW] distorted frame buffer on welcome screen

2012-07-06 Thread Andrey Gelman
Public bug reported:

Persists from 11.10.
Observed on different machines.
Non consistent.

On the welcome screen a distorted pattern of some blinking dots is seen.\
Attached a picture of the screen with the distortion in the left upper corner 
(marked in a circle).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lightdm 1.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Fri Jul  6 08:57:39 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lightdm (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/1021596

Title:
  distorted frame buffer on welcome screen

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

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


[Bug 1021596] Re: distorted frame buffer on welcome screen

2012-07-06 Thread Andrey Gelman
** Attachment added: In the upper left corner I marked the distortion
   
https://bugs.launchpad.net/bugs/1021596/+attachment/3214734/+files/screenshot.jpg

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

Title:
  distorted frame buffer on welcome screen

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

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


[Bug 1021087] Re: Releasing mouse button outside panel 'close' window button removes keyboard focus from Dash Hud

2012-07-06 Thread Brandon Schaefer
Well what casues it:

nux::WindowCompositor.cpp:503
SetKeyFocusArea(mouse_over_area_);

When you click on the panel it is not the current owner of focus, so it
thinks you want to switch focus to the panel. So it steals it from the
hud/dash and gives it to the panel...but the panel can't do anything
with it soo you kind of get stuck.

The solution is to figure out how to block keyboard focus from the
panels when the overlay is open! (hopefully a fix soon).

** Changed in: unity
 Assignee: (unassigned) = Brandon Schaefer (brandontschaefer)

** Changed in: unity
   Status: Triaged = 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/1021087

Title:
  Releasing mouse button outside panel 'close' window button removes
  keyboard focus from Dash  Hud

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

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


[Bug 972304] Re: unity-scope-video-remote crashed with GError in on_activate_uri(): Failed to execute child process /usr/bin/gvfs-open (No such file or directory)

2012-07-06 Thread sampo555
Package in -proposed fixed this bug.

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

Title:
  unity-scope-video-remote crashed with GError in on_activate_uri():
  Failed to execute child process /usr/bin/gvfs-open (No such file or
  directory)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-lens-videos/+bug/972304/+subscriptions

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


[Bug 1021394] Re: FTBFS: Fails when building with namespace enabled g++

2012-07-06 Thread Reinhard Tartler
aspectc++ has not built on powerpc since 2008 in debian:
https://buildd.debian.org/status/logs.php?pkg=aspectc%2B%2Barch=powerpc

Moreover, g++-4.7 was used to build the package in debian, so I do not
understand your report. Can you please elaborate on what exactly do you
mean with enables static namespaces?

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

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

** Changed in: aspectc++ (Ubuntu)
   Status: New = Confirmed

** Changed in: aspectc++ (Ubuntu)
   Importance: High = Medium

** Summary changed:

- FTBFS: Fails when building with namespace enabled g++
+ FTBFS on powerpc: Fails when building with namespace enabled g++

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

Title:
  FTBFS on powerpc: Fails when building with namespace enabled g++

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

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


[Bug 1021601] Re: colord crashed with SIGSEGV in cd_device_register_object()

2012-07-06 Thread Apport retracing service
*** This bug is a duplicate of bug 1021374 ***
https://bugs.launchpad.net/bugs/1021374

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1021374, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1021601/+attachment/3214736/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1021601/+attachment/3214738/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1021601/+attachment/3214739/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1021601/+attachment/3214740/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1021601/+attachment/3214741/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1021601/+attachment/3214742/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1021601/+attachment/3214743/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1021374

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  colord crashed with SIGSEGV in cd_device_register_object()

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

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


[Bug 87220]

2012-07-06 Thread Aldi
For your information, Rotate Images in Writer is the absolute *Number 1* of 
the TopTen for Enhancement Requests on the Documentfoudation Wiki. Please see:
http://wiki.documentfoundation.org/Vote_for_Enhancement#Top_Ten_of_Requests

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

Title:
  [Upstream] Wishlist: Add rotation of images to writer

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/87220/+subscriptions

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


[Bug 1021604] [NEW] ruby uses broken internal get/setcontext routines on precise/ARM

2012-07-06 Thread Adam Conrad
Public bug reported:

[Impact]

On precise/arm*, we had to disable ruby's testsuite so that it would
build.  The reason for this was that, at the time, precise's eglibc
didn't have get/setcontext routines for ARM, and ruby was forced to
select its own (broken) implementation instead.

Later in the precise development, eglibc grew support for get/setcontext
on ARM, but we never rebuilt ruby to pick this up and fix itself.  The
obvious solution to this is to turn on the testsuite again and SRU so a
rebuilt ruby fixes itself on ARM.

[Testcase]

If ruby passes its testsuite on both ARM builds, it's clearly ahead of
where it was before, and that's pretty much all the test needed to prove
the above is fixed.

[Regression Potential]

For all arches other than ARM, this is just a rebuild with precise's
current toolchain.  For ARM, this is a rebuild that will flip ruby from
using a broken internal implementation to using a much saner glibc
implementation of the same thing, so any potential for regression here
is between nonexistant and tiny.

** Affects: ruby1.9.1 (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: ruby1.9.1 (Ubuntu Precise)
 Importance: Undecided
 Assignee: Adam Conrad (adconrad)
 Status: New

** Also affects: ruby1.9.1 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: ruby1.9.1 (Ubuntu)
   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/1021604

Title:
  ruby uses broken internal get/setcontext routines on precise/ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.9.1/+bug/1021604/+subscriptions

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


[Bug 1021604] Re: ruby uses broken internal get/setcontext routines on precise/ARM

2012-07-06 Thread Adam Conrad
This is already fixed in Quantal, as newer versions of ruby have been
synced from Debian since our eglibc was fixed.

** Changed in: ruby1.9.1 (Ubuntu Precise)
 Assignee: (unassigned) = Adam Conrad (adconrad)

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

Title:
  ruby uses broken internal get/setcontext routines on precise/ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.9.1/+bug/1021604/+subscriptions

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


[Bug 1021087] Re: Releasing mouse button outside panel 'close' window button removes keyboard focus from Dash Hud

2012-07-06 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/panel-stealing-keynav-focus

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

Title:
  Releasing mouse button outside panel 'close' window button removes
  keyboard focus from Dash  Hud

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

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


[Bug 814833] Re: Opening the dash is very slow and laggy

2012-07-06 Thread Joonas Saarinen
My general impression about Dash is also laggy. Issues of mine are
probably not related to caching, but it always takes a good 1 second for
the Dash pop up after pressing the super key.

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

Title:
  Opening the dash is very slow and laggy

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

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


[Bug 272921]

2012-07-06 Thread Bruno Gonçalves de Jesus
Still present in wine 1.5.7.

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

Title:
  COPY command does not work as expected

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

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


[Bug 1016430] Re: launcher is not refreshed after user session switch

2012-07-06 Thread Anthony Wong
** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Also affects: oem-priority/precise
   Importance: Undecided
   Status: New

** Tags added: blocks-hwcert-enablement

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

Title:
  launcher is not refreshed after user session switch

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1016430/+subscriptions

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


[Bug 1016430] Re: launcher is not refreshed after user session switch

2012-07-06 Thread Ding Zhou
Thanks for the fix.

I tried to build the latest Unity and Nux from source and play with it
under Ubuntu 12.04, this issue has been fixed. However, I found other
issue.

As screenshot I attached, If I start to drag many files, the Launcher
and Panel will disappear, until I release my mouse, they will be back.

My system: Ubuntu 12.04 with source compiled Nux and Unity, nVIDIA card.

** Attachment added: 2012-07-06-144645_1440x900_scrot.png
   
https://bugs.launchpad.net/unity/+bug/1016430/+attachment/3214746/+files/2012-07-06-144645_1440x900_scrot.png

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

Title:
  launcher is not refreshed after user session switch

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1016430/+subscriptions

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


[Bug 981802] Re: hocr-gtk crashed with ImportError in __main__: No module named glade

2012-07-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: hocr (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/981802

Title:
  hocr-gtk crashed with ImportError in __main__: No module named glade

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

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


[Bug 971240] Re: Won't load in 12.04 (beta 2)

2012-07-06 Thread Zachary Dovel
Thank you guys for the work.  For Yvon's patch, I would recommend
someone update the searchwindow.ui glade file with glade and change the
Packing-Pack type to End for everything but the menubar so that when
the menubar is readed, it will be on the top when people are not using
Unity on Ubuntu.

The next version of gWaei will be using a new menu system so it should
interact with Ubuntu/Unity better.

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

Title:
  Won't load in 12.04 (beta 2)

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

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


[Bug 1021271] Re: KVM enabling virtualization on CPU0 failed

2012-07-06 Thread Jason Ashworth
Thanks, Serge.

I'm having trouble running apport-collect, as this is a headless server
install, so only browser available is lynx, which seems to fail just
after allowing authorisation.

However, here are the rest of the details you've requested:


$ lsmod
Module  Size  Used by
snd_hda_codec_hdmi 32474  1
ip6table_filter12815  0
ip6_tables 27864  1 ip6table_filter
ebtable_nat12807  0
ebtables   30984  1 ebtable_nat
ipt_MASQUERADE 12759  3
iptable_nat13229  1
nf_nat 25891  2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4  19716  4 iptable_nat,nf_nat
nf_defrag_ipv4 12729  1 nf_conntrack_ipv4
xt_state   12578  1
nf_conntrack   81926  5 
ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state
ipt_REJECT 12576  2
xt_CHECKSUM12549  1
iptable_mangle 12734  1
xt_tcpudp  12603  5
iptable_filter 12810  1
ip_tables  27473  3 iptable_nat,iptable_mangle,iptable_filter
x_tables   29846  12 
ip6table_filter,ip6_tables,ebtables,ipt_MASQUERADE,iptable_nat,xt_state,ipt_REJECT,xt_CHECKSUM,iptable_mangle,xt_tcpudp,iptable_filter,ip_tables
bridge 91179  0
stp12931  1 bridge
kvm_amd55848  0
kvm   415459  1 kvm_amd
rc_dib0700_rc5 12508  0
dvb_usb_dib0700   123263  0
dib7000p   39231  3 dvb_usb_dib0700
dib009037608  1 dvb_usb_dib0700
dib7000m   23501  1 dvb_usb_dib0700
dib007018518  3 dvb_usb_dib0700
snd_hda_codec_realtek   223867  1
ir_lirc_codec  12859  0
lirc_dev   19204  1 ir_lirc_codec
ir_mce_kbd_decoder 12777  0
radeon804372  1
snd_hda_intel  33773  0
ttm76949  1 radeon
drm_kms_helper 46978  1 radeon
snd_hda_codec 127706  3 
snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
ir_sony_decoder12510  0
dvb_usb24490  1 dvb_usb_dib0700
dib800043141  1 dvb_usb_dib0700
snd_hwdep  13668  1 snd_hda_codec
ir_jvc_decoder 12507  0
ir_rc6_decoder 12507  0
snd_pcm97188  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
drm   242038  3 radeon,ttm,drm_kms_helper
dvb_core  110619  3 dib7000p,dvb_usb,dib8000
edac_core  53746  0
ir_rc5_decoder 12507  0
dib3000mc  23392  1 dvb_usb_dib0700
sp5100_tco 13791  0
ir_nec_decoder 12507  0
mac_hid13253  0
ppdev  17113  0
psmouse87603  0
rc_core26412  11 
rc_dib0700_rc5,dvb_usb_dib0700,ir_lirc_codec,ir_mce_kbd_decoder,ir_sony_decoder,dvb_usb,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,ir_nec_decoder
i2c_algo_bit   13423  1 radeon
serio_raw  13211  0
shpchp 37277  0
pl2303 17993  0
usbserial  47077  1 pl2303
snd_timer  29990  1 snd_pcm
dibx000_common 18810  5 
dvb_usb_dib0700,dib7000p,dib7000m,dib8000,dib3000mc
edac_mce_amd   23709  0
snd78855  7 
snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
i2c_piix4  13301  0
k10temp13166  0
soundcore  15091  1 snd
snd_page_alloc 18529  2 snd_hda_intel,snd_pcm
parport_pc 32866  1
lp 17799  0
parport46562  3 ppdev,parport_pc,lp
raid10 35496  0
raid45658338  1
async_pq   13187  1 raid456
async_xor  12879  2 raid456,async_pq
xor12894  1 async_xor
async_memcpy   12529  1 raid456
async_raid6_recov  12776  1 raid456
r8169  62099  0
pata_atiixp13204  0
raid6_pq   88346  2 async_pq,async_raid6_recov
async_tx   13349  5 
raid456,async_pq,async_xor,async_memcpy,async_raid6_recov
raid1  35572  0
raid0  17229  0
multipath  13145  0
linear 12894  0
$
$ grep -i kvm /var/log/boot.log
 * Starting KVM 
   [ OK ]
$
$ ls -l /dev/kvm
crw-rw 1 root kvm 10, 232 Jun 30 07:42 /dev/kvm
$
$ dpkg -l | grep kvm
ii  kvm  1:84+dfsg-0ubuntu16+1.0+noroms+0ubuntu13 
dummy transitional package from kvm to qemu-kvm
ii  kvm-ipxe 1.0.0+git-3.55f6c88-0ubuntu1 
PXE ROM's for KVM
ii  qemu-kvm 1.0+noroms-0ubuntu13 
Full virtualization on i386 and amd64 hardware
$


I've also checked the BIOS settings, and virtualisation is definitely still 
enabled (and hasn't been changed since this exact same box 

[Bug 988512] Re: Missing /boot/vmcoreinfo-{version} file is breaking kdump

2012-07-06 Thread Stefan Bader
So while trying to make thinks work as well (without having noticed the
bug being open) I took the 1.4.3 version in quantal as a starting point
(as that was the latest in debian). The following patch (against
makedumpfile) makes at least the vmcoreinfo generation work again in
Precise for me. Maybe we want to push that forward even without it being
necessary.

Though I still have problems with kexec'ing in general (which maybe
needs to become its own bug) as it seems no new kernel gets started even
when using kexec in the simplest form to boot via shutdown.

** Patch added: 
0001-Generic-search-into-anonymous-members-in-search_memb.patch
   
https://bugs.launchpad.net/ubuntu/precise/+source/kexec-tools/+bug/988512/+attachment/3214747/+files/0001-Generic-search-into-anonymous-members-in-search_memb.patch

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

Title:
  Missing /boot/vmcoreinfo-{version} file is breaking kdump

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

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


[Bug 1021511] Re: ubiquity-crash-reporter-script

2012-07-06 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1020574 ***
https://bugs.launchpad.net/bugs/1020574

** This bug has been marked a duplicate of bug 1020574
   SystemError: Broken pipe while installing language packs

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

Title:
  ubiquity-crash-reporter-script

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

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


[Bug 1018848] Re: Keys are not recognzed in ubuntu 12.04 version for lenovo thinkpad

2012-07-06 Thread K Thirumaleshwar
More Info of my system:

kteshwar@msi-ThinkPad-Edge-E430:~$ uname -a
Linux msi-ThinkPad-Edge-E430 3.2.0-26-generic-pae #41-Ubuntu SMP Thu Jun 14 
16:45:14 UTC 2012 i686 i686 i386 GNU/Linux
kteshwar@msi-ThinkPad-Edge-E430:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04 LTS
Release:12.04
Codename:   precise
kteshwar@msi-ThinkPad-Edge-E430:~$


** Package changed: gnome-control-center (Ubuntu) = console-setup (Ubuntu)

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

Title:
  Keys are not recognzed in ubuntu 12.04 version for lenovo thinkpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1018848/+subscriptions

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


[Bug 921555]

2012-07-06 Thread swerk
Comment #21 has it right!  Until this gets fixed, I use this hacky
little script, anytime after KDE has started, and the nasty subpixel
rendering in plasma/kwin goes away:

#!/bin/sh
killall plasma-desktop
killall kwin
plasma-desktop 
kwin 

I don't know how those apps are managing to ignore every font config
file in my system, or why they are then suddenly honored later in the
KDE startup process.  I also think it's very rude for any application to
default to subpixel rendering, which even on LCDs looks awful.  Whatever
optical illusion the technique relies on is incompatible with my eyes,
and I'm not the only one.

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

Title:
  Plasma panel and menu don't follow font hinting

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/921555/+subscriptions

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


[Bug 921555]

2012-07-06 Thread Yasuna
I am on 4.8.4 now on debian testing, and the bug remains..
I agree with comment #24 that I don't like sub-pixel hinting even on my LCD 
monitor.. I can always tell when fonts have it some how.. Always has ugly cyan 
and magenta fringes..

It seems like it would be an easy and quick bug to fix once some one
decides to work on it.. Because it seems like it can already do it if
you restart plasma and kwin like comment #24 said

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

Title:
  Plasma panel and menu don't follow font hinting

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/921555/+subscriptions

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


[Bug 1021613] Re: nautilus crashed with SIGSEGV in gtk_ui_manager_new_merge_id()

2012-07-06 Thread useResa
** Visibility changed to: Public

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

Title:
  nautilus crashed with SIGSEGV in gtk_ui_manager_new_merge_id()

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

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


[Bug 1021604] Re: ruby uses broken internal get/setcontext routines on precise/ARM

2012-07-06 Thread Chris Halse Rogers
Hello Adam, or anyone else affected,

Accepted ruby1.9.1 into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/ruby1.9.1/1.9.3.0-1ubuntu2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please change the bug tag from
verification-needed to verification-done.  If it does not, change the
tag to verification-failed.  In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: ruby1.9.1 (Ubuntu Precise)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  ruby uses broken internal get/setcontext routines on precise/ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.9.1/+bug/1021604/+subscriptions

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


[Bug 967036] Re: software-center crashed with UnicodeDecodeError in get_label(): 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) for apps with hardware requirements

2012-07-06 Thread Anthony Wong
Confirmed software-center 5.2.4 in precise-proposed fixes the bug.

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

Title:
  software-center crashed with UnicodeDecodeError in get_label():
  'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in
  range(128) for apps with hardware requirements

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/967036/+subscriptions

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


[Bug 1021617] [NEW] Xubuntu installer hangs if we download updates while installing

2012-07-06 Thread quadra
Public bug reported:

I did a fresh Xubuntu install on a Dell Mini 10 notebook.
Connected to LAN using Ethernet 100Mbps, fast Internet connection over ADSL 
2000 kbit/s

If I  check Download updates while installing and/or Install third-
party software, the installer will hang for some minutes (sometimes),
without providing any feedback on what it's doing. (Is it downloading
packages or repository indexes?)

If I uncheck both Download updates while installing, and Install
third-party software, everything is OK. Next dialog Installation type
is shown after 6 seconds.

This might be discouraging for new Xubuntu users. The installer should
display a progress bar and say what it's doing.

Otherwise Xubuntu 12.04 is great ;-)

lsb_release -rd: Ubuntu 12.04 LTS 
apt-cache policy ubiquity: Installed version = 2.10.16

** Affects: ubiquity (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/1021617

Title:
  Xubuntu installer hangs if we download updates while installing

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

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


[Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2012-07-06 Thread useResa
Same error message appears with the latest kernel version (3.5.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/1016165

Title:
  virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module
  failed to build [error: implicit declaration of function ‘do_mmap’]

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

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

[Bug 1021394] Re: FTBFS on powerpc: Fails when building with namespace enabled g++

2012-07-06 Thread Bug Watch Updater
** Changed in: aspectc++ (Debian)
   Status: Unknown = New

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

Title:
  FTBFS on powerpc: Fails when building with namespace enabled g++

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

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


[Bug 927282] Re: Java crash with icedtea plugin and Firefox 10+

2012-07-06 Thread Micah Gersten
** Changed in: openjdk-6 (Ubuntu Maverick)
   Status: Confirmed = Won't Fix

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

Title:
  Java crash with icedtea plugin and Firefox 10+

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

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


[Bug 376815] Re: you tube full screen not really full

2012-07-06 Thread Luar Roji
I still have this issue but now I'm using a plugin called
MaximizeFlash that helps.

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

Title:
  you tube full screen not really full

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/376815/+subscriptions

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


[Bug 560915] Re: Shutdown option on LTSP client only logs out user

2012-07-06 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 491940 ***
https://bugs.launchpad.net/bugs/491940

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ltsp (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/560915

Title:
  Shutdown option on LTSP client only logs out user

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

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


[Bug 1021084] Re: linux-ec2: version to be filled -proposed tracker

2012-07-06 Thread Stefan Bader
Dammit, I was about to close this bug invalid since just drm patches is
not really a reason to have a ec2 kernel rebased, when I remembered that
this time there is actually a special ec2 change staged. Stupid brain,
always too slow...

** Changed in: kernel-sru-workflow
   Status: In Progress = Invalid

** Changed in: kernel-sru-workflow/prepare-package
   Status: New = Invalid

** Changed in: kernel-sru-workflow
   Status: Invalid = New

** Changed in: kernel-sru-workflow/certification-testing
   Status: Invalid = New

** Changed in: kernel-sru-workflow/prepare-package
   Status: Invalid = 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/1021084

Title:
  linux-ec2: version to be filled -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1021084/+subscriptions

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


[Bug 1018948] Re: machine no longer wakes from sleep

2012-07-06 Thread ill
3.5 is not released yet, so I tested 3.4.4, and suspend works even worse
in that kernel. I can put it to sleep, but then when I wake it, it goes
right back to sleep after a few seconds then after that I can't wake it
at all. Not even by pressing the power button directly.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  machine no longer wakes from sleep

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

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


[Bug 993129] Re: Smokeping is missing smokemail after jumping to 12.04

2012-07-06 Thread fidel
anyone?

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

Title:
  Smokeping is missing smokemail after jumping to 12.04

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

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


[Bug 952868] Re: Fix default home page

2012-07-06 Thread ZhengPeng Hou
regarding with the feedback I got from the community, its might not that proper 
to set the page as hao123/222. 
http://weibo.com/1656750814/yraTprklZ
weibo is the most widely used twitter likely SNS in China, so any news travels 
very quick there.

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

Title:
  Fix default home page

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

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


[Bug 774071] Re: Indicator-datetime-service renders 100% CPU usage

2012-07-06 Thread jherazob
Quick demonstration of the effect i mentioned is attached, as a
recordmydesktop ogv video capture

Turning off alternate locations will not solve the issue, it'll still be
there open and taking up all of the CPU. Also, the involved processes
will only occasionally stay dead, they typically respawn, taking again
all of the CPU.

** Attachment added: Small video capture of the flashing effect on the 
indicator
   
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/774071/+attachment/3214769/+files/test001.ogv

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

Title:
  Indicator-datetime-service renders 100% CPU usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/774071/+subscriptions

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


[Bug 1021624] [NEW] pmp_bus_resume error with Lenovo W500

2012-07-06 Thread Gerd Grundke
Public bug reported:

I'm using LTS 12.04 and get this log on my screen when I resume from
closing the lid of my Lenovo W500:

legacy_resume(): pnp_bus_resume+0x0/0x70 returns -19
PM: Device 00:0a failed to resume: error -19

legacy_resume(): pnp_bus_resume+0x0/0x70 returns -19
PM: Device 00:0c failed to resume: error -19

This is annoying as only reboot helps. 
Any idea what this is and how to resolve it? Could it be related to the linux 
kernel?
Which logs do you need to dig into this?

** Affects: 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/1021624

Title:
  pmp_bus_resume error with Lenovo W500

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

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


[Bug 988447] Re: [Section change request] Move linux-headers-generic to section metapackages

2012-07-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-meta-ti-omap4

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

Title:
  [Section change request] Move linux-headers-generic to section
  metapackages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/988447/+subscriptions

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


[Bug 540035] Re: pango-graphite causes several applications to crash

2012-07-06 Thread Martin Erik Werner
I contacted the technical board which suggested I should not do a new
upstream version for this SRU, hence I have now linked another branch
where the fix is included as a patch instead.

Attached is the version of the patch which is used in this branch.

** Patch added: code-only patch with patch tagging
   
https://bugs.launchpad.net/ubuntu/+source/pango-graphite/+bug/540035/+attachment/3214780/+files/u01_crasher-fix.patch

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

Title:
  pango-graphite causes several applications to crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pango-graphite/+bug/540035/+subscriptions

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


[Bug 1021604] Re: ruby uses broken internal get/setcontext routines on precise/ARM

2012-07-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/ruby1.9.1

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

Title:
  ruby uses broken internal get/setcontext routines on precise/ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.9.1/+bug/1021604/+subscriptions

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


[Bug 1016702] Re: Linux meta packages should not be in the restricted component

2012-07-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/linux-meta

** Branch linked: lp:ubuntu/precise-proposed/linux-meta

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

Title:
  Linux meta packages should not be in the restricted component

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/1016702/+subscriptions

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


[Bug 1002189] Re: Remmina Minimized Window is not accessible in Unity Sidebar anymore on Ubuntu 12.04

2012-07-06 Thread Leonardo Corato
@WladyX Meta-W doesn't absolutely work and remmina minimized windows
remain minimized!

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

Title:
  Remmina Minimized Window is not accessible in Unity Sidebar anymore on
  Ubuntu 12.04

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

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


[Bug 988447] Re: [Section change request] Move linux-headers-generic to section metapackages

2012-07-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/linux-meta

** Branch linked: lp:ubuntu/precise-proposed/linux-meta

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

Title:
  [Section change request] Move linux-headers-generic to section
  metapackages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/988447/+subscriptions

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


[Bug 1021500] Re: dep8 test: redirect stderr to stdout and exit with appropriate code

2012-07-06 Thread Jean-Baptiste Lallement
** Bug watch added: Debian Bug tracker #680473
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680473

** Also affects: tabix (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680473
   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/1021500

Title:
  dep8 test: redirect stderr to stdout and exit with appropriate code

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

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


[Bug 993397] Re: vdpau not working (well) with Ubuntu12.04 Unity

2012-07-06 Thread drabina
The same problem on Geforce GT 430
Huge CPU usage during 1080p playback. Tested using 295.40 and 295.59 drivers on 
KDE / XFCE / Unity from Precise

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

Title:
  vdpau not working (well) with Ubuntu12.04 Unity

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

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


[Bug 952868] Re: Fix default home page

2012-07-06 Thread ZhengPeng Hou
http://weibo.com/1401880315/yr6gIp8MT
more discussion here

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

Title:
  Fix default home page

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

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


[Bug 1018038] Re: When using submitubuntu, should build depend on libglib2.0-bin

2012-07-06 Thread David Planella
** Description changed:

- When using submitubuntu or package --extras, a snippit is added to
+ IMPACT:
+ 
+ When using submitubuntu or package --extras, a snippet is added to
  debian/rules that calls glib-compile-schemas, but there is no build
  dependency on  libglib2.0-bin. This can cause the produced package to
- fail to build from source in a clean chroot. Here's an example:
+ fail to build from source in a clean chroot. See the DETAILED EXAMPLE
+ section below for more details.
+ 
+ We are currently running the Ubuntu App Showdown contest, and we're at
+ the stage were all participants are starting to submit their apps. Many,
+ if not all, are affected by this bug, which severely affects the
+ submission step.
+ 
+ TEST CASE:
+ 
+ To reproduce this bug, run this set of commands:
+ 
+ $ quickly create ubuntu-application foo
+ $ cd foo
+ $ quickly package --extras
+ $ cat debian/control | grep -A 5 Build
+ 
+ To verify that the bug can be reproduced, libglib2.0-bin should *not* be
+ listed in the 'Build-Depends' list in the output.
+ 
+ Once the bug is fixed, libglib2.0-bin should be listed in the 'Build-
+ Depends' list in the output.
+ 
+ REGRESSION POTENTIAL:
+ 
+ The code change is minimal, as it affects only the 'package --extras'
+ and 'submitubuntu' paths and simply adds a build dependency to
+ debian/control. Therefore the regression potential is low.
+ 
+ The change can be reviewed at:
+ http://bazaar.launchpad.net/~quickly-committers/quickly/trunk/revision/674 
+ 
+ DETAILED EXAMPLE:
  
  https://launchpadlibrarian.net/108711786/buildlog_ubuntu-precise-i386
  .indicator-launcher_12.06.24_FAILEDTOBUILD.txt.gz
  
  andrew@andrew-laptop:~/Desktop$ quickly create ubuntu-application foo
  Creating project directory foo
  Creating bzr repository and committing
  Launching your newly created project!
  /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: 
g_object_set_property: construct property type for object `Window' can't be 
set after construction
-   Gtk.Window.__init__(self, type=type, **kwds)
+   Gtk.Window.__init__(self, type=type, **kwds)
  /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: 
g_object_set_property: construct property type for object `FooWindow' can't 
be set after construction
-   Gtk.Window.__init__(self, type=type, **kwds)
+   Gtk.Window.__init__(self, type=type, **kwds)
  Congrats, your new project is setup! cd /home/andrew/Desktop/foo/ to start 
hacking.
  andrew@andrew-laptop:~/Desktop$ cd foo/
  andrew@andrew-laptop:~/Desktop/foo$ quickly package --extras
  ...Ubuntu packaging created in debian/
  
.
  Command returned some WARNINGS:
  --
  ** (setup.py:2505): WARNING **: Error sending credentials: Error sending 
message: Operation not permitted
  --
  Ubuntu package has been successfully created in ../foo_0.1_all.deb
  andrew@andrew-laptop:~/Desktop/foo$ cat debian/rules | grep glib
-   if [ -d debian/foo/opt/extras.ubuntu.com/foo/share/glib-2.0/schemas ]; 
then glib-compile-schemas 
debian/foo/opt/extras.ubuntu.com/foo/share/glib-2.0/schemas; fi
+  if [ -d debian/foo/opt/extras.ubuntu.com/foo/share/glib-2.0/schemas ]; then 
glib-compile-schemas 
debian/foo/opt/extras.ubuntu.com/foo/share/glib-2.0/schemas; fi
  andrew@andrew-laptop:~/Desktop/foo$ cat debian/control | grep -A 5 Build
  Build-Depends: cdbs (= 0.4.43),
-  debhelper (= 6),
-  python (= 2.6.6-3~),
-  python-distutils-extra (= 2.10)
+  debhelper (= 6),
+  python (= 2.6.6-3~),
+  python-distutils-extra (= 2.10)
  Maintainer: UNKNOWN UNKNOWN
  Standards-Version: 3.8.3

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

Title:
  When using submitubuntu, should build depend on libglib2.0-bin

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

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

[Bug 1021630] [NEW] package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2

2012-07-06 Thread luypaert
Public bug reported:

j'ai deja reinstale plusieur fois ubuntu mais rien ni fait que dois je
faire

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: smbclient 2:3.6.3-2ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic-pae 3.2.19
Uname: Linux 3.2.0-26-generic-pae i686
ApportVersion: 2.0.1-0ubuntu8
AptOrdering:
 smbclient: Install
 sl-modem-daemon: Configure
 smbclient: Configure
Architecture: i386
Date: Fri Jul  6 09:52:18 2012
ErrorMessage: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur 
de sortie d'état 2
InstallationMedia: Ubuntu 12.04 Precise - Build i386 LIVE Binary 
20120426-12:41
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le 
sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2
UpgradeStatus: No upgrade log present (probably fresh install)
WindowsFailedConnect: Yes

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-
  processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie
  d'état 2

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

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

[Bug 1021630] Re: package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie d'état 2

2012-07-06 Thread luypaert
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021630

Title:
  package smbclient 2:3.6.3-2ubuntu2 failed to install/upgrade: le sous-
  processus dpkg-deb --fsys-tarfile a retourné une erreur de sortie
  d'état 2

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

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

[Bug 1021629] [NEW] Crashes when trying to add music on my iPod Shuffle

2012-07-06 Thread Pierre Rudloff
Public bug reported:

pierre@pierre-MacBook:~$ gtkpod

** (gtkpod:20007): CRITICAL **: itdb_get_music_dir: assertion
`mountpoint' failed

** (gtkpod:20007): CRITICAL **: itdb_get_music_dir: assertion `mountpoint' 
failed
*** glibc detected *** gtkpod: double free or corruption (!prev): 0x0a257098 ***
=== Backtrace: =
/lib/i386-linux-gnu/libc.so.6(+0x73e42)[0xb6cf1e42]
/lib/i386-linux-gnu/libglib-2.0.so.0(+0x4cd0b)[0xb6e8ad0b]
/lib/i386-linux-gnu/libglib-2.0.so.0(g_free+0x20)[0xb6e8af90]
/lib/i386-linux-gnu/libglib-2.0.so.0(+0x35840)[0xb6e73840]
/lib/i386-linux-gnu/libglib-2.0.so.0(g_hash_table_remove_all+0x2b)[0xb6e748ab]
/lib/i386-linux-gnu/libglib-2.0.so.0(g_hash_table_destroy+0x26)[0xb6e74946]
/usr/lib/libgtkpod.so.1(add_directory_by_name+0x9b)[0xb7723dfb]
/usr/lib/gtkpod/libplaylist_display.so(+0xd035)[0xa9d16035]
/usr/lib/i386-linux-gnu/libgdk-3.so.0(+0x129de)[0xb71119de]
/lib/i386-linux-gnu/libglib-2.0.so.0(+0x44850)[0xb6e82850]
/lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x146)[0xb6e84d86]
/lib/i386-linux-gnu/libglib-2.0.so.0(+0x47125)[0xb6e85125]
/lib/i386-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0x7b)[0xb6e8556b]
/usr/lib/i386-linux-gnu/libgtk-3.so.0(gtk_main+0xa5)[0xb72fdfb5]
gtkpod(main+0xb3)[0x804da03]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0xb6c974d3]
gtkpod[0x804da29]
=== Memory map: 
08048000-08057000 r-xp  08:02 1196228/usr/bin/gtkpod
08057000-08058000 r--p e000 08:02 1196228/usr/bin/gtkpod
08058000-08059000 rw-p f000 08:02 1196228/usr/bin/gtkpod
08059000-0805a000 rw-p  00:00 0 
09bb1000-0a44e000 rw-p  00:00 0  [heap]
a2f0-a2f01000 ---p  00:00 0 
a2f01000-a3701000 rw-p  00:00 0 
a3701000-a3702000 ---p  00:00 0 
a3702000-a3f02000 rw-p  00:00 0 
a3f02000-a3f03000 ---p  00:00 0 
a3f03000-a4703000 rw-p  00:00 0 
a4703000-a4704000 ---p  00:00 0 
a4704000-a4f04000 rw-p  00:00 0 
a5f06000-a64f9000 r--p  08:02 2890209
/usr/share/fonts/opentype/ipafont-gothic/ipag.ttf
a64f9000-a74fd000 r--p  08:02 1837879
/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc
a7cfe000-a7cff000 ---p  00:00 0 
a7cff000-a84ff000 rw-p  00:00 0 
a8d0-a8d21000 rw-p  00:00 0 
a8d21000-a8e0 ---p  00:00 0 
a95f1000-a960d000 r-xp  08:02 132006 
/lib/i386-linux-gnu/libgcc_s.so.1
a960d000-a960e000 r--p 0001b000 08:02 132006 
/lib/i386-linux-gnu/libgcc_s.so.1
a960e000-a960f000 rw-p 0001c000 08:02 132006 
/lib/i386-linux-gnu/libgcc_s.so.1
a9625000-a9642000 r--p  08:02 3152209
/usr/share/fonts/truetype/droid/DroidSansMono.ttf
a9642000-a9686000 r-xp  08:02 1184967
/usr/lib/i386-linux-gnu/libibus-1.0.so.0.401.0
a9686000-a9687000 r--p 00043000 08:02 1184967
/usr/lib/i386-linux-gnu/libibus-1.0.so.0.401.0
a9687000-a9688000 rw-p 00044000 08:02 1184967
/usr/lib/i386-linux-gnu/libibus-1.0.so.0.401.0
a968d000-a969e000 r--p  08:02 1976296
/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
a969e000-a96a4000 r-xp  08:02 1183599
/usr/lib/i386-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so
a96a4000-a96a5000 r--p 5000 08:02 1183599
/usr/lib/i386-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so
a96a5000-a96a6000 rw-p 6000 08:02 1183599
/usr/lib/i386-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so
a96a6000-a973c000 r--p  08:02 1835632
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-BoldOblique.ttf
a973c000-a97e1000 r--p  08:02 1835068
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf
a97e1000-a97f1000 r-xp  08:02 1180097
/usr/lib/i386-linux-gnu/gio/modules/libgioremote-volume-monitor.so
a97f1000-a97f2000 r--p f000 08:02 1180097
/usr/lib/i386-linux-gnu/gio/modules/libgioremote-volume-monitor.so
a97f2000-a97f3000 rw-p 0001 08:02 1180097
/usr/lib/i386-linux-gnu/gio/modules/libgioremote-volume-monitor.so
a97f3000-a97fb000 r-xp  08:02 1324982
/usr/lib/gtkpod/libphoto_editor.so
a97fb000-a97fc000 r--p 7000 08:02 1324982
/usr/lib/gtkpod/libphoto_editor.so
a97fc000-a97fd000 rw-p 8000 08:02 1324982
/usr/lib/gtkpod/libphoto_editor.so
a97fd000-a9805000 r-xp  08:02 132008 
/lib/i386-linux-gnu/libcrypt-2.15.so
a9805000-a9806000 r--p 7000 08:02 132008 
/lib/i386-linux-gnu/libcrypt-2.15.so
a9806000-a9807000 rw-p 8000 08:02 132008 
/lib/i386-linux-gnu/libcrypt-2.15.so
a9807000-a982e000 rw-p  00:00 0 
a982e000-a9871000 r-xp  08:02 1180765
/usr/lib/i386-linux-gnu/libhx509.so.5.0.0
a9871000-a9872000 ---p 00043000 08:02 1180765
/usr/lib/i386-linux-gnu/libhx509.so.5.0.0
a9872000-a9873000 r--p 00043000 08:02 1180765
/usr/lib/i386-linux-gnu/libhx509.so.5.0.0
a9873000-a9875000 rw-p 00044000 08:02 1180765
/usr/lib/i386-linux-gnu/libhx509.so.5.0.0
a9875000-a9882000 r-xp  08:02 1180722

[Bug 1021629] Re: Crashes when trying to add music on my iPod Shuffle

2012-07-06 Thread Pierre Rudloff
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021629

Title:
  Crashes when trying to add music on my iPod Shuffle

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

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


[Bug 1021627] [NEW] Provide informations about the use of Unity interface

2012-07-06 Thread joshg
Public bug reported:

Screenshots should explain in what the Ubuntu interface is different from other 
operating systems/distributions and show how switching windows, open 
application menus and using the Dash work.
The screenshots tour should also points out the simplicity of use of the 
interface (maybe reproducing one simple task?).

** Affects: ubiquity-slideshow-ubuntu (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/1021627

Title:
  Provide informations about the use of Unity interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity-slideshow-ubuntu/+bug/1021627/+subscriptions

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


[Bug 990228] Re: sidebar minimum width too large

2012-07-06 Thread Sebastien Bacher
** Changed in: evince (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: evince (Ubuntu)
   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/990228

Title:
  sidebar minimum width too large

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

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


[Bug 986524] Re: radeon 0000:02:00.0: GPU lockup CP stall for more than 10000msec

2012-07-06 Thread Nikolaus Waxweiler
Thanks for the tip, I'm also running those newer drivers now :) Let's
see.

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

Title:
  radeon :02:00.0: GPU lockup CP stall for more than 1msec

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

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


  1   2   3   4   5   6   7   8   9   10   >