[Bug 713002] Re: Impossible to disable IPv4

2011-02-05 Thread Colin Watson
** Also affects: openssh (Ubuntu Hardy)
   Importance: Undecided
   Status: New

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

Title:
  Impossible to disable IPv4

-- 
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 713002] Re: Impossible to disable IPv4

2011-02-05 Thread Colin Watson
Fixed in newer releases, as you say.  I suspect that this may be the
upstream commit responsible for fixing it, which would mean that it was
fixed in OpenSSH 4.9p1:

  http://bazaar.launchpad.net/~vcs-imports/openssh/main/revision/5290

I've applied this patch to version 1:4.7p1-8ubuntu2~ppa1 in this
archive:

  https://launchpad.net/~cjwatson/+archive/openssh

Could you please try it out and report whether it fixes this problem?

** Changed in: openssh (Ubuntu)
   Status: New = Fix Released

** Changed in: openssh (Ubuntu Hardy)
   Importance: Undecided = Medium

** Changed in: openssh (Ubuntu Hardy)
   Status: New = Triaged

** Changed in: openssh (Ubuntu Hardy)
 Assignee: (unassigned) = Colin Watson (cjwatson)

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

Title:
  Impossible to disable IPv4

-- 
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 713002] Re: Impossible to disable IPv4

2011-02-05 Thread /usr/local/dick
Confirmed, the patched version works as expected, both options actually
work!

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

Title:
  Impossible to disable IPv4

-- 
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 713646] [NEW] IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

2011-02-05 Thread Andreas Olsson
Public bug reported:

Binary package hint: munin

The ip_ plugin in 1.4.5-3ubuntu2 fails to handle IPv6 addresses when
/bin/sh is being linked to dash.

Ways to reproduce, assuming the local IPv6 address being
2001:16d8:cc88:0:223:aeff:feb1:b64.

root@stilgar:~# ip6tables -I OUTPUT -s 2001:16d8:cc88:0:223:aeff:feb1:b64
root@stilgar:~# ip6tables -I INPUT -d 2001:16d8:cc88:0:223:aeff:feb1:b64
root@stilgar:~# ln -s /usr/share/munin/plugins/ip_ 
/etc/munin/plugins/ip_2001:16d8:cc88:0:223:aeff:feb1:b64
root@stilgar:~# ls -l /bin/sh
lrwxrwxrwx 1 root root 4 2011-02-05 14:34 /bin/sh - dash
export MUNIN_LIBDIR=/usr/share/munin
root@stilgar:~# /etc/munin/plugins/ip_2001\:16d8\:cc88\:0\:223\:aeff\:feb1\:b64 
eval: 1: Syntax error: ( unexpected
root@stilgar:~# ln -sf /bin/bash /bin/sh
root@stilgar:~# /etc/munin/plugins/ip_2001\:16d8\:cc88\:0\:223\:aeff\:feb1\:b64 
in.value 239782
out.value 102625
root@stilgar:~#

This being where the problem arise

case $IP in
*:*) # I know this! This is IPv6!
# This is a fun hack to make the plugin ip6 compatible.
# Suggested in ticket #439 by jodal.
eval 'function iptables() {
/sbin/ip6tables $@
}'
;;
esac

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: munin-node 1.4.5-3ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
Architecture: amd64
Date: Sat Feb  5 14:21:56 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110201.2)
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LC_MESSAGES=sv_SE.utf8
 LANG=sv_SE.UTF-8
 LANGUAGE=sv_SE:sv:en_GB:en
SourcePackage: munin

** Affects: munin
 Importance: Unknown
 Status: Unknown

** Affects: munin (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: amd64 apport-bug natty

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

Title:
  IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

-- 
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 713646] Re: IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

2011-02-05 Thread Andreas Olsson

** Bug watch added: munin-monitoring.org/ #1009
   http://munin-monitoring.org/ticket/1009

** Also affects: munin via
   http://munin-monitoring.org/ticket/1009
   Importance: Unknown
   Status: Unknown

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

Title:
  IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

-- 
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 713646] Re: IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

2011-02-05 Thread Andreas Olsson
Marking the bug as triaged, given that it has both been confirmed and
fixed upstream. The fix, making the plugin explicitly use bash, has been
committed to svn and is scheduled to be part of munin 1.4.6.

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

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

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

Title:
  IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

-- 
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 713646] Re: IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

2011-02-05 Thread Bug Watch Updater
** Changed in: munin
   Status: Unknown = Fix Released

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

Title:
  IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash

-- 
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 706945] Re: php5-fpm package does not include a logrotate file

2011-02-05 Thread Ondřej Surý
 php5-fpm has been removed from upstream so im closing this bug.

Upstream svn doesn't agree with you.

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

Title:
  php5-fpm package does not include a logrotate file

-- 
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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
Yes, you do seem to have a conflict between apache and lighttpd, yet
that isn't what causes the installation of backuppc to fail. Here we
have the relevant error message

 * Starting backuppc...
2011-02-04 16:32:11 Can't create a test hardlink between a file in 
/var/lib/backuppc/pc and /var/lib/backuppc/cpool.  Either these are different 
file systems, or this file system doesn't support hardlinks, or these 
directories don't exist, or there is a permissions problem, or the file system 
is out of inodes or full.  Use df, df -i, and ls -ld to check each of these 
possibilities. Quitting...
invoke-rc.d: initscript backuppc, action start failed.
dpkg: error processing backuppc (--configure):
 subprocess installed post-installation script returned error exit status 1

See also bug #445154.

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

Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

-- 
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 713704] [NEW] etckeeper is not run on apt-get remove or apt-get purge

2011-02-05 Thread Neal McBurnett
Public bug reported:

Binary package hint: etckeeper

etckeeper is not run during an apt-get remove or apt-get purge like it
is during an apt-get install.

This means that the version control system doesn't specifically track
the changes in /etc that result from removing packages.

I'm using a hook in
 /etc/etckeeper/commit.d/20mirror-outside-files

to also track the grub configuration changes in /boot as described in

 http://serverfault.com/questions/211425/can-etckeeper-be-used-to-track-
config-files-outside-of-etc/225233#225233

and this means that e.g. after removing old kernels and modules the
resulting changes in grub.conf are not tracked.  At best they would be
caught on the next cron run, but the logs won't be very helpful for
figuring out why the changes occurred.

I think etckeeper should be run during any apt-get activity which might
change files in /etc.

It would also be helpful if the commit messages reflected as much as
possible what the command line was (i.e. which packages the user
intended to in install, vs which were pulled in automatically).

I'm running Ubuntu 10.04 - Lucid

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

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

Title:
  etckeeper is not run on apt-get remove or apt-get purge

-- 
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 253230] Re: qemu-kvm should Build-Depends on libvdeplug2-dev (KVM vde2 support not working)

2011-02-05 Thread Mosudi
Ubuntu 10.04

When starting kvm or qemu under vdeq

vdeq qemu -sda1 qemu-image -m 128
NOTE: vdeq is now DEPRECATED -- both QEMU and KVM have native support for
  VDE. This binary will be removed soon from the distribution, consider
  stopping using it.

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

Title:
  qemu-kvm should Build-Depends on libvdeplug2-dev (KVM vde2 support not
  working)

-- 
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 662068] Re: Removing the offending host key when a server updates should be easier

2011-02-05 Thread Andreas Olsson
As of openssh 1:5.6p1-2ubuntu3 (natty) at least the the ssh-keygen -R
trick has been added.

