[Bug 891204] Re: Essential configuration in /etc/libvirt/qemu.conf commented out

2011-11-17 Thread Mikael Ståldal
# ls -l /dev/kvm
crw-rw+ 1 root root 10, 232 2011-11-16 15:22 /dev/kvm

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

Title:
  Essential configuration in /etc/libvirt/qemu.conf commented out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/891204/+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 891527] [NEW] cobblerd fails to start: NoSectionError

2011-11-17 Thread Adam Gandelman
Public bug reported:

On 12.04 with cobbler 2.2.2-0ubuntu1 on 12.04, package installs fine but
upstart cannot start cobblerd.  The following traceback occurs when
attempting to start manually:

ubuntu@domU-12-31-39-16-39-C3:~$ sudo cobblerd -F
Traceback (most recent call last):
  File /usr/bin/cobblerd, line 76, in main
api = cobbler_api.BootAPI(is_cobblerd=True)
  File /usr/lib/python2.7/dist-packages/cobbler/api.py, line 127, in __init__
module_loader.load_modules()
  File /usr/lib/python2.7/dist-packages/cobbler/module_loader.py, line 62, in 
load_modules
blip =  __import__(modules.%s % ( modname), globals(), locals(), 
[modname])
  File 
/usr/lib/python2.7/dist-packages/cobbler/modules/serializer_mongodb.py, line 
53, in module
host = cp.get(connection,host)
  File /usr/lib/python2.7/ConfigParser.py, line 599, in get
raise NoSectionError(section)
NoSectionError: No section: 'connection'


It appears the serializer_mongodb module is attempting to load module-specific 
config from /etc/cobbler/mongodb.conf.  This file is shipped in the upstream 
cobbler source tree but not installed by package with the rest of the config.  
Importing the file manually resolves the issue.

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

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

Title:
  cobblerd fails to start: NoSectionError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/891527/+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 681703] Re: Domains don't start automatically after reboot a parent host

2011-11-17 Thread korobass
I found solution to this issue:

This is the problem with DNS and this line from log file is a clue:

  getaddrinfo(127.0.0.1,5900): Name or service not known

DNS not working early enough during the boot .

So when some virtual machines are trying to start up, but DNS service
doesn't work at this moment and they fail.

You can find more info at this mailing list:
http://comments.gmane.org/gmane.comp.emulators.virt-tools/821

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

Title:
  Domains don't start automatically after reboot a parent host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/681703/+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 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Dave Walker
** Changed in: cobbler (Ubuntu)
   Importance: Undecided = High

** Changed in: cobbler (Ubuntu)
Milestone: None = precise-alpha-1

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

Title:
  cobblerd fails to start: NoSectionError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/891527/+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 868360] Re: Incorrect secret key causes user details to be revealed

2011-11-17 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

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

Title:
  Incorrect secret key causes user details to be revealed

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/868360/+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 859679] Re: using source groups (-o) with security groups causes a lazy load exception

2011-11-17 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

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

Title:
  using source groups (-o) with security groups causes a lazy load
  exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/859679/+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 859587] Re: nova-network deletes default route

2011-11-17 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

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

Title:
  nova-network deletes default route

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/859587/+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 850602] Re: block migration needs to copy backing file

2011-11-17 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

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

Title:
  block migration needs to copy backing file

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/850602/+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 845788] Re: update_image in glance.client doesn't add content-length so the swift backend can't chunk

2011-11-17 Thread Thierry Carrez
** Changed in: glance
   Status: Fix Committed = Fix Released

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

Title:
  update_image in glance.client doesn't add content-length so the swift
  backend can't chunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/845788/+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 857956] Re: [SRU] Control file needs python-httplib2 dependency

2011-11-17 Thread Thierry Carrez
** Changed in: glance
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] Control file needs python-httplib2 dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/857956/+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 838581] Re: Failures in db_pool code: 'NoneType' object has no attribute '_keymap' or not returning rows.

2011-11-17 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

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

Title:
  Failures in db_pool code: 'NoneType' object has no attribute '_keymap'
  or not returning rows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/838581/+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 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-11-17 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

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

Title:
  --logfile_mode flag does not properly set logfile permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/862969/+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 854614] Re: metadata service local-hostname is not fqdn

2011-11-17 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

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

Title:
  metadata service local-hostname is not fqdn

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/854614/+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 861582] Re: Failed snapshots are not cleaned up

2011-11-17 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

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

Title:
  Failed snapshots are not cleaned up

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861582/+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 891472] Re: apparmor profile for libvirt does not allow hooks to be executed

