[Bug 1193705] Re: [udev] /dev/disk/by-path missing

2013-06-25 Thread Martin Pitt
While we can technically put /dev/disks/by-path back for ATA devices in
Ubuntu, that still won't help upstream ceph on other distros, and I
believe this approach is buggy anyway. is_partition() currently looks a
bit underdefined/buggy to me, as it's not uncommon to have file systems
on unpartitioned block devices (i. e. mounting /dev/sdb directly); this
will also completely miss devmapper or other virtual devices. To mimic
the current behaviou,  one could do something like

  return not os.path.exists('/sys/block/%s' % os.path.basename(dev))

as devices will be there (like /sys/block/sdb), and partitions under
that (like /sys/block/sdb/sdb2). But again, that's not really what you
want there: Judging by how is_partition() is being used in
verify_not_in_use(), it should probably be called is_filesystem() and
query udev (CLI example: udevadm info --name=/dev/sda2 | grep ID_FS) or
blkid.

There are a couple of options how to rewrite these functions, including
reading /sys/block/, /proc/partitions, asking blkid, querying udevadm,
or querying udisks.

If you want a list of block devices with mountable file systems which
are present, and don't want to use any extra libraries, then perhaps the
simplest thing is

  udevadm trigger --dry-run --verbose --property-
match=ID_FS_USAGE=filesystem

(this doesn't need any root privileges). If you want all block devices,
then

  udevadm trigger --dry-run --verbose --subsystem-match=block

will give a list, including device-mapper (and also loopback, etc.).

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

Title:
  [udev] /dev/disk/by-path missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1193705/+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 1193289] Re: package libpam-winbind 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 128

2013-06-25 Thread Yolanda Robla
Thanks for reporting this. The problem doesn't seem to be related directly with 
the package, but with the Update Manager.
Please take a look at this thread:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/166843
It should help to solve the problem.


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

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

Title:
  package libpam-winbind 2:3.6.3-2ubuntu2.6 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1193289/+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 1193228] Re: package php5-fpm (not installed) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 143

2013-06-25 Thread Yolanda Robla
Seems that some problem is preventing php5-fm to start.
Please can you send the error log to check the problem causing that?

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

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

Title:
  package php5-fpm (not installed) failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 143

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1193228/+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 1193620] Re: ssh disconnect escape sequence doesn't work on a broken multiplexed connection

2013-06-25 Thread Yolanda Robla
** Changed in: openssh (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  ssh disconnect escape sequence doesn't work on a broken multiplexed
  connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1193620/+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 1194310] Re: cachemgr.cgi crashes after login

2013-06-25 Thread Yolanda Robla
** Changed in: squid3 (Ubuntu)
   Importance: Undecided = High

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

Title:
  cachemgr.cgi crashes after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1194310/+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 1193290] Re: missing files in packages

2013-06-25 Thread Yolanda Robla
Thanks for reporting this.
Can you check if libaugeas0 package is installed in your system? I've installed 
the package and libraries are correctly placed under /usr/lib.

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

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

Title:
  missing files in packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1193290/+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 1194309] Re: SSL_GET and HTTP_GET won't work

2013-06-25 Thread Yolanda Robla
** Changed in: keepalived (Ubuntu)
   Importance: Undecided = High

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

Title:
  SSL_GET and HTTP_GET won't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1194309/+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 1194390] [NEW] known issue in current version

2013-06-25 Thread Zoltan Lippai
Public bug reported:

Hi,

the current version in the repository (1:2.1.7-1ubuntu2) has a known bug, that 
was discussed here:
http://dovecot.org/pipermail/dovecot/2012-September/085585.html

This is the actual bugfix: 
http://hg.rename-it.nl/dovecot-2.1-pigeonhole/rev/6ceeb6421231

This issue is causing my webmail client to fail, because it checks the sieve 
scripts for errors before saving them, and this causes magaesieved to segfault, 
thus failing to save the sieve script.
Is it possible to update the package from 2.1.7 to a later version (from the 
2.1 branch)?

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


** Tags: dovecot managesieved segfault sieve

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

Title:
  known issue in current version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1194390/+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 994199] Re: vmbuilder and /etc/sudoers template missing sudo group support

2013-06-25 Thread Will Bryant
There hasn't been any activity on this bug for a while, and I suspect
it's not really a bug.  I think the file gets copied from the host, so
an out-of-date host will result in this behavior?

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

Title:
  vmbuilder and /etc/sudoers template missing sudo group support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/994199/+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 517067] Re: Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder and libvirt)

2013-06-25 Thread Will Bryant
Yeah, UUID seems like a better idea.

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

Title:
  Using virtio for block devices makes disks and partitions disappear in
  KVM/QEMU (using vmbuilder and libvirt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/517067/+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 1194426] [NEW] Missing chain overlay and required schemas

2013-06-25 Thread Almcc
Public bug reported:

Description:Ubuntu 13.04
Release:13.04

slapd:
  Installed: 2.4.31-1ubuntu2
  Candidate: 2.4.31-1ubuntu2
  Version table:
 *** 2.4.31-1ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status


Problem: Can not create a chain overlay:

# ldapadd -Y EXTERNAL -H ldapi:///
dn: olcOverlay=chain,olcDatabase={-1}frontend,cn=config
objectClass: olcOverlayConfig
objectClass: top
olcOverlay: chain

adding new entry olcOverlay=chain,olcDatabase={-1}frontend,cn=config
ldap_add: Undefined attribute type (17)
additional info: olcChainCacheURI: attribute type undefined


# tail /var/log/syslog
Jun 25 10:50:33 vm-40 slapd[6765]: overlay chain not found

A full chain overlay configuration also requires olcChainConfig schema
and olcLDAPConfig.

Expected result:

The ability to configure a chain overlay with LDAP database backends.

# ldapadd -Y EXTERNAL -H ldapi:///
dn: olcOverlay={0}chain,olcDatabase={1}frontend,cn=config
objectClass: olcOverlayConfig
objectClass: olcChainConfig
objectClass: top
olcOverlay: {0}chain
olcChainCacheURI: FALSE
olcChainMaxReferralDepth: 1
olcChainReturnError: TRUE

