[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-07 Thread Clint Byrum
Alex, given what you've said thus far, it seems that there is no problem
in qemu-debootstrap, it is just being more stringent than debootstrap in
parsing the documented argument passing format. Would you agree? If so,
this should be marked as Invalid in qemu-kvm.

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

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


[Bug 614322] Re: libvirt not recognizing NUMA architecture

2010-11-07 Thread EAB
I can confirm this.

Most of our hosts have 64GB RAM and 2 Intel Nehalem hexa-cores.
With 3 VM's using 16GB RAM each.
I noticed performance degredation and the host also swapped out a lot of 
memory. The swapping degraded performance dramatically.
vm.swappiness=0 in /etc/sysctl.conf did not help.

It seems that NUMA on Intel CPU's can be expensive because RAM needs to
be transfered from other nodes. With only 1 node (socket) there is no
problem. With 2 or more nodes you see slower.

Without the capabilities you can prevent this behavior by pinning the vcpu's.
You should spread you VM's over the available nodes:

numactl --hardware | grep node 0 cpus
node 0 cpus: 0 2 4 6 8 10 12 14 16 18 20 22

Your XML should contain something like this:
vcpu cpuset='0,2,4,6,8,10,12,14,16,18,20,22'1/vcpu 
vcpu cpuset='0,2,4,6,8,10,12,14,16,18,20,22'2/vcpu 
vcpu cpuset='0,2,4,6,8,10,12,14,16,18,20,22'3/vcpu 
vcpu cpuset='0,2,4,6,8,10,12,14,16,18,20,22'4/vcpu 

The next VM should use they other node.
numactl --hardware | grep node 1 cpus
node 0 cpus: 1 3 5 7 9 11 13 15 17 19 21 23
vcpu cpuset='1,3,5,7,9,11,13,15,17,19,21,23'1/vcpu 
vcpu cpuset='1,3,5,7,9,11,13,15,17,19,21,23'2/vcpu 
vcpu cpuset='1,3,5,7,9,11,13,15,17,19,21,23'3/vcpu 
vcpu cpuset='1,3,5,7,9,11,13,15,17,19,21,23'4/vcpu 

So you don't need the NUMA info from virsh capabilities.

We now split up our hosts by the amount of NUMA-nodes to prevent
performance-degradation and swapping.

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

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


[Bug 672190] [NEW] package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status

2010-11-07 Thread anoop60
Public bug reported:

Binary package hint: bind9

while configuring bind with gadmin-bind apparmorn had a issue so removed
apparmor after that bind service failed to start

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum]
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
AptOrdering:
 bind9: Install
 bind9: Configure
Architecture: i386
Date: Sun Nov  7 20:37:35 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: bind9
Title: package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/672190
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 672190] Re: package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-11-07 Thread anoop60


-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/672190
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 672190] Re: package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-11-07 Thread Clint Byrum
Hello anoop, thank you for taking the time to file this bug report and
help us make Ubuntu better.

This error:

 * Starting domain name service... bind9    /usr/sbin/named: 
/usr/local/lib/liblber-2.4.so.2: no version information available (required by 
/usr/lib/libldap_r-2.4.so.2)
/usr/sbin/named: relocation error: /usr/lib/libldap_r-2.4.so.2: symbol 
ber_sockbuf_io_udp, version OPENLDAP_2.4_2 not defined in file liblber-2.4.so.2 
with link time reference

Tells me that you are linking against local libraries. Its going to be
hard for us to reproduce that without a copy of your libraries and/or
build scripts.

My guess if you've added /usr/local/lib to your LD_LIBRARY_PATH or
/etc/ld.so.conf* somewhere, and there are two liblber-2.4.so.2 that are
not entirely compatible.

Unfortunately, given the extreme difficulty in reproducing this, I don't
think this is going to be acceptable as a bug report.

Closing as Invalid.

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

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/672190
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 671304] Re: package bind9 1:9.7.0.dfsg.P1-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-11-07 Thread Clint Byrum
Hello Raghuveer, thank you for taking the time to file this bug report
and help us make Ubuntu better.

This error is rather puzzling:

Setting up bind9 (1:9.7.0.dfsg.P1-1) ...
Adding group `bind' (GID 128) ...
Done.
Adding system user `bind' (UID 121) ...
Adding new user `bind' (UID 121) with group `bind' ...
Not creating home directory `/var/cache/bind'.
wrote key file /etc/bind/rndc.key
#
chgrp: cannot access `/var/run/named': No such file or directory
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1

As /var/run/named is actually included as an empty directory in the
package.

Can you try removing and re-installing the package

sudo dpkg -r bind9
sudo apt-get install bind9

you may also need to do

sudo apt-get -f install

To finish configuring/installing required packages.

Please do this and post the results here.

Marking Incomplete, pending response from Raghuveer.

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

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/671304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 672328] [NEW] vsftpd: discloses whether usernames are valid or not

2010-11-07 Thread Mark Hobley
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: vsftpd

There is a bug in vsftpd daemon, which causes the system to skip asking
for a password if the username is invalid. This enables a remote user to
determine whether the enter user account names are valid or not. The bug
occurs when the user whitelisting facility is being used.

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

** Visibility changed to: Public

-- 
vsftpd: discloses whether usernames are valid or not 
https://bugs.launchpad.net/bugs/672328
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

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


[Bug 509562] Re: euca-bundle-image returns Odd-length string error

2010-11-07 Thread Mitch Garnaat
I have merged this patch in upstream.

-- 
euca-bundle-image returns Odd-length string error
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

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


[Bug 598186] Re: Unable to register nodes in eucalyptus

2010-11-07 Thread Stefan Wasilewski
I experience the same problem using  2.0+bzr1241-0ubuntu4 on 10.10, also
using installation via packages.

-- 
Unable to register nodes in eucalyptus
https://bugs.launchpad.net/bugs/598186
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 659854] Re: Nautilus 2.32.0: Copy to SMB

2010-11-07 Thread Victor Lyapunov
*** This bug is a duplicate of bug 393012 ***
https://bugs.launchpad.net/bugs/393012

I have exactly the same problem.
'Invalid argument' error in Nautilus when trying to copy files to a network 
share. The file is partially copied, though (only the first 48 Kb).
However, it only appears when copying files to a Windows 2008R2 Server share. 
Everything works ok when copying files  Windows 2003 Server(x86) and 
CentOS-5.5(Samba).

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

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


[Bug 659854] Re: Nautilus 2.32.0: Copy to SMB

2010-11-07 Thread Victor Lyapunov
*** This bug is a duplicate of bug 393012 ***
https://bugs.launchpad.net/bugs/393012


** Attachment added: Screenshot of the error screen
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/659854/+attachment/1726541/+files/Screenshot.png

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

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


[Bug 665531] Re: libvirt no longer supports format=host_device

2010-11-07 Thread Shad Owen
I'm not sure if this is any help, if it's related, or at all relevant
but I thought I'd throw out something that I noticed.  I recently did a
clean install on my system and upgraded to Maverick.  I have had a heck
of a time getting my vm's back up and running.  I was able to get them
to boot if I interfaced with KVM directly however when I used virt-
manager I would consistently get an error, Boot failed: not a bootable
disk followed by No bootable device. as if there wasn't a boot device
at all.

