[Bug 1055935] Re: dhcpd.conf is not updated after package install

2012-09-25 Thread Julian Edwards
** Also affects: maas
   Importance: Undecided
   Status: New

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

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = Critical

** Changed in: maas
 Assignee: (unassigned) = Jeroen T. Vermeulen (jtv)

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

Title:
  dhcpd.conf is not updated after package install

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1055935/+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 656456] Re: Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2012-09-25 Thread Jeet
I tried same thing and able to reproduce .. sorry i can not give logs
here

** Changed in: samba (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  Samba is filling the disk with two logfiles (syslog and daemon.log)
  with messages on No data on inotify ds?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/656456/+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 1056070] [NEW] segfault in samba with Active Directory users

2012-09-25 Thread TV
Public bug reported:

I'm using Samba (3.6.3-2ubuntu2.3) in Ubuntu 12.04.1 LTS (fresh install).
The server has joinded succesfully the Active Directory Domain.

Samba.conf global,

[global]
   workgroup = XXX
   server string = %h server
   dns proxy = no
   log level = 1
   log file = /var/log/samba/log.%m
   max log size = 1000
   syslog = 0
   panic action = /usr/share/samba/panic-action %d

   security = ADS
   realm = XXX.LOCAL
   password server = svr-dom.xxx.local
   winbind separator = +
   winbind cache time = 300
   winbind use default domain = yes
   winbind refresh tickets = yes
   client use spnego = yes
   winbind use default domain = yes
   domain master = no
   local master = no
   preferred master = no
   winbind enum groups = yes
   winbind enum users = yes
   winbind use default domain = no
   idmap uid = 1-2
   idmap gid = 1-2
   template shell = /bin/false
   encrypt passwords = true
   passdb backend = tdbsam
   obey pam restrictions = yes
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* 
%n\n *password\supdated\ssuccessfully* .
   pam password change = yes
   client lanman auth = yes

A sample share:

[backup]
   comment = backup
   read only = no
   path = /home/backup
   guest ok = no
   browseable = yes
   create mask = 0600
   directory mask = 0700
   valid users = XXX+administrateur,besr

Samba shares with Active Directory users works fine, but i can see in
the log files  segfault :

http://paste.ubuntu.com/1226116/

I don't have these errors with  linux local user. For example with
user besr it's ok.

Let me know if i can more detailed test for this issue. I have the
feeling taht this segfault cause perfomance issue, but i'm not sure yet.
Still investigating.

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

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

Title:
  segfault in samba with Active Directory users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1056070/+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 1056072] [NEW] php5-dev missing mysqlnd header files

2012-09-25 Thread Steven Dickinson
Public bug reported:

The php5-dev package does not include the mysqlnd header files, and
therefore pecl installation of mysqlnd plugins fails.

The php5-mysqlnd package does not include the header files.

Reproduction:

$ sudo apt-get install php5-mysqlnd php5-dev
(installing dependencies, assuming that worked)
$ sudo pecl install mysqlnd_qc
(answer no to storage engine questions)

Shortly the compile fails, file php5/ext/mysqlnd/php_mysqlnd.h missing
- in fact, the expected /usr/include/php5/ext/mysqlnd folder is missing.

This can be manually fixed by using apt-get source and dpkg-buildpackage
to build the php5 packages locally, and then copying the include folder
from the build outputs.


$ lsb_release -rd
Description:Ubuntu 12.04.1 LTS
Release:12.04

$ apt-cache policy php5-dev
php5-dev:
  Installed: 5.3.10-1ubuntu3.4
  Candidate: 5.3.10-1ubuntu3.4
  Version table:
 *** 5.3.10-1ubuntu3.4 0
500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
100 /var/lib/dpkg/status
 5.3.10-1ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

$ apt-cache policy php5-mysqlnd
php5-mysqlnd:
  Installed: 5.3.10-1ubuntu3.4
  Candidate: 5.3.10-1ubuntu3.4
  Version table:
 *** 5.3.10-1ubuntu3.4 0
500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 5.3.10-1ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages

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

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

Title:
  php5-dev missing mysqlnd header files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1056072/+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 1034962] Update Released

2012-09-25 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  bacula dependency on bacula-server fails with held broken packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1034962/+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 1034962] Re: bacula dependency on bacula-server fails with held broken packages

2012-09-25 Thread Launchpad Bug Tracker
This bug was fixed in the package bacula - 5.2.5-0ubuntu6.2

---
bacula (5.2.5-0ubuntu6.2) precise-proposed; urgency=low

  * Make the bacula package installable (LP: #1034962):
- d/control: bacula-sd - Recommend bacula-sd-mysql | bacula-sd-tools to
  ensure that a conflict is not generated during dependency resolution
  between the mysql and sqlite3 versions of bacula-sd.
 -- James Page james.p...@ubuntu.com   Thu, 30 Aug 2012 16:22:27 +0100

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

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

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

Title:
  bacula dependency on bacula-server fails with held broken packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1034962/+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 1034962] Re: bacula dependency on bacula-server fails with held broken packages

2012-09-25 Thread Launchpad Bug Tracker
This bug was fixed in the package bacula - 5.0.3-1ubuntu5.1

---
bacula (5.0.3-1ubuntu5.1) oneiric-proposed; urgency=low

  * Make the bacula package installable (LP: #1034962):
- d/control: bacula-sd - Recommend bacula-sd-mysql | bacula-sd-tools to
  ensure that a conflict is not generated during package dependency
  resolution between the mysql and sqlite3 versions of bacula-sd.
 -- James Page james.p...@ubuntu.com   Thu, 30 Aug 2012 16:24:41 +0100

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

Title:
  bacula dependency on bacula-server fails with held broken packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1034962/+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 967984] Update Released

2012-09-25 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  iSCSI target administration utility (ietadm) not detecting inactive
  sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/967984/+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 967984] Re: iSCSI target administration utility (ietadm) not detecting inactive sessions

2012-09-25 Thread Launchpad Bug Tracker
This bug was fixed in the package iscsitarget - 1.4.20.2-5ubuntu3.1

---
iscsitarget (1.4.20.2-5ubuntu3.1) precise-proposed; urgency=low

  * Ensure ietadm can detect inactive sessions allowing redundant LUN's
and iSCSI targets to be deleted (LP: #967984):
- d/p/iscsitarget-svn478.patch: Cherry picked patch from upstream
  VCS trunk to ensure events get propagated correctly to ietd.
 -- James Page james.p...@ubuntu.com   Tue, 04 Sep 2012 13:13:56 +0100

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

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

Title:
  iSCSI target administration utility (ietadm) not detecting inactive
  sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/967984/+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 1056103] [NEW] no docs package / html docs

2012-09-25 Thread Sean Channel
Public bug reported:

Please add a package for the very nice Sphinx based html docs

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

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

Title:
  no docs package / html docs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1056103/+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 1049582] Re: radosgw crash on armhf architecture

2012-09-25 Thread James Page
Thanks Yehuda

I'll patch this in a give it a try.

** Changed in: ceph (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

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

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

Title:
  radosgw crash on armhf architecture

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1049582/+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 997978] Re: KVM images lose connectivity with bridged network

2012-09-25 Thread Soren Hansen
Matt, are the symptoms identical? You might be experiencing a different
bug entirely.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+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 1055505] Re: nova-vncproxy conflicts with novnc

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

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

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

Title:
  nova-vncproxy conflicts with novnc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1055505/+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 1056103] Re: no docs package / html docs

2012-09-25 Thread James Page
** Changed in: ceph (Ubuntu)
   Importance: Undecided = Low

** Changed in: ceph (Ubuntu)
   Importance: Low = Wishlist

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

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

Title:
  no docs package / html docs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1056103/+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 1056248] [NEW] assertion failed: AclProxyAuth.cc:229: authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

2012-09-25 Thread Brian J. Murrell
Public bug reported:

Squid 3.1.19 is failing with:

assertion failed: AclProxyAuth.cc:229:
authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

This is reported and fixed upstream however the fix only went into 3.2
because it's too invasive for 3.1.

Thus, squid3 on Qunatal AND Precise need updating to 3.2, unless you
feel like trying to backport this fix yourselves.

** Affects: squid
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: Squid Bugzilla #2305
   http://bugs.squid-cache.org/show_bug.cgi?id=2305

