[Bug 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-01-09 Thread Martin Pitt
Accepted openssh into maverick-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

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

** Tags added: verification-needed

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

Title:
  upstart loses track of ssh daemon after reload ssh

-- 
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 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-01-09 Thread Martin Pitt
Accepted openssh into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

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

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

Title:
  upstart loses track of ssh daemon after reload ssh

-- 
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 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2011-01-09 Thread grolma
same problem for me for maverick x86 ( at both ends)

I think its to do with generating key and then replacing it

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

Title:
  ssh Agent admitted failure to sign using the key on big endian machines

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


[Bug 700741] [NEW] dovecot won't start during boot

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

Dovecot won't automatically start during boot.
In /var/log/mail.log the following messages are logged:

Jan  9 17:46:40 njord dovecot: bind(ip address, 993) failed: Cannot assign 
requested address
Jan  9 17:46:40 njord dovecot: Fatal: listen(ip address, 993) failed: Cannot 
assign requested address

I think this issue is related to the fact that I've specified specific
interfaces on which dovecot should listen in /etc/dovecot/dovecot.conf:

protocol imap {
   listen = 94.142.x.x:143, 192.168.x.x:143
   ssl_listen = 94.142.x.x:993,[2a02:898:x::x:0]:993, 192.168.x.x:993
}

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

-- 
dovecot won't start during boot
https://bugs.launchpad.net/bugs/700741
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to dovecot in ubuntu.

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


[Bug 700741] Re: dovecot won't start during boot

2011-01-09 Thread Robert Roth
** Package changed: ubuntu = dovecot (Ubuntu)

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

Title:
  dovecot won't start during boot

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


[Bug 700741] Re: dovecot won't start during boot

2011-01-09 Thread Jussi Jaurola
Hi!

Can you upload your /etc/network/interfaces-file? It might be that
network is not fully up before your dovecot starts, can you also run
sudo find /etc/rc* -name '*networking*' and sudo find /etc/rc* -name
'*dovecot*'

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

Title:
  dovecot won't start during boot

-- 
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 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-01-09 Thread Simon Déziel
I confirm that this bug is fixed on Lucid.

$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

$ apt-cache policy openssh-server
openssh-server:
  Installed: 1:5.3p1-3ubuntu5
  Candidate: 1:5.3p1-3ubuntu5
  Version table:
 *** 1:5.3p1-3ubuntu5 0
500 http://archive.ubuntu.com/ubuntu/ lucid-proposed/main Packages
100 /var/lib/dpkg/status
 1:5.3p1-3ubuntu4 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
 1:5.3p1-3ubuntu3 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages

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

Title:
  upstart loses track of ssh daemon after reload ssh

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


[Bug 700741] Re: dovecot won't start during boot

2011-01-09 Thread Leander Janssen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 94.142.x.x
netmask 255.255.255.240
network 94.142.x.0
broadcast 94.142.x.x
gateway 94.142.x.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 94.142.x.1
dns-search slaco.net

iface eth0 inet6 static
address 2a02:898:x::x:0
netmask 64
gateway 2a02:898:x::1

# The private network interface
auto eth1
iface eth1 inet static
address 192.168.x.x
netmask 255.255.255.0
network 192.168.x.0
broadcast 192.168.x.255

iface eth1 inet6 static
address 2a02:898:x:::x:0
netmask 64

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

Title:
  dovecot won't start during boot

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


[Bug 700741] Re: dovecot won't start during boot

2011-01-09 Thread Leander Janssen
sudo find /etc/rc* -name '*networking*'
/etc/rc0.d/S35networking
/etc/rc6.d/S35networking

sudo find /etc/rc* -name '*dovecot*'

no matches, as dovecot is started by upstart

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

Title:
  dovecot won't start during boot

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


[Bug 700741] Re: dovecot won't start during boot

2011-01-09 Thread Jussi Jaurola
** Changed in: dovecot (Ubuntu)
   Status: New = Incomplete

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

Title:
  dovecot won't start during boot

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


[Bug 700741] Re: dovecot won't start during boot

2011-01-09 Thread Jussi Jaurola
Hi,

Thank you. My mistake, I forgot that dovecot is moved to upstart, you
could alter dovecots upstart-script (/etc/init/dovecot.conf) to be like;

start on (started rc-sysinit and net-device-up IFACE=eth0)

to ensure that network is up before upstart tries to start postfix-
service. This is because it looks like now your server tries to start
dovecot while network is still not up.

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

Title:
  dovecot won't start during boot

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


[Bug 700741] Re: dovecot won't start during boot

2011-01-09 Thread Leander Janssen
I've tried your suggestion, but that doesn't seem to help.
Dovecot is not started during boot and I see the same failed: Cannot assign 
requested address messages in mail.log

I've pasted part of the /etc/init/dovecot.conf

# dovecot - pop3/imap mail server
#
# Dovecot is a mail server whose major goals are security and extreme reliabilit
y.

description dovecot - pop3/imap mail server

#start on started rc-sysinit
start on (started rc-sysinit and net-device-up IFACE=eth0)
stop on runlevel [!2345]

pre-start script
test -x /usr/sbin/dovecot || { stop ; exit 0; }
test -r /etc/dovecot/dovecot.conf || { stop ; exit 0; }

snip

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

Title:
  dovecot won't start during boot

-- 
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 666180] Re: KVM does not boot Ubuntu i386 10.04 minimal server images

2011-01-09 Thread nutznboltz
@Philippe Gauthier

I tried getting rid of libvirt and invoking qemu directly but that did
not help.

All of these fail the same way:

qemu -M pc -hda /img/lenny-vol.img -m 1024 -cdrom
/iso/debian-507-i386-netinst.iso -net nic,vlan=0 -net
user,vlan=0,hostname=emu -monitor pty -boot d

qemu -M pc -hda /img/lenny-vol.img -m 1024 -cdrom
/iso/debian-507-i386-netinst.iso -cpu qemu32 -net nic,vlan=0 -net
user,vlan=0,hostname=emu -monitor pty -boot d

qemu -M pc -hda /img/lenny-vol.img -m 1024 -cdrom
/iso/debian-507-i386-netinst.iso -enable-kvm -net nic,vlan=0 -net
user,vlan=0,hostname=emu -monitor pty -boot d

qemu -M pc -hda /img/lenny-vol.img -m 1024 -cdrom
/iso/debian-507-i386-netinst.iso -enable-kvm -cpu qemu32 -net nic,vlan=0
-net user,vlan=0,hostname=emu -monitor pty -boot d

Attempting to boot Debian 5 32-bit guest gets as far as
Decompressing Linux... Parsing ELF... done.
Booting the kernel
Then nothing.  The kvm process spins the CPU 100% on the host.

Details:

$ uname -a
Linux lakshmi 2.6.35-24-generic-pae #42-Ubuntu SMP Thu Dec 2 03:21:31 UTC 2010 
i686 GNU/Linux
$ lsb_release -a
LSB Version:
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick
$ dpkg -S /usr/bin/kvm
qemu-kvm: /usr/bin/kvm
$ dpkg -l qemu-kvm | cat
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   
Description
+++-=-=-==
ii  qemu-kvm  0.12.5+noroms-0ubuntu7.1  
Full virtualization on i386 and amd64 hardware
$ ls -l /usr/bin/kvm
lrwxrwxrwx 1 root root 18 2011-01-09 09:54 /usr/bin/kvm - qemu-system-x86_64
$

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