dn: olcDatabase={0}ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
objectClass: olcLDAPConfig
objectClass: olcChainDatabase
olcDatabase: {0}ldap
olcDbStartTLS: none  starttls=no
olcDbRebindAsUser: FALSE
olcDbChaseReferrals: TRUE
olcDbTFSupport: no
olcDbProxyWhoAmI: FALSE
olcDbProtocolVersion: 3
olcDbSingleConn: FALSE
olcDbCancel: abandon
olcDbUseTemporaryConn: FALSE
olcDbConnectionPoolMax: 16
olcDbNoRefs: FALSE
olcDbNoUndefFilter: FALSE

dn: olcDatabase={1}ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
objectClass: olcLDAPConfig
objectClass: olcChainDatabase
olcDatabase: {1}ldap
olcDbURI: ldap://example.com;
olcDbStartTLS: start  starttls=no
olcDbIDAssertBind: mode=self flags=prescriptive,proxy-authz-non-critical 
bindmethod=simple timeout=0 network-timeout=0 
binddn=cn=syncer,ou=syncproviders,dc=example,dc=com 
credentials=superpassword keepalive=0:0:0
olcDbRebindAsUser: FALSE
olcDbChaseReferrals: TRUE
olcDbTFSupport: no
olcDbProxyWhoAmI: FALSE
olcDbProtocolVersion: 3
olcDbSingleConn: FALSE
olcDbCancel: abandon
olcDbUseTemporaryConn: FALSE
olcDbConnectionPoolMax: 16

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

Title:
  Missing chain overlay and required schemas

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1194426/+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 1194426] Re: Missing chain overlay and required schemas

2013-06-25 Thread Almcc
** Description changed:

  Description:Ubuntu 13.04
  Release:13.04
  
  slapd:
-   Installed: 2.4.31-1ubuntu2
-   Candidate: 2.4.31-1ubuntu2
-   Version table:
-  *** 2.4.31-1ubuntu2 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
- 100 /var/lib/dpkg/status
- 
+   Installed: 2.4.31-1ubuntu2
+   Candidate: 2.4.31-1ubuntu2
+   Version table:
+  *** 2.4.31-1ubuntu2 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
  Problem: Can not create a chain overlay:
  
  # ldapadd -Y EXTERNAL -H ldapi:///
  dn: olcOverlay=chain,olcDatabase={-1}frontend,cn=config
  objectClass: olcOverlayConfig
  objectClass: top
  olcOverlay: chain
  
  adding new entry olcOverlay=chain,olcDatabase={-1}frontend,cn=config
  ldap_add: Undefined attribute type (17)
- additional info: olcChainCacheURI: attribute type undefined
- 
+ additional info: olcChainCacheURI: attribute type undefined
  
  # tail /var/log/syslog
  Jun 25 10:50:33 vm-40 slapd[6765]: overlay chain not found
  
  A full chain overlay configuration also requires olcChainConfig schema
  and olcLDAPConfig.
  
  Expected result:
  
  The ability to configure a chain overlay with LDAP database backends.
  
  # ldapadd -Y EXTERNAL -H ldapi:///
  dn: olcOverlay={0}chain,olcDatabase={1}frontend,cn=config
  objectClass: olcOverlayConfig
  objectClass: olcChainConfig
  objectClass: top
  olcOverlay: {0}chain
  olcChainCacheURI: FALSE
  olcChainMaxReferralDepth: 1
  olcChainReturnError: TRUE
  
- dn: olcDatabase={0}ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
+ dn: olcDatabase=ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
  objectClass: olcLDAPConfig
  objectClass: olcChainDatabase
  olcDatabase: {0}ldap
  olcDbStartTLS: none  starttls=no
  olcDbRebindAsUser: FALSE
  olcDbChaseReferrals: TRUE
  olcDbTFSupport: no
  olcDbProxyWhoAmI: FALSE
  olcDbProtocolVersion: 3
  olcDbSingleConn: FALSE
  olcDbCancel: abandon
  olcDbUseTemporaryConn: FALSE
  olcDbConnectionPoolMax: 16
  olcDbNoRefs: FALSE
  olcDbNoUndefFilter: FALSE
- 
- dn: olcDatabase={1}ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
- objectClass: olcLDAPConfig
- objectClass: olcChainDatabase
- olcDatabase: {1}ldap
- olcDbURI: ldap://example.com;
- olcDbStartTLS: start  starttls=no
- olcDbIDAssertBind: mode=self flags=prescriptive,proxy-authz-non-critical 
bindmethod=simple timeout=0 network-timeout=0 
binddn=cn=syncer,ou=syncproviders,dc=example,dc=com 
credentials=superpassword keepalive=0:0:0
- olcDbRebindAsUser: FALSE
- olcDbChaseReferrals: TRUE
- olcDbTFSupport: no
- olcDbProxyWhoAmI: FALSE
- olcDbProtocolVersion: 3
- olcDbSingleConn: FALSE
- olcDbCancel: abandon
- olcDbUseTemporaryConn: FALSE
- olcDbConnectionPoolMax: 16

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

Title:
  Missing chain overlay and required schemas

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1194426/+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 1193290] Re: missing files in packages

2013-06-25 Thread Thomas-Karl Pietrowski
well, I can't find these *.a and *.la files in libaugeas0 here on
raring:

/usr/lib/libaugeas.so.0
/usr/lib/libaugeas.so.0.16.0
/usr/lib/libfa.so.1
/usr/lib/libfa.so.1.4.0
/usr/share/doc/libaugeas0/changelog.Debian.gz
/usr/share/doc/libaugeas0/copyright

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

Title:
  missing files in packages

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

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


Re: [Bug 1193594] Re: lxc-create hanging

2013-06-25 Thread Serge Hallyn
*** This bug is a duplicate of bug 1182540 ***
https://bugs.launchpad.net/bugs/1182540

Quoting Robert Collins (1193...@bugs.launchpad.net):
 *** This bug is a duplicate of bug 1182540 ***
 https://bugs.launchpad.net/bugs/1182540
 
 Indeed, that worked - thanks. Will everyone upgrading encounter this? If
 so, perhaps a forced flush on new version runs would be a good idea?

No, IIUC this was a temporary bug which affected you because you tried
a lxc-create before the bug was fixed in the archive.  (You ran it on
Jun 16, it was fixed on Jun 22).

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

Title:
  lxc-create hanging

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1193594/+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 1194426] Re: Missing chain overlay and required schemas

2013-06-25 Thread Almcc
The chain overlay is contained within the back_ldap module. This must be
loaded within cn=module{0}.ldif.


There are missing schemas in the default configuration. I'll raise a separate 
ticket for this

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

** Summary changed:

- Missing chain overlay and required schemas
+ Missing chain overlay

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

Title:
  Missing chain overlay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1194426/+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 1068145] Re: Fix for CVE-2012-3867 (puppet) is too restrictive - TLS certificates now break

2013-06-25 Thread Adam Stokes
Puppet 3.2.2 is in Saucy now. Will see how feasible it is to just do a
full backport into Precise.

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

Title:
  Fix for CVE-2012-3867 (puppet) is too restrictive - TLS certificates
  now break

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1068145/+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 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package requests - 1.2.3-1

---
requests (1.2.3-1) unstable; urgency=low


  * New upstream release (Closes: #712915) (LP: #1187429)
- Thanks to Scott Moser for the report
  * debian/compat
- Bumped debhelper compatibility level to 9
  * debian/control
- Bumped debhelper B-D to (= 9)
- Temporarily bumped X-Python-Version to = 2.7 to prevent FTBFS
  due to lack of python-urllib3 for Python 2.6
  * debian/patches/02_use-system-chardet-and-urllib3.patches
- Refreshed

 -- Daniele Tricoli er...@mornie.org  Fri, 21 Jun 2013 08:52:39 +0200

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

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

Title:
  adapters.py uses undefined name ProxyManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/requests/+bug/1187429/+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-s-mongodb] MongoDB activities for Saucy

2013-06-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Priority: Undefined = High

-- 
MongoDB activities for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-mongodb

-- 
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-s-openstack-charms] OpenStack Charm work for Saucy/Havana

2013-06-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Priority: Medium = High

-- 
OpenStack Charm work for Saucy/Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms

-- 
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-s-openstack-charms] OpenStack Charm work for Saucy/Havana

2013-06-25 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Priority: Undefined = Medium

-- 
OpenStack Charm work for Saucy/Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms

-- 
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 1193620] Re: ssh disconnect escape sequence doesn't work on a broken multiplexed connection

2013-06-25 Thread Olathe
An imperfect workaround is to add the following line to the configuration:
  ServerAliveInterval 15

The client then automatically closes the connection after 3 failed
connectivity checks in a row. The checks are done every 15 seconds.

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

Title:
  ssh disconnect escape sequence doesn't work on a broken multiplexed
  connection

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

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


Re: [Bug 1193594] Re: lxc-create hanging

2013-06-25 Thread Robert Collins
*** This bug is a duplicate of bug 1182540 ***
https://bugs.launchpad.net/bugs/1182540

Ok cool - thanks!

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

Title:
  lxc-create hanging

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

2013-06-25 Thread Hardy Heroin
Ubuntu 12.04 LTS support here. I can confirm this bug.  The automount service 
needs to retrieve the automount NFS maps auto_home and auto_group from LDAP 
which it is unable to do because the network isn't up yet. To make things a bit 
more complicated, these are Kerberized (krb5) NFSv4 mounts. 
After automount fails once it fails and doesn't try again when the network is 
up.
It seems to me this could be a case for upstart to enforce network being up 
before (network) automounts are attempted or automount being at least so smart 
to try again some time later or when the networks are up.
This is a serious bug in large scale Linux environments. Of course there are 
workarounds such at the ones documented in this thread, but they are ugly and 
why should every user/administrator have to reinvent the wheel when it is clear 
what the problem is?

-- 
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 1183300] Re: Please upgrade keepalived to the latest upstream version

2013-06-25 Thread Logan Rosen
** Bug watch added: Debian Bug tracker #703085
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703085

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

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

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

Title:
  Please upgrade keepalived to the latest upstream version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1183300/+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 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-06-25 Thread Luke Yelavich
Would it not be safer to only backport the relevant code to allow the
modules to build against the 3.5 kernel, given that this has to be an
SRU? I see your new upstream in the branch you proposed, but I do wonder
whether updating to a new upstream release is a bit heavy handed, and I
am not sure it will even be approved.

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+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 1183300] Re: Please upgrade keepalived to the latest upstream version

2013-06-25 Thread Bug Watch Updater
** Changed in: keepalived (Debian)
   Status: Unknown = New

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

Title:
  Please upgrade keepalived to the latest upstream version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1183300/+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 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-06-25 Thread Nate Muench (Mink)
This is what's included in the proposal:
Upstream package: Raring
Debian folder: Precise

I tried using the whole Raring package and downgrading as needed. and
didn't work.

I have tested it (with a Precise machine), it does work

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+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 1176370] Re: Ethernet connection not stable

2013-06-25 Thread Juan Caser
after updating my kernel to 3.9.0 (not the RC) and removing all old
kernel, ive notice that my wired network are now loaded on login, before
i still need to restart the network manager... still have to test this
one out for few days if i still get some issues..

http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/

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

Title:
  Ethernet connection not stable

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

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


[Bug 1181367] Re: Alt+Tab switches between incorrect windows after some time of activity

2013-06-25 Thread Adam Conrad
Hello Marco, or anyone else affected,

Accepted unity into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/unity/7.0.0daily13.06.19~13.04-0ubuntu1
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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity (Ubuntu Raring)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  Alt+Tab switches between incorrect windows after some time of activity

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

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


[Bug 1171934] Re: Panel shadow is drawn above full-screen windows when notifications are shown

2013-06-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1170958 ***
https://bugs.launchpad.net/bugs/1170958

Hello Marco, or anyone else affected,

Accepted unity into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/unity/7.0.0daily13.06.19~13.04-0ubuntu1
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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity (Ubuntu Raring)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  Panel shadow is drawn above full-screen windows when notifications are
  shown

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

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


[Bug 1171663] Re: [regression] Icon count is not shown if the icon is not transformed

2013-06-25 Thread Adam Conrad
Hello Marco, or anyone else affected,

Accepted unity into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/unity/7.0.0daily13.06.19~13.04-0ubuntu1
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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity (Ubuntu Raring)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  [regression] Icon count is not shown if the icon is not transformed

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

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


[Bug 1171476] Re: Launcher - count label pops out in auto-hide mode

2013-06-25 Thread Adam Conrad
Hello Michał, or anyone else affected,

Accepted unity into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/unity/7.0.0daily13.06.19~13.04-0ubuntu1
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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity (Ubuntu Raring)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  Launcher - count label pops out in auto-hide mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1171476/+subscriptions

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

[Bug 1153350] Re: LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

2013-06-25 Thread Adam Conrad
Hello Tigran, or anyone else affected,

