[Bug 1018001] Re: Please sync rabbitmq-server 2.8.4 from Debian

2012-07-08 Thread Dave Walker
@Emile

Hi,

Reviewing the delta between Ubuntu and Debian's 2.8.4-1.. The Ubuntu
package still has binary packages, rabbitmq-erlang-client  rabbitmq-
stomp.  What do you think of these?  I'm not certain we still need
these, but would like to get your feedback.. They are currently rdepends
of mcollective-middleware.

Thanks.

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

Title:
  Please sync rabbitmq-server 2.8.4 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1018001/+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 994212] Re: ldap fails to start when /etc/network/interfaces not used

2012-07-08 Thread Ro
Well, fact is, that the autofs daemon is started right before network
manager is bringing (wired) interfaces up:

snip
Jul  8 12:39:07 myclient automount[1431]: Starting automounter version 5.0.6, 
master map ou=auto.master,ou=[...],dc=example,dc=org
Jul  8 12:39:07 myclient automount[1431]: using kernel protocol version 5.02
Jul  8 12:39:07 myclient automount[1431]: lookup(file): file map 
/etc/ou=auto.master,ou=[...],dc=example,dc=org missing or not readable
Jul  8 12:39:07 myclient automount[1431]: no mounts in table
[...]
Jul  8 12:39:09 myclient NetworkManager[1100]: info Auto-activating 
connection 'Kabelnetzwerkverbindung 1'.
[...]
Jul  8 12:39:10 myclient NetworkManager[1100]: info Activation (eth0) 
successful, device activated.
/snip

An elegant workaround would be to use a NetworkManager dispatcher script. 
Create a new empty file and make it executable:
touch /etc/NetworkManager/dispatcher.d/80automount
chmod 755 /etc/NetworkManager/dispatcher.d/80automount

Now you can open this file and paste your script which, in its simplest
form, restarts the autofs daemon:

snip
#!/bin/bash

# These arguments are handed over by NetworkManager
INTERFACE=$1
ACTION=$2

case $2 in
up)
# Restart the automount daemon
/etc/init.d/autofs restart
;;

down)
;;

pre-up)
;;

post-down)
;;

*)
echo $Usage: $0 {up|down|pre-up|post-down}
exit 1
esac
/snip

Save, exit and restart. Automount should be working now.

What it does: As soon as a new network connection is brought up successfully, 
the autofs daemon is restarted. Since at this point the connection is up 
already, it is now able to get the correct LDAP automount maps from the LDAP 
server.
This script can be improved of course, but you get the idea.

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

Title:
  ldap fails to start when /etc/network/interfaces not used

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

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


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

2012-07-08 Thread Janne Snabb
apport information

** Tags added: apport-collected

** Description changed:

  Syslog output:
  
  Apr 29 10:59:06 host12 dovecot: imap(foobar): Error: fcntl(unlock) locking 
failed for file /home/foobar/Maildir/dovecot.index.log: No such file or 
directory
  Apr 29 10:59:06 host12 dovecot: imap(foobar): Error: fstat() failed with file 
/home/foobar/Maildir/dovecot.index.log: No such file or directory
  Apr 29 10:59:37  dovecot: last message repeated 122 times
  Apr 29 11:00:38  dovecot: last message repeated 248 times
  Apr 29 11:01:54  dovecot: last message repeated 203 times
  
  audit.log, lots of entries similar to the following:
  
  type=AVC msg=audit(1335712674.515:655016): apparmor=ALLOWED
  operation=getattr parent=10922 profile=/usr/sbin/dovecot//null-107
  //null-10b//null-118
  name=/home/foobar/Maildir/.foobar/dovecot.index.log pid=10937
  comm=imap requested_mask=r denied_mask=r fsuid=1000 ouid=1000
  
  The apparmor policy is as shipped with 12.04. The strange thing here is
  that audit.log says that the access was allowed and the apparmor policy
  has flags=(complain), but the imap server still fails accessing some
  files in the Maildir folders.
  
  Workaround:
  
  # ln -s /etc/apparmor.d/usr.sbin.dovecot /etc/apparmor.d/disable/
  
  After disabling the usr.sbin.dovecot apparmor policy everything works
  fine. There is no need to disable the usr.lib.dovecot.imap policy.
  
  It looks like the imap process is incorrectly running under the dovecot
  main daemon's apparmor profile. And for some odd reason the profile is
  enforcing things even though it should be in complain mode. What are
  these //null-NNN/ strings in the logged apparmor profile name? I do
  not know apparmor well enough to debug this further at this point.
  
  Someone else has encountered this also, see thread at:
  
  http://comments.gmane.org/gmane.mail.imap.dovecot/60533
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: dovecot-imapd 1:2.0.19-0ubuntu1
  ProcVersionSignature: User Name 3.2.0-24.37-virtual 3.2.14
  Uname: Linux 3.2.0-24-virtual x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Wed May  9 18:36:11 2012
  ProcEnviron:
   SHELL=/bin/bash
   TERM=screen
   LANG=en_US.UTF-8
  SourcePackage: dovecot
  UpgradeStatus: Upgraded to precise on 2012-04-27 (12 days ago)
+ --- 
+ ApportVersion: 2.0.1-0ubuntu8
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
+ Package: apparmor 2.7.102-0ubuntu3.1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=linux
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=7e6df5b7-d31e-4757-a388-f4f477187a63 ro
+ ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
+ Tags:  precise
+ Uname: Linux 3.2.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:

** Attachment added: ApparmorPackages.txt
   
https://bugs.launchpad.net/bugs/997269/+attachment/3216655/+files/ApparmorPackages.txt

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

Title:
  dovecot imap broken by apparmor policy

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

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


[Bug 997269] ApparmorStatusOutput.txt

2012-07-08 Thread Janne Snabb
apport information

** Attachment added: ApparmorStatusOutput.txt
   
https://bugs.launchpad.net/bugs/997269/+attachment/3216656/+files/ApparmorStatusOutput.txt

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

Title:
  dovecot imap broken by apparmor policy

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

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


[Bug 997269] Dependencies.txt

2012-07-08 Thread Janne Snabb
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/997269/+attachment/3216657/+files/Dependencies.txt

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

Title:
  dovecot imap broken by apparmor policy

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

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


[Bug 997269] KernLog.txt

2012-07-08 Thread Janne Snabb
apport information

** Attachment added: KernLog.txt
   https://bugs.launchpad.net/bugs/997269/+attachment/3216658/+files/KernLog.txt

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

Title:
  dovecot imap broken by apparmor policy

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

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


[Bug 997269] PstreeP.txt

2012-07-08 Thread Janne Snabb
apport information

** Attachment added: PstreeP.txt
   https://bugs.launchpad.net/bugs/997269/+attachment/3216659/+files/PstreeP.txt

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

Title:
  dovecot imap broken by apparmor policy

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

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


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

2012-07-08 Thread Jamie Strandboge
Thanks for the extra information. Can you also attach the output of:
$ sudo aa-status

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

Title:
  dovecot imap broken by apparmor policy

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

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


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

2012-07-08 Thread Janne Snabb
I am able to reproduce this on a fresh install some times but not
reliably. It would be great if someone who has some apparmor experience
could have a look at this.

Steps to re-produce:

1. Install Ubuntu 12.04 Server from amd64 ISO in a virtual machine and make 
sure it is up to date:
# apt-get update  apt-get upgrade
# reboot

2. Install dovecot imapd and fetchmail for testing:
# apt-get install dovecot-imapd fetchmail
(I possibly needed to issue service dovecot start separately.)

3. Create user who receives mail:
# adduser foobar

4. Make mail directories for the user:
# mkdir -p /home/foobar/Maildir/{cur,new,tmp}

5. Send one e-mail to our user:
# (echo From: foo; echo; echo bar)  /home/foobar/Maildir/new/foo

6. Ensure correct ownership:
# chown -R foobar /home/foobar/Maildir

7. Try to retrieve the mail:
# fetchmail --user foobar --mda cat localhost
Observe success. Ignore warning about certificate. The mail should be output to 
stdout.

8. Install apparmor-profiles:
# apt-get install apparmor-profiles

9. Reboot to ensure fresh state:
# reboot

10. Send another e-mail:
# (echo From: foo; echo; echo bar)  /home/foobar/Maildir/new/foo2

11. Again, change ownership:
# chown foobar /home/foobar/Maildir/new/foo2

12. Try fetching mail again:
# fetchmail --user foobar --mda cat localhost
You may or may not see a failure here.

13. If there was no failure, open another terminal and log in as foobar, and 
create a pile of e-mails:
while true ; do ( echo From: foo; echo; echo bar )  
/home/foobar/Maildir/new/foo$SECONDS.$RANDOM ; done
Hit ctrl-C after some time.

14. Try fetching mail again:
# fetchmail --user foobar --mda cat localhost

15. If there was no failure, repeat steps 13 and 14 until the failure is
observed. There will be error entries in /var/log/mail.err when the
problem appears.

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