Title:
  KVM does not boot Ubuntu i386 10.04 minimal server images

-- 
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 700812] [NEW] dpkg-reconfigure slapd doesn't ask for domain or admin pasword

2011-01-09 Thread Enrique
Public bug reported:


  I tried to configure a OpenLDAP server using the instructions in 
https://help.ubuntu.com/community/OpenLDAPServer.
 However, it seems that debconf doesn't ask anymore for the domain and admin 
password. These makes it harder to configure properly the server.
 Also, it would be very useful if the wiki page is updated.

 I am using Ubuntu Server 10.04.1.

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

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

Title:
  dpkg-reconfigure slapd doesn't ask for domain or admin pasword

-- 
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 666180] Re: KVM does not boot Ubuntu i386 10.04 minimal server images

2011-01-09 Thread Philippe Gauthier
@nutznboltz : I tried and failed to reproduce the bug you are
describing. Also this bug report is about when an system update causes
virtualization to fail. If this does not apply to your situation, I
encourage you to open a new bug report. because there is a high
probability that the cause of the problem is different. Thanks!

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

Title:
  KVM does not boot Ubuntu i386 10.04 minimal server images

-- 
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 666180] Re: KVM does not boot Ubuntu i386 10.04 minimal server images

2011-01-09 Thread SqUe
@Philippe Gauthier : Is it for sure a bug after upgrade? As there isnt
anyone here saying that creating a fresh (host) installation solves the
problem.

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

Title:
  KVM does not boot Ubuntu i386 10.04 minimal server images

-- 
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 666180] Re: KVM does not boot Ubuntu i386 10.04 minimal server images

2011-01-09 Thread Philippe Gauthier
You are right. I was implying that libvirt in 10.10 would create proper
configuration files and not have this bug, but I didn't verify that. The
only thing that I could verify is that some images (32-bit guests) that
used to work with /usr/bin/kvm in 10.04 stopped working in 10.10. In my
case, replacing /usr/bin/kvm (which points to /usr/bin/qemu-system-
x86_64) by /usr/bin/qemu fixed the problem.

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

Title:
  KVM does not boot Ubuntu i386 10.04 minimal server images

-- 
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 700846] [NEW] Samba install makes wireless flake (deconnect / stutter)

2011-01-09 Thread Findarato
Public bug reported:

Binary package hint: samba

Distribution : Ubuntu 10.10 64 bit
 
Concerned packges :

- libpam-smbpass (2:3.5.4~dfsg-1ubuntu8.1)
- samba (2:3.5.4~dfsg-1ubuntu8.1)

This was done automatically because I wanted to activate file-sharing
through my laptop.

However, directly after this got installed, I experienced issues with my 
Wireless. The issues had the following symptoms : 
- Losing the connection at random, disconnecting
- Not wanted to reconnect, even though it finds the wireless network
- When connected, stuttering connection, as if not all packets were going 
through. Some pages I had to refresh 2-3x before they actually loaded.

It took me 2 days before I remembered I installed these packets and they
might have something to do with it. So I went to Synaptic, looked at my
History and found these two packages indeed were the only thing I had
installed in the last few days so I went on and uninstalled them.

Uninstalling these packets definately solved the issues for me.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: samba (not installed)
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Sun Jan  9 23:21:22 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
NmbdLog:
 
OtherFailedconnect: Yes
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SambaServerRegression: No
SmbConfInclude: Yes
SmbLog:
 
SourcePackage: samba

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


** Tags: amd64 apport-bug maverick

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

Title:
  Samba install makes wireless flake (deconnect / stutter)

-- 
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 700846] Re: Samba install makes wireless flake (deconnect / stutter)

2011-01-09 Thread Findarato


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

Title:
  Samba install makes wireless flake (deconnect / stutter)

-- 
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 700850] [NEW] package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-09 Thread LOUIS Fritzer
Public bug reported:

etting up mysql-client-5.0 (5.1.30really5.0.83-0ubuntu3) ...
Setting up mysql-server-core-5.0 (5.1.30really5.0.83-0ubuntu3) ...
Setting up mysql-server-5.0 (5.1.30really5.0.83-0ubuntu3) ...
 * Stopping MySQL database server mysqld
  [ OK ] 
110109 18:38:00 [Warning] Can't create test file 
/var/lib/mysql/newsUbuntu.lower-test
110109 18:38:00 [Warning] Can't create test file 
/var/lib/mysql/newsUbuntu.lower-test
110109 18:38:00 [ERROR] /usr/sbin/mysqld: Can't find file: './mysql/user.frm' 
(errno: 13)
110109 18:38:00 [ERROR] /usr/sbin/mysqld: Can't find file: './mysql/user.frm' 
(errno: 13)
ERROR: 1017  Can't find file: './mysql/user.frm' (errno: 13)
110109 18:38:00 [ERROR] Aborting

110109 18:38:00 [Note] /usr/sbin/mysqld: Shutdown complete

 * Starting MySQL database server mysqld
  [fail] 
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing mysql-server-5.0 (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libhtml-template-perl (2.9-1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 mysql-server-5.0
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
Architecture: i386
Date: Sun Jan  9 18:20:53 2011
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.2)
Package: mysql-server-5.0 (not installed)
ProcVersionSignature: Ubuntu 2.6.31-22.70-generic
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
Uname: Linux 2.6.31-22-generic i686

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


** Tags: apport-package i386

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

Title:
  package mysql-server-5.0 (not installed) 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 700850] Re: package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-09 Thread LOUIS Fritzer


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

Title:
  package mysql-server-5.0 (not installed) 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 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-01-09 Thread Martin Pitt
** Tags added: verification-done

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

Title:
  upstart loses track of ssh daemon after reload ssh

-- 
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 673445] Re: USE_VIRTIO_DISK config option ignored for EBS volumes

2011-01-09 Thread Launchpad Bug Tracker
[Expired for eucalyptus (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  USE_VIRTIO_DISK config option ignored for EBS volumes

-- 
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 673387] Re: package bacula-director-mysql 5 .0.1-1ubuntu1 failed to install/upgrade: サ ブプロセス installed post-installatio n script はエラー終了ステータス 1 を返しました

2011-01-09 Thread Launchpad Bug Tracker
[Expired for bacula (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
サブプロセス installed post-installation script はエラー終了ステータス 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 699967] Re: Empty list of plugins/services with hostname containing uppercase letters

2011-01-09 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/699967

Title:
  Empty list of plugins/services with hostname containing uppercase letters

-- 
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 602540] Re: ldapadduser adds the user and hangs

2011-01-09 Thread Bug Watch Updater
** Changed in: ldapscripts (Debian)
   Status: New = Fix Released

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

Title:
  ldapadduser adds the user and hangs

-- 
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 688085] Re: Guest kernel hang during boot when KVM is active on i386 host

