[Bug 823182] [NEW] nova-network vlan mode needs to work in single machine scenario

2011-08-09 Thread Marc Cluet
Public bug reported:

nova-network comes configured by default in vlan mode, we had issues
deploying it and making vlan manager work properly on a single machine.

We need to make sure this works prefectly before Oneiric release.

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

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

Title:
  nova-network vlan mode needs to work in single machine scenario

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/823182/+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 800340] Re: [MIR] ipxe

2011-08-09 Thread Colin Watson
Promoted.

** Changed in: ipxe (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  [MIR] ipxe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/800340/+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 816414] Re: [MIR] nut (nut-doc, nut-client, nut-server)

2011-08-09 Thread Colin Watson
Promoted.

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

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

Title:
  [MIR] nut (nut-doc, nut-client, nut-server)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/816414/+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 801262] Re: [MIR] pep8

2011-08-09 Thread Colin Watson
Promoted.

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

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

Title:
  [MIR] pep8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pep8/+bug/801262/+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 799775] Re: [MIR] python-gflags

2011-08-09 Thread Colin Watson
Promoted.

** Changed in: python-gflags (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] python-gflags

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gflags/+bug/799775/+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 805608] Re: [MIR] python-decorator

2011-08-09 Thread Colin Watson
Promoted.

** Changed in: python-decorator (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] python-decorator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-decorator/+bug/805608/+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 820023] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocessinstalled post-installation script returned error exit status 1

2011-08-09 Thread Fendervr
Hi Steve,
below there is the result of what you asked.
Best regards and thanks

ccl@ccl-HP-Pavilion-dv6-Notebook-PC:~$ testparm -s --parameter-name='disable 
netbios'
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section [homes]
Processing section [netlogon]
Processing section [profiles]
Processing section [printers]
Processing section [pdf-documents]
Processing section [pdf-printer]
Loaded services file OK.
ERROR: both 'wins support = true' and 'wins server = server list' cannot 
be set in the smb.conf file. nmbd will abort with this setting.
WARNING: You have some share names that are longer than 12 characters.
These may not be accessible to some older clients.
(Eg. Windows9x, WindowsMe, and smbclient prior to Samba 3.0.)
No
ccl@ccl-HP-Pavilion-dv6-Notebook-PC:~$ echo $?
1

Claudio

- Original Message - 
From: Steve Langasek steve.langa...@canonical.com
To: cpe...@tiscali.it
Sent: Monday, August 08, 2011 11:24 PM
Subject: [Bug 820023] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 
subprocessinstalled post-installation script returned error exit status 1


Hi Claudio,

ccl@ccl-HP-Pavilion-dv6-Notebook-PC:~$ testparm -s --parameter-name='disable 
netbios' 2/dev/null
No
ccl@ccl-HP-Pavilion-dv6-Notebook-PC:~$ echo $?
1


Please run the testparm command *without* the 2/dev/null redirection. 
I.e., run:

$ testparm -s --parameter-name='disable netbios'

and paste the output.  It seems testparm is returning a parse error for
your smb.conf, so we need to see what that is.

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

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocess installed post-
  installation script returned error exit status 1

Status in “samba” package in Ubuntu:
  Incomplete

Bug description:
  I could not connect to a Windows printer shared. I tra ti remove and
  reinstalli samba  smbfs with sudo apt-get install samba smbfs.

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: samba 2:3.5.8~dfsg-1ubuntu2.2
  ProcVersionSignature: Ubuntu 2.6.38-11.47-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-11-generic-pae i686
  NonfreeKernelModules: nvidia wl
  Architecture: i386
  Date: Tue Aug  2 22:23:28 2011
  ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 
(20101007.1)
  RelatedPackageVersions:
   nautilus 1:2.32.2.1-0ubuntu13
   gvfs 1.8.0-0ubuntu2
  SambaClientRegression: Yes
  SourcePackage: samba
  Title: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: il 
sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1
  UpgradeStatus: Upgraded to natty on 2011-05-02 (92 days ago)

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

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocess installed post-
  installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/820023/+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 823462] [NEW] package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-08-09 Thread mama21mama
Public bug reported:

 Move mysql database to other path

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-server-5.1 5.1.54-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Aug  9 14:58:37 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
SourcePackage: mysql-5.1
Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
UpgradeStatus: Upgraded to natty on 2011-07-18 (22 days ago)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/823462/+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 823462] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-08-09 Thread mama21mama
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/823462

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/823462/+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 823494] [NEW] Virt-manager upgrade 0.9.0 is not in sync with libvirt

2011-08-09 Thread Boris Derzhavets
Public bug reported:

After upgrade virt-manager to 0.9.0  I have Spice runtime session in QXL mode 
broken. Just black screen.  Only SpiceVGA works now for install and for 
runtime.  Version of Libvirt is 0.9.3 in preview environment on F15 and 
everything works  just fine.
Another my suspect ( regarding installation mode) is outdated  QXL driver for 
X-Server.  Too much QXL changes went in qemu-kvm 0.15-rc1.

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

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

Title:
  Virt-manager upgrade 0.9.0 is not in sync with libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823494/+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 820023] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocess installed post-installation script returned error exit status 1

2011-08-09 Thread Steve Langasek
Thanks.  This output indicates that you have a broken smb.conf:

 ERROR: both 'wins support = true' and 'wins server = server list' cannot
 be set in the smb.conf file. nmbd will abort with this setting.

So, you need to remove one or the other of those settings (according to
what way you intend the machine to be configured!) and then it will
start.

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

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 subprocess installed post-
  installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/820023/+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 823494] Re: Virt-manager upgrade 0.9.0 is not in sync with libvirt

2011-08-09 Thread Boris Derzhavets
After the most recent upgrade usual VNC sessions via VirtMan gets broken.
I am running qemu-kvm 0.15-rc1 for 7-8 days .  It never happened before.
Two boxes are affected in same way.

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

Title:
  Virt-manager upgrade 0.9.0 is not in sync with libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823494/+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 814819] Re: Update to antlr3 version 3.2

2011-08-09 Thread Andrew Ross
Is there a decision on this? It seems like it would be good to test it
sooner rather than later.

The only other option I can think of that's not been discussed is to
create an antlr3.0 package which provides antlr3 and have the new
package in main and the normal antlr3 in universe.

Andy

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

Title:
  Update to antlr3 version 3.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/antlr3/+bug/814819/+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 557054] Re: Libvirt-bin ignores libvirtd_opts from /etc/default

2011-08-09 Thread gdahlman
Still an issue in Natty, even a comment in /etc/default/libvirt-bin
would be nice.

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

Title:
  Libvirt-bin ignores libvirtd_opts from /etc/default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/557054/+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 823638] [NEW] Please put comment in /etc/default/libvirt-bin or remove it from the .deb