Title:
  dovecot imap broken by apparmor policy

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

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


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

2012-07-08 Thread Janne Snabb
On 07/08/2012 09:02 PM, Jamie Strandboge wrote:
 Thanks for the extra information. Can you also attach the output of:
 $ sudo aa-status

This is already there, in the attachment ApparmorStatusOutput.txt

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

Title:
  dovecot imap broken by apparmor policy

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

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


[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

2012-07-08 Thread Dario Nuevo
The discussion here is getting cluttered and messy - we have many
different situations which may or may not work which makes it hard to
finally solve this one.

So far we have
- People which solve only with config changes
- People which get it to work which downgrading / maybe relinking
- People bringing up sasl - slapd problems (not postfix related anymore)
- People complaining about this bug in general (like Comment #59 which is not 
helping at all)

The most important point is that it should be safe to upgrade an Ubuntu
Server. If you upgrade, such a delicate component as smtp auth should
not be broken. And I think it's only a configuration issue.

We have to find  verify valid configurations for people doing a fresh
install and an upgrade. Downgrading cannot be an option and should not
be necessary (at least not for postfix - sasl). I think the approach in
comment #44 to verify it in a VM is the most promising one.

I'll try to port my physical server to a VM and upgrading it to Precise
during the next week, try to find a working config with the newest
packages and post it here. There has to be a way guys, we'll work this
out.. ;-)

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+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 10436] Re: Postfix should listen externally iff configured for receiving Internet mail

2012-07-08 Thread Maria C.H. Backx
I will like to may have that on the AVG internet

** Also affects: postfix
   Importance: Undecided
   Status: New

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

Title:
  Postfix should listen externally iff configured for receiving Internet
  mail

To manage notifications about this bug go to:
https://bugs.launchpad.net/postfix/+bug/10436/+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 1022360] [NEW] (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in voice mail application (CVE-2012-3863) CVE-2012-3863 asterisk: Possible resource leak on uncompleted re-invite

2012-07-08 Thread karma
*** This bug is a security vulnerability ***

Public security bug reported:

AST-2012-011

If a single voicemail account is manipulated by two parties  
simultaneously, a condition can occur where memory is freed  
twice causing a crash.

http://downloads.asterisk.org/pub/security/AST-2012-011.txt
http://downloads.asterisk.org/pub/security/AST-2012-011.pdf
http://downloads.asterisk.org/pub/security/AST-2012-011-1.8.diff
http://downloads.asterisk.org/pub/security/AST-2012-011-10.diff

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