I found this bug and at random tried changing the
allow_disk_format_probing to 1 and my vm booted.  I tested by
disabling the disk format probing and my problem returned.  My thought
was that maybe the vm wasn't able to read the boot sector of the image.
It was just a random guess after I've pounded on this problem for about
a week.

I'm not terribly experienced with these things but I'd be happy to offer
some logs or whatever I can if it would be of service.  You might have
to help me out with how to obtain them but I'd love to be able to
contribute something.  Kudos to all of you work on these things, it's
greatly appreciated!

Thanks!

-- 
libvirt no longer supports format=host_device
https://bugs.launchpad.net/bugs/665531
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 672417] [NEW] Correct grammar, punctuation in root authorized_keys message on EC2

2010-11-07 Thread Eric Hammond
Public bug reported:

Binary package hint: cloud-init

Attempting to log in to the root user on an Ubuntu AMI returns the
message:

  Please login as the ubuntu user rather than root user.

This has two minor problems:

1. There is a missing the before the word root.

2. Adding quotes around the usernames would reduce confusion (see
https://bugs.launchpad.net/ubuntu/+source/ec2-init/+bug/506981/comments/7)

Proposed new messaging:

  Please login as the user ubuntu rather than the user root.

or

  Please login as the ubuntu user rather than the root user.

The first one is slightly clearer to me, but both get the message
across.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: ec2-init (not installed)
ProcVersionSignature: User Name 2.6.35-22.33-virtual 2.6.35.4
Uname: Linux 2.6.35-22-virtual i686
Architecture: i386
Date: Sun Nov  7 18:27:51 2010
Ec2AMI: ami-508c7839
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1b
Ec2InstanceType: m1.small
Ec2Kernel: aki-407d9529
Ec2Ramdisk: unavailable
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cloud-init

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug ec2-images i386 maverick

-- 
Correct grammar, punctuation in root authorized_keys message on EC2
https://bugs.launchpad.net/bugs/672417
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in ubuntu.

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


[Bug 670930] Re: Mouse button 1 suddently stops working, doesn't work after reboot too.

2010-11-07 Thread Nitesh Mistry
** Package changed: ubuntu = linux (Ubuntu)

-- 
Mouse button 1 suddently stops working, doesn't work after reboot too.
https://bugs.launchpad.net/bugs/670930
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659822] Re: xserver crashes on logout, can not login again

2010-11-07 Thread ThorbjørnTux
*** This bug is a duplicate of bug 651294 ***
https://bugs.launchpad.net/bugs/651294

** This bug has been marked a duplicate of bug 651294
   X crash on KDM logout (still - yes, really)
 * You can subscribe to bug 651294 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/651294/+subscribe

-- 
xserver crashes on logout, can not login again
https://bugs.launchpad.net/bugs/659822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 651678] Re: crashes with assertion failure on startup

2010-11-07 Thread Janet
The workaround to install and set the Tango icon theme in
~/.gtkrc-2.0-kde4 (I don't have a .gtkrc-2.0) does not work here.
Inkscape doesn't want to work nonetheless.

-- 
crashes with assertion failure on startup
https://bugs.launchpad.net/bugs/651678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445849] Re: Highpitched rattling like sound with 5.1 surround configuration

2010-11-07 Thread Jmadero
The problem is fixed for adjusting volume on my machine but if I change
the fade at all (make the speakers 60% front, 40% back making sound
quality better for movies) the high pitched noise back. This isn't a
deal breaker as the change in volume was clearly the major issue but
none the less the problem is still there. Thanks again for the patch :)

-- 
Highpitched rattling like sound with 5.1 surround configuration
https://bugs.launchpad.net/bugs/445849
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 671812] Re: Keyboard layout indicator doesn't show layout

2010-11-07 Thread Yrogirg
is not really a bug, or a problem

I don't quite understand. The indicator doesn't show active layout at
all, no text like US, UK, RU or similar, no flags, it doesn't work at
all. Is it not a bug?

The only way to tell what the layout is active now is too look at the
led indicator on keyboard, but normally I don't see keyboard, its under
my desk.

There also seems no way to remove the indicator (since it is not
working, no need in it).

** Changed in: ubuntu
   Status: Invalid = New

-- 
Keyboard layout indicator doesn't show layout
https://bugs.launchpad.net/bugs/671812
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 621265] Re: Slow Wireless Connection in Intel 3945abg

2010-11-07 Thread Eric Appleman
What the hell?

I'm getting 22 Mbps with iwl3945 tonight and I didn't do anything...

-- 
Slow Wireless Connection in Intel 3945abg
https://bugs.launchpad.net/bugs/621265
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 655347] Re: Xubuntu desktop-guide lists hp-toolbox to check ink levels not installed by default

2010-11-07 Thread Book 'em Dano
** Branch linked: lp:xubuntu-docs

-- 
Xubuntu desktop-guide lists hp-toolbox to check ink levels not installed by 
default
https://bugs.launchpad.net/bugs/655347
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 655347] Re: Xubuntu desktop-guide lists hp-toolbox to check ink levels not installed by default

2010-11-07 Thread Book 'em Dano
fix committed in revision 227; whoever does the changelog should credit
mprice for the fix for this bug

** Changed in: xubuntu-docs (Ubuntu)
   Status: New = Fix Committed

-- 
Xubuntu desktop-guide lists hp-toolbox to check ink levels not installed by 
default
https://bugs.launchpad.net/bugs/655347
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541056] Re: [lucid alpha3 server] installation as a VM on Vmware ESX server fails

2010-11-07 Thread Sean
That is 7 months ago and Luicid has been released. I've setup several VMs since 
then, and have never had that particular problem.
This issue should be closed: changing to invalid.

Sean

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
[lucid alpha3 server] installation as a VM on Vmware ESX server fails
https://bugs.launchpad.net/bugs/541056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672048] [NEW] Facebook social broadcast won't refresh

2010-11-07 Thread Brian Hite
Public bug reported:

Binary package hint: gwibber

Ubuntu 10.10
Gwibber 2.32.0.1
I expected the broadcast to refresh with new or recent Facebook messages.
I still have the same screen shot on the Social broadcast messages window for 
the past hour or two with what should show updated recent activity or messages 
that I normally see on the Facebook website itself.

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

-- 
Facebook social broadcast won't refresh
https://bugs.launchpad.net/bugs/672048
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672047] [NEW] I can't connect to my account (error message : Disconnected-Network error)

2010-11-07 Thread Muhammad Ichsan
Public bug reported:

Binary package hint: empathy

After I set audio call mode, I couldn't connect to my account..

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.32.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Sun Nov  7 06:32:22 2010
ExecutablePath: /usr/bin/empathy
LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy

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


** Tags: apport-bug i386 maverick

-- 
I can't connect to my account (error message : Disconnected-Network error)
https://bugs.launchpad.net/bugs/672047
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672047] Re: I can't connect to my account (error message : Disconnected-Network error)

2010-11-07 Thread Muhammad Ichsan


-- 
I can't connect to my account (error message : Disconnected-Network error)
https://bugs.launchpad.net/bugs/672047
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-07 Thread Clint Byrum
Alex, given what you've said thus far, it seems that there is no problem
in qemu-debootstrap, it is just being more stringent than debootstrap in
parsing the documented argument passing format. Would you agree? If so,
this should be marked as Invalid in qemu-kvm.

