[Bug 573318] Re: mysql server will not start

2012-08-09 Thread AJenbo
I upgraded 11.10 to 12.04 and then purged removed packages. This left me
with out  /etc/apparmor.d/local/usr.sbin.mysqld (as mysql 5.1 was purged
as it was replaced by mysql 5.5). Copied the file from a different
machine made everything work again. Here is the original content:

---
# Site-specific additions and overrides for usr.sbin.mysqld.
# For more details, please see /etc/apparmor.d/local/README.

---
(basically an empty file)

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

Title:
  mysql server will not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/573318/+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 1034824] [NEW] oneiric to precise upgrade leaves obsolete configuration file: /etc/bind/named.conf.options

2012-08-09 Thread Jean-Baptiste Lallement
Public bug reported:

Oneiric to Precise Upgrade i386|amd64

dpkg-query -W -f '${Conffiles}'|grep obsolete reports the following obsolete 
files after upgrade:
bind9
  /etc/bind/named.conf.options

Reference
https://jenkins.qa.ubuntu.com/view/Precise/view/Upgrade%20Testing%20Dashboard/job/precise-upgrade-oneiric-server/ARCH=amd64,LTS=non-lts,PROFILE=server-tasks,label=upgrade-test/201/

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: bind9 (not installed)
ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0
Uname: Linux 3.5.0-8-generic x86_64
ApportVersion: 2.4-0ubuntu6
Architecture: amd64
Date: Thu Aug  9 12:21:53 2012
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: bind9
UpgradeStatus: Upgraded to quantal on 2012-01-31 (190 days ago)

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


** Tags: amd64 apport-bug qa-daily-testing quantal running-unity uec-images

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

Title:
  oneiric to precise upgrade leaves obsolete configuration file:
  /etc/bind/named.conf.options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1034824/+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 935516] Re: genshi version 0.6-2 FTBFS on i386 in precise

2012-08-09 Thread James Page
** Changed in: genshi (Ubuntu Precise)
Milestone: ubuntu-12.04.1 = precise-updates

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

Title:
  genshi version 0.6-2 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/genshi/+bug/935516/+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 838968] Re: static-network-up event does not wait for interfaces to have an address

2012-08-09 Thread Christoph Martin
I don't think this bug is really fixed. At least not in the versions
which are in precise: isc-hdcp-client=4.1.ESV-R4-0ubuntu5.2,
ifupdown=0.7~beta2ubuntu8.

The problem occurs, if a dhcp server is not availlable for some time.
Then dhclient will send one DHCP-REQUEST on ifup or lease renewal and
might never get an answer inside the timeout interval because this one
DHCP-REQUEST package might get lost. Then dhclient will terminate and
the interface will get never configured, thus making the host
unavaillable from the network.

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

Title:
  static-network-up event does not wait for interfaces to have an
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/838968/+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 1034869] [NEW] winbind normalize names = yes disable winbind cache mechanism and cause LDAP heavy load / poor performances

2012-08-09 Thread pnomblot
Public bug reported:

Context :

Description:Ubuntu 12.04 LTS
Release:12.04

samba:
  Installed: 2:3.6.3-2ubuntu2.3
  Candidate: 2:3.6.3-2ubuntu2.3
  Version table:
 *** 2:3.6.3-2ubuntu2.3 0
500 ftp://debmirror.parkeon.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 2:3.6.3-2ubuntu2.1 0
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
 2:3.6.3-2ubuntu2 0
500 ftp://debmirror.parkeon.com/ubuntu/ precise/main amd64 Packages


client linux Ubuntu 12.04 SSO authentification against Microsoft 2008 AD 
server, Winbind 3.6.3 (Ubuntu 12.04 LTS, Linux 3.2.0-27-generic, winbind 
2:3.6.3-2ubuntu2.3 )

Problem Desciption :

I'have discovered that setting option winbind normalize names = yes
cause winbind client to send LDAP search for each username/group
resolution even those in cache. Setting this option to No makes
winbind use cache, setting winbind in offline mode works fine too
(smbcontrol winbind offline). This behavior cause heavy load on
client/server if resolving a full tree files or simply slow down apache
SSO authentification based on winbind as each web object read will cause
multiple LDAP search before serving.

How to reproduce :

run shell command

# id pnomblot

will makes winbind send 3 LDAP search to solve pnomblot alias (can be
checked with wireshark)

for i in {0..10}; do id pnomblot ;done

cause 30 ldap search to be send to ldap server to solve the same id.

for example, deja-dup backup plus cause million of LDAP request parsing
files ...


My smb.conf :

[global]
workgroup = nomblot.org
realm = nomblot.org
security = ads
domain master = no
local master = no
allow trusted domains = no
socket options = TCP_NODELAY
template homedir = /home/%U
template shell = /bin/bash
kerberos method = secrets and keytab
password server = *
client ntlmv2 auth = yes
idmap config NOMBLOT:backend = ad
idmap config NOMBLOT:default = yes
idmap config NOMBLOT:schema_mode = rfc2307
idmap config NOMBLOT:range = 500 - 3
idmap config *:backend = ad
idmap config *:range = 500 - 3
idmap cache time = 1209600
idmap negative cache time = 1209600
username map cache time = 300
winbind cache time = 300
winbind expand groups = 10
winbind use default domain = yes
winbind refresh tickets = yes
winbind nss info = rfc2307
winbind offline logon = yes
winbind enum users = no
winbind enum groups = no
winbind nested groups = yes
winbind reconnect delay = 5
winbind normalize names = yes
dns proxy = no
log file = /var/log/samba/log.%m
log level = 0 idmap:0 winbind:1
max log size = 1000
obey pam restrictions = yes
pam password change = yes
name resolve order = host
create krb5 conf = no
private dir = /var/lib/samba
state directory = /var/lib/samba
cache directory = /var/cache/samba
lock directory = /var/lib/samba
pid directory = /var/run
dos charset = ASCII
unix charset = UTF8
display charset = UTF8
invalid users = root daemon bin sys sync games man lp ...
#end of smb.conf