** Also affects: squid via
   http://bugs.squid-cache.org/show_bug.cgi?id=2305
   Importance: Unknown
   Status: Unknown

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

Title:
  assertion failed: AclProxyAuth.cc:229:
  authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/1056248/+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 1047432] Re: [MIR] python-tornado

2012-09-25 Thread Dave Walker
Override component to main
python-tornado 2.3-2ubuntu1 in quantal: universe/python - main
1 publication overridden.


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

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

Title:
  [MIR] python-tornado

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tornado/+bug/1047432/+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 1039542] Re: Please re-enable PIE and BIND_NOW

2012-09-25 Thread Jamie Strandboge
Fyi, on 11.10 we have:
$ hardening-check /usr/sbin/asterisk 
/usr/sbin/asterisk:
 Position Independent Executable: yes
 Stack protected: yes
 Fortify Source functions: yes
 Read-only relocations: yes
 Immediate binding: yes

** Description changed:

  On 12.10 asterisk is not compiled with PIE or BIND_NOW. I didn't investigate, 
but this looks like in 12.04 this was dropped in favor of Debian's packaging:
    * Changes dropped from Ubuntu delta as no longer applicable:
  ...
  - debian/control: Build-depend on hardening-wrapper, now handled
    by dpkg-buildflags
  - debian/rules: Make use of hardening-wrapper
  
- Please reenable PIE and BIND_NOW. This needs to be done for 12.04.
+ Please reenable PIE and BIND_NOW. This needs to be done for 12.04 too.

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

Title:
  Please re-enable PIE and BIND_NOW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1039542/+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 1029977] Re: dnsmasq-base should ship the dnsmasq dbus configuration file

2012-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathieu-tl/ubuntu/precise/dnsmasq/dbus-config

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

Title:
  dnsmasq-base should ship the dnsmasq dbus configuration file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1029977/+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 997978] Re: KVM images lose connectivity with bridged network

2012-09-25 Thread Matt Hilt
Soren,

We have a 12.04 based OpenStack cluster with 4 host nodes running about 30 VMs 
currently.
We performed the steps to add the kvm-network-hang repo and updated to the 
latest version on the host machines, then rebooted the instances. My 
understanding is that this should catch the update, since a new KVM command is 
run on reboot.

I caught the first failure ~12 hours after the upgrade. It had the usual
symptoms: networking loss, but the VM is still up and an active VNC
session was possible. I thought I just might have missed a reboot on one
of the VMs, so I didn't report anything. The second failure happened
yesterday, but someone else caught it and rebooted the VM. As best we
can tell after the fact, it looks like the usual failure (no full
harddrive, or kernel panic, or anything that got logged).

As  I mentioned before, we used to see at least one failure per day,
usually much more. This patch has at least reduced the occurence to a
minimal amount. These non-deterministic bugs are hard to track down.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+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 1032405] Re: RBDDriver does not support volume creation from snapshots

2012-09-25 Thread Chuck Short
** Changed in: nova (Ubuntu)
   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/1032405

Title:
  RBDDriver does not support volume creation from snapshots

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-q-lxc] Lxc work for Q

2012-09-25 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [stgraber] Review list of extra packages in lxc-ubuntu and have it contain 
the right list for each release: DONE
  [cooloney] check that all new cgroups are enabled in quantal kernel: DONE
  [serge-hallyn] pre-mount cgroups during container startup (using optional 
mount hook): DONE
  [serge-hallyn] send attach patch sets to kernel-team ASAP: DONE
  [serge-hallyn] convert lxc-apparmor patchset to generic lsm set: DONE
  [serge-hallyn] add smack support to lsm set: POSTPONED
  [serge-hallyn] add selinux support to lsm set: POSTPONED
  [kees] package libscecomp to aid bpf creation 
http://sourceforge.net/projects/libseccomp/: DONE
  [serge-hallyn] exploit libseccomp in lxc-start: DONE
  [serge-hallyn] come up with default seccomp containers profile (all syscalls 
- for x86-64, 0-300 and 1024-1079): DONE
  [apw] expect SECCOMP to drop in v3.5 replacing our patches (confirmed): DONE
  [ebiederm] fix lxc-attach upstream to use the new setns syntax: DONE
  [serge-hallyn] write a patch for lxc to use user namespaces: BLOCKED
  [ebiederm] patch adduser: POSTPONED
- [ebiederm] get rest of v40 of userns patchset upstream: INPROGRESS
  [ebiederm] push userns patches to allow containers to mount, pivot_root, and 
rename nics: DONE
- [ebiederm] push remaining userns patches needed for simple containers: 
INPROGRESS
  [ebiederm] get setns(mnt) upstream: DONE
  [ebiederm] get setns(pid) upstream: POSTPONED
  [serge-hallyn] extend lxc-attach to support attaching only to specific 
namespaces (done by community): DONE
  [stgraber] add the lxc-nesting apparmor profile to the package in quantal: 
DONE
  [serge-hallyn] send usernamespace patchset ASAP to kernel team (link to git 
repo for review): DONE
  [stgraber] write the hookpoints and send to the lxc-devel list for review: 
DONE
  [serge-hallyn] Post POC patchset implementing hookpoints to lxc-devel: DONE
  [serge-hallyn] implement configuration file #includes (stretch goal): DONE
  [serge-hallyn] example for encrypted root in the package README and blog: DONE
  [serge-hallyn] investigate post commit hook to email out changes: DONE
  [serge-hallyn] document mounts sharing through /shared using hooks: POSTPONED
  [serge-hallyn] apport hook for lxc bugs: DONE
  [stgraber] where do crashes in the container go (they're caught by the kernel 
core_pattern and sent to the host which fails to parse them as apport isn't lxc 
aware): DONE
  [james-page] hook testing up to jenkins: TODO
  [serge-hallyn] convert the test suite to utah: DONE
  [serge-hallyn] fedora 16 and 17 and open-suse templates need to be made to 
work (stretch goal): POSTPONED
  [stgraber] make an liblxc API definition and publicise (+ serge-hallyn): DONE
  [stgraber] Create python module using the API: DONE
  [serge-hallyn] server guide 12.10 update for API: DONE
  [serge-hallyn] server guide 12.10 update for hooks: DONE
  [serge-hallyn] server guide 12.10 update using user namespaces: POSTPONED
  [serge-hallyn] server guide 12.10 update apparmor changes: DONE
  [serge-hallyn] server guide 12.10 update for using seccomp: DONE

-- 
Lxc work for Q
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-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-q-lxc] Lxc work for Q

2012-09-25 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  User Stories:
  
  [nested lxc - cgroup premount and apparmor policy]
  
  Sallie would like to run juju with lxc on her laptop, but is afraid it
  may meddle with her laptop's networking setup.  So she runs juju inside
  an lxc container.
  
  [lxc-attach]
  
  Joe finds one of his containers is not responding to the ssh port, and
  its consoles are not working.  He suspects a problem with its devpts.  He
  uses lxc-attach to run a diagnostics tool inside the container.
  
  [user namespace - unprivileged startup]
  
  Annie wants to test a root fs tarball sitting on her usb stick.  She'd
  like to start at least a chroot or a whole container in it.  But she
  doesn't have privileges on this machine.  She creates a container with
  private user namespace and boots the rootfs there.
  
  [seccomp]
  
  Zoe wants to run a flash movie inside a container, but is afraid there
  may be a kernel system call exploit.  She uses seccomp to filter out
  the most dangerous system calls.
  
  [hooks, /var/lib/c1/root, and #includes, openvz migration]
  
  Munro supports a large number of containers.  Most of the container
  configuration is shared from a common #included file.  When he needs
  to make a change to all containers, he can change the common included
  configuration file, have a loop mount new filesystems under each
  container's root, and add lines to the pre-start hook which the common
  configuration file defines.
  
  [encrypted root]
  
  Rupert wants to run an application on an instance in the cloud,
  but would like for the next cloud user to re-use his instance's
  disk to not be able to read the application data.  He therefore
  uses an encrypted root for the container.
  
  [python api]
  
  Yngwie would like to write a script to perform a particular update
  in each container.  He can use the python api to find all containers,
  then attach to running or execute in non-running containers to
  perform the update.
  
  Assumptions:
  
  seccomp gets upstream
  user namespaces get upstream
  setns patches get upstream
  
  Release Notes:
  
  unprivileged startup
  secure nested containers
  openvz migration
  
  WI notes:
  
  1. seccomp work in lxc is blocked until seccomp is packaged.
  2. pivot_root is not possible into a MS_SHARED directory, making our original 
goal of accessing the container mounts tree through /var/lib/lxc/container/root 
not possible.
  3. user namespace patch for lxc is up at 
lp:~serge-hallyn/ubuntu/quantal/lxc/lxc-user-ns.  However, it cannot work 
without some more kernel work, and we cannot be sure it is finalized until that 
work is done.  So marking it blocked. for now, though it should be mostly 
completed.
  4. apport: Catching the crashes in the container and having the in-container 
apport triggered would require /proc/sys/kernel/core_pattern to be namespaced, 
it's currently blocked by apparmor and unlikely to be namespaced. Apport on the 
host is instead triggered, except that it fails as it's unable to locate the 
PID it's receiving (likely because it's receiving the pid from the container's 
pidns).
+ 5. removed userns items as that is tracked in its own blueprint.

