[Bug 578064] ThreadStacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/52019195/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/48183899/CoreDump.gz

** Changed in: php5 (Ubuntu)
   Importance: Low = Medium

** Tags removed: need-amd64-retrace

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 578064] Stacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

StacktraceTop:?? ()
start_thread () from /lib/libpthread.so.0
__qfcvt_r (value=0, ndigit=value optimized out, 
?? ()

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/52019182/Stacktrace.txt

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 577710] Stacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

StacktraceTop:execute (op_array=0x391c5d8) at
/usr/include/bits/string3.h:85

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/52019539/Stacktrace.txt

-- 
php5 crashed with SIGSEGV in execute()
https://bugs.launchpad.net/bugs/577710
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 577710] ThreadStacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/52019540/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/48104319/CoreDump.gz

** Tags removed: need-amd64-retrace

-- 
php5 crashed with SIGSEGV in execute()
https://bugs.launchpad.net/bugs/577710
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 606163] [NEW] apparmor profile for dhcp3-client is too strict

2010-07-16 Thread Aurelien Naldi
Public bug reported:

on a up to date maverick AMD64 install, dhclient stopped working: I
didn't touch apparmor or dhclient configuration and it worked well 2
days ago. The process get killed as shown by strace:


execve(/sbin/dhclient, [dhclient, eth0], [/* 21 vars */]) = 0
brk(0)  = 0x7fd0c8571000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fd0c7e21000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY unfinished ...


stopping apparmor allows dhclient to work again, so I guess the problem comes 
from the apparmor profile included in the package. Unfortunatly, I can't check 
it as it now fails to fail. I started apparmor again and dhclient works. the 
strace file starts with the same access and now opening /etc/ld.so.cache works!

execve(/sbin/dhclient, [dhclient, eth0], [/* 21 vars */]) = 0
brk(0)  = 0x7fd16bbfd000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fd169f26000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=130154, ...}) = 0
mmap(NULL, 130154, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fd169f06000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)

can anyone reproduce it?

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: dhcp3-client 3.1.3-2ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-8.13-generic 2.6.35-rc5
Uname: Linux 2.6.35-8-generic x86_64
Architecture: amd64
Date: Fri Jul 16 09:52:41 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: dhcp3

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


** Tags: amd64 apport-bug maverick

-- 
apparmor profile for dhcp3-client is too strict
https://bugs.launchpad.net/bugs/606163
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 606163] Re: apparmor profile for dhcp3-client is too strict

2010-07-16 Thread Aurelien Naldi

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52020510/Dependencies.txt

-- 
apparmor profile for dhcp3-client is too strict
https://bugs.launchpad.net/bugs/606163
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 584048] Re: kvm images losing connectivity w/bridged network

2010-07-16 Thread fabrica64
Yesterday I saw another strange behavior.

I shutdown VM once a day to make a backup and I adjusted my scripts for
the 1-10 min network freeze, but yesterday the network did not unfreeze
at all. I restarted the machine and the network continued to be frozen!
I had to physically power off the machine to unfreeze the network, as if
something was kept somewhere in the network chip that resisted reboot.
My machine is a HP DL380 G6

Network freeze is indeed not total. Not all IPs are blocked. It seems
IPs that have no traffic at the time of the bridge operation are not
blocked. So the freeze I am talking about above (the one that resisted
the reboot) was not total. Some IPs were able to ping and connect and
other no. And the situation was identical before and after reboot. Only
after power off everything returned to normal state.

Hope it may help...

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 105457] Re: mysqd_safe high cpu usage

2010-07-16 Thread Calabacin
If it's hard to reproduce for you, I'm having it every now and then on
my Ubuntu 9.04 server 64-bit, and I am willing to enable logs and do
anything necessary to help you.

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 606203] [NEW] Packages install use deprecated option

2010-07-16 Thread JOORIS Emmanuel
Public bug reported:

Binary package hint: setserial

When installing setserial, dpkg report some warning :

└% sudo apt-get install setserial
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Les NOUVEAUX paquets suivants seront installés :
  setserial
0 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 53,3ko dans les archives.
Après cette opération, 180ko d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ lucid/main setserial 
2.17-45.2 [53,3kB]
53,3ko réceptionnés en 0s (97,9ko/s)
Préconfiguration des paquets...
dpkg : avertissement : option obsolète « --print-installation-architecture », 
veuillez utiliser « --print-architecture » à la place.
Sélection du paquet setserial précédemment désélectionné.
(Lecture de la base de données... 189345 fichiers et répertoires déjà 
installés.)
Dépaquetage de setserial (à partir de .../setserial_2.17-45.2_amd64.deb) ...
Traitement des actions différées (« triggers ») pour « ureadahead »...
ureadahead will be reprofiled on next reboot
Traitement des actions différées (« triggers ») pour « man-db »...
Paramétrage de setserial (2.17-45.2) ...
dpkg : avertissement : option obsolète « --print-installation-architecture », 
veuillez utiliser « --print-architecture » à la place.
removing the old setserial entry in the rcn.d directories
Update complete.
dpkg : avertissement : option obsolète « --print-installation-architecture », 
veuillez utiliser « --print-architecture » à la place.
dpkg : avertissement : option obsolète « --print-installation-architecture », 
veuillez utiliser « --print-architecture » à la place.
Saving state of known serial devices... backing up 
/var/lib/setserial/autoserial.conf done.

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

-- 
Packages install use deprecated option
https://bugs.launchpad.net/bugs/606203
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to setserial 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 600106] Re: apparmor blocks journal creation for dnssec

2010-07-16 Thread LaMont Jones
The apparmor profile wants those files to be in /var/lib/bind, along
with any other non-secondaried zone files that are subject to updates.
See also /usr/share/doc/bind9/README.Debian.gz

lamont

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

** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

-- 
apparmor blocks journal creation for dnssec
https://bugs.launchpad.net/bugs/600106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 570936] Re: permission denied on /var/run/named/named.stats

2010-07-16 Thread LaMont Jones
The stats file is written to /var/cache/bind/named.stats not to
/var/run/named... Not sure why you have it going to /var/run/named, but
that is the issue here, not the apparmor profile.

** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

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

-- 
permission denied on /var/run/named/named.stats
https://bugs.launchpad.net/bugs/570936
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 567529] Re: sadc assert failure: *** glibc detected *** /usr/lib/sysstat/sadc: double free or corruption (!prev): 0x08155c18 ***

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

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

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/44922431/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/44922432/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/44922433/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/44922434/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/44922435/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/44922436/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/44922437/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/44922438/ThreadStacktrace.txt

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

** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
sadc assert failure: *** glibc detected *** /usr/lib/sysstat/sadc: double free 
or corruption (!prev): 0x08155c18 ***
https://bugs.launchpad.net/bugs/567529
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to sysstat 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 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-07-16 Thread Chuck Short
So this is caused by a regression by the fix for php bug #48309. Marc
patch does work but the side effect of the fix is that it re-introduces
the same bug, so we need to find a better fix for bug #48309.