Thank's for your help

Patrick.

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

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

Title:
  winbind normalize names = yesdisable  winbind cache mechanism and
  cause LDAP heavy load / poor performances

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1034869/+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 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode

2012-08-09 Thread James Page
** Changed in: dnsmasq (Ubuntu Precise)
Milestone: ubuntu-12.04.1 = precise-updates

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

Title:
  [SRU] dnsmasq fails at leasing issues when using vlan mode

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

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


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

2012-08-09 Thread Serge Hallyn
@Eugene,

I ran that test case on precise for 3.5 hours, with virtio network
bridged with eth0 and without the vhost_net kernel module loaded, but
network never hung.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/997978/+subscriptions

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


[Blueprint servercloud-q-openstack-deployment-on-arm] OpenStack Deployment on ARM Server

2012-08-09 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
  Add support for ARM to euca2ools: DONE
  Add support for ports.ubuntu.com to cloud-init: TODO
  Add instance archectiture detection support: DONE
  Test swift on ARM: TODO
  Test quantum on ARM: TODO
  Test horion on ARM: TODO
  Test keystone on ARM: TODO
- Test glance on ARM: TODO
+ Test glance on ARM: DONE
  Test nova on ARM: TODO
  Test libvirt on ARM: DONE
  Test rabbitmq-server on ARM: DONE
  Test openvswitch on ARM: TODO
  Test cloud images on ARM: TODO

-- 
OpenStack Deployment on ARM Server
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-openstack-deployment-on-arm

-- 
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 838968] Re: static-network-up event does not wait for interfaces to have an address

2012-08-09 Thread Stéphane Graber
That's another bug and yes the intended fix didn't work in 12.04.
There's a test isc-dhcp in precise-proposed with the fix, we're expecting this 
to land for 12.04.1.

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

Title:
  static-network-up event does not wait for interfaces to have an
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/838968/+subscriptions

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


[Bug 1034962] [NEW] bacula dependency on bacula-server fails with held broken packages

2012-08-09 Thread Douglas Russell
Public bug reported:

I installed a brand new ubuntu 12.04 server, did update and dist-
upgrade.

Now when I try and install bacula, I get the below message.

dpwrussell@bacula-master:~$ sudo apt-get install bacula
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 bacula : Depends: bacula-server but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

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


** Tags: apt backup bacula

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

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

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

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


[Bug 1034962] Re: bacula dependency on bacula-server fails with held broken packages

2012-08-09 Thread Douglas Russell
Oh, and this happens on my workstation as well, so it doesn't seem to be
an isolated case.

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

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

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

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


[Bug 1034963] [NEW] shouldn't ship public module tests

2012-08-09 Thread Dmitrijs Ledkovs
Public bug reported:

python-boto in precise ships public python module tests, which is quite 
unfortunate.
it shouldn't

** Affects: python-boto (Ubuntu Precise)
 Importance: Undecided
 Status: New

** Also affects: python-boto (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: python-boto (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** No longer affects: python-boto (Ubuntu Quantal)

** No longer affects: python-boto (Ubuntu)

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

Title:
  shouldn't ship public module tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/precise/+source/python-boto/+bug/1034963/+subscriptions

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


[Blueprint servercloud-q-openstack-deployment-on-arm] OpenStack Deployment on ARM Server

2012-08-09 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
  Add support for ARM to euca2ools: DONE
  Add support for ports.ubuntu.com to cloud-init: TODO
  Add instance archectiture detection support: DONE
  Test swift on ARM: TODO
  Test quantum on ARM: TODO
  Test horion on ARM: TODO
- Test keystone on ARM: TODO
+ Test keystone on ARM: DONE
  Test glance on ARM: DONE
- Test nova on ARM: TODO
+ Test nova on ARM: DONE
  Test libvirt on ARM: DONE
  Test rabbitmq-server on ARM: DONE
  Test openvswitch on ARM: TODO
  Test cloud images on ARM: TODO

-- 
OpenStack Deployment on ARM Server
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-openstack-deployment-on-arm

-- 
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 1034098] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-09 Thread joel_huebner
adding additional information from change log

** Attachment added: bind change log
   
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1034098/+attachment/3254840/+files/bind%20change%20log

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

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

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

2012-08-09 Thread joel_huebner
error txt

** Attachment added: error txt
   
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1034098/+attachment/3254850/+files/bind%20errors

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

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

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

2012-08-09 Thread joel_huebner
bind installer log

** Attachment added: bind installer log
   
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1034098/+attachment/3254849/+files/installerlog.txt

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1034098/+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 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-08-09 Thread Clint Byrum
Thanks for testing Kaarle, we'll release this to lucid-updates soon.

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

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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 671065] Re: deliver broken because dovecot.conf uses !include_try

2012-08-09 Thread Clint Byrum
Hi Ante. This patch doesn't apply cleanly to the latest package:

clint@clint-MacBookPro:~/pkg/dovecot/bzr/dovecot$ patch -p1  lp-671065.patch 
patching file debian/changelog
patching file debian/mail-stack-delivery.postinst
Hunk #1 FAILED at 45.
Hunk #2 FAILED at 58.
2 out of 2 hunks FAILED -- saving rejects to file 
debian/mail-stack-delivery.postinst.rej

Can you look into why that is?

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

