[Bug 413419] Re: Boot messages show on Acer Aspire One

2009-08-14 Thread Jerry Snitselaar
The message is in pci_claim_resource() in drivers/pci/setup-res.c. It looks like this has been discussed on linux-kernel: http://lkml.org/lkml/2009/6/24/373 -- Boot messages show on Acer Aspire One https://bugs.launchpad.net/bugs/413419 You received this bug notification because you are a

[Bug 355970] Re: jaunty nautilus Segmentation fault (core dumped)

2009-08-07 Thread Jerry Snitselaar
For future reference in order to get core dumps for applications to save you probably need to modify your ulimit settings. Do a 'ulimit -a' and most likely core file size is set to 0. You can set it to take a core dump by specifying a maximum size for the dump, or setting it to unlimited with

[Bug 400261] Re: Segmentation fault

2009-08-07 Thread Jerry Snitselaar
Is there some other indication that is making you think this is related to the nvidia driver? It would have been nice if it had dumped a stack trace along with that message. Hard to tell if it is Nautilus calling into a wrong location for a library routine in libpixbufloader-png.so, or if it is

[Bug 398332] Re: terminal shows blank screen

2009-07-16 Thread Jerry Snitselaar
My guess is that your shell is getting hung up on something in a initialization file like .bashrc, .bash_login, or .profile or their equivalents if you are using csh, ksh, or some other shell. -- terminal shows blank screen https://bugs.launchpad.net/bugs/398332 You received this bug

[Bug 399102] Re: cannot play msnbc video with firefox or opera

2009-07-14 Thread Jerry Snitselaar
Should this be marked invalid, or should it be moved to swfdec-mozilla? -- cannot play msnbc video with firefox or opera https://bugs.launchpad.net/bugs/399102 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 399102] Re: cannot play msnbc video with firefox or opera

2009-07-14 Thread Jerry Snitselaar
*** This bug is a duplicate of bug 382085 *** https://bugs.launchpad.net/bugs/382085 ** This bug has been marked a duplicate of bug 382085 MSNBC video doesn't play ** Package changed: firefox-3.0 (Ubuntu) = swfdec-mozilla (Ubuntu) -- cannot play msnbc video with firefox or opera

[Bug 399102] Re: cannot play msnbc video with firefox or opera

2009-07-13 Thread Jerry Snitselaar
Do you have a swf plugin installed, like the flashplugin-installer or swfdec-mozilla package? I am able to play video on msnbc.com through firefox 3.0.11 on Ubuntu 9.04 i386 with the flashplugin-installer package installed. -- cannot play msnbc video with firefox or opera

[Bug 398332] Re: terminal shows blank screen

2009-07-13 Thread Jerry Snitselaar
Have you made any changes to your .bashrc file? Is there any prompt at all, or just the flashing cursor? Perhaps try adding another user account as a test, login as that user, and start a terminal to see if it exhibits the same problem with another account. -- terminal shows blank screen

[Bug 398332] Re: terminal shows blank screen

2009-07-13 Thread Jerry Snitselaar
Also what terminal program are you using? gnome-terminal? -- terminal shows blank screen https://bugs.launchpad.net/bugs/398332 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

[Bug 281921] Re: brasero won't burn cds / dvds anymore

2008-10-12 Thread Jerry Snitselaar
Unable to reproduce on my amd64 system. [EMAIL PROTECTED]:~$ lsb_release -dr Description:Ubuntu intrepid (development branch) Release:8.10 [EMAIL PROTECTED]:~$ uname -a Linux ubuntu-810 2.6.27-7-generic #1 SMP Fri Oct 10 03:55:01 UTC 2008 x86_64 GNU/Linux [EMAIL PROTECTED]:~$

[Bug 281970] Re: activating swap failed

2008-10-11 Thread Jerry Snitselaar
Can you post the output of 'free', 'swapon -s', and perhaps a png of the gnome-system-monitor window? -- activating swap failed https://bugs.launchpad.net/bugs/281970 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 281970] Re: activating swap failed

2008-10-11 Thread Jerry Snitselaar
Also what are the contents of /etc/fstab ? I'm not sure what gnome-system-monitor would have to do with swap being active since it is just presenting information about the system. -- activating swap failed https://bugs.launchpad.net/bugs/281970 You received this bug notification because you are

[Bug 281962] Re: Dual-Boot problem on Raid0 Setup

2008-10-11 Thread Jerry Snitselaar
Is the raid0 set up through software raid(md), or is it set up through a hw raid controller? What is the full output of '/sbin/fdisk -lu' for /dev/sda and /dev/sdb ? -- Dual-Boot problem on Raid0 Setup https://bugs.launchpad.net/bugs/281962 You received this bug notification because you are

[Bug 281941] Re: stracing gtk-recordMyDesktop hangs up my PC

2008-10-11 Thread Jerry Snitselaar
I was able to reproduce it, but I was able to deal with the lockup by doing ctl-alt-backspace to restart the x server. It looked like it was doing a read() at the point becomes unresponsive. -- stracing gtk-recordMyDesktop hangs up my PC https://bugs.launchpad.net/bugs/281941 You received this

[Bug 268864] Re: Play/Pause button does not toggle between pause and play icon when pushed

2008-09-12 Thread Jerry Snitselaar
If it is decided this is a bug and not a feature here is a patch to fix it: diff -r -U10 amarok-1.4.9.1/amarok/src/actionclasses.cpp amarok-patched/amarok/src/actionclasses.cpp --- amarok-1.4.9.1/amarok/src/actionclasses.cpp 2008-04-10 13:16:37.0 -0700 +++

[Bug 268864] Re: Play/Pause button does not toggle between pause and play icon when pushed

2008-09-12 Thread Jerry Snitselaar
Okay. I just figured amarok would want to behave the way most applications that have a Play/Pause button do. -- Play/Pause button does not toggle between pause and play icon when pushed https://bugs.launchpad.net/bugs/268864 You received this bug notification because you are a member of Ubuntu

[Bug 268864] [NEW] Play/Pause button does not toggle between pause and play icon when pushed

2008-09-11 Thread Jerry Snitselaar
Public bug reported: Binary package hint: amarok Description:Ubuntu 8.04.1 Release:8.04 Amarok: 2:1.4.9.1-0ubuntu3 Very minor bug, or possibly even a feature. The play/pause button always shows a pause icon no matter whether it is paused or playing. No matter how many times the

[Bug 268864] Re: Play/Pause button does not toggle between pause and play icon when pushed

2008-09-11 Thread Jerry Snitselaar
Attaching pic of amarok paused. When paused the background of the Play/Pause button is darker like it is selected. When playing the background is not darker. There are other indications on the screen as to the state so as I said a very minor bug, but I think the expected behavior would be for the

[Bug 268864] Re: Play/Pause button does not toggle between pause and play icon when pushed

2008-09-11 Thread Jerry Snitselaar
Pic of playing state for comparison. ** Attachment added: playing.png http://launchpadlibrarian.net/17531011/playing.png -- Play/Pause button does not toggle between pause and play icon when pushed https://bugs.launchpad.net/bugs/268864 You received this bug notification because you are a