-- 
--keyring argument breaks qemu-debootstrap
https://bugs.launchpad.net/bugs/671126
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 670096] Re: Ubuntu fails to boot from ISO if there's a NTFS partition with Windows hibernated on it.

2010-11-07 Thread Purko Balkanski
** Description changed:

  Package hint: initrd-tools
  
  Greetings!
  
  The Bug:
  
  When booting Ubuntu from a frugal install, or when booting Ubuntu through 
Grub2 directly from the Ubuntu LiveCD ISO-file, the booting process fails if 
there's a partition with Windows hibernated on it.
  
  Reportedly such boot also fails if there's an encrypted partition,
  logically before the partition which holds the Ubuntu files.
  
  In short:  If such a partition exists, which...
  ... is (1) logicly BEFORE the partition which holds filesystem.squashfs
  ...AND (2) that partition contains a supported file system, ...
  ...AND (3) that partition is for some reason not able to be mounted, ...
  then the booting process panics and fails.
  
  Distros affected:
  --
  I encountered the problem with: ubuntu-10.10-desktop-i386.iso
  The problem likely exists in all distros that use the same Casper startup 
scripts.
  I confirmed the same problem with the downstream  
linuxmint-10-gnome-rc-i386.iso
  
  The Problem:
  
  When the OS takes over from the boot loader, it needs to find its 
filesystem.squashfs.  It knows the path, we've supplied it through the 
iso-scan/filename= boot option, but it doesn't know on which device it is on.
  
  So what the init-scripts currently do, is they start a big search loop
  through all partitions on all devices, mounting them in a row, looking
  for the needed path in the file systems of those partitions.
  
  So far so good.  But the problem is that if the search encounters a
  partition that for some reason can't be mounted, instead of silently
  ignoring that partition and moving on, the init-thing keeps trying to
  mount that same partition over and over again, for a long time, until it
  finally throws a tantrum, raises panic, and sets my computer on fire.
  
  On my computer Windows is usually hibernated on the first partition of
  the first disk.  Unfortunately, that is the first partition Ubuntu will
  encounter in its attempted search through all the partitions.  If I
  remove that hibernation file (which I don't like!), it allows Ubuntu to
  boot normally.
  
  On closer look, it turns out the culprit is in the file called lupin-
  helpers.  No mater how I think about it, I find no good reason why it
  would raise panic from within the loop if a certain partition refuses to
  mount.  What it really needs to do is to just silently ignore it, and
  move on looking through the rest of the loop.
  
  Posible workaround...
  -
  Since Windows installations are most often on the first partition, my first 
impulse was to simply reverse the device order in which the search loops.
  
- i.e., in lupin-helpers, change this line:
-  for dev in $(subdevices ${sysblock}); do
- to:
-  for dev in $(subdevices ${sysblock} | tac -s' '); do
+ i.e., in lupin-helpers, change this one line:
+  for dev in $(subdevices ${sysblock}); do
+  for dev in $(subdevices ${sysblock} | tac -s' '); do
  
  That would fix the problem for most setups.  But that's not really
  fixing the bug, it's just making the bug less likely to ever manifest
  itself.  A proper solution to the problem is the fix below.
  
  The Fix:
  
- In file lupin-helpers, replace this line:
-  try_mount $devname $mountpoint $mountoptions || return 1
- ...with the following:
-  mount -o $mountoptions $devname $mountpoint || true
+ In file lupin-helpers, change this one line:
+  try_mount $devname $mountpoint $mountoptions || return 1
+  mount -o $mountoptions $devname $mountpoint || true
  
  I tested that by repackaging the initrd.lz, remastering the iso file, and 
booting directly from it.
  It works flawlesly, as far as I can see.
  
  Even Better:
  
  It was nice when Ubuntu implemented the iso-scan/filename= boot option.  
But the path is only half the problem with finding a file.  The knowledge about 
which device the file is on is also needed.  The bootloader can easily pass 
along that knowledgeto the OS: the UUID of the needed partition.
  
  For example, the Grub2 grub.cfg script can do something like this:
  
+ # ... ...
  set isopath=/path/to/my/iso/collection
- probe  -u $root  -s bootloader-uuid
+ probe  -u $root  -s booted_uuid
  # ... ...
  menuentry Ubuntu 10.10 {
    set isofile=${isopath}/ubuntu-10.10-desktop-i386.iso
    loopback loop ${isofile}
-   linux ${loop}/casper/vmlinuz  bootloader-uuid=${bootloader-uuid} \
+   linux ${loop}/casper/vmlinuz  booted_uuid=${booted_uuid} \
    iso-scan/filename=${isofile}  ${other_boot_options}
    initrd (loop)/casper/initrd.lz
  }
  
  When the OS takes over, it would find in its /proc/cmdline BOTH the
  device AND the path.  So it won't be necessary to start that whole messy
  search loop through all the partitions on all the block devices.  The OS
  can go straight to mounting that particular partition.  The result is a
  cleaner and 

[Bug 626974] Re: ABI change in xorg 1.9 breaks legacy nvidia-96 drivers in Maverick

2010-11-07 Thread imlegend
I have solved my problems. Maybe there would be some help for James Kittsmiller.
1. Can't play video. It's the mplayer issue.
The cause was the mplayer couldn't find libvdpau.so.1. Just re-install libvdpau 
in synaptic and it goes well.
2. The compiz issue.
Just check the version of the compiz. It may be too high(like 0.9.0). Downgrade 
it and everything will be fine.
The packages are as below:
compiz
compiz-core
compiz-plugins
compiz-gnome
compizconfig-backend-gconf
compiz-fusion-plugins-main
compiz-fusion-plugins-extra
compiz-fusion-bcop
Totally remove them, and re-install them,then reboot and enjoy your 3D effects.

-- 
ABI change in xorg 1.9 breaks legacy nvidia-96 drivers in Maverick
https://bugs.launchpad.net/bugs/626974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546789] Re: Simple scan can't see my printer (scanner), it just see my web cam.

2010-11-07 Thread Rodrigo Alvarez
Trying to scan using a cannon MP160 reports unable to connect to the
scanner.   If I run sudo simple-scan -d it works beautifully,
suggesting there are permission issues somewhere.   Below is the output
of the non-sudo attempt.  Please point me in the right direction as to
what permissions to change where.

** (simple-scan:8280): DEBUG: Starting Simple Scan 1.0.3, PID=8280
** (simple-scan:8280): DEBUG: Restoring window to 600x400 pixels
** (simple-scan:8280): DEBUG: sane_init () - SANE_STATUS_GOOD
** (simple-scan:8280): DEBUG: SANE version 1.0.20
** (simple-scan:8280): DEBUG: Requesting redetection of scan devices
** (simple-scan:8280): DEBUG: Processing request
** (simple-scan:8280): DEBUG: sane_get_devices () - SANE_STATUS_GOOD
** (simple-scan:8280): DEBUG: Device: name=pixma:04A91714 vendor=CANON 
model=Canon PIXMA MP160 type=multi-function peripheral
** (simple-scan:8280): DEBUG: Requesting scan at 300 dpi from device 
'pixma:04A91714'
** (simple-scan:8280): DEBUG: scanner_scan (pixma:04A91714, 300, SCAN_SINGLE)
** (simple-scan:8280): DEBUG: Processing request
** (simple-scan:8280): DEBUG: sane_open (pixma:04A91714) - 
SANE_STATUS_ACCESS_DENIED

** (simple-scan:8280): WARNING **: Unable to get open device: Access to
resource has been denied

-- 
Simple scan can't see my printer (scanner), it just see my web cam.
https://bugs.launchpad.net/bugs/546789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672050] Re: desktopcouch-service crashed with NameError in unpublish()

2010-11-07 Thread Apport retracing service
*** This bug is a duplicate of bug 625573 ***
https://bugs.launchpad.net/bugs/625573

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/672050/+attachment/1725470/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.edge.launchpad.net/bugs/672050/+attachment/1725471/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.edge.launchpad.net/bugs/672050/+attachment/1725472/+files/ProcStatus.txt

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

** Visibility changed to: Public

-- 
desktopcouch-service crashed with NameError in unpublish()
https://bugs.launchpad.net/bugs/672050
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 528925] Re: apt-get hangs with Waiting for headers for exactly two minutes on dl.google.com apt line