2011-08-09 Thread gdahlman
Public bug reported:

http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/natty/libvirt/natty/view/head:/debian/libvirt-
bin.default

/etc/default/libvirt-bin is not used with upstart and has not been used
for three releases anymore

It is very confusing to users to try and add arguments and have them
ignored.

Please add a simple text comment at the top of the file telling people
to modify /etc/init/libvirt-bin

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


** Tags: libvirt libvirt-bin natty

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

Title:
  Please put comment in /etc/default/libvirt-bin or remove it from the
  .deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823638/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I did set clocksource=acpi_pm and it will boot,

The regression is in the Ubuntu kernel, it works fine on fc12 and 10.10
but 11.04 will not let them boot

It would seem really odd that the kvm-clock paravirt clock source in the
current kernel would be the prime suspect IMHO.

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

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I think I found the kernel bug that causes this, but I can not find a
good link that is not spam mail list aggregation site.

The subject is KVM: fix kvmclock regression due to missing clock
update  and it appears there is a fix in 2.6.39


I will try to find hardware to test this on.

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

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 818617] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-09 Thread Bequia Ubuntu
Hey Ursula,

It appears nothing happened when i ran those commands.

Jose'

On 3 August 2011 11:42, Ursula Junque 818...@bugs.launchpad.net wrote:

 Hello!

 Thanks for your time reporting this bug. I'd like to ask a few things in
 order to understand your issue:

 1) Can you provide the file /etc/init/nmbd.conf ?
 2) Run the following commands and paste the output here:
  $ testparm -s --parameter-name='disable netbios' 2/dev/null
  $ echo $?
 and
  $ install -o root -g root -m 755 -d /var/run/samba
  $ echo $?

 After providing the information, please set the bug status to 'New' so
 it won't expire.

 Thanks!

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

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

 Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

 Status in “samba” package in Ubuntu:
   Incomplete

 Bug description:
  I was trying to do a purge and reinstall of samba and winbind ( some
  other packages related to them too but i cant remember ) to solve a
  network problem i was having. I used synaptic to completely remove and
  reinstall them and before it finished this error popped up ( see the
  summary ).  The problem i was having before was that i could not see
  any of the other computers and printers on my wireless home network.
  in nautilus when i tried to open the windows network it would always
  say failed to retrieve shares from server. the other computers are
  windows 7.

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: samba 2:3.5.8~dfsg-1ubuntu2.2
  ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
  Uname: Linux 2.6.38-10-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Sat Jul 30 15:13:44 2011
  ErrorMessage: subprocess installed post-installation script returned error
 exit status 1
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64
 (20100816.1)
  RelatedPackageVersions:
   nautilus 1:2.32.2.1-0ubuntu13
   gvfs 1.8.0-0ubuntu2
  SambaClientRegression: No
  SourcePackage: samba
  Title: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade:
 subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to natty on 2011-04-24 (97 days ago)

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



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

** Attachment added: nmbd.conf
   https://bugs.launchpad.net/bugs/818617/+attachment/2265254/+files/nmbd.conf

** Attachment added: results of commands
   
https://bugs.launchpad.net/bugs/818617/+attachment/2265255/+files/results%20of%20commands

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/818617/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
I have verified that by downloading and upgrading to the following
kernel the issue is resolved, the issue still exists with 2.6.38-10

http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39-rc4-natty/

I successfully booted from CD on RHEL 5.4 and Centos 5.5 on CD and
installed with no issue with 8 cpu's

Here is the text of the commit I think fixes the issue.

commit 1aa8ceef0312a6aae7dd863a120a55f1637b361d
Author: Nikola Ciprich extmaill...@linuxbox.cz
Date:   Wed Mar 9 23:36:51 2011 +0100

KVM: fix kvmclock regression due to missing clock update

commit 387b9f97750444728962b236987fbe8ee8cc4f8c moved 
kvm_request_guest_time_update(vcpu),
breaking 32bit SMP guests using kvm-clock. Fix this by moving (new) clock 
update function
to proper place.

Signed-off-by: Nikola Ciprich nikola.cipr...@linuxbox.cz
Acked-by: Zachary Amsden zams...@redhat.com
Signed-off-by: Avi Kivity a...@redhat.com

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

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-08-09 Thread gdahlman
Here is the fix for the current natty kernel source, it appears to be a
typo with a closing bracket one line too high.

** Patch added: Patch to fix issue with 32 bit KVM hosts
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+attachment/2265304/+files/x86.c.diff

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

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 823711] [NEW] libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-09 Thread Ricardo Salveti
Public bug reported:

libvirt version 0.9.2-4ubuntu8 failed to build on armel
Link to failed build: 
https://launchpad.net/ubuntu/+source/libvirt/0.9.2-4ubuntu8/+build/2673838

Direct link to the build log:
https://launchpad.net/ubuntu/+source/libvirt/0.9.2-4ubuntu8/+build/2673838/+files
/buildlog_ubuntu-oneiric-
armel.libvirt_0.9.2-4ubuntu8_FAILEDTOBUILD.txt.gz

This log snippet might be of interest, since it triggered the matcher 'Purging 
chroot-autobuild'.
Excerpt 5798 lines into the build log:

  .57  OK
PASS: cputest
===
10 of 48 tests failed
(1 test was not run)
Please report to libvir-l...@redhat.com
===
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/build/buildd/libvirt-0.9.2/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/build/buildd/libvirt-0.9.2/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/build/buildd/libvirt-0.9.2'
make: *** [debian/stamp-makefile-check] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
**
Build finished at 20110809-1359
FAILED [dpkg-buildpackage died]
Purging chroot-autobuild/build/buildd/libvirt-0.9.2

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


** Tags: arm-porting-queue ftbfs

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

Title:
  libvirt version 0.9.2-4ubuntu8 failed to build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823711/+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 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-09 Thread Ricardo Salveti
Repo out of sync?

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

Title:
  libvirt version 0.9.2-4ubuntu8 failed to build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/823711/+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 604283] [NEW] network servers do not listen on 127.0.1.1

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

Binary package hint: ifupdown

release: Ubuntu 10.04 LTS (but probably all releases back to Hardy and forward 
to Maverick)
package: ifupdown: Installed: 0.6.8ubuntu29

Since upgrading my systems to lucid and cleaning up the configurations,
I've noticed strange behaviour where client tcp or udp sessions to local
tcp/ip servers have timed out even though the servers were running and
netstat showed they were listening on all interfaces. Wireshark traces
showed that successful connections went to 127.0.0.1, while any
connection attempt to 127.0.1.1 would fail.

The systems are fully controlled by NetworkManager offtopica long and painful 
story!/offtopic and so /etc/network/interfaces contains only two lines:
auto lo
iface lo inet loopback