Title:
  deliver broken because dovecot.conf uses !include_try

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/671065/+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 718188] Re: dovecot won't be restarted after failure

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package dovecot - 1:2.1.7-1ubuntu2

---
dovecot (1:2.1.7-1ubuntu2) quantal; urgency=low

  * d/dovecot-core.dovecot.upstart: Respawn to handle unexpected but
recoverable problems. (LP: #718188)
 -- Clint Byrum cl...@ubuntu.com   Thu, 09 Aug 2012 12:22:52 -0700

** Changed in: dovecot (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  dovecot won't be restarted after failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/dovecot/+bug/718188/+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 620959] Re: Please compile --with-solr

2012-08-09 Thread Clint Byrum
Hi Erik. dovecot-solr made its debut in Ubuntu 12.04. Sorry we weren't
able to use your patch, but thanks for thinking so far ahead!

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

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

Title:
  Please compile --with-solr

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/620959/+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 718188] Re: dovecot won't be restarted after failure

2012-08-09 Thread Clint Byrum
Hi Matthias. We generally reserve stable release updats for
high/critical importance bugs. There is an easy workaround for this one.
If you edit /etc/init/dovecot.conf and add (on its own line) this:

respawn

That should do the trick.

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

Title:
  dovecot won't be restarted after failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/dovecot/+bug/718188/+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 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

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

** Changed in: libnss-ldap (Ubuntu)
   Status: New = Confirmed

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

Title:
  libnss-ldap causes boot hang on Ubuntu 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1024475/+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 700741] Re: dovecot won't start during boot

2012-08-09 Thread Clint Byrum
This bug was fixed in Oneiric by changing the boot sequence to not emit
runlevel 2 until after all interfaces in /etc/network/interfaces are up.

** Changed in: dovecot (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  dovecot won't start during boot

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

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


[Bug 1014864] Re: [MIR] New package - walinuxagent

2012-08-09 Thread Steve Langasek
The walinuxagent package in precise-proposed NEW queue is based on an
earlier version from quantal, so is missing this change:

  * Restrict target architectures to i386 and amd64.

I assume that if this was worth an upload in quantal, we should have it
in the precise version as well, in which case it should be included on
the first accept so we don't have to redo the NEW processing.  Can you
please reupload with this fix?

** Changed in: walinuxagent (Ubuntu Precise)
   Status: New = Incomplete

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

Title:
  [MIR] New package - walinuxagent

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

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


[Bug 1034228] Re: maas-enlist script hard codes the path to the maas server

2012-08-09 Thread Andres Rodriguez
** Changed in: maas-enlist (Ubuntu)
   Status: New = Fix Committed

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

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

Title:
  maas-enlist script hard codes the path to the maas server

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1034228/+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 1034228] Re: maas-enlist script hard codes the path to the maas server

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package maas-enlist - 0.4+bzr29-0ubuntu1

---
maas-enlist (0.4+bzr29-0ubuntu1) quantal; urgency=low

  * bin/maas-enlist: Do not hardcode API path URL. If none is given use
a default, otherwise use the one given with serverurl (LP: #1034228)
 -- Andres Rodriguez andres...@ubuntu.com   Thu, 12 Jul 2012 14:32:03 -0400

** Branch linked: lp:~maas-maintainers/maas/maas-enlist-packaging

** Changed in: maas-enlist (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  maas-enlist script hard codes the path to the maas server

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1034228/+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 1034228] Re: maas-enlist script hard codes the path to the maas server

2012-08-09 Thread Andres Rodriguez
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  maas-enlist script hard codes the path to the maas server

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

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


[Bug 1014864] Re: [MIR] New package - walinuxagent

2012-08-09 Thread Steve Langasek
Hello Ben, or anyone else affected,

Accepted walinuxagent into precise-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/walinuxagent/1.0~git20120606.c16f5e9-0ubuntu2~12.04.1
in a few hours, and then in the -proposed repository.

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

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

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

** Changed in: walinuxagent (Ubuntu Precise)
   Status: Incomplete = Fix Committed

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

Title:
  [MIR] New package - walinuxagent

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

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


[Bug 990945] [NEW] samba-common doesn't read workgroup from smb.conf

2012-08-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

the first installation runs oky
manally provisonning is okay
but the package di not detect it did a good provisonning

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sun Apr 29 09:34:10 2012
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Beta amd64 
(20120418)
ProcEnviron:
 TERM=xterm
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: samba4
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise
-- 
samba-common doesn't read workgroup from smb.conf
https://bugs.launchpad.net/bugs/990945
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in Ubuntu.

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


[Bug 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package ipsec-tools - 1:0.7.1-1.6ubuntu1.1

---
ipsec-tools (1:0.7.1-1.6ubuntu1.1) lucid-proposed; urgency=low

  * src/racoon/handler.c: fix phase 2 negotiation (LP: #947309).
- Patch from upstream CVS revisions 1.31 and 1.32.
- Fixes Vista and Windows 7 client support.
 -- Robie Basak robie.ba...@ubuntu.com   Fri, 09 Mar 2012 19:01:04 +

** Changed in: ipsec-tools (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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 993291] Re: [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-rc.d: unknown initscript, /etc/init.d/nis not found.

2012-08-09 Thread Brian Murray
Hello Sean, or anyone else affected,

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

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

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

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

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

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-
  rc.d: unknown initscript, /etc/init.d/nis not found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/993291/+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 990945] Re: samba-common doesn't read workgroup from smb.conf

2012-08-09 Thread Jelmer Vernooij
This is a samba-common issue, since the samba4 postinst script gets the
workgroup from samba-common's debconf config - and that has invalid
data.

** Package changed: samba4 (Ubuntu) = samba (Ubuntu)

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

Title:
  samba-common doesn't read workgroup from smb.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/990945/+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 569757] Please test proposed package

2012-08-09 Thread Brian Murray
Hello harald, or anyone else affected,

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

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

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

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

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

Title:
  NIS upstart dependency broken for lucid

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

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

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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 653405] Re: rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting

2012-08-09 Thread Les Dunston
Just to clarify a little, I had to place the short hostname on localhost
and not the FQDN in /etc/hosts to get rabbitmq to start up.

My entry looks something like this:

127.0.0.1 localhost servername servername.example.com

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

Title:
  rabbitmq-server fails to start if hostname is unresolvable or has
  changed since first starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/653405/+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 1031795] Re: package postfix 2.9.3-2~12.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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

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

Title:
  package postfix 2.9.3-2~12.04.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1034962] Re: bacula dependency on bacula-server fails with held broken packages