2010-11-07 Thread David Clayton
This problem affects my 10.10 VMs as all package activities seem to
stall waiting for non-existent _AU translation files.

Once whatever timeout is concluded, downloading and updating works but I
still have to wait a couple of minutes before things get going.

The pipeline workaround cures this problem for me.

-- 
apt-get hangs with Waiting for headers for exactly two minutes on 
dl.google.com apt line
https://bugs.launchpad.net/bugs/528925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 568275] Re: No JS in 0.12.0~svn2018-6ubuntu2

2010-11-07 Thread dukenstein
I think there may be a problem with the dependencies in your ppa,
Brandon. It won't let me install it unless I install 68 additional
packages; none of which appear to have any relevance to mediatomb. Many
of them are development and graphical libraries. I'm very interested in
trying out your version, but I don't want to install all of that other
junk if I don't need to.

Your effort is greatly appreciated, though; I'm grateful that you guys
are trying to address these issues that seem to be plaguing many users.

-- 
No JS in 0.12.0~svn2018-6ubuntu2
https://bugs.launchpad.net/bugs/568275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672052] [NEW] ata errors leading to system hang: soft resetting link repeated many times before hang

2010-11-07 Thread daf
Public bug reported:

Upon upgrade to Ubuntu 10.10 (and after that, re-installing clean with 10.10, 
the issue appeared to be gone but has come back), I see a lot of this in 
/var/log/messages*:
Nov  6 12:31:34 nea kernel: [ 6606.394579] ata1: soft resetting link
Nov  6 12:31:35 nea kernel: [ 6606.728749] ata1.00: configured for UDMA/100
Nov  6 12:31:35 nea kernel: [ 6606.771552] ata1.01: configured for UDMA/66
Nov  6 12:31:35 nea kernel: [ 6606.771580] ata1: EH complete
Nov  6 12:31:49 nea kernel: [ 6620.614128] ata1: soft resetting link
Nov  6 12:31:49 nea kernel: [ 6620.971835] ata1.00: configured for UDMA/100
Nov  6 12:31:49 nea kernel: [ 6621.010734] ata1.01: configured for UDMA/66
Nov  6 12:31:49 nea kernel: [ 6621.010769] ata1: EH complete
Nov  6 12:31:52 nea kernel: [ 6623.621721] ata1: soft resetting link
Nov  6 12:31:52 nea kernel: [ 6624.070317] ata1.00: configured for UDMA/100
Nov  6 12:31:52 nea kernel: [ 6624.110679] ata1.01: configured for UDMA/66
Nov  6 12:31:52 nea kernel: [ 6624.110714] ata1: EH complete
Nov  6 12:32:35 nea kernel: [ 6667.065505] ata1: soft resetting link
Nov  6 12:32:36 nea kernel: [ 6667.691700] ata1.00: configured for UDMA/100
Nov  6 12:32:36 nea kernel: [ 6667.731588] ata1.01: configured for UDMA/66
Nov  6 12:32:36 nea kernel: [ 6667.731626] ata1: EH complete

This is repeated quite often and eventually the machine hangs dead (even
sysrq keys don't work).

It seems that the issue is antagonised by my external 2TB drive which
was connected on eSata. Powering off and reconnecting the drive via USB
(at least 2x slower when working with files!), the problem goes away.
The messages can be triggered by copying to the device. The drive is not
a problem though -- palimpsest reports the drive is OK and, as I've
reported above, connecting on USB makes the problem go away (and the
problem wasn't present in prior revisions of the kernel).

This wasn't a problem before 10.10; 9.10 worked fine with this through
several iterations of the kernel. It seems that a kernel update around
10.10 has caused the problem to rear its head. Please advise if I can
furnish any more info. I'm considering trying a vanilla, latest kernel
from kernel.org compiled for my system to see if the problem is there
too -- please advise if doing so would be helpful as I'll do so sooner
rather than later.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic 2.6.35-22.35
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  daf2312 F pulseaudio
 /dev/snd/pcmC0D0p:   daf2312 F...m pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xf9ff4000 irq 16'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,14627551,0011'
   Controls  : 33
   Simple ctrls  : 19
Date: Sun Nov  7 09:08:01 2010
HibernationDevice: RESUME=UUID=87d4d6ac-7706-44d2-a2b7-76802575b3df
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7551
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=12a288e8-1c77-4d55-96cc-30ae97b7368f ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_ZA.UTF-8
 SHELL=/bin/zsh
RelatedPackageVersions: linux-firmware 1.38
RfKill:
 1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UserAsoundrc:
 # ALSA library configuration file
 
 # Include settings that are under the control of asoundconf(1).
 # (To disable these settings, comment out this line.)
 /home/daf/.asoundrc.asoundconf
WifiSyslog:
 
dmi.bios.date: 11/23/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V3.6
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: KA780G-M (MS-7551)
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV3.6:bd11/23/2009:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7551:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnKA780G-M(MS-7551):rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
dmi.product.name: MS-7551
dmi.product.version: 1.0
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

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


** Tags: amd64 apport-bug kernel-uncat maverick needs-upstream-testing 
regression-release

-- 
ata errors leading to system hang: soft resetting link repeated many times 
before hang
https://bugs.launchpad.net/bugs/672052
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

[Bug 672052] Re: ata errors leading to system hang: soft resetting link repeated many times before hang

2010-11-07 Thread daf


-- 
ata errors leading to system hang: soft resetting link repeated many times 
before hang
https://bugs.launchpad.net/bugs/672052
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 621265] Re: Slow Wireless Connection in Intel 3945abg

2010-11-07 Thread Eric Appleman
Ah. I was playing around with my CPU frequency scaler using the applet.

-- 
Slow Wireless Connection in Intel 3945abg
https://bugs.launchpad.net/bugs/621265
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 663982] Re: For many Globus packages only debug symbols available but no binaries