The plan going forward is the following:

- Make a PHP version with the patch available in a PPA.
- Ask for testers
- Make sure there isnt any more regressions
- Get it fixed in maverick
- Get it fixed for lucid through an SRU.
- Let upstream know about the regression and submit the patch upstream.

If you have any questions please let me know.

chuck

-- 
PHP5 under Apache2 on 64 bit system is not completely 64 bit 
https://bugs.launchpad.net/bugs/564920
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 606163] Re: apparmor profile for dhcp3-client is too strict

2010-07-16 Thread Jamie Strandboge
** Tags added: apparmor

-- 
apparmor profile for dhcp3-client is too strict
https://bugs.launchpad.net/bugs/606163
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 591489] Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-07-16 Thread Sachin Garg
Since the VNC viewer does not support the audio extension, shouldn't we
have an easy option to turn ON the QEMU_AUDIO_DRV to something -
overriding the hardcoded behaviour to allow users to get sound till VNC
viewer is fixed.

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 54918] Re: DNS-lookup to AAAA (IPv6) doesn't seem to work

2010-07-16 Thread Greg Franklin
As far as I've found, there are two points where IPv6 Fails.

Firstly, in the use of gethostbyname.  You'll need to install
libsocket6-perl.  I tried getnameinfo, but for some reason that didn't
work so I've used getaddrinfo:

=== modified file 'bin/BackupPC_dump'
--- bin/BackupPC_dump   2008-06-30 11:20:59 +
+++ bin/BackupPC_dump   2010-07-16 13:54:27 +
@@ -91,6 +91,7 @@
 use File::Path;
 use File::Find;
 use Getopt::Std;
+use Socket6;
 
 ###
 # Initialize
@@ -247,7 +248,8 @@
 } else {
 $host = $client;
 }
-if ( !defined(gethostbyname($host)) ) {
+
+if ( defined(getaddrinfo($host,22)) ) {
 #
 # Ok, NS doesn't know about it.  Maybe it is a NetBios name
 # instead.

Secondly, is the use of ping in CheckHostAlive in lib/BackupPC/Lib.pm
If you are IPv6 only, you can change $Conf{PingPath} to /bin/pin6 in config.pl
The alternative is to change $Conf{PingCmd} to '' in config.pl which skips the 
ping test.

-- 
DNS-lookup to  (IPv6) doesn't seem to work
https://bugs.launchpad.net/bugs/54918
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc 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 605977] Re: emacs puppet-mode not auto loaded in lucid

2010-07-16 Thread Jon Kjaersgaard
The emacs mode is installed on my system as well, it just doesn't
autoload.

That is /usr/share/emacs23/site-lisp/puppet-el/puppet-mode.elc is there,
and if I load it manually ( M-x load-library -- puppet-mode) it works
perfectly but it doesn't load automatically when I open a .pp file.

Two ways of getting it to work:
Put autoload and add-to-list commands for puppet-mode in to each users .emacs 
profile, this will work for each user individually.
Alternatively put a file into the /etc/emacs/site-start.d/ directory to get it 
working for all users. 
The latter used to be the case before the emacs mode was put into its own 
package, and is in my opinion the proper way of doing it.

I don't think it's my system that's the problem.
apt-file list puppet | grep emacs gives:
puppet-el: /usr/lib/emacsen-common/packages/install/puppet-el
puppet-el: /usr/lib/emacsen-common/packages/remove/puppet-el
puppet-el: /usr/share/emacs/site-lisp/puppet-mode.el
which would seem to indicate that no file is put into /etc/emacs/site-start.d. 

Just to make absolutely sure I checked the emacs install and remove scripts, 
they are the normal utility scripts used by emacs-package-install to byte 
compile the .el file into a elc. And neither they nor emacs-package-install 
generate site-start files.
Further I unpacked the deb helper scripts from the package (dpkg-deb -e 
/var/cache/apt/archives/puppet-el_0.25.4-2ubuntu6_all.deb ./puppet-el-DEBIAN), 
and checked to see if the postinst script generates the auto load files, it 
doesn't (can't really imagine why anyone would do it that way, but you never 
know :) ).

For comparison, on a Karmic install the command 
apt-file list puppet | grep emacs gives:
puppet: /etc/emacs/site-start.d/50puppet-mode-init.el
puppet: /usr/share/emacs/site-lisp/puppet-mode.el
so back when the emacs stuff was in the main puppet package the site-start 
scripts _was_ included.

If your lucid system is an upgraded karmic, I would think that's the reason it 
worked for you, as the site-start file would already be there. 
At least that's what happened to me when I upgraded , I only noticed the 
problem on a new Lucid install.

For now I guess I'll just use puppet to get the 
/etc/emacs/site-start.d/50puppet-mode-init.el file to my clients (and don't you 
just love how easy that is :) ).
While this has a somewhat nice poetic feel, I think that the 'proper' way of 
doing things would be to include it in the deb package.

-- Jon

-- 
emacs puppet-mode not auto loaded in lucid
https://bugs.launchpad.net/bugs/605977
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 604185] Re: Unable to start vsftpd with upstart if private key

2010-07-16 Thread Charlie Kravetz
Since this bug has enough information provided for a developer to begin
work, I'm going to mark it as confirmed and let them handle it from
here. Thanks for taking the time to make Ubuntu better!

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

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

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


[Bug 604802] Re: Merge commons-io 1.4-3 (main) from Debian unstable (main)

2010-07-16 Thread Benjamin Drung
** Changed in: commons-io (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Merge commons-io 1.4-3 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/604802
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to commons-io 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 603363] Re: sshd never stops, prevents umount of /usr partition

2010-07-16 Thread C de-Avillez
** Also affects: openssh (Ubuntu Lucid)
   Importance: Undecided
   Status: New

-- 
sshd never stops, prevents umount of /usr partition
https://bugs.launchpad.net/bugs/603363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 579584] Re: setgid, setuid needed by /etc/apparmor.d/abstractions/libvirt-qemu

2010-07-16 Thread C de-Avillez
** Also affects: libvirt (Ubuntu Lucid)
   Importance: Undecided
   Status: New

-- 
setgid, setuid needed by /etc/apparmor.d/abstractions/libvirt-qemu
https://bugs.launchpad.net/bugs/579584
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 606368] [NEW] Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)

2010-07-16 Thread Angel Abad
Public bug reported:

There is new version in Debian to be merged:

 excalibur-logkit (2.0-4) unstable; urgency=low
 .
   * Servlet 2.5 transition: Also runtime-depend on libservlet2.5-java

Thanks!