2011-01-09 Thread Bug Watch Updater
Launchpad has imported 7 comments from the remote bug at
http://bugs.meego.com/show_bug.cgi?id=10075.

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


On 2010-11-16T01:36:48+00:00 Muralidharan-jayavelu wrote:

BUILD IMAGE(meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime):

HARDWARE MODEL (on what HW this bug is uncovered):

BUG DETAILED DESCRIPTIONS
===
Trying to install and launch QEMU for handset by following instructions using 
the below link.
http://wiki.meego.com/SDK/Docs1.1 Configuring_QEMU_runtimes

After installation, trying to poweron the emulator using 'mad remote -r
meego-handset-ia32-qemu-1.1.20101031.2201-sda-runtime poweron'. QEMU
launches and stuck up in the boot mode.


EXPECTED OUTCOME:
===
QEMU should launch successfully and should show the home screen of meego 
handset.

ACTUAL OUTCOME:
===
QEMU is stuck up in the boot mode, showing messages like,
 Starting SeaBIOS (version  )
 gPXE .
 
 Booting from hard disk 
 

USER IMPACT:
===
Unable to use QEMU emulator for development.

OTHER COMMENTS:
===
Using Meego SDK in Ubuntu 10.10.

Reply at: https://bugs.launchpad.net/meego/+bug/688085/comments/0


On 2010-11-20T04:54:03+00:00 Fathi-boudra wrote:

Please, specify target build and set the status to accepted if you
work on the issue.

Reply at: https://bugs.launchpad.net/meego/+bug/688085/comments/1


On 2010-12-16T03:50:08+00:00 Zhiyuan-lv wrote:

*** Bug 11378 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/meego/+bug/688085/comments/4


On 2010-12-16T03:51:39+00:00 Zhiyuan-lv wrote:

Copied from #11271 and #11378

Some findings of the QEMU-KVM issue on Ubuntu 10.10.

The QEMU-KVM hung during booting up meego-netbook kernel. The netbook kernel is
2.6.35 with some Intel patches. I did below test:

QEMU:
1, qemugl in MeeGo 1.1 SDK, which version is 0.12.4
2, qemu installed from Ubuntu 10.10 repo, which version is 0.12.5

Kernel:
a, handset netbook kernel in MeeGo 1.1 release, major version is 2.6.35
b, Ubuntu 10.10 kernel, major version is 2.6.35

Result   
1 to boot a FAIL
1 to boot b SUCCESS
2 to boot a FAIL
2 to boot b SUCCESS

So the problem is quite like that MeeGo kernel has something special which
cannot work well with the KVM in Ubuntu 10.10 host kernel.

Reply at: https://bugs.launchpad.net/meego/+bug/688085/comments/5


On 2010-12-20T21:30:01+00:00 Zhiyuan-lv wrote:

With gdb to debug kernel running inside QEMU, it could be seen that QEMU
hangs at below inline asm code:


kernel-netbook-2.6.35.3/linux-2.6.35/arch/x86/include/asm/cmpxchg_32.h

static inline void set_64bit(volatile u64 *ptr, u64 value)
{
u32 low  = value;
u32 high = value  32;
u64 prev = *ptr;

asm volatile(\n1:\t
 LOCK_PREFIX cmpxchg8b %0\n\t
 jnz 1b
 : =m (*ptr), +A (prev)
 : b (low), c (high)
 : memory);
..
}

The trace is as below:
#0  0xc1742bd9 in set_64bit () at 
/home/abuild/rpmbuild/BUILD/kernel-netbook-2.6.35.3/linux-2.6.35/arch/x86/include/asm/cmpxchg_32.h:74
#1  native_set_pmd () at 
/home/abuild/rpmbuild/BUILD/kernel-netbook-2.6.35.3/linux-2.6.35/arch/x86/include/asm/pgtable-3level.h:41
#2  pmd_populate_kernel () at 
/home/abuild/rpmbuild/BUILD/kernel-netbook-2.6.35.3/linux-2.6.35/arch/x86/include/asm/pgalloc.h:66
#3  early_ioremap_init () at arch/x86/mm/ioremap.c:382
#4  0xc173518c in ?? ()
#5  0xc1733545 in start_kernel () at init/main.c:573
#6  0xc17330ca in i386_start_kernel () at arch/x86/kernel/head32.c:72
#7  0x in ?? ()

Reply at: https://bugs.launchpad.net/meego/+bug/688085/comments/6


On 2010-12-26T05:05:07+00:00 Zhiyuan-lv wrote:

Update some more investigation result.

The KVM (in 2.6.35.23 linux kernel on Ubuntu 10.10) seems to hang in
__vcpu_run() in arch/x86/kvm/x86.c. When the client OS is running above
instruction, KVM goes into dead loop in __vcpu_run(), because the
vcpu_enter_guest () always returns 1.

The scenario seems to be as follow: The instruction triggered page fault
to exit kvm guest, and then kvm_mmu_page_fault was called to handle
the exception. The function returns non-zero value to let instruction be
run 

[Bug 117727] Re: cifs mounts: unable to move dangling symlinks (case of svn ceckout with symlinks)

2011-01-09 Thread Bug Watch Updater
** Changed in: samba
   Status: In Progress = Fix Released

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

Title:
  cifs mounts: unable to move dangling symlinks (case of svn ceckout with 
symlinks)

-- 
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 700578] [NEW] package gnome-user-guide-gu (not installed) failed to install/upgrade: trying to overwrite '/usr/share/omf/gnome-access-guide/gnome-access-guide-C.omf', which is also in package gno

2011-01-09 Thread kenchan
Public bug reported:



ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: gnome-user-guide-gu (not installed)
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: Sun Jan  9 16:44:53 2011
ErrorMessage: trying to overwrite 
'/usr/share/omf/gnome-access-guide/gnome-access-guide-C.omf', which is also in 
package gnome-user-guide 0:2.30.0+git20100403ubuntu2
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: gnome-user-docs
Title: package gnome-user-guide-gu (not installed) failed to install/upgrade: 
trying to overwrite 
'/usr/share/omf/gnome-access-guide/gnome-access-guide-C.omf', which is also in 
package gnome-user-guide 0:2.30.0+git20100403ubuntu2

** Affects: gnome-user-docs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package 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/700578

