[Bug 1026015] [NEW] wrong variable in /etc/default/openbsd-inetd

2012-07-18 Thread marc8
Public bug reported:

/etc/default/openbsd-inetd uses OPTION, but /etc/init.d/openbsd-inetd
looks for OPTIONS. So customization will never work.

** Affects: openbsd-inetd (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  wrong variable in /etc/default/openbsd-inetd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openbsd-inetd/+bug/1026015/+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 1025214] Re: fails to download dists/precise/main/binary-amd64/Packages

2012-07-18 Thread Marco Markgraf
I just head-desked...

/tmp was mounted on overflow with a size of 1M.  No wonder Downloads
don't work.

umount /tmp solved the issue...

Leaving this information here in case someone else fumbles in the same
way.

** Changed in: vm-builder (Ubuntu)
   Status: New = Invalid

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

Title:
  fails to download dists/precise/main/binary-amd64/Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1025214/+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 1026057] [NEW] Segfault when setting bad olcTLSCipherSuite

2012-07-18 Thread Joonas Koivunen
Public bug reported:

Steps to reproduce:

1. Configure olcTLSCertificateFile  olcTLSCertificateKeyFile:
dn: cn=config
changeType: modify
add: olcTLSCertificateFile
olcTLSCertificateFile: /some/valid/pemfile/path
-
add: olcTLSCertificateKeyFile
olcTLSCertificateKeyFile: /some/valid/pemfile/path

(At this point openldap started to support STARTTLS and began working as
a sssd authentication backend.)

2. Try configuring olcTLSCipherSuite to an openssl kind, for example:
dn: cn=config
changeType: modify
add: olcTLSCipherSuite
olcTLSCipherSuite: TLSv1+RSA:!NULL:!EXP

Expected result in gnutls compiled openldap: some kind of refusal of
configuration change (gnutls does not apparently support any kind of
ciphersuite names like openssl).

Actual result: segfault [01-slapd-stderr.log]

Syslog message about crash: kernel: [ 4158.532053] slapd[2696]: segfault
at 7fa824106008 ip 7fa837ad10b5 sp 7fa830df8110 error 4 in
libc-2.15.so[7fa837a52000+1b3000]

From administrators perspective openldap would be easier to configure
should it be compiled against openssl instead of gnutls as ciphersuites
would be simpler to specify. I'm not aware if openssl build would crash
here as well. Crash is however rather bad indicator of unsupported
configuration value.

# apt-cache policy slapd
slapd:
  Installed: 2.4.28-1.1ubuntu4
  Candidate: 2.4.28-1.1ubuntu4
  Version table:
 *** 2.4.28-1.1ubuntu4 0
500 http://fi.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status

# lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04

# slapd -VVV
@(#) $OpenLDAP: slapd  (Apr  5 2012 16:22:20) $
buildd@allspice:/build/buildd/openldap-2.4.28/debian/build/servers/slapd

Included static backends:
config
ldif

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

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

Title:
  Segfault when setting bad olcTLSCipherSuite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1026057/+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 1026057] Re: Segfault when setting bad olcTLSCipherSuite

2012-07-18 Thread Joonas Koivunen
** Attachment added: Running slapd in console with full debug output 
redirected to file while adding olcTLSCipherSuite
   
https://bugs.launchpad.net/bugs/1026057/+attachment/3227040/+files/01-slapd-stderr.log

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

Title:
  Segfault when setting bad olcTLSCipherSuite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1026057/+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 1026057] Re: Segfault when setting bad olcTLSCipherSuite

2012-07-18 Thread Joonas Koivunen
** Attachment added: gdb session
   
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1026057/+attachment/3227041/+files/02-slapd-gdb

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

Title:
  Segfault when setting bad olcTLSCipherSuite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1026057/+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 1022434] Re: sshd server crashes on startup

2012-07-18 Thread Michael Speth
Yep.  I have completely uninstalled Astrill and now sshd and samba is
working!

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

Title:
  sshd server crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1022434/+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-tomcat7] Promote Apache Tomcat 7 to main

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

Work items changed:
  Work items for quantal-alpha-3:
  [james-page] Update tomcat-server seed to use tomcat7: DONE
  [james-page] Review and update tomcat server test case: DONE
  [james-page] Update packaging to use upstart: TODO
  [james-page] Raise MIR for tomcat7: DONE
- [james-page] Transition servlet2.5 dependencies in main to 3.0: INPROGRESS
+ [james-page] Transition servlet2.5 dependencies in main to 3.0: DONE
  
  Work items for ubuntu-12.10-beta-1:
  [james-page] Review upgrade path from tomcat6-tomcat7: TODO
  [james-page] Request removal of tomcat6 from archive: TODO
  
  Work items for ubuntu-12.10:
  [negronjl] Update tomcat(7) charm to accomodate changes during quantal dev 
cycle: TODO

-- 
Promote Apache Tomcat 7 to main
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-tomcat7

-- 
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 1013171] Re: Many package hooks not ported to python3