This minimal configuration is not only highly recommended to avoid
wierd behaviour with NetworkManager, but also to avoid problems with
upstart (e.g.
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/497299). All the
other network interfaces are managed by NM.

In the old days, a typical /etc/hosts file would define all the local 
hostnames as follows:
127.0.0.1  myhostname.localdomain  myhostname  localhost.localdomain  
localhost 

For several releases (back as far as Hardy), ubuntu installations have been 
creating a more sophisticated version of the hosts file (presumably because of 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316099), e.g.
127.0.0.1  localhost
127.0.1.1  myhostname.mydomain  myhostname

This modern variant allows the system to always resolve its own hostname
and canonical name, even when there is no external network.

It appears to work really well... e.g. ping hostname and ping
localhost both succeed. hostname and hostname -f return the
expected values. (note: I don't fully understand why ping hostname
actually works - perhaps because the class A 127.0.0.0 subnet has been
defined for ever as a loopback subnet?).

The problem comes when a local client tries to connect to a local server... a 
well-behaved server will listen on all available network interfaces, e.g.
brian@myhostname:~$ netstat -ln | grep 53
tcp0  0 10.1.252.115:53 0.0.0.0:*   LISTEN  
   
tcp0  0 192.168.252.115:53  0.0.0.0:*   LISTEN  
   
tcp0  0 127.0.0.1:530.0.0.0:*   LISTEN  
   
udp0  0 10.1.252.115:53 0.0.0.0:*   
   
udp0  0 192.168.252.115:53  0.0.0.0:*   
   
udp0  0 127.0.0.1:530.0.0.0:*   
   

... so, when a client tries to connect to the local server (in my not
very realistic example you would have to edit /etc/resolv.conf to point
to myhostname instead of the default localhost), the nslookup connection
would never be received by the local bind server and so will eventually
time out.

If we are to keep the new style hosts file structure (and I think we
should), then we MUST ensure that local servers are able to access all
available interfaces, including BOTH of the loopback addresses mentioned
in the hosts file, so we need to define an additional interface for the
myhostname loopback address.

This can be easily demonstrated by defining a second (virtual) address for the 
lo interface:
sudo ifconfig lo:0 127.0.1.1 netmask 255.0.0.0

Stop the server and it will discover the extra interface when it is restarted:
brian@myhostname:~$ netstat -ln | grep 53
tcp0  0 10.1.252.115:53 0.0.0.0:*   LISTEN  
   
tcp0  0 192.168.252.115:53  0.0.0.0:*   LISTEN  
   
tcp0  0 127.0.1.1:530.0.0.0:*   LISTEN  
   
tcp0  0 127.0.0.1:530.0.0.0:*   LISTEN  
   
udp0  0 10.1.252.115:53 0.0.0.0:*   
   
udp0  0 192.168.252.115:53  0.0.0.0:*   
   
udp0  0 127.0.1.1:530.0.0.0:*   
   
udp0  0 127.0.0.1:530.0.0.0:*   
   

Of course, this circumvention will only last until the next reboot. The
solution can be made permanent by updating the
/etc/networking/interfaces file to automatically bring up both loopback
interfaces early in the boot process:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# automatically bring up both these interfaces at boot (ifup -a == all)
auto lo lo:0

# The standard loopback network interface
iface lo inet loopback

# another loopback interface for that pesky dual loopback hosts file
iface lo:0 inet static
  address 127.0.1.1
  netmask 255.0.0.0

I do not know if there is a more elegant solution to 

[Bug 604283] Re: network servers do not listen on 127.0.1.1

2011-08-09 Thread Steve Langasek
I don't believe there's any bug in ifupdown here.  As mentioned in the
upstream Debian bug, you do not need an explicit 127.0.1.1 network
interface to receive requests on that address, *as long as* you are
listening on the any address.  This is indeed what openssh is doing by
default; being able to ssh to 127.0.1.1 has nothing to do with any
ifupdown changes.

Out of the many services I run, the only ones I find that have problems
with 127.0.1.1 are bind, ntpd, and nmbd.  nmbd is entirely
uninteresting, because it's only relevant on broadcast interfaces (which
is part of why it must bind by IP). ntpd's behavior could be considered
a bug, as could bind9.  Since you mention bind9 explicitly, I think
reassigning this report to the bind9 package is the reasonable course of
action here.

** Package changed: ifupdown (Ubuntu) = bind9 (Ubuntu)

** Tags removed: patch

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

Title:
  network servers do not listen on 127.0.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/604283/+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 680444] Re: dbus-daemon eats 100% cpu and is not responsive

2011-08-09 Thread Peter
I have similar symptoms ... running Kubuntu 11.04 64 bit on quad core.
Sometimes dbus maxes out a CPU when kmail is checking for mail, but other times 
it doesn't seem to be associated with kmail.

Sometimes, killing the dbus process that is using 100% of CPU causes
screen to blank and keyboard to be unresponsive.  In those cases, I
could ssh in from another box, and shut down the machine.

Usually when dbus has maxed out a CPU, it is difficult to bring up a
konsole terminal, and it times out instead of opening.

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

Title:
  dbus-daemon eats 100% cpu and is not responsive

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

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


[Bug 822897] Re: Disappearing/Reappearing toolbar causes magical shrinking gnome-terminal window

2011-08-09 Thread Jeff Lane
Omar, it is quite reproducible apparently, as both Daniel and Myself
have seen this issue.  Given that this is the first time I encountered
this, Daniel's workaround using Universal Access  resolves the jumping
menu bar issues on my systems.

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

Title:
  Disappearing/Reappearing toolbar causes magical shrinking gnome-
  terminal window

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

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


[Bug 822602] Re: interface bridged mode without bridge-utils - no interface in guest

2011-08-09 Thread Janisk
$ virtualbox --help
Oracle VM VirtualBox Manager 4.0.4_OSE
..

with kernel 
2.6.38-8-generic-pae #42-Ubuntu SMP Mon Apr 11 05:17:09 UTC 2011 i686

that is Ubuntu Natty fresh installation. Adding bridge-utils and
relaunching guest solved the problem immediately.

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

Title:
  interface bridged mode without bridge-utils - no interface in guest

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

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


[Bug 804023] Re: [Oneiric] Slow scrolling when using ayatana scrollbar

2011-08-09 Thread Launchpad Bug Tracker
** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

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

Title:
  [Oneiric] Slow scrolling when using ayatana scrollbar

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

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


[Bug 823085] [NEW] command-not-found uses more resources than necessary

2011-08-09 Thread Daniel Fahlgren
Public bug reported:

When CommandNotFound.py calls SourcesList is there a lot of information
parsed that is never used. Attached is a small patch that will reduce
the execution time with ~35-45% depending on hardware. Tested on an
i5-2410M and an Atom 330 with natty 64 bit installed.

I used:

time /usr/lib/command-not-found cab