** Affects: excalibur-logkit (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: excalibur-logkit (Ubuntu)
 Assignee: (unassigned) = Angel Abad (angelabad)

** Changed in: excalibur-logkit (Ubuntu)
   Status: New = In Progress

-- 
Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/606368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to excalibur-logkit 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 606368] Re: Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)

2010-07-16 Thread Angel Abad

** Patch added: debian  ubuntu debdiff
   http://launchpadlibrarian.net/52040115/debian-ubuntu.debdiff

-- 
Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/606368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to excalibur-logkit 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 606368] Re: Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)

2010-07-16 Thread Angel Abad

** Patch added: ubuntu.old  ubuntu debdiff
   http://launchpadlibrarian.net/52040139/ubuntu.debdiff

** Changed in: excalibur-logkit (Ubuntu)
 Assignee: Angel Abad (angelabad) = (unassigned)

** Changed in: excalibur-logkit (Ubuntu)
   Status: In Progress = Confirmed

-- 
Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/606368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to excalibur-logkit 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 606375] [NEW] Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias
Public bug reported:

Binary package hint: ipsec-tools

The printed message after starting/stoping/restarting racoon deamon from
/etc/init.d/racoon is missing an ending newline.

So, it currently prints something like this:

elo...@tangamandapio-laptop:~$ sudo /etc/init.d/racoon start
Starting IKE (ISAKMP/Oakley) server: racoonelo...@tangamandapio-laptop:~$

The correct thing should be :
elo...@tangamandapio-laptop:~$ sudo /etc/init.d/racoon start
Starting IKE (ISAKMP/Oakley) server: racoon [NEW LINE HERE]
elo...@tangamandapio-laptop:~$

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: racoon 1:0.7.1-1.6ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Fri Jul 16 10:56:43 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: ipsec-tools

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


** Tags: apport-bug i386 lucid

-- 
Racoon daemon script is missing a newline
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools 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 606375] Re: Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52040196/Dependencies.txt

-- 
Racoon daemon script is missing a newline
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools 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 606375] Re: Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias
Looking at the script /etc/init.d/racoon
on lines 76 and 82 it does an echo -n. The -n option tells echo to not print 
the trailing line.

Then on lines 78 and 86 it does executes echo . This should print the
. and a new line, but neither the . nor the newline are printed. I
don't know why...

-- 
Racoon daemon script is missing a newline
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools 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 572410] Re: [SRU] nmbd doesn't start because of missing testparm

2010-07-16 Thread Chuck Short
** Summary changed:

- nmbd doesn't start because of missing testparm
+ [SRU] nmbd doesn't start because of missing testparm

-- 
[SRU] nmbd doesn't start because of missing testparm
https://bugs.launchpad.net/bugs/572410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 572410] Re: [SRU] nmbd doesn't start because of missing testparm

2010-07-16 Thread Chuck Short
Statement of Impact:

When users are installing samba, samba-common-bin might not be installed
so the nmbd upstart job may not run because testparm is missing.

Explanation of Fix: I have added samba-common-bin to debian/control.
This has been addressed in maverick and has been backported to lucid. I
have attached the debdiff to this bug.

Impact/Regressions: I dont think there will be any regressions from this
change.

How to reproduce:

1. Install samba
2. Check to see if samba-common-bin
3. Try to start nmbd.

If you have any questions please let me know.

Regards
chuck

** Attachment added: patch
   http://launchpadlibrarian.net/52041632/patch

-- 
[SRU] nmbd doesn't start because of missing testparm
https://bugs.launchpad.net/bugs/572410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 591489] Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-07-16 Thread Tristan Schmelcher
I don't think that would improve things as much as one would expect. I
think most people use virt-manager with VMs in the root QEMU instance
rather than the per-user QEMU Usermode one (because it doesn't work
well, as per bug 521428), so the VM process wouldn't be able to output
any sound because it runs as root and won't have access to the user's
PulseAudio process. So for sound to work, the user needs to either use
ALSA or use the QEMU Usermode domain. Neither option is very
attractive (though if virt-manager worked better with QEMU Usermode then
that would be a viable option).

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 579737] Re: [SRU] OpenVPN client connect hangs on PUSH_REQUEST

2010-07-16 Thread Chuck Short
** Summary changed:

- OpenVPN client connect hangs on PUSH_REQUEST
+ [SRU] OpenVPN client connect hangs on PUSH_REQUEST

-- 
[SRU] OpenVPN client connect hangs on PUSH_REQUEST
https://bugs.launchpad.net/bugs/579737
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 579737] Re: [SRU] OpenVPN client connect hangs on PUSH_REQUEST

2010-07-16 Thread Chuck Short
Statement of Impact: OpenVPN in lucid was shipped with a bug that can
cause an openvpn client to hang when sending a PUSH_REQUEST. This has
been addressed upstream and fixed in maverick. I have backported the
patch to lucid. I have backported this patch to lucid.

How to reproduce:

1. Use the client and server config found at: 
https://community.openvpn.net/openvpn/ticket/13
2. You shouldnt get a hang.

I dont see a regression with this patch included in lucid.

-- 
[SRU] OpenVPN client connect hangs on PUSH_REQUEST
https://bugs.launchpad.net/bugs/579737
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 579737] Re: [SRU] OpenVPN client connect hangs on PUSH_REQUEST

2010-07-16 Thread Chuck Short

** Attachment added: patch
   http://launchpadlibrarian.net/52042855/patch

-- 
[SRU] OpenVPN client connect hangs on PUSH_REQUEST
https://bugs.launchpad.net/bugs/579737
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-07-16 Thread Pedro Monteiro
I'm affected, but my 9.10 - 10.04 upgrade will not proceed. I'm stuck on the 
screen:
 Configuring bacula-director-mysql

with the following error:
An error occurred while upgrading the database: 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
\u2592 
'/var/run/mysqld/mysqld.sock' (2) 

The problem is that there is an OK prompt in the Ubuntu Distribution
Upgrade terminal window, but it is unresponsive, so I cannot complete
the 10.04 upgrade, even if I chose to ignore bacula. Are there any work-
arounds so that I can finish the rest of the 10.04 upgrade?

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 605252] Re: qemu-kvm fails to build from source with Linaro toolchain

2010-07-16 Thread Loïc Minier
qemu-kvm (0.12.4+noroms-0ubuntu5) maverick; urgency=low

  * Re-add patch Detect-and-use-GCC-atomic-builtins-for-locking from
0.12.2-0ubuntu6arm1 (0.12.2-0ubuntu7) since it was not merged upstream and
is sitll needed to build qemu-kvm in thumb mode on armel; LP: #605252.

 -- Loic Minier loic.min...@ubuntu.com   Fri, 16 Jul 2010 23:06:00
+0200