2012-07-18 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:3.5.4-0ubuntu1

---
nautilus (1:3.5.4-0ubuntu1) quantal; urgency=low

  * New upstream version:
* Add Copy To and Move To actions
* Add a notification while ejecting volumes
* List view:
  - New date format display
  - Use a list model instead of a tree model for list view
  - Use a better default column order
  - Change some list column names
  - Use 32px icons by default
  - Tweak padding
* Search:
  - Just type search
  - Combine the search bar and the query editor
  - Tracker engine performance improvements and fixes
* Sidebar:
  - Add a recent files place
  - Use symbolic icons
  - Improve order of the items
* Toolbar:
  - Change toolbar layout to the GNOME 3 style
  - Don't show titlebar when maximized
  - Use a linked style for the pathbar
* Menus:
  - Migrate the menubar to a gear menu
  - Remove Go menu
  - Remove Bookmarks menu
* Remove Text beside icons option for icon view
* Fix loading string not disappearing in image properties on load
  * debian/patches/00git_hide_toolbar_on_desktop.patch:
- dropped, the patch is in the new version
  * Re-enabled patches that were commented in the previous commit
without reason, they seem to work fine
  * debian/patches/git-0001-Workaround-focus-issues-on-typeahead.patch:
- dropped, the new version integrate typeahead with the search and has
  no floating widget used which deprecates this patch
  * debian/patches/workaround_ellipsizing_bug.patch:
- dropped, the bug got properly fixed in the new version
  * debian/patches/05_desktop_menu_export.patch:
- commented, it needs to be mostly rewriten for the new design
  or implemented in a different place or way

  [ Edward Donovan ]
  * debian/source_nautilus.py: Fix for Python 3. (LP: #1013171)

  [ Jeremy Bicha ]
  * New upstream release.
  * debian/patches/05_desktop_menu_export.patch: Refreshed
  * debian/patches/21_correct_timestamp_use_fix_focus_issue.patch: Refreshed
 -- Sebastien Bacher seb...@ubuntu.com   Wed, 18 Jul 2012 15:13:46 +0200

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

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

Title:
  Many package hooks not ported to python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1013171/+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 1020152] Re: Broken symlink /usr/lib/libnss_ldap.so in precise

2012-07-18 Thread Launchpad Bug Tracker
This bug was fixed in the package libnss-ldap - 264-2.2ubuntu4

---
libnss-ldap (264-2.2ubuntu4) quantal; urgency=low

  * Fix /usr/lib/libnss_ldap.so broken symlink and location, which was missed
when multiarch support was added (LP: #1020152).
 -- Robie Basak robie.ba...@ubuntu.com   Wed, 18 Jul 2012 14:20:27 +0100

** Changed in: libnss-ldap (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  Broken symlink /usr/lib/libnss_ldap.so in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1020152/+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 1013171] Re: Many package hooks not ported to python3

2012-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/nautilus

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

Title:
  Many package hooks not ported to python3

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

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


[Bug 1021530] Re: [SRU] update to include stable fixes for OVS 1.4

2012-07-18 Thread James Page
Uploaded to -proposed for SRU team review.

** Description changed:

+ [IMPACT]
+ 
+  * ovs-vsswitchd crashes when processing IPv6 neighbor discovery packets
+ with VLAN headers received in a tunnel configured with key=flow or
+ in_key=flow.
+ 
+  * This bug affects us from pushing a change to to the OpenStack Quantum
+ project, which uses OVS on Ubuntu precise quite heavily.
+ 
+ [TESTCASE]
+ 
+  * Install the current openvswitch package from precise (1.4.0) on two
+ machines. Then, create tunnel ports between the two machines. Next
+ attach a VM to each of the ovs_bridges and add flow table entries which
+ cause traffic entering the bridge to be appended with a VLAN_ID and then
+ output a tunnel port. When IPv6 neighbor discovery packets from the vm
+ enter this port ovs-vswitchd will crash.
+ 
+ [Regression Potential]
+ 
+  * None
+ 
+ [Other Info]
+  * Patch: 
http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff_plain;h=11f84dce005dd14a374ab2ef5f8c25bcf8285a36;hp=776cf91b42f631b4929fffe8ddd2aa06b40ea24c
+  * Mailing list discussion: 
http://openvswitch.org/pipermail/dev/2012-May/017249.html
+  * Link to patch that exposes this issue in openstack Quantum: 
https://review.openstack.org/#/c/9416/
+ 
+  Original bug report 
+ 
  Hello,
  
  I'm the lead of the OpenStack Quantum project, which uses OVS on Ubuntu
  precise quite heavily.
  
  We have a bug fix for an issue in Quantum that necessarily triggers a
  bug in OVS 1.4.0 that has been fixed in the stable 1.4.2 release.  We
  want to push our fix, but pushing it before precise has the
  corresponding OVS bugfix would cause many people to experience the OVS
  bug, which is actually worse than the bug we've fixed in Quantum.
  
  Can we get precise upgraded to OVS 1.4.2?
  
  If this isn't the right venue to request this, please point me to the
  right place.

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

Title:
  [SRU] update to include stable fixes for OVS 1.4

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

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


[Bug 1021810] Re: `nova-manage fixed list` fails if network has been deleted

2012-07-18 Thread Mark McLoughlin
** Changed in: nova
   Importance: Undecided = Medium

** Changed in: nova
   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/1021810

Title:
  `nova-manage fixed list` fails if network has been deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1021810/+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-openflow-controller] OpenFlow Controller for Ubuntu

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

Whiteboard changed:
+ Status:
+ 
+ floodlight test packages in ppa:floodlight/dev
+ mininet test packages in ppa:mininet-dev/dev
+ 
+ 
+ 
  The Floodlight is in fact working on a plugin for quantum that will be apache 
licensed like the rest of Floodlight.  It will vlan functionality similar to 
the openvswitch plugin.
   - Mike Cohen (Floodlight team @ Big Switch)
  
  User Stories:
  
  Dan is deploying OpenStack to support a public cloud deployment.  He's
  selected OpenFlow compatible network switches and is easier able to
  integrate them into his OpenStack deployment using Floodlight and
  Quantum with Ubuntu 12.10.
  
  Assumptions:
  
  - Universe target for Ubuntu 12.10
  - All Java deps can be fullfilled/packaged
  - Floodlight plugin for quantum will be avaliable in the 12.10 development 
timeframe.
  - Packages will target Ubuntu first (and Debian later).
  
  Test Plan:
  
  Full Testing will be dependent on having access to OpenFlow based
  networking infrastructure - details TBC.
  
  Simulated testing using mininet with a floodlight controller.
  
  Release Note:
  
  Ubuntu 12.10 features the Floodlight OpenFlow network controller.
  Floodlight can be used with OpenStack/Quantum to provide full network
  control in cloud deployments.

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

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


[Bug 1023016] Re: unable to delete/deregister image

2012-07-18 Thread Scott Moser
per comment 2, This bug is most likely invalid. The database was
upgraded and ownership of the images was likely lost/broken there.

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

Title:
  unable to delete/deregister image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1023016/+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 1020436] Re: Cannot read superblock after FC multipath failover

2012-07-18 Thread Peter Petrakis
Alrighty.

[OK] lvm.conf device blacklist
[OK] multipath.conf, sans fix I already pointed out
You can ignore that FW blurb, it's just a script that shouldn't be so noisy.

failover logs *look good*

bug-1020436$ grep fail_path multipathd_stdout.log | sort -u
Jul 10 15:08:25 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath0  
NF  fail_path 8:112
Jul 10 15:08:25 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath0  
NF  fail_path 8:160
Jul 10 15:08:25 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath1  
NF  fail_path 8:128
Jul 10 15:08:25 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath1  
NF  fail_path 8:176
Jul 10 15:08:25 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath2  
NF  fail_path 8:144
Jul 10 15:08:25 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath2  
NF  fail_path 8:192

# 3 mins go by... oh and several devices are failed twice

# Jul 10 15:10:19 devices start to return

Jul 10 15:11:50 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath0  
NF  fail_path 8:16
Jul 10 15:11:50 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath0  
NF  fail_path 8:64
Jul 10 15:11:50 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath1  
NF  fail_path 8:32
Jul 10 15:11:50 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath1  
NF  fail_path 8:80
Jul 10 15:11:50 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath2  
NF  fail_path 8:48
Jul 10 15:11:50 | libdevmapper: ioctl/libdm-iface.c(1740): dm message mpath2  
NF  fail_path 8:96

and according to udev, note that I re-sequenced the grep and grouped by
mpathX.

bug-1020436$ grep -A4 PATH_FAILED multipathd_stdout.log

--
Jul 10 15:08:25 | DM_ACTION=PATH_FAILED
Jul 10 15:08:25 | DM_SEQNUM=1
Jul 10 15:08:25 | DM_PATH=8:112
Jul 10 15:08:25 | DM_NR_VALID_PATHS=3
Jul 10 15:08:25 | DM_NAME=mpath0
--

Jul 10 15:08:25 | DM_ACTION=PATH_FAILED
Jul 10 15:08:25 | DM_SEQNUM=2
Jul 10 15:08:25 | DM_PATH=8:160
Jul 10 15:08:25 | DM_NR_VALID_PATHS=2
Jul 10 15:08:25 | DM_NAME=mpath0
--

Jul 10 15:08:25 | DM_ACTION=PATH_FAILED
Jul 10 15:08:25 | DM_SEQNUM=3
Jul 10 15:08:25 | DM_PATH=8:160
Jul 10 15:08:25 | DM_NR_VALID_PATHS=2
Jul 10 15:08:25 | DM_NAME=mpath0
--


Jul 10 15:08:25 | DM_ACTION=PATH_FAILED
Jul 10 15:08:25 | DM_SEQNUM=1
Jul 10 15:08:25 | DM_PATH=8:128
Jul 10 15:08:25 | DM_NR_VALID_PATHS=3
Jul 10 15:08:25 | DM_NAME=mpath1
--

Jul 10 15:08:25 | DM_ACTION=PATH_FAILED
Jul 10 15:08:25 | DM_SEQNUM=2
Jul 10 15:08:25 | DM_PATH=8:176
Jul 10 15:08:25 | DM_NR_VALID_PATHS=2
Jul 10 15:08:25 | DM_NAME=mpath1
--

Jul 10 15:08:25 | DM_ACTION=PATH_FAILED
Jul 10 15:08:25 | DM_SEQNUM=3
Jul 10 15:08:25 | DM_PATH=8:176
Jul 10 15:08:25 | DM_NR_VALID_PATHS=2
Jul 10 15:08:25 | DM_NAME=mpath1


Jul 10 15:08:25 | DM_ACTION=PATH_FAILED
Jul 10 15:08:25 | DM_SEQNUM=1
Jul 10 15:08:25 | DM_PATH=8:144
Jul 10 15:08:25 | DM_NR_VALID_PATHS=3
Jul 10 15:08:25 | DM_NAME=mpath2
--

Jul 10 15:08:25 | DM_ACTION=PATH_FAILED
Jul 10 15:08:25 | DM_SEQNUM=2
Jul 10 15:08:25 | DM_PATH=8:192
Jul 10 15:08:25 | DM_NR_VALID_PATHS=2
Jul 10 15:08:25 | DM_NAME=mpath2

This all looks OK, you can see the paths count down and stop at the right count.
The way multibus works is a lot like network bonding link aggregation, io is
simply steered down the remaining paths. What might have happened is the
LVs backed by this mpath device somehow got deactivated and that's why the
filesystem can't write back.

Try this for me please. Shutdown those paths and keep them down, then
after about a minute, run.
# lvs -o lv_attr
 
We should see w and a for every volume, if not, that's the problem.

Also, while in the failed state, see if you can do a dd read from one
of the mpaths? like dd if=/dev/mapper/mpath0 of=/dev/null count=10.
If that works, try the same thing with a random sd device.

I don't see anything amiss in the strace. The SG ioctls look OK and
the ioctls made to DM make sense.

We want to determine at which level that sending block ios is hung up.

** Changed in: multipath-tools (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Cannot read superblock after FC multipath failover

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1020436/+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 1021810] Re: `nova-manage fixed list` fails if network has been deleted

2012-07-18 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/9967

** Changed in: nova
   Status: Confirmed = In Progress

** Changed in: nova
 Assignee: (unassigned) = Tong Li (litong01)

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

Title:
  `nova-manage fixed list` fails if network has been deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1021810/+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 585027] Re: Race condition with dmsetup causes 'map already present' messages

2012-07-18 Thread Peter Petrakis
Retested on precise base and downgraded to multipath-tools 0.4.8-14ubuntu4
on generic 3.2.0.27.29. Ran unit test for several hours, no fault found.

Intend to downgrade to lucid kernel and retest, hopefully it pops then, save
me the trouble of installing lucid somewhere.

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

Title:
  Race condition with dmsetup causes 'map already present' messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/585027/+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 974584] Re: Semaphores cannot be created in lxc container

2012-07-18 Thread Stéphane Graber
** Changed in: sysvinit (Ubuntu Quantal)
 Assignee: Canonical Foundations Team (canonical-foundations) = Stéphane 
Graber (stgraber)

** Changed in: sysvinit (Ubuntu Precise)
 Assignee: Canonical Foundations Team (canonical-foundations) = Stéphane 
Graber (stgraber)

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

Title:
  Semaphores cannot be created in lxc container

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/974584/+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 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-18 Thread PierreF
I can reproduce this issue with a simple ldapsearch:

ldapsearch -h ldap-1 -b ou=people,o=company -x
(((objectClass=posixAccount)(uid=*))(uid=pierref)) -M -v

Note: I think the exact query filter doesn't matter, only the -M switch
is important.

The result when it fail is:

ldap_initialize( ldap://ldap-1)
filter: (((objectClass=posixAccount)(uid=*))(uid=pierref))
requesting: All userApplication attributes
# extended LDIF
#
# LDAPv3
# base ou=people,o=company with scope subtree
# filter: (((objectClass=posixAccount)(uid=*))(uid=pierref))
# requesting: ALL
# with manageDSAit control
#

# search result
search: 2
result: 2 Protocol error
text: controls require LDAPv3

# numResponses: 1


But this don't occure often... running this command every 5 seconds generated 
only 6 errors in 3 hours.

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

Title:
  search fail with get_ctrls : controls require LDAPv3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1023025/+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 1023025] Re: search fail with get_ctrls : controls require LDAPv3

2012-07-18 Thread cswingle
I can also reproduce this issue with the same ldapsearch, except I get a
failure about half the time (this is with the daemon versions of
lib(pam|nss)-ldapd):

$ ldapsearch -h localhost -b ou=people,dc=company,dc=com -x 
(((objectClass=posixAccount)(uid=*))(uid=cswingley)) -M -v
ldap_initialize( ldap://localhost )
filter: (((objectClass=posixAccount)(uid=*))(uid=cswingley))
requesting: All userApplication attributes
# extended LDIF
#
# LDAPv3
# base ou=people,dc=company,dc=com with scope subtree
# filter: (((objectClass=posixAccount)(uid=*))(uid=cswingley))
# requesting: ALL
# with manageDSAit control
#

# search result
search: 2
result: 2 Protocol error
text: controls require LDAPv3

# numResponses: 1

I tried rebuilding 'nss-pam-ldapd' from the latest upstream sources
(0.8.10), copying the debian directory over from the 12.04 src package
and modifying the changelog, and the problem is still there, so it
doesn't seem to be an issue that was fixed in upstream.

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

Title:
  search fail with get_ctrls : controls require LDAPv3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1023025/+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 981332] Re: Content-Length and Transfer-Encoding are mutually exclusive HTTP headers

2012-07-18 Thread Chuck Short
** Changed in: glance (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Content-Length and Transfer-Encoding are mutually exclusive HTTP
  headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/981332/+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 974046] Re: running just the command maas causes an error

2012-07-18 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

** Changed in: maas (Ubuntu)
   Status: Confirmed = 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/974046

Title:
  running just the command maas causes an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/974046/+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 1026256] [NEW] pptpd.conf

2012-07-18 Thread Modernox
Public bug reported:

If pptpd.conf (/etc/pptpd.conf) does not contain the last blank line, daemon 
pptpd will not start (and not restart).
Hangs with the inscription:
Starting PPTP Daemon:

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


** Tags: empty pptpd pptpd.conf string

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

Title:
  pptpd.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pptpd/+bug/1026256/+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 882581] [NEW] install/upgrade questions re glance-manage db_sync

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

Not sure where this best belongs as it contains both a packaging and a
glance issue, but I'll start with glance.

The glance.postinst script has the following code snippet

if ! grep sql_connection /etc/glance/glance-registry.conf | grep -qv 
sql_connection = sqlite:var/lib/glance/glance.sqlite
then
su -c 'glance-manage db_sync' glance
fi

During upgrade testing we found a few problems with this part

•   On api servers its legitimate not be configured as a registry server 
also. On those nodes, one way to ensure that is to remove the registry 
configuration file. The package upgrade respects this and doesn’t override the 
removal, but the check will then bomb out if the file doesn’t exist, and the 
package ends up in a partially installed state on api servers.
•   The check looks for ‘sql_connection =  ‘
Theoretically, we think this might match a comment which may give undesired 
behaviour.
•   As coded, we think the check only works for sqlite databases. Our 
database is mysql and the check failed to call the db sync during postinstall. 
Unfortunately, once the registry service was started it seemed to create the 
image_members table, and a manual fixup by calling glance-manage db_sync 
continually failed due to prior existence of the table.
We think the check needs to cover all valid databases (the ! and grep –v are 
hard to read).
Maybe its enough to check for “^sql_connection = anything”?
It would be helpful if the database upgrade code could continue if the table 
exists (as long it has the valid columns).

Here’s an admittedly ugly version of what the postinst could do:

if [ -e /etc/glance/glance-registry.conf ]
then
sql_line=`grep ^sql_connection /etc/glance/glance-registry.conf`
if ! echo $sql_line | grep -qv sql_connection = 
sqlite:var/lib/glance/glance.sqlite ||
   echo $sql_line | grep -q ^sql_connection = mysql://
then
echo 'glance.postinst sync database'
logger -plocal0.warn -t glance.postinst 'glance postinstall 
sync database'
su -c 'glance-manage db_sync' glance
fi
fi

** Affects: glance (Ubuntu)
 Importance: Low
 Status: Confirmed

-- 
install/upgrade questions re glance-manage db_sync
https://bugs.launchpad.net/bugs/882581
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to glance in Ubuntu.

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