andreas@stilgar:~$ ssh lucy
@@@
@WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
d1:1b:19:4c:2d:51:b0:18:e2:e4:c3:19:ad:9c:24:9d.
Please contact your system administrator.
Add correct host key in /home/andreas/.ssh/known_hosts to get rid of this 
message.
Offending RSA key in /home/andreas/.ssh/known_hosts:175
  remove with: ssh-keygen -f /home/andreas/.ssh/known_hosts -R lucy
RSA host key for lucy has changed and you have requested strict checking.
Host key verification failed.
andreas@stilgar:~$

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

Title:
  Removing the offending host key when a server updates should be easier

-- 
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 273930] Re: oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM

2011-02-05 Thread Christopher M. Penalver
Confirmed in Ubuntu 11.04 virt-manager guest, LibreOffice Calc, in a
Ubuntu 10.10 host. The impact is minimal as the Calc file opens fine
anyways, despite the crash.

WORKAROUND: Run Calc from the Terminal with the -nologo switch:
localc -nologo (FILE)

md5sum natty-desktop-i386.iso
3185a6c65bc6a197dddc8bbcb8a7e3a6

Guest:

lsb_release -rd
Description:Ubuntu natty (development branch)
Release:11.04

apt-cache policy libreoffice-calc
libreoffice-calc:
  Installed: 1:3.3.0-1ubuntu1
  Candidate: 1:3.3.0-1ubuntu1
  Version table:
 *** 1:3.3.0-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100
/var/lib/dpkg/status

Host:

lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

apt-cache policy virt-manager
virt-manager:
  Installed: 0.8.4-7ubuntu1.1
  Candidate: 0.8.4-7ubuntu1.1
  Version table:
 *** 0.8.4-7ubuntu1.1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 
Packages
100 /var/lib/dpkg/status
 0.8.4-7ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

apt-cache policy qemu-kvm
qemu-kvm:
  Installed: 0.12.5+noroms-0ubuntu7.1
  Candidate: 0.12.5+noroms-0ubuntu7.1
  Version table:
 *** 0.12.5+noroms-0ubuntu7.1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 
Packages
100 /var/lib/dpkg/status
 0.12.5+noroms-0ubuntu7 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

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

Title:
  oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM

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


Re: [Bug 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread John Brown
Andreas

Many thanks for pointing me back to the detail of the error report
itself.

I've run the checks it suggests (df. df -i, etc) and include for your
information a copy of the output of the terminal session showing (as far as
I can tell) that there was no essential problem beyond the fact that the
directory *cpool* had not been created. I created this directory. I then
disabled all other web servers and got Apache2 running OK.

Anyway, I then tried to reinstall BackupPC from Ubuntu Software Centre but
the exact same thing occurred - same error Unable to make hard link...
etc.  I thought it could just be a permissions problem, so for simplicity 
speed I changed directory to /var/lib/backuppc and did a quick:

*root@jb:/var/lib/backuppc#*chmod 777 pc cpool


After doing this, I *was* able to start the program with:

*root@jb:/var/lib/backuppc#* /etc/init.d/backuppc start


and check into it with the web interface well, now, of course, I need to
re-read the documentation to find out how to locate the password to let me
in! Either that or reinstall the software and hope that with a successful
install the password will be shown on-screen... Ah well, at least with your
help I seem to have detected the main problem... permissions.

I've also had a look at the other bug report you pointed to and I conclude
that I have achieved the same outcome by a different method (i.e. I made the
directories everyone's rather than root's or the usual user's). My
approach is a bit of a blunt instrument and absolutely _not_ recommended for
production use! But it's fine for testing purposes.

Of course, the recent Linux Format magazine article [Issue LXF142 March
2011, page 43]  *did* suggest that BackupPC's configuration is not for the
faint-hearted :-). I only thought about using this program because it would
allow me to back up my laptop to a NAS drive; many backup programs assume
you want to backup to a physically-connected USB hard drive. So I may be as
well-off in the long run sticking with Backup-Manager - or even using mc
instead. Equally, it's no sweat to use a variant of ftp (eg ncftp does
things quite nicely) to do the job. It's just I can never resist the chance
to explore another bit of excellent free software :-)

Thanks again for your interest and advice.

John

On 5 February 2011 15:42, Andreas Olsson andr...@arrakis.se wrote:

 Yes, you do seem to have a conflict between apache and lighttpd, yet
 that isn't what causes the installation of backuppc to fail. Here we
 have the relevant error message

  * Starting backuppc...
 2011-02-04 16:32:11 Can't create a test hardlink between a file in
 /var/lib/backuppc/pc and /var/lib/backuppc/cpool.  Either these are
 different file systems, or this file system doesn't support hardlinks, or
 these directories don't exist, or there is a permissions problem, or the
 file system is out of inodes or full.  Use df, df -i, and ls -ld to check
 each of these possibilities. Quitting...
 invoke-rc.d: initscript backuppc, action start failed.
 dpkg: error processing backuppc (--configure):
  subprocess installed post-installation script returned error exit status 1

 See also bug #445154.

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/713204

 Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

 Status in “backuppc” package in Ubuntu:
  New

 Bug description:
  Binary package hint: backuppc

  I was using Ubuntu Software Centre to install BackupPC, but the script
  failed. I suspect it was because although I'd installed Apache, I had
  not yet set up Apache2 config files -  I've been using lighttpd
  instead. So when the script tried to restart the web server it failed.
  Maybe a bit more clarity about the dependencies on the Info page would
  be useful. I'll try to get Apache2 working properly and then do a re-
  install from Ubuntu Software Centre.

  John

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: backuppc 3.1.0-9ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
  Uname: Linux 2.6.32-28-generic i686
  Architecture: i386
  Date: Fri Feb  4 16:32:12 2011
  ErrorMessage: subprocess installed post-installation script returned error
 exit status 1
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  PackageArchitecture: all
  SourcePackage: backuppc
  Title: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade:
 subprocess installed post-installation script returned error exit status 1

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/713204/+subscribe



** Attachment added: terminal_session.txt
   
https://bugs.launchpad.net/bugs/713204/+attachment/1832648/+files/terminal_session.txt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, 

[Bug 397393] Re: can't bind to ::1

2011-02-05 Thread Logain Smith
Same problem with Ubuntu 10.04 and latest Apache with IPv6 enabled:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04.2 LTS
Release:10.04
Codename:   lucid

$ uname -a
Linux 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 06:07:29 UTC 2010 i686 
GNU/Linux

$ apache2 -v
Server version: Apache/2.2.14 (Ubuntu)
Server built:   Nov 18 2010 21:17:19

$ cat /etc/apache2/apache2.conf | grep Listen
Listen 0.0.0.0:81 #this line works
Listen [::]:8765 #this line breaks

$ sudo /etc/init.d/apache2 start
[crit] (EAI 9)Address family for hostname not supported: alloc_listener: failed 
to set up sockaddr for ::
Syntax error on line 41 of /etc/apache2/apache2.conf:
Listen setup failed

$ ping6 ::1
PING ::1(::1) 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=64 time=0.005 ms
64 bytes from ::1: icmp_seq=2 ttl=64 time=0.004 ms
64 bytes from ::1: icmp_seq=3 ttl=64 time=0.005 ms
64 bytes from ::1: icmp_seq=4 ttl=64 time=0.000 ms
--- ::1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.000/0.000/0.000/0.000 ms

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

Title:
  can't bind to ::1

-- 
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 579892] Re: libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver

2011-02-05 Thread Marcelo Fernandez
@Serge, where is located that PPA with Lucid's libvirt package fixed, so
I can test it too?

Do you know when this it's going to be SRU'd? It's been a lot of time
since Lucid (LTS) is out and this bug is *very* annoying. :-/

Thanks

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

Title:
   libvirt should not use the MAC address assigned to tap devices/vnet
  interfaces by the TAP/TUN driver

-- 
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 579892] Re: libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver

2011-02-05 Thread Marcelo Fernandez
I have another question,

Putting pre-up ifconfig eth0 hw ether 00:00:00:00:00:01 in the
interfaces config file, like Carlos did, is a workaround to the bug?

Just to clarify :-)

Regards

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

Title:
   libvirt should not use the MAC address assigned to tap devices/vnet
  interfaces by the TAP/TUN driver

-- 
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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
*** This bug is a duplicate of bug 445154 ***
https://bugs.launchpad.net/bugs/445154

Yeah, seems like you are running into the same permission issues as in
bug #445154. Marking this report as a duplicate.

** This bug has been marked a duplicate of bug 445154
   package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
 * You can subscribe to bug 445154 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/445154/+subscribe

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

Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

-- 
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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
** This bug is no longer a duplicate of bug 445154
   package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1

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

Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

-- 
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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
Never mind that about the duplicate. While there are similarities to
comments later on, your issue isn't the same as the original issue
reported in that bug report.

Looking closer at your term log I see that there are no mention of any
backuppc user being created? Have you had backuppc installed before on
that system?

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

Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

-- 
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 662068] Re: Removing the offending host key when a server updates should be easier

2011-02-05 Thread Clint Byrum
Nice, thanks Andreas for noticing that.

And thanks Colin Watson for the fix:

openssh (1:5.7p1-2ubuntu1) natty; urgency=low

  * Resynchronise with Debian experimental.  Remaining changes:
- Add support for registering ConsoleKit sessions on login.
- Drop openssh-blacklist and openssh-blacklist-extra to Suggests.
- Convert to Upstart.  The init script is still here for the benefit of
  people running sshd in chroots.
- Install apport hook.
- Add mention of ssh-keygen in ssh connect warning.
- Make openssh-server recommend ssh-import-id.

 -- Colin Watson cjwat...@ubuntu.com  Thu, 27 Jan 2011 12:20:29 +


Marking Fix Released.

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

** Changed in: server-papercuts
   Status: New = Fix Released

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

Title:
  Removing the offending host key when a server updates should be easier

-- 
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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Andreas Olsson
** Changed in: backuppc (Ubuntu)
   Status: New = Incomplete

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

Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

-- 
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 289311] Re: Not clear what delimiter to use when configuring exim4 listen interfaces

2011-02-05 Thread Clint Byrum
The message as of right now is:


IP-addresses to listen on for incoming SMTP connections:
 Please enter a semicolon-separated list of IP addresses. The Exim SMTP
 listener daemon will listen on all IP addresses listed here.

It has been that way since at least 4.63-9. The additional help seems
the right place to put this.

That said, this field should be easy to validate, as it sounds like only
components of ipv6 or ipv4 addresses are allowed, and semi-colon.

I've forwarded this to the debian BTS as thats probably a better place
to address this.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612103

Marking Triaged, setting Importance to Wishlist.

** Bug watch added: Debian Bug tracker #612103
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612103

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

** Changed in: exim4 (Ubuntu)
   Importance: Undecided = Wishlist

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

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

Title:
  Not clear what delimiter to use when configuring exim4 listen
  interfaces

-- 
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 443227] Re: cman

2011-02-05 Thread Clint Byrum
venu, apt daemon or something else may have been running at the same
time:


debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another 
process: Resource temporarily unavailable


Please retry the operation (as I'm sure you've done by now since this as 18+ 
months ago.

Closing w/ status Invalid.

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

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

Title:
  cman

-- 
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 307403] Re: Installing postfix therefore deleting exim4 didn't work

2011-02-05 Thread Clint Byrum
Hi simmel,

I know this has been open a long time. Are you still affected by it? Can
you elaborate on didn't work. Specifically:

1. What steps did you take to produce the problem.
2. What did you expect to happen
3. What actually happend?

Marking Incomplete pending response.

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

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

Title:
  Installing postfix therefore deleting exim4 didn't work

-- 
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 713855] [NEW] Merge exim4 4.74-1 (main) from Debian experimental (main)

2011-02-05 Thread Artur Rona
Public bug reported:

Binary package hint: exim4

exim4 (4.74-1) experimental; urgency=low

  * 4.74 release, should build on hurd again.
  * Fix some lintian --pedantic issues: copyright-refers-to-symlink-license
maintainer-script-without-set-e debian-control-has-unusual-field-spacing

 -- Andreas Metzler ametz...@debian.org  Sat, 29 Jan 2011 15:39:51
+0100

exim4 (4.74~rc2-1) experimental; urgency=low

  * In spf example use spf-tools-perl's spfquery instead of the one from
libmail-spf-query-perl. Do not try to use unimplemented best-guess
support. Update Suggests accordingly. Closes: #608336
  * Add headers in ACL by using the add_header modifier instead of message.
(This modifier has been available since 4.61.) Closes: #609308
  * New upstream version.
+ includes the fix for CVE-2011-0017
+ If a non-debug daemon was invoked with a non-whitelisted macro, then
  logs from after attempting delivery would be silently lost, including
  for successful delivery.  This log-loss bug was introduced in 4.73
  as part of the security lockdown. Closes: #610611
+ Update some patches.

 -- Andreas Metzler ametz...@debian.org  Sun, 23 Jan 2011 14:02:36
+0100

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

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

Title:
  Merge exim4 4.74-1 (main) from Debian experimental (main)

-- 
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 708023] Re: exim 4.74 released fixes CVE-2011-0017

2011-02-05 Thread Artur Rona
** Changed in: exim4 (Ubuntu)
 Assignee: (unassigned) = Artur Rona (ari-tczew)

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

Title:
  exim 4.74 released fixes CVE-2011-0017

-- 
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 713855] Re: Merge exim4 4.74-1 (main) from Debian experimental (main)

2011-02-05 Thread Artur Rona

** Patch added: debian-ubuntu.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/713855/+attachment/1832999/+files/debian-ubuntu.debdiff

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

Title:
  Merge exim4 4.74-1 (main) from Debian experimental (main)

-- 
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 713855] Re: Merge exim4 4.74-1 (main) from Debian experimental (main)

2011-02-05 Thread Artur Rona
Want to be sponsored by Kees Cook!

** Changed in: exim4 (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  Merge exim4 4.74-1 (main) from Debian experimental (main)

-- 
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 713869] [NEW] wrong permissions in samba shares are not properly reported

2011-02-05 Thread Manuel López-Ibáñez
Public bug reported:

Binary package hint: samba

If I want to share a directory using samba

/home/manu/Music

but /home/manu has permissions rwxrwx---,

smbclient fails with the following error:

tree connect failed: NT_STATUS_BAD_NETWORK_NAME

which does not help at all to understand the issue.

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

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

Title:
  wrong permissions in samba shares are not properly reported

-- 
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 713869] Re: wrong permissions in samba shares are not properly reported

2011-02-05 Thread Manuel López-Ibáñez
Dolphin only says that the folder does not exist.

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

Title:
  wrong permissions in samba shares are not properly reported

-- 
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 676508] Re: Lucid won't share printers via samba

2011-02-05 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Lucid won't share printers via samba

-- 
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 676508] Re: Lucid won't share printers via samba

2011-02-05 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

** Changed in: cups (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Lucid won't share printers via samba

-- 
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 618633] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove: subprocess installed post-removal script returned error exit status 1

2011-02-05 Thread leoave
** Changed in: samba (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove:
  subprocess installed post-removal script returned error exit status 1

-- 
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 712878] Re: KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

2011-02-05 Thread Brian Knoll
Could you please tell us if the VMs that won't boot are SMP VMs?  I know
it's the SMP kernel but what I mean is, is KVM giving the VM more than
one CPU?  If they are SMP VMs, could you please try to make them single-
CPU and try to boot them, then let us know what happens?  I am seeing a
bug with Linux SMP guests under KVM which causes boot failures and
random hangs, and I wonder if it's related.

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

Title:
  KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

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


Re: [Bug 712878] Re: KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

2011-02-05 Thread William King
The guests were single cpu server kernel, more info tomorrow.
On Feb 5, 2011 10:55 PM, Brian Knoll 712...@bugs.launchpad.net wrote:
 Could you please tell us if the VMs that won't boot are SMP VMs? I know
 it's the SMP kernel but what I mean is, is KVM giving the VM more than
 one CPU? If they are SMP VMs, could you please try to make them single-
 CPU and try to boot them, then let us know what happens? I am seeing a
 bug with Linux SMP guests under KVM which causes boot failures and
 random hangs, and I wonder if it's related.

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/712878

 Title:
 KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

 Status in Virtual Machine Builder:
 New
 Status in “kvm” package in Ubuntu:
 New

 Bug description:
 Binary package hint: kvm

 The last working guest was provisioned on Jan 5th, 2011. Just tried to
 provisioned another guest with vmbuilder and it fails to boot.

 On the host:
 uname -a
 Linux thedraft 2.6.35-25-server #44-Ubuntu SMP Fri Jan 21 19:09:14 UTC
2011 x86_64 GNU/Linux

 head /proc/cpuinfo
 processor : 0
 vendor_id : AuthenticAMD
 cpu family : 16
 model : 9
 model name : AMD Opteron(tm) Processor 6128
 stepping : 1
 cpu MHz : 800.000
 cache size : 512 KB
 physical id : 0
 siblings : 8

 dpkg -l |grep qemu
 ii qemu-common 0.12.5+noroms-0ubuntu7.1 qemu common functionality (bios,
documentation, etc)
 ii qemu-kvm 0.12.5+noroms-0ubuntu7.1 Full virtualization on i386 and amd64
hardware

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/vmbuilder/+bug/712878/+subscribe

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

Title:
  KVM guest hangs on 'booting from hard disk' 10.10 for guest and host.

-- 
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 713526] [NEW] apport uses launchpad edge service

2011-02-05 Thread Robert Collins
Public bug reported:

Binary package hint: apport

The launchpad edge service is deprecated -
http://blog.launchpad.net/general/edge-is-deprecated; future releases of
launchpadlib remove the EDGE_SERVICE_ROOT. apports crashdb_impl uses the
edge service rather than the production service.

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

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

Title:
  apport uses launchpad edge service

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


[Bug 470672] Re: mythbuntu starts frontend to fast

2011-02-05 Thread ted munga
Editing the /etc/init/mythtv-backend.conf file did not work for me. I am
running ubuntu 10.10 and mythtv 0.24 fixes. I have had to insert a 30
sec sleep into the /usr/bin/mythfrontend script to avoid the connect
issue.

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

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

Title:
  mythbuntu starts frontend to fast

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


[Bug 663892] Re: Terratec Cinergy C HD not operating correctly

2011-02-05 Thread Andreas Modinos
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Terratec Cinergy C HD not operating correctly

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


[Bug 709461] Re: semi-random invisible window with x geometry on top layer possible, all viewport only (one ws though)

2011-02-05 Thread Omer Akram
when you minimize a window there is an invisible window called 'untitled
window' which gets the focus. now using nux trunk that 'untitled window'
is called 'nux input window' I believe that is *the* invisible window
causing the issue. bug 705536 and bug 693801 are on the very same
issue(tm)

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

Title:
  semi-random invisible window with x geometry on top layer possible,
  all viewport only (one ws though)

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


[Bug 713530] [NEW] [280630.795456] ------------[ cut here ]------------

2011-02-05 Thread Shroom
Public bug reported:

no

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  babsi  2314 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd3e0 irq 22'
   Mixer name   : 'Realtek ALC262'
   Components   : 'HDA:10ec0262,104d3700,00100302 
HDA:14f12c06,104d1700,0010'
   Controls  : 19
   Simple ctrls  : 12
Date: Thu Feb  3 03:57:32 2011
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=1bb4997a-87b1-45c0-8f94-764a28e19ffd
MachineType: Sony Corporation VGN-NS38M_W
NonfreeKernelModules: fglrx
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: root=UUID=1f89ee82-1787-452f-84c7-9e3fef2073ce ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
SourcePackage: linux
Tags: kernel-oops
Title: [280630.795456] [ cut here ]
Uname: Linux 2.6.31-14-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 12/03/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R2020Y3
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR2020Y3:bd12/03/2008:svnSonyCorporation:pnVGN-NS38M_W:pvrC601VPDV:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VGN-NS38M_W
dmi.product.version: C601VPDV
dmi.sys.vendor: Sony Corporation

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


** Tags: apport-kerneloops i386 kernel-oops

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

Title:
  [280630.795456] [ cut here ]

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


[Bug 713530] Re: [280630.795456] ------------[ cut here ]------------

2011-02-05 Thread Shroom


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

Title:
  [280630.795456] [ cut here ]

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


[Bug 713529] [NEW] package batman-adv-dkms 0.2-5 failed to install/upgrade: batman-adv kernel module failed to build

2011-02-05 Thread Bagatell
Public bug reported:

further info

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: batman-adv-dkms 0.2-5
ProcVersionSignature: Ubuntu 2.6.31-11.154-rt
Uname: Linux 2.6.31-11-rt x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Feb  4 09:51:21 2011
ErrorMessage: batman-adv kernel module failed to build
PackageArchitecture: all
PackageVersion: 0.2-5
SourcePackage: batman-adv-kernelland
Title: package batman-adv-dkms 0.2-5 failed to install/upgrade: batman-adv 
kernel module failed to build

** Affects: batman-adv-kernelland (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package batman-adv-dkms 0.2-5 failed to install/upgrade: batman-adv
  kernel module failed to build

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


[Bug 713529] Re: package batman-adv-dkms 0.2-5 failed to install/upgrade: batman-adv kernel module failed to build

2011-02-05 Thread Bagatell


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

Title:
  package batman-adv-dkms 0.2-5 failed to install/upgrade: batman-adv
  kernel module failed to build

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


[Bug 713528] [NEW] bcmwl can't see channels 11 (2.462GHz) any more

2011-02-05 Thread Daniel van Vugt
Public bug reported:

Can't see channels 11 (2.462GHz) any more. Channels 1-11 still work,
but 12 and 13 are invisible to both iwlist scan and network manager
now.

The problem seems to be new in natty (alpha 2) with bcmwl-kernel-source
5.100.82.38+bdcom-0ubuntu2. However maverick with 5.60.48.36+bdcom-
0ubuntu5 can see the access point on any channel no problem.

System is a Macbook Air 3,1 with PCI device:
01:00.0 Network controller: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01)
[01:00.0 0280: 14e4:4353 (rev 01)]

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
NonfreeKernelModules: nvidia wl
Architecture: amd64
Date: Sat Feb  5 16:12:41 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110202)
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 LC_MESSAGES=en_AU.utf8
 SHELL=/bin/bash
SourcePackage: bcmwl

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


** Tags: amd64 apport-bug natty

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

Title:
  bcmwl can't see channels  11 (2.462GHz) any more

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


[Bug 713528] Re: bcmwl can't see channels 11 (2.462GHz) any more

2011-02-05 Thread Daniel van Vugt


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

Title:
  bcmwl can't see channels  11 (2.462GHz) any more

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


[Bug 713504] Re: compiz fails to run with GLX_EXT_texture_from_pixmap is missing

2011-02-05 Thread Rocko
Thanks for all the info. It is indeed a virtualbox driver problem. I
installed the vbox open-source drivers (virtualbox-ose-guest-utils and
virtualbox-ose-guest-x11) and compiz now runs. (I had to reboot three
times before the desktop appearance manager worked without crashing but
it all seems fine now.)

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

Title:
  compiz fails to run with GLX_EXT_texture_from_pixmap is missing

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


[Bug 713531] [NEW] [gm45] GPU lockup d8f0142a

2011-02-05 Thread Vadim Rutkovsky
Public bug reported:

Binary package hint: xserver-xorg-video-intel


ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-1ubuntu6
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic i686
NonfreeKernelModules: wl
Architecture: i386
Chipset: gm45
CompositorRunning: compiz
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.DP.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768
 edid-base64: 
AP///wBMo0FWAAATAQOAIhN4Cs6FnltMlCYXUFQBAQEBAQEBAQEBAQEBAQEBQRxWoFAAFjAwICUAWMEQAAAZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gAxNTZBVDA1LUYwMQogAMY=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Fri Feb  4 11:01:49 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 2.6.38-1-generic, i686: installed 
 bcmwl, 5.100.82.38+bdcom, 2.6.35-23-generic, i686: installed 
 bcmwl, 5.100.82.38+bdcom, 2.6.37-12-generic, i686: installed
DumpSignature: d8f0142a
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GraphicsCard:
 Subsystem: Hewlett-Packard Company Device [103c:1526]
   Subsystem: Hewlett-Packard Company Device [103c:1526]
InterpreterPath: /usr/bin/python2.7
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=57fa73f2-ce00-4206-807b-fea73ead2fca ro quiet splash vt.handoff=7
ProcKernelCmdLine_: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=57fa73f2-ce00-4206-807b-fea73ead2fca ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6~3ubuntu3
 libdrm2 2.4.23-1ubuntu3
 xserver-xorg-video-intel 2:2.14.0-1ubuntu6
SourcePackage: xserver-xorg-video-intel
Title: [gm45] GPU lockup d8f0142a
UserGroups:
 
dmi.bios.date: 12/07/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PVI Ver. F.08
dmi.board.name: 1526
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 71.0D
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PVIVer.F.08:bd12/07/2010:svnHewlett-Packard:pn:pvrF.08:rvnHewlett-Packard:rn1526:rvrKBCVersion71.0D:cvnHewlett-Packard:ct10:cvr:
dmi.product.version: F.08
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.2.1+glibmainloop4-0ubuntu9
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash freeze i386 natty ubuntu

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

Title:
  [gm45] GPU lockup d8f0142a

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


[Bug 710582] Re: webkit crashes on amd64 architecture with SIGSEGV in WTF::OSAllocator::reserveAndCommit() was: webkit does not implement assert sanely

2011-02-05 Thread pschonmann
** Also affects: empathy (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qtwebkit-source in ubuntu.
https://bugs.launchpad.net/bugs/710582

Title:
  webkit crashes on amd64 architecture with SIGSEGV in
  WTF::OSAllocator::reserveAndCommit() was: webkit does not implement
  assert sanely

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


[Bug 710961] Re: [i945gm] Screen Corruption with new Xorg stack

2011-02-05 Thread Stefano Rivera
Nope, still present.

** Attachment added: Still-Present.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/710961/+attachment/1831040/+files/Still-Present.png

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Fix Released = New

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

Title:
  [i945gm] Screen Corruption with new Xorg stack

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


[Bug 713531] Re: [gm45] GPU lockup d8f0142a

2011-02-05 Thread Vadim Rutkovsky


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

Title:
  [gm45] GPU lockup d8f0142a

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


[Bug 713536] [NEW] dconf-editor crashes when opening apps

2011-02-05 Thread Jan Schuermann
Public bug reported:

when started from terminal it gives the following errors:

** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.freedesktop.gstreamer-0.10.default-elements.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.gnome.Bluetooth.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/net.launchpad.steadyflow.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.gnome.Nautilus.Sendto.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.gnome.gcalctool.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.gnome.Bluetooth.nst.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.ayatana.indicator.datetime.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.gnome.Evince.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.gnome.system-tools.gschema.xml
** (dconf-editor:3710): DEBUG: dconf-schema.vala:235: Loading schema: 
/usr/share/glib-2.0/schemas/org.gnome.brasero.gschema.xml

** (dconf-editor:3710): CRITICAL **: string_get_length: assertion `self
!= NULL' failed

** (dconf-editor:3710): CRITICAL **: string_slice: assertion `self !=
NULL' failed

** (dconf-editor:3710): CRITICAL **: directory_load_schema: assertion
`path != NULL' failed

** (dconf-editor:3710): CRITICAL **: string_get_length: assertion `self
!= NULL' failed

** (dconf-editor:3710): CRITICAL **: string_slice: assertion `self !=
NULL' failed

** (dconf-editor:3710): CRITICAL **: directory_load_schema: assertion
`path != NULL' failed

when expanding apps it immediately crashes with a memory access error

** Affects: d-conf (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  dconf-editor crashes when opening apps

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


[Bug 713537] Re: outdated package

2011-02-05 Thread dino99


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

Title:
  outdated package

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


[Bug 713537] [NEW] outdated package

2011-02-05 Thread dino99
Public bug reported:

Binary package hint: bleachbit

natty i386 a2 updated

the package into: lucid, maverick, natty is outdated; the latest stable
is 0.8.6 and the repo still have 0.8.0, please update.

http://bleachbit.sourceforge.net/download/linux

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: bleachbit 0.8.0-1
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic-pae 2.6.38-rc2
Uname: Linux 2.6.38-1-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Feb  5 09:31:39 2011
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fr_FR:fr:en_GB:en
 LANG=fr_FR.UTF-8
 LC_MESSAGES=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: bleachbit

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


** Tags: apport-bug i386 natty

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

Title:
  outdated package

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


[Bug 713545] [NEW] Crash of Unity / Compiz : dock and panel disappear - HD5770

2011-02-05 Thread Valeryan_24
Public bug reported:

Binary package hint: unity

Hello,

Fresh install of Ubuntu Natty 11.04 alpha2 64 bits.

First time that Unity works with opensource drivers and graphic card ATI
Radeon HD5770 (with last Linux Kernel, XOrg and Mesa).

Usually goes well but often, without a particular and repetable action,
Unity and / or Compiz crashes : top panel and left dock completely
disappear.

Sometimes all computer gets freezed, other times like here remaining is
still usable.

Bug report with Ubuntu-bug Unity joined.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.4.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
Architecture: amd64
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Sat Feb  5 09:40:57 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:   Subsystem: Hightech Information System Ltd. Device [1787:2288]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110202)
InstallationMedia_: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110202)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 LANGUAGE=fr_FR:fr:en_GB:en
 LANG=fr_FR.UTF-8
 LC_MESSAGES=fr_FR.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=24f8725b-363f-4e83-a0d1-628b4e3fb4d2 ro quiet splash vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
SourcePackage: unity
dmi.bios.date: 08/20/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.60
dmi.board.name: P55 Pro
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.60:bd08/20/2010:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnP55Pro:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.2.1+glibmainloop4-0ubuntu9
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu4

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


** Tags: amd64 apport-bug natty running-unity ubuntu

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

Title:
  Crash of Unity / Compiz : dock and panel disappear - HD5770

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


[Bug 713545] Re: Crash of Unity / Compiz : dock and panel disappear - HD5770

2011-02-05 Thread Valeryan_24


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

Title:
  Crash of Unity / Compiz : dock and panel disappear - HD5770

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


[Bug 713537] Re: outdated package

2011-02-05 Thread dino99
trying to install the maverick deb package fail due to:

Lintian check results for /home/oem/downl/bleachbit_0.8.7-1_all_ubuntu1010.deb:
E: bleachbit: no-copyright-file

but gdebi accept to install it.

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

Title:
  outdated package

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


[Bug 595448] Re: Slow boot caused by SATA controller reset

2011-02-05 Thread Chris Declama
Just out of curiosity, does everyone with the problem have a dual
screen?

I re-installed and carefully installed updates until I got setting up my
second monitor. I made a backup of xorg.config in my etc/X11 directory.
Then, I configured my xorg.conf file by running 'sudo nvidia-settings'
in the terminal. Upon reboot, I got the too many connections error. I
was able to sign in, revert to the backed up xorg.conf, reboot and all
is well.

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

Title:
  Slow boot caused by SATA controller reset

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


[Bug 705563] Re: empathy telepathy-gabble takes whole processor

2011-02-05 Thread Xavier Lucas
I'm afraid I don't think so. I'm just working on my computer, or
chatting, whatever, and suddenly the fan of the computer switches on, I
check the current processes and there's this telepathy-gabble with 100%
CPU usage.

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

Title:
  empathy telepathy-gabble takes whole processor

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


[Bug 682680] Re: New upstream release, gearmand 0.14

2011-02-05 Thread Stig Sandbeck Mathisen
I've made mod-gearman packages from 0.14, available at
http://people.debian.org/~ssm/debs/unstable/source/

I added one IPv6 fix to debian/patches, from
https://bugs.launchpad.net/gearmand/+bug/635476 (A struct sockaddr isn't
big enough to hold an ipv6 address)

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

Title:
  New upstream release, gearmand 0.14

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


[Bug 709380] Re: compiz crashed with SIGSEGV in sn_monitor_context_ref()

2011-02-05 Thread arslan
compiz crashed in my system as well DELL Optiplex GX270 desktop. i downloaded 
Alpha2 yesterday but it seems it has a lot of bugs at the moment.
when i restarted compiz it again crashed

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

Title:
  compiz crashed with SIGSEGV in sn_monitor_context_ref()

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


[Bug 653797] Re: Default-with-Skype emoticon theme broken

2011-02-05 Thread Bug Watch Updater
** Changed in: pidgin
   Status: Unknown = Fix Released

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

Title:
  Default-with-Skype emoticon theme broken

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


[Bug 713551] [NEW] Xorg freeze; system locks and accepts no input, keyboard lights go out when key is touched

2011-02-05 Thread Thomas A. F. Thorne
Public bug reported:

Binary package hint: xorg

I have a rather old machine running a MythTV backend using a WinTV NOVA
T USB2 (93000 Rev B8A2) and it seems that randomly the system will lock
up completely.  I have done my best to work out if the freeze occurs
when recording or performing some function of the mythtv-backend but
based on the logs it seems that it can occur during a recording, during
a database update or when there is no activity at all.

I do have BOINC installed and running but disabling that so it does not
run at startup didn't seem to stop the problem; as the freeze occurs
randomly every few days I had to wait about a week but the system did
lock up without BOINC running at all.  My next fiddle was to change the
priority of the mythtvbackend process to be -3; this seemed to reduce
the frequency of the freeze occurring but it may have been psychological
as the occurance rate is so drawn out anyway.

One thing which triggered a freeze was using the ubuntu-bug program,
before the report that I am using to make this bug entry the system
froze while ubuntu-bug was off collecting information about the problem.
Again the mythtvbackend was running so I cannot discount this just being
coincidence.

Another symptom, which may just be how the thing works, is that the NOVA
T USB2 strays in warm mode during the crash and if I use the PC's
reset button to restart the system.  When the system comes up like this
the NOVA T is unresponsive and the red light on the from of it remains
lit.  If I power down the machine or pull the USB cord out from the NOVA
T then plug it back in after several seconds while the bios boot splash
screen is going then the red LED extinguishes and the device works fine
once Ubuntu has booted.

This is all a little scattered and probably unhelpful but I have tried
to hunt down answers to this problem myself and have run out of ideas
what to do next.  Please do let me know if there are any further
diagnostics that may be helpful.

lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
CheckboxSubmission: 5d0602330b5d44cd5ded7b4846756bb0
CheckboxSystem: daed2f3d6643b4a84b4520a2427f8c2b
Date: Sat Feb  5 08:45:59 2011
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-28-generic 
root=UUID=f8cbb2f7-5b7c-46db-94bc-1802d312a175 ro quiet splash
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
dmi.bios.date: 08/16/2004
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: MS-6570E
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd08/16/2004:svn:pn:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-6570E:rvr:cvn:ct3:cvr:
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-28-generic

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


** Tags: apport-bug freeze i386 lucid

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

Title:
  Xorg freeze; system locks and accepts no input, keyboard lights go out
  when key is touched

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


[Bug 713551] Re: Xorg freeze; system locks and accepts no input, keyboar lights go out when key is touched

2011-02-05 Thread Thomas A. F. Thorne

** Summary changed:

- Xorg freeze; system locks and accepts no input, keyboar lights go out when 
key is touched
+ Xorg freeze; system locks and accepts no input, keyboard lights go out when 
key is touched

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

Title:
  Xorg freeze; system locks and accepts no input, keyboard lights go out
  when key is touched

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


[Bug 713550] [NEW] WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish 0x80/0x90()

2011-02-05 Thread azadnikarthil
Public bug reported:


ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  azad   1648 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd670 irq 22'
   Mixer name   : 'Intel G45 DEVCTG'
   Components   : 'HDA:10ec0888,10250260,00100202 
HDA:11c11040,10250260,00100200 HDA:80862802,80860101,0010'
   Controls  : 29
   Simple ctrls  : 15
Date: Sat Feb  5 14:35:07 2011
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=5d25d6fc-090a-4a1e-a788-40ffd799c330
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: Acer Aspire 4736Z
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=99a18b05-d89e-41c2-bf8d-5533b41e05ca ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
Uname: Linux 2.6.31-14-generic i686
dmi.bios.date: 01/18/2010
dmi.bios.vendor: Acer
dmi.bios.version: V2.08
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Aspire 4736Z
dmi.board.vendor: Acer
dmi.board.version: V2.08
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V2.08
dmi.modalias: 
dmi:bvnAcer:bvrV2.08:bd01/18/2010:svnAcer:pnAspire4736Z:pvrV2.08:rvnAcer:rnAspire4736Z:rvrV2.08:cvnAcer:ct10:cvrV2.08:
dmi.product.name: Aspire 4736Z
dmi.product.version: V2.08
dmi.sys.vendor: Acer

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


** Tags: apport-kerneloops i386 kernel-oops

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

Title:
  WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52
  suspend_test_finish 0x80/0x90()

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


[Bug 713550] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish 0x80/0x90()

2011-02-05 Thread azadnikarthil


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