-- 
Lxc work for Q
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-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


Re: [Bug 997978] Re: KVM images lose connectivity with bridged network

2012-09-25 Thread Gary Cuozzo
I don't believe just rebooting a guest will cause a new KVM instance to
load.  As a test, I just rebooted a guest VM on a system here and the
pid of the kvm process did not change.  I think it may be possible that
you are still running on the old software.

Also, to update my data point...  On my server which was experiencing
issues, I rebooted the host just to make sure everything was fresh.
It's been about a month and I have not experienced the failure again.  I
was typically going a few weeks between issues.

gary


- Original Message -
From: Matt Hilt mjh...@gmail.com
To: g...@isgsoftware.net
Sent: Tuesday, September 25, 2012 12:07:44 PM
Subject: [Bug 997978] Re: KVM images lose connectivity with bridged network

Soren,

We have a 12.04 based OpenStack cluster with 4 host nodes running about 30 VMs 
currently.
We performed the steps to add the kvm-network-hang repo and updated to the 
latest version on the host machines, then rebooted the instances. My 
understanding is that this should catch the update, since a new KVM command is 
run on reboot.

I caught the first failure ~12 hours after the upgrade. It had the usual
symptoms: networking loss, but the VM is still up and an active VNC
session was possible. I thought I just might have missed a reboot on one
of the VMs, so I didn't report anything. The second failure happened
yesterday, but someone else caught it and rebooted the VM. As best we
can tell after the fact, it looks like the usual failure (no full
harddrive, or kernel panic, or anything that got logged).

As  I mentioned before, we used to see at least one failure per day,
usually much more. This patch has at least reduced the occurence to a
minimal amount. These non-deterministic bugs are hard to track down.

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/997978

Title:
  KVM images lose connectivity with bridged network

Status in OpenStack Compute (Nova):
  Invalid
Status in “qemu-kvm” package in Ubuntu:
  Fix Released
Status in “qemu-kvm” source package in Precise:
  In Progress

Bug description:
  =
  SRU Justification:
  1. Impact: networking breaks after awhile in kvm guests using virtio 
networking
  2. Development fix: The bug was fixed upstream and the fix picked up in a new
 merge.
  3. Stable fix: 3 virtio patches are cherrypicked from upstream:
 a821ce5 virtio: order index/descriptor reads
 92045d8 virtio: add missing mb() on enable notification
 a281ebc virtio: add missing mb() on notification
  4. Test case: Create a bridge enslaving the real NIC, and use that as the 
bridge
 for a kvm instance with virtio networking.  See comment #44 for specific 
test
 case.
  5. Regression potential: Should be low as several people have tested the fixed
 package under heavy load.
  =

  System:
  ---
  Dell R410 Dual processor 2.4Ghz w/16G RAM
  Distributor ID: Ubuntu
  Description:Ubuntu 12.04 LTS
  Release:12.04
  Codename:   precise

  Setup:
  -
  We're running 3 KVM guests, all Ubuntu 12.04 LTS using bridged networking.

  From the host:
  # cat /etc/network/interfaces
  auto br0
  iface br0 inet static
  address 212.XX.239.98
  netmask 255.255.255.240
  gateway 212.XX.239.97
  bridge_ports eth0
  bridge_fd 9
  bridge_hello 2
  bridge_maxage 12
  bridge_stp off

  # ifconfig eth0
  eth0  Link encap:Ethernet  HWaddr d4:ae:52:84:2d:5a
    UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    RX packets:11278363 errors:0 dropped:3128 overruns:0 frame:0
    TX packets:14437384 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:4115980743 (4.1 GB)  TX bytes:5451961979 (5.4 GB)
    Interrupt:36 Memory:da00-da012800

  # ifconfig br0
  br0   Link encap:Ethernet  HWaddr d4:ae:52:84:2d:5a
    inet addr:212.XX.239.98  Bcast:212.XX.239.111  Mask:255.255.255.240
    inet6 addr: fe80::d6ae:52ff:fe84:2d5a/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    RX packets:1720861 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1708622 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:210152198 (210.1 MB)  TX bytes:300858508 (300.8 MB)

  # brctl show
  bridge name bridge id   STP enabled interfaces
  br0 8000.d4ae52842d5a   no  eth0

  I have no default network configured to autostart in libvirt as we're using 
bridged networking:
  # virsh net-list --all
  Name State  Autostart
  -
  default  inactive   no

  # arp
  Address  HWtype  HWaddress   Flags Mask
Iface
  

[Blueprint servercloud-q-juju-charm-best-practices] Juju Charm Best practices

2012-09-25 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Work items changed:
  Work items:
  [jorge] Pick better example charms, flagbearer charms.: DONE
  [jorge] Choose a single place for presenting flagbearer charms (charm 
browser?): TODO
  [jorge] Move rules and charm best practices into juju/docs.: DONE
  [jorge] Add Maintainer field information to documentation. (thanks clint!): 
DONE
  [jorge] Reach out to maintainers to get their maintainer field filled out.: 
DONE
  [jorge] Add docs work items to patch pilot!: DONE
  [jorge] pull file bug or join the doc team from other projects: TODO
  [jorge] Clarify documentention on what to expect when your using LXC and EC2. 
Cost, wait time, what you see, logs, downloading. You should expect this to 
download 300 megs, etc. Here's a table of look here troubleshooting your LXC 
thing: DONE
  [imbrandon] Reach out to maintainers to get their maintainer filled out.: DONE
  [imbrandon] Put Doc instructions in the docs: http://askubuntu.com/q/52063 : 
TODO
  [mark-mims] (and individual maintainers!) clean up existing charms wrt best 
practices: TODO
- [clint-fewbar] Comment and add links to docs in 'charm create' templates: TODO
+ [clint-fewbar] Comment and add links to docs in 'charm create' templates: 
POSTPONED
  [clint-fewbar] juju in Debian! NOW!: DONE
  [clint-fewbar] determine most likely maintainers based on bzr logs: DONE
  [clint-fewbar] fix doc repos wrt (trunk, go, docs): DONE
  [marcoceppi] tag:juju review on AU and SE network: DONE
  [hazmat] incorporate output of charm proof into charm browser: DONE
  [hazmat] clear out trunk docs for juju: DONE
  [imbrandon] Clarify documentention on what to expect when your using LXC and 
EC2. Cost, wait time, what you see, logs, downloading. You should expect this 
to download 300 megs, etc. Here's a table of look here troubleshooting your 
LXC thing.: TODO
  [hazmat] make juju report on initial lxc image downloads ?: TODO
  [hazmat] make juju lxc use lxc networking instead of libvirt networking ?: 
TODO

-- 
Juju Charm Best practices
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-juju-charm-best-practices

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-q-juju-charmstore-maintenance] Juju Charm Store Maintenance

2012-09-25 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Work items changed:
  Work items:
  [clint-fewbar] update charm tools to support maintainer : DONE
- [clint-fewbar] assign maintainers to existing charms, everyone who committed 
to the charm pinged to see who will maintain it. : INPROGRESS
+ [clint-fewbar] assign maintainers to existing charms, everyone who committed 
to the charm pinged to see who will maintain it. : DONE
  [clint-fewbar] Document orphan process. : DONE
  [negronjl] Promulgate should run charm proof: DONE
  [jorge] Update documentation to reflect reality (someone else did this): DONE
  [jorge] Announce maintainer field requirement on the mailing list (thanks 
Clint!): DONE

-- 
Juju Charm Store Maintenance
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-juju-charmstore-maintenance

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-q-lxc] Lxc work for Q

2012-09-25 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [stgraber] Review list of extra packages in lxc-ubuntu and have it contain 
the right list for each release: DONE
  [cooloney] check that all new cgroups are enabled in quantal kernel: DONE
  [serge-hallyn] pre-mount cgroups during container startup (using optional 
mount hook): DONE
  [serge-hallyn] send attach patch sets to kernel-team ASAP: DONE
  [serge-hallyn] convert lxc-apparmor patchset to generic lsm set: DONE
  [serge-hallyn] add smack support to lsm set: POSTPONED
  [serge-hallyn] add selinux support to lsm set: POSTPONED
  [kees] package libscecomp to aid bpf creation 
http://sourceforge.net/projects/libseccomp/: DONE
  [serge-hallyn] exploit libseccomp in lxc-start: DONE
  [serge-hallyn] come up with default seccomp containers profile (all syscalls 
- for x86-64, 0-300 and 1024-1079): DONE
  [apw] expect SECCOMP to drop in v3.5 replacing our patches (confirmed): DONE
  [ebiederm] fix lxc-attach upstream to use the new setns syntax: DONE
  [serge-hallyn] write a patch for lxc to use user namespaces: BLOCKED
  [ebiederm] patch adduser: POSTPONED
  [ebiederm] push userns patches to allow containers to mount, pivot_root, and 
rename nics: DONE
  [ebiederm] get setns(mnt) upstream: DONE
  [ebiederm] get setns(pid) upstream: POSTPONED
  [serge-hallyn] extend lxc-attach to support attaching only to specific 
namespaces (done by community): DONE
  [stgraber] add the lxc-nesting apparmor profile to the package in quantal: 
DONE
  [serge-hallyn] send usernamespace patchset ASAP to kernel team (link to git 
repo for review): DONE
  [stgraber] write the hookpoints and send to the lxc-devel list for review: 
DONE
  [serge-hallyn] Post POC patchset implementing hookpoints to lxc-devel: DONE
  [serge-hallyn] implement configuration file #includes (stretch goal): DONE
  [serge-hallyn] example for encrypted root in the package README and blog: DONE
  [serge-hallyn] investigate post commit hook to email out changes: DONE
  [serge-hallyn] document mounts sharing through /shared using hooks: POSTPONED
  [serge-hallyn] apport hook for lxc bugs: DONE
  [stgraber] where do crashes in the container go (they're caught by the kernel 
core_pattern and sent to the host which fails to parse them as apport isn't lxc 
aware): DONE
- [james-page] hook testing up to jenkins: TODO
+ [james-page] hook testing up to jenkins: POSTPONED
  [serge-hallyn] convert the test suite to utah: DONE
  [serge-hallyn] fedora 16 and 17 and open-suse templates need to be made to 
work (stretch goal): POSTPONED
  [stgraber] make an liblxc API definition and publicise (+ serge-hallyn): DONE
  [stgraber] Create python module using the API: DONE
  [serge-hallyn] server guide 12.10 update for API: DONE
  [serge-hallyn] server guide 12.10 update for hooks: DONE
  [serge-hallyn] server guide 12.10 update using user namespaces: POSTPONED
  [serge-hallyn] server guide 12.10 update apparmor changes: DONE
  [serge-hallyn] server guide 12.10 update for using seccomp: DONE

-- 
Lxc work for Q
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-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-q-openstack-qa] Openstack QA

2012-09-25 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
  [zulcss] Prepare ubuntu packaging branches for foslom/quantal: DONE
  [zulcss] Preparse ubuntu packaging branches for folsom/precise: DONE
  [zulcss] Prepare PPA for folsom/quantal: DONE
  [zulcss] Prepare PPA for folsom/precise: DONE
  Document tested and referenced deployment configs: TODO
  Deploy release cloud images as part of overall testing: TODO
  Split database migrations out of deployment charms and into own tests: TODO
  [gandelman-a] Clean up Juju deployment tool, move to its own projecT: 
INPROGRESS
- Integration of reporting to gerrit upstream: TODO
+ Integration of reporting to gerrit upstream: POSTPONED
  Enable burn/load/performance testing on a regular basis in the lab (or on new 
hardware): TODO
  Sort out way forward with current Openstack dev on current Ubuntu stable: DONE
  [zulcss] communicate what we are testing and current results on a regular 
basis: TODO
  Setup testing of swift in the lab: TODO
  Investigate testing of awsome on the lab: POSTPONED
  [gandelman-a] Setup testing of juju against deployed openstack in the lab: 
DONE
  Write up tests to preform database migratioN: TODO
  Write up tests to perform package upgrade tests: TODO
  Write up tests to perform burn in tests: TODO
  Write up tests to perform benchmarks for cloud images on openstack: TODO
  Write up tests to perform tests API: DONE
  Write up tests to perform tests on awsome: POSTPONED
  Write up tests to use different database backend: TODO

-- 
Openstack QA
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-openstack-qa

-- 
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 997978] Re: KVM images lose connectivity with bridged network

2012-09-25 Thread Matt Hilt
Running sudo reboot from the VM doesn't change the PID, but using the reboot 
command on the openstack dashboard does. 
It seems like some of our VMs used the former, and some the later, with 
correlation between the soft reboot and the instance dying. So we'll hard 
reboot the vms, and profusely apologize for causing alarm.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+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 1056363] [NEW] package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2012-09-25 Thread Blackhawke
Public bug reported:

Even though all updates to bind9 have come direct from canonical, I am
now getting broken dependency errors when it attempts to upgrade. Nor
can Synaptic even uninstall or completely remove bind9 -- which I
attempted to do in order to clean up whatever mess apt has created in
its repeated attempts to upgrade the package.

So I'm at a loss here: I can't uninstall it. I can't upgrade it, and I
can't do any of the upgrades to my system (currently there are 120
pending) because all of the package management tools throw errors
concerning bind9 when I try to run them.

Along with a bug fix, suggestions on how to break the stalemate would be
appreciated.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: bind9 1:9.8.1.dfsg.P1-4ubuntu0.2
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
Uname: Linux 3.2.0-30-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu13
AptOrdering: bind9: Purge
Architecture: amd64
Date: Tue Sep 25 10:31:54 2012
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
RelatedPackageVersions:
 bind9utils 1:9.8.1.dfsg.P1-4ubuntu0.3
 apparmor   2.7.102-0ubuntu3.1
SourcePackage: bind9
Title: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: 
subprocess installed pre-removal script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-05-04 (144 days ago)
modified.conffile..etc.bind.named.conf: [modified]
modified.conffile..etc.bind.named.conf.options: [modified]
mtime.conffile..etc.bind.named.conf: 2012-08-19T11:15:57.189245
mtime.conffile..etc.bind.named.conf.options: 2012-05-03T20:13:05.406264

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


** Tags: amd64 apport-package precise

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

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

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

2012-09-25 Thread Blackhawke
-- 
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/1056363

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1056363/+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 1054129] Re: reboot with -vga cirrus can result in broken output

2012-09-25 Thread Joseph Salisbury
Thanks, Serge.  It would be good to know if the bug goes away if you
boot the precise kernel in the quantal vm.  That will tell us if this is
a regression.  If it is, we can perform a kernel bisect to identify the
commit in Quantal that introduced the regression.

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

Title:
  reboot with -vga cirrus can result in broken output

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997269] Re: dovecot imap broken by apparmor policy

2012-09-25 Thread Janne Snabb
** Changed in: apparmor (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  dovecot imap broken by apparmor policy

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-q-juju-charms-release-policy] Clarifying Charm Store policy around Ubuntu Releases

2012-09-25 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Work items changed:
  Work items:
  Author and communicate proposed release plan to juju mailing list: DONE
- revisit charm store release policy on juju mailing list: TODO
- (Placeholder) Implement testing plan after discussion: BLOCKED
- (Placeholder) Implement release plan after discussion: BLOCKED
- (Placeholder) Verify Launchpad can support release plans/policies: TODO
+ revisit charm store release policy on juju mailing list: DONE
+ (Placeholder) Implement testing plan after discussion: POSTPONED
+ (Placeholder) Implement release plan after discussion: DONE
+ (Placeholder) Verify Launchpad can support release plans/policies: DONE

-- 
Clarifying Charm Store policy around Ubuntu Releases
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-juju-charms-release-policy

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-q-juju-charm-best-practices] Juju Charm Best practices