as a test case.

** Affects: command-not-found (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/823085

Title:
  command-not-found uses more resources than necessary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/823085/+subscriptions

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


[Bug 823085] Re: command-not-found uses more resources than necessary

2011-08-09 Thread Daniel Fahlgren
** Patch added: command-not-found.diff
   
https://bugs.launchpad.net/bugs/823085/+attachment/2263330/+files/command-not-found.diff

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

Title:
  command-not-found uses more resources than necessary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/823085/+subscriptions

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


[Bug 724369] Re: Port to gnome-panel 3 and gtk 3

2011-08-09 Thread Russ Dill
I'm really confused. I'm using gnome-classic on oneiric. I don't get any
audio or power indicator and I don't know to get one. I understand that
the indicator applets aren't updated yet, but why are the default gnome
ones not working?

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

Title:
  Port to gnome-panel 3 and gtk 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-applet/+bug/724369/+subscriptions

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


[Bug 823087] [NEW] QApt worker crashed or disappeared when using muon package manager to check for updates

2011-08-09 Thread Kevin S
Public bug reported:

As soon as you start Muon Package Manager and press Check for Updates
button an error occurs.

Error Description: It appears that the QApt worker has either crashed
or disappeared. Please report a bug to the QApt maintainers

Some times closing muon package manager after error causes muon crash.
Kcrash info included.

ProblemType: Bug
DistroRelease: Kubuntu 11.10 Alpha 3
Package: qapt-deb-installer 1.1.90-0ubuntu1
Uname: Linux 3.0.0-8-generic 
Architecture: amd64
Date: Tues Aug 9 1:27:21 2011
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Alpha 3 amd64 
SourcePackage: qapt
UpgradeStatus: Fresh Install

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


** Tags: crash muon qapt

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

Title:
  QApt worker crashed or disappeared when using muon package manager to
  check for updates

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

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


[Bug 823087] Re: QApt worker crashed or disappeared when using muon package manager to check for updates

2011-08-09 Thread Kevin S
** Attachment added: Muon Crash Report
   
https://bugs.launchpad.net/bugs/823087/+attachment/2263332/+files/muon-20110809-020718.kcrash

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

Title:
  QApt worker crashed or disappeared when using muon package manager to
  check for updates

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

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


[Bug 785391] Re: python-xen-3.3 installation blocked by python 2.7

2011-08-09 Thread MANOJ KUMAR YADAV
i am also getting this bug
can please anyone tell me the steps to solve this?
please reply.

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

Title:
  python-xen-3.3 installation blocked by python 2.7

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

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


[Bug 793128] Re: Plymouth splash screen does not load up; vesa fb device error message displayed instead

2011-08-09 Thread Steve Langasek
** Changed in: plymouth (Ubuntu)
   Status: Expired = New

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

Title:
  Plymouth splash screen does not load up; vesa fb device error message
  displayed instead

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

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


[Bug 808176] Re: package python-support 1.0.10ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 137

2011-08-09 Thread Alexander Carlson
** Visibility changed to: Private

** Changed in: python-support (Ubuntu)
   Status: New = Invalid

** Description changed:

- Recurring problem, crashes computer.
- 
- ProblemType: Package
- DistroRelease: Ubuntu 11.04
- Package: python-support 1.0.10ubuntu3
- ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
- Uname: Linux 2.6.38-8-generic x86_64
- Architecture: amd64
- Date: Sat Jul  9 17:04:28 2011
- ErrorMessage: subprocess installed post-installation script returned error 
exit status 137
- InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
- PackageArchitecture: all
- SourcePackage: python-support
- Title: package python-support 1.0.10ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 137
- UpgradeStatus: No upgrade log present (probably fresh install)
+ \

** Summary changed:

- package python-support 1.0.10ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 137
+ \

** Tags removed: amd64 apport-package natty

** Attachment removed: Df.txt
   
https://bugs.launchpad.net/ubuntu/+source/python-support/+bug/808176/+attachment/2199923/+files/Df.txt

** Attachment removed: Dmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/python-support/+bug/808176/+attachment/2199924/+files/Dmesg.txt

** Attachment removed: AptOrdering.txt
   
https://bugs.launchpad.net/ubuntu/+source/python-support/+bug/808176/+attachment/2199921/+files/AptOrdering.txt

** Attachment removed: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/python-support/+bug/808176/+attachment/2199925/+files/DpkgTerminalLog.txt

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/ubuntu/+source/python-support/+bug/808176/+attachment/2199922/+files/Dependencies.txt

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

Title:
  \

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

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


[Bug 109151] Re: no hibernate with uswsusp installed

2011-08-09 Thread Steve Langasek
Since Ubuntu 9.10, hibernate has been handled via pm-utils; so this old
script is no longer an issue.  Marking as resolved.

** Changed in: acpi-support (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  no hibernate with uswsusp installed

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

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


[Bug 823087] Re: QApt worker crashed or disappeared when using muon package manager to check for updates

2011-08-09 Thread Kevin S
** Description changed:

  As soon as you start Muon Package Manager and press Check for Updates
  button an error occurs.
  
  Error Description: It appears that the QApt worker has either crashed
  or disappeared. Please report a bug to the QApt maintainers
  
  Some times closing muon package manager after error causes muon crash.
  Kcrash info included.
  
  ProblemType: Bug
  DistroRelease: Kubuntu 11.10 Alpha 3
  Package: qapt-deb-installer 1.1.90-0ubuntu1
- Uname: Linux 3.0.0-8-generic 
+ Uname: Linux 3.0.0-8-generic
  Architecture: amd64
  Date: Tues Aug 9 1:27:21 2011
- InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Alpha 3 amd64 
+ InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Alpha 3 amd64
  SourcePackage: qapt
  UpgradeStatus: Fresh Install

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

Title:
  QApt worker crashed or disappeared when using muon package manager to
  check for updates

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

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


[Bug 818686] Re: [GA-A75M-UD2H, Realtek ALC889, Green Line Out, Rear] Bad stuttering when playing any sound

2011-08-09 Thread Adam Compton
Finally figured out how to close this thing.

** Changed in: alsa-driver (Ubuntu)
   Status: New = Invalid

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

Title:
  [GA-A75M-UD2H, Realtek ALC889, Green Line Out, Rear] Bad stuttering
  when playing any sound

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

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


[Bug 815798] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x02000004

2011-08-09 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Unknown = Confirmed

** Changed in: xserver-xorg-video-intel
   Importance: Unknown = Medium

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0204

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

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


[Bug 787858] Re: Line LINUX USERS: Be sure to uncomment should be uncommented by default

2011-08-09 Thread Bug Watch Updater
** Changed in: rsnapshot (Debian)
   Status: Unknown = New

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

Title:
  Line LINUX USERS: Be sure to uncomment should be uncommented by
  default

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

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


[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-08-09 Thread Robert Hrovat
Ming, I have no idea how to use that.

As for now, I can confirm that Ubuntu 10.04.3 with kernel 2.6.32-33 is
working properly with HDD and DVD.

Interesting parts from dmesg:

[0.521986] libata version 3.00 loaded.
[0.595837] ata_piix :00:1f.2: version 2.13
[0.595848] ata_piix :00:1f.2: PCI INT C - GSI 18 (level, low) - IRQ 18
[0.595853] ata_piix :00:1f.2: MAP [ P0 P2 P1 P3 ]
[0.748022] ata_piix :00:1f.2: setting latency timer to 64
[0.748083] scsi0 : ata_piix
[0.748150] scsi1 : ata_piix
[0.748177] ata1: SATA max UDMA/133 cmd 0x4110 ctl 0x4100 bmdma 0x40d0 irq 18
[0.748182] ata2: SATA max UDMA/133 cmd 0x40f0 ctl 0x40e0 bmdma 0x40d8 irq 18
[0.748207] ata_piix :00:1f.5: PCI INT C - GSI 18 (level, low) - IRQ 18
[0.748212] ata_piix :00:1f.5: MAP [ P0 -- P1 -- ]
[0.903967] ata_piix :00:1f.5: SCR access via SIDPR is available but 
doesn't work
[0.903973] ata_piix :00:1f.5: setting latency timer to 64
[0.903998] scsi2 : ata_piix
[0.904033] scsi3 : ata_piix
[0.904054] ata3: SATA max UDMA/133 cmd 0x40b0 ctl 0x40a0 bmdma 0x4070 irq 18
[0.904055] ata4: SATA max UDMA/133 cmd 0x4090 ctl 0x4080 bmdma 0x4078 irq 18
[2.096056] ata1.01: failed to resume link (SControl 0)
[2.100054] ata2.01: failed to resume link (SControl 0)
[2.252082] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[2.252094] ata1.01: SATA link down (SStatus 0 SControl 0)
[2.256063] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[2.256077] ata2.01: SATA link down (SStatus 0 SControl 0)
[2.256088] ata2.01: link offline, clearing class 3 to NONE
[2.260496] ata1.00: ATA-8: ST3250312AS, JC47, max UDMA/133
[2.260500] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[2.276486] ata1.00: configured for UDMA/133
[2.276576] scsi 0:0:0:0: Direct-Access ATA  ST3250312AS  JC47 
PQ: 0 ANSI: 5
[2.280703] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-L633J, D500, max UDMA/100
[2.312705] ata2.00: configured for UDMA/100
[2.380761] Write protecting the kernel read-only data: 1848k
[2.647209] EXT4-fs (sda2): mounted filesystem with ordered data mode

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

Title:
  [Dell optiplex 390][SFF] Dvd drive not recognized by system

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

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


[Bug 598693] Re: bug in update manager while upgrading

2011-08-09 Thread Robert Roth
Thanks Jeremy, based on your comment, as we do not have enough details to 
investigate this problem, I will mark this bug as Invalid.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

** Changed in: update-manager (Ubuntu)
   Status: Opinion = Invalid

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

Title:
  bug in update manager while upgrading

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

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


[Bug 823002] Re: [Oneiric] Middle Click on an item on the Launcher no longer launches a second instance

2011-08-09 Thread Andrea Azzarone
*** This bug is a duplicate of bug 815238 ***
https://bugs.launchpad.net/bugs/815238

** This bug has been marked a duplicate of bug 815238
   middle mouse click does not launch application

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

Title:
  [Oneiric] Middle Click on an item on the Launcher no longer launches a
  second instance

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

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


[Bug 808138] Re: brasero fails to copy a data dvd, or audio cd.

2011-08-09 Thread Jamie Chang
** Also affects: brasero
   Importance: Undecided
   Status: New

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
   Importance: Undecided = High

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

Title:
  brasero fails to copy a data dvd, or audio cd.

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

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


[Bug 780935] Re: ps2pdf mangles document (breaks font)

2011-08-09 Thread Till Kamppeter
Problem occured also in bug 382379, comment #78.

** Changed in: cups (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: poppler (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  ps2pdf mangles document (breaks font)

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

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


[Bug 780935] Re: ps2pdf mangles document (breaks font)

2011-08-09 Thread Till Kamppeter
I got a patch from Koji Otani. I will apply it and the fix will get
available in the nextCUPS package in Oneiric.

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

Title:
  ps2pdf mangles document (breaks font)

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

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


[Bug 563815] Re: Critical temperature reached (100 C), shutting down. throttling too little, too late.

2011-08-09 Thread cameleon
I got the same problem with a fresh install of Natty on a Dell 1525N
notebook, for instance when I watch a flash video within Firefox.

I can read in the syslog:
Aug  8 22:36:21 Inspiron-1525 kernel: [12219.014818] Critical temperature 
reached (99 C), shutting down.

I think that the user should at least be informed of the problem by a
message or notification just before the shutt down, because he has no
way to guess the cause of the crash.

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

Title:
  Critical temperature reached (100 C), shutting down. throttling too
  little, too late.

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

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


[Bug 382379] Re: pdftops CUPS filter has several problems

2011-08-09 Thread Till Kamppeter
For the problem of comment #78, we work on it in bug 780935.

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

Title:
  pdftops CUPS filter has several problems

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

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


[Bug 823102] [NEW] disconnects often less than 5 minutes

2011-08-09 Thread midceX's
Public bug reported:

disconnects often less than 5 minutes

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: pidgin 1:2.7.3-1ubuntu3
Uname: Linux 2.6.36-mfat i686
Architecture: i386
Date: Tue Aug  9 14:43:22 2011
ExecutablePath: /usr/bin/pidgin
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
LocalLibraries: /home/putra/.purple/plugins/webkit.so
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.utf8
SourcePackage: pidgin
XsessionErrors:
 (polkit-gnome-authentication-agent-1:2611): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2662): Gdk-WARNING **: gdk_window_set_icon_list: icons too large

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


** Tags: apport-bug i386 local-libs maverick

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

Title:
  disconnects often less than 5 minutes

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

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


[Bug 823102] Re: disconnects often less than 5 minutes

2011-08-09 Thread midceX's
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/823102

Title:
  disconnects often less than 5 minutes

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

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


[Bug 819676] Re: Missing required argument to Append command

2011-08-09 Thread Alvin
The remote bug is about an older version. (Is the information really
correct in that bug?). This bug IS about kdepim 4.7

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

Title:
  Missing required argument to Append command

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

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


[Bug 748661] Re: Network Manager applet shows More networks entry with no sub-menu

2011-08-09 Thread Martin Spacek
I sometimes have a similar problem. Both the More networks submenu and
the VPN submenu are there, and they have their expansion arrows, but the
submenus show up as empty, with just a thin rectangle sticking out, not
even the full width you'd expect. I've attached a couple of screenshots.
Could this qualify as a different bug?

Not sure what triggers it. It wasn't happening in Maverick. I did a
fresh install, not an upgrade. I'm running amd64 Natty on a Thinkpad
W510 with the Intel Centrino Ultimate N 6300 card, and full disk
encryption, installed using the alternate installer on USB. I'm using
Ubuntu-Classic interface (metacity), the ambience theme, Human controls,
and Humanity icons.

I rarely reboot, almost always suspending and resuming instead. I think
when this problem does show up, it might be after a resume. I don't
think I've ever seen it happen after a reboot. Also, I'm running the
Maverick kernel due to power consumption issues with the Natty kernel. I
haven't tried running the Natty kernel extensively with a lot of suspend
and resumes

** Attachment added: empty More networks submenu
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/748661/+attachment/2263388/+files/Screenshot-1.png

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

Title:
  Network Manager applet shows More networks entry with no sub-menu

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

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


[Bug 748661] Re: Network Manager applet shows More networks entry with no sub-menu

2011-08-09 Thread Martin Spacek
** Attachment added: empty VPN submenu
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/748661/+attachment/2263389/+files/Screenshot-2.png

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

Title:
  Network Manager applet shows More networks entry with no sub-menu

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

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


[Bug 823027] Re: update-manager crashed with DBusException in _run(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply,

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

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 
#821447, 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.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 821447
   update-manager crashed with DBusException in _run(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.

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

Title:
  update-manager crashed with DBusException in _run():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

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

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


[Bug 822660] Re: update-manager crashed with DBusException in _run(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply,

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

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 
#821447, 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.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 821447
   update-manager crashed with DBusException in _run(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.

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

Title:
  update-manager crashed with DBusException in _run():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

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

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


[Bug 821447] Re: update-manager crashed with DBusException in _run(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply,

2011-08-09 Thread Launchpad Bug Tracker
** Changed in: update-manager (Ubuntu)
   Status: New = Confirmed

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

Title:
  update-manager crashed with DBusException in _run():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

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

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


[Bug 808138] Re: brasero fails to copy a data dvd, or audio cd.

2011-08-09 Thread Jamie Chang
** Changed in: oem-priority
   Importance: High = Critical

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

Title:
  brasero fails to copy a data dvd, or audio cd.

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

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


[Bug 801356] Re: Lines appear at the top of the desktop, and at the bottom of some windows

2011-08-09 Thread Launchpad Bug Tracker
** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New = Confirmed

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

Title:
  Lines appear at the top of the desktop, and at the bottom of some
  windows

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

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


[Bug 137666] Re: [gutsy] rt2x00 and NetworkManager causes hang when suspending

2011-08-09 Thread Steve Langasek
If this is still an issue for anyone with later releases of Ubuntu
(10.04 or later), please open a new bug report against the linux
package.  The behavior described here indicates a driver bug; we should
work around this in the suspend-resume handling scripts only as a last
resort.

** Changed in: acpi-support (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  [gutsy] rt2x00 and NetworkManager causes hang when suspending

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

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


[Bug 823106] [NEW] Kernel panic - not syncing: smp_callin: CPU1 started up but did not get a callout on macbook running oneiric

2011-08-09 Thread Kristian Erik Hermansen
Public bug reported:

Occurs on every boot. I expect no kernel panics on boot.


 lsb_release -rd
Description:Ubuntu oneiric (development branch)
Release:11.10
$ uname -a
Linux ubuntu-macbook 3.0.0-7-generic #9-Ubuntu SMP Fri Jul 29 21:27:24 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux



** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 11.10 amd64 callin callout cpu cpu1 kernel linux macbook oneiric panic 
smp

** Tags added: mac

** Tags removed: mac
** Tags added: kernel linux macbook oneiric panic smp

** Tags added: 11.10 callin callout cpu cpu1

** Tags added: amd64

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

Title:
  Kernel panic - not syncing: smp_callin: CPU1 started up but did not
  get a callout on macbook running oneiric

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

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


[Bug 818815] Re: Feature request: Make Update info available after completion.

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

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 
#111494, 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.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 111494
   Display a log of updates performed

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

Title:
  Feature request: Make Update info available after completion.

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

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


[Bug 741448] Re: [needs-packaging] colord

2011-08-09 Thread Till Kamppeter
** Changed in: ubuntu
   Status: In Progress = Fix Committed

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

Title:
  [needs-packaging] colord

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

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


[Bug 823107] [NEW] Show status of firewall even before unlocking it.

2011-08-09 Thread moma
Public bug reported:

Hello,
Gufw should show its status (active / not active) even before user unlocks the 
dialog. Now I have to unlock the dialog with password to see its status.  Of 
course I could use the ufw from command line.

Why cannot gufw show its real state when user opens the window? 
$ sudo gufw
The widgets and controls are disabled but they can still show text and 
checkmarks.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gufw 11.10.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
Uname: Linux 3.0.0-7-generic x86_64
Architecture: amd64
Date: Tue Aug  9 09:03:29 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gui-ufw
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gui-ufw (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Show status of firewall even before unlocking it.

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

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


[Bug 823107] Re: Show status of firewall even before unlocking it.

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

Title:
  Show status of firewall even before unlocking it.

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

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


[Bug 822759] Re: Plugin activations are lost on system restart

2011-08-09 Thread Launchpad Bug Tracker
** Changed in: gtg (Ubuntu)
   Status: New = Confirmed

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

Title:
  Plugin activations are lost on system restart

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

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


[Bug 819993] Re: update-manager assert failure: python: ../../src/xcb_io.c:221: poll_for_event: Assertion `(((long) (event_sequence) - (long) (dpy-request)) = 0)' failed.

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

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 
#724680, 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.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 724680
   update-manager assert failure: python2.7: ../../src/xcb_io.c:221: 
poll_for_event: Zusicherung »(((long) (event_sequence) - (long) (dpy-request)) 
= 0)« nicht erfüllt.

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

Title:
  update-manager assert failure: python: ../../src/xcb_io.c:221:
  poll_for_event: Assertion `(((long) (event_sequence) - (long)
  (dpy-request)) = 0)' failed.

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

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

[Bug 780935] Re: ps2pdf mangles document (breaks font)

2011-08-09 Thread Till Kamppeter
I have have applied the patch and tested it with the file attached here
and also the file from bug 382379, comment #78, and it works in both
cases. The fix is now committed to Debian's BZR repository of CUPS and
will be included in the next CUPS package (1.5.0-2) in Oneiric. Thank
you for the report.

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

Title:
  ps2pdf mangles document (breaks font)

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

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


[Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2011-08-09 Thread Martin Spacek
I just marked bug #748661 as a duplicate of this one. I hope this is the
right place to complain about the More networks and VPN menus being
just empty stubs. I've posted a couple of screenshots in the
aforementioned bug.

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

Title:
  nm-applet leaks memory and stops functioning after a while

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

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


[Bug 461000] Re: General populace ignorance of Ubuntu

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

** Changed in: ubuntu-express (Ubuntu)
   Status: New = Confirmed

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

Title:
  General populace ignorance of Ubuntu

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

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


[Bug 748661] Re: Network Manager applet shows More networks entry with no sub-menu

2011-08-09 Thread Martin Spacek
*** This bug is a duplicate of bug 780602 ***
https://bugs.launchpad.net/bugs/780602

** This bug has been marked a duplicate of bug 780602
   nm-applet leaks memory and stops functioning after a while

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

Title:
  Network Manager applet shows More networks entry with no sub-menu

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

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


[Bug 818464] Re: [Driver] broadcom sta failed on upgrade

2011-08-09 Thread friendlyfrank
Reloaded the broadcom  packages still doesn't see the service.

unable to resolve
shows on lsapci:
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless 
LAN Controller (rev 01)
Subsystem: Broadcom Corporation Device 0510
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at 5200 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied

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

Title:
  [Driver] broadcom sta failed on upgrade

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

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


[Bug 808226] Re: showing wrong info while downloading packages using update manager

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

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 
#772671, 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.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 772671
   update manager incorrectly displays download progress

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

Title:
  showing wrong info while downloading packages using update manager

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

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


[Bug 779754] Re: NM status icon sometimes not clickable

2011-08-09 Thread Martin Spacek
I suspect this is a duplicate of bug #780602, which seems to have more
activity. Should we mark this one as a duplicate?

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

Title:
  NM status icon sometimes not clickable

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

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


[Bug 823107] Re: Show status of firewall even before unlocking it.

2011-08-09 Thread Costales
Hi! Because it's a secure option that only an admin user can view the status :)
One point: use $ gufw, without sudo ;)
Best regards and thanks!

** Changed in: gui-ufw (Ubuntu)
   Status: New = Invalid

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

Title:
  Show status of firewall even before unlocking it.

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

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


[Bug 780602] Re: nm-applet leaks memory and stops functioning after a while

2011-08-09 Thread Martin Spacek
I suspect bug #779754 is a duplicate of this as well.

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

Title:
  nm-applet leaks memory and stops functioning after a while

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

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


[Bug 728161] Re: Laptop subwoofer is not functional on ASUS G73JH

2011-08-09 Thread David Henningsson
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: linux (Ubuntu)
 Assignee: David Henningsson (diwic) = (unassigned)

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

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

Title:
  Laptop subwoofer is not functional on ASUS G73JH

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

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


[Bug 535268] Re: banshee creative zen V mtp sync doesn't work at all

2011-08-09 Thread Arun S L
I am also affected by this bug.

I am using creative zen v plus with Ubuntu 11.04

One more observation is that if i manual run mtp-detect or for that
matter any other mtp- command  second time it does not detect the device
at all.

In the banshee I have also noticed that the bar showing is the free
space is coing as orange indicating data. It is not able to identify the
mp3's in my player.

I am also suspecting that this has something to do with gvfs. I get some
error sometimes as unable to mount gphoto:// .

Sorry at this point I am at work and my Samsung Laptop is not accessible
to give the exact detail.

I am adding these thoughts as I also feel strongly that something has
been broken which needs a fix in Ubuntu + Banshee for creative players
to work properly.

\\ Regards,

Arun

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

Title:
  banshee creative zen V mtp sync doesn't work at all

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

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


[Bug 823123] [NEW] package gawk 1:3.1.7.dfsg-5 failed to install/upgrade: errore nello scrivere su standard output: File o directory non esistente

2011-08-09 Thread andrea
Public bug reported:

I receive an error related this package when my computer starts.
apt-get install -f doesn't show error messages

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: gawk 1:3.1.7.dfsg-5
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
AptOrdering:
 gawk: Install
 gawk: Configure
Architecture: i386
Date: Mon Aug  1 13:04:41 2011
ErrorMessage: errore nello scrivere su standard output: File o directory 
non esistente
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: gawk
Title: package gawk 1:3.1.7.dfsg-5 failed to install/upgrade: errore nello 
scrivere su standard output: File o directory non esistente
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package gawk 1:3.1.7.dfsg-5 failed to install/upgrade: errore nello
  scrivere su standard output: File o directory non esistente

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

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


[Bug 823123] Re: package gawk 1:3.1.7.dfsg-5 failed to install/upgrade: errore nello scrivere su standard output: File o directory non esistente

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

Title:
  package gawk 1:3.1.7.dfsg-5 failed to install/upgrade: errore nello
  scrivere su standard output: File o directory non esistente

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

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


[Bug 822891] Re: lightdm isn't setting XAUTHORITY

2011-08-09 Thread Sebastien Bacher
*** This bug is a duplicate of bug 820232 ***
https://bugs.launchpad.net/bugs/820232

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

** Changed in: lightdm (Ubuntu)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

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

Title:
  lightdm isn't setting XAUTHORITY

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

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


[Bug 786599] Re: compcache / ramzswap unusable

2011-08-09 Thread Misha Bazanov
*** This bug is a duplicate of bug 665785 ***
https://bugs.launchpad.net/bugs/665785

** This bug has been marked a duplicate of bug 665785
   Support for zram (Linux 2.6.36) and ramzswap(2.6.35) is missing

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

Title:
  compcache / ramzswap unusable

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

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


[Bug 780935] Re: ps2pdf mangles document (breaks font)

2011-08-09 Thread Till Kamppeter
Attaching the sample file of the original poster, to keep this bug
report understandable when the file gets removed from its original
location.

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

** Attachment added: DIMACS_Fo_Go.ps
   
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/780935/+attachment/2263417/+files/DIMACS_Fo_Go.ps

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

Title:
  ps2pdf mangles document (breaks font)

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

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


[Bug 687724] Re: Quicklist's Quit doesn't exit certain applications

2011-08-09 Thread Alberto Mardegan
I'm afraid the only way to fix this bug is to rename the quit command
to close (or close all windows), as suggested in comment #8.

Sending SIGTERM leads to other problems:

a) if we send it before closing the application windows, the application
will usually terminate without asking for user input in case it has
unsaved data (for instance, gedit prompts the user to save the current
file only if its window is closed). I'm not sure this is desirable.

b) if we send it after closing the application windows, another inconsistent 
behaviour appears: for example in xchat:
  1) We close the xchat windows - xchat prompts the user: minimize, quit or 
ignore?
  2) user chooses minimize - xchat windows are closed, and xchat stays to the 
tray
  3) we send SIGTERM - xchat exits completely, though the user wanted it to 
run minimized.

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

Title:
  Quicklist's Quit doesn't exit certain applications

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

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


[Bug 823127] Re: update-manager crashed with TypeError in normalize(): character mapping must return integer, None or unicode

2011-08-09 Thread Timo Witte
*** This bug is a duplicate of bug 822913 ***
https://bugs.launchpad.net/bugs/822913


** Visibility changed to: Public

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

Title:
  update-manager crashed with TypeError in normalize(): character
  mapping must return integer, None or unicode

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

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


[Bug 823087] Re: QApt worker crashed or disappeared when using muon package manager to check for updates

2011-08-09 Thread Launchpad Bug Tracker
** Changed in: qapt (Ubuntu)
   Status: New = Confirmed

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

Title:
  QApt worker crashed or disappeared when using muon package manager to
  check for updates

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

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


[Bug 822891] Re: lightdm isn't setting XAUTHORITY

2011-08-09 Thread Robert Ancell
*** This bug is a duplicate of bug 820232 ***
https://bugs.launchpad.net/bugs/820232

** This bug has been marked a duplicate of bug 820232
   no export for XAUTHORITY

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

Title:
  lightdm isn't setting XAUTHORITY

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

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


[Bug 776518] Re: Firewall UFW cups port631

2011-08-09 Thread Costales
** Changed in: gui-ufw
   Status: Fix Committed = Fix Released

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

Title:
  Firewall UFW cups  port631

To manage notifications about this bug go to:
https://bugs.launchpad.net/gui-ufw/+bug/776518/+subscriptions

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


[Bug 729814] Re: gufw installs translation files in /usr/share/locale-langpack

2011-08-09 Thread Costales
** Changed in: gui-ufw
   Status: In Progress = 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/729814

Title:
  gufw installs translation files in /usr/share/locale-langpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/gui-ufw/+bug/729814/+subscriptions

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


[Bug 715863] Re: pdf crashes evince

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

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

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

Title:
  pdf crashes evince

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

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


[Bug 823131] [NEW] Gksudo blocks screensaver

2011-08-09 Thread Magnes
Public bug reported:

Gksudo password dialogs block displaying screensaver. If I left the
computer for several minutes after the gksudo password dialog is
diplayed (without entering password) the screensaver doesn't turn on AND
shows after entering the password. It could be damaging to CRT screens
(and some LCDs).

** Affects: 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/823131

Title:
  Gksudo blocks screensaver

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

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


[Bug 823129] [NEW] Restarting Unity requires confirming already changed conflicts

2011-08-09 Thread Magnes
Public bug reported:

After I restart Unity in CCSM it asks for confirming already changed
conflicting keyboard shortcuts.

** Affects: unity (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/823129

Title:
  Restarting Unity requires confirming already changed conflicts

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

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


[Bug 823127] Re: update-manager crashed with TypeError in normalize(): character mapping must return integer, None or unicode

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

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 
#822913, 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.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 822913
   update-manager crashed with TypeError in normalize(): character mapping must 
return integer, None or unicode

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

Title:
  update-manager crashed with TypeError in normalize(): character
  mapping must return integer, None or unicode

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

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


[Bug 823027] Re: update-manager crashed with DBusException in _run(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply,

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

** This bug is no longer a duplicate of bug 821447
   update-manager crashed with DBusException in _run(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.
** This bug has been marked a duplicate of bug 819328
   [Oneiric] update-manager crashed with DBusException in _run(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.

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

Title:
  update-manager crashed with DBusException in _run():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

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

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


[Bug 822821] Re: quickly design tries to launch glade-3

2011-08-09 Thread Didier Roche
*** This bug is a duplicate of bug 817897 ***
https://bugs.launchpad.net/bugs/817897

Thanks for your bug report and help to make Quickly better. However,
this bug has already been fixed in trunk by xdatap, thanks to him :)

If you want the reference, please look at there:
http://bazaar.launchpad.net/~quickly-committers/quickly/trunk/revision/627

I'll then close the bug as a duplicate of bug #817897 is already
tracking this issue.

** This bug has been marked a duplicate of bug 817897
   Design command doesn't works in Oneiric package

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

Title:
  quickly design tries to launch glade-3

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

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


[Bug 822660] Re: update-manager crashed with DBusException in _run(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply,

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

** This bug is no longer a duplicate of bug 821447
   update-manager crashed with DBusException in _run(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.
** This bug has been marked a duplicate of bug 819328
   [Oneiric] update-manager crashed with DBusException in _run(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.

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

Title:
  update-manager crashed with DBusException in _run():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

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

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


[Bug 821447] Re: update-manager crashed with DBusException in _run(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply,

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

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 
#819328, 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.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 819328
   [Oneiric] update-manager crashed with DBusException in _run(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.

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

Title:
  update-manager crashed with DBusException in _run():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

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

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


[Bug 808372] Re: package cups 1.4.6-5ubuntu1.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-08-09 Thread Markus Waas
I had the same problem. Somehow the start command wasn't found, although 
'start' was in /sbin. 
sudo apt-get install --reinstall upstart solved it 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/808372

Title:
  package cups 1.4.6-5ubuntu1.3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 127

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

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


[Bug 823132] [NEW] Autologin requires more password confirmation than normal logging

2011-08-09 Thread Magnes
Public bug reported:

If I choose autologin I want the computer to load without any questions and I 
willingly compromise my security on that machine. In Ubuntu though after 
autologin I have to write the password TWICE (once for Ubuntu One, the second 
one probably for Update Manager) instead of once when logging normally.
Posibble solution: make an indicator for Unity that shows that entering 
password is required for unblocking Ubuntu One and Update Manager and don't 
block everything until I write them.

** Affects: unity (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/823132

Title:
  Autologin requires more password confirmation than normal logging

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

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


[Bug 822913] Re: update-manager crashed with TypeError in normalize(): character mapping must return integer, None or unicode

2011-08-09 Thread Fabio Marconi
** Description changed:

  Hello
  Running an upgrade, at the end when no updates was founded, this popup appear.
+ In terminal everythings works.
  Thanks
  Fabio
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: update-manager 1:0.152.10
  ProcVersionSignature: Ubuntu 3.0.0-8.10-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Mon Aug  8 22:03:11 2011
  ExecutablePath: /usr/bin/update-manager
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/update-manager
  ProcEnviron:
-  LANG=it_IT.UTF-8
-  SHELL=/bin/bash
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
  PythonArgs: ['/usr/bin/update-manager']
  SourcePackage: update-manager
  Title: update-manager crashed with TypeError in normalize(): character 
mapping must return integer, None or unicode
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

Title:
  update-manager crashed with TypeError in normalize(): character
  mapping must return integer, None or unicode

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

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

  1   2   3   4   5   6   7   8   9   10   >