** Also affects: qemu-kvm (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gcc-linaro
   Status: New = Invalid

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

** Changed in: qemu-kvm (Ubuntu)
 Assignee: (unassigned) = Loïc Minier (lool)

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Fix Released

** Summary changed:

- qemu-kvm fails to build from source with Linaro toolchain
+ qemu-kvm fails to build from source on armel

-- 
qemu-kvm fails to build from source on armel
https://bugs.launchpad.net/bugs/605252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-07-16 Thread Ricardo Salveti
Here is where it's getting stuck now:

Selecting previously deselected package libimobiledevice0.
Unpacking libimobiledevice0 (from 
.../libimobiledevice0_0.9.7-1ubuntu1_armel.deb) ...
Selecting previously deselected package libtalloc2.
Unpacking libtalloc2 (from .../libtalloc2_2.0.1-1_armel.deb) ...
Selecting previously deselected package libwbclient0.
Unpacking libwbclient0 (from 
.../libwbclient0_2%3a3.4.7~dfsg-1ubuntu3_armel.deb) ...

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 605363] Re: Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid

2010-07-16 Thread Fabrice Coutadeur
Hi,

It FTBFS because it's missing openvanilla-modules:
...
E: Couldn't find package openvanilla-imgeneric
apt-get failed.
Package installation failed
Not removing build depends: cloned chroot in use
Source-dependencies not satisfied; skipping ucimf-openvanilla

Marking as invalid until it get fixed.

Fabrice

** Changed in: ucimf-openvanilla (Ubuntu)
   Status: New = Incomplete

-- 
Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid
https://bugs.launchpad.net/bugs/605363
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 596321] Re: pidgin crashed with SIGSEGV

2010-07-16 Thread Micah Gersten
Marking private until the retracer can look at it

** Visibility changed to: Private

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

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


[Bug 291458] Re: Volume Control mutes Capture on exit

2010-07-16 Thread Omegamormegil
This applet is long gone.  Invalidating.

** Changed in: volume.app (Ubuntu)
   Status: Confirmed = Invalid

-- 
Volume Control mutes Capture on exit
https://bugs.launchpad.net/bugs/291458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 605363] Re: Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid

2010-07-16 Thread Aron Xu
We need to wait for openvanilla-modules to be synced.

On Fri, Jul 16, 2010 at 1:51 PM, Fabrice Coutadeur coutade...@gmail.com wrote:
 Hi,

 It FTBFS because it's missing openvanilla-modules:
 ...
 E: Couldn't find package openvanilla-imgeneric
 apt-get failed.
 Package installation failed
 Not removing build depends: cloned chroot in use
 Source-dependencies not satisfied; skipping ucimf-openvanilla

 Marking as invalid until it get fixed.

 Fabrice

 ** Changed in: ucimf-openvanilla (Ubuntu)
       Status: New = Incomplete

 --
 Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid
 https://bugs.launchpad.net/bugs/605363
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “ucimf-openvanilla” package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: ucimf-openvanilla

 PTS: http://packages.qa.debian.org/u/ucimf-openvanilla.html

  ucimf-openvanilla  (2.10.11-1) unstable; urgency=low

   * New upstream release:
       Tuning Makefile and scripts,
       Function improvements.
   * debian/control:
       Bump std-ver to 3.9.0,
       Change dependency issues stuff to work with openvanilla-modules changes.
   * debian/copyright:
       Update copyright information.
   * debian/watch:
       Update to make it work with code.google.com changes.

  -- Aron Xu happyaron...@gmail.com  Tue, 13 Jul 2010 15:09:32 +0800

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/ucimf-openvanilla/+bug/605363/+subscribe


-- 
Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid
https://bugs.launchpad.net/bugs/605363
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 606139] [NEW] Request to disable vmwgfx driver in default config

2010-07-16 Thread deepak murarkar
Public bug reported:

Hi ,

In Ubuntu 10.10 Alpha we noticed that the kernel enables the vmwgfx driver from 
the staging tree.
At this time we ( VMware) feel that the driver is not stable enough to use and 
would prefer users to get the drivers 
from our VMware-Tools package.

Once we feel that the vmwgfx driver in mainline is mature enough and it is 
promoted from stable into regular tree we would
love distributions to ship it , however in the mean time we would like you to 
disable it in your kernels.

Thanks 
VMware QA Team

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Request to disable vmwgfx driver in default config
https://bugs.launchpad.net/bugs/606139
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606138] [NEW] package ubuntu-system-service 0.1.20 failed to install/upgrade: không th ể truy cập kho lưu: No such file or d irectory

2010-07-16 Thread m3onh0x84
Public bug reported:

Binary package hint: ubuntu-system-service

i'm using xubuntu lucid lynx 10.04 and when upgrade to kernel 2.6.32-24
watch this bug

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: ubuntu-system-service 0.1.20
ProcVersionSignature: Ubuntu 2.6.32-23.37-386 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-386 i686
Architecture: i386
Date: Fri Jul 16 13:01:07 2010
ErrorMessage: không thể truy cập kho lưu: No such file or directory
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: ubuntu-system-service
Title: package ubuntu-system-service 0.1.20 failed to install/upgrade: không 
thể truy cập kho lưu: No such file or directory

** Affects: ubuntu-system-service (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package ubuntu-system-service 0.1.20 failed to install/upgrade: không thể truy 
cập kho lưu: No such file or directory
https://bugs.launchpad.net/bugs/606138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 606138] Re: package ubuntu-system-service 0 .1.20 failed to install/upgrade: không th ể truy cập kho lưu: No such file or d irectory

2010-07-16 Thread m3onh0x84

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/52016649/AptOrdering.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52016650/Dependencies.txt

** Attachment added: Df.txt
   http://launchpadlibrarian.net/52016651/Df.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/52016652/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/52016653/DpkgTerminalLog.txt

-- 
package ubuntu-system-service 0.1.20 failed to install/upgrade: không thể truy 
cập kho lưu: No such file or directory
https://bugs.launchpad.net/bugs/606138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 606120] Re: Apt-cache not found in Apport

2010-07-16 Thread Micah Gersten
Apport does not report on executables, only on packages, symptoms, pids, paths 
to files, or .apport/.crash files.  To file a bug against apt-cache which is an 
executable, but not a package, use:
ubuntu-bug `which apt-cache`
Please report any other issues you may find.

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

-- 
Apt-cache not found in Apport
https://bugs.launchpad.net/bugs/606120
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571452] Stacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

StacktraceTop:__kernel_vsyscall ()
*__GI_raise (sig=6)
*__GI_abort () at abort.c:92
*__GI___assert_fail (
__pthread_mutex_lock_full ()

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/52017112/Stacktrace.txt

-- 
kino assert failure: kino: pthread_mutex_lock.c:321: __pthread_mutex_lock_full: 
Controletest 'robust || (oldval  0x4000) == 0' faalt.
https://bugs.launchpad.net/bugs/571452
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 571452] ThreadStacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/52017114/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/46062118/CoreDump.gz

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