2012-09-25 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Work items changed:
  Work items:
  [jorge] Pick better example charms, flagbearer charms.: DONE
  [jorge] Choose a single place for presenting flagbearer charms (charm 
browser?): TODO
  [jorge] Move rules and charm best practices into juju/docs.: DONE
  [jorge] Add Maintainer field information to documentation. (thanks clint!): 
DONE
  [jorge] Reach out to maintainers to get their maintainer field filled out.: 
DONE
  [jorge] Add docs work items to patch pilot!: DONE
  [jorge] pull file bug or join the doc team from other projects: TODO
  [jorge] Clarify documentention on what to expect when your using LXC and EC2. 
Cost, wait time, what you see, logs, downloading. You should expect this to 
download 300 megs, etc. Here's a table of look here troubleshooting your LXC 
thing: DONE
  [imbrandon] Reach out to maintainers to get their maintainer filled out.: DONE
  [imbrandon] Put Doc instructions in the docs: http://askubuntu.com/q/52063 : 
TODO
  [mark-mims] (and individual maintainers!) clean up existing charms wrt best 
practices: TODO
  [clint-fewbar] Comment and add links to docs in 'charm create' templates: 
POSTPONED
  [clint-fewbar] juju in Debian! NOW!: DONE
  [clint-fewbar] determine most likely maintainers based on bzr logs: DONE
  [clint-fewbar] fix doc repos wrt (trunk, go, docs): DONE
  [marcoceppi] tag:juju review on AU and SE network: DONE
  [hazmat] incorporate output of charm proof into charm browser: DONE
  [hazmat] clear out trunk docs for juju: DONE
  [imbrandon] Clarify documentention on what to expect when your using LXC and 
EC2. Cost, wait time, what you see, logs, downloading. You should expect this 
to download 300 megs, etc. Here's a table of look here troubleshooting your 
LXC thing.: TODO
  [hazmat] make juju report on initial lxc image downloads ?: TODO
- [hazmat] make juju lxc use lxc networking instead of libvirt networking ?: 
TODO
+ [clint-fewbar] make juju lxc use lxc networking instead of libvirt networking 
?: INPROGRESS

-- 
Juju Charm Best practices
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-juju-charm-best-practices

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-q-juju-integration] Juju Integration

2012-09-25 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Work items changed:
  Work items:
  [mark-mims] charm to deploy chef-server (maybe w sub like clint's puppet sub) 
: POSTPONED
  [mark-mims] charms that call chef solo recipes : POSTPONED
  [negronjl] jujustrano ( Juju Capistrano integration ) : DONE
  [negronjl] go to town on clint's puppet sub ( puppetforge? ) ( add charm 
create option for puppet recipes ) : POSTPONED
  [negronjl] define ways that juju would need to call Capistrano : DONE
  [negronjl] jrapi as juju-jitsu subcommand... 'jitsu api' : POSTPONED
  [negronjl] integrate Juju with facter : DONE
  [hazmat] export/import environment into juju-jitsu : DONE
  [negronjl] how to make charms out of puppetforge modules / github cookbooks : 
POSTPONED
  [negronjl] plugin for chef-search to interface with juju (possibly just chef 
sub) : POSTPONED
- [mike-mcclurg] cloudstack integration : TODO
- [imbrandon] investigate enstratus integration : TODO
+ [mike-mcclurg] cloudstack integration : POSTPONED
+ [imbrandon] investigate enstratus integration : POSTPONED

-- 
Juju Integration
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-juju-integration

-- 
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 1036902] Re: Block storage connections are NOT restored on system reboot

2012-09-25 Thread Mark McLoughlin
https://review.openstack.org/11387 was merged into stable/essex

** Changed in: nova/essex
   Status: New = Fix Committed

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

Title:
  Block storage connections are NOT restored on system reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1036902/+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 1045986] Re: Ubuntu AppArmor policy is too lenient with shell scripts

2012-09-25 Thread Rev. Wm. DOC Holliday
** Changed in: cups (Ubuntu Lucid)
 Assignee: (unassigned) = Rev. Wm. DOC Holliday (r37u2a49ci)

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

Title:
  Ubuntu AppArmor policy is too lenient with shell scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1045986/+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 1045986] Re: Ubuntu AppArmor policy is too lenient with shell scripts

2012-09-25 Thread Marc Deslauriers
** Changed in: cups (Ubuntu Lucid)
 Assignee: Rev. Wm. DOC Holliday (r37u2a49ci) = (unassigned)

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

Title:
  Ubuntu AppArmor policy is too lenient with shell scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1045986/+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 1050663] Re: Weird key bindings in vi in an ssh session from 64bit to 32bit

2012-09-25 Thread Mitch Claborn
More info: it is not 32 bit systems with which I have a problem, but
systems that only have vim-tiny and not vim.  The systems I was having
trouble with are desktop systems which only install vim-tiny by default.
Installing vim fixed it, for both 32 and 64 bit systems.

** Package changed: openssh (Ubuntu) = vim (Ubuntu)

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

Title:
  Weird key bindings in vi in an ssh session from 64bit to 32bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1050663/+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 997978] Re: KVM images lose connectivity with bridged network

2012-09-25 Thread Soren Hansen
Matt, no problem at all. Please be sure to report back if you encounter
the issue again after the hard reboot. Thanks!

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2012-09-25 Thread Joe T
Hello,

Prior to applying the qemu package in Soren's PPA, we were able to
reproduce this problem within 45 minutes (on average). We're now up to
22 hours (and climbing) without an issue.

If anyone is curious, here is the test setup that we have been using
with OpenStack:

---

nova boot --image cfefd40f-be71-4c93-b480-c9964689f5ce --key_name sandbox 
--flavor 2 dhcp-1
 
dhcp-1 sudo su
dhcp-1 apt-get iperf

nova boot --image cfefd40f-be71-4c93-b480-c9964689f5ce --key_name
sandbox --flavor 2 dhcp-2

dhcp-2 sudo su
dhcp-2 apt-get iperf
dhcp-2 iperf -s

dhcp-1 iperf -c dhcp-1 -t 86400 -i 10

---

Thanks,
Joe

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

Title:
  KVM images lose connectivity with bridged network

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-q-bigdata-hadoop] Next steps for Hadoop on Ubuntu

2012-09-25 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
  Update bigtop-utils and hadoop charms to support openjdk-7: DONE
  Testing of existing hadoop charms with openjdk-7: DONE
  Update hadoop charms to support kerberos based authentication: TODO
  Review use of puppet modules in hadoop charms: TODO
- Package hadoop-2.x in PPA: TODO
- Figure out approach to managing dependencies on hadoop: TODO
- Update hadoop charm to support or create hadoop-2.x charm: TODO
- Setup automated testing of charms using bigtop tests: TODO
- Add support for upstream bigtop packaging for 0.4.0 release to charms: TODO
- Support usage of Oracle EJRE for ARM based deployements: INPROGRESS
+ Write/update charms to use bigtop 0.4.0 release repositories: INPROGRESS
+ Setup automated testing of charms using bigtop tests: POSTPONED
+ Support usage of Oracle EJRE for ARM based deployements for hadoop 1.0.x: 
INPROGRESS

-- 
Next steps for Hadoop on Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-bigdata-hadoop

-- 
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 1056462] [NEW] The '--print' option to ceph-authtool is incorrect

2012-09-25 Thread Andrew Glen-Young
Public bug reported:

Running `ceph-authtool keyringfile --print` throws an error claiming
that it does not know the option however, the help indicates that this
is the valid long-option for '-p'.

Looking at the source code, the command expects '--print-key' and using
this works as expected.

Either the help is incorrect or the '--print-key' option is incorrect.

How to reproduce:

$ ceph-authtool --help
no command specified
usage: ceph-authtool keyringfile [OPTIONS]...
where the options are:
  -l, --listwill list all keys and capabilities present 
in
the keyring
  -p, --print   will print an encoded key for the specified
entityname. This is suitable for the
'mount -o secret=..' argument
[...]


$ ceph-authtool /etc/ceph/keyring --print
ceph-authtool: unexpected '--print'
[...]


$ ceph-authtool /etc/ceph/keyring -p
XX==

$ ceph-authtool /etc/ceph/keyring --print-key
XX==

See the trivial patch attached.

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

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