Accepted unity into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/unity/7.0.0daily13.06.19~13.04-0ubuntu1
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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity (Ubuntu Raring)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

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

Title:
  LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

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

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


[Bug 1064155] Re: [SRU Regression] Launcher and Global Menu are completely black after exiting fullscreen from certain apps

2013-06-25 Thread Adam Conrad
Hello Aaron, or anyone else affected,

Accepted unity into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/unity/7.0.0daily13.06.19~13.04-0ubuntu1
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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity (Ubuntu Raring)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU Regression] Launcher and Global Menu are completely black after
  exiting fullscreen from certain apps

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

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


[Bug 1169340] Re: [alt-tab] Disable detail view for webapp icons.

2013-06-25 Thread Adam Conrad
Hello Andrea, or anyone else affected,

Accepted unity into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/unity/7.0.0daily13.06.19~13.04-0ubuntu1
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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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!

** Tags added: verification-needed

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

Title:
  [alt-tab] Disable detail view for webapp icons.

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

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


[Bug 1074038] Re: Unity: Some untranslatable and wrong strings in the previews

2013-06-25 Thread Adam Conrad
Hello Bence, or anyone else affected,

Accepted unity into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/unity/7.0.0daily13.06.19~13.04-0ubuntu1
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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity (Ubuntu Raring)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  Unity: Some untranslatable and wrong strings in the previews

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

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


[Bug 1194366] [NEW] Sync motif 2.3.4-4 (universe) from Debian unstable (main)

2013-06-25 Thread Graham Inggs
Public bug reported:

Please sync motif 2.3.4-4 (universe) from Debian unstable (main)

Changelog entries since current saucy version 2.3.4-3:

motif (2.3.4-4) unstable; urgency=low

  * Provide a libmotif3 transitional package (Closes: #710935)
  * Let the uil package break and replace libmotif-dev ( 2.3.4)

 -- Graham Inggs gra...@nerve.org.za  Tue, 04 Jun 2013 19:19:12 +0200

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

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

Title:
  Sync motif 2.3.4-4 (universe) from Debian unstable (main)

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

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


[Bug 859600] Re: Please convert gnome-keyring to multiarch

2013-06-25 Thread eraserix
I've updated the description with more specific instructions on how to
test this SRU.

As for Depends vs Recommends from debian policy manual:
The Depends field should be used if the depended-on package is required for the 
depending package to provide a significant amount of functionality.

The Recommends field should list packages that would be found together
with this one in all but unusual installations.

I'm kind of inclined to stay with recommends. I can still store
passwords in the keyring without the pkcs11 library, no?

@graham: Thanks for the info about how the new multiarched package finds
its way to the users.

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

Title:
  Please convert gnome-keyring to multiarch

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

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


[Bug 1174145] Re: Broadcom 4313 causes heavy interference with wireless clients after 13.04 upgrade

2013-06-25 Thread bkloppenborg
Great. So to other users affected by this bug, simply apply the
broadcom-kernel-source package from saucy as described in post #18
above.

** Changed in: bcmwl (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/1174145

Title:
  Broadcom 4313 causes heavy interference with wireless clients after
  13.04 upgrade

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

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


[Bug 1193705] Re: [udev] /dev/disk/by-path missing

2013-06-25 Thread Martin Pitt
While we can technically put /dev/disks/by-path back for ATA devices in
Ubuntu, that still won't help upstream ceph on other distros, and I
believe this approach is buggy anyway. is_partition() currently looks a
bit underdefined/buggy to me, as it's not uncommon to have file systems
on unpartitioned block devices (i. e. mounting /dev/sdb directly); this
will also completely miss devmapper or other virtual devices. To mimic
the current behaviou,  one could do something like

  return not os.path.exists('/sys/block/%s' % os.path.basename(dev))

as devices will be there (like /sys/block/sdb), and partitions under
that (like /sys/block/sdb/sdb2). But again, that's not really what you
want there: Judging by how is_partition() is being used in
verify_not_in_use(), it should probably be called is_filesystem() and
query udev (CLI example: udevadm info --name=/dev/sda2 | grep ID_FS) or
blkid.

There are a couple of options how to rewrite these functions, including
reading /sys/block/, /proc/partitions, asking blkid, querying udevadm,
or querying udisks.

If you want a list of block devices with mountable file systems which
are present, and don't want to use any extra libraries, then perhaps the
simplest thing is

  udevadm trigger --dry-run --verbose --property-
match=ID_FS_USAGE=filesystem

(this doesn't need any root privileges). If you want all block devices,
then

  udevadm trigger --dry-run --verbose --subsystem-match=block

will give a list, including device-mapper (and also loopback, etc.).

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

Title:
  [udev] /dev/disk/by-path missing

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

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


[Bug 1194369] [NEW] nautilus crashed with SIGSEGV in gtk_action_get_name()

2013-06-25 Thread Matthew J. Ballard
*** This bug is a duplicate of bug 1193522 ***
https://bugs.launchpad.net/bugs/1193522

Public bug reported:

Occurred shortly after opening a file window and double clicking on my
Downloads folder. The window turned grey, then closed with an error
report prompt shortly following.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: nautilus 1:3.8.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
Uname: Linux 3.9.0-7-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.10.2-0ubuntu2
Architecture: amd64
CrashCounter: 1
Date: Tue Jun 25 01:44:11 2013
ExecutablePath: /usr/bin/nautilus
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'800x550+564+189'
InstallationDate: Installed on 2013-06-20 (5 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130618)
MarkForUpload: True
ProcCmdline: nautilus --no-desktop /home/username/Dropbox
ProcEnviron:
 LD_LIBRARY_PATH=set
 PATH=(custom, user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x7ff85b17d9a6 gtk_action_get_name+22: cmp
%rax,(%rdx)
 PC (0x7ff85b17d9a6) ok
 source %rax ok
 destination (%rdx) (0x) not located in a known VMA region 
(needed writable region)!
SegvReason: writing unknown VMA
Signal: 11
SourcePackage: nautilus
StacktraceTop:
 gtk_action_get_name () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Title: nautilus crashed with SIGSEGV in gtk_action_get_name()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: amd64 apport-crash saucy

** Information type changed from Private 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/1194369

Title:
  nautilus crashed with SIGSEGV in gtk_action_get_name()

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

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


[Bug 1194369] Re: nautilus crashed with SIGSEGV in gtk_action_get_name()

2013-06-25 Thread Apport retracing service
*** This bug is a duplicate of bug 1193522 ***
https://bugs.launchpad.net/bugs/1193522

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 #1193522, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1194369/+attachment/3713114/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1194369/+attachment/3713116/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1194369/+attachment/3713117/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1194369/+attachment/3713118/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1194369/+attachment/3713119/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1194369/+attachment/3713120/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1194369/+attachment/3713121/+files/ThreadStacktrace.txt

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

** Tags removed: need-amd64-retrace

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

Title:
  nautilus crashed with SIGSEGV in gtk_action_get_name()

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

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


[Bug 1154457] Re: No display after Precise installation finished.

2013-06-25 Thread Po-Hsu Lin
Verified with 12.04.2 + 3.8.0- kernel on 201205-11050
This problem does not exist anymore.

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

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

Title:
  No display after Precise installation finished.

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

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


[Bug 1074038] Re: Unity: Some untranslatable and wrong strings in the previews

2013-06-25 Thread Adam Conrad
Hello Bence, or anyone else affected,

Accepted unity-lens-video into raring-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/unity-lens-
video/0.3.14daily13.06.19~13.04-0ubuntu1 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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity-lens-video (Ubuntu Raring)
   Status: Confirmed = Fix Committed

** Changed in: unity-lens-applications (Ubuntu Raring)
   Status: Confirmed = 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/1074038

Title:
  Unity: Some untranslatable and wrong strings in the previews

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

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


[Bug 1103018] Re: line6usb - POD Studio UX2 Playback problem. Very robotic and slightly slower than usual

2013-06-25 Thread Danny Werner
s/#35/#39/

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

Title:
  line6usb - POD Studio UX2 Playback problem. Very robotic and slightly
  slower than usual

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

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


[Bug 1081500] Re: Add autopkgtest for mutual rebuild-testing amongst glibc, linux-libc-dev, gcc, and binutils

2013-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eglibc

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

Title:
  Add autopkgtest for mutual rebuild-testing amongst glibc, linux-libc-
  dev, gcc, and binutils

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1081500/+subscriptions

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


[Bug 1085342] Re: Pulseaudio applications hang (Totem, GNOME Shell etc.)

2013-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eglibc

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

Title:
  Pulseaudio applications hang (Totem, GNOME Shell etc.)

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

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


[Bug 1194370] [NEW] intel_microcode: prepend_earlyinitramfs: not found

2013-06-25 Thread dino99
Public bug reported:

Not sure about the package to be blamed

thats what i get with a new kernel installation:

update-initramfs: Generating /boot/initrd.img-3.10.0-0-generic
/usr/share/initramfs-tools/hooks/intel_microcode: 115: 
/usr/share/initramfs-tools/hooks/
intel_microcode: prepend_earlyinitramfs: not found
E: intel-microcode: failed to prepend early firmware to initramfs
W: intel-microcode: will try to use late initramfs update mode...

Note: earlier, i've seen a warning saying something like initramfs is
pointing nowhere, so it seems that initramfs need to be updated for
pointing to the path now used.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: intel-microcode 1.20130222.3
ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
Uname: Linux 3.9.0-7-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.10.2-0ubuntu2
Architecture: i386
Date: Tue Jun 25 08:01:32 2013
MarkForUpload: True
SourcePackage: intel-microcode
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools
 Importance: Undecided
 Status: New

** Affects: intel-microcode (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 saucy

** Also affects: initramfs-tools
   Importance: Undecided
   Status: New

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

Title:
  intel_microcode: prepend_earlyinitramfs: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1194370/+subscriptions

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


[Bug 694772] Re: Sudden reboot during server ISO install

2013-06-25 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 348455 ***
https://bugs.launchpad.net/bugs/348455

** Branch linked: lp:ubuntu/lucid-updates/eglibc

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

Title:
  Sudden reboot during server ISO install

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

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


[Bug 1016349] Re: htons() returns wrong type on non-{i386, amd64} platforms

2013-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eglibc

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

Title:
  htons() returns wrong type on non-{i386,amd64} platforms

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

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


[Bug 1074038] Please test proposed package

2013-06-25 Thread Adam Conrad
Hello Bence, or anyone else affected,

Accepted unity-lens-applications into raring-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source/unity-
lens-applications/0.3.14daily13.06.19~13.04-0ubuntu1 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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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/1074038

Title:
  Unity: Some untranslatable and wrong strings in the previews

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

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


[Bug 1097833] Re: GooglePlus.js test fails

2013-06-25 Thread Adam Conrad
Hello Víctor, or anyone else affected,

Accepted unity-webapps-googleplus into quantal-proposed. The package
will build now and be available at http://launchpad.net/ubuntu/+source
/unity-webapps-googleplus/2.4.11.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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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!

** Tags removed: verification-failed

** Tags added: verification-needed

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

Title:
  GooglePlus.js test fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-applications/+bug/1097833/+subscriptions

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

[Bug 1193388] Please test proposed package

2013-06-25 Thread Adam Conrad
Hello Maxim, or anyone else affected,

Accepted unity-webapps-googleplus into quantal-proposed. The package
will build now and be available at http://launchpad.net/ubuntu/+source
/unity-webapps-googleplus/2.4.11.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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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/1193388

Title:
  GooglePlus.test.js fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-googleplus/+bug/1193388/+subscriptions

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


[Bug 1194224] Please test proposed package

2013-06-25 Thread Adam Conrad
Hello Robert, or anyone else affected,

Accepted unity-webapps-googleplus into quantal-proposed. The package
will build now and be available at http://launchpad.net/ubuntu/+source
/unity-webapps-googleplus/2.4.11.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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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/1194224

Title:
  G+ icon is out of date.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-googleplus/+bug/1194224/+subscriptions

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


[Bug 1193388] Re: GooglePlus.test.js fails

2013-06-25 Thread Adam Conrad
Hello Maxim, or anyone else affected,

Accepted unity-webapps-googleplus into raring-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source/unity-
webapps-googleplus/2.4.12.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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity-webapps-googleplus (Ubuntu Raring)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: unity-webapps-googleplus (Ubuntu Quantal)
   Status: New = 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/1193388

Title:
  GooglePlus.test.js fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-googleplus/+bug/1193388/+subscriptions

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


[Bug 1192529] Re: linux-ti-omap4: 3.5.0-227.40 -proposed tracker

2013-06-25 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

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

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: ubuntu-armel-kernel (ubuntu-armel-kernel) = Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/upload-to-ppa
   Status: Confirmed = Fix Released

** Changed in: kernel-sru-workflow/upload-to-ppa
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New = Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the version to be filled upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 19. June 2013 11:01 UTC
  kernel-stable-master-bug:1192590
  kernel-stable-Certification-testing-end:Wednesday, 19. June 2013 16:04 UTC
- kernel-stable-phase:ReadyToBePackaged
- kernel-stable-phase-changed:Wednesday, 19. June 2013 19:03 UTC
+ kernel-stable-phase:CopyToProposed
+ kernel-stable-Prepare-package-end:Tuesday, 25. June 2013 06:22 UTC
+ kernel-stable-Promote-to-proposed-start:Tuesday, 25. June 2013 06:22 UTC
+ kernel-stable-phase-changed:Tuesday, 25. June 2013 06:22 UTC

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

Title:
  linux-ti-omap4: 3.5.0-227.40 -proposed tracker

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

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


[Bug 1194224] Re: G+ icon is out of date.

2013-06-25 Thread Adam Conrad
Hello Robert, or anyone else affected,

Accepted unity-webapps-googleplus into raring-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source/unity-
webapps-googleplus/2.4.12.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 add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and 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: unity-webapps-googleplus (Ubuntu Raring)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: unity-webapps-googleplus (Ubuntu Quantal)
   Status: New = 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/1194224

Title:
  G+ icon is out of date.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-googleplus/+bug/1194224/+subscriptions

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


[Bug 1173818] Re: Unable to set solid colors and gradients as desktop background in gnome-control-center

2013-06-25 Thread Doug McMahon
Fine in raring to extent of this bug.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Unable to set solid colors and gradients as desktop background in
  gnome-control-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-unity/+bug/1173818/+subscriptions

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


[Bug 1154488] Re: Can't adjust brightness with function keys(Fn+up/down)

2013-06-25 Thread Po-Hsu Lin
201205-11042 Revisited, with the 12.04.2 stock image, the brightness key will 
stop working after suspend.
However, after the nVidia proprietary driver was installed, the brightness key 
works normally before and after suspend.

BIOS version A04

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

Title:
  Can't adjust brightness with function keys(Fn+up/down)

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

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


[Bug 1192529] Re: linux-ti-omap4: 3.5.0-227.40 -proposed tracker

2013-06-25 Thread Adam Conrad
Copied to -proposed and overrides adjusted.

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed = Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) = Adam Conrad 
(adconrad)

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

Title:
  linux-ti-omap4: 3.5.0-227.40 -proposed tracker

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

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


[Bug 1176498] Re: friends app crashes on start.

2013-06-25 Thread Philipp Bielefeldt
With no obvious reason, friends-app started crashing as well on my
computer (beforehand, it worked fine); Message:


~$ virtual void OnlineAccounts::Plugin::registerTypes(const char*) 
Ubuntu.OnlineAccounts 
virtual void FriendsPlugin::registerTypes(const char*) Friends 
QQmlComponent: Component is not ready
MODEL:  com.canonical.Friends.Streams 
account-service-model.cpp 266 update 
account-service-model.cpp 266 update 
Twitter Supports send
accounts.count: 2
static void StreamModelPrivate::onModelReady(GObject*, GParamSpec*, 
StreamModelPrivate*)   2000 
STREAM:ROWS:  2000 
SERVICE:ROWS:  2000 

[1]+  Speicherzugriffsfehler  (Speicherabzug geschrieben) friends-app


Speicherzugriffsfehler = Segmentation violation (I guess, I didn't know, 
there's a German word for it^^).
I am pretty sure not to have changed anything since last log-in, so I don't 
have a clue how this happend. Sorry.

Using friend-app on Ubuntu 13.04, x86_64

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

Title:
  friends app crashes on start.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friends-app/+bug/1176498/+subscriptions

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


[Bug 1194224] Re: G+ icon is out of date.

2013-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/unity-webapps-googleplus

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

Title:
  G+ icon is out of date.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-googleplus/+bug/1194224/+subscriptions

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


[Bug 1193388] Re: GooglePlus.test.js fails

2013-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/unity-webapps-googleplus

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

Title:
  GooglePlus.test.js fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-googleplus/+bug/1193388/+subscriptions

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


[Bug 1193991] Re: second screen horizontal sync problem when SNA is on

2013-06-25 Thread Chris Wilson
So the first step would to be to check we haven't caught this bug
already - look in ppa:xorg-edgers and ppa:mainline drm-intel-nightly for
the latest drivers.

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

Title:
  second screen horizontal sync problem when SNA is on

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

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


[Bug 859600] Re: Please convert gnome-keyring to multiarch

2013-06-25 Thread Graham Inggs
For the gnome-keyring package to be considered multi-arch in Precise, surely 
libgck and libgcr need to be multi-arch as well?
Then we can close LP: #998715 for Precise in this SRU.

My other concern is what will happen when someone picks up 
libp11-kit-gnome-keyring in Precise and then upgrades to Quantal?
Quantal's gnome-keyring will overwrite libp11-kit-gnome-keyring because its 
Breaks and Replaces are on a lower version of gnome-keyring.  If this gets 
SRU'd for Precise, surely it must get SRU'd for Quantal as well?

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

Title:
  Please convert gnome-keyring to multiarch

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

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


[Bug 1192529] Re: linux-ti-omap4: 3.5.0-227.40 -proposed tracker

2013-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/linux-ti-omap4

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

Title:
  linux-ti-omap4: 3.5.0-227.40 -proposed tracker

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

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


[Bug 1191905] Re: Quantal update to 3.5.7.14 stable release

2013-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/linux-ti-omap4

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

Title:
  Quantal update to 3.5.7.14 stable release

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

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


[Bug 1188305] Re: rebase i915_hsw to 3.8.x

2013-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/linux-ti-omap4

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

Title:
  rebase i915_hsw to 3.8.x

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

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


[Bug 1192206] Re: linux: 3.5.0-35.56 -proposed tracker

2013-06-25 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1192590 ***
https://bugs.launchpad.net/bugs/1192590

** Branch linked: lp:ubuntu/quantal-proposed/linux-ti-omap4

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

Title:
  linux: 3.5.0-35.56 -proposed tracker

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

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


[Bug 1191726] Re: dm-snapshot should be in the installer environment

2013-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/linux-ti-omap4

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

Title:
  dm-snapshot should be in the installer environment

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

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


[Bug 1194334] Re: sudo apt-get upgrade after error

2013-06-25 Thread Torsten Franz
What happened if you make an sudo apt-get -f install in your terminal?

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

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

Title:
  sudo  apt-get upgrade after error

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

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


[Bug 1193092] Re: [MSI MS-7673] /resume failure [non-free: nvidia]

2013-06-25 Thread hellslinger
No crashes on mainline kernel, version 3.10.0-031000rc7-generic.

** Tags added: kernel-fixed-upstream

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

Title:
  [MSI MS-7673] /resume failure [non-free: nvidia]

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

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


[Bug 1194308] Re: package icedtea-netx 1.2-2ubuntu1.2 failed to install/upgrade: Versuch, »/usr/share/applications/itweb-settings.desktop« zu überschreiben, welches auch in Paket icedtea-netx-common 1

2013-06-25 Thread Torsten Franz
E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne
Angabe eines Pakets (oder geben Sie eine Lösung an).

Can you use this command: sudo apt-get -f install

What happend if you use this command?

** Changed in: icedtea-web (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/1194308

Title:
  package icedtea-netx 1.2-2ubuntu1.2 failed to install/upgrade:
  Versuch, »/usr/share/applications/itweb-settings.desktop« zu
  überschreiben, welches auch in Paket icedtea-netx-common
  1.2-2ubuntu1.2 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/1194308/+subscriptions

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

[Bug 1194380] [NEW] [LENOVO 4243BQ9] suspend/resume failure

2013-06-25 Thread Tristan Tarrant
Public bug reported:

I just got the apport message telling me of a problem.

ProblemType: KernelOops
DistroRelease: Ubuntu 13.10
Package: linux-image-3.9.0-7-generic 3.9.0-7.15
ProcVersionSignature: Ubuntu 3.10.0-0.6-generic 3.10.0-rc7
Uname: Linux 3.10.0-0-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.10.2-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lightdm2266 F pulseaudio
  tst3006 F pulseaudio
Date: Mon Jun 24 12:32:32 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=cfe7ea2d-d612-4366-a657-05c70ca848cc
InstallationDate: Installed on 2011-10-21 (612 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
InterpreterPath: /usr/bin/python3.3
MachineType: LENOVO 4243BQ9
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB:
 0 inteldrmfb
 1 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-0-generic 
root=UUID=f6aca2f5-478b-462b-9b7b-9c9057441ce6 ro quiet splash 
i915.i915_enable_rc6=1 vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
RelatedPackageVersions:
 linux-restricted-modules-3.10.0-0-generic N/A
 linux-backports-modules-3.10.0-0-generic  N/A
 linux-firmware1.109
SourcePackage: linux
Title: [LENOVO 4243BQ9] suspend/resume failure
UpgradeStatus: Upgraded to saucy on 2013-05-17 (38 days ago)
UserGroups:
 
dmi.bios.date: 09/15/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8AET52WW (1.32 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4243BQ9
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: RH0002189
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8AET52WW(1.32):bd09/15/2011:svnLENOVO:pn4243BQ9:pvrThinkPadT520:rvnLENOVO:rn4243BQ9:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4243BQ9
dmi.product.version: ThinkPad T520
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-kerneloops resume saucy suspend

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

Title:
  [LENOVO 4243BQ9] suspend/resume failure

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

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


[Bug 1193289] Re: package libpam-winbind 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 128

2013-06-25 Thread Yolanda Robla
Thanks for reporting this. The problem doesn't seem to be related directly with 
the package, but with the Update Manager.
Please take a look at this thread:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/166843
It should help to solve the problem.


** Changed in: samba (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/1193289

Title:
  package libpam-winbind 2:3.6.3-2ubuntu2.6 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 128

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

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


[Bug 1192606] Re: package mysql-server-5.5 5.5.31-0ubuntu0.12.04.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-06-25 Thread Yolanda Robla
Thanks for reporting this
It seems that some problem is stopping your mysql to start. Please can you 
attach the mysql logfile  (var/log/mysql) in order to detect the problem?

** Changed in: mysql-5.5 (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/1192606

Title:
  package mysql-server-5.5 5.5.31-0ubuntu0.12.04.2 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1192606/+subscriptions

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

[Bug 1194381] [NEW] ndiswrapper-dkms 1.58-0ubuntu1: ndiswrapper kernel module failed to build

2013-06-25 Thread zadmichr
Public bug reported:

...

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: ndiswrapper-dkms 1.58-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
DKMSBuildLog:
 DKMS make.log for ndiswrapper-1.58 for kernel 3.8.0-26-generic (x86_64)
 Fri Jun 21 00:06:38 CEST 2013
 Makefile:28: *** No .config found in /lib/modules/3.5.0-17-generic/build, 
please set KBUILD to configured kernel.  Stop.
DKMSKernelVersion: 3.8.0-26-generic
Date: Fri Jun 21 00:06:42 2013
DuplicateSignature:
 DKMS make.log for ndiswrapper-1.58 for kernel 3.8.0-26-generic (x86_64)
 Makefile:28: *** No .config found in /lib/modules/3.5.0-17-generic/build, 
please set KBUILD to configured kernel.  Stop.
InstallationDate: Installed on 2013-03-27 (89 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.58-0ubuntu1
SourcePackage: ndiswrapper
Title: ndiswrapper-dkms 1.58-0ubuntu1: ndiswrapper kernel module failed to build
UpgradeStatus: Upgraded to raring on 2013-05-09 (46 days ago)

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


** Tags: amd64 apport-package raring

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

Title:
  ndiswrapper-dkms 1.58-0ubuntu1: ndiswrapper kernel module failed to
  build

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

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


[Bug 1193426] Re: package mysql-client 5.5.31-0ubuntu0.13.04.1 failed to install/upgrade: package mysql-client is not ready for configuration cannot configure (current status `half-installed')

2013-06-25 Thread Yolanda Robla
Can you try:
apt-get install -f 

If that doesn't work please try:
sudo apt-get update
sudo apt-get autoclean
sudo apt-get clean
sudo dpkg --remove --force-remove-reinstreq mysql-client

** Changed in: mysql-5.5 (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/1193426

Title:
  package mysql-client 5.5.31-0ubuntu0.13.04.1 failed to
  install/upgrade: package mysql-client is not ready for configuration
  cannot configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1193426/+subscriptions

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


[Bug 1194195] Re: Please drop using gksu

2013-06-25 Thread Brendan Donegan
*** This bug is a duplicate of bug 1097816 ***
https://bugs.launchpad.net/bugs/1097816

** This bug has been marked a duplicate of bug 1097816
   Checkbox needs to use pkexec instead of gksu

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

Title:
  Please drop using gksu

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

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


[Bug 637979] Re: Removeable filesystems are not automatically mounted during boot.

2013-06-25 Thread cat
It happens every time I boot the pc with USB drive plugged in. I have to
unplug it and plug it in again. I use Ubuntu 12.04 with gnome-shell.

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

Title:
  Removeable filesystems are not automatically mounted during boot.

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

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


[Bug 1194381] Re: ndiswrapper-dkms 1.58-0ubuntu1: ndiswrapper kernel module failed to build

2013-06-25 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/1194381

Title:
  ndiswrapper-dkms 1.58-0ubuntu1: ndiswrapper kernel module failed to
  build

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

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


[Bug 912446] Re: Allow an independent context menu

2013-06-25 Thread cat
But will the fix be back ported to gtk 3.4? Or nobody cares about lts
users?

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

Title:
  Allow an independent context menu

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

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


[Bug 1193228] Re: package php5-fpm (not installed) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 143

2013-06-25 Thread Yolanda Robla
Seems that some problem is preventing php5-fm to start.
Please can you send the error log to check the problem causing that?

** Changed in: php5 (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/1193228

Title:
  package php5-fpm (not installed) failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 143

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

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

[Bug 1194380] Status changed to Confirmed

2013-06-25 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [LENOVO 4243BQ9] suspend/resume failure

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

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


[Bug 1055157] Re: transfer data speed from nautilus to usb decrease constantly

2013-06-25 Thread cat
The thing is that every Linux I used since 2007 had this problem.  You
can never trust the damn indicator.

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

Title:
  transfer data speed from nautilus to usb decrease constantly

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

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


[Bug 749084] Re: Dbus-Plugin of compiz not working

2013-06-25 Thread MC Return
** Also affects: compiz
   Importance: Undecided
   Status: New

** Changed in: compiz
   Importance: Undecided = High

** Changed in: compiz
Milestone: None = 0.9.10.0

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

Title:
  Dbus-Plugin of compiz not working

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

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


[Bug 1069500] Re: Transferring many large files over network causes file operation hang

2013-06-25 Thread cat
The same happens on Ubuntu 12.04 with quantal kernel while copying files
to cifs mounts.

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

Title:
  Transferring many large files over network causes file operation hang

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

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


[Bug 1194310] Re: cachemgr.cgi crashes after login

2013-06-25 Thread Yolanda Robla
** Changed in: squid3 (Ubuntu)
   Importance: Undecided = High

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

Title:
  cachemgr.cgi crashes after login

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

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


[Bug 1192847] Re: NMI watchdog fails to increment the NMI counter in /proc/interrupts

2013-06-25 Thread Yolanda Robla
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  NMI watchdog fails to increment the NMI counter in /proc/interrupts

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

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


[Bug 1193290] Re: missing files in packages

2013-06-25 Thread Yolanda Robla
Thanks for reporting this.
Can you check if libaugeas0 package is installed in your system? I've installed 
the package and libraries are correctly placed under /usr/lib.

** Changed in: augeas (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/1193290

Title:
  missing files in packages

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

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


[Bug 1192499] Re: virsh migration copy-storage-all fails with Unable to read from monitor: Connection reset by peer

2013-06-25 Thread Yolanda Robla
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  virsh migration copy-storage-all  fails with Unable to read from
  monitor: Connection reset by peer

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

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


[Bug 123561] Re: send-to for pidgin shows multiple accounts associated with user

2013-06-25 Thread Sebastien Bacher
** Changed in: nautilus-sendto (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

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

Title:
  send-to for pidgin shows multiple accounts associated with user

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-sendto/+bug/123561/+subscriptions

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


[Bug 1193620] Re: ssh disconnect escape sequence doesn't work on a broken multiplexed connection

2013-06-25 Thread Yolanda Robla
** Changed in: openssh (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  ssh disconnect escape sequence doesn't work on a broken multiplexed
  connection

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

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


[Bug 1194244] Re: Lubuntu - login name is empty at first boot

2013-06-25 Thread Sebastien Bacher
Thank you for your bug report, could you add the lightdm and greeter
logs to the bug report. What greeter do you use?

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

** Changed in: lightdm (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/1194244

Title:
  Lubuntu - login name is empty at first boot

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

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


[Bug 1153350] Re: LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

2013-06-25 Thread Xavier Guillot
I just installed, through the Proposed package, the
unity_7.0.0daily13.06.19~13.04 and fix works: menus are well highlighted
again in LibreOffice, thanks !

I will try it a few hours to confirm it does not introduce a regression
or another bug, but for the moment all seems going fine :)

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

Title:
  LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

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

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


[Bug 1194309] Re: SSL_GET and HTTP_GET won't work

2013-06-25 Thread Yolanda Robla
** Changed in: keepalived (Ubuntu)
   Importance: Undecided = High

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

Title:
  SSL_GET and HTTP_GET won't work

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

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


[Bug 1177632] Re: gnome-screensaver causes jump in compiz events

2013-06-25 Thread Sebastien Bacher
 So working around the bug would kind of defeat the purpose of testing.

Well, in your original description you raise the issue that this leads
to difficulties to get correct datas, so I thought you might want to be
able to filter out a known issue... anyway that seems like a compiz
issue, there had been similar bugs on some videocard in the past (bugs
in the videodrivers), can you reproduce on real hardware (that would
help to determine if that's indeed dependant of the video driver)

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

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

Title:
  gnome-screensaver causes jump in compiz events

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

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


[Bug 1153350] Re: LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

2013-06-25 Thread Xavier Guillot
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  LibreOffice4 Global Menu Items Do Not Highlight on Mouse Hover

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

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


[Bug 1190526] Re: init crashed with SIGABRT in nih_discard()

2013-06-25 Thread James Hunt
** Changed in: upstart
   Status: New = 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/1190526

Title:
  init crashed with SIGABRT in nih_discard()

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

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


[Bug 1194363] Re: gvfsd-http uses amounts of memory that are beyond the pale

2013-06-25 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: gvfs (Ubuntu)
   Importance: Undecided = High

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

Title:
  gvfsd-http uses amounts of memory that are beyond the pale

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