** Tags removed: need-i386-retrace

-- 
kino assert failure: kino: pthread_mutex_lock.c:321: __pthread_mutex_lock_full: 
Controletest 'robust || (oldval  0x4000) == 0' faalt.
https://bugs.launchpad.net/bugs/571452
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 567353] Stacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

StacktraceTop:ext2fs_open2 () from /lib/libext2fs.so.2
ext2fs_open () from /lib/libext2fs.so.2
?? ()
?? ()
__libc_start_main (

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/52017058/Stacktrace.txt

-- 
debugfs crashed with SIGFPE in ext2fs_open2()
https://bugs.launchpad.net/bugs/567353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 567353] ThreadStacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/52017063/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/44908726/CoreDump.gz

** Tags removed: need-i386-retrace

-- 
debugfs crashed with SIGFPE in ext2fs_open2()
https://bugs.launchpad.net/bugs/567353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606126] Re: [Suggestion] Apt-cache fails to report version

2010-07-16 Thread Micah Gersten
Moving to apt

** Package changed: apport (Ubuntu) = apt (Ubuntu)

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

** Summary changed:

- [Suggestion] Apt-cache fails to report version
+ apt-cache search should show version

-- 
apt-cache search should show version
https://bugs.launchpad.net/bugs/606126
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] Re: Thinkpad SL510 Mute button not working

2010-07-16 Thread Gumminase
apport information

** Tags added: apport-collected

** Description changed:

  The mute button of my Thinkpad SL510 is no longer working in Maverick
  with Kernel 2.6.35.
  
  In Lucid it didn't produce an XF86AudioMute signal either but at least
  it muted the notebook's speakers (not the headphones) and illuminated
  it's led when pressed. Now with Maverick it doesn't work at all.
  
- Also the brightness controls don't work properly. Ubuntu's indicator OSD
- already is at it's left end when medium brightness is set. If i lower
- the brightness any further it starts over at it's right end. So from
- highest to lowest brightness, the OSD runs through twice.
+ Also the brightness controls don't work properly. Ubuntu's indicator OSD 
already is at it's left end when medium brightness is set. If i lower the 
brightness any further it starts over at it's right end. So from highest to 
lowest brightness, the OSD runs through twice.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  Cannot stat file /proc/4233/fd/36: Stale NFS file handle
+   USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 2900 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xf2a0 irq 50'
+Mixer name : 'Intel Cantiga HDMI'
+Components : 'HDA:10ec0269,17aa212c,0014 
HDA:80862802,80860101,0010'
+Controls  : 15
+Simple ctrls  : 8
+ Card29.Amixer.info:
+  Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
6JHT61WW-1.181000'
+Mixer name : 'ThinkPad EC 6JHT61WW-1.181000'
+Components : ''
+Controls  : 1
+Simple ctrls  : 1
+ Card29.Amixer.values:
+  Simple mixer control 'Console',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [on]
+ DistroRelease: Ubuntu 10.10
+ LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100710)
+ MachineType: LENOVO 28477MG
+ Package: linux (not installed)
+ ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
+ ProcEnviron:
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-7.12-generic 2.6.35-rc4
+ Regression: Yes
+ RelatedPackageVersions: linux-firmware 1.37
+ Reproducible: Yes
+ Tags: maverick kconfig regression-potential needs-upstream-testing
+ Uname: Linux 2.6.35-7-generic x86_64
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 05/14/2010
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 6JET79WW (1.37 )
+ dmi.board.name: 28477MG
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvr6JET79WW(1.37):bd05/14/2010:svnLENOVO:pn28477MG:pvrThinkPadSL510:rvnLENOVO:rn28477MG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 28477MG
+ dmi.product.version: ThinkPad SL510
+ dmi.sys.vendor: LENOVO

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/52017296/AlsaDevices.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] AplayDevices.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/52017298/AplayDevices.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] BootDmesg.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/52017302/BootDmesg.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] Card0.Amixer.values.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/52017303/Card0.Amixer.values.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2010-07-16 Thread Gumminase
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/52017304/Card0.Codecs.codec.0.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] Card0.Codecs.codec.3.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: Card0.Codecs.codec.3.txt
   http://launchpadlibrarian.net/52017306/Card0.Codecs.codec.3.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] CurrentDmesg.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/52017309/CurrentDmesg.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] Lspci.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/52017312/Lspci.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] IwConfig.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/52017311/IwConfig.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] Lsusb.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/52017314/Lsusb.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] PciMultimedia.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/52017316/PciMultimedia.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] ProcCpuinfo.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/52017319/ProcCpuinfo.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] ProcInterrupts.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/52017321/ProcInterrupts.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] ProcModules.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/52017322/ProcModules.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] UdevDb.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/52017329/UdevDb.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] UdevLog.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/52017337/UdevLog.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] RfKill.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/52017324/RfKill.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595896] WifiSyslog.txt

2010-07-16 Thread Gumminase
apport information

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/52017340/WifiSyslog.txt

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579735] Re: gnustep-devel missing dependencies - cannot install

2010-07-16 Thread chengyan

1. goto http://www.archive.ubuntu.com/ubuntu/pool/universe/g/gorm.app/
2. download 
gorm.app_1.2.10-1_amd64.deb
or
gorm.app_1.2.10-1_i386.deb
3. install the package which you downloaded
4. retry install gnustep-devel package

-- 
gnustep-devel missing dependencies - cannot install
https://bugs.launchpad.net/bugs/579735
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 360770] Re: evtouch: Can't calibrate LG Flatron L1510SF

2010-07-16 Thread Esa Viitala
Works in 10.04 after changing evtouch xorg.conf.d snippet to match
device path.

http://www.viitalat.net/index.php/htpc/2010/07/16/lg-1730sf-on-
ubuntu-10-04

-- 
evtouch: Can't calibrate LG Flatron L1510SF
https://bugs.launchpad.net/bugs/360770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606142] [NEW] Please sync diffstat 1.51-2 (main) from Debian unstable (main).

2010-07-16 Thread Bhavani Shankar
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/diffstat
 status new
 importance wishlist
 subscribe ubuntu-main-sponsors

Please sync diffstat 1.51-2 (main) from Debian unstable (main).

We can sync this package as previous ubuntu version is a rebuild

Changelog since current maverick version 1.47-1build1:

diffstat (1.51-2) unstable; urgency=low

  * Adopt this package (closes: #588876)
  * Consider the COLUMNS environment variable when determining the default
output width (LP: #209537). Thanks to Michael B. Trausch!
  * Add a patch to fix manpage hyphens (lintian notice)


  * Add homepage field to debian/control
  * Bump Standards Version to 3.9.0 and debhelper version to 7
  * Mention git repo in debian/control
  * Add a watch file for the ftp site
  * Switch to 3.0 (quilt) source package format
  * Use a minimal debian/rules makefile

 -- Francois Marier franc...@debian.org  Tue, 13 Jul 2010 21:52:06
+1200

diffstat (1.51-1) unstable; urgency=low

  * New upstream release.
- Automagic detection and handling of compressed diffs. (closes: 491575)
- Handle special case of no-newline message from some diffs. (closes: 
563875)
  * Orphan this package (set maintainer to Debian QA Group).

 -- Greg Norris ad...@debian.org  Mon, 12 Jul 2010 14:57:14 -0500


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkw/+14ACgkQUlfC4uPMy3QipACgzSi1K8rGFB0UE7jSFYKskPgE
TTsAn0lU8fI/iWN2UOfZ2e2zphEH9PKa
=+29G
-END PGP SIGNATURE-

** Affects: diffstat (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync diffstat 1.51-2 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/606142
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 577340] Re: [RC410] Xpress 200M hangs when resuming from suspend with DRI, with or without KMS

2010-07-16 Thread Karesz
Wow, thx, sure I'll try this on monday! Unfortunately I don't have time
until =(
If anyone have some results, if this is working on the Amilo Li1718, don't
be shy to share it!


2010/7/16 acimmarusti 577...@bugs.launchpad.net

 My bad!, don't use the if at all. The addition to the code should be:

 /* quirk for rs4xx laptop to make it resume
 * - it hangs on resume inside the dynclk 1 table.
 */
 return;

 --
 [RC410] Xpress 200M hangs when resuming from suspend with DRI, with or
 without KMS
 https://bugs.launchpad.net/bugs/577340
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
[RC410] Xpress 200M hangs when resuming from suspend with DRI, with or without 
KMS
https://bugs.launchpad.net/bugs/577340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 545096] Re: [lucid][R500 X1400] intermitent screen corruption (pink world ) - regression from -20 to -21 kernel

2010-07-16 Thread guishark
Hi,

i use an asus Z53J laptop, with a ATI Mobility Radeon X1700. I installed 
recently ubuntu 10.04 and since the installation (and i mean even during the 
installation) i 've got this intermittent screen corruption (Dual screen with 
an external lcd flat screen helps since external LCD does not get the 
corruption.)
My kernel is 2.6.32-22-generic
I tried the nomodset change in grub : GRUB_CMDLINE_LINUX_DEFAULT=quiet splash 
radeon.modeset=1 with no success.

Attached a picture of what it is for me.

i would like to help with testing the new kernel but i'm not sure how to
do this.


** Attachment added: corruption.tar.gz
   http://launchpadlibrarian.net/52017473/corruption.tar.gz

-- 
[lucid][R500 X1400] intermitent screen corruption (pink world ) - regression 
from -20 to -21 kernel
https://bugs.launchpad.net/bugs/545096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505857] Re: firefox crashed with SIGSEGV in strlen()

2010-07-16 Thread Apport retracing service
** Tags removed: need-amd64-retrace

-- 
firefox crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/505857
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 606144] [NEW] WARNING: at /build/buildd/linux-2.6.35/net/wireless/core.c:633 wdev_cleanup_work+0xa7/0xd0 [cfg80211]()

2010-07-16 Thread Boden Matthews
Public bug reported:

I have no idea how this happened, I left my computer alone on its dock
for 10 minutes, and I came back and found this.

SYSTEM INFORMATION
Toshiba Tecra A7
Running Ubuntu Linux, the Ubuntu 10.10 (maverick) release.
GNOME: 2.30.2 (Ubuntu 2010-06-22)
Kernel version: 2.6.35-5-generic (#6-Ubuntu SMP Mon Jun 21 21:33:48 UTC 
2010)
GCC: 4.4.4 (i686-linux-gnu)
Xorg: unknown (16 June 2010  09:31:32AM)
Hostname: boden-laptop
Uptime: 0 days 1 h 34 min

CPU INFORMATION
GenuineIntel, Genuine Intel(R) CPU   T2300  @ 1.66GHz
Number of CPUs: 2
CPU clock currently at 1667.000 MHz with 2048 KB cache
Numbering: family(6) model(14) stepping(8)
Bogomips: 3325.07
Flags: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc arch_perfmon bts 
aperfmperf pni monitor vmx est tm2 xtpr pdcm

MEMORY INFORMATION
Total memory: 999 MB
Total swap: 2379 MB

STORAGE INFORMATION
SCSI device -  scsi0
Vendor:  ATA  
Model:  TOSHIBA MK6032GS 
SCSI device -  scsi1
Vendor:  MATSHITA 
Model:  DVD-RAM UJ-841S  

HARDWARE INFORMATION
MOTHERBOARD
Host bridge
Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT 
Express Memory Controller Hub (rev 03)
Subsystem: Toshiba America Info Systems Device ff10
PCI bridge(s)
Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT 
Express PCI Express Root Port (rev 03)
Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
Intel Corporation 82801 Mobile PCI Bridge (rev e2) (prog-if 01)
USB controller(s)
Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 
02)
Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 
02)
Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 
02)
Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 
02)
Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 
02) (prog-if 20)
ISA bridge
Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 
02)
Subsystem: Toshiba America Info Systems Device ff10
IDE interface
Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 02) (prog-if 80 [Master])
Subsystem: Toshiba America Info Systems Device ff10

GRAPHIC CARD
VGA controller
ATI Technologies Inc M56P [Radeon Mobility X1600]
Subsystem: Toshiba America Info Systems Device ff10

SOUND CARD
Multimedia controller
Intel Corporation N10/ICH 7 Family High Definition Audio 
Controller (rev 02)
Subsystem: Toshiba America Info Systems Device ff10

NETWORK
Network controller
Intel Corporation PRO/Wireless 3945ABG [Golan] Network 
Connection (rev 02)
Subsystem: Intel Corporation Device 1040
Ethernet controller
Intel Corporation 82573L Gigabit Ethernet Controller
Subsystem: Toshiba America Info Systems Device ff10

ProblemType: KernelOops
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-7-generic 2.6.35-7.12
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.35-7.12-generic 2.6.35-rc4
Uname: Linux 2.6.35-7-generic i686
AcpiTables: Error: [Errno 13] Permission denied
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  Slmodemd   1208 F slmodemd
  boden  2069 F pulseaudio
 /dev/snd/pcmC0D6c:   Slmodemd   1208 F...m slmodemd
 /dev/snd/pcmC0D6p:   Slmodemd   1208 F...m slmodemd
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xdc40 irq 47'
   Mixer name   : 'Realtek ALC861'
   Components   : 'HDA:10ec0861,11791205,00100300 
HDA:11c13026,11790001,00100700'
   Controls  : 12
   Simple ctrls  : 9