2010-11-07 Thread Mattias Ellert
Your search is a bit broken. You search for ^globus - however, most
globus packages are library packages and therefore start with libglobus
rather than globus as mandated by the packaging policy. As an example,
the globus-ftp-client source package (since you filed the bug for this
package) provides the following binary packages:

globus-ftp-client-dbg
libglobus-ftp-client-dev
libglobus-ftp-client-doc
libglobus-ftp-client2

And similarly for the other packages is your list.


** Changed in: globus-ftp-client (Ubuntu)
   Status: New = Invalid

** Changed in: globus-ftp-client (Ubuntu)
 Assignee: (unassigned) = Mattias Ellert (mattias-ellert-fysast)

-- 
For many Globus packages only debug symbols available but no binaries
https://bugs.launchpad.net/bugs/663982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 526796] Re: No sound applet on the gnome panel

2010-11-07 Thread Zlobomir
Hello,
Just to confirm, my sound icon disappeared in the same way during a routine 
daily update (not a distribution update). Fixed by adding an indicator as well. 
Such default decisions are vry irritating for me. Same is with the 
monitor auto-detect, which started somewhere in 9.04-10.04. I use a KVM switch 
and if for some reason I forget to switch the LCD, I get an ugly resolution 
later, panel icons displaced, etc. Not even to mention that my server runs with 
a monitor on to be able to start the X server on auto-restart (I need Wine).

-- 
No sound applet on the gnome panel
https://bugs.launchpad.net/bugs/526796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 665097] Re: X doesn't work with i915 driver

2010-11-07 Thread Stanislav Malkin
same here: Lenovo Edge 15. Blacklisting helped to avoid problem.

-- 
X doesn't work with i915 driver
https://bugs.launchpad.net/bugs/665097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 589369] Re: No automount for 8GB SDHC card: FAT: Invalid FSINFO signature: 0x41645252, 0x61417272 (sector = 1)

2010-11-07 Thread clubsoda
Idefix, you're a champion!

Thanks so much for following through on this. I wasn't going to push any
further because it's a bit like a game of Simon Says in which the
proprietary players can easily come up with more and more ridiculous
ways to break compatibility. :)

I tried your suggestion of mkdosfs without a partition table (requires
mkdosfs -I) but the Marantz complains Unformat. Formatting in the
device is certainly the low-risk approach. For the moment I'm fixing
with `dosfsck -a` but your patch will surely arrive soon.

Thanks also to Karel Zak.

Regards.

-- 
No automount for 8GB SDHC card: FAT: Invalid FSINFO signature: 0x41645252, 
0x61417272 (sector = 1)
https://bugs.launchpad.net/bugs/589369
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 558858] Re: ASSERT: parent node must have _DOMElement set Stack Trace

2010-11-07 Thread rizwan
i am running firefox 3.6.12. the bug is still here

-- 
ASSERT: parent node must have _DOMElement set Stack Trace
https://bugs.launchpad.net/bugs/558858
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 671507] Re: Evolution lost Ubuntu One contacts, there still in the Couchdb database though

2010-11-07 Thread Rick Silva
I've run into an issue that is not identical to yours, but has many
similarities:

Contacts not synching bidirectionally between Evolution and U1
http://ubuntuforums.org/showthread.php?p=10083548#post10083548

The error dialog in the screenshot you posted above... have seen that a
lot. The workaround at
https://wiki.ubuntu.com/UbuntuOne/FAQ/WhyArentMyContactsSyncing  would
often (but not always) result in this error appearing consistently; it
wasn't untill I used a variation of this, along with rebooting the
machine, that I got back to a state where the error is not thrown
(although I'm still having the problem where my contacts from U1 don't
show up in Evolution's CouchDB addressbook)

-- 
Evolution lost Ubuntu One contacts, there still in the Couchdb database though
https://bugs.launchpad.net/bugs/671507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662747] Re: non-standard configuration location

2010-11-07 Thread Paul Wise (Debian)
The configuration file is simply a shell script so you can use the
standard shell script mechanism for removing variables:

unset clamd_socket

** Changed in: clamav-unofficial-sigs (Ubuntu)
   Status: New = Invalid

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

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


[Bug 669016] Re: upstart is extremely non-friendly

2010-11-07 Thread Clint Byrum
Hello midenok, thank you for taking the time to file this bug report and
help us make Ubuntu better.

I'll try to respond to each of the issues raised:

The output is actually quite informative, its just different from a
sysvinit script. It is telling you a few things:

start/running -- start means that upstart things the job *should* be
running, and it will make sure that happens, or, if the job has
'respawn', that it stays that way. running means that the exec line and
any post-start have been executed.. the job is *running*. This is also a
clue that the 'started' event for the job has been triggered.

The pid listed is the pid that upstart will track and watch for
respawns.

stopped/waiting -- this means that upstart thinks the job should, in
fact, be stopped. waiting simply means upstart is in its do nothing
state for this job.'man initctl' lists the other states that may be
returned.

I have to agree that the 'unknown instance' error is cryptic. To be
fair, 'status' is really the way to check on the, well, status of a job.

If you mean that upstart needs to provide *the output of the commands
themselves* in a more friendly way than 'console output' povides, I
agree, and so do many others in bug #328881

The reload stuff is a bit inconsistent, agreed.

If the job's process is killed and you have said 'respawn', then upstart
most definitely *does* log the respawn:

Nov  7 00:51:53 box init: foo main process (16464) killed by TERM signal
Nov  7 00:51:53 box init: foo main process ended, respawning

The bit about the cryptic error on stopping an already stopped job, and
reload conf behavior inconsistency, are probably both good bugs.

You will probably want to report them each as a single bug report,
directly upstream at https://bugs.launchpad.net/upstart

I'm closing this particular report though, because it contains multiple
bug reports, some of which are duplicates, some of which are simply
opinions. Please re-open each individual issue if you'd like them
addressed directly.

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

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

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


[Bug 609744] Re: NetworkManager delay before connection

2010-11-07 Thread Roman Polach
Still the same problem in Maverick

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

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


[Bug 605101] Re: gnome-volume-control: no internal microphone as input device port

2010-11-07 Thread David Kaplan
Would you mind telling me exactly which package I should install to test
this?  I looked at proposed, but didn't see the right kernel version.
Perhaps I am not using aptitude correctly (which I very seldomly use).
NOTE: I am using lucid, not maverick.

Thanks.

-- 
gnome-volume-control: no internal microphone as input device port
https://bugs.launchpad.net/bugs/605101
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466568] Re: Network Manager: New ad hoc network... does nothing

2010-11-07 Thread Ario
Same here.
Ubuntu 10.04. Fully Updated. Installed KDE 4.4 from default repositories in 
synaptic. Attempted to created new Ad Hoc network as described above but 
nothing happened. Since I need wireless I have no other choices to leave KDE 
and get back to Gnome until it solved or I have enough time to start 
participating in KDE development!
Please solve it men.

** Changed in: plasma-widget-networkmanagement (Ubuntu)
   Status: New = Confirmed

-- 
Network Manager: New ad hoc network... does nothing
https://bugs.launchpad.net/bugs/466568
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 405202] Re: no sound

2010-11-07 Thread Paul Wise (Debian)


** Changed in: chromium-bsu (Ubuntu)
   Status: Incomplete = Invalid

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

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


