[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


[Bug 541512] Re: open-iscsi shutdown failure due to missing dir

2012-07-18 Thread Ryan Tandy
I discovered this bug on a fresh 10.04.4 Server install today. I'm
surprised it hasn't been fixed in Lucid. Ubuntu folks, is it possible
that this could still be considered for an SRU? Is there something I
could do (e.g. prepare a debdiff) to move the process forward?

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

Title:
  open-iscsi shutdown failure due to missing dir

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

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


[Bug 891852] Re: Network Tools: Obstruction of Ping tab contents.

2012-07-18 Thread Phen Homen
How do we get the fix?

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

Title:
  Network Tools: Obstruction of Ping tab contents.

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

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


[Bug 810542] Re: When turning on the onboard mousepad, the = sign repeats itself untill i press the backspace button (same as #368411 in natty)

2012-07-18 Thread Charlie
I no longer use the computer in which this problem exists, therefore I
am unsubscribing.

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

Title:
  When turning on the onboard mousepad, the = sign repeats itself
  untill i press the backspace button (same as #368411 in natty)

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

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


[Bug 1021674] Re: DMIInvalidHardwareEntry - Unmatched Chassis Type

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

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

Title:
  DMIInvalidHardwareEntry - Unmatched Chassis Type

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

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


[Bug 1018784] Re: [SRU Precise] update to 3.4.2.3

2012-07-18 Thread Chris Halse Rogers
You don't seem to have uploaded a fixed empathy; I've just rejected the
package from the queue which claimed to fix bug #1017436.

Please upload the fixed version :)

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

Title:
  [SRU Precise] update to 3.4.2.3

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

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


[Bug 1025003] Re: abiword crashed with SIGABRT is raised

2012-07-18 Thread Christopher M. Penalver
Vivek Taparia, thank you for reporting this bug and helping make Ubuntu
better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Changed in: abiword (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/1025003

Title:
  abiword crashed with SIGABRT is raised

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

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


[Bug 1025852] Re: empathy wont connect to network from root login on ubuntu 12.04 fresh, without any update

2012-07-18 Thread Nilesh Malode
Hi Jamie Strandboge (jdstrand), i perform the following command after
receving your message and also i submited report.

$ apport-collect 1025852

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

Title:
  empathy wont connect to network from root login on ubuntu 12.04 fresh,
  without any update

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

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


[Bug 1025061] Re: Kyocera FS-1300DN cannot print with gs backend

2012-07-18 Thread cliddell
sigh Again, I really didn't expect that :-(

http://www.ghostscript.com/~chrisl/printout-004.ps

That one should (on a fully functional printer) produce no output at all
- not even a blank page.

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

Title:
  Kyocera FS-1300DN cannot print with gs backend

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

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


[Bug 950160] Re: Unity blocks other programs from binding globally to Super+* or Alt+* (* = any key)

2012-07-18 Thread piotrekkr
I've updated system and now I have gnome-setting-daemon 3.4.2-0ubuntu0.4
. It still does not work. In system settings - keyboard - shortcuts
I've set Super+C as play/pause for multimedia. When amarok is playing
this shortcut don't work. When I press it shows only grey rounded
rectangle with no action image on it
(http://img831.imageshack.us/img831/6431/zrzutekranuz20120718083.png).
What I'm doing wrong?

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

Title:
  Unity blocks other programs from binding globally to Super+* or Alt+*
  (* = any key)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/950160/+subscriptions

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


[Bug 1025852] Re: empathy wont connect to network from root login on ubuntu 12.04 fresh, without any update

2012-07-18 Thread Nilesh Malode
apport information

** Tags added: apport-collected precise

** Description changed:

  i installed ubuntu 12.04 5 times, 3 times on my laptop, 1 time on my pc,
  and 1 time on my 8gb pendrive to boot from my companies machines.
  
  but the problem is empathy wont connect to network from root account, 
  i installed ubuntu 12.04 freshly, without any single update, empathy accounts 
wont connect to network.
  
- i also tested on mobile internet, broadband internet, wireless network,
- but from only root login empathy got internet connectivity error.
+ i also tested on mobile internet, broadband internet, wireless network, but 
from only root login empathy got internet connectivity error.
+ --- 
+ ApportVersion: 2.0.1-0ubuntu5
+ Architecture: i386
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
+ NonfreeKernelModules: wl
+ Package: empathy 3.4.1-0ubuntu1
+ PackageArchitecture: i386
+ ProcEnviron:
+  LANGUAGE=en_IN:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_IN
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
+ Tags:  precise
+ Uname: Linux 3.2.0-23-generic-pae i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1025852/+attachment/3226846/+files/Dependencies.txt

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

Title:
  empathy wont connect to network from root login on ubuntu 12.04 fresh,
  without any update

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

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


[Bug 983254] Re: Unity use ibus explicitly, make it impossible to use other input method

2012-07-18 Thread Yu Ning
Hi @Henry Lin,

I was studying on this bug these days, and personally I support the XIM
way (https://code.launchpad.net/~paulliu/nux/nux/+merge/106875) for
this, because it could be an universal solution. However input methods,
HIME for example, still won't got worked without XIM support themselves.
So I want to check if it could be possible for HIME to add XIM support.

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

Title:
  Unity use ibus explicitly, make it impossible to use other input
  method

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

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


[Bug 948053] Re: nvidia-96 and nvidia-173 uninstallable on Precise

2012-07-18 Thread Chris Halse Rogers
Hello Jean-Baptiste, or anyone else affected,

Accepted nvidia-graphics-drivers-173-updates into precise-proposed. The
package will build now and be available at
http://launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-173-updates/173.14.35-0ubuntu0.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: nvidia-graphics-drivers-173-updates (Ubuntu Precise)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

** Changed in: nvidia-graphics-drivers-173 (Ubuntu Precise)
   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/948053

Title:
  nvidia-96 and nvidia-173 uninstallable on Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/948053/+subscriptions

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


[Bug 948053] Please test proposed package

2012-07-18 Thread Chris Halse Rogers
Hello Jean-Baptiste, or anyone else affected,

Accepted nvidia-graphics-drivers-173 into precise-proposed. The package
will build now and be available at http://launchpad.net/ubuntu/+source
/nvidia-graphics-drivers-173/173.14.35-0ubuntu0.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!

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

Title:
  nvidia-96 and nvidia-173 uninstallable on Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/948053/+subscriptions

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


[Bug 1026000] Re: package gawk was chosen as automatic dependency but then failed to install/upgrade: pre-dependency problem - not installing gawk

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

Title:
  package gawk  was chosen as automatic dependency but then failed to
  install/upgrade: pre-dependency problem - not installing gawk

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

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


[Bug 1026000] [NEW] package gawk was chosen as automatic dependency but then failed to install/upgrade: pre-dependency problem - not installing gawk

2012-07-18 Thread Bernd Rinn
Public bug reported:

Error occured while trying to install xfig with sudo apt-get install
xfig. gawk was chosen to be installed automatically but then not
installed.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: gawk (not installed)
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Wed Jul 18 08:51:27 2012
ErrorMessage: pre-dependency problem - not installing gawk
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120327.1)
SourcePackage: gawk
Title: package gawk (not installed) failed to install/upgrade: pre-dependency 
problem - not installing gawk
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package gawk  was chosen as automatic dependency but then failed to
  install/upgrade: pre-dependency problem - not installing gawk

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

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


[Bug 1021733] Re: Complete the Additional Drivers implementation

2012-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~didrocks/software-properties/additional-drivers

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

Title:
  Complete the Additional Drivers implementation

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

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


[Bug 1021348] Re: [precise] Update the driver to 5.100.82.112

2012-07-18 Thread Chris Halse Rogers
In addition to what Brian has said, this doesn't appear to be
appropriate for a microrelease exception; it's not a simple bugfix
update, it contains significant new features, specifically monitor mode
and cfg80211.

If it's possible to cherry-pick the kernel panics and random reboots
that would be awesome, and certainly SRUable.

I've rejected this from the precise-proposed queue; we can fish it out
of the rejected queue if it's later determined to be appropriate.

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

Title:
  [precise] Update the driver to 5.100.82.112

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

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


[Bug 1026001] [NEW] package mpeg3-utils (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/bin/mpeg3dump', que também está no pacote libmpeg3cine 1:2.2-0.3~ppa1~precise5

2012-07-18 Thread Ricardo Luiz
Public bug reported:

I don't can install the mpeg3-utils package with sucess

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: mpeg3-utils (not installed)
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-0ubuntu9
AptOrdering:
 mpeg3-utils: Install
 mpeg3-utils: Configure
Architecture: i386
Date: Wed Jul 18 03:48:17 2012
DpkgTerminalLog:
 Desempacotando mpeg3-utils (de .../mpeg3-utils_1.5.4-5ubuntu1_i386.deb) ...
 dpkg: erro processando 
/var/cache/apt/archives/mpeg3-utils_1.5.4-5ubuntu1_i386.deb (--unpack):
  a tentar sobre-escrever '/usr/bin/mpeg3dump', que também está no pacote 
libmpeg3cine 1:2.2-0.3~ppa1~precise5
ErrorMessage: a tentar sobre-escrever '/usr/bin/mpeg3dump', que também está no 
pacote libmpeg3cine 1:2.2-0.3~ppa1~precise5
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
SourcePackage: libmpeg3
Title: package mpeg3-utils (not installed) failed to install/upgrade: a tentar 
sobre-escrever '/usr/bin/mpeg3dump', que também está no pacote libmpeg3cine 
1:2.2-0.3~ppa1~precise5
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package mpeg3-utils (not installed) failed to install/upgrade: a
  tentar sobre-escrever '/usr/bin/mpeg3dump', que também está no pacote
  libmpeg3cine 1:2.2-0.3~ppa1~precise5

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

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

[Bug 1026001] Re: package mpeg3-utils (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/bin/mpeg3dump', que também está no pacote libmpeg3cine 1:2.2-0.3~ppa1~precise5

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

Title:
  package mpeg3-utils (not installed) failed to install/upgrade: a
  tentar sobre-escrever '/usr/bin/mpeg3dump', que também está no pacote
  libmpeg3cine 1:2.2-0.3~ppa1~precise5

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

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

[Bug 1026000] Re: package gawk was chosen as automatic dependency but then failed to install/upgrade: pre-dependency problem - not installing gawk

2012-07-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gawk  was chosen as automatic dependency but then failed to
  install/upgrade: pre-dependency problem - not installing gawk

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

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


[Bug 1024164] Re: package libtiff5 4.0.2-1ubuntu1 failed to install/upgrade: ingen pakke med navnet «libtiff5» er installert, kan ikke sette opp

2012-07-18 Thread Jo-Erlend Schinstad
*** This bug is a duplicate of bug 1025405 ***
https://bugs.launchpad.net/bugs/1025405

Thank you, both for finding the other bug and for considering my
feelings. :)

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

Title:
  package libtiff5 4.0.2-1ubuntu1 failed to install/upgrade: ingen pakke
  med navnet «libtiff5» er installert, kan ikke sette opp

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

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

[Bug 1017908] Re: package php5-imagick 3.1.0~rc1-1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

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

** Changed in: php-imagick (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/1017908

Title:
  package php5-imagick 3.1.0~rc1-1 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-imagick/+bug/1017908/+subscriptions

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


[Bug 993827] Re: Logitech Wireless keyboard has bad layout on login screen

2012-07-18 Thread Bruno MACADRE
Nothing new...

To believe that everyone who cares

It is probably not important to have an AZERTY keyboard for developers
as they are all QWERTY ...

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

Title:
  Logitech Wireless keyboard has bad layout on login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/993827/+subscriptions

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


[Bug 987732] Re: If Wi-Fi is switched off with keypress, NM can't be used to switch it back on because menu item is greyed out

2012-07-18 Thread Alejandro
Problem has been solved with a newer release.

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

Title:
  If Wi-Fi is switched off with keypress, NM can't be used to switch it
  back on because menu item is greyed out

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

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


[Bug 1025632] Re: Add manual install flag

2012-07-18 Thread Martin Pitt
Fixed in git.

** Changed in: ubuntu-drivers-common (Ubuntu)
   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/1025632

Title:
  Add manual install flag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1025632/+subscriptions

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


[Bug 993298] Re: Please make NetworkManager-controlled dnsmasq respect /etc/hosts

2012-07-18 Thread Thomas Hood
Argh, I wrote But prior to Ubuntu 12.04, NM didn't start a local
nameserver at all; no DNS lookups were done externally and /etc/hosts
wasn't respected then either.  There's a typo in there.  I meant to
say:

But prior to Ubuntu 12.04, NM didn't start a local nameserver at
all; DNS lookups were done externally and /etc/hosts wasn't respected
then either.

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

Title:
  Please make NetworkManager-controlled dnsmasq respect /etc/hosts

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

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


[Bug 885316] Re: Mobile broadband aspect of modem/storage device not showing up in NetworkManager

2012-07-18 Thread Thomas Hood
What is the exact vendor name and model number of the device in
question?

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

Title:
  Mobile broadband aspect of modem/storage device not showing up in
  NetworkManager

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

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


[Bug 1025971] Re: bluetooth is ON after standby although I've switched it off in the settings

2012-07-18 Thread Ivan Zakharyaschev
In the previous comment, I forgot the detail that the system is set up
to go into standby mode after 10 min of inactivity **when on battery**.

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

Title:
  bluetooth is ON after standby although I've switched it off in the
  settings

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

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


[Bug 1026004] Re: indicator-weather crashed with SIGSEGV

2012-07-18 Thread dino99
** Visibility changed to: Public

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

Title:
  indicator-weather crashed with SIGSEGV

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

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


[Bug 1025864] Re: ipa-getkeytab doesn't work

2012-07-18 Thread Timo Aaltonen
thanks for testing, I'll look at it after my vacation.

** Changed in: freeipa (Ubuntu)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

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

Title:
  ipa-getkeytab doesn't work

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

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


[Bug 1025971] Re: bluetooth is ON after standby although I've switched it off in the settings

2012-07-18 Thread Ivan Zakharyaschev
I tried to reproduce this bug--with varying successfulness:

* first, I turned bluetooth again OFF in the settings, and then put the
system to standby from the shutdown menu (invoked by oressing hte power
button on the computer). After the wakeup, the bluetooth was still OFF
-- the expected good behavior.

* Then, I rebooted the system, and bluetooth was still OFF (if I
remember correctly) -- the expected good behavior.

* And then, I closed the lid (my settings are to put the system to
standby after 10 min of inactivity), and after the wakeup this time
bluetooth was again ON -- the bad behavior, which is not as expected!

Also, this last time, the multiload indicator disappeared from the bar
above the desktop. (Although it is set up to run automatically, and is
expected to be always there.)

Do you have an idea what is causing this bad behavior?

(I'll report if I come up with a dterministic scenario to reproduce this
bug.)

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

Title:
  bluetooth is ON after standby although I've switched it off in the
  settings

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

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


[Bug 1019587] Re: 1A34:0802 acrux gamepad is not initialized if plugged in at boot time

2012-07-18 Thread Christopher M. Penalver
astro, did this problem not exist in a version of Ubuntu prior to
Oneiric?

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

Title:
  1A34:0802 acrux gamepad is not initialized if plugged in at boot time

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

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


[Bug 1024836] Re: apport-gtk crashed with TypeError in exc_raise(): __init__() takes exactly 6 arguments (2 given)

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

** Changed in: apport (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/1024836

Title:
  apport-gtk crashed with TypeError in exc_raise(): __init__() takes
  exactly 6 arguments (2 given)

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

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


[Bug 993298] Re: Please make NetworkManager-controlled dnsmasq respect /etc/hosts

2012-07-18 Thread Thomas Hood
jerico wrote:
 I've got no instance of dnsmasq running and entries
 in /etc/hosts are respected when e.g. letting Firefox
 (or any other application I've access to) resolve URLs.

Yes, that is because the libc resolver consults /etc/hosts without doing
a DNS lookup.

 AFAIK /etc/hosts is in not directly linked to dnsmasq
 and it doesn't matter whether DNS lookups are done
 externally or not.

The standalone dnsmasq (i.e., the dnsmasq that runs when the dnsmasq
package is installed) does consult /etc/hosts when resolving names.
This feature can be disabled.

 The hosts mechanism is much older than dnsmasq.

That's true.

[...]
 IMO it is most unusual for a Linux distribution to provide
 a default configuration that does not respect /etc/hosts.

That would be highly unusual.  Ubuntu is not unusual in this respect. In
Ubuntu 12.04 /etc/nsswitch contains

hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4

thus for host name lookups the libc resolver looks first at /etc/hosts.

Try this yourself.  Add the line

1.2.3.4 foo

to /etc/hosts and then try ping foo.

 $ ping foo
PING foo (1.2.3.4) 56(84) bytes of data.
^C


** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Opinion

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

Title:
  Please make NetworkManager-controlled dnsmasq respect /etc/hosts

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

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


[Bug 987732] Re: If Wi-Fi is switched off with keypress, NM can't be used to switch it back on because menu item is greyed out

2012-07-18 Thread Thomas Hood
Thanks for the update, Alejandro.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  If Wi-Fi is switched off with keypress, NM can't be used to switch it
  back on because menu item is greyed out

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

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


[Bug 828850] Re: software-properties-gtk crashed with DBusException in call_blocking(): com.ubuntu.SoftwareProperties.PermissionDeniedByPolicy: com.ubuntu.softwareproperties.applychanges

2012-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~didrocks/software-properties/additional-drivers

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

Title:
  software-properties-gtk crashed with DBusException in call_blocking():
  com.ubuntu.SoftwareProperties.PermissionDeniedByPolicy:
  com.ubuntu.softwareproperties.applychanges

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

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


[Bug 828850] Re: software-properties-gtk crashed with DBusException in call_blocking(): com.ubuntu.SoftwareProperties.PermissionDeniedByPolicy: com.ubuntu.softwareproperties.applychanges

2012-07-18 Thread Didier Roche
@Edward: thanks for the patch, I integrated yours in quantal (adding
i18n). However, I removed the dialog in precise as we can't add new
strings (untranslated) to an existing release.

Thanks again for your contribution :)

** Changed in: software-properties (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/828850

Title:
  software-properties-gtk crashed with DBusException in call_blocking():
  com.ubuntu.SoftwareProperties.PermissionDeniedByPolicy:
  com.ubuntu.softwareproperties.applychanges

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

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


[Bug 461342] Re: nm-applet does not start; tweaking /etc/dbus-1/system.d/NetworkManager.conf fixes it

2012-07-18 Thread Thomas Hood
Thanks for the update.

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

Title:
  nm-applet does not start; tweaking
  /etc/dbus-1/system.d/NetworkManager.conf fixes it

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

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


[Bug 1026004] Crash report cannot be processed

2012-07-18 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate a useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

libgtk-3-common version 3.5.7~git20120716.5ee59122-0ubuntu1~12.10~ricotz0 
required, but 3.5.6-0ubuntu5 is available
libglib2.0-bin version 2.33.4~git20120713.160da82e-0ubuntu1~12.10~ricotz0 
required, but 2.33.3-2 is available
libglib2.0-0 version 2.33.4~git20120713.160da82e-0ubuntu1~12.10~ricotz0 
required, but 2.33.3-2 is available
libglib2.0-data version 2.33.4~git20120713.160da82e-0ubuntu1~12.10~ricotz0 
required, but 2.33.3-2 is available
gir1.2-glib-2.0 version 1.33.3+git20120712.8950556c-0ubuntu1~12.10~ricotz0 
required, but 1.33.3-1svn1 is available
libgtk-3-bin version 3.5.7~git20120716.5ee59122-0ubuntu1~12.10~ricotz0 
required, but 3.5.6-0ubuntu5 is available
libgtk-3-0 version 3.5.7~git20120716.5ee59122-0ubuntu1~12.10~ricotz0 required, 
but 3.5.6-0ubuntu5 is available
libgirepository-1.0-1 version 
1.33.3+git20120712.8950556c-0ubuntu1~12.10~ricotz0 required, but 1.33.3-1svn1 
is available


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1026004/+attachment/3226882/+files/CoreDump.gz

** Tags removed: need-i386-retrace

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

Title:
  indicator-weather crashed with SIGSEGV

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

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


[Bug 1026004]

2012-07-18 Thread Apport retracing service
Stacktrace:
 #0  0x08adb778 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0x5
StacktraceSource: #0  0x08adb778 in ?? ()
StacktraceTop: ?? ()

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

Title:
  indicator-weather crashed with SIGSEGV

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

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


Re: [Bug 1025003] Re: abiword crashed with SIGABRT is raised

2012-07-18 Thread Vivek Taparia
Hi Christopher,

I am not sure as I opened abiword and it crashed. I do not have any steps
to reproduce for now but would try again today to see if this is
reproducible.

thanks,
Vivek

On Wed, Jul 18, 2012 at 11:56 AM, Christopher M. Penalver 
christopher.penal...@gmx.com wrote:

 Vivek Taparia, thank you for reporting this bug and helping make Ubuntu
 better. Please answer these questions:

 * Is this reproducible?
 * If so, what specific steps should we take to recreate this bug?

 This will help us to find and resolve the problem.

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

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

 Title:
   abiword crashed with SIGABRT is raised

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/abiword/+bug/1025003/+subscriptions


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

Title:
  abiword crashed with SIGABRT is raised

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

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


[Bug 1026004] ThreadStacktrace.txt

2012-07-18 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1026004/+attachment/3226904/+files/ThreadStacktrace.txt

** Changed in: indicator-weather (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/1026004

Title:
  indicator-weather crashed with SIGSEGV

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

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


Re: [Bug 1025864] Re: ipa-getkeytab doesn't work

2012-07-18 Thread Stephan Adig
timo

i just compiled freeipa 2.2.0 and this looks more broken (running it
on f17 and there it works)
ipa client install breaks with a glibc trace
debian.py needs more adjustment ( patch will be send tomorrow)
so i think something i wrong with our deps i think

furthermore i did some backports for krb5 and libapache2 mod auth krb
for doing s4uproxy support

will push it into to lp tomorrow for testing this would be a big step
tonhave freeipa server running on ubuntu

have a nice vacation :-)

\sh

Sent from my iPhone

On 18.07.2012, at 00:30, Timo Aaltonen tjaal...@ubuntu.com wrote:

 thanks for testing, I'll look at it after my vacation.

 ** Changed in: freeipa (Ubuntu)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

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

 Title:
  ipa-getkeytab doesn't work

 Status in “freeipa” package in Ubuntu:
  New

 Bug description:
  Dear Colleagues,

  after successfully joining a freeipa domain with 12.04, it should be
  possible to use ipa-getkeytab from the freeipa-client package.

  Sadly this is just an expectation.

  so, ipa-getkeytab --help on F17 gives this output:

  [root@authmgr ~]# ipa-getkeytab --help
  Usage: ipa-getkeytab [OPTION...]
-q, --quiet  Print as little as
 possible
-s, --server=Server Name Contact this
 specific KDC 
 Server
-p, --principal=Kerberos Service Principal Name  The principal to
 get a keytab for
 (ex:
 
 ftp/ftp.example@example.com)
-k, --keytab=Keytab File NameFile were to store
 the keytab
 information
-e, --enctypes=Comma separated encryption types list Encryption types 
 to
 request
--permitted-enctypes Show the list of
 permitted
 encryption types
 and exit
-P, --password   Asks for a
 non-random 
 password
 to use for the
 principal
-D, --binddn=DN to bind as if not using kerberos LDAP DN
-w, --bindpw=password to use if not using kerberos   LDAP password

  Help options:
-?, --help   Show this help
 message
--usage  Display brief 
 usage
 message


  On Ubuntu 12.04:


  root@ubuntu-ipa-client:~# ipa-getkeytab --help
  root@ubuntu-ipa-client:~#


  This is not correct.

  Please find attached strace logs of both clients:

  Ubuntu 12.04 and F17


  Comparing these, Ubuntu 12.04 stops in the middle before even executing the 
 main() method (IMHO)

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

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

Title:
  ipa-getkeytab doesn't work

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

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

[Bug 996791] Re: Xubuntu 12.04 extremely slow login

2012-07-18 Thread Andreas Diesner
I created a package lightdm using the patch of metux (weigelt). It works
for me too.

Download it here:  (Installing lightdm_1.2.1-0ubuntu3_amd64.deb is enough). 
https://launchpad.net/~andreas-diesner/+archive/lightdm-fix-temporary

The next official lightdm package will overwrite the patch again, so you
should be save.

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

Title:
  Xubuntu 12.04 extremely slow login

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

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


[Bug 424864] Re: Video colors appear inverted

2012-07-18 Thread Alex Tasin
the reset of settings in both VLC and Totem resolve the problem, but not
all users are able to come here on launchpad to find a solution.

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

Title:
  Video colors appear inverted

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

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


[Bug 1026009] [NEW] [System Product Name, VIA VT1705, Green Headphone Out, Front] No sound at all

2012-07-18 Thread David
Public bug reported:

No sound at all on front jack. Only works from rear jack.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: VT1705 Analog [VT1705 Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ncore  1953 F pulseaudio
 /dev/snd/controlC0:  ncore  1953 F pulseaudio
 /dev/snd/pcmC0D0p:   ncore  1953 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfbffc000 irq 44'
   Mixer name   : 'VIA VT1705'
   Components   : 'HDA:11064397,104383a1,0010'
   Controls  : 36
   Simple ctrls  : 19
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfeafc000 irq 17'
   Mixer name   : 'Nvidia GPU 15 HDMI/DP'
   Components   : 'HDA:10de0015,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
Date: Wed Jul 18 09:37:53 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_DevicesInUse:
 1953  1953  1953/dev/snd/controlC1:  ncore F pulseaudio
 /dev/snd/controlC0:  ncore F pulseaudio
 /dev/snd/pcmC0D0p:   ncore F...m pulseaudio
Symptom_Jack: Green Headphone Out, Front
Symptom_Type: No sound at all
Title: [System Product Name, VIA VT1705, Green Headphone Out, Front] No sound 
at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/15/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0507
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5KPL-AM IN/ROEM/SI
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0507:bd01/15/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-AMIN/ROEM/SI:rvrX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise third-party-packages

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

Title:
  [System Product Name, VIA VT1705, Green Headphone Out, Front] No sound
  at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1026009/+subscriptions

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


[Bug 1026009] Re: [System Product Name, VIA VT1705, Green Headphone Out, Front] No sound at all

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

Title:
  [System Product Name, VIA VT1705, Green Headphone Out, Front] No sound
  at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1026009/+subscriptions

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


[Bug 948053] Re: nvidia-96 and nvidia-173 uninstallable on Precise

2012-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/nvidia-graphics-
drivers-173-updates/precise-proposed

** Branch linked: lp:~ubuntu-branches/ubuntu/precise/nvidia-graphics-
drivers-173/precise-proposed

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

Title:
  nvidia-96 and nvidia-173 uninstallable on Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/948053/+subscriptions

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


[Bug 828850] Re: software-properties-gtk crashed with DBusException in call_blocking(): com.ubuntu.SoftwareProperties.PermissionDeniedByPolicy: com.ubuntu.softwareproperties.applychanges

2012-07-18 Thread Didier Roche
** Description changed:

+ [Test Case]
+ 1. install the version from -proposed
+ 2. launch software-properties
+ 3. do any action that requires an authentification and cancel it
+ - you should see a warning showing on the command line (if you launched it)
+ - whoopsie shouldn't trigger that a crash happened.
+ 
+ [Regression Potential]
+ None, as it's just wrapping the crash in a try/except clause.
+ 
  This is reproducible by launching software-properties-gtk as any user
  that is not an admin, or from any session where the user can't be
  verified to be an admin via policykit - including when the user hits
  'cancel' in the authentication dialog. We should suppress these
  exceptions so they don't show up as crashes on the desktop.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: software-properties-gtk 0.81.8
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Thu Aug 11 14:27:10 2011
  ExecutablePath: /usr/bin/software-properties-gtk
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110705)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-properties-gtk -n -t 132120584
  ProcCwd: /home/yehuda/Documents
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-properties-gtk', '-n', '-t', '132120584']
  SourcePackage: software-properties
  Title: software-properties-gtk crashed with DBusException in call_blocking(): 
com.ubuntu.SoftwareProperties.PermissionDeniedByPolicy: 
com.ubuntu.softwareproperties.applychanges
  UpgradeStatus: Upgraded to oneiric on 2011-07-27 (21 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Changed in: software-properties (Ubuntu Precise)
   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/828850

Title:
  software-properties-gtk crashed with DBusException in call_blocking():
  com.ubuntu.SoftwareProperties.PermissionDeniedByPolicy:
  com.ubuntu.softwareproperties.applychanges

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

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

[Bug 1025864] Re: ipa-getkeytab doesn't work

2012-07-18 Thread Timo Aaltonen
Well, getting the server working needs lot more, including reshuffling
the whole ipapython/platform stuff around, so the current debian.py is
temporary until that work is done upstream (I'll get to it in two
weeks). The current freeipa package in 12.04 will only get fixes so that
the client install goes more smoothly etc, but server would need a
backport of 3.1 most likely.

The packaging is in git.debian.org btw.

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

Title:
  ipa-getkeytab doesn't work

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

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


[Bug 1025632] Re: Add manual install flag

2012-07-18 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common - 1:0.2.66

---
ubuntu-drivers-common (1:0.2.66) quantal; urgency=low

  * UbuntuDrivers/detect.py, system_device_drivers(): Add driver flag
manual_installed if none of the driver packages are installed, but the
corresponding kernel module is available. This usually means that the user
installed the driver manually from upstream. (LP: #1025632)
  * share/fake-devices-wrapper: If $FAKE_INSTALLED_KMOD is set, run the
wrapped program with a modinfo wrapper in $PATH which claims that the
given kernel module name is available. This can be used to test the
manually installed driver case.
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 18 Jul 2012 09:29:59 +0200

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Add manual install flag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1025632/+subscriptions

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


[Bug 1025003] Re: abiword crashed with SIGABRT is raised

2012-07-18 Thread Christopher M. Penalver
Vivek Taparia, thank you for reporting this and helping make Ubuntu better. 
However, your crash report is missing. Please follow these instructions to have 
apport report a new bug about your crash that can be dealt with by the 
automatic retracer. One may execute at the Terminal:
sudo apt-get update  sudo apt-get -y upgrade  sudo apt-get -y install 
abiword-dbg  sudo service apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your 
/var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'.

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently. Thanks in advance for your cooperation and understanding.

** Changed in: abiword (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/1025003

Title:
  abiword crashed with SIGABRT is raised

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

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


[Bug 649009] Re: apt-cacher-ng crashed with SIGSEGV in malloc()

2012-07-18 Thread Daniel Hahler
@Matt: can you please file a new bug report about your crash (which appears to 
be different)?
(start with ubuntu-bug apt-cacher-ng)

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

Title:
  apt-cacher-ng crashed with SIGSEGV in malloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/649009/+subscriptions

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


[Bug 1026013] [NEW] Libreoffice writer freezes precise on startup

2012-07-18 Thread Charlie
Public bug reported:

Everytime I start up libreoffice writer, a splash screen pops up, and as
soon as the loading bar appears with a tiny fraction of the loading bar
full, the system freezes. This happens every time I startup libreoffice
writer (thus libreoffice writer is unusable). I can still move the mouse
pointer and pressing Ctrl+Alt+F1 successfully brings me to the command
prompt.

Things I have tried:
- Using different versions of Java - I have tried OpenJDK versions 6 and 7, as 
well as proprietary Java.
- Googling the problem, searching through AskUbuntu  Launchpad as well as 
LibreOffice website.
- Running libreoffice writer from the terminal, however, as the system freezes, 
any error it does throwback (if any), I cannot see.
- Running 64 bit and 32 bit libreoffice writer on 64 bit Ubuntu. The problem 
occurs for both instances. However, the problem does not occur running 32 bit 
libreoffice writer on 32 bit Ubuntu.

I should add I get a lot of random freezing which seems to be most
prevalent when opening windows/popups (but I emphasize random - it does
not always occur when opening windows/popups, nor everytime I get some
sort of new window/popup). With LibreOffice Writer however, this
freezing happens EVERYtime, at the exact same point in the loading
process, without exception.

My System:
Linux kernel: 3.2.0-26-generic
Ubuntu: Precise
Laptop: Lenovo Thinkpad Edge E520
Architecture: amd64
fglrxinfo:
display: :0 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon 6600M and 6700M Series
OpenGL version string: 4.2.11627 Compatibility Profile Context
libreoffice-writer Version: 1:3.5.3-0ubuntu1

I'm sorry if this report lacks info - I am a bit of a noob, but I will
happily provide log reports and similar such if needed (I don't really
know which logs are relevant and such).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-26-generic 3.2.0-26.41
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lyle   1787 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xe270 irq 45'
   Mixer name   : 'Intel CougarPoint HDMI'
   Components   : 'HDA:14f1506e,17aa21e2,0013 
HDA:80862805,80860101,0010'
   Controls  : 14
   Simple ctrls  : 6
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
   Mixer name   : 'ThinkPad EC (unknown)'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Wed Jul 18 17:43:21 2012
HibernationDevice: RESUME=UUID=b5f914ad-169b-4e90-81b2-ad3885dd1350
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: LENOVO 1143CTO
ProcEnviron:
 LANGUAGE=en_AU:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-26-generic 
root=UUID=cd4a6850-4efe-4b67-b40a-8a0d50b2da98 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-26-generic N/A
 linux-backports-modules-3.2.0-26-generic  N/A
 linux-firmware1.79
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/13/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 8HET41WW(1.23)
dmi.board.asset.tag: Not Available
dmi.board.name: 1143CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8HET41WW(1.23):bd01/13/2012:svnLENOVO:pn1143CTO:pvrThinkPadE520:rvnLENOVO:rn1143CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 1143CTO
dmi.product.version: ThinkPad E520
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug precise staging

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

Title:
  Libreoffice writer freezes precise on startup

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

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


[Bug 1026013] Re: Libreoffice writer freezes precise on startup

2012-07-18 Thread Charlie
** Attachment added: The output of the dmesg command.
   
https://bugs.launchpad.net/bugs/1026013/+attachment/3226920/+files/dmesgOutput.txt

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

Title:
  Libreoffice writer freezes precise on startup

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

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


[Bug 1025122] Re: Libreoffice writer freezes precise on startup

2012-07-18 Thread Charlie
*** This bug is a duplicate of bug 1026013 ***
https://bugs.launchpad.net/bugs/1026013

Have done as you have asked, and marked this bug as a duplicate of the
newly created bug. Thankyou.

** This bug has been marked a duplicate of bug 1026013
   Libreoffice writer freezes precise on startup

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

Title:
  Libreoffice writer freezes precise on startup

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