[Bug 1026261] Re: [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to deep

2012-07-18 Thread Matthias Andree
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1026261

Title:
  [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to
  deep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1026261/+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 1026261] [NEW] [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to deep

2012-07-18 Thread Matthias Andree
Public bug reported:

Since the (overdue) update from maverick to natty, my Postfix no longer
recognizes the certificates.

Apparently the reason is that the smtp_tls_CApath, which is set to 
/etc/ssl/certs, is improperly copied into the chroot area, namely
to /var/spool/postfix/etc/ssl/certs/etc/ssl/certs,
rather than /var/spool/postfix/etc/ssl/certs where it belongs.

In /etc/postfix/main.cf, I have
smtp_tls_CApath = /etc/ssl/certs

and smtp runs chrooted (from looking at /etc/postfix/master.cf).

The certificate bundle appears to be setup properly, only the .pem/.0
files from the directory seem to be affected.

Workaround: 
sudo postconf -e smtp_tls_CAfile=/etc/ssl/certs/ca-certificates.crt
sudo service postfix restart

From looking at what I get when running sh -x postfix, it would seem
that

+ find /etc/ssl/certs -print0
+ cpio -0pdL /var/spool/postfix/etc/ssl/certs.NEW

causes the duplication of paths - the cpio input file list is fully
concatenated to the cpio destination path.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: postfix 2.8.5-2~build0.11.04
ProcVersionSignature: Ubuntu 2.6.38-15.61-generic-pae 2.6.38.8
Uname: Linux 2.6.38-15-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Jul 18 19:30:51 2012
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 PATH=(custom, no user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: postfix
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty regression-release

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

Title:
  [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to
  deep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1026261/+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 1026261] Re: [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to deep

2012-07-18 Thread Matthias Andree
** Attachment added: result from running sh -x /etc/init.d/postfix start
   
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1026261/+attachment/3227425/+files/postfix-log.txt

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

Title:
  [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to
  deep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1026261/+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 1026261] Re: [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to deep

2012-07-18 Thread Matthias Andree
** Attachment added: result from find /var/spool/postfix/etc to show actual 
directory layout
   
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1026261/+attachment/3227428/+files/var-spool-postfix-etc.txt

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

Title:
  [regression] mail stalls; postfix chroot setup nests /etc/ssl/certs to
  deep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1026261/+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 1026057] Re: Segfault when setting bad olcTLSCipherSuite

2012-07-18 Thread C de-Avillez
Marking Medium importance.

** Changed in: openldap (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  Segfault when setting bad olcTLSCipherSuite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1026057/+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 578536] Re: when stopped, automount orphans some mounts

2012-07-18 Thread Brian Murray
The bug shouldn't be verified until after a package has been uploaded to
-proposed and your branch, https://code.launchpad.net/~adam-
stokes/ubuntu/lucid/autofs5/null-cache-remap-fix-578536/+merge/114664,
hasn't made into -proposed as far as I can tell so I'm changing the tag
back to verification-needed.

Additionally, comment 23 indicates that it failed on natty so it seems
like it should also be fixed there.

** Tags removed: verification-done-lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/578536

Title:
  when stopped, automount orphans some mounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+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 990162] Re: [SRU] armhf version is unusable -- task switches will cause sigsegv's

2012-07-18 Thread Chuck Short
** Summary changed:

- armhf version is unusable -- task switches will cause sigsegv's
+ [SRU] armhf version is unusable -- task switches will cause sigsegv's

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

Title:
  [SRU] armhf version is unusable -- task switches will cause sigsegv's

To manage notifications about this bug go to:
https://bugs.launchpad.net/eilt/+bug/990162/+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 990162] Re: [SRU] armhf version is unusable -- task switches will cause sigsegv's

2012-07-18 Thread Chuck Short
** Description changed:

- Please ignore the data about which packages and such are installed.  I
- had to report this problem on a machine different from the on that
- actually has the error.  The machine with the error is an ARMv7 ArmadaXP
- SoC from Marvell.  This report was created on an x86 system.
- Regardless, the ARMv7 system was using the latest armhf bits from
- Precise.
+ Impact:
  
- Using a very small bit of python (attached as small.py), the problem is
- easily shown.  Task switching does not retain the correct stack
- information to allow the switching to occur reliably.
+ In some certain cases, python-greenlet segfaults on armhf cpus running
+ 12.04. This affects glance from running properly on ARM.
  
- I would recommend first upgrading this package to at least the 0.3.3
- version in Debian unstable; upstream is even newer, with even more ARM
- fixes.  If the 0.3.3 package was being used, the test suite would have
- run and this error would have been seen immediately.  The current 0.3.1
- package does NOT run the test suite at all.
+ [ Test Case ]
  
- I've attached a patch (also submitted to upstream) that may help (at
- least, with 0.3.3, it will); it's not my best work, unfortunately, but I
- really needed to get this working.  The patch attached does two things:
+ 1. Install python-greenlet on a board running an armhf cpu. 
+ 2. Run the script in the attachment called python code showing the error.
+ 3. See the python script cause a segfault.
  
--- Add -fomit-frame-pointer to the build so that r7 can be saved.
+ [ Regression Potental ]
  
-   -- Pulls in the latest version of platform/switch_arm32_gcc.h from
- upstream, and then adds more registers to the ones being saved.
- 
- With this patch, 0.3.3 builds and passes the complete test suite on
- armhf.
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 12.04
- Package: python-greenlet 0.3.1-1ubuntu5
- ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
- Uname: Linux 3.2.0-23-generic x86_64
- NonfreeKernelModules: fglrx
- ApportVersion: 2.0.1-0ubuntu5
- Architecture: amd64
- Date: Fri Apr 27 16:24:54 2012
- ProcEnviron:
-  TERM=xterm
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- SourcePackage: python-greenlet
- UpgradeStatus: Upgraded to precise on 2012-01-09 (109 days ago)
+ None, this bug has been fixed upstream and has already been fixed in
+ Quantal. There has been no side affects of this patch.

** Attachment added: Debdiff
   
https://bugs.launchpad.net/ubuntu/+source/python-greenlet/+bug/990162/+attachment/3227644/+files/debdiff

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

Title:
  [SRU] armhf version is unusable -- task switches will cause sigsegv's

To manage notifications about this bug go to:
https://bugs.launchpad.net/eilt/+bug/990162/+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 990162] Re: [SRU] armhf version is unusable -- task switches will cause sigsegv's

2012-07-18 Thread Adam Conrad
Hello Al, or anyone else affected,

Accepted python-greenlet into precise-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/python-
greenlet/0.3.1-1ubuntu5.1 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: python-greenlet (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] armhf version is unusable -- task switches will cause sigsegv's

To manage notifications about this bug go to:
https://bugs.launchpad.net/eilt/+bug/990162/+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 1007314] [NEW] trying to upgrade from 11.10 to 12.04: The package 'postgresql-contrib-8.2' is marked for removal but it's in the removal blacklist

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

I was trying to upgrade from 11.10 to 12.04 using do-release-upgrade

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: update-manager (not installed)
ProcVersionSignature: Ubuntu 3.0.0-20.34-generic-pae 3.0.30
Uname: Linux 3.0.0-20-generic-pae i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Fri Jun  1 11:42:29 2012
InstallationMedia: Ubuntu-Server 10.04.1 LTS Lucid Lynx - Release i386 
(20100816.2)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: Upgraded to oneiric on 2012-06-01 (0 days ago)

** Affects: krb5 (Ubuntu)
 Importance: High
 Assignee: Stéphane Graber (stgraber)
 Status: Won't Fix

** Affects: krb5 (Ubuntu Precise)
 Importance: High
 Assignee: Stéphane Graber (stgraber)
 Status: Triaged


** Tags: apport-bug dist-upgrade i386 oneiric rls-mgr-p-tracking
-- 
trying to upgrade from 11.10 to 12.04: The package 'postgresql-contrib-8.2' is 
marked for removal but it's in the removal blacklist
https://bugs.launchpad.net/bugs/1007314
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to krb5 in Ubuntu.

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


[Bug 1007314] Re: trying to upgrade from 11.10 to 12.04: The package 'postgresql-contrib-8.2' is marked for removal but it's in the removal blacklist

2012-07-18 Thread Stéphane Graber
** Package changed: update-manager (Ubuntu) = krb5 (Ubuntu)

** Changed in: krb5 (Ubuntu)
   Status: Triaged = Won't Fix

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

Title:
  trying to upgrade from 11.10 to 12.04: The package 'postgresql-
  contrib-8.2' is marked for removal but it's in the removal blacklist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1007314/+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 990162] Re: [SRU] armhf version is unusable -- task switches will cause sigsegv's

2012-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/python-greenlet
/precise-proposed

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

Title:
  [SRU] armhf version is unusable -- task switches will cause sigsegv's

To manage notifications about this bug go to:
https://bugs.launchpad.net/eilt/+bug/990162/+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 40189] Re: autofs needs to be restarted to pick up some shares

2012-07-18 Thread Thomas Schweikle
Same for Ubuntu 12.04 LTS. Since this isn't acceptable in a company
environment I've stopped migrating to Ubuntu 12.04 from 10.04. It is
something that has to be fixed before any further upgrades.

The whole thing doesn't work not only for Windows XP shares, it doesn't
for NFS too. I have to restart autofs after all interfaces are up to
make it work. The problem: autofs is started before *all* interfaces are
up and running (only waiting on local-loopback). autofs then ignores any
interface started afterwards.

Two solutions:
1. make autofs start *after* all configured interfaces are up, or
2. make autofs aware of additional interfaces, respecting and using them after 
additional interfaces are comming up.

At the moment autofs has to be restarted if interfaces come and go. If
interfaces go it might take a long time until autofs exausts an error
message about not being able to mount a share. If interfaces come up
later autofs ignores them. Really bad, if autofs is used for
automounting user homes or such stuff from centralized servers!

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

Title:
  autofs needs to be restarted to pick up some shares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/40189/+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 1007314] Re: trying to upgrade from 11.10 to 12.04: The package 'postgresql-contrib-8.2' is marked for removal but it's in the removal blacklist

2012-07-18 Thread Adam Conrad
Hello Peter, or anyone else affected,

Accepted krb5 into precise-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/krb5/1.10+dfsg~beta1-2ubuntu0.2 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: krb5 (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 krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/1007314

Title:
  trying to upgrade from 11.10 to 12.04: The package 'postgresql-
  contrib-8.2' is marked for removal but it's in the removal blacklist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1007314/+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 1026375] [NEW] package libapache2-mod-php5 5.3.10-1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-07-18 Thread Kundan Kumar
*** This bug is a duplicate of bug 1026374 ***
https://bugs.launchpad.net/bugs/1026374

Public bug reported:

Don't know much but this isn't installing.
This is automatically generated Bug report

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libapache2-mod-php5 5.3.10-1ubuntu3.2
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic-pae 3.2.19
Uname: Linux 3.2.0-26-generic-pae i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Tue Jul 17 22:43:47 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
SourcePackage: php5
Title: package libapache2-mod-php5 5.3.10-1ubuntu3.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package libapache2-mod-php5 5.3.10-1ubuntu3.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1026375/+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 1026375] Re: package libapache2-mod-php5 5.3.10-1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-07-18 Thread Kundan Kumar
*** This bug is a duplicate of bug 1026374 ***
https://bugs.launchpad.net/bugs/1026374

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