[Bug 654008] Re: [HDA-Intel - HDA Intel] - no sound from Headphone

2010-11-07 Thread Gary M
** Tags added: hda-jack-sense

** Tags removed: hda-jack-sense

-- 
[HDA-Intel - HDA Intel] - no sound from Headphone
https://bugs.launchpad.net/bugs/654008
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 408417] Re: No option to log in remotely via XDMCP

2010-11-07 Thread Benjamin
Hi All,

I am truly very disappointed by Ubuntu's dev team decision to ship its latest 
version of OS without xdmcp functionality.
we all can understand that it is GDM's responsibility to maintain its packages 
and include/remove functionality, yet it is ubuntu's responsibility to make 
sure that end user receives product that provides the desired functionality and 
not half-baked product.
And i am not talking only about home users or some test machines.
The company i work for use ubuntu ALOT(i am talking about tens of ubuntu 
servers), and by removing xdmcp from latest release, we will have no choice but 
to avoid upgrade, and later thinking about moving to different OS.
Its a real shame that company so loved by its users, doesn't listen to them 
anymore..

-- 
No option to log in remotely via XDMCP
https://bugs.launchpad.net/bugs/408417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672062] [NEW] package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-11-07 Thread Dan Anafi
Public bug reported:

Binary package hint: grub2

package would not install

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-24-generic 2.6.32-24.43
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Oct 20 13:45:35 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
SourcePackage: grub2
Title: package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 127

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


** Tags: amd64 apport-package lucid

-- 
package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/672062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672062] Re: package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-11-07 Thread Dan Anafi


-- 
package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/672062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672061] [NEW] package linux-image-2.6.32-25-generic 2.6.32-25.45 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-11-07 Thread Dan Anafi
Public bug reported:

Binary package hint: grub2

package would not install

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-25-generic 2.6.32-25.45
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Oct 20 13:45:56 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
SourcePackage: grub2
Title: package linux-image-2.6.32-25-generic 2.6.32-25.45 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 127

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


** Tags: amd64 apport-package lucid

-- 
package linux-image-2.6.32-25-generic 2.6.32-25.45 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/672061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672061] Re: package linux-image-2.6.32-25-generic 2.6.32-25.45 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-11-07 Thread Dan Anafi


-- 
package linux-image-2.6.32-25-generic 2.6.32-25.45 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/672061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672060] [NEW] package linux-image-2.6.32-23-generic 2.6.32-23.37 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-11-07 Thread Dan Anafi
Public bug reported:

Binary package hint: grub2

package would not install

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-23-generic 2.6.32-23.37
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Oct 20 13:45:09 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
SourcePackage: grub2
Title: package linux-image-2.6.32-23-generic 2.6.32-23.37 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 127

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


** Tags: amd64 apport-package lucid

-- 
package linux-image-2.6.32-23-generic 2.6.32-23.37 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/672060
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672060] Re: package linux-image-2.6.32-23-generic 2.6.32-23.37 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-11-07 Thread Dan Anafi


-- 
package linux-image-2.6.32-23-generic 2.6.32-23.37 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/672060
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 668206] Re: Default configuration (sound menu + panel)

2010-11-07 Thread Greg Auger
My testing (on a clean install) showed that after installing Banshe through the 
Software Centre:
 - You get a notification panel icon (there should be no notification icon, or 
indicator applet - only the sound menu enabled)
 - Banshee always closes to panel (it should only do so when music is playing, 
if music is not playing it should close)

Seeing as Banshee is going to be the default music player in 11.04 it is
important we get this right out of the box (without installing extra
plugins, etc). I have no doubt we'll get it sorted. I imagine this will
all be looked at by the Banshee upstream developers actually, seeing as
their stated focus for the next six months is great Ubuntu integration.

-- 
Default configuration (sound menu + panel)
https://bugs.launchpad.net/bugs/668206
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 646902] Re: Brasero crashes when trying to burn without an active GNOME session

2010-11-07 Thread greenhunter
Anyway brasero doesn't burn in a full gnome session neither in maverick
:(

-- 
Brasero crashes when trying to burn without an active GNOME session
https://bugs.launchpad.net/bugs/646902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 631395] Re: When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in Evolution. When clicking the account, the folder structure won't expand and the account does not send or r

2010-11-07 Thread Doron Gutman
64 bit here as well

-- 
When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in 
Evolution. When clicking the account, the folder structure won't expand and the 
account does not send or receive e-mail (although) it does appear in the 
send/receive dialog box. 
https://bugs.launchpad.net/bugs/631395
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252457] Re: Samsung YP-T7 not recognized as music player

2010-11-07 Thread Jonathan Ernst
I fixed this bug (for both the T7 and S3) with
http://cgit.freedesktop.org/media-player-
info/commit/?id=a636da3ace3b349189e0cf0d3de47470ee4262c9

** Package changed: hal (Ubuntu) = media-player-info (Ubuntu)

** Changed in: media-player-info (Ubuntu)
   Status: New = Fix Committed

-- 
Samsung YP-T7 not recognized as music player
https://bugs.launchpad.net/bugs/252457
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672065] [NEW] package convertall 0.4.2-1 failed to install/upgrade: error writing to 'standard output': Input/output error

2010-11-07 Thread Ramachandran
Public bug reported:

Binary package hint: convertall

failed to install

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: convertall 0.4.2-1
ProcVersionSignature: Ubuntu 2.6.32-25.45-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
AptOrdering:
 convertall: Install
 convertall: Configure
Architecture: i386
Date: Sun Nov  7 09:01:56 2010
ErrorMessage: error writing to 'standard output': Input/output error
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
PackageArchitecture: all
SourcePackage: convertall
Title: package convertall 0.4.2-1 failed to install/upgrade: error writing to 
'standard output': Input/output error

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


** Tags: apport-package i386 lucid

-- 
package convertall 0.4.2-1 failed to install/upgrade: error writing to 
'standard output': Input/output error
https://bugs.launchpad.net/bugs/672065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672065] Re: package convertall 0.4.2-1 failed to install/upgrade: error writing to 'standard output': Input/output error

2010-11-07 Thread Ramachandran


-- 
package convertall 0.4.2-1 failed to install/upgrade: error writing to 
'standard output': Input/output error
https://bugs.launchpad.net/bugs/672065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672064] [NEW] i915 chipset not working by default on Ubuntu 10.04 and 10.10

2010-11-07 Thread Sorin Sbârnea
Public bug reported:

I observed that by default the i915 chipset is not working on Ubuntu
10.04, and the same issue is still available on 10.10.

By default the system will start in text mode and you have do *manually* do the 
following to enable it:
edit /etc/default/grub and edit line to include i915:
GRUB_CMDLINE_LINUX_DEFAULT=quiet splash i915.modeset=1
Now run update-grub and reboot

After this you will be able to use the graphic mode *but* the monitor
will not be detected and you will only have a very limited list of video
modes to choose from.

In my case I do have a Philips 170X6 monitor that supports 1280x1024 but
this mode is not selectable.

$ randr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1360x768   59.8  
   1024x768   60.0* 
   800x60060.3 56.2  
   848x48060.0  
   640x48059.9 59.9  

$ sudo lshw -c display
  *-display   
   description: VGA compatible controller
   product: 82865G Integrated Graphics Controller
   vendor: Intel Corporation
   physical id: 2
   bus info: p...@:00:02.0
   version: 02
   width: 32 bits
   clock: 33MHz
   capabilities: pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:16 memory:f000-f7ff memory:f810-f817 
ioport:c000(size=8)

Please tell me if you need further information and if it is possible to
repair this defective installation setup to make it work by default on
new installations.

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


** Tags: display i915

-- 
i915 chipset not working by default on Ubuntu 10.04 and 10.10
https://bugs.launchpad.net/bugs/672064
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672064] Re: i915 chipset not working by default on Ubuntu 10.04 and 10.10

2010-11-07 Thread Sorin Sbârnea

** Attachment added: dmesg.log
   https://bugs.launchpad.net/bugs/672064/+attachment/1725526/+files/dmesg.log

-- 
i915 chipset not working by default on Ubuntu 10.04 and 10.10
https://bugs.launchpad.net/bugs/672064
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672064] Re: i915 chipset not working by default on Ubuntu 10.04 and 10.10

2010-11-07 Thread Sorin Sbârnea

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/672064/+attachment/1725531/+files/lspci-vnvn.log

-- 
i915 chipset not working by default on Ubuntu 10.04 and 10.10
https://bugs.launchpad.net/bugs/672064
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672064] Re: i915 chipset not working by default on Ubuntu 10.04 and 10.10

2010-11-07 Thread Sorin Sbârnea

** Attachment added: uname-a.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/672064/+attachment/1725532/+files/uname-a.log

-- 
i915 chipset not working by default on Ubuntu 10.04 and 10.10
https://bugs.launchpad.net/bugs/672064
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672048] Re: Facebook social broadcast won't refresh

2010-11-07 Thread tommekk
This is not a bug, just press F5 and it will be refreshed, but it
would be nice to import this feature.

-- 
Facebook social broadcast won't refresh
https://bugs.launchpad.net/bugs/672048
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 128417] Re: sansa mp3 player detected as camera

2010-11-07 Thread Jonathan Ernst
** Package changed: hal (Ubuntu) = libmtp (Ubuntu)

-- 
sansa mp3 player detected as camera
https://bugs.launchpad.net/bugs/128417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672067] [NEW] There is no bash-completion for the commands in upstart

2010-11-07 Thread Jan Claeys
Public bug reported:

Binary package hint: upstart

Currently there is no bash-completion (tab-completion for commands in
bash) for the commands provided in the upstart package ('initctl',
'start', 'stop', 'status', etc.).

Thanks to mark at http://askubuntu.com/questions/10808/auto-complete-
for-startable-stopable-services to bring this to our attention.

PS: maybe completion support for other shells is also desirable.

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

-- 
There is no bash-completion for the commands in upstart
https://bugs.launchpad.net/bugs/672067
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672048] Re: Facebook social broadcast won't refresh

2010-11-07 Thread tommekk
** Changed in: gwibber (Ubuntu)
   Status: New = Invalid

-- 
Facebook social broadcast won't refresh
https://bugs.launchpad.net/bugs/672048
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 668886] Re: rhythmbox crash on Internet Radio Stations Searching and streamripping

2010-11-07 Thread Dragonfly
I use the Gnome desktop environment but I can't find the: /var/crash 
directory? (wrong path, can't show you my crash report). I use Rhythmbox with 
the: Rhythmbox-radio-browser and when I lessen a station, if I whant to 
change the station, Rhythmbox stay blocked???
Thanks for your help.

-- 
rhythmbox crash on Internet Radio Stations Searching and streamripping
https://bugs.launchpad.net/bugs/668886
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 568275] Re: No JS in 0.12.0~svn2018-6ubuntu2

2010-11-07 Thread VPablo
Yes, there are so many libraries of development that I think there are
not useful for Mediatomb.

Thanks.

-- 
No JS in 0.12.0~svn2018-6ubuntu2
https://bugs.launchpad.net/bugs/568275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] apport-collect data

2010-11-07 Thread Derek holland
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jennifer   1542 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfe024000 irq 22'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,10250153,00100202'
   Controls  : 33
   Simple ctrls  : 19
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
Lsusb:
 Bus 001 Device 004: ID 058f:6361 Alcor Micro Corp. Multimedia Card Reader
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 004: ID 1a86:7523 Unknown HL-340 USB-Serial adapter
 Bus 002 Device 002: ID 093a:2510 Pixart Imaging, Inc. 
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: eMachines EL1300G
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic root=/dev/sda2 
loop=/ubuntu/disks/root.disk ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 
Uname: Linux 2.6.31-14-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 04/10/2009
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: R01-A2
dmi.board.name: WMCP61M
dmi.board.vendor: eMachines
dmi.chassis.asset.tag: 00
dmi.chassis.type: 3
dmi.chassis.vendor: eMachines
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrR01-A2:bd04/10/2009:svneMachines:pnEL1300G:pvrR01-A2:rvneMachines:rnWMCP61M:rvr:cvneMachines:ct3:cvr:
dmi.product.name: EL1300G
dmi.product.version: R01-A2
dmi.sys.vendor: eMachines

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] AlsaDevices.txt

2010-11-07 Thread Derek holland

** Attachment added: AlsaDevices.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725533/+files/AlsaDevices.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] AplayDevices.txt

2010-11-07 Thread Derek holland

** Attachment added: AplayDevices.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725534/+files/AplayDevices.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] ArecordDevices.txt

2010-11-07 Thread Derek holland

** Attachment added: ArecordDevices.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725535/+files/ArecordDevices.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] BootDmesg.txt

2010-11-07 Thread Derek holland

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725536/+files/BootDmesg.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] Card0.Amixer.values.txt

2010-11-07 Thread Derek holland

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725537/+files/Card0.Amixer.values.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] Card0.Codecs.codec.0.txt

2010-11-07 Thread Derek holland

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725538/+files/Card0.Codecs.codec.0.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] CurrentDmesg.txt

2010-11-07 Thread Derek holland

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725539/+files/CurrentDmesg.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] Lspci.txt

2010-11-07 Thread Derek holland

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725540/+files/Lspci.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] PciMultimedia.txt

2010-11-07 Thread Derek holland

** Attachment added: PciMultimedia.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725541/+files/PciMultimedia.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] ProcCpuinfo.txt

2010-11-07 Thread Derek holland

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725542/+files/ProcCpuinfo.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] ProcInterrupts.txt

2010-11-07 Thread Derek holland

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725543/+files/ProcInterrupts.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] ProcModules.txt

2010-11-07 Thread Derek holland

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725544/+files/ProcModules.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] UdevDb.txt

2010-11-07 Thread Derek holland

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725545/+files/UdevDb.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] UdevLog.txt

2010-11-07 Thread Derek holland

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725546/+files/UdevLog.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] WifiSyslog.txt

2010-11-07 Thread Derek holland

** Attachment added: WifiSyslog.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725547/+files/WifiSyslog.txt

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541758] XsessionErrors.txt

2010-11-07 Thread Derek holland

** Attachment added: XsessionErrors.txt
   
https://bugs.edge.launchpad.net/bugs/541758/+attachment/1725548/+files/XsessionErrors.txt

** Tags added: apport-collected