Title:
  WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52
  suspend_test_finish 0x80/0x90()

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


[Bug 710133] Re: Alsa does not recognize Realtek ACL1200 5.1 sound

2011-02-05 Thread Kornel Nagy
  As I have mentioned, this is an MSI GX 720 laptop. By default it is equipped 
with 4.1 internal sound speakers. There are four jacks at the right side. I 
think, by reading the manual, that is the default setup and the 4 jacks can be 
used for 5.1 and 7.1 sound as well. The windows driver automatically detects if 
something is plugged to the jacks and based on the order it start to use it.
The manual gives the following order (from left to right order):
1 - green jack plug - FR/FL
2 - empty - N/A
3 - black jack plug - RR/RL
4 - yellow jack plug - SUB/CEN
It is OK, that did not use 5.1 by default, but why the 4.1 is not detected? Big 
question.
I might need to update the BIOS to get it. (I would hate to do that.) By the 
way, it was correctly detected before 9.10. Since that, I always had a problem.

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

Title:
  Alsa does not recognize Realtek ACL1200 5.1 sound

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


[Bug 713529] Re: package batman-adv-dkms 0.2-5 failed to install/upgrade: batman-adv kernel module failed to build

2011-02-05 Thread Sven Eckelmann
Please try http://packages.debian.org/experimental/all/batman-adv-
dkms/download

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

Title:
  package batman-adv-dkms 0.2-5 failed to install/upgrade: batman-adv
  kernel module failed to build

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


[Bug 584980] Re: Please merge dietlibc 0.32-5 (universe) from Debian unstable (main)

2011-02-05 Thread Stefano Rivera
 I think the merging from sid is an independent task from armel FTBFS
or runtime problems.

Sounds good. As to the dietlibc binary package, I'd follow Debian as I
don't know any better...

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

Title:
  Please merge dietlibc 0.32-5 (universe) from Debian unstable (main)

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


[Bug 428570] Re: Default grub2 configuration won't boot through to default OS

2011-02-05 Thread Jacob Nielsen
 [...] I'm wondering if you had read this:
 http://ubuntuforums.org/showthread.php?t=1312798highlight=grub

From that thread (#7):

 After a forced shutdown (power loss) Grub waits at the menu ignoring the 
 timeout options, some sort of 
 do you want recovery or normal boot?

My headless server was just bit by this. It's running 10.10 server x86, but has 
been upgraded through 3 releases.
The default/grub settings are identical to those listed first in the original 
report, except for GRUB_TIMEOUT=3.

As an incentive to get this fixed :-P here are pictures taken just
before new year's, of an Arriva information kiosk probably having the
same problem...

http://tullinup.dk/temp/2.jpg
http://tullinup.dk/temp/1.jpg

Nice to know they are using Ubuntu, though.

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

Title:
  Default grub2 configuration won't boot through to default OS

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


[Bug 380126] Re: [Karmic] Touchpad not recognised correctly, synaptics driver not in use

2011-02-05 Thread Dmitry Balabolin
** Tags added: verification-done-lucid
** Tags removed: verification-needed-lucid

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

Title:
  [Karmic] Touchpad not recognised correctly, synaptics driver not in
  use

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


[Bug 713440] Re: screen corruption when using xterm

2011-02-05 Thread Tormod Volden
This got a but confusing. Above commit is /after/ the natty snapshot. I
think the commit was meant to solve a similar issue as the original
problem (which is intermittent and I can not reproduce it now, maybe
triggered by the previously running or crashing compiz) but introduced
more steady corruption, which was what I saw while bisecting.

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

Title:
  screen corruption when using xterm

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


[Bug 711390] Re: package preview-latex-style 11.85-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-02-05 Thread era
*** This bug is a duplicate of bug 512096 ***
https://bugs.launchpad.net/bugs/512096

Quoting the attached DpkgTerminalLog.txt:
 dpkg (subprocess): unable to execute installed post-installation script: Exec 
 format error
 dpkg: error processing libproj0 (--configure):
  subprocess installed post-installation script returned error exit status 2
 dpkg: dependency problems prevent configuration of pdl:
  pdl depends on libproj0; however:
   Package libproj0 is not configured yet.
 dpkg: error processing pdl (--configure):
  dependency problems - leaving unconfigured
 Setting up preview-latex-style (11.85-1ubuntu1) ...
 dpkg (subprocess): unable to execute installed post-installation script: Exec 
 format error
 dpkg: error processing preview-latex-style (--configure):
  subprocess installed post-installation script returned error exit status 2
 Setting up python-foolscap (0.5.1+dfsg-0ubuntu1) ...
 dpkg (subprocess): unable to execute installed post-installation script: Exec 
 format error
 dpkg: error processing python-foolscap (--configure):
  subprocess installed post-installation script returned error exit status 2

This appears to be a problem in dpkg, the Debian/Ubuntu package manager,
not a bug in any particular package it installs.  Reassigning
accordingly.  Basically, you should be able to solve this by
reinstalling the packages which failed to install.  At a terminal
prompt, something like sudo apt-get -f install should do the trick, or
at least offer advice for how to proceed.

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

Title:
  package preview-latex-style 11.85-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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


[Bug 711390] Re: package preview-latex-style 11.85-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-02-05 Thread era
*** This bug is a duplicate of bug 512096 ***
https://bugs.launchpad.net/bugs/512096

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

** This bug has been marked a duplicate of bug 512096
   [MASTER] Exec format error : package failed to install/remove : 
installation/removal script returned error exit status 2
 * You can subscribe to bug 512096 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/512096/+subscribe

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

Title:
  package preview-latex-style 11.85-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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


[Bug 713554] [NEW] no keymap loaded on X11 (11.04)

2011-02-05 Thread Christophe Narbonne
Public bug reported:

I have some problem with my keyboard.
At the install phase of 11.04 alpha2 I got a popup window to allow me to skip 
keyborad layout config.
Now I have no keymap on gdm, only the mouse works.
ctrl+alt+F1 is not handled except if I use alt+screenshot+r before.
the visual keyboard on gdm shows ? instead of usual keys.

`loadkeys fr` retruns an error about $sun*** keyboard layout not available (I 
don't remember the exact message)
(my admin user password was containing caracters which are not on the qwerty 
layout so I had to boot in recovery mode)

export DISPLAY=:0.0
setxkbmap fr
don't works either.

I arrived to get it partially works in startx by opening gnome-keyboard-
properties and specified that I use a french keyboard instead of a USA's
one and since, root launched X servers don't have this problem
anymore... How to fix this on gdm and on my admin user?

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 11.04 alpha2

** Description changed:

  I have some problem with my keyboard.
  At the install phase of 11.04 alpha2 I got a popup window to allow me to skip 
keyborad layout config.
  Now I have no keymap on gdm, only the mouse works.
  ctrl+alt+F1 is not handled except if I use alt+screenshot+r before.
  the visual keyboard on gdm shows ? instead of usual keys.
  
- `loadkeys fr` retruns an error
+ `loadkeys fr` retruns an error about $sun*** keyboard layout not available (I 
don't remember the exact message)
  (my admin user password was containing caracters which are not on the qwerty 
layout so I had to boot in recovery mode)
  
  export DISPLAY=:0.0
  setxkbmap fr
  don't works either.
  
  I arrived to get it partially works in startx by opening gnome-keyboard-
  properties and specified that I use a french keyboard instead of a USA's
  one and since, root launched X servers don't have this problem
  anymore... How to fix this on gdm and on my admin user?

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

Title:
  no keymap loaded on X11 (11.04)

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


[Bug 713556] [NEW] Sharkoon Fireglider mouse is wrongly detected as a joystick

2011-02-05 Thread Kazade
Public bug reported:

Binary package hint: xserver-xorg-input-evdev

I've been programming a game in SDL and I was surprised that SDL was
reporting that 1 joystick was connected when there were none. SDL
provides the name as A4Tech USB Full Speed. ls /dev/input shows one
joystick connected:

by-idevent0  event2  event4  event6  event8  micemouse1
by-path  event1  event3  event5  event7  js0 mouse0

lsusb shows my mouse as:

Bus 003 Device 003: ID 09da:8090 A4 Tech Co., Ltd

Unplugging the mouse makes /dev/input/js0 disappear.

** Affects: xserver-xorg-input-evdev (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sharkoon Fireglider mouse is wrongly detected as a joystick

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


[Bug 661746] Re: Error in stream protocol: End of stream

2011-02-05 Thread Eamonn Sullivan
 What distribution do you use

Ubuntu 10.10

 what version of sbackup

0.11.3ubuntu1. Installed from the standard repositories.

 reproducible?

yes. Happens every time.

 do you run sbackup as superuser (root)

yes.

 are you able to open your backup destination using Nautilus/command
line?

Yes.

 Is this issue still valid?

Yes,

 At first glance, your specific error (Input/output error) looks like
an underlying problem to me (e.g. network connection) not directly
caused by sbackup.

I think you haven't read the report carefully enough. :) Sbackup works
on every other computer in the house (same network) and even on the
computer which is having the problem -- if I make sure the exclude file
doesn't get too big. It looks like it's either run into some size limit
or is timing out when building the exclude file. I think the
input/output error looks to me (I'm a *nix programmer for a living) like
a red herring. But, as I said earlier, you know more about it than I do.

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

Title:
  Error in stream protocol: End of stream

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


[Bug 713560] [NEW] package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Jk
Public bug reported:

Ubuntu 10.10, acer aspire 5734z

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Sat Feb  5 09:17:54 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu5 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1

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


** Tags: amd64 apport-package maverick

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

Title:
  package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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


[Bug 713560] Re: package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-05 Thread Jk


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

Title:
  package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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


[Bug 713558] [NEW] type 'exceptions.TypeError': 'dbus.Struct' object does not support item assignment

2011-02-05 Thread Voronwe
Public bug reported:

Binary package hint: aptdaemon

Trying to install Skype.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: aptdaemon 0.40+bzr541-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
Annotation: Installation of the package file failed
Architecture: amd64
Date: Sat Feb  5 10:47:39 2011
DesktopFile: /usr/share/aptdaemon/aptdaemon.desktop
ExecutablePath: /usr/sbin/aptd
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110202)
PackageArchitecture: all
SourcePackage: aptdaemon
Title: type 'exceptions.TypeError': 'dbus.Struct' object does not support 
item assignment
TransactionDepends: [[], [], [], [], [], [], []]
TransactionKwargs: {'path': 
dbus.String(u'/home/andrea/Scaricati/skype-ubuntu-intrepid_2.1.0.81-1_amd64.deb'),
 'force': dbus.Boolean(False)}
TransactionLocale: it_IT.UTF8
TransactionPackages: [[], [], [], [], [], []]
TransactionRole: role-install-file

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


** Tags: amd64 apport-crash natty

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

Title:
  type 'exceptions.TypeError': 'dbus.Struct' object does not support
  item assignment

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


[Bug 713558] Re: type 'exceptions.TypeError': 'dbus.Struct' object does not support item assignment

2011-02-05 Thread Voronwe


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

Title:
  type 'exceptions.TypeError': 'dbus.Struct' object does not support
  item assignment

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


[Bug 701561] Re: IBM ThinkPad X31 battery status not available

2011-02-05 Thread gbiddis
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: indicator-applet
  
  System: IBM ThinkPad X31
  
  On earlier versions of Ubuntu, a power/battery icon appeared in the
  panel. This provided an indication that the computer was either
  connected to the mains or a battery with a level indication of how much
  energy/time was left. In 10.04 LTS, this icon has been replaced with a
  lightning bolt icon (indicating it may be a desktop or running with no
  battery).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: indicator-applet-session 0.3.7-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
  Uname: Linux 2.6.32-27-generic i686
  Architecture: i386
  Date: Tue Jan 11 18:27:55 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: indicator-applet
+ 
+ 
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  gbiddis1122 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with AD1981B at irq 11'
+Mixer name : 'Analog Devices AD1981B'
+Components : 'AC97a:41445374'
+Controls  : 26
+Simple ctrls  : 18
+ DistroRelease: Ubuntu 10.04
+ HibernationDevice: RESUME=UUID=cf06e3fd-f37d-485b-bb30-5c6f776e8908
+ InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
+ MachineType: IBM 2672C8G
+ Package: linux (not installed)
+ PackageArchitecture: i386
+ PccardctlIdent:
+  Socket 0:
+no product info available
+  Socket 1:
+no product info available
+ PccardctlStatus:
+  Socket 0:
+no card
+  Socket 1:
+no card
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-28-generic 
root=UUID=1ed3ed8f-1412-4926-ab77-c20e1bcec577 ro quiet splash acpi=off
+ ProcEnviron:
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
+ Regression: No
+ RelatedPackageVersions: linux-firmware 1.34.3
+ Reproducible: Yes
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags: lucid lucid  needs-upstream-testing
+ Uname: Linux 2.6.32-28-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 09/22/2005
+ dmi.bios.vendor: IBM
+ dmi.bios.version: 1QET97WW (3.02 )
+ dmi.board.name: 2672C8G
+ dmi.board.vendor: IBM
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: IBM
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnIBM:bvr1QET97WW(3.02):bd09/22/2005:svnIBM:pn2672C8G:pvrThinkPadX31:rvnIBM:rn2672C8G:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
+ dmi.product.name: 2672C8G
+ dmi.product.version: ThinkPad X31
+ dmi.sys.vendor: IBM

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

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

Title:
  IBM ThinkPad X31 battery status not available

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

[Bug 701561] AplayDevices.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] ArecordDevices.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] BootDmesg.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] Card0.Amixer.values.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] Card0.Codecs.codec97.0.ac97.0.0.txt

2011-02-05 Thread gbiddis
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   
https://bugs.edge.launchpad.net/bugs/701561/+attachment/1831150/+files/Card0.Codecs.codec97.0.ac97.0.0.txt

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] Card0.Codecs.codec97.0.ac97.0.0.regs.txt

2011-02-05 Thread gbiddis
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
https://bugs.edge.launchpad.net/bugs/701561/+attachment/1831151/+files/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] CurrentDmesg.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] Dependencies.txt

2011-02-05 Thread gbiddis
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/701561/+attachment/1831153/+files/Dependencies.txt

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] IwConfig.txt

2011-02-05 Thread gbiddis
apport information

** Attachment added: IwConfig.txt
   
https://bugs.edge.launchpad.net/bugs/701561/+attachment/1831154/+files/IwConfig.txt

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] Lspci.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] Lsusb.txt

2011-02-05 Thread gbiddis
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/701561/+attachment/1831156/+files/Lsusb.txt

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] PciMultimedia.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] ProcCpuinfo.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] ProcInterrupts.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] ProcModules.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] UdevDb.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] UdevLog.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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


[Bug 701561] WifiSyslog.txt

2011-02-05 Thread gbiddis
apport information

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

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

Title:
  IBM ThinkPad X31 battery status not available

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