Title:
  The '--print' option to ceph-authtool is incorrect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1056462/+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 1056462] Re: The '--print' option to ceph-authtool is incorrect

2012-09-25 Thread Andrew Glen-Young
** Patch added: Correct help message to provide correct long option 
'--print-key'
   
https://bugs.launchpad.net/bugs/1056462/+attachment/3343155/+files/ceph_authtool.patch

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

Title:
  The '--print' option to ceph-authtool is incorrect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1056462/+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 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2012-09-25 Thread Vish Ishaya
** Tags removed: folsom-rc-potential
** Tags added: folsom-backport-potential

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

Title:
  KVM guests networking issues with no virbr0 and with vhost_net kernel
  modules loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1029430/+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 1056462] Re: The '--print' option to ceph-authtool is incorrect

2012-09-25 Thread Clint Byrum
This is fixed upstream in this commit:

http://ceph.com/git/?p=ceph.git;a=commit;h=4e40a7849442d633c9801639fbdaf27a97f39888

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

Title:
  The '--print' option to ceph-authtool is incorrect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1056462/+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 1056462] Re: The '--print' option to ceph-authtool is incorrect

2012-09-25 Thread Clint Byrum
This is fixed upstream in version 0.51

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

Title:
  The '--print' option to ceph-authtool is incorrect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1056462/+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 1055935] Re: dhcpd.conf is not updated after package install

2012-09-25 Thread Julian Edwards
This is caused because the interfaces file is not written out.

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

Title:
  dhcpd.conf is not updated after package install

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1055935/+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 1055951] Re: maas-dhcp has no sudoers permission to start maas-dhcp-server

2012-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/maas/packaging_update

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

Title:
  maas-dhcp has no sudoers permission to start maas-dhcp-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1055951/+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 1055951] Re: maas-dhcp has no sudoers permission to start maas-dhcp-server

2012-09-25 Thread Julian Edwards
** Changed in: maas (Ubuntu)
   Status: New = In Progress

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

Title:
  maas-dhcp has no sudoers permission to start maas-dhcp-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1055951/+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 1055935] Re: dhcpd.conf is not updated after package install

2012-09-25 Thread Julian Edwards
** Branch linked: lp:~jtv/maas/pass-dhcp-interfaces

** Changed in: maas
   Status: Triaged = Fix Released

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

Title:
  dhcpd.conf is not updated after package install

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1055935/+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 1056103] Re: no docs package / html docs

2012-09-25 Thread Tv
We originally decided not to package the docs, as generating them ends
up requiring some fairly obscure packages, and we didn't want to force
everyone building ceph to install all of them. Some things like sphinx-
ditaa and asphyxiate were created from scratch, so they're not even
packaged currently.

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

Title:
  no docs package / html docs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1056103/+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 1056103] Re: no docs package / html docs

2012-09-25 Thread Sean Channel
Got it, but the build prereqs for docs are not needed after they've been
generated. I transfered them to a system with none of that stuff and
they can be read in a browser or via local server just fine.

Once generated, the html docs can go into /usr/share/doc/ceph-doc from a
similarly named package.

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

Title:
  no docs package / html docs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1056103/+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 1056462] Re: The '--print' option to ceph-authtool is incorrect

2012-09-25 Thread Ubuntu Foundation's Bug Bot
The attachment Correct help message to provide correct long option
'--print-key' 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-reviewers team
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 ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1056462

Title:
  The '--print' option to ceph-authtool is incorrect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1056462/+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 1056248] Re: assertion failed: AclProxyAuth.cc:229: authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

2012-09-25 Thread Amos Jeffries
*** This bug is a duplicate of bug 496886 ***
https://bugs.launchpad.net/bugs/496886

** This bug has been marked a duplicate of bug 496886
   Squid crashes with assertion failed authenticateUserAuthenticated

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

Title:
  assertion failed: AclProxyAuth.cc:229:
  authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/1056248/+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 1055567] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build [erreur: ‘INVALID’ undeclared]

2012-09-25 Thread Daniel van Vugt
** Summary changed:

- open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed 
to build
+ open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed 
to build [erreur: ‘INVALID’ undeclared]

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build [erreur: ‘INVALID’ undeclared]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1055567/+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 1044318] Re: [SRU] pre-1.5 OVS has trouble with floating ips when pinging from the same box

2012-09-25 Thread Chris Halse Rogers
Hello dan, or anyone else affected,

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

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

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

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

** Changed in: openvswitch (Ubuntu Precise)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] pre-1.5 OVS has trouble with floating ips when pinging from the
  same box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1044318/+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 1044318] Re: [SRU] pre-1.5 OVS has trouble with floating ips when pinging from the same box

2012-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/openvswitch

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

Title:
  [SRU] pre-1.5 OVS has trouble with floating ips when pinging from the
  same box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1044318/+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 1030107] Re: Glance-API and Glance-Registry Continuously Reload

2012-09-25 Thread Launchpad Bug Tracker
[Expired for glance (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Glance-API and Glance-Registry Continuously Reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1030107/+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 1034837] Re: authentication token expiry with openstack provider

2012-09-25 Thread Jim Baker
** Branch linked: lp:~jimbaker/juju/reauth-on-token-expiry

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

Title:
  authentication token expiry with openstack provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1034837/+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 1055960] [NEW] [FUJITSU SIEMENS AMILO Li 1818] suspend/resume failure

2012-09-25 Thread Dmitry Shachnev
Public bug reported:

I've just upgraded my old laptop to quantal and got this error on
startup.

ProblemType: KernelOops
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-15-generic 3.5.0-15.22
ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
Uname: Linux 3.5.0-15-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.5.2-0ubuntu4
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mandriver   1947 F pulseaudio
CRDA: Error: [Errno 2] Нет такого файла или каталога: 'iw'
CurrentDmesg:
 [   35.559294] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 
'normal'.
 [   35.559301] vboxdrv: Successfully loaded version 4.1.18_Ubuntu (interface 
0x0019).
 [   35.652276] vboxpci: IOMMU not found (not registered)
 [   36.767390] init: plymouth-stop pre-start process (1535) terminated with 
status 1
Date: Tue Sep 25 09:37:01 2012
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=5ce98322-6a14-46e8-8471-630f3004288c
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
InterpreterPath: /usr/bin/python3.2mu
IwConfig:
 lono wireless extensions.
 
 teredono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: FUJITSU SIEMENS AMILO Li 1818
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=2e8fd81a-2a9c-4223-b8cb-19c24f99764e ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-15-generic N/A
 linux-backports-modules-3.5.0-15-generic  N/A
 linux-firmware1.93
RfKill:
 
SourcePackage: linux
Title: [FUJITSU SIEMENS AMILO Li 1818] suspend/resume failure
UpgradeStatus: Upgraded to quantal on 2012-09-23 (1 days ago)
UserGroups:
 
dmi.bios.date: 07/30/2007
dmi.bios.vendor: FUJITSU SIEMENS
dmi.bios.version: 1.14C
dmi.board.name: AMILO Li 1818
dmi.board.vendor: FUJITSU SIEMENS
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.modalias: 
dmi:bvnFUJITSUSIEMENS:bvr1.14C:bd07/30/2007:svnFUJITSUSIEMENS:pnAMILOLi1818:pvr:rvnFUJITSUSIEMENS:rnAMILOLi1818:rvr:cvnFUJITSUSIEMENS:ct10:cvr:
dmi.product.name: AMILO Li 1818
dmi.sys.vendor: FUJITSU SIEMENS

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-kerneloops i386 quantal resume suspend

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

Title:
  [FUJITSU SIEMENS AMILO Li 1818] suspend/resume failure

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

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

[Bug 1055960] Re: [FUJITSU SIEMENS AMILO Li 1818] suspend/resume failure

2012-09-25 Thread Dmitry Shachnev
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055960

Title:
  [FUJITSU SIEMENS AMILO Li 1818] suspend/resume failure

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

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


[Bug 1055956] Re: colord-sane crashed with SIGABRT in raise()

2012-09-25 Thread Apport retracing service
*** This bug is a duplicate of bug 1027139 ***
https://bugs.launchpad.net/bugs/1027139

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1055956/+attachment/3340284/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1055956/+attachment/3340286/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1055956/+attachment/3340287/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1055956/+attachment/3340288/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1055956/+attachment/3340289/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1055956/+attachment/3340290/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1055956/+attachment/3340291/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1027139
   colord-sane assert failure: *** buffer overflow detected ***: 