-- 
Unknown HL-340 USB-Serial adapter cannot send break sequence in minicom
https://bugs.launchpad.net/bugs/541758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263267] Re: .is_audio_player file should not be needed for mp3 players to function correctly

2010-11-07 Thread Jonathan Ernst
** Bug watch added: GNOME Bug Tracker #631810
   https://bugzilla.gnome.org/show_bug.cgi?id=631810

** Also affects: hal via
   https://bugzilla.gnome.org/show_bug.cgi?id=631810
   Importance: Unknown
   Status: Unknown

-- 
.is_audio_player file should not be needed for mp3 players to function correctly
https://bugs.launchpad.net/bugs/263267
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 128417] Re: sansa mp3 player detected as camera

2010-11-07 Thread Jonathan Ernst
Your lshal.txt shows the usb id of the MTP mode for your player ; in
this case the bug should be reported agains libmtp imho.

Your player will be correctly detected as a media player in MSC/UMS mode
in next Ubuntu version (thanks to http://cgit.freedesktop.org/media-
player-info/tree/media-players/sandisk-sansa_m200-series.mpi).

Looking at /lib/udev/rules.d/45-libmtp8.rules in maverick your player
should be detected as an audio player now, could you please retest in
Maverick and let us know if it works any better?

Thanks a lot for your patience ;-)


** Changed in: libmtp (Ubuntu)
   Status: Triaged = Incomplete

-- 
sansa mp3 player detected as camera
https://bugs.launchpad.net/bugs/128417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672069] [NEW] deluge-common should not depend on python-libtorrent

2010-11-07 Thread Marcus
Public bug reported:

Binary package hint: deluge

If you use deluge-gtk with a deluged running on a headless server, deluge-gtk 
depends on deluge-common which in return depends on python-libtorrent.
However, if you do not run a local deluged, there is absolutely no reason for 
deluge-common to pull in python-libtorrent.
This should be packaged cleaner.

I have not checked in detail, but i would assume that this might be the
case for other deluge-common dependencies as well.

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

-- 
deluge-common should not depend on python-libtorrent
https://bugs.launchpad.net/bugs/672069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311520] Re: iRiver T60 not recognised as mp3-player

2010-11-07 Thread Jonathan Ernst
This should be fixed with next update of media-player-info :
http://cgit.freedesktop.org/media-player-
info/commit/?id=505aeb693b5b656dbd0c26ce2b33b4f660256d56

If you have other issue with this player or other mass storage players,
please feel free to fill bugs agains media-player-info.

Thanks for your patience!

** Package changed: hal (Ubuntu) = media-player-info (Ubuntu)

** Changed in: media-player-info (Ubuntu)
   Status: New = Fix Committed

-- 
iRiver T60 not recognised as mp3-player
https://bugs.launchpad.net/bugs/311520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 672070] [NEW] pread/pwrite does not used in sqlite3 (USE_PREAD not defined)

2010-11-07 Thread Коренберг Марк
Public bug reported:

Binary package hint: sqlite3

sqlite 3 in maverick for 80x86 does not compiled with USE_PREAD or
USE_PREAD64. So during strace, we can see llseek(), write() syscalls.
it's not optimal on current kernel. performance may be higher.

It will be nice, if this package in 10.10 and 10.04 will be compiled
with -DUSE_PREAD64. It will reduce syscalls extra time waste.

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

** Summary changed:

- pwrite
+ pread/pwrite does not used in sqlite3 (USE_PREAD not defined)

-- 
pread/pwrite does not used in sqlite3 (USE_PREAD not defined)
https://bugs.launchpad.net/bugs/672070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 671287] Re: cannot delete from outbox and sometimes others

2010-11-07 Thread okkie
second try to add screenprints

** Attachment added: Screenshot-2.png
   
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/671287/+attachment/1725557/+files/Screenshot-2.png

-- 
cannot delete from outbox and sometimes others
https://bugs.launchpad.net/bugs/671287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 664717] Re: touchpad on/off hotkeys do not work anymore after upgrading to Maverick 10.10

2010-11-07 Thread Adolfo R. Brandes
I can confirm this happens on an Asus U43JC.  Any workarounds as of yet?

-- 
touchpad on/off hotkeys do not work anymore after upgrading to Maverick 10.10
https://bugs.launchpad.net/bugs/664717
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 607395] Re: Version bump to 1.0.0

2010-11-07 Thread Jouni K . Seppänen
Please see

http://thread.gmane.org/gmane.comp.python.matplotlib.devel/9377
http://article.gmane.org/gmane.comp.python.matplotlib.scm/5157

for a way to disable the downloading mechanism. Does this help with the
packaging?

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

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


[Bug 672068] Re: gpartedbin assert failure: *** glibc detected *** /usr/sbin/gpartedbin: double free or corruption (fasttop): 0x00007f3a406a2840 ***

2010-11-07 Thread Apport retracing service
*** This bug is a duplicate of bug 663839 ***
https://bugs.launchpad.net/bugs/663839

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

** Attachment removed: CoreDump.gz
   
https://bugs.edge.launchpad.net/bugs/672068/+attachment/1725549/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/672068/+attachment/1725550/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.edge.launchpad.net/bugs/672068/+attachment/1725551/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.edge.launchpad.net/bugs/672068/+attachment/1725552/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.edge.launchpad.net/bugs/672068/+attachment/1725553/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.edge.launchpad.net/bugs/672068/+attachment/1725554/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/672068/+attachment/172/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/672068/+attachment/1725556/+files/ThreadStacktrace.txt

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
gpartedbin assert failure: *** glibc detected *** /usr/sbin/gpartedbin: double 
free or corruption (fasttop): 0x7f3a406a2840 ***
https://bugs.launchpad.net/bugs/672068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 668901] Re: users-admin cannot get authorized from policy kit in VNC session

2010-11-07 Thread Milan Bouchet-Valat
Hm, indeed, sorry. Next step would be to run the authentication agent
manualy after killing the one that is running, and see if it changes
something. If it doesn't, have a look at the messages it prints to the
console, and also to the messages printed by polkitd, which (IIRC)
should also say it detected the agent.

But please try all this stuff with a /local/ GDM session. If it works,
we'll check VNC, but mixing two potential error sources is not a good
idea.

-- 
users-admin cannot get authorized from policy kit in VNC session
https://bugs.launchpad.net/bugs/668901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 627075] Re: [MAVERICK] brightness (function/hotkey) key does not work.

2010-11-07 Thread Andrew Sorensen
This is fixed upstream. Can we get this patch:
https://bugzilla.kernel.org/attachment.cgi?id=27236 backported?

-- 
[MAVERICK] brightness (function/hotkey) key does not work.
https://bugs.launchpad.net/bugs/627075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 312770] Re: Archos 5 IMT support missing

2010-11-07 Thread Jonathan Ernst
This bug should be fixed in maverick. Thanks to
http://cgit.freedesktop.org/media-player-info/tree/media-players/archos-
5imt.mpi

** Package changed: hal (Ubuntu) = media-player-info (Ubuntu)

** Changed in: media-player-info (Ubuntu)
   Status: New = Fix Released

-- 
Archos 5 IMT support missing
https://bugs.launchpad.net/bugs/312770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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