** Affects: asterisk (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: asterisk (Fedora)
 Importance: Unknown
 Status: Unknown

** Affects: gentoo
 Importance: Unknown
 Status: Unknown

** Bug watch added: Red Hat Bugzilla #838179
   https://bugzilla.redhat.com/show_bug.cgi?id=838179

** Also affects: asterisk (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=838179
   Importance: Unknown
   Status: Unknown

** Bug watch added: Gentoo Bugzilla #425050
   https://bugs.gentoo.org/show_bug.cgi?id=425050

** Also affects: gentoo via
   https://bugs.gentoo.org/show_bug.cgi?id=425050
   Importance: Unknown
   Status: Unknown

** Summary changed:

- (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in voice 
mail application
+ (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in voice 
mail application (CVE-2012-3863) CVE-2012-3863 asterisk: Possible resource leak 
on uncompleted re-invite transactions

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

Title:
  (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in
  voice mail application (CVE-2012-3863) CVE-2012-3863 asterisk:
  Possible resource leak on uncompleted re-invite transactions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1022360/+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 1022360] Re: (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in voice mail application (CVE-2012-3863) CVE-2012-3863 asterisk: Possible resource leak on uncompleted re-invite t

2012-07-08 Thread Thomas Ward
** Bug watch added: Debian Bug tracker #680470
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680470

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-3812

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

Title:
  (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in
  voice mail application (CVE-2012-3863) CVE-2012-3863 asterisk:
  Possible resource leak on uncompleted re-invite transactions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1022360/+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 1022360] Re: (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in voice mail application (CVE-2012-3863) CVE-2012-3863 asterisk: Possible resource leak on uncompleted re-invite t

2012-07-08 Thread karma
AST-2012-010

If Asterisk sends a re-invite and an endpoint responds to the re-invite with a 
provisional
response but never sends a final response, then the SIP dialog structure is 
never freed
and the RTP ports for the call are never released. If an attacker has the 
ability to place a
call, they could create a denial of service by using all available RTP ports.

References:

http://downloads.asterisk.org/pub/security/AST-2012-010.pdf
http://downloads.asterisk.org/pub/security/AST-2012-010.txt
http://downloads.asterisk.org/pub/security/AST-2012-010-10.diff
http://downloads.asterisk.org/pub/security/AST-2012-010-1.8.diff

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

Title:
  (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in
  voice mail application (CVE-2012-3863) CVE-2012-3863 asterisk:
  Possible resource leak on uncompleted re-invite transactions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1022360/+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 1018001] Re: Please sync rabbitmq-server 2.8.4 from Debian

2012-07-08 Thread Emile Joubert
Hi Dave, the rabbitmq-server package ships with all plugins since
version 2.7.0. I agree there is no reason to single these two out for
special treatment. I assume these Ubuntu packages predate 2.7.0.

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

Title:
  Please sync rabbitmq-server 2.8.4 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1018001/+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 1022360] Re: (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in voice mail application (CVE-2012-3863) CVE-2012-3863 asterisk: Possible resource leak on uncompleted re-invite t

2012-07-08 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at
https://bugs.gentoo.org/show_bug.cgi?id=425050.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-07-06T12:32:21+00:00 J-ago wrote:

http://downloads.asterisk.org/pub/security/AST-2012-010.html
http://downloads.asterisk.org/pub/security/AST-2012-011.html

Please bump 1.8.13.1

Reply at:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1022360/comments/0


On 2012-07-06T13:26:46+00:00 Chainsaw wrote:

+*asterisk-10.5.2 (06 Jul 2012)
+*asterisk-1.8.13.1 (06 Jul 2012)
+
+  06 Jul 2012; Tony Vroon chain...@gentoo.org -asterisk-1.8.13.0.ebuild,
+  -asterisk-1.8.13.0-r1.ebuild, +asterisk-1.8.13.1.ebuild,
+  -asterisk-10.5.1.ebuild, +asterisk-10.5.2.ebuild:
+  Upgrades on the 1.8  10 branches to address a potential resource leak when a
+  re-invite transaction is not completed (AST-2012-010) and on the 1.8 branch
+  only for a remote crash vulnerability in the voicemail application
+  (AST-2012-011). Both covered under CVE-2012-3812. Removed any non-stable
+  vulnerable ebuild.

Arches, please test and mark stable:
=net-misc/asterisk-1.8.13.1

Last arch, please remove:
=net-misc/asterisk-1.8.12.1

Reply at:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1022360/comments/1


On 2012-07-06T15:10:02+00:00 J-ago wrote:

amd64 stable

Reply at:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1022360/comments/2


** Changed in: asterisk (Debian)
   Status: Unknown = Fix Committed

** Changed in: gentoo
   Importance: Unknown = Low

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

Title:
  (CVE-2012-3812) CVE-2012-3812 asterisk: Remote crash vulnerability in
  voice mail application (CVE-2012-3863) CVE-2012-3863 asterisk:
  Possible resource leak on uncompleted re-invite transactions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1022360/+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 1022385] [NEW] package samba 2:3.6.3-2ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

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

I was installing upgrade not connecting to any server

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-2ubuntu2.3
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Sun Jul  8 16:27:47 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Mythbuntu 12.04 Precise Pangolin - Beta amd64 (20120328)
RelatedPackageVersions:
 nautilus N/A
 gvfs 1.12.1-0ubuntu1
SambaClientRegression: No
SourcePackage: samba
Title: package samba 2:3.6.3-2ubuntu2.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check precise
-- 
package samba 2:3.6.3-2ubuntu2.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128
https://bugs.launchpad.net/bugs/1022385
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 1022385] Re: package samba 2:3.6.3-2ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2012-07-08 Thread Apport retracing service
** Package changed: ubuntu = samba (Ubuntu)

** Tags removed: need-duplicate-check

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

Title:
  package samba 2:3.6.3-2ubuntu2.3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1022385/+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 1022386] [NEW] Unable to obtain lock file:///etc/ held by root

2012-07-08 Thread martin suc
Public bug reported:

Hi,

When I tried to run:
etckeeper init
I have got error:

Unable to obtain lock file:///etc/ held by root root@PCEUBU1.localdomain on 
PCEUBU1 (process #31748), acquired 169 hours, 41 minutes ago.
Will continue to try until 22:28:01, unless you press Ctrl-C.
See bzr help break-lock for more.
bzr: ERROR: Could not acquire lock (local): file:///etc/
etckeeper warning: bzr add failed

this error appeared even if I am doing apt-get upgrade.

apt-cache policy etckeeper
etckeeper:
  Installed: 0.61ubuntu2
  Candidate: 0.61ubuntu2
  Version table:
 *** 0.61ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status

lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04

Regards,
Martin.

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

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

Title:
  Unable to obtain lock file:///etc/ held by root

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

2012-07-08 Thread agafonov
*** This bug is a duplicate of bug 790372 ***
https://bugs.launchpad.net/bugs/790372

I have this problem too

 * Starting domain name service... bind9
 [fail] 
invoke-rc.d: initscript bind9, action start failed.
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)


Jul  9 01:53:21 vps4659 named[640]: starting BIND 9.7.1-P2 -u bind
Jul  9 01:53:21 vps4659 named[640]: built with '--prefix=/usr' 
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bind' 
'--localstatedir=/var' '--enable-threads' '--enable-largefile' '--with-libtool' 
'--enable-shared' '--enable-static' '--with-openssl=/usr' '--with-gssapi=/usr' 
'--with-gnu-ld' '--with-dlz-postgres=no' '--with-dlz-mysql=no' 
'--with-dlz-bdb=yes' '--with-dlz-filesystem=yes' '--with-dlz-ldap=yes' 
'--with-dlz-stub=yes' '--with-geoip=/usr' '--enable-ipv6' 
'CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2' 
'LDFLAGS=-Wl,-Bsymbolic-functions' 'CPPFLAGS='
Jul  9 01:53:21 vps4659 named[640]: adjusted limit on open files from 1024 to 
1048576
Jul  9 01:53:21 vps4659 named[640]: found 24 CPUs, using 24 worker threads
Jul  9 01:53:22 vps4659 named[640]: timer.c:931: unexpected error:
Jul  9 01:53:22 vps4659 named[640]: isc_thread_create() failed
Jul  9 01:53:22 vps4659 named[640]: ./main.c:579: unexpected error:
Jul  9 01:53:22 vps4659 named[640]: isc_timermgr_create() failed: unexpected 
error
Jul  9 01:53:22 vps4659 named[640]: create_managers() failed: unexpected error
Jul  9 01:53:22 vps4659 named[640]: exiting (due to early fatal error)

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

Title:
  package bind9 1:9.6.1.dfsg.P1-3 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/481752/+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 481752] Re: package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-07-08 Thread agafonov
*** This bug is a duplicate of bug 790372 ***
https://bugs.launchpad.net/bugs/790372

My last try install bind9 was after:


root@vps4659:~# apt-get install mysql-server

and

root@vps4659:~# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
  apache2 apache2-doc apache2-mpm-prefork apache2-utils apache2.2-bin 
apache2.2-common apt apt-utils bind9 bind9-host
  bind9utils bsdutils bzip2 ca-certificates cifs-utils cpp-4.4 dhcp3-client 
dhcp3-common dpkg dselect fetchmail
  gcc-4.4-base ifupdown initramfs-tools initramfs-tools-bin initscripts 
ldap-utils libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap libavahi-client3 
libavahi-common-data libavahi-common3 libbind9-60
  libblkid1 libbz2-1.0 libc-bin libc6 libcups2 libdbus-1-3 libdns66 
libfreetype6 libglib2.0-0 libgnutls26
  libgssapi-krb5-2 libisc60 libisccc60 libisccfg60 libk5crypto3 libkrb5-3 
libkrb5support0 libldap-2.4-2 liblwres60
  libpam-modules libpam-runtime libpam0g libperl5.10 libplymouth2 libpng12-0 
libsqlite3-0 libssl0.9.8 libudev0
  libuuid1 libwbclient0 libxml2 login logrotate mount openssh-client 
openssh-server openssl passwd perl perl-base
  perl-modules plymouth portmap python python-minimal rsync samba samba-common 
samba-common-bin smbfs sudo sysv-rc
  sysvinit-utils sysvutils tar tzdata udev update-inetd upstart util-linux 
uuid-runtime xkb-data
97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

now i had did only:
root@vps4659:~# apt-get upgrade
without install mysql-server and i ve got nice rezult:

root@vps4659:~# /etc/init.d/bind9 stop
 * Stopping domain name service... bind9
 [ OK ] 
root@vps4659:~# /etc/init.d/bind9 start
 * Starting domain name service... bind9
 [ OK ]

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

Title:
  package bind9 1:9.6.1.dfsg.P1-3 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/481752/+subscriptions

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


[Bug 1020436] Re: Cannot read superblock after fibre path failover

2012-07-08 Thread Steve Fisher
** Summary changed:

- Multiple filesystems cannot read superblock after fibre path failover
+ Cannot read superblock after fibre path failover

** Summary changed:

- Cannot read superblock after fibre path failover
+ Cannot read superblock after FC multipath failover

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

Title:
  Cannot read superblock after FC multipath failover

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

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


[Bug 1022386] Re: Unable to obtain lock file:///etc/ held by root

2012-07-08 Thread Jelmer Vernooij
Something killed bzr earlier, and there is still an open lock for it.

You might want to run sudo bzr break-lock /etc.

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/etckeeper/+question/202609

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

Title:
  Unable to obtain lock file:///etc/ held by root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1022386/+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 516061] Re: configure command line missing from phpinfo

2012-07-08 Thread G9283
Simply saying peruse debian/rules doesn't help much.

It isn't clear at all. The debian/rules file is 761 lines long.

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

Title:
  configure command line missing from phpinfo

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

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


[Bug 1022434] [NEW] sshd server crashes on startup

2012-07-08 Thread Robert John Bowles
Public bug reported:

Please refer to the Ubuntu Forums thread where I sought help on this
issue before filing this bug report:
http://ubuntuforums.org/showthread.php?t=2015385

This affects two laptops in my possession, both operating under 64-bit Ubuntu 
12.04 LTS:
Dell Inspiron M4040 (AMD processor)
Dell Studio XPS 1364 (Intel i7 processor)
A third laptop running 32-bit Ubuntu 12.04 is unaffected.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openssh-server 1:5.9p1-5ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Mon Jul  9 12:02:44 2012
InstallationMedia:
 
SourcePackage: openssh
UpgradeStatus: Upgraded to precise on 2012-05-05 (64 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  sshd server crashes on startup

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

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


[Bug 1022434] Re: sshd server crashes on startup

2012-07-08 Thread Robert John Bowles
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1022434

Title:
  sshd server crashes on startup

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

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


[Bug 1022434] Re: sshd server crashes on startup

2012-07-08 Thread Robert John Bowles
This problem started approximately 2 weeks ago. Before  then, both
laptops were using sshd with no problems. I cannot be exact about the
date this started, but this leads me to suspect that a recently-changed
64-bit library package may be at the root.

Also, I have tried using the dropbear package for ssh server, and this
appears to fail in a very similar way.

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

Title:
  sshd server crashes on startup

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

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


[Bug 983146] Re: [sandybridge-m-gt2+] GPU lockup render.IPEHR: 0xd208b6d0

2012-07-08 Thread Jose Blanca
I've tried to install the kernel packages several times, but with no luck. 
Althoug they seem to be just fine, they do not appear in grub when I reboot. I 
just have the option to launch the 3.4 kernel.
Here you have the log:

jose@miniserver:~/tmp/kernel320tja1$ sudo dpkg -i 
linux-headers-3.2.0-25-generic_3.2.0-25.40+tja1_amd64.deb 
linux-image-3.2.0-25-generic_3.2.0-25.40+tja1_amd64.deb 
[sudo] password for jose: 
(Leyendo la base de datos ... 294857 ficheros o directorios instalados 
actualmente.)
Preparando para reemplazar linux-headers-3.2.0-25-generic 3.2.0-25.40+tja1 
(usando linux-headers-3.2.0-25-generic_3.2.0-25.40+tja1_amd64.deb) ...
Desempaquetando el reemplazo de linux-headers-3.2.0-25-generic ...
Preparando para reemplazar linux-image-3.2.0-25-generic 3.2.0-25.40+tja1 
(usando linux-image-3.2.0-25-generic_3.2.0-25.40+tja1_amd64.deb) ...
Done.
Desempaquetando el reemplazo de linux-image-3.2.0-25-generic ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-25-generic 
/boot/vmlinuz-3.2.0-25-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-25-generic 
/boot/vmlinuz-3.2.0-25-generic
Configurando linux-headers-3.2.0-25-generic (3.2.0-25.40+tja1) ...
Configurando linux-image-3.2.0-25-generic (3.2.0-25.40+tja1) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Not updating initrd symbolic links since we are being updated/reinstalled 
(3.2.0-25.40+tja1 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(3.2.0-25.40+tja1 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-25-generic 
/boot/vmlinuz-3.2.0-25-generic
update-initramfs: Generating /boot/initrd.img-3.2.0-25-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-25-generic 
/boot/vmlinuz-3.2.0-25-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.2.0-25-generic 
/boot/vmlinuz-3.2.0-25-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-25-generic 
/boot/vmlinuz-3.2.0-25-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.4.0-030400-generic
Found initrd image: /boot/initrd.img-3.4.0-030400-generic
Found linux image: /boot/vmlinuz-3.2.0-26-generic
Found initrd image: /boot/initrd.img-3.2.0-26-generic
Found linux image: /boot/vmlinuz-3.2.0-25-generic
Found initrd image: /boot/initrd.img-3.2.0-25-generic
Found linux image: /boot/vmlinuz-3.2.0-24-generic
Found initrd image: /boot/initrd.img-3.2.0-24-generic
Found linux image: /boot/vmlinuz-3.2.0-23-generic
Found initrd image: /boot/initrd.img-3.2.0-23-generic
Found linux image: /boot/vmlinuz-3.2.0-20-generic
Found initrd image: /boot/initrd.img-3.2.0-20-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Mac OS X on /dev/sda2
done

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

Title:
  [sandybridge-m-gt2+] GPU lockup  render.IPEHR: 0xd208b6d0

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

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


[Bug 900150] Re: system notifications on second monitor

2012-07-08 Thread Alex Burfee
sorry, i didn't see your previous comment. it got fixed in 12.04

** Changed in: hundredpapercuts
   Status: Invalid = Fix Released

** Changed in: notify-osd
   Status: Invalid = Fix Released

** Changed in: notify-osd (Ubuntu)
   Status: Invalid = 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/900150

Title:
  system notifications on second monitor

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

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


[Bug 742862] Re: Bootl fails from USB stick

2012-07-08 Thread Víctor
It boots with OpenSUSE live usb, still no luck with daily builds of
Quantal

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

Title:
  Bootl fails from USB stick

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

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


[Bug 1022214] [NEW] package qmail 1.06-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-07-08 Thread ROHIT JAIN
*** This bug is a duplicate of bug 945977 ***
https://bugs.launchpad.net/bugs/945977

Public bug reported:



ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: qmail 1.06-4
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
Uname: Linux 3.2.0-25-generic-pae i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Sat Jul  7 19:21:32 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
SourcePackage: netqmail
Title: package qmail 1.06-4 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package qmail 1.06-4 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/netqmail/+bug/1022214/+subscriptions

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


[Bug 1022214] Re: package qmail 1.06-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-07-08 Thread ROHIT JAIN
*** This bug is a duplicate of bug 945977 ***
https://bugs.launchpad.net/bugs/945977

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

Title:
  package qmail 1.06-4 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/netqmail/+bug/1022214/+subscriptions

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


[Bug 1022214] Re: package qmail 1.06-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 945977
   package qmail 1.06-4 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

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

Title:
  package qmail 1.06-4 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/netqmail/+bug/1022214/+subscriptions

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


[Bug 1019693] Re: [HDA-Intel - HDA Intel, playback] Audio stuttering - (automute?)

2012-07-08 Thread Jem
Brilliant. This work around has been successful for me (after 2 minutes
of testing). Thank you.

** Summary changed:

- [HDA-Intel - HDA Intel, playback] Audio stuttering
+ [HDA-Intel - HDA Intel, playback] Audio stuttering - (automute?)

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

Title:
  [HDA-Intel - HDA Intel, playback] Audio stuttering - (automute?)

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

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


[Bug 1022215] [NEW] crash

2012-07-08 Thread joe paul jose
Public bug reported:

getting stuck .no response frm mouse and keyboard.had to switch off
couple of times

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Sun Jul  8 11:46:44 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: fglrx-updates, 8.960, 3.2.0-26-generic, x86_64: installed
ExtraDebuggingInterest: I just need an easy workaround
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series] 
[1002:9712] (prog-if 00 [VGA controller])
   Subsystem: Toshiba America Info Systems Device [1179:fde4]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
JockeyStatus:
 xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Disabled, 
Not in use)
MachineType: TOSHIBA Satellite C650D
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-26-generic 
root=UUID=a7ae8af6-369a-4373-96b4-8ce2fce71a7f ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/27/2010
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: 1.20
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Portable PC
dmi.board.vendor: TOSHIBA
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: AMD
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnInsydeCorp.:bvr1.20:bd04/27/2010:svnTOSHIBA:pnSatelliteC650D:pvrPSC16E-00400XS4:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnAMD:ct10:cvrNone:
dmi.product.name: Satellite C650D
dmi.product.version: PSC16E-00400XS4
dmi.sys.vendor: TOSHIBA
version.compiz: compiz 1:0.9.7.8-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise ubuntu

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

Title:
  crash

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

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


[Bug 1022215] Re: crash

2012-07-08 Thread joe paul jose
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1022215

Title:
  crash

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

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


[Bug 1022156] Re: Unity does not always show an icon for open windows, even if it leaves a gap for them

2012-07-08 Thread Daniel van Vugt
*** This bug is a duplicate of bug 772986 ***
https://bugs.launchpad.net/bugs/772986

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 772986, 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 772986
   Unity launcher single missing/invisible/blank icon

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

Title:
  Unity does not always show an icon for open windows, even if it leaves
  a gap for them

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

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


[Bug 1022217] Dependencies.txt

2012-07-08 Thread Tuomas Jormola
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1022217/+attachment/3216451/+files/Dependencies.txt

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

Title:
  Connection to spice graphics console broken due to an invalid URL
  being generated

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

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


[Bug 1022217] [NEW] Connection to spice graphics console broken due to an invalid URL being generated

2012-07-08 Thread Tuomas Jormola
Public bug reported:

I have to machines running Ubuntu 12.04 LTS precise. The first one is
running some KVM based virtual machines using libvirtd and qemu-kvm-
spice. The 2nd machine uses virt-manager with python-spice-client-gtk
installed to manage the VMs over qemu+tls libvirtd transport protocol.
Generally, virt-manger works great like this, but connecting to the
graphics fails due to an invalid spice URL being generated. No problems
with VNC graphics.

I have following configration for graphics console at libvirtd server
side:

graphics type='spice' port='5902' autoport='no' listen='10.11.0.1' 
keymap='fi'
  listen type='address' address='10.11.0.1'/
/graphics

While running virt-manager --debug and connecting to the console from
another machine, the following gets printed:

2012-07-08 09:30:32,522 (console:1075): Starting connect process for 
proto=spice trans=tls connhost=10.11.0.1 connuser=root connport=5902 
gaddr=10.11.0.1 gport=5902 gsocket=None
2012-07-08 09:30:32,523 (console:490): spice uri: 
spice://root10.11.0.1?port=5902

The spice URL is broken. I removed the line 488 in 
/usr/share/virt-manager/virtManager/console.py and then it's working great. 
Changing the line so that URL like spice://root@10.11.0.1?port=5902 gets 
generated didn't work either. Looks like spice doesn't support user names in 
the URL so it should be dropped altogether.
--- 
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
DistroRelease: Ubuntu 12.04
NonfreeKernelModules: nvidia
Package: virt-manager 0.9.1-1ubuntu5.1
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LC_CTYPE=fi_FI.UTF-8
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Tags:  precise
Uname: Linux 3.2.0-26-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm adm admin admin audio audio bacula bacula cdrom cdrom 
debarchiver debarchiver dialout dialout dip dip disk disk fuse fuse git git 
libvirtd libvirtd lpadmin lpadmin netdev netdev plugdev plugdev pulse-access 
pulse-access sambashare sambashare video video wireshark wireshark www-data 
www-data

** Affects: virt-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected precise

** Tags added: apport-collected precise

** Description changed:

  I have to machines running Ubuntu 12.04 LTS precise. The first one is
  running some KVM based virtual machines using libvirtd and qemu-kvm-
  spice. The 2nd machine uses virt-manager with python-spice-client-gtk
  installed to manage the VMs over qemu+tls libvirtd transport protocol.
  Generally, virt-manger works great like this, but connecting to the
  graphics fails due to an invalid spice URL being generated. No problems
  with VNC graphics.
  
  I have following configration for graphics console at libvirtd server
  side:
  
  graphics type='spice' port='5902' autoport='no' listen='10.11.0.1' 
keymap='fi'
listen type='address' address='10.11.0.1'/
  /graphics
  
  While running virt-manager --debug and connecting to the console from
  another machine, the following gets printed:
  
  2012-07-08 09:30:32,522 (console:1075): Starting connect process for 
proto=spice trans=tls connhost=10.11.0.1 connuser=root connport=5902 
gaddr=10.11.0.1 gport=5902 gsocket=None
  2012-07-08 09:30:32,523 (console:490): spice uri: 
spice://root10.11.0.1?port=5902
  
- The spice URL is broken. I removed the line 488 in /usr/share/virt-
- manager/virtManager/console.py and then it's working great. Changing the
- line so that URL like spice://root@10.11.0.1?port=5902 gets generated
- didn't work either. Looks like spice doesn't support user names in the
- URL so it should be dropped altogether.
+ The spice URL is broken. I removed the line 488 in 
/usr/share/virt-manager/virtManager/console.py and then it's working great. 
Changing the line so that URL like spice://root@10.11.0.1?port=5902 gets 
generated didn't work either. Looks like spice doesn't support user names in 
the URL so it should be dropped altogether.
+ --- 
+ ApportVersion: 2.0.1-0ubuntu8
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ NonfreeKernelModules: nvidia
+ Package: virt-manager 0.9.1-1ubuntu5.1
+ PackageArchitecture: all
+ ProcEnviron:
+  TERM=xterm
+  SHELL=/bin/bash
+  PATH=(custom, user)
+  LC_CTYPE=fi_FI.UTF-8
+ ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
+ Tags:  precise
+ Uname: Linux 3.2.0-26-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm adm admin admin audio audio bacula bacula cdrom cdrom 
debarchiver debarchiver dialout dialout dip dip disk disk fuse fuse git git 
libvirtd libvirtd lpadmin lpadmin netdev netdev plugdev plugdev pulse-access 
pulse-access sambashare sambashare video video wireshark wireshark www-data 
www-data

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


[Bug 1010046] Re: WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53 suspend_test_finish+0x89/0x90()

2012-07-08 Thread Azmodeus
on Ubuntu 2.6.38-14.58-generic-pae 2.6.38.8
and Ubuntu 2.6.38-14.58-generic 2.6.38.8

cmdline modified from:

ProcKernelCmdLine: [vmlinuz] root=[root_uuid] vga=792 disable_ipv6=true
edd=on elevator=cfq floppy=false libata.dma=7 logo.nologo lp=0
reboot=warm,bios load_ramdisk=1 prompt_ramdisk=1 ramdisk_size=524288
cgroup_disable=memory noswapaccount memory_corruption_check=1
gfxpayload=1366x768,1360x768

to:

ProcKernelCmdLine: [vmlinuz] root=[root_uuid] floppy=false logo.nologo
lp=0 reboot=warm,bios cgroup_disable=memory noswapaccount swapaccount=0
memory_corruption_check=1 gfxpayload=1366x768,1360x768 apm=off noapm
noquiet nosplash splash=verbose loglevel=9

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

Title:
  WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53
  suspend_test_finish+0x89/0x90()

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

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


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-07-08 Thread Dominik2308
I have the same problem on my HP Pavilion DV6-6087 the Fingerprint
Scanner isn't recognized!

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

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

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

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


[Bug 1020888] Re: linux-armadaxp: 3.2.0-5.8 -proposed tracker

2012-07-08 Thread Jani Monoses
** Tags removed: armel
** Tags added: armhf verification-needed

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

Title:
  linux-armadaxp: 3.2.0-5.8 -proposed tracker

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

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


[Bug 1020172] Re: linux: 2.6.32-41.94 -proposed tracker

2012-07-08 Thread Adam Conrad
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed = Fix Released

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

Title:
  linux: 2.6.32-41.94 -proposed tracker

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

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


[Bug 1020100] Re: linux: 2.6.24-32.103 -proposed tracker

2012-07-08 Thread Adam Conrad
Copied to -proposed and overrides mangled to be correct for all
packages.

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

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Adam Conrad 
(adconrad)

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

Title:
  linux: 2.6.24-32.103 -proposed tracker

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

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


[Bug 1021336] Re: linux-lts-backport-oneiric: 3.0.0-23.38~lucid1 -proposed tracker

2012-07-08 Thread Adam Conrad
Copied to -proposed and overrides fixed up.

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

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Adam Conrad 
(adconrad)

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

Title:
  linux-lts-backport-oneiric: 3.0.0-23.38~lucid1 -proposed tracker

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

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


[Bug 1020623] Re: linux: 3.0.0-23.38 -proposed tracker

2012-07-08 Thread Adam Conrad
Copied to -proposed and overrides fixed up.

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

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Adam Conrad 
(adconrad)

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

Title:
  linux: 3.0.0-23.38 -proposed tracker

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

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


[Bug 1020172] Re: linux: 2.6.32-41.94 -proposed tracker

2012-07-08 Thread Brad Figg
** Description changed:

  This bug is for tracking the 2.6.32-41.92 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 02. July 2012 16:08 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 04. July 2012 23:17 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 04. July 2012 23:17 UTC
  kernel-stable-phase-changed:Wednesday, 04. July 2012 23:17 UTC
+ kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:30 UTC

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

Title:
  linux: 2.6.32-41.94 -proposed tracker

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

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


[Bug 1020100] Re: linux: 2.6.24-32.103 -proposed tracker

2012-07-08 Thread Brad Figg
** Description changed:

  This bug is for tracking the 2.6.24-32.103 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 02. July 2012 13:43 UTC
  kernel-stable-Certification-testing-end:Monday, 02. July 2012 13:46 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Thursday, 05. July 2012 08:30 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 05. July 2012 08:30 UTC
  kernel-stable-phase-changed:Thursday, 05. July 2012 08:30 UTC
+ kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:30 UTC

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

Title:
  linux: 2.6.24-32.103 -proposed tracker

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

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


[Bug 993397] Re: vdpau not working (well) with Ubuntu12.04 Unity

2012-07-08 Thread David Bartley
I fixed this by running ccsm (you may need to sudo apt-get install
compizconfig-settings-manager) - OpenGL - unchecking Sync to VBlank.

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

Title:
  vdpau not working (well) with Ubuntu12.04 Unity

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

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


[Bug 1022222] [NEW] vgabios need support DDC EDID

2012-07-08 Thread Hiroshi Miura
Public bug reported:

vgabios now does not support DDC EDID.
I've workd it and report it upstream.
https://savannah.nongnu.org/bugs/?3

This issue  prevent Ubuntu installer mistake a choice of resolution on KVM 
environment.
It also prevnet Ubuntu guest to select high resolution on std vga configuration 
of KVM host.

Suggested patch help guest Ubuntu OS to select high resolutions.

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

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

Title:
  vgabios need support DDC EDID

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

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


[Bug 1022221] [NEW] package libkipi-data (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/kde4/apps/kipi/data/kipi-plugins_logo.png », qui appartient aussi au paque

2012-07-08 Thread amine
Public bug reported:

i don't know

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libkipi-data (not installed)
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic-pae 3.2.19
Uname: Linux 3.2.0-26-generic-pae i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Sun Jul  8 08:30:47 2012
ErrorMessage: tentative de remplacement de 
« /usr/share/kde4/apps/kipi/data/kipi-plugins_logo.png », qui appartient aussi 
au paquet libkipi7 4:4.4.5-0ubuntu1.1
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
SourcePackage: libkipi
Title: package libkipi-data (not installed) failed to install/upgrade: 
tentative de remplacement de 
« /usr/share/kde4/apps/kipi/data/kipi-plugins_logo.png », qui appartient aussi 
au paquet libkipi7 4:4.4.5-0ubuntu1.1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package libkipi-data (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/share/kde4/apps/kipi/data/kipi-
  plugins_logo.png », qui appartient aussi au paquet libkipi7
  4:4.4.5-0ubuntu1.1

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

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

[Bug 1022221] Re: package libkipi-data (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/kde4/apps/kipi/data/kipi-plugins_logo.png », qui appartient aussi au paquet

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

Title:
  package libkipi-data (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/share/kde4/apps/kipi/data/kipi-
  plugins_logo.png », qui appartient aussi au paquet libkipi7
  4:4.4.5-0ubuntu1.1

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

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

[Bug 1020887] Re: linux-ti-omap4: 3.2.0-1416.22 -proposed tracker

2012-07-08 Thread Adam Conrad
Copied to -proposed and overrides fixed up.

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

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Adam Conrad 
(adconrad)

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

Title:
  linux-ti-omap4: 3.2.0-1416.22 -proposed tracker

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

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


[Bug 1020016] Re: linux: 3.2.0-27.43 -proposed tracker

2012-07-08 Thread Adam Conrad
Copied to -proposed and overrides fixed up.

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

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Adam Conrad 
(adconrad)

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

Title:
  linux: 3.2.0-27.43 -proposed tracker

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

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


[Bug 1020016] Re: linux: 3.2.0-27.43 -proposed tracker

2012-07-08 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.2.0-27.43 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 02. July 2012 09:48 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 04. July 2012 09:48 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 04. July 2012 09:48 UTC
  kernel-stable-phase-changed:Wednesday, 04. July 2012 09:48 UTC
+ kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:45 UTC

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

Title:
  linux: 3.2.0-27.43 -proposed tracker

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

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


[Bug 952052] Re: cannot log in as unity 3d

2012-07-08 Thread Barneedhar
** Description changed:

- last , an error occurred cosidering copiz
- i noticed that the title bar was missing so i uninstalled compiz
- then i re installed it 
- no i can not log in as unity 3d only 2d works 
- no option of unity 3d on login screen as before
- ubuntu 12.04 beta
+ Last night, an error occurred involving Compiz. I noticed that the title
+ bar was missing. So, I uninstalled and reinstalled Compiz. Now, I cannot
+ log in as Unity 3D. Only Unity-2D works. No option of Unity 3D on login
+ screen as well.
+ 
+ I am using Ubuntu 12.04 beta.

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

Title:
  cannot log in as unity 3d

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

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


[Bug 728825] Re: Eclipse cannot start: java.lang.UnsatisfiedLinkError: no swt-gtk-3557 or swt-gtk

2012-07-08 Thread Scott Severance
Why is this bug marked Fix released when many users, myself included,
are still experiencing this bug, long after it was supposedly fixed? I'd
change it back to Confirmed myself, but apparently I don't have the
appropriate permissions.

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

Title:
  Eclipse cannot start: java.lang.UnsatisfiedLinkError: no swt-gtk-3557
  or swt-gtk

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

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


[Bug 1021336] Re: linux-lts-backport-oneiric: 3.0.0-23.38~lucid1 -proposed tracker

2012-07-08 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.0.0-23.38~lucid1 upload package. This bug
  will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 05. July 2012 14:47 UTC
  kernel-stable-Certification-testing-end:Thursday, 05. July 2012 15:01 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Thursday, 05. July 2012 23:01 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 05. July 2012 23:01 UTC
  kernel-stable-phase-changed:Thursday, 05. July 2012 23:01 UTC
+ kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:46 UTC

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

Title:
  linux-lts-backport-oneiric: 3.0.0-23.38~lucid1 -proposed tracker

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

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


[Bug 1020887] Re: linux-ti-omap4: 3.2.0-1416.22 -proposed tracker

2012-07-08 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.2.0-1416.22 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 04. July 2012 09:45 UTC
  kernel-stable-Certification-testing-end:Wednesday, 04. July 2012 10:16 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Thursday, 05. July 2012 20:46 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 05. July 2012 20:46 UTC
  kernel-stable-phase-changed:Thursday, 05. July 2012 20:46 UTC
+ kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:46 UTC

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

Title:
  linux-ti-omap4: 3.2.0-1416.22 -proposed tracker

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

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


[Bug 1020623] Re: linux: 3.0.0-23.38 -proposed tracker

2012-07-08 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.0.0-23.38 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 03. July 2012 15:29 UTC
  kernel-stable-Certification-testing-end:Tuesday, 03. July 2012 15:46 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Thursday, 05. July 2012 14:49 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 05. July 2012 14:49 UTC
  kernel-stable-phase-changed:Thursday, 05. July 2012 14:49 UTC
+ kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:46 UTC

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

Title:
  linux: 3.0.0-23.38 -proposed tracker

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

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


[Bug 1019581] Re: update-apt-xapian-index crashed with ImportError in /usr/share/apt-xapian-index/plugins/software-center.py: cannot import name index_name

2012-07-08 Thread dean
i still keep getting this error as well, even after the update-

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

Title:
  update-apt-xapian-index crashed with ImportError in /usr/share/apt-
  xapian-index/plugins/software-center.py: cannot import name index_name

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

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


[Bug 975560] Re: Eclipse cannot start java.lang.UnsatisfiedLinkError: no swt-pi-gtk

2012-07-08 Thread Scott Severance
*** This bug is a duplicate of bug 728825 ***
https://bugs.launchpad.net/bugs/728825

I believe Mikolaj Lechtanski's workaround is more efficient. It was
originally posted here: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=663734#31

 create or edit /etc/eclipse.ini
 
 Paste inside:
 
 -vmargs
 -Djava.library.path=/usr/lib/jni
  
 exit
 
 make sure the file is readable:
 
 sudo chmod 755 /etc/eclipse.ini

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

Title:
  Eclipse cannot start java.lang.UnsatisfiedLinkError: no swt-pi-gtk

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

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


[Bug 728825] Re: Eclipse cannot start: java.lang.UnsatisfiedLinkError: no swt-gtk-3557 or swt-gtk

2012-07-08 Thread Scott Severance
I believe Mikolaj Lechtanski'sworkaround is more efficient. It was
originally posted here: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=663734#31

 create or edit /etc/eclipse.ini
 
 Paste inside:
 
 -vmargs
 -Djava.library.path=/usr/lib/jni
  
 exit
 
 make sure the file is readable:
 
 sudo chmod 755 /etc/eclipse.ini

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

Title:
  Eclipse cannot start: java.lang.UnsatisfiedLinkError: no swt-gtk-3557
  or swt-gtk

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

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


[Bug 1021665] Re: Unity dash is is much slower/laggy after revision 2469.

2012-07-08 Thread Daniel van Vugt
** Summary changed:

- Unity dash is super laggy and slow.
+ Unity dash is is much slower/laggy after revision 2469.

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

Title:
  Unity dash is is much slower/laggy after revision 2469.

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

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


[Bug 951143] Re: [Asus eeepc 1225B] Suspend and hibernate not working

2012-07-08 Thread Artuditu
Hi, I have the same issue on my Eee PC . My proc/version result is as
below 3.2.0-12 #41 Ubuntu. Do you know some work around for this
problem?

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

Title:
  [Asus eeepc 1225B] Suspend and hibernate not working

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

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


[Bug 773599] Re: rt73usb error - wifi become unfit for use and system hang

2012-07-08 Thread udippel
Time to reopen this sordid affair, since 12.04 LTS still suffers from
the exact same problem, which can be worked-around with the exact same
work-arounds. (I see no reopen here.)

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

Title:
  rt73usb error - wifi become unfit for use and system hang

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

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


[Bug 874230] Re: Refreshing active blur makes the dash painfully slow

2012-07-08 Thread Daniel van Vugt
** Changed in: unity
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

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

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

Title:
  Refreshing active blur makes the dash painfully slow

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

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


[Bug 1022226] [NEW] mirror should depend on libperl4-corelibs-perl

2012-07-08 Thread Andre Koopal
Public bug reported:

Mirror gives me the following warning:

Legacy library timelocal.pl will be removed from the Perl core distribution in t
he next major release. Please install the separate libperl4-corelibs-perl packag
e. It is being used at /usr/bin/../share/mirror/dateconv.pl, line 50.

Which tells me it should have a dependency on libperl4-corelibs-perl

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

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

Title:
  mirror should depend on libperl4-corelibs-perl

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

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


[Bug 997170] Re: Unity 3D is slow with NVIDIA driver 295.49 and GeForce 7000M / nForce 610M.

2012-07-08 Thread Zed
Any suggestions how to fix that bug?
If i start XBMC (http://xbmc.org/) on logon screen i get 60+ fps
if like Xwindows apps 2-10 fps.

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

Title:
  Unity 3D is slow with NVIDIA driver 295.49 and GeForce 7000M / nForce
  610M.

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

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


[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)

2012-07-08 Thread Kai Nickel
I just installed Kernel 3.2.0-27._43_ from proposed updates, and my
system froze hard a minute after login.

@Timo: Does Kernel 27.43 include your changes from 27.42? (I hoped so.)

System specs: Ubuntu 12.04 64bit, i7-3770, 16GB RAM, Intel SSD 520,
Intel DZ77BH-​55K Mainboard.

(I am back to some old nvidia graphics card now, just to be able to
write this message...)

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

Title:
  [IVB]12.04 64 bit System freezes (mouse, keyboard)

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

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

[Bug 812936] Re: iBus does not saves my settings regarding the toolbar

2012-07-08 Thread Ma Xiaojun
Thank you for your feedback.

Whether properties on language panel are saved are engine dependent.
Since you are talking about cangjie5, I think you are using ibus-table engine.

ibus-table in Ubuntu 12.04 should be able to save Chinese Mode setting.
If you still using older Ubuntu releases, you may change 
/usr/share/ibus-table/engine/table.py manually as a workaround.
Please refer to:
http://code.google.com/p/ibus/wiki/FAQ
https://groups.google.com/group/ibus-user/browse_thread/thread/facecd92ec2a3e5f?hl=en_US

If you still have problems, feel free to reply or ask in ibus-user.

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

Title:
  iBus does not saves my settings regarding the toolbar

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

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


[Bug 1021693] Re: gtkpod window does not fit correctly in unity when maximized

2012-07-08 Thread Ghislain Vaillant
Thanks Logan, that's good enough 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/1021693

Title:
  gtkpod window does not fit correctly in unity when maximized

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

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


[Bug 1020172] Re: linux: 2.6.32-41.94 -proposed tracker

2012-07-08 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New = In Progress

** Description changed:

  This bug is for tracking the 2.6.32-41.92 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 02. July 2012 16:08 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 04. July 2012 23:17 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 04. July 2012 23:17 UTC
- kernel-stable-phase-changed:Wednesday, 04. July 2012 23:17 UTC
  kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:30 UTC
+ kernel-stable-phase:Verification
+ kernel-stable-phase-changed:Sunday, 08. July 2012 08:32 UTC
+ kernel-stable-Verification-testing-start:Sunday, 08. July 2012 08:32 UTC

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

Title:
  linux: 2.6.32-41.94 -proposed tracker

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

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


[Bug 1020100] Re: linux: 2.6.24-32.103 -proposed tracker

2012-07-08 Thread Brad Figg
The following packages ended up in the wrong component in the -proposed
pocket:

linux-backports-modules-2.6.24-32-lpiacompat 2.6.24-32.44 - is in universe 
instead of main
linux-backports-modules-2.6.24-32-openvz 2.6.24-32.44 - is in universe instead 
of main
linux-backports-modules-2.6.24-32-openvz 2.6.24-32.44 - is in universe instead 
of main
linux-backports-modules-2.6.24-32-rt 2.6.24-32.44 - is in universe instead of 
main
linux-backports-modules-2.6.24-32-rt 2.6.24-32.44 - is in universe instead of 
main
linux-backports-modules-2.6.24-32-xen 2.6.24-32.44 - is in universe instead of 
main
linux-backports-modules-2.6.24-32-xen 2.6.24-32.44 - is in universe instead of 
main
linux-headers-lbm-2.6.24-32-lpiacompat 2.6.24-32.44 - is in universe instead of 
main
linux-headers-lbm-2.6.24-32-openvz 2.6.24-32.44 - is in universe instead of main
linux-headers-lbm-2.6.24-32-openvz 2.6.24-32.44 - is in universe instead of main
linux-headers-lbm-2.6.24-32-rt 2.6.24-32.44 - is in universe instead of main
linux-headers-lbm-2.6.24-32-rt 2.6.24-32.44 - is in universe instead of main
linux-headers-lbm-2.6.24-32-xen 2.6.24-32.44 - is in universe instead of main
linux-headers-lbm-2.6.24-32-xen 2.6.24-32.44 - is in universe instead of main
fglrx-kernel-source 1:8-3+2.6.24.18-32.14 - is in restricted instead of 
multiverse
fglrx-kernel-source 1:8-3+2.6.24.18-32.14 - is in restricted instead of 
multiverse
nvidia-glx-legacy 71.86.04+2.6.24.18-32.14 - is in restricted instead of 
multiverse
nvidia-glx-legacy 71.86.04+2.6.24.18-32.14 - is in restricted instead of 
multiverse
nvidia-glx-legacy-dev 71.86.04+2.6.24.18-32.14 - is in restricted instead of 
multiverse
nvidia-glx-legacy-dev 71.86.04+2.6.24.18-32.14 - is in restricted instead of 
multiverse
nvidia-kernel-source 1:96.43.05+2.6.24.18-32.14 - is in restricted instead of 
multiverse
nvidia-kernel-source 1:96.43.05+2.6.24.18-32.14 - is in restricted instead of 
multiverse
nvidia-legacy-kernel-source 71.86.04+2.6.24.18-32.14 - is in restricted instead 
of multiverse
nvidia-legacy-kernel-source 71.86.04+2.6.24.18-32.14 - is in restricted instead 
of multiverse

Once this is fixed, set the promote-to-proposed to Fix Released again

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

** Description changed:

  This bug is for tracking the 2.6.24-32.103 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 02. July 2012 13:43 UTC
  kernel-stable-Certification-testing-end:Monday, 02. July 2012 13:46 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Thursday, 05. July 2012 08:30 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 05. July 2012 08:30 UTC
  kernel-stable-phase-changed:Thursday, 05. July 2012 08:30 UTC
- kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:30 UTC

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

Title:
  linux: 2.6.24-32.103 -proposed tracker

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

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


[Bug 812936] Re: iBus does not saves my settings regarding the toolbar

2012-07-08 Thread Ma Xiaojun
** Package changed: ibus (Ubuntu) = ibus-table (Ubuntu)

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

Title:
  iBus does not saves my settings regarding the toolbar

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

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



[Bug 787322] Re: Input methods in ibus missing

2012-07-08 Thread Ma Xiaojun
Can you install ibus-pinyin and ibus-unikey package manually?

sudo apt-get install ibus-pinyin
sudo apt-get install ibus-unikey

IBus has neven been a monolithic software.
The more additional package you install, the more input methods be available 
for use.

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

Title:
  Input methods in ibus missing

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

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


[Bug 522479] Re: Upgrade to 9.10 caused wireless network to cease working

2012-07-08 Thread Thomas Hood
/e/n/i = /etc/network/interfaces

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

Title:
  Upgrade to 9.10 caused wireless network to cease working

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

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


[Bug 1021665] Re: Unity dash is is much slower/laggy after revision 2469.

2012-07-08 Thread Daniel van Vugt
** Branch linked: lp:~vanvugt/unity/fastDash

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

Title:
  Unity dash is is much slower/laggy after revision 2469.

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

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


[Bug 1021336] Re: linux-lts-backport-oneiric: 3.0.0-23.38~lucid1 -proposed tracker

2012-07-08 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New = In Progress

** Description changed:

  This bug is for tracking the 3.0.0-23.38~lucid1 upload package. This bug
  will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 05. July 2012 14:47 UTC
  kernel-stable-Certification-testing-end:Thursday, 05. July 2012 15:01 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Thursday, 05. July 2012 23:01 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 05. July 2012 23:01 UTC
- kernel-stable-phase-changed:Thursday, 05. July 2012 23:01 UTC
  kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:46 UTC
+ kernel-stable-phase:Verification
+ kernel-stable-phase-changed:Sunday, 08. July 2012 08:48 UTC
+ kernel-stable-Verification-testing-start:Sunday, 08. July 2012 08:48 UTC

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

Title:
  linux-lts-backport-oneiric: 3.0.0-23.38~lucid1 -proposed tracker

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

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


[Bug 1020887] Re: linux-ti-omap4: 3.2.0-1416.22 -proposed tracker

2012-07-08 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New = In Progress

** Description changed:

  This bug is for tracking the 3.2.0-1416.22 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 04. July 2012 09:45 UTC
  kernel-stable-Certification-testing-end:Wednesday, 04. July 2012 10:16 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Thursday, 05. July 2012 20:46 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 05. July 2012 20:46 UTC
- kernel-stable-phase-changed:Thursday, 05. July 2012 20:46 UTC
  kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:46 UTC
+ kernel-stable-phase:Verification
+ kernel-stable-phase-changed:Sunday, 08. July 2012 08:47 UTC
+ kernel-stable-Verification-testing-start:Sunday, 08. July 2012 08:47 UTC

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

Title:
  linux-ti-omap4: 3.2.0-1416.22 -proposed tracker

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

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


[Bug 1020623] Re: linux: 3.0.0-23.38 -proposed tracker

2012-07-08 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New = In Progress

** Description changed:

  This bug is for tracking the 3.0.0-23.38 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 03. July 2012 15:29 UTC
  kernel-stable-Certification-testing-end:Tuesday, 03. July 2012 15:46 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Thursday, 05. July 2012 14:49 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 05. July 2012 14:49 UTC
- kernel-stable-phase-changed:Thursday, 05. July 2012 14:49 UTC
  kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:46 UTC
+ kernel-stable-phase:Verification
+ kernel-stable-phase-changed:Sunday, 08. July 2012 08:47 UTC
+ kernel-stable-Verification-testing-start:Sunday, 08. July 2012 08:47 UTC

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

Title:
  linux: 3.0.0-23.38 -proposed tracker

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

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


[Bug 1020016] Re: linux: 3.2.0-27.43 -proposed tracker

2012-07-08 Thread Brad Figg
The following packages ended up in the wrong component in the -proposed
pocket:

linux-current-generic 3.2.0.27.29 - is in main instead of universe
linux-current-generic 3.2.0.27.29 - is in main instead of universe
linux-headers-highbank 3.2.0.27.29 - is in main instead of universe
linux-highbank 3.2.0.27.29 - is in main instead of universe
linux-hwe-generic 3.2.0.27.29 - is in main instead of universe
linux-hwe-generic 3.2.0.27.29 - is in main instead of universe
linux-image-current-generic 3.2.0.27.29 - is in main instead of universe
linux-image-current-generic 3.2.0.27.29 - is in main instead of universe
linux-image-highbank 3.2.0.27.29 - is in main instead of universe
linux-image-hwe-generic 3.2.0.27.29 - is in main instead of universe
linux-image-hwe-generic 3.2.0.27.29 - is in main instead of universe

Once this is fixed, set the promote-to-proposed to Fix Released again

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

** Description changed:

  This bug is for tracking the 3.2.0-27.43 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 02. July 2012 09:48 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 04. July 2012 09:48 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 04. July 2012 09:48 UTC
  kernel-stable-phase-changed:Wednesday, 04. July 2012 09:48 UTC
- kernel-stable-Promote-to-proposed-end:Sunday, 08. July 2012 07:45 UTC

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

Title:
  linux: 3.2.0-27.43 -proposed tracker

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

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


[Bug 1013798] Re: Blink SIP client segfaults with libgcrypt11 1.5.0-3ubuntu0.1

2012-07-08 Thread Joe Petri
Dear Vedavata, you're welcome ! 
I didn't understand what you meant exactly , i list the commands needed to make 
blink works again : 

- install libgcrypt11 package, according with your ubuntu version and
system architecture, in my case 64bit lucid ubuntu.

http://packages.ubuntu.com/lucid/amd64/libgcrypt11/download

another example 32bit precise ubuntu
http://packages.ubuntu.com/precise/i386/libgcrypt11/download

- after you download, install the package by clicking on it or through
terminal command sudo dpkg -i package_name.deb

- next echo libgcrypt11 hold | sudo dpkg --set-selections.

Thats it ! No more steps needed . About the definitive solution on
libgcrypt11 package , we have to wait for blink's team ultimate work as
gdi2k reported on comment #3.

Hope this will be useful for you and you'll have blink working again
following the steps above.

Cheers.

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

Title:
  Blink SIP client segfaults with libgcrypt11 1.5.0-3ubuntu0.1

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

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


[Bug 993659] Re: The tables of all Cangjie are incomplete

2012-07-08 Thread Ma Xiaojun
If you are using 12.04, the default Chinese Mode is still locale based
which has already confused many people.

However, you should able to save Chinese Mode setting once you change
Chinese Mode in the language panel.

If you cannot see the language panel, you can either:
1. Set Show language panel: as Always.
2. Use Ctrl + ; to switch Chinese Mode blindly

** Bug watch added: IBus bugs #1188
   http://code.google.com/p/ibus/issues/detail?id=1188

** Also affects: ibus via
   http://code.google.com/p/ibus/issues/detail?id=1188
   Importance: Unknown
   Status: Unknown

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

Title:
  The tables of all Cangjie are incomplete

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

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


[Bug 987485] Re: Can only print once with USB to parallel adapter and HP 4L

2012-07-08 Thread Till Kamppeter
Link to error_log of comment #118:
https://launchpadlibrarian.net/109564565/error_log

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

Title:
  Can only print once with USB to parallel adapter and HP 4L

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

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


[Bug 874230] Re: Refreshing active blur makes the dash painfully slow

2012-07-08 Thread Daniel van Vugt
** Changed in: unity
Milestone: None = 6.0

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

Title:
  Refreshing active blur makes the dash painfully slow

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

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


[Bug 874230] Re: Refreshing active blur makes the dash painfully slow

2012-07-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~vanvugt/unity/fastDash

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

Title:
  Refreshing active blur makes the dash painfully slow

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

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


RE: [Bug 738241] Re: gvfs-gdu-volume-monitor crashed with SIGABRT in __kernel_vsyscall()

2012-07-08 Thread jeff reisch
Thank you. Seems somehow the bug just disappeared.

Kind Regards
Jeff

-Original Message-
From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Mikhail 
Titov
Sent: 08 July 2012 02:56
To: j...@reisch.ca
Subject: [Bug 738241] Re: gvfs-gdu-volume-monitor crashed with SIGABRT in 
__kernel_vsyscall()

It is a possible duplicate of #571038 .
I had gvfs-gdu-volume-monitor crashed after I upgraded to Precise from Oneiric. 
Since I'm affected by #571038, I had to patch udisks. After that 
gvfs-gdu-volume-monitor did not crush for me.
Does palipmsest tool start okay for you? If not try patching (or using ppa) as 
described in #571038.

--
You received this bug notification because you are subscribed to a duplicate 
bug report (809054).
https://bugs.launchpad.net/bugs/738241

Title:
  gvfs-gdu-volume-monitor crashed with SIGABRT in __kernel_vsyscall()

Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gvfs

  aplication not respond

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gvfs 1.7.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic i686
  Architecture: i386
  Date: Sat Mar 19 09:46:36 2011
  ExecutablePath: /usr/lib/gvfs/gvfs-gdu-volume-monitor
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110302)
  ProcCmdline: /usr/lib/gvfs/gvfs-gdu-volume-monitor
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=es_CO:en
   LANG=es_CO.UTF-8
  Signal: 6
  SourcePackage: gvfs
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   g_assertion_message () from /lib/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/libglib-2.0.so.0
  Title: gvfs-gdu-volume-monitor crashed with SIGABRT in __kernel_vsyscall()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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

Title:
  gvfs-gdu-volume-monitor crashed with SIGABRT in __kernel_vsyscall()

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

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

[Bug 372014] Re: errors in dmesg

2012-07-08 Thread Beowulf
*** This bug is a duplicate of bug 509180 ***
https://bugs.launchpad.net/bugs/509180

I suggest changing the log message to include the name of the file which
is the source of error, otherwise the log entry is prerry useleess.

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

Title:
  errors in dmesg

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

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


[Bug 987485] Re: Can only print once with USB to parallel adapter and HP 4L

2012-07-08 Thread Till Kamppeter
Sandra, can you turn off and turn on your printer and do

sudo chmod -x /lib/udev/udev-configure-printer
sudo rmmod usblp
sudo modprobe usblp

again and try printing again? Can you print more than one job now?

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

Title:
  Can only print once with USB to parallel adapter and HP 4L

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

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


[Bug 1020808] Re: Alt F1 keynav mode is not disabled when the Hud is open

2012-07-08 Thread Daniel van Vugt
Fix committed into lp:unity at revision 2474

** Changed in: unity
   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/1020808

Title:
  Alt F1 keynav mode is not disabled when the Hud is open

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

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


[Bug 605522] Re: iBus does not work as soon as it is selected in Langage Support

2012-07-08 Thread Ma Xiaojun
*** This bug is a duplicate of bug 654355 ***
https://bugs.launchpad.net/bugs/654355

Thank you for your feedback.

Due to some technical reasons, after enabling IBus, you must restart
your X session (logout and re-login) before you can actually use IBus.

I noted that bug # 654355 expressed similar concern as yours and there are 
already some discussion there.
So marked your bug as duplicate.

Feel free to reports other problems of Ubuntu you found.

** This bug has been marked a duplicate of bug 654355
   No explaination nor possibility to install Input Methods via Keyboard Input 
Methods menu

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

Title:
  iBus does not work as soon as it is selected in Langage Support

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

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


[Bug 800840] Re: unable to install grub 2 on btrfs

2012-07-08 Thread filip
i experience this bug in quantal 12.10 daily (7/7/12).
i've installed quantal, as a test, on a 8 gb stick formated btrfs as / and 
there everything works.
Then because this worked, i decided to install it to my internal harddrive and 
got most likely this problem.
I have seen these messages:
ubuntu grub-installer: Embedding is not possible. GRUB can only be installed in 
this setup by using blocklists. However, blocklists are UNRELIABLE and their 
use is discouraged.
ubuntu grub-installer: cannot read `/@/boot/grub/core.img' correctly
in the window below of the installer.

Also as above, i reinstalled from the same live envirement (didn't
reboot) and used ext4 and the installation finished without a problem.

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

Title:
  unable to install grub 2 on btrfs

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

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


[Bug 482870] Re: ibus causes application crash when using chinese py input method

2012-07-08 Thread Ma Xiaojun
Hi, all.

It's 2012.
Are you still bothered with a IBus 1.2 problem?
The latest stable version of IBus is 1.4.1 now and pre-release of IBus 1.5 is 
already available.
If not, I'd close this bug as Fixed Released.

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

Title:
  ibus causes application crash when using chinese py input method

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

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


[Bug 1019083] Re: Quantal A2 failed to automatically connect Centrino Wireless N

2012-07-08 Thread melchiaros
Yes, you have done all correct, it is a known bugzilla issue. And the
method you describe work.

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

Title:
  Quantal A2 failed to automatically connect Centrino Wireless N

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-07-08 Thread Tomasz Ostrowski
Ok, do you think that this issue will be solved in the near future, or
the general adivice for the users is to backup their systems and start
switching kernels?

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 1022226] Re: mirror should depend on libperl4-corelibs-perl

2012-07-08 Thread Micah Gersten
This is already done in quantal with 2.9-61

** Changed in: mirror (Ubuntu)
   Status: New = 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/106

Title:
  mirror should depend on libperl4-corelibs-perl

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

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


[Bug 879109] Re: Grub install failed on sda and sda3-btrfs

2012-07-08 Thread filip
i experience this bug in quantal 12.10 daily (7/7/12).
i've installed quantal, as a test, on a 8 gb stick formated btrfs as / and 
there everything works.
Then because this worked, i decided to install it to my internal harddrive and 
got most likely this problem.
I have seen these messages:
ubuntu grub-installer: Embedding is not possible. GRUB can only be installed in 
this setup by using blocklists. However, blocklists are UNRELIABLE and their 
use is discouraged.
ubuntu grub-installer: cannot read `/@/boot/grub/core.img' correctly
in the window below of the installer.

(see duplicate 800840)
Also as above, i reinstalled from the same live envirement (didn't reboot) and 
used ext4 and the installation finished without a problem.

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

Title:
  Grub install failed on sda and sda3-btrfs

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

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


[Bug 800840] Re: unable to install grub 2 on btrfs

2012-07-08 Thread filip
*** This bug is a duplicate of bug 879109 ***
https://bugs.launchpad.net/bugs/879109

** This bug has been marked a duplicate of bug 879109
   Grub install failed on sda and sda3-btrfs

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

Title:
  unable to install grub 2 on btrfs

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