2012-08-09 Thread Pedro Romano
I was able to reproduce the reported behaviour on an update clean
install of Precise.

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

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

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

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


[Bug 1034962] Re: bacula dependency on bacula-server fails with held broken packages

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

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

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

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

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

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


[Bug 1034125] Re: containers can load a kernel to kexec

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.5.0-9.9

---
linux (3.5.0-9.9) quantal-proposed; urgency=low

  [ Daniel P. Berrange ]

  * SAUCE: (drop after 3.6) Forbid invocation of kexec_load() outside
initial PID namespace
- LP: #1034125

  [ Douglas Bagnall ]

  * SAUCE: Unlock the rc_dev lock when the raw device is missing
- LP: #1015836

  [ Ike Panhc ]

  * [Config] Enable EDAC/CLK for highbank
- LP: #1008345

  [ Leann Ogasawara ]

  * Revert ubuntu: AUFS -- reenable

  [ Rob Herring ]

  * SAUCE: net: calxedaxgmac: add write barriers around setting owner bit
- LP: #1008345
  * SAUCE: ARM smp_twd: add back arm,smp-twd compatible property
- LP: #1008345
  * SAUCE: ARM: highbank: add soft power and reset key event handling
- LP: #1008345
  * SAUCE: ARM: highbank: use writel_relaxed variant for pwr requests
- LP: #1008345
  * SAUCE: ahci: un-staticize ahci_dev_classify
- LP: #1008345
  * SAUCE: ahci_platform: add custom hard reset for Calxeda ahci ctrlr
- LP: #1008345

  [ Upstream Kernel Changes ]

  * rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.
- LP: #871904
  * Avoid sysfs oops when an rc_dev's raw device is absent
- LP: #1015836
  * eCryptfs: Copy up POSIX ACL and read-only flags from lower mount
  * clk: add DT clock binding support
- LP: #1008345
  * clk: add DT fixed-clock binding support
- LP: #1008345
  * clk: add highbank clock support
  * edac: add support for Calxeda highbank memory controller
- LP: #1008345
  * edac: add support for Calxeda highbank L2 cache ecc
- LP: #1008345
  * net: calxedaxgmac: enable rx cut-thru mode
- LP: #1008345
  * net: calxedaxgmac: fix hang on rx refill
- LP: #1008345
  * eCryptfs: Revert to a writethrough cache model
- LP: #1034012
  * eCryptfs: Initialize empty lower files when opening them
- LP: #911507
  * eCryptfs: Unlink lower inode when ecryptfs_create() fails
- LP: #872905
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Wed, 08 Aug 2012 08:39:42 
-0700

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

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

Title:
  containers can load a kernel to kexec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034125/+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 993291] Re: [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-rc.d: unknown initscript, /etc/init.d/nis not found.

2012-08-09 Thread Sean Whitney
Sorry, I've verified this as completed for precise, but I don't have an
oneiric installation to test.


Sean

On 08/09/2012 02:56 PM, Brian Murray wrote:
 Hello Sean, or anyone else affected,
 
 Accepted nis into oneiric-proposed. The package will build now and be
 available at http://launchpad.net/ubuntu/+source/nis/3.17-32ubuntu1.3 in
 a few hours, and then in the -proposed repository.
 
 Please help us by testing this new package.  See
 https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
 enable and use -proposed.  Your feedback will aid us getting this update
 out to other Ubuntu users.
 
 If this package fixes the bug for you, please change the bug tag from
 verification-needed to verification-done.  If it does not, change the
 tag to verification-failed.  In either case, details of your testing
 will help us make a better decision.
 
 Further information regarding the verification process can be found at
 https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
 advance!
 
 ** Changed in: nis (Ubuntu Oneiric)
Status: In Progress = Fix Committed
 
 ** Tags removed: verification-done
 
 ** Tags added: verification-needed
 


-- 
You develop an instant global consciousness, a people orientation, an
intense dissatisfaction with the state of the world, and a compulsion to
do something about it. From out there on the moon, international
politics look so petty. You want to grab a politician by the scruff of
the neck and drag him a quarter of a million miles out and say, Look at
that, you son of a bitch.
 - Edgar Mitchell, Apollo 14 astronaut, People magazine, 8 April 1974.

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

Title:
  [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-
  rc.d: unknown initscript, /etc/init.d/nis not found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/993291/+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 1034125] Re: containers can load a kernel to kexec

2012-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/linux-lowlatency

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

Title:
  containers can load a kernel to kexec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034125/+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 1029453] Re: vncterm fails because qemu is in different location than in Debian

2012-08-09 Thread Mike McClurg
Ah, thanks Marc! I didn't know that. Why are the keymaps duplicated
between these packages? There must have been a reason to deviate from
Debian's qemu.

I'll rework the patch so that we have different depends based on the
vendor, instead of using two different patch series.

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