2011-11-17 Thread Jamie Strandboge
This should work if you add the following to 
/etc/apparmor.d/bin/usr.sbin.libvirtd (under the '/usr/bin/* PUx' rule):
  /etc/libvirt/hooks/* ix,

Hooks are called by the trusted libvirtd daemon, not by the AppArmor
protected guests so this rule is safe to add to the AppArmor profile as
libvirtd is expected to run (essentially) unconfined.

** Changed in: libvirt (Ubuntu)
   Status: New = Triaged

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

Title:
  apparmor profile for libvirt does not allow hooks to be executed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/891472/+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 724517] Re: isql segfaults in batch mode

2011-11-17 Thread Kyle Strickland
I don't know why I didn't see this before, but the bug seems to come
from an extra variable declaration in an inner scope.  Removing that
declaration fixed the problem.

** Patch added: Patch to remove errant variable declarations
   
https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/724517/+attachment/2599627/+files/fix-scope-bug.diff

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

Title:
  isql segfaults in batch mode

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

2011-11-17 Thread martin suc
Thanks Fernando Roxo - just solved my problem.

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

Title:
  package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: 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/481752/+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 891204] Re: Essential configuration in /etc/libvirt/qemu.conf commented out

2011-11-17 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
   Status: Incomplete = New

** Package changed: libvirt (Ubuntu) = qemu-kvm (Ubuntu)

** Summary changed:

- Essential configuration in /etc/libvirt/qemu.conf commented out
+ /dev/kvm is owned by group root

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

Title:
  /dev/kvm is owned by group root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/891204/+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 891472] Re: apparmor profile for libvirt does not allow hooks to be executed

2011-11-17 Thread Serge Hallyn
@Jamie,

should that be added to the profile in precise?

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Low

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

Title:
  apparmor profile for libvirt does not allow hooks to be executed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/891472/+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 889104] Re: virt-manager loses connection to qemu (0.15.X) at guest shuts down (libvirt 0.9.6)

2011-11-17 Thread Serge Hallyn
Marking confirmed based on Laine's comment in fedora bug

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

** Changed in: libvirt (Ubuntu)
   Importance: Medium = Low

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

Title:
  virt-manager loses connection to qemu (0.15.X) at guest shuts down
  (libvirt 0.9.6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/889104/+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 681703] Re: Domains don't start automatically after reboot a parent host

2011-11-17 Thread Serge Hallyn
That *should* be fixed as of 0.7.5-5ubuntu27.14.  Can you show which
libvirt version you are using?  (dpkg -l libvirt-bin)

Although since your machine is having trouble resolving 127.0.0.1, that
seems like a system problem.  Can you also post your /etc/hosts file?

** Changed in: libvirt (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  Domains don't start automatically after reboot a parent host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/681703/+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 891204] Re: /dev/kvm is owned by group root

2011-11-17 Thread Serge Hallyn
Odd, I cannot reproduce this.

Can you show the result of:

grep kvm /etc/group

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

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

Title:
  /dev/kvm is owned by group root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/891204/+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 838581] Re: Failures in db_pool code: 'NoneType' object has no attribute '_keymap' or not returning rows.

2011-11-17 Thread Dave Walker
Dropping Ubuntu Oneiric upload back to Inprogress as the security upload
superseeded it.

Thanks.

** Changed in: nova (Ubuntu Oneiric)
   Status: Fix Committed = In Progress

** Tags removed: verification-needed

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

Title:
  Failures in db_pool code: 'NoneType' object has no attribute '_keymap'
  or not returning rows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/838581/+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 884163] Re: OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service Vulnerability

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.25-1.1ubuntu4.1

---
openldap (2.4.25-1.1ubuntu4.1) oneiric-security; urgency=low

  * SECURITY UPDATE: potential denial of service (LP: #884163)
- debian/patches/CVE-2011-4079: fix off by one error in
  postalAddressNormalize()
- CVE-2011-4079
 -- Jamie Strandboge ja...@ubuntu.com   Mon, 14 Nov 2011 13:22:54 -0600

** Changed in: openldap (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

** Changed in: openldap (Ubuntu Natty)
   Status: Fix Committed = Fix Released

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

Title:
  OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service
  Vulnerability

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/884163/+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 884163] Re: OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service Vulnerability

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.23-6ubuntu6.1

---
openldap (2.4.23-6ubuntu6.1) natty-security; urgency=low

  * SECURITY UPDATE: potential denial of service (LP: #884163)
- debian/patches/CVE-2011-4079: fix off by one error in
  postalAddressNormalize()
- CVE-2011-4079
 -- Jamie Strandboge ja...@ubuntu.com   Mon, 14 Nov 2011 13:29:39 -0600

** Changed in: openldap (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

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

Title:
  OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service
  Vulnerability

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/884163/+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 884163] Re: OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service Vulnerability

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.23-0ubuntu3.7

---
openldap (2.4.23-0ubuntu3.7) maverick-security; urgency=low

  * SECURITY UPDATE: potential denial of service (LP: #884163)
- debian/patches/CVE-2011-4079: fix off by one error in
  postalAddressNormalize()
- CVE-2011-4079
 -- Jamie Strandboge ja...@ubuntu.com   Mon, 14 Nov 2011 13:30:50 -0600

** Changed in: openldap (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

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

Title:
  OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service
  Vulnerability

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/884163/+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 884163] Re: OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service Vulnerability

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.21-0ubuntu5.6

---
openldap (2.4.21-0ubuntu5.6) lucid-security; urgency=low

  * SECURITY UPDATE: potential denial of service (LP: #884163)
- debian/patches/CVE-2011-4079: fix off by one error in
  postalAddressNormalize()
- CVE-2011-4079
 -- Jamie Strandboge ja...@ubuntu.com   Mon, 14 Nov 2011 13:32:11 -0600

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

Title:
  OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service
  Vulnerability

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/884163/+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 891472] Re: apparmor profile for libvirt does not allow hooks to be executed

2011-11-17 Thread Jamie Strandboge
If the bug reporter reports that adding it and performing
'apparmor_parser -r /etc/apparmor.d/usr.sbin.libvirtd' solves the
problem for him, sure.

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

Title:
  apparmor profile for libvirt does not allow hooks to be executed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/891472/+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-p-lxc] LXC development for Precise

2011-11-17 Thread Jamie Strandboge
Blueprint changed by Jamie Strandboge:

Whiteboard changed:
  Status: Started
+ 
+ NOTE: (jdstrand) jjohansen's work items are being tracked as part ot
+ security-p-apparmor-containers and I added a dependency of this bp to
+ that one
  
  Work Items:
  [serge-hallyn] LXC init script to create default bridge if enabled in 
/etc/default/lxc: DONE
  [daniel-lezcano] Get patchset accepted into kernel so kernel can send signal 
to lxc monitor: TODO
  [serge-hallyn] Keep pushing on the patchset for userns vfs patches: TODO
  [stgraber] Make sure we can build in a working LXC container for arm on x86: 
INPROGRESS
  [stgraber] Allow mknod in the default Ubuntu template for precise: DONE
  [stgraber] modprobe should not work in a container ( check libvirt ): DONE
  [smoser] open bug for libvirt to check capsys-module, capmac*: TODO
  [stgraber] make mountall not mount certain things when inside a container: 
TODO
- [jjohansen] apparmor: TODO
- [jjohansen] mount rule to govern filesystem proc/sys/ etc.: TODO
- [jjohansen]  policy namespace interface: TODO
- [jjohansen]  host mediate disconnected child namespace: TODO
- [jjohansen]  make sure namespace audit messages are properly tagged: TODO

-- 
LXC development for Precise
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc

-- 
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-p-lxc-sandboxing] Sandboxing for containers

2011-11-17 Thread Jamie Strandboge
Blueprint changed by Jamie Strandboge:

Whiteboard changed:
  Status: not yet started
  The new candidate seccomp2 patch refuses execve, and is therefore not 
compatible with LXC.  A general sandbox tool is still possible, and seccomp2 
may later be extended to be usable with LXC.
  
  Work Items:
- [jjohansen] Get seccomp2 into ubuntu kernel or ppa for testing: TODO
+ [jjohansen] Get seccomp2 into ubuntu kernel or ppa for testing: INPROGRESS
  [serge-hallyn] Work with jjohansen/kees/upstream to design generic sandbox 
program: TODO
  [serge-hallyn] Propose design for lxc integration to lxc-dev: TODO
  [serge-hallyn] Implement prototype of lxc seccomp2 integration: TODO
  [serge-hallyn] Write testcases for lxc seccomp2 integration: TODO

-- 
Sandboxing for containers
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc-sandboxing

-- 
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 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

** Changed in: cobbler (Ubuntu)
   Status: New = In Progress

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

Title:
  cobblerd fails to start: NoSectionError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/891527/+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-p-lxc] LXC development for Precise

2011-11-17 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: Started
  
  NOTE: (jdstrand) jjohansen's work items are being tracked as part ot
  security-p-apparmor-containers and I added a dependency of this bp to
  that one
  
  Work Items:
  [serge-hallyn] LXC init script to create default bridge if enabled in 
/etc/default/lxc: DONE
- [daniel-lezcano] Get patchset accepted into kernel so kernel can send signal 
to lxc monitor: TODO
+ [daniel-lezcano] Get patchset accepted into kernel so kernel can send reboot 
signal to lxc monitor: TODO
+ [daniel-lezcano] Change upstream lxc to not need to watch utmp for reboot: 
TODO
  [serge-hallyn] Keep pushing on the patchset for userns vfs patches: TODO
  [stgraber] Make sure we can build in a working LXC container for arm on x86: 
INPROGRESS
  [stgraber] Allow mknod in the default Ubuntu template for precise: DONE
  [stgraber] modprobe should not work in a container ( check libvirt ): DONE
  [smoser] open bug for libvirt to check capsys-module, capmac*: TODO
  [stgraber] make mountall not mount certain things when inside a container: 
TODO
+ Move lxc-is-container (as generic is-container) into upstart: TODO
+ Move lxc consoles into upstart: TODO

-- 
LXC development for Precise
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc

-- 
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 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler - 2.2.2-0ubuntu2

---
cobbler (2.2.2-0ubuntu2) precise; urgency=low

  * debian/cobbler-common.install: Install missing files.
- etc/cobbler/mongodb.conf (LP: #891527)
- etc/cobbler/ldap/ldap_authconfig.template
- etc/cobbler/iso/buildiso.template
- etc/cobbler/pxe/gpxemenu.template exists
- etc/cobbler/pxe/pxeprofile_esxi.template
- etc/cobbler/pxe/pxesystem_esxi.template
 -- Andres Rodriguez andres...@ubuntu.com   Thu, 17 Nov 2011 10:38:58 -0500

** Changed in: cobbler (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  cobblerd fails to start: NoSectionError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/891527/+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 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  cobblerd fails to start: NoSectionError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/891527/+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 891204] Re: /dev/kvm is owned by group root

2011-11-17 Thread Mikael Ståldal
My user is part of the libvirtd group though, I followed this instruction:
https://help.ubuntu.com/community/KVM/Installation

-
Add Users to Groups

Karmic (9.10) and later

The libvirtd-bin package will automatically add your username to the libvirtd 
group. There is no need to be part of the kvm group. 
-

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

Title:
  /dev/kvm is owned by group root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/891204/+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 891204] Re: /dev/kvm is owned by group root

2011-11-17 Thread Mikael Ståldal
# grep kvm /etc/group
kvm:x:108:

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

Title:
  /dev/kvm is owned by group root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/891204/+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 724517] Re: isql segfaults in batch mode

2011-11-17 Thread Ubuntu Foundation's Bug Bot
The attachment Patch to remove errant variable declarations of this
bug report has been identified as being a patch.  The ubuntu-reviewers
team has been subscribed to the bug report so that they can review the
patch.  In the event that this is in fact not a patch you can resolve
this situation by removing the tag 'patch' from the bug report and
editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-sponsors please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  isql segfaults in batch mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/724517/+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 427775] Re: ntpdate.dhcp always ignored

2011-11-17 Thread Ivan Borzenkov
** Tags removed: jaunty

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

Title:
  ntpdate.dhcp always ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/427775/+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 890272] [NEW] FTBFS nova when in /usr/src

2011-11-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

On a virgin Ubuntu oneiric

a) cd /usr/src
b) apt-get build-dep nova
c) apt-get source nova
d) cd nova-*
e) dpkg-buildpackage

What is expected: a well formed debian package

What happens instead:

IOError: [Errno 2] No such file or directory: 
'../../lib/pymodules/python2.7/docutils/writers/html4css1/html4css1.css'
Unable to open source file for reading 
('../../lib/pymodules/python2.7/docutils/writers/html4css1/html4css1.css').  
Exiting.
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `/usr/src/nova-2011.3'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Note: the same commands in the directory /root instead of /usr/src
succeed

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

-- 
FTBFS nova when in /usr/src
https://bugs.launchpad.net/bugs/890272
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nova 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 890272] Re: FTBFS nova when in /usr/src

2011-11-17 Thread Thierry Carrez
Not a bug in nova, affects Ubuntu packaging.
(Note that running all that as root sounds very wrong to me)

** Project changed: nova = nova (Ubuntu)

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

Title:
  FTBFS nova when in /usr/src

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/890272/+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 891709] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread MihaiB
Public bug reported:

The issue is occurring during upgrade from 11.04

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Thu Nov 17 18:38:37 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-11-17 (0 days ago)
WindowsFailedConnect: Yes

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


** Tags: apport-package i386 oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/891709/+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 891709] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread MihaiB
-- 
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/891709

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/891709/+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-p-juju-charm-testing] Juju: automated testing of charms

2011-11-17 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
+ Status: spec needed, place-holder work items added to get a better
+ handle on the scope of work.
+ 
  Work Items:
  [niemeyer] write spec for charm testing facility: TODO
+ implement specified testing framework: TODO
+ deploy testing framework for use with local provider: TODO
+ deploy testing framework for use against ec2: TODO
+ deploy testing framework for use against canonistack: TODO
+ deploy testing framework for use against orchestra (managing VMs instead of 
machines): TODO
+ write charm tests for mysql: TODO
+ [clint-fewbar] write charm tests for haproxy: TODO
+ [clint-fewbar] write charm tests for wordpress: TODO
+ [mark-mims] write charm tests for hadoop: TODO
  [james-page] add openstack tests: TODO
  
  Session notes:
  Welcome to Ubuntu Developer Summit!
  #uds-p #track #topic
  put your session notes here
  Requirements of automated testing of charms:
  * LET'S KEEP IT SIMPLE! :-)
  * Detect breakage of a charm relating to an interface
  * Identification of individual change which breaks a given relationship
  * Maybe implement tests that mock a relation to ensure implementers are 
compliant
  * Test dependent charms when a provider charm changes
  * Run test NxN of providers and requirers so all permutations are sane 
(_very_ expensive, probably impossible)
  * Run testing against multiple environment providers (EC2/OpenStack/BareMetal)
  * Notify maintainers when the charm breaks, rather than waiting for polling
  * Verify idempotency of hooks
- * Tricky to _verify_, and not an enforced convention at the moment, so 
not sure
+ * Tricky to _verify_, and not an enforced convention at the moment, so 
not sure
  * be able to specify multiple scenarios
  * For functional tests, they are in fact exercising multiple charms. Should 
those sit
-   within the charms, or outside since it's in fact exercising the whole graph?
-   * The place for these composed tests seem to be the stack
+   within the charms, or outside since it's in fact exercising the whole graph?
+   * The place for these composed tests seem to be the stack
  * As much data as possible should be collected about the running tests so 
that a broken
-   charm can be debugged and fixed.
+   charm can be debugged and fixed.
  * Provide rich artifacts for failure analysis
  * Ideally tests will be run in lock step mode, so that breaking charms can 
be individually
-   identified, but this is hard because changes may be co-dependent
+   identified, but this is hard because changes may be co-dependent
  * It would be nice to have interface-specific tests that can run against any 
charms that
-   implement such interfaces. In addition to working as tests, this is also a 
pragmatic
-   way to document the interface.
- * support gerrit-like topics?  (What's that? :-) i.e., change-sets (across 
different branches) 
+   implement such interfaces. In addition to working as tests, this is also a 
pragmatic
+   way to document the interface.
+ * support gerrit-like topics?  (What's that? :-) i.e., change-sets (across 
different branches)
  * We need a way to know which charms trigger which tests
  * Keep it simple
  * James mentioned he'd like to have that done by Alpha 1 (December) so that 
he can take
-   that into account for the OpenStack testing effort.
+   that into account for the OpenStack testing effort.
  ACTIONS:
  [niemeyer] spec
  [james-page] add openstack tests
- 
  
  Proposal below is too complicated, rejected (Kept for posterity)
  
  Proposal:
  
  Each charm has a tests directory
  
  Under tests, you have executables:
  
  __install__ -- test to run after charm is installed with no relations
  
  Then two directories:
  provides/
  requires/
  
  These directories have a directory underneath for each interface
  provided/required. Those directories contain executables to run.
  
  The test runner follows the following method:
  
  deploy charm
  wait for installed status
  run __install__ script, FAIL if exits non-zero
  destroy service
  for interface in provides ; do
  calculate graph of all charms in store which require interface and all of 
its dependency combinations
  deploy requiring charm w/ dependencies and providing service
  add-relation between requiring/providing
  for test in provides/interface ; do
    run test with name of deployed requiring service
  for interface in requires ; do
  repeat process above with provides/requires transposed
  
  Each commit to any branch in charm store will queue up a run with only
  that change applied, none that have been done after it, and record
  pass/fail

-- 
Juju: automated testing of charms
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-testing

-- 
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-p-kronos] XCP Kronos support

2011-11-17 Thread Mike McClurg
Blueprint changed by Mike McClurg:

Whiteboard changed:
  Session Notes:
- CONTACTS
- - chuck.sh...@canonical.com
- - ad...@canonical.com
- - a...@seamicro.com
- - m...@canonical.com
  
- AGENDA
+ AGENDA:
  - What is XCP and Kronos?
  - Current state of Project Kronos
  - Work remaining (porting and packaging)
  - Ubuntu next-steps?
  
  - Could we used clustered LVM instead of our own version? Perhaps, but we 
haven't investigated that yet.
  - Can we ship XCP's modified LVM with Ubuntu? Yes, it is concievable that 
this could work. Some patchs coud even be upstreamed, but likely not all of 
them.
- - Universe targeted for 12.04
  
- Work Items:
- [zul] Chuck look at blktap dkms package: TODO
- [mike-mcclurg] look into packaging our LVM: TODO
+ CONTACTS:
+ - chuck.sh...@canonical.com
+ - ad...@canonical.com
+ - a...@seamicro.com
+ - m...@canonical.com
+ 
+ WORK ITEMS:
+ Review blktap-dkms package [Chuck]: TODO
+ Package XCP's LVM [Jon/Mike]: INPROGRESS
+ Upload finished packages to Debian Sid [Jon/Mike]: INPROGRESS

-- 
XCP Kronos support
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-kronos

-- 
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 863629] Re: libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

2011-11-17 Thread Serge Hallyn
Verified on maverick.

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

Title:
  libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/863629/+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 611142] Re: seabios should have native scsi support

2011-11-17 Thread Serge Hallyn
** Changed in: seabios (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  seabios should have native scsi support

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/611142/+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 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
** Changed in: autofs5 (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  NFS automount using replicated servers doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/607039/+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 889104] Re: virt-manager loses connection to qemu (0.15.X) at guest shuts down (libvirt 0.9.6)

2011-11-17 Thread Serge Hallyn
Given comment #3 and what I've seen on the mailing list, I assume the
upcoming sync of 0.9.7-2 from sid should fix this.

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

Title:
  virt-manager loses connection to qemu (0.15.X) at guest shuts down
  (libvirt 0.9.6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/889104/+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 889104] Re: virt-manager loses connection to qemu (0.15.X) at guest shuts down (libvirt 0.9.6)

2011-11-17 Thread Serge Hallyn
Given comment #3 and what I've seen on the mailing list, I assume the
upcoming sync of 0.9.7-2 from sid should fix this.

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

Title:
  virt-manager loses connection to qemu (0.15.X) at guest shuts down
  (libvirt 0.9.6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/889104/+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 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
Cannot reproduce this on precise, at least (which has the same autofs
version as oneiric).

I used 3 hosts.  Two had nfs-server installed, one had autofs4 and nfs-
client.  The two nfs servers had a file /mnt/whoami ('master1' on one
and 'master2' on the other) and in /etc/exports had

 /mnt 10.55.60.39(ro)

I first verified that I could mount this on the client by hand.  Then,
on the client, I created a /srv/mnt directory,  /etc/auto.master with:

/-  /etc/auto.mnt  --timeout=600

and /etc/auto.mnt with:

/srv/mnt-fstype=nfs4,proto=tcp,soft,intr,rsize=8192,wsize=8192
10.55.60.33(1),10.55.60.59(5):/mnt

restarted autofs.  Then 'cat /srv/mnt/whoami' on the client showed
'master1'.  Unmounted /srv/mnt on the client, and did 'service nfs-
kernel-server stop' on master1.  Then 'cat /srv/mnt/whoami' on the
client showed 'master2'.

Will try on lucid next.

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

Title:
  NFS automount using replicated servers doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/607039/+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 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
Reproduced on lucid (with -updates as well as with -proposed)

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

Title:
  NFS automount using replicated servers doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/607039/+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-p-cloudimages-cloudinit] Improvements to Cloud-init or Cloud Images

2011-11-17 Thread Scott Moser
Blueprint changed by Scott Moser:

Whiteboard changed:
  Etherpad:
-   edit: http://pad.ubuntu.com/uds-p-servercloud-p-cloudimages-cloudinit
-   time slider: 
http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-cloudimages-cloudinit/latest
+   edit: http://pad.ubuntu.com/uds-p-servercloud-p-cloudimages-cloudinit
+   time slider: 
http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-cloudimages-cloudinit/latest
  
  Work Items:
  Implement public glance server: TODO
  Canonical IS ticket for public glance server: TODO
  Populate glance server on build finish: TODO
  Provide clean /query2 data pointing to .img files: TODO
  hand off glance server to canonical IS: TODO
  make ec2-publishing-scripts publish regions concurrently: TODO
- make ec2-publishing-scripts describe-images much less (speed): TODO
- add serial number to daily HEADER.html output: TODO
+ [smoser] make ec2-publishing-scripts describe-images much less (speed): 
INPROGRESS
+ [smoser] add serial number to daily HEADER.html output: DONE
  sync/merge with upstream cdimage scripts and nectarine: TODO
  cloud-init fix /etc/hosts editing (bug 871966, bug 890501): TODO
  cloud-init upstream add unit test: TODO
  cloud-init support userdata, metadata from configdrive (bug 857378): TODO
  cloud-init support network config via configdrive: TODO
  cloud-init support cloud-local mirrors via dns naming convention: TODO
  cloud-init support cloud-local proxy via dns naming convention: TODO
  better documentation rebundling via user-data and kvm: TODO
  follow up with aligouri on definitive qcow format link for OVF: TODO

-- 
Improvements to Cloud-init or Cloud Images
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloudimages-cloudinit

-- 
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 891252] Re: --config option is not honored

2011-11-17 Thread Scott Moser
** Description changed:

  $ mkdir /tmp/xx
  $ cd /tmp/xx
  $ export HOME=$PWD
  $ cat  .eucarc.mine EOF
  DATA_DIR=/home/smoser/data/aws-smoser
  . ${DATA_DIR}/info
  EC2_REGION=${EC2_REGION:-us-east-1}
  EC2_CERT=${DATA_DIR}/${ec2_cert}
  EC2_PRIVATE_KEY=${DATA_DIR}/${ec2_private_key}
  EC2_ACCESS_KEY=${aws_access_key}
  EC2_SECRET_KEY=${aws_secret_key}
  EC2_USER_ID=${aws_account_number}
  EUCALYPTUS_CERT=/etc/ec2/amitools/cert-ec2.pem
  EC2_URL=https://ec2.${EC2_REGION}.amazonaws.com
  S3_URL=https://s3.amazonaws.com:443
- echo HI WORLD  my.log
  EOF
  
  # my.log will get appended to each time this is sourced
  $ echo echo HI WORLD  $PWD/my.log  .eucarc.mine
  
  # failure is expected, as we have no configuration
  $ rm -f .eucarc
  $ euca-describe-images -o self
  EC2_ACCESS_KEY environment variable must be set.
  
  # attempt to use --config, this should work.
  $ euca-describe-images --config=$HOME/.eucarc.mine -o self
  EC2_ACCESS_KEY environment variable must be set.
  $ euca-describe-images --config=./.eucarc.mine -o self
  EC2_ACCESS_KEY environment variable must be set.
  $ ls -l my.log
  ls: cannot access my.log: No such file or directory
  
  # use .eucarc (default config)
  $ ln -s .eucarc.mine .eucarc
  $ euca-describe-images -o self | awk '$1 == IMAGE { print $2,$3 }'
  ami-03c30a6a smoser-bucket/my.img.manifest.xml
  
  So, it seems the '--config' is completely broken, and not even being
  read, or at very least not being processed with bash
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: euca2ools 2.0.0~bzr464-0ubuntu2
  ProcVersionSignature: Ubuntu 3.1.0-2.3-generic 3.1.0
  Uname: Linux 3.1.0-2-generic x86_64
  ApportVersion: 1.26-0ubuntu1
  Architecture: amd64
  Date: Wed Nov 16 11:59:49 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: euca2ools
  UpgradeStatus: Upgraded to precise on 2011-11-07 (9 days ago)

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

Title:
  --config option is not honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/euca2ools/+bug/891252/+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 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
On natty, I don't get the 'connect(0.0.0.0)'.  However, the mounts still
fail, and this time it is a bug in nfs.  Even on an oneiric host, if I
do

   mount -t nfs server:/mnt /mnt

I get back ENODEV from mount.nfs4.

On natty, if I switch /etc/auto.mnt to use nfs instead of nfs4, it
succeeds.  I need to retry whether that works there, though I doubt it
will.

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

Title:
  NFS automount using replicated servers doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/607039/+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 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
I was wrong!  In fact using nfs in place of nfs4 does work on lucid.

So I believe this can all be blamed on nfs4 failure on lucid through
oneiric.

** Summary changed:

- NFS automount using replicated servers doesn't work
+ NFS4 automount using replicated servers doesn't work

** Changed in: autofs5 (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

** Changed in: autofs5 (Ubuntu)
   Status: New = Fix Released

** Also affects: nfs-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nfs-utils (Ubuntu)
   Importance: Undecided = Medium

** Description changed:

  Binary package hint: autofs5
+ 
+ [ updated description: mount -t nfs4 server:/mnt /mnt fails through
+ oneiric with -ENODEV from mount.nfs4 ]
  
  In lucid, using autofs5 version 5.0.4-3.1ubuntu5, we are having trouble
  using failover with NFS.  Autofs allows you to specify multiple hosts
  with weighting in its configuration files and will fall back to a
  secondary host if the first host is not available at mount time.
  However, currently on our systems, the mount fails completely.  This
  functionality does work with our RHEL 5 hosts (which use autofs 5.0.1).
  Automounting from a single host does work, but when we supply multiple
  hosts, an strace shows that it's trying to connect to the IP address
  '0.0.0.0', port 0, rather than any of the hosts we specify.
  
  I have attached the full strace output, our /etc/auto.master file, and
  the relevant file from /etc/autofs.d including the multiple hosts.

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

Title:
  NFS4 automount using replicated servers doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/607039/+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 885283] Re: please demote squid and promote squid3

2011-11-17 Thread Jamie Strandboge
$ change-override.py -c main -S squid3
2011-11-17 23:22:49 INFOCreating lockfile: 
/var/lock/launchpad-change-override.lock
2011-11-17 23:22:58 INFOOverride Component to: 'main'
2011-11-17 23:22:58 INFO'squid3 - 3.1.15-1ubuntu2/main/web' remained the 
same
2011-11-17 23:22:59 INFO'squid-3.1.15-1ubuntu2/main/web/OPTIONAL' remained 
the same
2011-11-17 23:22:59 INFO'squid-3.1.15-1ubuntu2/main/web/OPTIONAL' remained 
the same
2011-11-17 23:22:59 INFO'squid-3.1.15-1ubuntu2/main/web/OPTIONAL' remained 
the same
2011-11-17 23:22:59 INFO'squid-3.1.15-1ubuntu2/main/web/OPTIONAL' remained 
the same
2011-11-17 23:22:59 INFO'squid-cgi-3.1.15-1ubuntu2/universe/web/OPTIONAL' 
binary overridden in precise/amd64
2011-11-17 23:22:59 INFO'squid-cgi-3.1.15-1ubuntu2/universe/web/OPTIONAL' 
binary overridden in precise/armel
2011-11-17 23:22:59 INFO'squid-cgi-3.1.15-1ubuntu2/universe/web/OPTIONAL' 
binary overridden in precise/i386
2011-11-17 23:22:59 INFO'squid-cgi-3.1.15-1ubuntu2/universe/web/OPTIONAL' 
binary overridden in precise/powerpc
2011-11-17 23:22:59 INFO'squid-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid3-3.1.15-1ubuntu2/main/web/OPTIONAL' remained 
the same
2011-11-17 23:22:59 INFO'squid3-3.1.15-1ubuntu2/main/web/OPTIONAL' remained 
the same
2011-11-17 23:22:59 INFO'squid3-3.1.15-1ubuntu2/main/web/OPTIONAL' remained 
the same
2011-11-17 23:22:59 INFO'squid3-3.1.15-1ubuntu2/main/web/OPTIONAL' remained 
the same
2011-11-17 23:22:59 INFO'squid3-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid3-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid3-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid3-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid3-common-3.1.15-1ubuntu2/main/web/OPTIONAL' 
remained the same
2011-11-17 23:22:59 INFO'squid3-dbg-3.1.15-1ubuntu2/main/debug/EXTRA' 
remained the same
2011-11-17 23:22:59 INFO'squid3-dbg-3.1.15-1ubuntu2/main/debug/EXTRA' 
remained the same
2011-11-17 23:22:59 INFO'squid3-dbg-3.1.15-1ubuntu2/main/debug/EXTRA' 
remained the same
2011-11-17 23:22:59 INFO'squid3-dbg-3.1.15-1ubuntu2/main/debug/EXTRA' 
remained the same
2011-11-17 23:23:00 INFO'squidclient-3.1.15-1ubuntu2/universe/web/OPTIONAL' 
binary overridden in precise/amd64
2011-11-17 23:23:00 INFO'squidclient-3.1.15-1ubuntu2/universe/web/OPTIONAL' 
binary overridden in precise/armel
2011-11-17 23:23:00 INFO'squidclient-3.1.15-1ubuntu2/universe/web/OPTIONAL' 
binary overridden in precise/i386
2011-11-17 23:23:00 INFO'squidclient-3.1.15-1ubuntu2/universe/web/OPTIONAL' 
binary overridden in precise/powerpc

** Changed in: squid3 (Ubuntu Precise)
   Status: New = Fix Committed

** Changed in: squid3 (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: squid (Ubuntu Precise)
   Status: New = Fix Released

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

Title:
  please demote squid and promote squid3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/885283/+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 891867] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread Bill Leach
Public bug reported:

I haven't used samba in years however, I do now have a machine that can
run windows so I normally leave samba installed just in case I might
want to use it. The question asked of me had no relevant answers.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Thu Nov 17 15:00:01 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
NmbdLog:
 
OtherFailedConnect: Yes
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-11-16 (1 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/891867/+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 891867] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread Bill Leach
-- 
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/891867

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/891867/+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 623144] Re: chkutmp assert failure: *** stack smashing detected ***: ./chkutmp terminated

2011-11-17 Thread Max
Confirmed on 11.10:

Checking `chkutmp'...   *** stack smashing 
detected ***: ./chkutmp terminated
=== Backtrace: =
/lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x45)[0x55d8d5]
/lib/i386-linux-gnu/libc.so.6(+0xe7887)[0x55d887]
./chkutmp[0x8048b15]
./chkutmp[0x8048ce2]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x48f113]
=== Memory map: 
00187000-00188000 r-xp  00:00 0  [vdso]
0032c000-00348000 r-xp  08:02 10862628   
/lib/i386-linux-gnu/libgcc_s.so.1
00348000-00349000 r--p 0001b000 08:02 10862628   
/lib/i386-linux-gnu/libgcc_s.so.1
00349000-0034a000 rw-p 0001c000 08:02 10862628   
/lib/i386-linux-gnu/libgcc_s.so.1
003be000-003dc000 r-xp  08:02 10862635   /lib/i386-linux-gnu/ld-2.13.so
003dc000-003dd000 r--p 0001d000 08:02 10862635   /lib/i386-linux-gnu/ld-2.13.so
003dd000-003de000 rw-p 0001e000 08:02 10862635   /lib/i386-linux-gnu/ld-2.13.so
00476000-005ec000 r-xp  08:02 10862906   
/lib/i386-linux-gnu/libc-2.13.so
005ec000-005ee000 r--p 00176000 08:02 10862906   
/lib/i386-linux-gnu/libc-2.13.so
005ee000-005ef000 rw-p 00178000 08:02 10862906   
/lib/i386-linux-gnu/libc-2.13.so
005ef000-005f2000 rw-p  00:00 0 
08048000-0804a000 r-xp  08:02 2637851/usr/lib/chkrootkit/chkutmp
0804a000-0804b000 r--p 1000 08:02 2637851/usr/lib/chkrootkit/chkutmp
0804b000-0804c000 rw-p 2000 08:02 2637851/usr/lib/chkrootkit/chkutmp
08e32000-08e53000 rw-p  00:00 0  [heap]
b783a000-b783b000 rw-p  00:00 0 
b7856000-b7858000 rw-p  00:00 0 
bf71f000-bf897000 rw-p  00:00 0  [stack]
Aborted

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

Title:
  chkutmp assert failure: *** stack smashing detected ***: ./chkutmp
  terminated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/623144/+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 117736] Re: pam_mount unable to unmount needs root priv

2011-11-17 Thread Andreas Müller
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION=Ubuntu 11.10

Linux workstation 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC
2011 i686 i686 i386 GNU/Linux

andreas@workstation:/home$ exit
exit
pam_mount(spawn.c:128): error setting uid to 0

and in 11:10 its also presant. Time to fix this bug, or?

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

Title:
  pam_mount unable to unmount needs root priv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pam/+bug/117736/+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 891933] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread Mark Anderson
Public bug reported:

I was just doing an upgrade to 11.10

I don't know enough of what went wrong to add much information.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-generic i686
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Thu Nov 17 18:31:40 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
NmbdLog:
 
OtherFailedConnect: Yes
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-11-17 (0 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/891933/+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 891933] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread Mark Anderson
-- 
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/891933

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/891933/+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 863629] Re: libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

2011-11-17 Thread Martin Pitt
** Tags added: verification-done-maverick

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

Title:
  libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/863629/+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 891938] [NEW] package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-17 Thread Michel
Public bug reported:

I am not using ldap, so may be error caused by a not-configured software

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: slapd 2.4.25-1.1ubuntu4.1
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic i686
ApportVersion: 1.23-0ubuntu4
AptOrdering:
 libfreetype6-dev: Install
 libfreetype6: Install
 slapd: Configure
 libfreetype6: Configure
 libfreetype6-dev: Configure
Architecture: i386
CNConfig: Error: command ['/usr/bin/ldapsearch', '-Q', '-LLL', '-Y EXTERNAL', 
'-H ldapi:///', '-b cn=config'] failed with exit code 255: 
ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)
Date: Fri Nov 18 07:15:57 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: openldap
Title: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (32 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/891938/+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 891938] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-17 Thread Michel
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/891938

Title:
  package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/891938/+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 891938] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-17 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/891938/+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 891490]

2011-11-17 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Opening removable device crashes desktop

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

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


[Bug 889953]

2011-11-17 Thread Ubuntu Foundation's Bug Bot
The attachment Thomas Poussevin's patch of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-sponsors please also unsubscribe the team from this bug
report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

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

Title:
  bandwidth allocation problems with external USB audio device

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

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


[Bug 887349] Re: Can't login in Windows live acount using empathy

2011-11-17 Thread Simone
How can I install the latest patch on Ubuntu 11.10 64 bit? I don't know
which version I have and when I search for updates terminal give me a
404 error for the 
https://launchpadlibrarian.net/84701822/papyon.debdiff ; so I just turn
off updates from this ppa.

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

Title:
  Can't login in Windows live acount using empathy

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

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


[Bug 661833] Re: libgv-php5 should tell php that its there

2011-11-17 Thread Greg Michalec
** Bug watch added: Debian Bug tracker #649015
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649015

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

Title:
  libgv-php5 should tell php that its there

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

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


[Bug 884080] Re: Since 11.10, network manager does not automatically connect to wifi upon startup -- deletes user data

2011-11-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager (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/884080

Title:
  Since 11.10, network manager does not automatically connect to wifi
  upon startup -- deletes user data

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

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


[Bug 301203] Re: slabtop --once seems to exit without output

2011-11-17 Thread Ante Karamatić
** Changed in: procps (Ubuntu)
   Status: New = Confirmed

** Changed in: procps (Ubuntu)
 Assignee: (unassigned) = Ante Karamatić (ivoks)

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

Title:
  slabtop --once seems to exit without output

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

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

[Bug 787298] Re: The user agent is generic Linux and not Ubuntu 11.04 Natty

2011-11-17 Thread Chris Coulson
No version number will be restored

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

Title:
  The user agent is generic Linux and not Ubuntu 11.04 Natty

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

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


[Bug 872639] Re: Cannot open book: Could not create DesktopcouchSession object

2011-11-17 Thread Jorge Hortelano
Hi to all,
I have experimented the same issue. In my case, the problem start when I have 
deleted the folder [home]/.gnome2/keyring following the solution to solve 
another problem. Then I have started to experiment the problem show in this 
topic.

I have disabled the extension CouchDB addressbook integration without
success.

But, I have also disabled the Ubuntu One contacts sync. option, and now,
everything works well (except the shared contacts, of course).

I hope it helps!

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

Title:
  Cannot open book: Could not create DesktopcouchSession object

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

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


[Bug 774287] Re: Genesys Logic webcam not working / eee pc 1000h Ubuntu 11.04 / 11.10

2011-11-17 Thread Mapelli Fabrizio
The integrated webcam is not recognized,
but if I insert a Smartphone into a USB port,
the integrated webcam, miraculously, it works,
take off theSmartphone and the integrated webcam dies.

Excuse my bad English!!!

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

Title:
  Genesys Logic webcam not working / eee pc 1000h  Ubuntu 11.04 / 11.10

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

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


[Bug 301203] Re: slabtop --once seems to exit without output

2011-11-17 Thread Ante Karamatić
Attached is a debdiff that solves this problem. PPA that contains the
patch is:

https://launchpad.net/~ivoks/+archive/procps

Attached debdiff contains a patch that was backported from new procps
releases.

** Patch added: procps.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/301203/+attachment/2599476/+files/procps.debdiff

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

Title:
  slabtop --once seems to exit without output

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

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


[Bug 891521] Re: Switching windows switches keyboard layout, but does not refresh keyboard layout icon

2011-11-17 Thread Sasa Stamenkovic
** Attachment added: md.ogv
   https://bugs.launchpad.net/bugs/891521/+attachment/2599477/+files/md.ogv

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

Title:
  Switching windows switches keyboard layout, but does not refresh
  keyboard layout icon

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

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


[Bug 891204] Re: Essential configuration in /etc/libvirt/qemu.conf commented out

2011-11-17 Thread Mikael Ståldal
# ls -l /dev/kvm
crw-rw+ 1 root root 10, 232 2011-11-16 15:22 /dev/kvm

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

Title:
  Essential configuration in /etc/libvirt/qemu.conf commented out

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

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


[Bug 891521] [NEW] Switching windows switches keyboard layout, but does not refresh keyboard layout icon

2011-11-17 Thread Sasa Stamenkovic
Public bug reported:

When I change windows I get keyboard layout changed, but keyboard layout
icon is still displaying the old keyboard layout icon. This can be very
confusing when working with different keyboard layouts in different
windows.

You can see how to reproduce this bug in the video attached as well as
keyboard layout settings.

If you need any extra info, don't hesitate to ask.

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

Title:
  Switching windows switches keyboard layout, but does not refresh
  keyboard layout icon

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

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


[Bug 891522] [NEW] Forms printed with Printer Language PDF get mangled

2011-11-17 Thread HPO
Public bug reported:

Printing a libreoffice document containing form elements (checkboxes
etc.) get superimposed with additional text: e.g. 'Checkbox' besides a
checkbox etc.

Switching 'Printer Language Type' to PostScript solves that - that
setting is, however, not saved and has to be manually re-done everytime.

I suppose there is a difference in that 'postscript' does not really
contain a checkbox but its visual representation and 'pdf' does actually
contain a checkbox?

I use oneiric libreoffice, all updated: Libreoffice 3.4.3 (OOO340m1,
Build 302)

** Affects: libreoffice (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/891522

Title:
  Forms printed with Printer Language PDF get mangled

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

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


[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM

2011-11-17 Thread Fabrizio F
Combining all previous posts, i made this  file
/etc/pm/sleep.d/99fancontrol.sh that worked perfectly for me:

--
#!/bin/sh
#
# Blocca le ventole.
# ripreso da: 
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/77370

case $1 in
 hibernate|suspend)
  # Stopping is not required.
  ;;
 thaw|resume)
# In background.
   ( sleep 10 ;  echo -n 0  
/sys/devices/virtual/thermal/cooling_device1/cur_state ) 
   
  ;;
 *) exit $NA
  ;;
esac

--

I'm using a laptop HP6735S, with ubuntu maverick:

uname -a
Linux gaviota-maverick 2.6.35-30-generic #61-Ubuntu SMP Tue Oct 11 15:29:15 UTC 
2011 i686 GNU/Linux

PS: remember to chmod 755 the newly created file

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

Title:
  Laptop Fan always on after resume from suspend to RAM

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

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


[Bug 883169] Re: Brother MFC-8840D usb printer not detected

2011-11-17 Thread Till Kamppeter
Scott, thank you very much. Seems that the recent fixes on the kernel
and on CUPS solved all problems of USB printing via libusb.

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

Title:
  Brother MFC-8840D usb printer not detected

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

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


[Bug 841692] Re: Since the last 2 versions, cause FTBS on (at least) one package

2011-11-17 Thread Nicolas Delvaux
Unfortunately, the switch to valac-0.14 produce some other errors on
Ubuntu.

I think this is related to libpeas 1.2 (Debian still has libpeas 1.1),
but I did not find any workaround yet.

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

Title:
  Since the last 2 versions, cause FTBS on (at least) one package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gobject-introspection/+bug/841692/+subscriptions

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


[Bug 787781] Re: Touch screen does not work with single finger touch, Lenovo x220 tablet

2011-11-17 Thread Timo Aaltonen
** Also affects: linux (Ubuntu Precise)
   Importance: Undecided
   Status: Invalid

** Also affects: xf86-input-wacom (Ubuntu Precise)
   Importance: High
 Assignee: Bryce Harrington (bryce)
   Status: 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/787781

Title:
  Touch screen does not work with single finger touch, Lenovo x220
  tablet

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

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


Re: [Bug 878159] Re: Banshee runs out of memory

2011-11-17 Thread Chow Loong Jin
*** This bug is a duplicate of bug 875632 ***
https://bugs.launchpad.net/bugs/875632

Thanks for testing. This is a duplicate of Bug #875632 which has already been
fixed in oneiric-proposed.


  duplicate 875632

-- 
Kind regards,
Loong Jin


** This bug has been marked a duplicate of bug 875632
   When http_proxy is unreachable, banshee spins 200% cpu (and may lock entire 
system if unlucky, requiring unclean reboot)

** This bug has been marked a duplicate of bug 875632
   When http_proxy is unreachable, banshee spins 200% cpu (and may lock entire 
system if unlucky, requiring unclean reboot)

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

Title:
  Banshee runs out of memory

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

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


[Bug 891527] [NEW] cobblerd fails to start: NoSectionError

2011-11-17 Thread Adam Gandelman
Public bug reported:

On 12.04 with cobbler 2.2.2-0ubuntu1 on 12.04, package installs fine but
upstart cannot start cobblerd.  The following traceback occurs when
attempting to start manually:

ubuntu@domU-12-31-39-16-39-C3:~$ sudo cobblerd -F
Traceback (most recent call last):
  File /usr/bin/cobblerd, line 76, in main
api = cobbler_api.BootAPI(is_cobblerd=True)
  File /usr/lib/python2.7/dist-packages/cobbler/api.py, line 127, in __init__
module_loader.load_modules()
  File /usr/lib/python2.7/dist-packages/cobbler/module_loader.py, line 62, in 
load_modules
blip =  __import__(modules.%s % ( modname), globals(), locals(), 
[modname])
  File 
/usr/lib/python2.7/dist-packages/cobbler/modules/serializer_mongodb.py, line 
53, in module
host = cp.get(connection,host)
  File /usr/lib/python2.7/ConfigParser.py, line 599, in get
raise NoSectionError(section)
NoSectionError: No section: 'connection'


It appears the serializer_mongodb module is attempting to load module-specific 
config from /etc/cobbler/mongodb.conf.  This file is shipped in the upstream 
cobbler source tree but not installed by package with the rest of the config.  
Importing the file manually resolves the issue.

** Affects: cobbler (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/891527

Title:
  cobblerd fails to start: NoSectionError

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

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


[Bug 891526] Re: *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/891526

Title:
  *** glibc detected *** free(): invalid next size (fast)

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

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


[Bug 891526] Re: *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
** Attachment added: Crash Log from Dr. Konqi
   
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/891526/+attachment/2599481/+files/amarok-2017-105903.kcrash

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

Title:
  *** glibc detected *** free(): invalid next size (fast)

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

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


[Bug 891526] Re: *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
Just in case: there are no 3rd party plugins/extensions/etc installed.


** Description changed:

  Amarok crashed on playback.
  
  Crash log from Dr. Konqi will be attached.
+ 
+ Thread 1 (Thread 0x7f2be47de7a0 (LWP 26845)):
+ [KCrash Handler]
+ #6  0x003552a363a5 in __GI_raise (sig=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
+ #7  0x003552a39b0b in __GI_abort () at abort.c:92
+ #8  0x003552a6e113 in __libc_message (do_abort=2, fmt=0x3552b5f0d8 *** 
glibc detected *** %s: %s: 0x%s ***\n) at 
../sysdeps/unix/sysv/linux/libc_fatal.c:189
+ #9  0x003552a78a96 in malloc_printerr (action=3, str=0x3552b5f1e8 
free(): invalid next size (fast), ptr=optimized out) at malloc.c:6283
+ #10 0x003552a7cd7c in __GI___libc_free (mem=optimized out) at 
malloc.c:3738
+ #11 0x00355bc14279 in QDomNodePrivate::~QDomNodePrivate 
(this=0x7f2bd0002e70, __in_chrg=optimized out) at dom/qdom.cpp:1500
+ #12 0x00355bc19ac9 in QDomDocumentPrivate::~QDomDocumentPrivate 
(this=0x7f2bd0002e70, __in_chrg=optimized out) at dom/qdom.cpp:6208
+ #13 0x00355bc1957f in QDomNodeListPrivate::~QDomNodeListPrivate 
(this=0x7f2bd00f7690, __in_chrg=optimized out) at dom/qdom.cpp:1189
+ #14 0x00355bc19613 in QDomNodeList::~QDomNodeList (this=optimized out, 
__in_chrg=optimized out) at dom/qdom.cpp:1380
+ #15 0x7f2bc5cd02ee in void 
qMetaTypeDeleteHelperQDomNodeList(QDomNodeList*) () from 
/usr/lib/qt4/plugins/script/libqtscript_xml.so.1.0.0
+ #16 0x00355198c970 in clear (d=0x7f2bd0001e58) at kernel/qvariant.cpp:286
+ #17 0x0035607eba2b in ?? () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
+ #18 0x0035607eba69 in ?? () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
+ #19 0x0035607e89cb in ?? () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
+ #20 0x003560703275 in ?? () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
+ #21 0x0035607bdf43 in QScriptContext::argumentsObject() const () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
+ #22 0x0035607be194 in QScriptContext::argument(int) const () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
+ #23 0x7f2bcc41f03e in ?? () from 
/usr/lib/qt4/plugins/script/libqtscript_core.so.1.0.0
+ #24 0x0035607e7343 in ?? () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
+ #25 0x003560705b1c in ?? () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
+ #26 0x0035606d66aa in ?? () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: amarok 2:2.4.3-1ubuntu2 [modified: usr/bin/amarok 
usr/bin/amarokmp3tunesharmonydaemon usr/bin/amarokpkg 
usr/lib/libamarok-transcoding.so.1.0.0 usr/lib/libamarokcore.so.1.0.0 
usr/lib/libamaroklib.so.1.0.0 usr/lib/libamarokocsclient.so.4.7.0 
usr/lib/libamarokpud.so.1.0.0]
  ProcVersionSignature: Ubuntu 3.0.0-13.22-server 3.0.6
  Uname: Linux 3.0.0-13-server x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Thu Nov 17 10:55:30 2011
  ExecutablePath: /usr/bin/amarok
  ProcEnviron:
-  LANGUAGE=ru_RU:ru
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=ru_RU:ru
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
  SourcePackage: amarok
  UpgradeStatus: Upgraded to oneiric on 2011-08-21 (87 days ago)

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

Title:
  *** glibc detected *** free(): invalid next size (fast)

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

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

[Bug 681703] Re: Domains don't start automatically after reboot a parent host

2011-11-17 Thread korobass
I found solution to this issue:

This is the problem with DNS and this line from log file is a clue:

  getaddrinfo(127.0.0.1,5900): Name or service not known

DNS not working early enough during the boot .

So when some virtual machines are trying to start up, but DNS service
doesn't work at this moment and they fail.

You can find more info at this mailing list:
http://comments.gmane.org/gmane.comp.emulators.virt-tools/821

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

Title:
  Domains don't start automatically after reboot a parent host

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

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


[Bug 891526] [NEW] *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
Public bug reported:

Amarok crashed on playback.

Crash log from Dr. Konqi will be attached.

Thread 1 (Thread 0x7f2be47de7a0 (LWP 26845)):
[KCrash Handler]
#6  0x003552a363a5 in __GI_raise (sig=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7  0x003552a39b0b in __GI_abort () at abort.c:92
#8  0x003552a6e113 in __libc_message (do_abort=2, fmt=0x3552b5f0d8 *** 
glibc detected *** %s: %s: 0x%s ***\n) at 
../sysdeps/unix/sysv/linux/libc_fatal.c:189
#9  0x003552a78a96 in malloc_printerr (action=3, str=0x3552b5f1e8 free(): 
invalid next size (fast), ptr=optimized out) at malloc.c:6283
#10 0x003552a7cd7c in __GI___libc_free (mem=optimized out) at 
malloc.c:3738
#11 0x00355bc14279 in QDomNodePrivate::~QDomNodePrivate 
(this=0x7f2bd0002e70, __in_chrg=optimized out) at dom/qdom.cpp:1500
#12 0x00355bc19ac9 in QDomDocumentPrivate::~QDomDocumentPrivate 
(this=0x7f2bd0002e70, __in_chrg=optimized out) at dom/qdom.cpp:6208
#13 0x00355bc1957f in QDomNodeListPrivate::~QDomNodeListPrivate 
(this=0x7f2bd00f7690, __in_chrg=optimized out) at dom/qdom.cpp:1189
#14 0x00355bc19613 in QDomNodeList::~QDomNodeList (this=optimized out, 
__in_chrg=optimized out) at dom/qdom.cpp:1380
#15 0x7f2bc5cd02ee in void 
qMetaTypeDeleteHelperQDomNodeList(QDomNodeList*) () from 
/usr/lib/qt4/plugins/script/libqtscript_xml.so.1.0.0
#16 0x00355198c970 in clear (d=0x7f2bd0001e58) at kernel/qvariant.cpp:286
#17 0x0035607eba2b in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#18 0x0035607eba69 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#19 0x0035607e89cb in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#20 0x003560703275 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#21 0x0035607bdf43 in QScriptContext::argumentsObject() const () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
#22 0x0035607be194 in QScriptContext::argument(int) const () from 
/usr/lib/x86_64-linux-gnu/libQtScript.so.4
#23 0x7f2bcc41f03e in ?? () from 
/usr/lib/qt4/plugins/script/libqtscript_core.so.1.0.0
#24 0x0035607e7343 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#25 0x003560705b1c in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#26 0x0035606d66aa in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4


ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: amarok 2:2.4.3-1ubuntu2 [modified: usr/bin/amarok 
usr/bin/amarokmp3tunesharmonydaemon usr/bin/amarokpkg 
usr/lib/libamarok-transcoding.so.1.0.0 usr/lib/libamarokcore.so.1.0.0 
usr/lib/libamaroklib.so.1.0.0 usr/lib/libamarokocsclient.so.4.7.0 
usr/lib/libamarokpud.so.1.0.0]
ProcVersionSignature: Ubuntu 3.0.0-13.22-server 3.0.6
Uname: Linux 3.0.0-13-server x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Thu Nov 17 10:55:30 2011
ExecutablePath: /usr/bin/amarok
ProcEnviron:
 LANGUAGE=ru_RU:ru
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: amarok
UpgradeStatus: Upgraded to oneiric on 2011-08-21 (87 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  *** glibc detected *** free(): invalid next size (fast)

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

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


[Bug 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Dave Walker
** Changed in: cobbler (Ubuntu)
   Importance: Undecided = High

** Changed in: cobbler (Ubuntu)
Milestone: None = precise-alpha-1

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

Title:
  cobblerd fails to start: NoSectionError

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

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


[Bug 891257] Re: package doc-base 0.10.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-11-17 Thread Colin Watson
The libxml-libxml-perl problem is:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625771

Niko says of that: It's ugly, but I don't think it actually breaks
anything.

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

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

** Changed in: doc-base (Ubuntu Precise)
   Status: New = Triaged

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

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

Title:
  package doc-base 0.10.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/doc-base/+bug/891257/+subscriptions

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


[Bug 875657] Re: Muon: This operation cannot continue since proper authorization was not provided

2011-11-17 Thread Todor Buyukliev
*** This bug is a duplicate of bug 867737 ***
https://bugs.launchpad.net/bugs/867737

i'm not sure this is a duplicate of bug #867737. for me the error
message appears only in a nx session (nomachine server, opennx client).
muon works fine in a local session.

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

Title:
  Muon: This operation cannot continue since proper authorization was
  not provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/polkit-kde-1/+bug/875657/+subscriptions

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


[Bug 875659] Re: RT3090 wireless conflict with acer_wmi

2011-11-17 Thread Ike Panhc
** Changed in: linux (Ubuntu)
   Status: Incomplete = 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/875659

Title:
  RT3090 wireless conflict with acer_wmi

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

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


[Bug 825769] Re: Banshee notification icon sometimes appears with label notify-sharp under gnome-shell

2011-11-17 Thread Chow Loong Jin
Works for me based on dbus-monitor output. Banshee is sent instead of
notify-sharp in the org.freedesktop.Notifications.Notify call.

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

Title:
  Banshee notification icon sometimes appears with label notify-sharp
  under gnome-shell

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

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


[Bug 891526] Re: *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
Updated crash log (libqt4-script-dbg installed)

Thread 1 (Thread 0x7f2be47de7a0 (LWP 26845)):
[KCrash Handler]
#6  0x003552a363a5 in __GI_raise (sig=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7  0x003552a39b0b in __GI_abort () at abort.c:92
#8  0x003552a6e113 in __libc_message (do_abort=2, fmt=0x3552b5f0d8 *** 
glibc detected *** %s: %s: 0x%s ***\n) at 
../sysdeps/unix/sysv/linux/libc_fatal.c:189
#9  0x003552a78a96 in malloc_printerr (action=3, str=0x3552b5f1e8 free(): 
invalid next size (fast), ptr=optimized out) at malloc.c:6283
#10 0x003552a7cd7c in __GI___libc_free (mem=optimized out) at 
malloc.c:3738
#11 0x00355bc14279 in QDomNodePrivate::~QDomNodePrivate 
(this=0x7f2bd0002e70, __in_chrg=optimized out) at dom/qdom.cpp:1500
#12 0x00355bc19ac9 in QDomDocumentPrivate::~QDomDocumentPrivate 
(this=0x7f2bd0002e70, __in_chrg=optimized out) at dom/qdom.cpp:6208
#13 0x00355bc1957f in QDomNodeListPrivate::~QDomNodeListPrivate 
(this=0x7f2bd00f7690, __in_chrg=optimized out) at dom/qdom.cpp:1189
#14 0x00355bc19613 in QDomNodeList::~QDomNodeList (this=optimized out, 
__in_chrg=optimized out) at dom/qdom.cpp:1380
#15 0x7f2bc5cd02ee in void 
qMetaTypeDeleteHelperQDomNodeList(QDomNodeList*) () from 
/usr/lib/qt4/plugins/script/libqtscript_xml.so.1.0.0
#16 0x00355198c970 in clear (d=0x7f2bd0001e58) at kernel/qvariant.cpp:286
#17 0x0035607eba2b in QScript::QVariantDelegate::~QVariantDelegate 
(this=0x7f2bd0001e50, __in_chrg=optimized out) at bridge/qscriptvariant.cpp:52
#18 0x0035607eba69 in QScript::QVariantDelegate::~QVariantDelegate 
(this=0x7f2bd0001e50, __in_chrg=optimized out) at bridge/qscriptvariant.cpp:54
#19 0x0035607e89cb in ~Data (this=0x7f2bd0002de0, __in_chrg=optimized 
out) at bridge/qscriptobject.cpp:42
#20 QScriptObject::~QScriptObject (this=0x7f2bcc32d680, __in_chrg=optimized 
out) at bridge/qscriptobject.cpp:52
#21 0x003560703275 in QTJSC::Heap::allocate (this=0x7f2bccecaa18, 
s=optimized out) at 
../3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp:391
#22 0x0035607bdf43 in operator new (globalData=optimized out, size=56) at 
../3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:162
#23 QScriptContext::argumentsObject (this=0x7f2bccac11c8) at 
api/qscriptcontext.cpp:327
#24 0x0035607be194 in QScriptContext::argument (this=0x7f2bccac11c8, 
index=0) at api/qscriptcontext.cpp:260
#25 0x7f2bcc41f03e in ?? () from 
/usr/lib/qt4/plugins/script/libqtscript_core.so.1.0.0
#26 0x0035607e7343 in QScript::FunctionWrapper::proxyConstruct 
(exec=optimized out, callee=0x7f2bcca49100, args=optimized out) at 
bridge/qscriptfunction.cpp:102
#27 0x003560705b1c in QTJSC::NativeConstrWrapper::operator() 
(this=0x7fff6c58b170, exec=0x7f2bccac1060, jsobj=0x7f2bcca49100, argList=...) 
at ../3rdparty/javascriptcore/JavaScriptCore/runtime/ConstructData.cpp:46
#28 0x0035606d66aa in QTJSC::cti_op_construct_NotJSConstruct 
(args=0x7fff6c58b1d0) at 
../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:1932
#29 0x7f2bde2337ce in ?? ()
#30 0x1ec01fc0 in ?? ()
#31 0x7f2bcca49100 in ?? ()
#32 0x7f2b0012 in ?? ()
#33 0x7f2b0002 in ?? ()
#34 0x7f2bcca47340 in ?? ()
#35 0x7f2b0008 in ?? ()
#36 0x in ?? ()


** Attachment added: amarok-2017-110708.kcrash
   
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/891526/+attachment/2599487/+files/amarok-2017-110708.kcrash

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

Title:
  *** glibc detected *** free(): invalid next size (fast)

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

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


[Bug 301203] Re: slabtop --once seems to exit without output

2011-11-17 Thread Ante Karamatić
** Tags added: patch patch-accepted-debian

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

Title:
  slabtop --once seems to exit without output

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

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


[Bug 854845] Re: Banshee.exe crashes a lot

2011-11-17 Thread Chow Loong Jin
Can't really test this bug as the buggy gconf has already been fixed in
oneiric-updates (see Bug #848198) and Banshee only had this error with
the buggy GConf, so let's just mark it as verification-done.

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

Title:
  Banshee.exe crashes a lot

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

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


[Bug 651104] Re: intel graphics turbo disabled

2011-11-17 Thread Srinivas Upadhya
Im using mac ubuntu 11.04 (which i also updated to 11.10) on my mac book pro.
The error occurs because of which im not able to use ubuntu in live mode.
After installing it tries to load mac theme fails and falls back to normal 
theme. Things work fine for sometime but then hangs. This happened quiet a few 
times before  after update too.
Will i never be able to use ubuntu on mac?

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

Title:
  intel graphics turbo disabled

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