Title:
  package gnome-user-guide-gu (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/omf/gnome-access-guide/gnome-access-guide-C.omf', 
which is also in package gnome-user-guide 0:2.30.0 git20100403ubuntu2

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


[Bug 700578] Re: package gnome-user-guide-gu (not installed) failed to install/upgrade: trying to overwrite '/usr/share/omf/gnome-access-guide/gnome-access-guide-C.omf', which is also in package gnome

2011-01-09 Thread kenchan


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

Title:
  package gnome-user-guide-gu (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/omf/gnome-access-guide/gnome-access-guide-C.omf', 
which is also in package gnome-user-guide 0:2.30.0 git20100403ubuntu2

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


[Bug 700579] [NEW] [Realtek ALC269] Recording problem

2011-01-09 Thread cybermaxx
Public bug reported:

audio playback is OK but NOT recording

Asus EEE PC 1201N with realtek ALC269 (AZALIA AUDIO)
NVIDIA MCP 79
Ubuntu 10.10 Maverick

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: alsa-base 1.0.23+dfsg-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cybermaxx  20481 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xf9f78000 irq 20'
   Mixer name   : 'Nvidia MCP79/7A HDMI'
   Components   : 'HDA:10ec0269,104383ce,0014 
HDA:10de0007,10de0101,00100100'
   Controls  : 14
   Simple ctrls  : 7
Date: Sun Jan  9 02:49:29 2011
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
PackageArchitecture: all
ProcEnviron:
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SelectedCard: 0 NVidia HDA-Intel - HDA NVidia
SourcePackage: alsa-driver
Symptom: audio
Title: [Realtek ALC269] Recording problem
dmi.bios.date: 04/29/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0326
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1201N
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0326:bd04/29/2010:svnASUSTeKComputerINC.:pn1201N:pvrx.x:rvnASUSTeKComputerINC.:rn1201N:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1201N
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick ubuntu-une

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

Title:
  [Realtek ALC269] Recording problem

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


[Bug 700579] Re: [Realtek ALC269] Recording problem

2011-01-09 Thread cybermaxx


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

Title:
  [Realtek ALC269] Recording problem

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


[Bug 44058] Re: suspend when closing laptop lid doesn't work

2011-01-09 Thread Clara
hp compaq 6720s, ubuntu 10.04 LTS, kernel 2.6.32-27-generic #49-Ubuntu.
On power manager I have selected:
On ac power, when close lid : suspend
On battery power, when close lid: suspend

On ac power, when I close lid, nothing happens, computer still running
On battery power, when I close lid, computer suspends normally.
Now I have to suspend from command line: sudo pm-suspend, which works well

When I was on karmic koala 9.10, suspension worked both on ac and
battery power.

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

Title:
  suspend when closing laptop lid doesn't work

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


[Bug 655950] Re: Maverick ubiquity confusion w/ auto-resize option

2011-01-09 Thread Mike D
Just another victim
http://ubuntuforums.org/showthread.php?t=1662989page=2

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

Title:
  Maverick ubiquity confusion w/ auto-resize option

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


[Bug 687660] Re: Empty desktop after login

2011-01-09 Thread EricDHH
With today fresh packages i got the unity desktop back, but it stays
unusable. The menu panel is broken, menu items only blink when clicked
but the menu wont roll down.

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

Title:
  Empty desktop after login

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


[Bug 687660] Re: Empty desktop after login

2011-01-09 Thread EricDHH
The whole upper panel is affected, no plugin shows everything when
clicked. The menus are back in the programs now, only the program name
and the left menu name appears in the panel.

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

Title:
  Empty desktop after login

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


[Bug 700396] Re: jackd fails to get real-time scheduling

2011-01-09 Thread ailo
*** This bug is a duplicate of bug 690010 ***
https://bugs.launchpad.net/bugs/690010

** This bug has been marked a duplicate of bug 690010
   RT_GROUP_SCHED kernel option makes JACK and Rtkit unusable in Ubuntu Natty
 * You can subscribe to bug 690010 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/690010/+subscribe

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

Title:
  jackd fails to get real-time scheduling

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


[Bug 671851] Re: Totem causes raw EDID with MKV files

2011-01-09 Thread Reda Lazri (rAX)
Please mark this as invalid, as it was a graphics-related problem, sorry
for the disturbance.

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

Title:
  Totem causes raw EDID with MKV files

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


[Bug 387443] Re: LIRC killed or sees new usbdevice after suspend

2011-01-09 Thread Jarno Suni
If you use irxevent or irexec, their respective daemons are killed in 
conjunction with stopping lirc. To automatically re-run these I could only run 
DISPLAY=:0.0 su user -c irxevent --daemon  irexec --daemon
where user is your user name, in resume|thaw case after starting lirc daemon. 
I suppose it might not work well, if the user is not logged in or a different 
used the daemons.

** Attachment added: a script to put at /media/data/ubuntu/etc/pm/sleep.d
   
https://bugs.launchpad.net/hundredpapercuts/+bug/387443/+attachment/1788835/+files/00lirc

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

Title:
  LIRC killed or sees new usbdevice after suspend

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


[Bug 700584] [NEW] package libjboss-integration-java 5.0.3.GA-1 failed to install/upgrade: package libjboss-integration-java is already installed and configured

2011-01-09 Thread mlsankar
Public bug reported:

Binary package hint: libjboss-integration-java

not sure

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: libjboss-integration-java 5.0.3.GA-1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
AptOrdering:
 libjboss-managed-java: Install
 libjboss-integration-java: Configure
 libjboss-managed-java: Configure
Architecture: i386
Date: Sun Jan  9 02:54:39 2011
Dependencies:
 
ErrorMessage: package libjboss-integration-java is already installed and 
configured
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
PackageArchitecture: all
SourcePackage: libjboss-integration-java
Title: package libjboss-integration-java 5.0.3.GA-1 failed to install/upgrade: 
package libjboss-integration-java is already installed and configured

** Affects: libjboss-integration-java (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 maverick ubuntu-une

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

Title:
  package libjboss-integration-java 5.0.3.GA-1 failed to install/upgrade: 
package libjboss-integration-java is already installed and configured

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


[Bug 700584] Re: package libjboss-integration-java 5.0.3.GA-1 failed to install/upgrade: package libjboss-integration-java is already installed and configured

2011-01-09 Thread mlsankar


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

Title:
  package libjboss-integration-java 5.0.3.GA-1 failed to install/upgrade: 
package libjboss-integration-java is already installed and configured

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


[Bug 662365] Re: eeepc_wmi: Unknown key 88 pressed when pressing Fn+F2 on Asus EEE1005HA

2011-01-09 Thread Corentin Chary
First, please CC me for any eeepc-laptop/asus-laptop/eeepc-wmi
bugreport, because I wasn't aware of this issue until today.

 I'd be glad to fix this issue, but I don't have the hardware. Could
someone (with access to a 1000h) report the issue to platform-
driver-...@vger.kernel.org mailing list ? Maybe someone can help here.

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

Title:
  eeepc_wmi: Unknown key 88 pressed when pressing Fn+F2 on Asus EEE1005HA

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


[Bug 700584] Re: package libjboss-integration-java 5.0.3.GA-1 failed to install/upgrade: package libjboss-integration-java is already installed and configured

2011-01-09 Thread mlsankar
jboss is not started yet!

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

Title:
  package libjboss-integration-java 5.0.3.GA-1 failed to install/upgrade: 
package libjboss-integration-java is already installed and configured

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


[Bug 700587] [NEW] alsamixer and gnome-alsamixer does not save changes across reboots

2011-01-09 Thread Toi Classified
Public bug reported:

Binary package hint: gnome-alsamixer

- Open Gnome-alsamixer
- Change a few options (either by moving slider or using command line option 
e.g. amixer -c 0 sset 'Headphone' 5 80%, 20%
- Reboot system

Changes made are not seen once system boots up.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-alsamixer 0.9.7~cvs.20060916.ds.1-2
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sun Jan  9 09:54:47 2011
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-alsamixer

** Affects: gnome-alsamixer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick ubuntu-une

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

Title:
  alsamixer and gnome-alsamixer does not save changes across reboots

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


[Bug 700587] Re: alsamixer and gnome-alsamixer does not save changes across reboots

2011-01-09 Thread Toi Classified


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

Title:
  alsamixer and gnome-alsamixer does not save changes across reboots

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


[Bug 700489] Re: After several packages upgraded, getting radeon 0000:01:00.0: Disabling GPU acceleration

2011-01-09 Thread Maros
apport information

** Tags added: apport-collected

** Description changed:

  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04
  
  I upgraded several packages, since then I get these messages during boot 
process
  [   11.307241] [drm] radeon: ring at 0xD000
  [   11.464433] [drm:r100_ring_test] *ERROR* radeon: ring test failed 
(sracth(0x15E4)=0xCAFEDEAD)
  [   11.464475] [drm:r100_cp_init] *ERROR* radeon: cp isn't working (-22).
  [   11.464509] radeon :01:00.0: failled initializing CP (-22).
  [   11.464541] radeon :01:00.0: Disabling GPU acceleration
  
  I checked dmesg output from before upgrade, these messages did not happen, I 
used to have
  [   14.914232] [drm] radeon: ring at 0xD000
  [   14.930825] [drm] radeon: ib pool ready.
  [   15.142924] fb0: radeondrmfb frame buffer device
  [   15.142940] [drm] Initialized radeon 2.0.0 20080528 for :01:00.0 on 
minor 0
  
  
  Here is a list of packages that were upgraded. I did a search in Google and I 
found [drm:r100_ring_test] *ERROR* radeon: ring test failed 
(sracth(0x15E4)=0xCAFEDEAD) message in git-core discussion, but I was not able 
to follow, I am not a programmer.
  
  2011-01-07 07:19:14 upgrade fuse-utils 2.8.1-1.1ubuntu2 2.8.1-1.1ubuntu2.1
  2011-01-07 07:19:18 upgrade libfuse2 2.8.1-1.1ubuntu2 2.8.1-1.1ubuntu2.1
  2011-01-07 07:19:19 upgrade libevdocument2 2.30.3-0ubuntu1.1 2.30.3-0ubuntu1.2
  2011-01-07 07:19:21 upgrade libevview2 2.30.3-0ubuntu1.1 2.30.3-0ubuntu1.2
  2011-01-07 07:19:22 upgrade evince 2.30.3-0ubuntu1.1 2.30.3-0ubuntu1.2
  2011-01-07 07:19:31 upgrade evolution 2.28.3-0ubuntu10 2.28.3-0ubuntu10.2
  2011-01-07 07:19:39 upgrade evolution-common 2.28.3-0ubuntu10 
2.28.3-0ubuntu10.2
  2011-01-07 07:19:44 upgrade evolution-plugins 2.28.3-0ubuntu10 
2.28.3-0ubuntu10.2
  2011-01-07 07:19:45 upgrade gnome-system-tools 2.30.0-0ubuntu2 2.30.0-0ubuntu3
  2011-01-07 07:23:50 upgrade dpkg 1.15.5.6ubuntu4.4 1.15.5.6ubuntu4.5
  2011-01-07 07:23:58 upgrade ifupdown 0.6.8ubuntu29.1 0.6.8ubuntu29.2
  2011-01-07 07:24:00 upgrade dpkg-dev 1.15.5.6ubuntu4.4 1.15.5.6ubuntu4.5
  2011-01-07 07:24:02 upgrade git-core 1:1.7.0.4-1ubuntu0.1 1:1.7.0.4-1ubuntu0.2
  2011-01-07 07:24:04 upgrade python-django 1.1.1-2ubuntu1 1.1.1-2ubuntu1.2
  2011-01-07 07:24:08 upgrade apparmor 2.5.1-0ubuntu0.10.04.1 
2.5.1-0ubuntu0.10.04.2
  2011-01-07 07:24:10 upgrade libapparmor1 2.5.1-0ubuntu0.10.04.1 
2.5.1-0ubuntu0.10.04.2
  2011-01-07 07:24:11 upgrade libapparmor-perl 2.5.1-0ubuntu0.10.04.1 
2.5.1-0ubuntu0.10.04.2
  2011-01-07 07:24:12 upgrade apparmor-utils 2.5.1-0ubuntu0.10.04.1 
2.5.1-0ubuntu0.10.04.2
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  marian 1292 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
+ Card29.Amixer.info:
+  Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
+Mixer name : 'ThinkPad EC (unknown)'
+Components : ''
+Controls  : 2
+Simple ctrls  : 1
+ Card29.Amixer.values:
+  Simple mixer control 'Console',0
+Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
+Playback channels: Mono
+Limits: Playback 0 - 14
+Mono: Playback 0 [0%] [on]
+ DistroRelease: Ubuntu 10.04
+ HibernationDevice: RESUME=UUID=5b369ffd-1735-4c61-91ad-06cb7385e547
+ InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth0  no wireless extensions.
+  
+  irda0 no wireless extensions.
+ Lsusb:
+  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: IBM 237342G
+ Package: linux (not installed)
+ 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-27-generic 
root=UUID=34637c23-ca05-435a-8c0f-b7e8087d175b ro quiet splash
+ ProcEnviron:
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
+ Regression: No
+ RelatedPackageVersions: linux-firmware 1.34.1
+ Reproducible: Yes
+ RfKill:
+  0: tpacpi_bluetooth_sw: Bluetooth
+   Soft blocked: yes
+   Hard blocked: no
+ Tags: lucid graphics needs-upstream-testing
+ Uname: Linux 2.6.32-27-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 12/15/2003
+ 

[Bug 700489] AplayDevices.txt

2011-01-09 Thread Maros
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788837/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] ArecordDevices.txt

2011-01-09 Thread Maros
apport information

** Attachment added: ArecordDevices.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788838/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] BootDmesg.txt

2011-01-09 Thread Maros
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788839/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] Card0.Amixer.values.txt

2011-01-09 Thread Maros
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788840/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


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

2011-01-09 Thread Maros
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788841/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


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

2011-01-09 Thread Maros
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788842/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] CurrentDmesg.txt

2011-01-09 Thread Maros
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788843/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] Lspci.txt

2011-01-09 Thread Maros
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788844/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] PciMultimedia.txt

2011-01-09 Thread Maros
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788845/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] ProcCpuinfo.txt

2011-01-09 Thread Maros
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788846/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] ProcInterrupts.txt

2011-01-09 Thread Maros
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788847/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] ProcModules.txt

2011-01-09 Thread Maros
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788848/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] UdevDb.txt

2011-01-09 Thread Maros
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788849/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] UdevLog.txt

2011-01-09 Thread Maros
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788850/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] WifiSyslog.txt

2011-01-09 Thread Maros
apport information

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

** Description changed:

  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04
  
  I upgraded several packages, since then I get these messages during boot 
process
  [   11.307241] [drm] radeon: ring at 0xD000
  [   11.464433] [drm:r100_ring_test] *ERROR* radeon: ring test failed 
(sracth(0x15E4)=0xCAFEDEAD)
  [   11.464475] [drm:r100_cp_init] *ERROR* radeon: cp isn't working (-22).
  [   11.464509] radeon :01:00.0: failled initializing CP (-22).
  [   11.464541] radeon :01:00.0: Disabling GPU acceleration
  
  I checked dmesg output from before upgrade, these messages did not happen, I 
used to have
  [   14.914232] [drm] radeon: ring at 0xD000
  [   14.930825] [drm] radeon: ib pool ready.
  [   15.142924] fb0: radeondrmfb frame buffer device
  [   15.142940] [drm] Initialized radeon 2.0.0 20080528 for :01:00.0 on 
minor 0
  
  
  Here is a list of packages that were upgraded. I did a search in Google and I 
found [drm:r100_ring_test] *ERROR* radeon: ring test failed 
(sracth(0x15E4)=0xCAFEDEAD) message in git-core discussion, but I was not able 
to follow, I am not a programmer.
  
  2011-01-07 07:19:14 upgrade fuse-utils 2.8.1-1.1ubuntu2 2.8.1-1.1ubuntu2.1
  2011-01-07 07:19:18 upgrade libfuse2 2.8.1-1.1ubuntu2 2.8.1-1.1ubuntu2.1
  2011-01-07 07:19:19 upgrade libevdocument2 2.30.3-0ubuntu1.1 2.30.3-0ubuntu1.2
  2011-01-07 07:19:21 upgrade libevview2 2.30.3-0ubuntu1.1 2.30.3-0ubuntu1.2
  2011-01-07 07:19:22 upgrade evince 2.30.3-0ubuntu1.1 2.30.3-0ubuntu1.2
  2011-01-07 07:19:31 upgrade evolution 2.28.3-0ubuntu10 2.28.3-0ubuntu10.2
  2011-01-07 07:19:39 upgrade evolution-common 2.28.3-0ubuntu10 
2.28.3-0ubuntu10.2
  2011-01-07 07:19:44 upgrade evolution-plugins 2.28.3-0ubuntu10 
2.28.3-0ubuntu10.2
  2011-01-07 07:19:45 upgrade gnome-system-tools 2.30.0-0ubuntu2 2.30.0-0ubuntu3
  2011-01-07 07:23:50 upgrade dpkg 1.15.5.6ubuntu4.4 1.15.5.6ubuntu4.5
  2011-01-07 07:23:58 upgrade ifupdown 0.6.8ubuntu29.1 0.6.8ubuntu29.2
  2011-01-07 07:24:00 upgrade dpkg-dev 1.15.5.6ubuntu4.4 1.15.5.6ubuntu4.5
  2011-01-07 07:24:02 upgrade git-core 1:1.7.0.4-1ubuntu0.1 1:1.7.0.4-1ubuntu0.2
  2011-01-07 07:24:04 upgrade python-django 1.1.1-2ubuntu1 1.1.1-2ubuntu1.2
  2011-01-07 07:24:08 upgrade apparmor 2.5.1-0ubuntu0.10.04.1 
2.5.1-0ubuntu0.10.04.2
  2011-01-07 07:24:10 upgrade libapparmor1 2.5.1-0ubuntu0.10.04.1 
2.5.1-0ubuntu0.10.04.2
  2011-01-07 07:24:11 upgrade libapparmor-perl 2.5.1-0ubuntu0.10.04.1 
2.5.1-0ubuntu0.10.04.2
  2011-01-07 07:24:12 upgrade apparmor-utils 2.5.1-0ubuntu0.10.04.1 
2.5.1-0ubuntu0.10.04.2
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marian 1292 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
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 2
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
 Playback channels: Mono
 Limits: Playback 0 - 14
 Mono: Playback 0 [0%] [on]
  DistroRelease: Ubuntu 10.04
  HibernationDevice: RESUME=UUID=5b369ffd-1735-4c61-91ad-06cb7385e547
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   irda0 no wireless extensions.
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: IBM 237342G
  Package: linux (not installed)
  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-27-generic 
root=UUID=34637c23-ca05-435a-8c0f-b7e8087d175b ro quiet splash
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
  Regression: No
  RelatedPackageVersions: linux-firmware 1.34.1
  Reproducible: Yes
  RfKill:
   0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: yes
Hard blocked: no
  Tags: lucid graphics needs-upstream-testing
  Uname: Linux 2.6.32-27-generic i686
  

[Bug 700489] AlsaDevices.txt

2011-01-09 Thread Maros
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788855/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] AplayDevices.txt

2011-01-09 Thread Maros
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788856/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] ArecordDevices.txt

2011-01-09 Thread Maros
apport information

** Attachment added: ArecordDevices.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788857/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] BootDmesg.txt

2011-01-09 Thread Maros
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788858/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] Card0.Amixer.values.txt

2011-01-09 Thread Maros
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788859/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


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

2011-01-09 Thread Maros
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788860/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


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

2011-01-09 Thread Maros
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788861/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] CurrentDmesg.txt

2011-01-09 Thread Maros
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788862/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] Lspci.txt

2011-01-09 Thread Maros
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788863/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] PciMultimedia.txt

2011-01-09 Thread Maros
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788864/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] ProcCpuinfo.txt

2011-01-09 Thread Maros
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788865/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] ProcInterrupts.txt

2011-01-09 Thread Maros
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788866/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] ProcModules.txt

2011-01-09 Thread Maros
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788867/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] UdevDb.txt

2011-01-09 Thread Maros
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788868/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] UdevLog.txt

2011-01-09 Thread Maros
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788869/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 700489] WifiSyslog.txt

2011-01-09 Thread Maros
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.edge.launchpad.net/bugs/700489/+attachment/1788870/+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/700489

Title:
  After several packages upgraded, getting radeon :01:00.0: Disabling GPU 
acceleration

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


[Bug 675622] Re: Pleas upgrade to GLEW 1.5.7

2011-01-09 Thread Jirka Daněk
** Changed in: glew (Ubuntu)
   Status: New = Confirmed

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

Title:
  Pleas upgrade to GLEW 1.5.7

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


[Bug 573259] Re: Ubuntu 10.04 makes RTL8111/8168B network card unusable until cold reboot

2011-01-09 Thread Lobby Dosser
I am another person with this problem.  Motherboard is Gigabyte GIGABYTE
GA-G41MT-D3.  I am running Ubuntu 10.10 64 bit.  Network chip is Realtek
RTL8111D.  PC will boot up and networking works for about 2 minutes.  It
then fails but comes back of its own accord if left for 5 or 10 minutes.
Networking will then work ok for a while and then have failures of
several minutes every now and again.  When it fails I cannot ping either
by IP number or by URL however bittorrent continues to work ok.  I was
amazed by that!

The kernel is 2.6.35-24-generic.  I was running the R8169 kernel module
but have now changed it to the R8168 module.  That did no good.  When I
boot the machine into Windows networking is perfect.  Disconnecting
power and ethernet followed by a reboot does not work for me.  Booting
off a Knoppix 6.2 CD and the networking is perfect.  The Knoppix kernel
is 2.6.32.6 and the module is R8169.  Since the R8169 module did not
work for me with the Ubuntu kernel I suspect that the kernel may be
where the problem is.

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

Title:
  Ubuntu 10.04 makes RTL8111/8168B network card unusable until cold reboot

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


[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-09 Thread VicFdez
@Anton

Many thanks! this works for me also, now I have text consoles working
and the power consumption is much lower.

Is there any way to switch off i915 card  modules at boot time so I can
test using only the ATI device?

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

Title:
  MASTER: support graphics card hot switch

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


[Bug 663013] Re: Please upgrade GLEW to 1.5.6

2011-01-09 Thread Jirka Daněk
*** This bug is a duplicate of bug 675622 ***
https://bugs.launchpad.net/bugs/675622

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

** This bug has been marked a duplicate of bug 675622
   Pleas upgrade to GLEW 1.5.7
 * You can subscribe to bug 675622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/glew/+bug/675622/+subscribe

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

Title:
  Please upgrade GLEW to 1.5.6

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


[Bug 700590] [NEW] package linux-image-2.6.3 7-12-generic 2.6.37-12.26 failed to install/upgrade : Unterprozess installiertes post-installation-Skript ga b den Fehlerwert 2 zurück

2011-01-09 Thread Amornthip
Public bug reported:

Binary package hint: initramfs-tools

error while installing software updates

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.37-12-generic 2.6.37-12.26
ProcVersionSignature: Ubuntu 2.6.37-11.25-generic 2.6.37-rc7
Uname: Linux 2.6.37-11-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Jan  9 10:09:18 2011
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 2 zurück
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: initramfs-tools
Title: package linux-image-2.6.37-12-generic 2.6.37-12.26 failed to 
install/upgrade: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 2 zurück

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package linux-image-2.6.37-12-generic 2.6.37-12.26 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

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

[Bug 700590] Re: package linux-image-2.6.37-12 -generic 2.6.37-12.26 failed to install/upgrade: U nterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

2011-01-09 Thread Amornthip


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

Title:
  package linux-image-2.6.37-12-generic 2.6.37-12.26 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

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

[Bug 700589] [NEW] update-manager hangs indefinitely with AuthorizationFailed

2011-01-09 Thread Paul Sladen
Public bug reported:

update-manager=1:0.145.10

Same AuthorizationFailed, but seemingly different tracebacks to bug
#618453 and bug #618569.

  sla...@machine:~$ update-manager
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/defer/__init__.py, line 472, in 
_inline_callbacks
  result = gen.throw(result.type, result.value, result.traceback)
File /usr/lib/python2.7/dist-packages/aptdaemon/gtkwidgets.py, line 633, 
in _run
  yield self._transaction.run()
  aptdaemon.errors.AuthorizationFailed: org.freedesktop.PolicyKit.Error.Failed: 
('system-bus-name', {'name':  ':1.635'}): org.debian.apt.update-cache

(update-manager hangs indefinitely with twiddling mouse pointer and
disabled widgets).

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

** Description changed:

- Binary package hint: update-manager
+ update-manager=1:0.145.10
  
  Same AuthorizationFailed, but seemingly different tracebacks to bug
  #618453 and bug #618569.
  
-   sla...@machine:~$ update-manager 
-   Traceback (most recent call last):
- File /usr/lib/python2.7/dist-packages/defer/__init__.py, line 472, in 
_inline_callbacks
-   result = gen.throw(result.type, result.value, result.traceback)
- File /usr/lib/python2.7/dist-packages/aptdaemon/gtkwidgets.py, line 
633, in _run
-   yield self._transaction.run()
-   aptdaemon.errors.AuthorizationFailed: 
org.freedesktop.PolicyKit.Error.Failed: ('system-bus-name', {'name':  
':1.635'}): org.debian.apt.update-cache
+   sla...@machine:~$ update-manager
+   Traceback (most recent call last):
+ File /usr/lib/python2.7/dist-packages/defer/__init__.py, line 472, in 
_inline_callbacks
+   result = gen.throw(result.type, result.value, result.traceback)
+ File /usr/lib/python2.7/dist-packages/aptdaemon/gtkwidgets.py, line 
633, in _run
+   yield self._transaction.run()
+   aptdaemon.errors.AuthorizationFailed: 
org.freedesktop.PolicyKit.Error.Failed: ('system-bus-name', {'name':  
':1.635'}): org.debian.apt.update-cache
  
  (update-manager hangs indefinitely with twiddling mouse pointer and
  disabled widgets).

** Summary changed:

- authorizationFailed
+ update-manager hangs indefinitely with AuthorizationFailed

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

Title:
  update-manager hangs indefinitely with AuthorizationFailed

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

[Bug 695747] Re: VLC Crashes

2011-01-09 Thread Rémi Denis-Courmont
** Changed in: vlc (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  VLC Crashes

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


[Bug 700574] Re: wl module (5.100.82.38) fails to compile on 2.6.37-12

2011-01-09 Thread Pasi Savolainen
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  wl module (5.100.82.38) fails to compile on 2.6.37-12

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


[Bug 700194] Re: gsch2pcb `gnetlist-arg' in project file can lead to arbitrary code execution.

2011-01-09 Thread Peter TB Brett
** Visibility changed to: Public

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

Title:
  gsch2pcb `gnetlist-arg' in project file can lead to arbitrary code execution.

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


[Bug 669761] Re: Ubuntu can only access the internal memory but not the the flash card on Olympus LS5 LS11 series.

2011-01-09 Thread mr.goose
Can anyone shed any light on this please?

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

Title:
  Ubuntu can only access the internal memory but not the the flash card on 
Olympus LS5  LS11 series.

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


[Bug 356334] Re: comics.py crashed with KeyError in on_feed_updated()

2011-01-09 Thread Gabor Karsay
Fix committed in rev. 1494.

** Changed in: awn-extras
   Importance: Undecided = Medium

** Changed in: awn-extras
   Status: Confirmed = Fix Committed

** Changed in: awn-extras
Milestone: None = 0.4.2

** Changed in: awn-extras
 Assignee: (unassigned) = Gabor Karsay (gabor-karsay)

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

Title:
  comics.py crashed with KeyError in on_feed_updated()

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


[Bug 640158] Re: Unable to usefully transfer files to walkman

2011-01-09 Thread Nick Phillips
Expired?! I don't think so...

** Changed in: rhythmbox (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  Unable to usefully transfer files to walkman

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


[Bug 469828] Re: Cannot empty trash container within Evolution v 2.28.1. Revceive the error Error while expunging folder. Problem occurred after installation of Ubuntu 9.10

2011-01-09 Thread Galen
Sorry to say that this bug still affects me:-

evolution 2.30.3
Linux Mint 10

even after following the advice in comment #6

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

Title:
  Cannot empty trash container within Evolution v 2.28.1.  Revceive the error 
Error while expunging folder. Problem occurred after installation of Ubuntu 
9.10

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


[Bug 700599] [NEW] Do not load the shoutcast radio.

2011-01-09 Thread Jarmil
Public bug reported:

Binary package hint: exaile

I have version 3.2 on Ubuntu 10.10 i86 platform and after installing the
modules, led astray, and I still does not load shoutcast radio, which
went before. Please do next? When I enter an address manually and it
plays without any problems.

** Affects: exaile (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/700599

Title:
  Do not load the shoutcast radio.

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


[Bug 700598] [NEW] package contacts-snapshot (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/contacts', which is also in package contacts-hildon 0:0.9-1ubuntu3

2011-01-09 Thread kenchan
Public bug reported:

Binary package hint: contacts-snapshot



ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: contacts-snapshot (not installed)
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: Sun Jan  9 17:45:33 2011
ErrorMessage: trying to overwrite '/usr/bin/contacts', which is also in package 
contacts-hildon 0:0.9-1ubuntu3
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: contacts-snapshot
Title: package contacts-snapshot (not installed) failed to install/upgrade: 
trying to overwrite '/usr/bin/contacts', which is also in package 
contacts-hildon 0:0.9-1ubuntu3

** Affects: contacts-snapshot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package 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/700598

Title:
  package contacts-snapshot (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/contacts', which is also in package contacts-hildon 
0:0.9-1ubuntu3

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


[Bug 700598] Re: package contacts-snapshot (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/contacts', which is also in package contacts-hildon 0:0.9-1ubuntu3

2011-01-09 Thread kenchan


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

Title:
  package contacts-snapshot (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/contacts', which is also in package contacts-hildon 
0:0.9-1ubuntu3

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


[Bug 177929] Re: We needs file encoding select function.

2011-01-09 Thread sterios prosiniklis
I can confirm comment #46.
In my case, simply uninstalling rar,
solved the problem with name encoding in rar files.
Now, file roller works as expected.

Using unrar x file.rar in command line
works correctly in both cases,
eg. with rar package installed or not.

Seems that rar, somehow,
interferes with file-roller behavior.

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

Title:
  We needs file encoding select function.

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


[Bug 700602] [NEW] Azureus core already instantiated After Natty Upgrade

2011-01-09 Thread multiple1902
Public bug reported:

Binary package hint: azureus

after aptitude safe-upgrade in natty yesterday, vuze doesn't start,
and becomes:


multiple1...@m-laptop:/usr/share/java$ vuze
file:/usr/lib/jni/ ; file:/usr/lib/java/ ; file:/usr/share/java/Azureus2.jar ; 
file:/usr/share/java/log4j-1.2-1.2.15.jar ; 
file:/usr/share/java/commons-cli-1.2.jar ; file:/usr/lib/java/swt-gtk-3.5.1.jar 
; file:/usr/share/java/
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.gudy.azureus2.ui.common.Main.directLaunch(Main.java:229)
at org.gudy.azureus2.ui.common.Main.main(Main.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3555 or swt-pi-gtk in 
swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159)
at org.eclipse.swt.internal.gtk.OS.clinit(OS.java:22)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.clinit(Display.java:131)
at 
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.init(SWTThread.java:79)
at 
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:59)
at 
org.gudy.azureus2.ui.swt.mainwindow.Initializer.init(Initializer.java:111)
at org.gudy.azureus2.ui.swt.Main.init(Main.java:88)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:255)
... 12 more
Start fails:
com.aelitis.azureus.core.AzureusCoreException: Azureus core already instantiated
at 
com.aelitis.azureus.core.impl.AzureusCoreImpl.create(AzureusCoreImpl.java:120)
at 
com.aelitis.azureus.core.AzureusCoreFactory.create(AzureusCoreFactory.java:46)
at org.gudy.azureus2.ui.common.Main.main(Main.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
at java.lang.Thread.run(Thread.java:636)



I tried /usr/share/java$ sudo ln -s swt-gtk-3.5.1.jar swt.jar but it
doesn't work, almost nothing changes.

** Affects: azureus (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/700602

Title:
  Azureus core already instantiated After Natty Upgrade

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


[Bug 700534] Re: package yaml-mode 0.0.4-2 failed to install/upgrade:

2011-01-09 Thread era
*** This bug is a duplicate of bug 533549 ***
https://bugs.launchpad.net/bugs/533549

Quoting the attached VarLogDistupgradeTermlog.gz:
 install/yaml-mode: Handling install for emacsen flavor emacs22
 ln: creating symbolic link `./yaml-mode.el': File exists
 emacs-package-install: /usr/lib/emacsen-common/packages/install/yaml-mode 
 emacs22 emacs22 emacs23 failed at  
 /usr/lib/emacsen-common/emacs-package-install line 30, TSORT line 2.
 dpkg: error processing yaml-mode (--configure):
  subprocess installed post-installation script returned error exit status 1

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 #533549, 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 533549
   ln: creating symbolic link `./yaml-mode.el': File exists
 * You can subscribe to bug 533549 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/yaml-mode/+bug/533549/+subscribe

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

Title:
  package yaml-mode 0.0.4-2 failed to install/upgrade:

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


[Bug 236706] Re: Ubuntu 8.04 error on 2nd disk on an old IDE machine - revalidation failed

2011-01-09 Thread lvm
still happens in 2.6.24-28 (8.04 server) when a Hitachi 7K2000 disk is
moved from onboard sata on nforce430-based motherboard were it runs fine
(sata_nv) to external sata on sil3132 controller (sata_sil24), the drive
is NOT recovered automatically when it is moved back to mobo.

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

Title:
  Ubuntu 8.04 error on 2nd disk on an old IDE machine - revalidation failed

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


[Bug 700604] [NEW] Lagging response and frequent application freezes

2011-01-09 Thread Stephen Rees-Carter
Public bug reported:

Binary package hint: xorg

I am getting lagging responses from half my mouse movements and keyboard
interactions, and often application windows will freeze for anything
from a few moments up to a few minutes at a time. It doesn't matter what
application it is, be it Thunderbird, Firefox, or even gedit.

I've tried using the non-nvidia non-propriety drivers, and both the
available nvidia drives with no help. I even tried to install drivers
from nvidia.com, but it wouldn't install easily.

Please let me know what extra information I can provide to help debug
this issue.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xorg 1:7.5+6ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  260.19.06  Mon Sep 13 04:29:19 
PDT 2010
 GCC version:  gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
Architecture: amd64
Date: Sun Jan  9 21:08:01 2011
DkmsStatus: nvidia-current, 260.19.06, 2.6.35-24-generic, x86_64: installed
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-24-generic 
root=UUID=567683e9-5788-4d45-a3ba-771df3f5e350 ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 12/28/2004
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F6
dmi.board.name: NF-CK804
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd12/28/2004:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnNF-CK804:rvrx.x:cvn:ct3:cvr:
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-24-generic

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


** Tags: amd64 apport-bug maverick possible-manual-nvidia-install

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

Title:
  Lagging response and frequent application freezes

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


[Bug 700604] Re: Lagging response and frequent application freezes

2011-01-09 Thread Stephen Rees-Carter


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

Title:
  Lagging response and frequent application freezes

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