Title:
  vncterm fails because qemu is in different location than in Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xcp-vncterm/+bug/1029453/+subscriptions

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


[Bug 968412] Re: Internal error in the solver (multi-arch: foreign packages not considered to solve other-arch dependencies)

2012-08-09 Thread Daniel Hartwig
** Summary changed:

- Internal error in the solver
+ Internal error in the solver (multi-arch: foreign packages not considered to 
solve other-arch dependencies)

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

Title:
  Internal error in the solver (multi-arch: foreign packages not
  considered to solve other-arch dependencies)

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

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


[Bug 1034676] Re: Sync system-config-cluster 1.0.53-1 (main) from Debian unstable (main)

2012-08-09 Thread Micah Gersten
This definitely can't be a straight sync as the Debian package needs
python-support which is not in main.  The Debian packaging is certainly
nicer, but we have to make sure we're not dropping any useful changes.
You might want to check with the Ubuntu Server team (#ubuntu-server) if
they know of any possible issues with the new version from Debian.
Please resubscribe ubuntu-sponsors once there's something to sponsor.

** Changed in: system-config-cluster (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/1034676

Title:
  Sync system-config-cluster 1.0.53-1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-cluster/+bug/1034676/+subscriptions

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


[Bug 1029531] Re: cdromupgrade from Lucid to Precise failed with unmet dependencies without network connection

2012-08-09 Thread Steve Langasek
Hello Jean-Baptiste, or anyone else affected,

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

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

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

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

** Changed in: nspr (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Changed in: update-notifier (Ubuntu Precise)
   Status: In Progress = Fix Committed

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

Title:
  cdromupgrade from Lucid to Precise failed with unmet dependencies
  without network connection

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

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


[Bug 1029531] Please test proposed package

2012-08-09 Thread Steve Langasek
Hello Jean-Baptiste, or anyone else affected,

Accepted update-notifier into precise-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/update-
notifier/0.119ubuntu8.5 in a few hours, and then in the -proposed
repository.

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

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

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

** Changed in: openoffice.org (Ubuntu Precise)
   Status: In Progress = Fix Committed

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

Title:
  cdromupgrade from Lucid to Precise failed with unmet dependencies
  without network connection

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

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


[Bug 1029531] Please test proposed package

2012-08-09 Thread Steve Langasek
Hello Jean-Baptiste, or anyone else affected,

Accepted openoffice.org into precise-proposed. The package will build
now and be available at
http://launchpad.net/ubuntu/+source/openoffice.org/1:3.3.0-7ubuntu7.1 in
a few hours, and then in the -proposed repository.

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

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

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

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

Title:
  cdromupgrade from Lucid to Precise failed with unmet dependencies
  without network connection

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

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


[Bug 1026494] Re: crash for missing hardware hardware::storage:cd

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  crash for missing hardware hardware::storage:cd

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

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


[Bug 1020205] Re: add support for a click_url in a exhibit banner

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  add support for a click_url in a exhibit banner

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center-agent/+bug/1020205/+subscriptions

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


[Bug 1012877] Re: Applications in the Independent section are not being added to the Unity launcher

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Applications in the Independent section are not being added to the
  Unity launcher

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

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


[Bug 1011522] Re: Clicking on Reinstall previous purchase twice shows endless spinner

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Clicking on Reinstall previous purchase twice shows endless spinner

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

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


[Bug 1009039] Re: unreadable text with adwaita theme

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  unreadable text with adwaita theme

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

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


[Bug 1006483] Update Released

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

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

Title:
  NoDisplay=true items are added to the launcher after installation

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

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


[Bug 1008229] Re: software-center crashed with AttributeError in version(): 'AppDetailsDebFile' object has no attribute '_deb'

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  software-center crashed with AttributeError in version():
  'AppDetailsDebFile' object has no attribute '_deb'

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

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


[Bug 1006483] Re: NoDisplay=true items are added to the launcher after installation

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  NoDisplay=true items are added to the launcher after installation

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

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


[Bug 1002440] Update Released

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

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

Title:
  Unity Launcher Fails To Auto-Hide When Enabled  Installing Commercial
  Software

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

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


[Bug 1002440] Re: Unity Launcher Fails To Auto-Hide When Enabled Installing Commercial Software

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Unity Launcher Fails To Auto-Hide When Enabled  Installing Commercial
  Software

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

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


[Bug 999427] Update Released

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

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

Title:
  Launcher items added via Ubuntu Software Center incorrectly point to
  the app-install desktop files rather than the actual installed desktop
  files

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

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


[Bug 999427] Re: Launcher items added via Ubuntu Software Center incorrectly point to the app-install desktop files rather than the actual installed desktop files

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Launcher items added via Ubuntu Software Center incorrectly point to
  the app-install desktop files rather than the actual installed desktop
  files

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

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


[Bug 981488] Update Released

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

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

Title:
  Program's icon stays in Launcher after removing the program

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

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


[Bug 981488] Re: Program's icon stays in Launcher after removing the program

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Program's icon stays in Launcher after removing the program

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

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


[Bug 969907] Update Released

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

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

Title:
  software-center crashed with AttributeError in _app_activated_cb():
  'NoneType' object has no attribute 'get_pkgname'

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

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


[Bug 969907] Re: software-center crashed with AttributeError in _app_activated_cb(): 'NoneType' object has no attribute 'get_pkgname'

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  software-center crashed with AttributeError in _app_activated_cb():
  'NoneType' object has no attribute 'get_pkgname'

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

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


[Bug 925014] Update Released

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

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

Title:
  Purchased items are not being added to the Unity launcher

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

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


[Bug 925014] Re: Purchased items are not being added to the Unity launcher

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.5

---
software-center (5.2.5) precise-proposed; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
  * lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on Reinstall previous purchases twice
  shows endless spinner (LP: #1011522)
  * lp:~mvo/software-center/click_url:
- adds support for a click_url from the exhibits banner to
  support banners for things like the humble-bundle where we
  don't have packages but URLs (LP: #1020205)
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
  launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
  points to its app-install-data desktop file rather than its installed
  desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
  the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
  of a for-purchase item (LP: #1002440)
- fix bug where items in the Independent section are not being added
  to the Unity launcher (LP: #1012877)
  * lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
  NoDisplay=true (LP: #1006483)
  * lp:~gary-lasker/software-center/launcher-integration-unit-tests:
   - additional unit tests to round out the suite for the Unity
 launcher integration feature
  * lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
 -- Michael Vogt michael.v...@ubuntu.com   Mon, 23 Jul 2012 16:38:04 +0200

** Changed in: software-center (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Purchased items are not being added to the Unity launcher

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

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


[Bug 1026494] Update Released

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

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

Title:
  crash for missing hardware hardware::storage:cd

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

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


[Bug 1020205] Update Released

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

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

Title:
  add support for a click_url in a exhibit banner

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center-agent/+bug/1020205/+subscriptions

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


[Bug 1012877] Update Released

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

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

Title:
  Applications in the Independent section are not being added to the
  Unity launcher

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

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


[Bug 1011522] Update Released

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

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

Title:
  Clicking on Reinstall previous purchase twice shows endless spinner

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

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


[Bug 1009039] Update Released

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

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

Title:
  unreadable text with adwaita theme

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

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


[Bug 1008229] Update Released

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

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

Title:
  software-center crashed with AttributeError in version():
  'AppDetailsDebFile' object has no attribute '_deb'

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

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


[Bug 1000356] Update Released

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

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

Title:
  remmina/xfreerdp crashes while trying to use 'remote control'

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

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


[Bug 1000356] Re: remmina/xfreerdp crashes while trying to use 'remote control'

2012-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package freerdp - 1.0.1-1ubuntu2.1

---
freerdp (1.0.1-1ubuntu2.1) precise-proposed; urgency=low

  * debian/patches/remote_control.diff: Cherry pick patch from upstream.
This fixes crash in 'Remote Control'. (LP: #1000356)
 -- Jean-Louis Dupond jean-lo...@dupond.be   Thu, 24 May 2012 13:52:13 +0200

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

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

Title:
  remmina/xfreerdp crashes while trying to use 'remote control'

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

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


Re: [Bug 993610] Re: [Dell Latitude 5520] System locks up when trying to reboot

2012-08-09 Thread Thibault Lemaitre
Ok, I will then try another time to reboot and take a picture or a a 
video of my screen, but it goes really fast.

Thibault Lemaitre

Le 09/08/2012 04:31, Ming Lei a écrit :
 On Wed, Aug 8, 2012 at 2:46 AM, Thibault Lemaitre
 thibault.lemai...@laposte.net wrote:
 The sudo su works better. Good idea.

 So, I give you the new syslog files. For information, I did my reboot
 today at almost 20:30.

 ** Attachment added: syslog.tar.gz
 
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/993610/+attachment/3251699/+files/syslog.tar.gz
 The above log is not very useful, since the important log can't be written 
 into
 syslog if 'reboot' hangs.

 So could you post the log in the screen when 'reboot' hangs?

 Either captured photo or text you input is OK.


 Thanks,


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

Title:
  [Dell Latitude 5520] System locks up when trying to reboot

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

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

[Bug 1030805] Re: [ICH4 - Intel ICH6, playback] No sound at all

2012-08-09 Thread Raymond
post the pulseaudio log

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

Title:
  [ICH4 - Intel ICH6, playback] No sound at all

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

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


[Bug 1029531] Re: cdromupgrade from Lucid to Precise failed with unmet dependencies without network connection

2012-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/nspr/precise-
proposed

** Branch linked: lp:~ubuntu-branches/ubuntu/precise/launchpad-
integration/precise-proposed

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

Title:
  cdromupgrade from Lucid to Precise failed with unmet dependencies
  without network connection

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

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


[Bug 632382] Re: Console font does not get set in Maverick

2012-08-09 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 433897 ***
https://bugs.launchpad.net/bugs/433897

** Branch linked: lp:~abone/ubuntu/precise/console-setup/fix-433897

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

Title:
  Console font does not get set in Maverick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/632382/+subscriptions

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


[Bug 433897] Re: [karmic] does not set font since upstart transition

2012-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~abone/ubuntu/precise/console-setup/fix-433897

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

Title:
  [karmic] does not set font since upstart transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/433897/+subscriptions

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


[Bug 789141] Re: initramfs.conf: please document FRAMEBUFFER option

2012-08-09 Thread Andrey Bondarenko
Related issue is bug 433897.

I've added FRAMEBUFFER configuration heuristic to initramfs config hook in my 
branch:
https://code.launchpad.net/~abone/ubuntu/precise/console-setup/fix-433897

But I still cannot decice If i corectly understand meaning of
FRAMEBUFFER option.

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

Title:
  initramfs.conf: please document FRAMEBUFFER option

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

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


[Bug 1034751] Re: Gnome-Shell won't start - GnomeBluetoothApplet.KillswitchState is undefined

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

** Changed in: gnome-shell (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/1034751

Title:
  Gnome-Shell won't start - GnomeBluetoothApplet.KillswitchState is
  undefined

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

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


[Bug 1000356] Re: remmina/xfreerdp crashes while trying to use 'remote control'

2012-08-09 Thread urusha
Now this bug marked as fixed, but actually it isn't fixed completly.
Should I open the new one about its unfixed part?

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

Title:
  remmina/xfreerdp crashes while trying to use 'remote control'

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

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


[Bug 1034720] Re: [Quantal] nautilus crashed when searching for folder

2012-08-09 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1034548 ***
https://bugs.launchpad.net/bugs/1034548

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (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/1034720

Title:
  [Quantal] nautilus crashed when searching for folder

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

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


[Bug 1000356] Re: remmina/xfreerdp crashes while trying to use 'remote control'

2012-08-09 Thread Jean-Louis Dupond
@Urusha: yes, please file a new bug with a report of whats still broken.
Then we can investigate that for you :)

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

Title:
  remmina/xfreerdp crashes while trying to use 'remote control'

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

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


[Bug 1012865] Re: Context menu missing in Nautilus - RabbitVCS

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

** Changed in: rabbitvcs (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/1012865

Title:
  Context menu missing in Nautilus - RabbitVCS

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

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


[Bug 1034751] Re: Gnome-Shell won't start - GnomeBluetoothApplet.KillswitchState is undefined

2012-08-09 Thread Michael Flaig
Happened after upgrade of gnome-bluetooth and related packages

Looking at the diff between 3.5.4 and 3.5.5
There have been Name changes from GnomeBluetoothApplet to GnomeBluetooth

Workaround:
Replacing /usr/share/gnome-shell/js/ui/status/bluetooth.js with the 
bluetooth.js from the gnome-shell 3.5.5 tar.gz.

Gnome-shell starts but if bluetooth status works right i can't tell,
yet.

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

Title:
  Gnome-Shell won't start - GnomeBluetoothApplet.KillswitchState is
  undefined

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

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


[Bug 1031529] Re: Sort by name sorts by description

2012-08-09 Thread Robert Roth
** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

** Changed in: software-center (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/1031529

Title:
  Sort by name sorts by description

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

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


[Bug 1033927] Re: Make better search relevance by counting installations

2012-08-09 Thread Robert Roth
** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

** Changed in: software-center (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/1033927

Title:
  Make better search relevance by counting installations

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

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


[Bug 1032104] Re: The package is of bad quality error message is bad

2012-08-09 Thread Robert Roth
** Changed in: software-center (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/1032104

Title:
  The package is of bad quality error message is bad

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

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


[Bug 1030491] Re: Xorg segfault

2012-08-09 Thread J
Aug  9 07:45:28 joshua-Ideapad-Z570 kernel: [58944.473470] Xorg[1150]:
segfault at 7fc90069 ip 7fc9a1791d5b sp 7fffea6da560 error 4
in Xorg[7fc9a16f2000+1f]

This is an example from syslog for me.

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

Title:
  Xorg segfault

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

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


[Bug 1018022] Re: Dark Unity menus displayed in white

2012-08-09 Thread Karma Dorje
After today's updates, I can not reproduce this bug.
It looks like it has been fixed.

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

Title:
  Dark Unity menus displayed in white

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/1018022/+subscriptions

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


[Bug 468528] Re: Renaming printer makes Cups lost

2012-08-09 Thread l0b0
In the GUI, system-config-printer. I tested it again, and I still get
the warning Completed jobs will no longer be available for re-
printing., but after pressing OK, it enables the renaming. I was also
able to rename it back to the original name, but then I did not get a
warning (presumably because I had not printed anything in the meantime).
Looks like this was fixed independently.

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

Title:
  Renaming printer makes Cups lost

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

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


[Bug 1014013] Re: [ICH4 - Intel ICH6, playback] No sound at all

2012-08-09 Thread Raymond
post the pulseaudio log

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

Title:
  [ICH4 - Intel ICH6, playback] No sound at all

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

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


[Bug 1034199] Re: Incorrect use of the noun setup instead of set up

2012-08-09 Thread Robert Roth
** Changed in: software-center (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Incorrect use of the noun setup instead of set up

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

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


[Bug 1033017] Re: IntelliJ IDEA Community Edition shows screen shot is of Command Conquer

2012-08-09 Thread Robert Roth
*** This bug is a duplicate of bug 785162 ***
https://bugs.launchpad.net/bugs/785162

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

** This bug has been marked a duplicate of bug 785162
   wrong screenshot shown

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

Title:
  IntelliJ IDEA Community Edition shows screen shot is of Command
  Conquer

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

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


[Bug 1026466] Re: Multimediakey XF86AudioMute mute sound but doesn't re-launch it

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

** Changed in: openbox (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/1026466

Title:
  Multimediakey XF86AudioMute mute sound but doesn't re-launch it

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

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


[Bug 1010640] Re: [ICH4 - Intel 82801DB-ICH4, playback] No sound at all

2012-08-09 Thread Raymond
post the pulseaudio log


1 card(s) available.
index: 0
name: alsa_card.pci-_00_1f.5
driver: module-alsa-card.c
owner module: 4
properties:
alsa.card = 0
alsa.card_name = Intel 82801DB-ICH4
alsa.long_card_name = Intel 82801DB-ICH4 with AD1981B at irq 
11
alsa.driver_name = snd_intel8x0
device.bus_path = pci-:00:1f.5
sysfs.path = /devices/pci:00/:00:1f.5/sound/card0
device.bus = pci
device.vendor.id = 8086
device.vendor.name = Intel Corporation
device.product.name = 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
AC'97 Audio Controller
device.form_factor = internal
device.string = 0
device.description = Eingebautes Audio
module-udev-detect.discovered = 1
device.icon_name = audio-card-pci
profiles:
output:analog-stereo: Analog Stereo Ausgang (priority 6000)
output:analog-stereo+input:analog-stereo: Analog Stereo Duplex 
(priority 6060)
input:analog-stereo: Analog Stereo Eingang (priority 60)
off: Aus (priority 0)
active profile: output:analog-stereo+input:analog-stereo
sinks:
alsa_output.pci-_00_1f.5.analog-stereo/#0: Eingebautes 
Audio Analog Stereo
sources:
alsa_output.pci-_00_1f.5.analog-stereo.monitor/#0: Monitor 
of Eingebautes Audio Analog Stereo
alsa_input.pci-_00_1f.5.analog-stereo/#1: Eingebautes Audio 
Analog Stereo
ports:
analog-output-headphones;output-amplifier-on: Kopfhörer / 
Verstärker (priority 9010, available: unknown)
properties:

analog-output-headphones;output-amplifier-off: Kopfhörer / Kein 
Verstärker (priority 9000, available: unknown)
properties:

analog-output-lfe-on-mono;output-amplifier-on: LFE on separater 
Mono-Ausgabe / Verstärker (priority 4010, available: unknown)
properties:

analog-output-lfe-on-mono;output-amplifier-off: LFE on 
separater Mono-Ausgabe / Kein Verstärker (priority 4000, available: unknown)
properties:

analog-input-microphone;input-microphone-1: Mikrofon / Mikrofon 
1 (priority 8720, available: unknown)
properties:

analog-input-microphone;input-microphone-2: Mikrofon / Mikrofon 
2 (priority 8719, available: unknown)
properties:

analog-input-linein: Line-Eingang (priority 8100, available: 
unknown)
properties:

analog-input: Analoge Eingabe (priority 8000, available: 
unknown)
properties:

analog-input-video: Video (priority 7000, available: unknown)
properties:

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

Title:
  [ICH4 - Intel 82801DB-ICH4, playback] No sound at all

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

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

[Bug 998323] Re: [ICH4 - Intel ICH6, playback] No sound at all

2012-08-09 Thread Raymond
post the pulseaudio log


1 card(s) available.
index: 0
name: alsa_card.pci-_00_1e.2
driver: module-alsa-card.c
owner module: 4
properties:
alsa.card = 0
alsa.card_name = Intel ICH6
alsa.long_card_name = Intel ICH6 with STAC9752,53 at irq 16
alsa.driver_name = snd_intel8x0
device.bus_path = pci-:00:1e.2
sysfs.path = /devices/pci:00/:00:1e.2/sound/card0
device.bus = pci
device.vendor.id = 8086
device.vendor.name = Intel Corporation
device.product.name = 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
AC'97 Audio Controller
device.form_factor = internal
device.string = 0
device.description = Built-in Audio
module-udev-detect.discovered = 1
device.icon_name = audio-card-pci
profiles:
output:analog-stereo: Analog Stereo Output (priority 6000)
output:analog-stereo+input:analog-stereo: Analog Stereo Duplex 
(priority 6060)
input:analog-stereo: Analog Stereo Input (priority 60)
off: Off (priority 0)
active profile: output:analog-stereo+input:analog-stereo
sinks:
alsa_output.pci-_00_1e.2.analog-stereo/#0: Built-in Audio 
Analog Stereo
sources:
alsa_output.pci-_00_1e.2.analog-stereo.monitor/#0: Monitor 
of Built-in Audio Analog Stereo
alsa_input.pci-_00_1e.2.analog-stereo/#1: Built-in Audio 
Analog Stereo
ports:
analog-output-lfe-on-mono: LFE on Separate Mono Output 
(priority 4000, available: unknown)
properties:

analog-input-microphone;input-microphone-1: Microphone / 
Microphone 1 (priority 8720, available: unknown)
properties:

analog-input-microphone;input-microphone-2: Microphone / 
Microphone 2 (priority 8719, available: unknown)
properties:

analog-input-linein: Line In (priority 8100, available: unknown)
properties:

analog-input: Analog Input (priority 8000, available: unknown)
properties:

analog-input-video: Video (priority 7000, available: unknown)
properties:

0 sink input(s) available.

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

Title:
  [ICH4 - Intel ICH6, playback] No sound at all

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

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


[Bug 468528] Re: Renaming printer makes Cups lost

2012-08-09 Thread Till Kamppeter
** Package changed: cups (Ubuntu) = system-config-printer (Ubuntu)

** Changed in: system-config-printer (Ubuntu)
   Status: Incomplete = 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/468528

Title:
  Renaming printer makes Cups lost

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/468528/+subscriptions

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


[Bug 1034768] [NEW] Segmentation fault (core dumped) when trying to edit an image

2012-08-09 Thread Barneedhar
Public bug reported:

Steps to reproduce:

1. Open an image using Shutter that was not previously created by Shutter. (As 
in, a screenshot made using gnome-screenshot).
2. Proceed to edit the image (specifically, I was trying to crop an image).
3. Shutter will now crash with Segmentation fault (core dumped) as error 
message.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: shutter 0.88.3-1
ProcVersionSignature: Ubuntu 3.5.0-6.6-generic 3.5.0
Uname: Linux 3.5.0-6-generic x86_64
ApportVersion: 2.4-0ubuntu6
Architecture: amd64
Date: Thu Aug  9 15:11:01 2012
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
PackageArchitecture: all
SourcePackage: shutter
UpgradeStatus: Upgraded to quantal on 2012-07-10 (30 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Segmentation fault (core dumped) when trying to edit an image

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

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


[Bug 1034768] Re: Segmentation fault (core dumped) when trying to edit an image

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

Title:
  Segmentation fault (core dumped) when trying to edit an image

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

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


  1   2   3   4   5   6   7   8   9   10   >