/usr/lib/x86_64-linux-gnu/colord/colord-sane terminated

** Tags removed: need-amd64-retrace

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

Title:
  colord-sane crashed with SIGABRT in raise()

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

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


[Bug 1055944] Re: New bug fix releases: 9.1.6, 8.4.14, 8.3.21

2012-09-25 Thread Chris Halse Rogers
Hello Martin, or anyone else affected,

Accepted postgresql-9.1 into precise-proposed. The package will build
now and be available at
http://launchpad.net/ubuntu/+source/postgresql-9.1/9.1.6-0ubuntu12.04 in
a few hours, and then in the -proposed repository.

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

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

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

** Changed in: postgresql-9.1 (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  New bug fix releases: 9.1.6, 8.4.14, 8.3.21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-8.3/+bug/1055944/+subscriptions

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


[Bug 1055935] Re: dhcpd.conf is not updated after package install

2012-09-25 Thread Julian Edwards
** Also affects: maas
   Importance: Undecided
   Status: New

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

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = Critical

** Changed in: maas
 Assignee: (unassigned) = Jeroen T. Vermeulen (jtv)

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

Title:
  dhcpd.conf is not updated after package install

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

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


[Bug 1055415] Re: Cannot login, black screen

2012-09-25 Thread Edward Donovan
I'd say xorg is a better bet than nautilus.  There's no info here about
your video hardware -- the simplest way to get it would be to start over
with:

  ubuntu-bug xorg

So I'm going to mark this one Invalid to close it, because it'll be
smoother for you than directing that info to this existing report.
Thanks.

** Package changed: nautilus (Ubuntu) = xorg (Ubuntu)

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

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

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

Title:
  Cannot login, black screen

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

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


[Bug 1055386] Re: When applying upgrade from 12.04 to 12.10 I got a ERROR and update-manager crashed

2012-09-25 Thread Book 'em Dano
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Could you please add the log files from '/var/log/dist-upgrade/'
to this bug report as separate attachments? Thanks in advance.

** Package changed: ubuntu = update-manager (Ubuntu)

** Changed in: update-manager (Ubuntu)
   Status: New = Incomplete

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

Title:
  When applying upgrade from 12.04 to 12.10 I got a ERROR and update-
  manager crashed

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

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


[Bug 1041920] Re: glchess crashed with SIGSEGV in g_action_muxer_insert()

2012-09-25 Thread Robert Ancell
** Changed in: gnome-games (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  glchess crashed with SIGSEGV in g_action_muxer_insert()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/1041920/+subscriptions

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


[Bug 1041920] Re: glchess crashed with SIGSEGV in g_action_muxer_insert()

2012-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-games/ubuntu

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

Title:
  glchess crashed with SIGSEGV in g_action_muxer_insert()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/1041920/+subscriptions

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


[Bug 957112] Re: Rhythmbox music player controls in Unity Quicklist doesn't work

2012-09-25 Thread Medya
*** This bug is a duplicate of bug 956617 ***
https://bugs.launchpad.net/bugs/956617

I have exactly the same problem.

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

Title:
   Rhythmbox music player controls in Unity Quicklist doesn't work

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

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


[Bug 1055960] Re: [FUJITSU SIEMENS AMILO Li 1818] suspend/resume failure

2012-09-25 Thread Brad Figg
** Changed in: linux (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/1055960

Title:
  [FUJITSU SIEMENS AMILO Li 1818] suspend/resume failure

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

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


[Bug 1055386] Re: When applying upgrade from 12.04 to 12.10 I got a ERROR and update-manager crashed

2012-09-25 Thread Galanh
error it stil there:

gato@gato-laptop:~$ sudo dpkg -l libsld-image*
[sudo] password for gato: 
dpkg-query: error: parsing file '/var/lib/dpkg/status' near line 21986 package 
'libsdl-image1.2:i386':
 mixed non-coinstallable and coinstallable package instances present

Thanks

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

Title:
  When applying upgrade from 12.04 to 12.10 I got a ERROR and update-
  manager crashed

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

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


[Bug 1055192] Re: After 1000's of small connections traffic on those connections stop

2012-09-25 Thread Edward Donovan
** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  After 1000's of small connections traffic on those connections stop

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

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


[Bug 1055192] Re: After 1000's of small connections traffic on those connections stop

2012-09-25 Thread Brad Figg
** Changed in: linux (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/1055192

Title:
  After 1000's of small connections traffic on those connections stop

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

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


[Bug 1055189] Re: Unity's default File Manager toolbar overlaps application description

2012-09-25 Thread Edward Donovan
** Package changed: ubuntu = unity (Ubuntu)

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

Title:
  Unity's default File Manager toolbar overlaps application description

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

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


[Bug 1053444] Re: signon-ui crashed with SIGSEGV in ~QGlobalNetworkProxy()

2012-09-25 Thread Alberto Mardegan
Hi all, and thanks for reporting this bug. This crash happens when the
signon-ui process is terminated, which usually happens at the end of a
session. For this reason, the bug reporter catches this crash at the
beginning of the next session: that's why it appears that the crash
happened on login.

I have a fix almost ready, stay tuned! :-)

PS @jerrylamos: please do not reinstall! This bug, although annoying, is
totally harmless, and reinstalling won't make it go away.

** Changed in: online-accounts-signon-ui
   Status: Confirmed = 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/1053444

Title:
  signon-ui crashed with SIGSEGV in ~QGlobalNetworkProxy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/online-accounts-signon-ui/+bug/1053444/+subscriptions

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


[Bug 1055944] Re: New bug fix releases: 9.1.6, 8.4.14, 8.3.21

2012-09-25 Thread Martin Pitt
All uploaded to unapproved queues, now ready for SRU team review.

** Changed in: postgresql-8.3 (Ubuntu)
   Status: New = In Progress

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

Title:
  New bug fix releases: 9.1.6, 8.4.14, 8.3.21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-8.3/+bug/1055944/+subscriptions

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


[Bug 1055944] Re: New bug fix releases: 9.1.6, 8.4.14, 8.3.21

2012-09-25 Thread Chris Halse Rogers
Hello Martin, or anyone else affected,

Accepted postgresql-9.1 into oneiric-proposed. The package will build
now and be available at
http://launchpad.net/ubuntu/+source/postgresql-9.1/9.1.6-0ubuntu11.10 in
a few hours, and then in the -proposed repository.

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

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

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

** Changed in: postgresql-9.1 (Ubuntu Oneiric)
   Status: In Progress = Fix Committed

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

Title:
  New bug fix releases: 9.1.6, 8.4.14, 8.3.21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-8.3/+bug/1055944/+subscriptions

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


[Bug 1055272] Re: valgrind

2012-09-25 Thread Michi Henning
Here are few more:

{
  Intel-bad-ioctl-3
  Memcheck:Param
  ioctl(generic)
  fun:ioctl
  fun:drmIoctl
  obj:/usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0
  fun:intel_batchbuffer_reset
  fun:intel_batchbuffer_init
  fun:intelInitContext
  fun:brwCreateContext
  obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  obj:/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
  obj:/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
}

{
  Intel-bad-ioctl-4
  Memcheck:Param
  ioctl(generic)
  fun:ioctl
  fun:drmIoctl
  obj:/usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0
  fun:intel_batchbuffer_init
  fun:intelInitContext
  fun:brwCreateContext
  obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  obj:/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
  obj:/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
  fun:glXCreateContext
} 

{
   Intel-bad-ioctl-5
   Memcheck:Param
   ioctl(generic)
   fun:ioctl
   fun:drmIoctl
   obj:/usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0
   fun:brw_init_caches
   fun:brw_init_state
   fun:brwCreateContext
   obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
   obj:/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
   obj:/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
   fun:glXCreateContext
}

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

Title:
  valgrind

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1055272/+subscriptions

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


[Bug 1055240] Re: Screen freezes keyboard unresponsive

2012-09-25 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please run the command 'apport-collect 1055240' which
will attach necessary information for debugging this as an Xorg problem.
Thanks in advance.

** Package changed: ubuntu = xorg (Ubuntu)

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

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

Title:
  Screen freezes keyboard unresponsive

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

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


[Bug 1055189] Re: Unity's default File Manager toolbar overlaps application description

2012-09-25 Thread Daniel van Vugt
I'm sure this is a duplicate because the issue has come up before. I
just can't find the original bug right now.

** Also affects: unity
   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/1055189

Title:
  Unity's default File Manager toolbar overlaps application description

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

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


[Bug 1055043] Re: UNABLE TO MOUNT BSNL 3G

2012-09-25 Thread Edward Donovan
** Package changed: ubuntu = linux (Ubuntu)

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/linux/+question/209509

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

Title:
  UNABLE TO MOUNT BSNL 3G

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

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


[Bug 1053454] Re: signon-ui crashed with SIGABRT in __libc_message()

2012-09-25 Thread Alberto Mardegan
Hi all, and thanks for reporting this bug. This crash happens when the
signon-ui process is terminated, which usually happens at the end of a
session. For this reason, the bug reporter catches this crash at the
beginning of the next session: that's why it appears that the crash
happened on login.

I have a fix almost ready, stay tuned! :-)

Although the stack trace is different, this is at all effects the same
as bug 1053444.

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

Title:
  signon-ui crashed with SIGABRT in __libc_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/online-accounts-signon-ui/+bug/1053454/+subscriptions

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


[Bug 1053306] Re: iscsiadm hangs in recvmsg()

2012-09-25 Thread Ante Karamatić
Since open-iscsi-2.0-873 is already in Quantal, I'm suggesting fixing
this in 12.04 (and maybe older).

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

Title:
  iscsiadm hangs in recvmsg()

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

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


[Bug 1055966] [NEW] New Messaging Menu icons look too small on indicator-applet

2012-09-25 Thread Dmitry Shachnev
Public bug reported:

On Ubuntu Quantal with gnome-panel and indicator-applet, new Messaging
Menu icons look too small and ugly. See the screenshot attached.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: ubuntu-mono 0.0.45
ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
Uname: Linux 3.5.0-15-generic i686
ApportVersion: 2.5.2-0ubuntu4
Architecture: i386
Date: Tue Sep 25 10:03:36 2012
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
PackageArchitecture: all
SourcePackage: ubuntu-mono
UpgradeStatus: Upgraded to quantal on 2012-09-23 (1 days ago)

** Affects: indicator-applet (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-mono (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

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

Title:
  New Messaging Menu icons look too small on indicator-applet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1055966/+subscriptions

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


[Bug 1055966] Re: New Messaging Menu icons look too small on indicator-applet

2012-09-25 Thread Dmitry Shachnev
** Attachment added: indicator-applet.png
   
https://bugs.launchpad.net/bugs/1055966/+attachment/3340333/+files/indicator-applet.png

** Also affects: indicator-applet (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/1055966

Title:
  New Messaging Menu icons look too small on indicator-applet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1055966/+subscriptions

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


[Bug 1055964] Re: colord-sane crashed with SIGABRT in raise()

2012-09-25 Thread Apport retracing service
*** This bug is a duplicate of bug 1027139 ***
https://bugs.launchpad.net/bugs/1027139

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1055964/+attachment/3340325/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1055964/+attachment/3340327/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1055964/+attachment/3340328/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1055964/+attachment/3340329/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1055964/+attachment/3340330/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1055964/+attachment/3340331/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1055964/+attachment/3340332/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1027139
   colord-sane assert failure: *** buffer overflow detected ***: 
/usr/lib/x86_64-linux-gnu/colord/colord-sane terminated

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  colord-sane crashed with SIGABRT in raise()

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

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


[Bug 1054997] Re: Popup windows believe their in the wrong workspace when moved.

2012-09-25 Thread Edward Donovan
*** This bug is a duplicate of bug 754508 ***
https://bugs.launchpad.net/bugs/754508

** Package changed: ubuntu = compiz (Ubuntu)

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

Title:
  Popup windows believe their in the wrong workspace when moved.

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

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


[Bug 1054997] Re: Popup windows believe their in the wrong workspace when moved.

2012-09-25 Thread Daniel van Vugt
*** This bug is a duplicate of bug 754508 ***
https://bugs.launchpad.net/bugs/754508

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

(Mostly sounds like bug 754508. But see also bug 874146)


** This bug has been marked a duplicate of bug 754508
   Modal dialogs don't appear on the monitor of their parent window

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

Title:
  Popup windows believe their in the wrong workspace when moved.

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

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


[Bug 1054982] Re: after the update, X or just nvidia don't read the display correctly

2012-09-25 Thread Edward Donovan
This is filed against unity-lens-photos; that package wouldn't have
anything to do with this.  Your video hardware and driver information
will be needed.  The best way to get that is to run

  ubuntu-bug xorg

from a terminal.  I'm going to close this bug, because that will open a
new one for you.  Thanks.



** Package changed: unity-lens-photos (Ubuntu) = xorg (Ubuntu)

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

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

Title:
  after the update, X or just nvidia don't read the display correctly

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

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


[Bug 754508] Re: Modal dialogs don't appear on the same workspace/monitor as their parent window

2012-09-25 Thread Daniel van Vugt
** Summary changed:

- Modal dialogs don't appear on the monitor of their parent window
+ Modal dialogs don't appear on the same workspace/monitor as their parent 
window

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

Title:
  Modal dialogs don't appear on the same workspace/monitor as their
  parent window

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

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


[Bug 1055936] Re: Unity is unusuably slow with fallback software rendering

2012-09-25 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1046497 ***
https://bugs.launchpad.net/bugs/1046497

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


** This bug has been marked a duplicate of bug 1046497
   Unity through llvmpipe is slow

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

Title:
  Unity is unusuably slow with fallback software rendering

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

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


[Bug 1054883] Re: copied contents lost when window closes

2012-09-25 Thread Edward Donovan
Ok, I don't know what KDE package to assign this to; this is a triage
guess.  Thanks.


** Package changed: ubuntu = kdelibs (Ubuntu)

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

Title:
  copied contents lost when window closes

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

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


[Bug 1054652] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 126

2012-09-25 Thread Edward Donovan
*** This bug is a duplicate of bug 988509 ***
https://bugs.launchpad.net/bugs/988509

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

** This bug has been marked a duplicate of bug 988509
   setoption.pl is not executable

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 126

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

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


[Bug 1054581] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 126

2012-09-25 Thread Edward Donovan
*** This bug is a duplicate of bug 988509 ***
https://bugs.launchpad.net/bugs/988509

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

** This bug has been marked a duplicate of bug 988509
   setoption.pl is not executable

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  le sous-processus script post-installation installé a retourné une
  erreur de sortie d'état 126

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

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

[Bug 1053454] Re: signon-ui crashed with SIGABRT in __libc_message()

2012-09-25 Thread Alberto Mardegan
** Changed in: online-accounts-signon-ui
   Status: Incomplete = In Progress

** Changed in: online-accounts-signon-ui
 Assignee: (unassigned) = Alberto Mardegan (mardy)

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

Title:
  signon-ui crashed with SIGABRT in __libc_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/online-accounts-signon-ui/+bug/1053454/+subscriptions

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


[Bug 1053454] Re: signon-ui crashed with SIGABRT in __libc_message()

2012-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~mardy/online-accounts-signon-ui/lp1053444

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

Title:
  signon-ui crashed with SIGABRT in __libc_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/online-accounts-signon-ui/+bug/1053454/+subscriptions

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


[Bug 1053444] Re: signon-ui crashed with SIGSEGV in ~QGlobalNetworkProxy()

2012-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~mardy/online-accounts-signon-ui/lp1053444

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

Title:
  signon-ui crashed with SIGSEGV in ~QGlobalNetworkProxy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/online-accounts-signon-ui/+bug/1053444/+subscriptions

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


[Bug 1039057] Re: Installer not asking to remove install medium

2012-09-25 Thread Elfy
I use Try Ubuntu always - often want to fiddle with partitions or be
sure of which one it's installing to.

I have to say that the last time I ever saw the message was when I used
a cd.

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

Title:
   Installer not asking to remove install medium

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

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


[Bug 745456] Re: [i965gm] GPU lockup (IPEHR: 0x08000008)

2012-09-25 Thread Bryce Harrington
We're closing this bug since it is has been some time with no response
from the original bug reporter.  However, if the issue still exists in
the latest development version of Ubuntu and you are the original
reporter please feel free to reopen with the requested information.  If
you are not the original reporter, please don't reopen this one but
instead file a new bug and reference this one.


** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  [i965gm] GPU lockup (IPEHR: 0x0808)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745456/+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   >