Title:
  package libapache2-mod-php5 5.3.10-1ubuntu3.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1026375/+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 1026375] Re: package libapache2-mod-php5 5.3.10-1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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 #1026374, 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.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1026374
   package foomatic-filters 4.0.16-0ubuntu0.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package libapache2-mod-php5 5.3.10-1ubuntu3.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1026375/+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 1014864] Re: [MIR] walinuxagent

2012-07-18 Thread Kate Stewart
** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Undecided = High

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

Title:
  [MIR] walinuxagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1014864/+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 1026402] [NEW] mon cluster (no cephx) fails to start unless empty keyring files are created

2012-07-18 Thread Paul Collins
Public bug reported:

I'm running a 3-node test cluster on 12.04, without cephx
authentication. I started out running 0.47.2 (an impatiently-smashed-
together backport based on the upstream sources) and then upgraded to
0.48-1ubuntu1 (the packages from quantal rebuilt on precise). So my
situation may be a bit special.

When I upgraded from 0.47.2 to 0.48, I didn't notice that my first
monitor daemon hadn't restarted properly.  I rolled through the upgrade
and ended up with a system where ceph -s would hang, being unable to
find a monitor willing to accept responsibility for the cluster.  I
splashed around rather a lot turning on debug logging. The monitors
tended to get as far as

2012-07-17 02:38:52.254856 7f3c3b862780 -1 auth: error reading file: 
/srv/ceph/mon.leningradskaya/keyring: can't open 
/srv/ceph/mon.leningradskaya/keyring: (2) No such file or directory
2012-07-17 02:38:52.254874 7f3c3b862780 -1 mon.leningradskaya@-1(probing) e1 
unable to load initial keyring 
/etc/ceph/ceph.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin
2012-07-17 02:38:53.006423 7f3c3b860700  1 -- 10.55.200.21:6789/0  :/0 
pipe(0x7f3c2c0008c0 sd=17 pgs=0 cs=0 l=0).accept sd=17
2012-07-17 02:38:53.231137 7f3c386a1700  1 -- 10.55.200.21:6789/0  :/0 
pipe(0x7f3c2c000f60 sd=18 pgs=0 cs=0 l=0).accept sd=18
2012-07-17 02:38:53.308857 7f3c3849f700  1 -- 10.55.200.21:6789/0  :/0 
pipe(0x7f3c2c0015c0 sd=19 pgs=0 cs=0 l=0).accept sd=19
2012-07-17 02:38:53.668990 7f3c3829d700  1 -- 10.55.200.21:6789/0  :/0 
pipe(0x7f3c2c001c20 sd=20 pgs=0 cs=0 l=0).accept sd=20

with lines like the last four streaming endlessly.  Eventually I tried
creating /srv/ceph/mon.leningradskaya/keyring and the monitor daemon
started right up. When I applied the same change to the rest of the
cluster, I was back in business. Here's a log snippet from a successful
0.48 monitor daemon startup:

2012-07-17 02:47:03.036077 7f5f2a66f780  2 auth: KeyRing::load: loaded key file 
/srv/ceph/mon.leningradskaya/keyring
2012-07-17 02:47:03.036283 7f5f2a66f780 10 mon.leningradskaya@-1(probing) e1 
bootstrap
2012-07-17 02:47:03.036319 7f5f2a66f780 10 mon.leningradskaya@-1(probing) e1 
unregister_cluster_logger - not registered
2012-07-17 02:47:03.036346 7f5f2a66f780 10 mon.leningradskaya@-1(probing) e1 
cancel_probe_timeout (none scheduled)
2012-07-17 02:47:03.036383 7f5f2a66f780  0 mon.leningradskaya@-1(probing) e1  
my rank is now 1 (was -1)

continuing to log more besides as the cluster came back up.

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

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


** Tags: canonistack

** Also affects: ceph (Ubuntu Quantal)
   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/1026402

Title:
  mon cluster (no cephx) fails to start unless empty keyring files are
  created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1026402/+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 999725] Re: broken start-up dependencies for ntp (starts before NIS is available)

2012-07-18 Thread Launchpad Bug Tracker
[Expired for ntp (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  broken start-up dependencies for ntp (starts before NIS is available)

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