Date: Fri Jul 16 15:19:32 2010
Failure: oops
Frequency: This has only happened once.
HibernationDevice: RESUME=UUID=2c3d82b7-819e-4c74-8e05-457c88d7c0aa
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: TOSHIBA TECRA A7
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-7-generic 
root=UUID=e4ea79d0-f056-46da-b8a8-87f25d5a7ef3 ro 

[Bug 606144] Re: WARNING: at /build/buildd/linux-2.6.35/net/wireless/core.c:633 wdev_cleanup_work+0xa7/0xd0 [cfg80211]()

2010-07-16 Thread Boden Matthews

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/52016492/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/52016493/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/52016494/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/52016495/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/52016496/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/52016497/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/52016498/Card0.Codecs.codec.1.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/52016499/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52016500/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/52016501/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/52016502/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/52016503/Lsusb.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/52016504/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/52016505/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/52016506/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/52016507/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/52016508/ProcModules.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/52016509/RfKill.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/52016510/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/52016511/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/52016512/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.35/net/wireless/core.c:633 
wdev_cleanup_work+0xa7/0xd0 [cfg80211]()
https://bugs.launchpad.net/bugs/606144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 592051] Re: bleachbit install did not install version for root

2010-07-16 Thread Luca Falavigna
Should be fixed in Maverick.

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

-- 
bleachbit install did not install version for root
https://bugs.launchpad.net/bugs/592051
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 604836] Re: GUI.py crashed with RuntimeWarning: tp_compare didn't return -1 or -2 for exception

2010-07-16 Thread Luca Falavigna
** Visibility changed to: Public

-- 
GUI.py crashed with RuntimeWarning: tp_compare didn't return -1 or -2 for 
exception
https://bugs.launchpad.net/bugs/604836
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606134] Re: ubiquity-slideshow-ubuntu package has outdated translations in Ubuntu 10.04.1

2010-07-16 Thread Dylan McCall
** Changed in: ubiquity-slideshow-ubuntu (Ubuntu)
   Status: New = Confirmed

-- 
ubiquity-slideshow-ubuntu package has outdated translations in Ubuntu 10.04.1
https://bugs.launchpad.net/bugs/606134
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 599061] Re: cannot see/select hidden directories/files

2010-07-16 Thread hawran
OK.
Thank you for info.

-- 
cannot see/select hidden directories/files
https://bugs.launchpad.net/bugs/599061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 565219] Re: package tex-common 2.06 failed to install/upgrade: подпроцесс установлен сценарий post -installation возвратил код о шибки 1

2010-07-16 Thread ksn135
лечиться 
sudo apt-get install texlive-base

-- 
package tex-common 2.06 failed to install/upgrade: подпроцесс установлен 
сценарий post-installation возвратил код ошибки 1
https://bugs.launchpad.net/bugs/565219
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 556386] Re: GUI.py crashed with OSError in makedirs()

2010-07-16 Thread Luca Falavigna
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

** Changed in: bleachbit (Ubuntu)
 Assignee: Andrew Ziem (ahziem1) = (unassigned)

-- 
GUI.py crashed with OSError in makedirs()
https://bugs.launchpad.net/bugs/556386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606134] Re: ubiquity-slideshow-ubuntu package has outdated translations in Ubuntu 10.04.1

2010-07-16 Thread Dylan McCall
I don't really know the way things work to this end, so… if anyone wants
me to shift something around downstream for this to happen, feel free to
ask :)

-- 
ubiquity-slideshow-ubuntu package has outdated translations in Ubuntu 10.04.1
https://bugs.launchpad.net/bugs/606134
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 605072] Re: 404 error

2010-07-16 Thread Micah Gersten
Thank you for reporting this to Ubuntu.  Unfortunately, it looks like
the website you were trying to access is not available.  Please contact
the host of the site for support with this issue.  Please report any
other issues you may find.

** Summary changed:

- leo.rampo...@katamail.com
+ 404 error

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

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

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


[Bug 297744] Re: No Sound with VIA 8237 (snd-via82xx) using pulseaudio

2010-07-16 Thread Nick Jenkins
I have an ASUS K8V-MX motherboard, which had never been used to play
sounds previously (was previously a headless development box). Recently
re-purposed it, and installed MythBuntu 10.04, and could not sound to
work at all, using the onboard VIA 8237, with the snd_via82xx module
(this was using ALSA though, not pulseaudio). Had tried everything in
software (mixers, checked modules, etc), and had begun to conclude it
was this bug. But after many hours finally saw this post: http://ubuntu-
virginia.ubuntuforums.org/showthread.php?t=919634page=2 , and added a
jumper to pins 5-6 and 9-10 on the motherboard's FP_AUDIO block. Then
after undoing some of the software changes I had made, sound just
worked. So, this hardware seems to be fully capable of sound in Linux,
just make sure that it's not a hardware problem - by either using the
front audio connectors, or have the 2 jumpers on the motherboard's
FP_AUDIO block if you want to use the rear connectors.

-- 
No Sound with VIA 8237 (snd-via82xx) using pulseaudio
https://bugs.launchpad.net/bugs/297744
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606079] Re: rekonq doesn't use /etc/hosts

2010-07-16 Thread Rohan Garg
Hi!
Apparently you seem to be using the 0.4 version ( i think ) and this bug is 
fixed in the latest 0.5 release.Please install the latest 0.5 release which has 
a fix for this.

-- 
rekonq doesn't use /etc/hosts
https://bugs.launchpad.net/bugs/606079
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 565325] Re: applet.py crashed with SIGSEGV in PyDict_SetItem()

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

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

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/44576276/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/44576279/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/44576280/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/44576287/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/44576289/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/44576290/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/44576291/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/44576292/ThreadStacktrace.txt

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

** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
applet.py crashed with SIGSEGV in PyDict_SetItem()
https://bugs.launchpad.net/bugs/565325
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606148] [NEW] mouse working, not working or opening programs I dont want or shuts down programs I do monitor shuts down when I try to report bug

2010-07-16 Thread janice
Public bug reported:

Binary package hint: ubuntu-docs

possible - a video file or codecs as when I tried to remove two stopped me by 
moving page up or down...it shut any of the package installers down... it was 
like the mouse had a will of its own even on the net ...teasing and frustrating 
wouldn't let me open bug reporting tool or shutting down monitor when I tried 
to get help or report at ubuntu site ...sometimes it shut things down or opened 
unwanted pages for fun ...I have deleted ubuntu 10.04 from that comp and will 
try reinstall .. but wont be much good if per chance I download same packages 
as I can't recall what they were.
Hope to be a new Ubuntu user soon ... sigh

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

-- 
mouse working, not working or opening programs I dont want or shuts down 
programs I do  monitor shuts down when I try to report bug
https://bugs.launchpad.net/bugs/606148
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 137847] Re: xview does not build correctly on amd64, causing treetool crashes on startup

2010-07-16 Thread MarkG
I just tried building some old Xview code on Lucid x64 and it compiled
fine but crashed the same way; it looks like a 32-bit/64-bit conversion
issue because it's trying to mmap a huge amount of memory and then
trying to print out an error message and crashing. I'm guessing it's
unlikely to ever be fixed if the Debian messages are anything to go by;
making all the varargs code work in 64-bit could be hugely time-
consuming.

-- 
xview does not build correctly on amd64, causing treetool crashes on startup
https://bugs.launchpad.net/bugs/137847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 591624] Re: nx: alt gr broken on lucid + french keyboard

2010-07-16 Thread Joepal
This bug is discussed upstream. There it seems solved, but it is stated
that the ubuntu package need to be updated.

http://code.google.com/p/neatx/issues/detail?id=49


** Bug watch added: code.google.com/p/neatx/issues #49
   http://code.google.com/p/neatx/issues/detail?id=49

-- 
nx: alt gr broken on lucid + french keyboard
https://bugs.launchpad.net/bugs/591624
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 498766] Re: TonePort UX2 recognized but won't play audio

2010-07-16 Thread antivert
Compiling the toneport driver from source fixed the issue. Lucid seems
to have the same problem. After my current lucid reinstall if I still
have the issue I'll submit a bug report.

-- 
TonePort UX2 recognized but won't play audio
https://bugs.launchpad.net/bugs/498766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606134] Re: ubiquity-slideshow-ubuntu package has outdated translations in Ubuntu 10.04.1

2010-07-16 Thread Dylan McCall
** Also affects: ubiquity-slideshow-ubuntu
   Importance: Undecided
   Status: New

** Changed in: ubiquity-slideshow-ubuntu
Milestone: None = 10.04.1

** Changed in: ubiquity-slideshow-ubuntu
   Importance: Undecided = High

** Changed in: ubiquity-slideshow-ubuntu
   Importance: High = Medium

** Changed in: ubiquity-slideshow-ubuntu
   Importance: Medium = High

-- 
ubiquity-slideshow-ubuntu package has outdated translations in Ubuntu 10.04.1
https://bugs.launchpad.net/bugs/606134
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541492] Re: MASTER: [i845] GPU lockup (apport-crash) (Should KMS be blacklisted?)

2010-07-16 Thread Julien Olivier
I confirm that, with the solution in comment #164, the crashes seem
gone. And even suspend works flawlessly! For now, at least...

-- 
MASTER: [i845] GPU lockup (apport-crash) (Should KMS be blacklisted?)
https://bugs.launchpad.net/bugs/541492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 508420] Stacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

StacktraceTop:?? ()
?? ()
?? ()
?? ()
?? ()

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/52018550/Stacktrace.txt

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

-- 
gdb crashed with SIGSEGV in find_pc_sect_symtab()
https://bugs.launchpad.net/bugs/508420
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 508420] Crash report cannot be processed

2010-07-16 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate an useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

gdb: installed version 7.0-0ubuntu1, latest version: 6.8-3ubuntu2
libc-bin: installed version 2.10.1-0ubuntu16, latest version: 2.10.1-0ubuntu17
tzdata: installed version 2009u-0ubuntu0.9.10, latest version: 
2010j-0ubuntu0.9.10
libc6: installed version 2.10.1-0ubuntu16, latest version: 2.10.1-0ubuntu17
dpkg: installed version 1.15.4ubuntu2, latest version: 1.15.4ubuntu2.1
libexpat1: installed version 2.0.1-4ubuntu1, latest version: 2.0.1-4ubuntu1.1


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/37971836/CoreDump.gz

** Tags removed: need-amd64-retrace

-- 
gdb crashed with SIGSEGV in find_pc_sect_symtab()
https://bugs.launchpad.net/bugs/508420
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 402759] Re: Scripts need to be migrated from /etc/event.d to /etc/init

2010-07-16 Thread camden lindsay
I, too am looking for documentation on .conf file format.  Particularly,
i want a service to never start automatically... but to stay installed.
What is the most appropriate way of doing this?  Remove/comment all
'start on' lines?

-- 
Scripts need to be migrated from /etc/event.d to /etc/init
https://bugs.launchpad.net/bugs/402759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 601009] Re: swt-gtk fails to build from source in maverick

2010-07-16 Thread Ahmed El-Mahmoudy
Hello,

  There is a fix in the related Debian bug.

-- 
swt-gtk fails to build from source in maverick
https://bugs.launchpad.net/bugs/601009
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606150] [NEW] mythbuntu 10.04 fails to upgrade

2010-07-16 Thread Keven Duncan
Public bug reported:

Binary package hint: update-manager

10.04 upgrade fails: ubuntu-desktop in the removal blacklist
Do not have xubuntu-desktop 
Do I have to uninstall mythbuntu-desktop?  How do I do this?

ProblemType: Bug
Architecture: i386
CheckboxSubmission: cfad31329e81d00bf9a05c2a474343c2
CheckboxSystem: 2a6f54df59af338184485e85cbcf0d32
Date: Sat Jul 17 02:52:52 2010
DistroRelease: Ubuntu 9.10
LiveMediaBuild: Mythbuntu 10.04 LTS Lucid Lynx - Release i386 (20100427.1)
NonfreeKernelModules: nvidia
Package: update-manager 1:0.126.10
PackageArchitecture: all
ProcEnviron:
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-22.60-generic
SourcePackage: update-manager
Uname: Linux 2.6.31-22-generic i686

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


** Tags: apport-bug i386

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

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


[Bug 606150] Re: mythbuntu 10.04 fails to upgrade

2010-07-16 Thread Keven Duncan

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52018486/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/52018487/XsessionErrors.txt

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

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


[Bug 595896] Re: Thinkpad SL510 Mute button not working

2010-07-16 Thread Leo Arias
Thanks for taking the time to report his bug and comment on it. However,
I've noticed that this bug has been Confirmed although there is not
clear indication as to how to recreate this bug [ or version of software
affected ]. Subsequently, I'm setting its status to Incomplete until
that information is provided. You can learn more about bug statuses at
http://wiki.ubuntu.com/Bugs/Status. Thanks for taking the time to make
Ubuntu better!

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

** Tags added: kernel-input
** Tags removed: needs-kernel-logs

-- 
Thinkpad SL510 Mute button not working
https://bugs.launchpad.net/bugs/595896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 595084] Stacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

StacktraceTop:g_type_check_instance_is_a ()
brasero_session_span_get_max_space (session=0xa09e9f8)
brasero_project_is_valid (session=0xa09e9f8, 
g_cclosure_marshal_VOID__VOID ()
g_closure_invoke () from /usr/lib/libgobject-2.0.so.0

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/52019113/Stacktrace.txt

-- 
brasero crashed with SIGSEGV in g_type_check_instance_is_a()
https://bugs.launchpad.net/bugs/595084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >