[Bug 314643] Re: package linux-image-2.6.27-11-generic 2.6.27-11.22 failed to install/upgrade: subprocess post-installation script returned error exit status 2
I'm getting the same error with today's update to 2.6.27-11.25 on both generic and server. I can't copy the error so I'll sum it up: ... Fatal: Bios device code 0x80 is being used by two disks /dev/sdc (0x0820) and /dev/sda (0x0800) Failed to create initrd image. ... sda is my boot disk and sdc is an audio player that's always plugged in (has never been an issue before). I did plug in another USB flash disk during the update (not sda nor sdc) ... might that have caused an issue? At this point, I'm concerned that a reboot might break the system since subsequent reinstallations continue to fail (even with the extra drives removed). -- package linux-image-2.6.27-11-generic 2.6.27-11.22 failed to install/upgrade: subprocess post-installation script returned error exit status 2 https://bugs.launchpad.net/bugs/314643 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 314643] Re: package linux-image-2.6.27-11-generic 2.6.27-11.22 failed to install/upgrade: subprocess post-installation script returned error exit status 2
I just tried to update to the following day's kernel: 2.6.27-11.26 and ran into the same issue. The first error I spot in the synaptic terminal is: ERROR lilo fails for new /boot/initrd.img-2.6.27-11-generic: ... And now, instead of the BIOS error, I get: Fatal: raid_setup: stat("/dev/sda") I'm not using any software raid or fake raid but do have bonafide hardware raid card. Haven't had any issues duing the last 10 kernel updates or so. Also worth mentioning that I run LILO and use the server kernel so I can enable PAE. Again, updating this hasn't been an issue before. -- package linux-image-2.6.27-11-generic 2.6.27-11.22 failed to install/upgrade: subprocess post-installation script returned error exit status 2 https://bugs.launchpad.net/bugs/314643 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 351754] Re: Gnome-system-monitor crashes due to missing icon
Just had the same issue here. A reboot didn't fix it but as the OP found, using strace, it was crashing when it couldn't find an icon. Terminal.svg was missing but didn't solve it. In my case, it couldn't find picard.xpm (a music tagger) and was aborting. It ran fine as root, for whatever reason. Architecture: i386 DistroRelease: Ubuntu 8.10 Package: gnome-system-monitor 2.24.1-0ubuntu1 SourcePackage: gnome-system-monitor Uname: Linux 2.6.27-11-server (strace output) gettimeofday({1241311848, 215515}, NULL) = 0 lstat64("/usr/share/pixmaps/picard.xpm", {st_mode=S_IFLNK|0777, st_size=13, ...}) = 0 stat64("/usr/share/pixmaps/picard.xpm", 0xbfa4b4f8) = -1 ENOENT (No such file or directory) open("/usr/share/pixmaps/picard.xpm", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) write(2, "terminate called after throwing "..., 48terminate called after throwing an instance of ') = 48 write(2, "Gio::Error", 10Gio::Error) = 10 write(2, "\'\n", 2' ) = 2 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 tgkill(17164, 17164, SIGABRT) = 0 --- SIGABRT (Aborted) @ 0 (0) --- +++ killed by SIGABRT +++ -- Gnome-system-monitor crashes due to missing icon https://bugs.launchpad.net/bugs/351754 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 348115] Re: Sound stop working in Intrepid Ibex
I have the same issue here, though I haven't isolated it to flash content (will look into that). It seems that pulseaudio crashes, and does it very frequently - sometimes within 30 minutes. Regardless, if it's pulseaudio that's crashing for you, try "killall -9 pulseaudio" in the terminal (I'm not sure what the -9 does but it seems necessary for this workaround). Then run pulseaudio from the Run box or from the terminal if you want to watch it crash again. You will need to restart any program you want to hear after you restart pulseaudio. The nice thing is that this is a lot faster than rebooting (though I have to do it five times a day) and it works every time :) Good luck. -- Sound stop working in Intrepid Ibex https://bugs.launchpad.net/bugs/348115 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 361200] Re: No audio on VIA 82xx chipset
same issue for me. I haven't had audio through 8.04, 8.10, and 9.04. Hardy didn't show a volume icon and couldn't find any audio devices. Intrepid showed a volume icon but had an X through. Jaunty sees the device, has the volume icon, but outputs no sound. Currently using Jaunty, 2.6.28-11-generic, otherwise specs are exactly as OP posted. -- No audio on VIA 82xx chipset https://bugs.launchpad.net/bugs/361200 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 366360] Re: Fails to parse xorg.conf
I'm having the same problem on a fresh install of 9.04. I installed the restricted nvidia driver 180, rebooted, configured the dual monitors via nvidia-settings and get the same error as above. Running nvidia-settings with gksu didn't help but from the terminal I see the following: VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf. Undefined Device "(null)" referenced by Screen "Default Screen". The original xorg.conf is attached. I added the following line to the "Screen" section and now nvidia-settings is working correctly: Device "Default Device" It appears that nvidia-settings is behind X in its guessing ability and simply gives up when no video device is specified under Screen. X, on the other hand, seems to march through the file and just grab the first available device. Also of note, you have to run nvidia-settings as root (gksu nvidia- settings) or you won't have permissions to save the X files anyway. Perhaps those devs could have it prompt the user for a password or ubuntu devs could have it do the same on launching? ** Attachment added: "xorg.conf" http://launchpadlibrarian.net/26954057/xorg.conf -- Fails to parse xorg.conf https://bugs.launchpad.net/bugs/366360 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 133688] Re: Changing 'view as' on a completed search restarts the seach again
I'll confirm having this issue in 8.10 (and 8.04). I thought it might have been carried over with my settings but I just tested it in a fresh Intrepid 32bit install (before and after updating) and it hasn't been fixed. Is it coming in a future release? -- Changing 'view as' on a completed search restarts the seach again https://bugs.launchpad.net/bugs/133688 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 261694] Re: kicker crashes after upgrading to KDE 3.5.10
I'm in the same boat but so far I can't stop it from crashing. Initially, I uninstalled fusion-icon to no avail. Then "sudo apt-get remove --purge kicker-taskbar-compiz" seemed to work, as it stopped crashing for a few hours. I removed the trash icon from kicker because I was getting multiple dialog boxes regarding the trash whenever it crashed. Next, I noticed it happened sometimes right when I switched desktops, so I removed the desktop preview & pager. It crashed every couple of hours today and at the moment, it won't run at all -- just crashes immediately after starting. --- Okay, just found some consistency. I have eight desktops, and dual monitors, and use transparency in kicker. It's crashing as soon as I start it on desktop 4, and crashes anytime I switch to desktop 4. It seems stable switching between the other desktops, at least for the last 20 seconds. Desktop 4 uses a gradient background (kdesktop > options > colors > horizontal gradient) across both screens while all the other desktops use images for their wallpaper, some across both screens and some not. I also noticed the background of Tasty menu flickering for a second after changing desktops and sometimes retaining artifacts, like incorrect renders of the background. It didn't used to do that. I'm going to change desktop 4 to an image background and see if I can keep kicker running. I'll report back if things get stable again. Also, for anyone in a pinch like me, you can try using fbpanel (in repos) as a replacement bar. Hope this helps: [Thread debugging using libthread_db enabled] [New Thread 0xb66c06c0 (LWP 10332)] [KCrash handler] #6 0xb709c190 in QImage::pixel (this=0xbfe28298, x=1, y=1) at kernel/qimage.cpp:2270 #7 0xb60264d3 in TastyButton::drawButton () from /usr/lib/kde3/tastymenu_panelapplet.so #8 0xb71712dc in QButton::paintEvent (this=0x8187958) at widgets/qbutton.cpp:890 #9 0xb710b22b in QWidget::event (this=0x8187958, e=0xbfe28620) at kernel/qwidget.cpp:4808 #10 0xb7068c36 in QApplication::internalNotify (this=0x8056a28, receiver=0x8187958, e=0xbfe28620) at kernel/qapplication.cpp:2638 #11 0xb706b564 in QApplication::notify (this=0x8056a28, receiver=0x8187958, e=0xbfe28620) at kernel/qapplication.cpp:2526 #12 0xb782a9b2 in KApplication::notify (this=0x8056a28, receiver=0x8187958, event=0xbfe28620) at /build/buildd/kdelibs-3.5.10/./kdecore/kapplication.cpp:550 #13 0xb6ff928d in QApplication::sendEvent (receiver=0x8187958, event=0xbfe28620) at ../include/qapplication.h:523 #14 0xb70341e3 in QWidget::repaint (this=0x8187958, [EMAIL PROTECTED], erase=true) at kernel/qwidget_x11.cpp:1627 #15 0xb7069c56 in QApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qapplication.cpp:3299 #16 0xb7069d76 in QApplication::sendPostedEvents () at kernel/qapplication.cpp:3213 #17 0xb700d8a3 in QEventLoop::processEvents (this=0x80865c8, flags=0) at kernel/qeventloop_x11.cpp:147 #18 0xb7083f02 in QEventLoop::processEvents (this=0x80865c8, flags=0, maxTime=3000) at kernel/qeventloop.cpp:261 #19 0xb706a84a in QApplication::processEvents (this=0x8056a28, maxtime=3000) at kernel/qapplication.cpp:2696 #20 0xb706a875 in QApplication::processEvents (this=0x8056a28) at kernel/qapplication.cpp:2680 #21 0xb7f6ddd4 in ExtensionManager::initialize (this=0x80bed20) at /build/buildd/kdebase-3.5.10/./kicker/kicker/core/extensionmanager.cpp:129 #22 0xb7f6e724 in ExtensionManager::qt_invoke (this=0x80bed20, _id=3, _o=0xbfe28ab8) at ./extensionmanager.moc:122 #23 0xb70d4704 in QObject::activate_signal (this=0x80cd110, clist=0x80c0b40, o=0xbfe28ab8) at kernel/qobject.cpp:2359 #24 0xb7463aba in QSignal::signal (this=0x80cd110, [EMAIL PROTECTED]) at .moc/debug-shared-mt/moc_qsignal.cpp:100 #25 0xb70f37b2 in QSignal::activate (this=0x80cd110) at kernel/qsignal.cpp:215 #26 0xb70fb936 in QSingleShotTimer::event (this=0x80cd0e8) at kernel/qtimer.cpp:289 #27 0xb7068c36 in QApplication::internalNotify (this=0x8056a28, receiver=0x80cd0e8, e=0xbfe28dc8) at kernel/qapplication.cpp:2638 #28 0xb706aa5f in QApplication::notify (this=0x8056a28, receiver=0x80cd0e8, e=0xbfe28dc8) at kernel/qapplication.cpp:2361 #29 0xb782a9b2 in KApplication::notify (this=0x8056a28, receiver=0x80cd0e8, event=0xbfe28dc8) at /build/buildd/kdelibs-3.5.10/./kdecore/kapplication.cpp:550 #30 0xb6ff928d in QApplication::sendEvent (receiver=0x80cd0e8, event=0xbfe28dc8) at ../include/qapplication.h:523 #31 0xb705bb19 in QEventLoop::activateTimers (this=0x80865c8) at kernel/qeventloop_unix.cpp:559 #32 0xb700e64b in QEventLoop::processEvents (this=0x80865c8, flags=4) at kernel/qeventloop_x11.cpp:392 #33 0xb7083f90 in QEventLoop::enterLoop (this=0x80865c8) at kernel/qeventloop.cpp:201 #34 0xb7083c8e in QEventLoop::exec (this=0x80865c8) at kernel/qeventloop.cpp:148 #35 0xb706a7df in QApplication::exec (this=0x8056a28) at kernel/qapplication.cp
[Bug 261694] Re: kicker crashes after upgrading to KDE 3.5.10
Hi, I should have mentioned I'm only using kwin, though I have compiz installed and have used it before. Applets: tasty menu, system menu, a couple of quick menus, recent docs, quick launch, taskbar, system guard, the tray and the clock. Still no crashes since I last posted but I've only been actively using it for about four hours. I'll post again with an update, either way, around sunday. Thx. -- kicker crashes after upgrading to KDE 3.5.10 https://bugs.launchpad.net/bugs/261694 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 133688] Re: Changing 'view as' on a completed search restarts the seach again
do you mean that it's a duplicate or that it's not going to get fixed? -- Changing 'view as' on a completed search restarts the seach again https://bugs.launchpad.net/bugs/133688 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 327695] Re: soundconverter converts,but output contains no data
I was experiencing this exact behavior converting a set of wav files (recently ripped from a CD). It turned out that the wav files themselves had some issues related to 8.10. They only played in mplayer & VLC, for example. After using sox to create new copies of the files and soundconverter worked properly on the new copies. Perhaps it's an issue with the source files? -- soundconverter converts,but output contains no data https://bugs.launchpad.net/bugs/327695 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 261694] Re: kicker crashes after upgrading to KDE 3.5.10
Ok, it has remained stable, though the tasty menu background is still quirky. I've added back in the applets I had removed *other than fusion- icon* and have even set one of my desktops back to a gradient. Overall, the only differences are: - I've rebooted *again* after purging the kicker-taskbar-compiz package - that the gradient background is on a different desktop now. This is solved for me. Thanks for the help :) -- kicker crashes after upgrading to KDE 3.5.10 https://bugs.launchpad.net/bugs/261694 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 568050] Re: Ubuntu 10.04 can't create partition on fakeraid
confirming that this happens with the 10.04 final release as well. 10.04 i386 desktop nvidia geforce 8200 fakeraid -- Ubuntu 10.04 can't create partition on fakeraid https://bugs.launchpad.net/bugs/568050 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 475867] Re: X11 session closes all aps and returns to gdm login screen after console-kit-daemon message
Similar crash. System dropped to a terminal for a few seconds, then pulled up GDM login. This is on a fresh install of 9.10 where I just added a 3ware RAID card & enabled compiz again. Prior to those changes, the system has been stable for 2+ months. ubuntu 9.10, i386 compiz 0.8.4 virtualbox 3.1.2 nvidia video same consolekit info as the OP I was actively typing in Flock but also running chrome, virtualbox, exaile, jungledisk, a small number of utilities, and had the RAID card doing a migration in the background. Mem use was probably around 80%. syslog . Jan 20 23:17:01 blackbird CRON[11163]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jan 20 23:17:24 blackbird pulseaudio[2171]: asyncq.c: q overrun, queuing locally Jan 20 23:17:26 blackbird pulseaudio[2171]: last message repeated 6 times Jan 20 23:17:26 blackbird jungledisk: xServiceTransport - Transport error during GetEvents#012xConnectFailed - HTTP connection failed: couldn't connect to host [127.0.0.1:10891] Jan 20 23:17:27 blackbird jungledisk: Error Details (Jungle Disk Desktop 3.04 Linux Console i386)#012#012Error communicating with service#012Exception Code: xServiceTransport (107)#012Time: 01/20/2010 11:17:26 PM (GMT-8)#012Detailed Message: Transport error during GetEvents#012Error Location: JXRTransport.cpp:30 #012 via JDManagerProxy.cpp:207 #012-- Inner Exception: --#012Exception Code: xConnectFailed (4)#012Time: 01/20/2010 11:17:26 PM (GMT-8)#012Detailed Message: HTTP connection failed: couldn't connect to host [127.0.0.1:10891]#012Error Location: JungleHTTP.cpp:897 Jan 20 23:17:27 blackbird console-kit-daemon[1182]: GLib-GObject-WARNING: instance of invalid non-instantiatable type `' Jan 20 23:17:27 blackbird console-kit-daemon[1182]: GLib-GObject-CRITICAL: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed Jan 20 23:17:27 blackbird console-kit-daemon[1182]: GLib-GObject-CRITICAL: g_object_unref: assertion `G_IS_OBJECT (object)' failed Jan 20 23:17:29 blackbird kernel: [63013.386732] VirtualBox[4698] general protection ip:3c3079 sp:b61f0e40 error:0 in libc-2.10.1.so[394000+13e000] Jan 20 23:17:32 blackbird gdm-simple-slave[11196]: WARNING: Unable to load file '/etc/gdm/custom.conf': No such file or directory Jan 20 23:17:32 blackbird pulseaudio[11208]: pid.c: Stale PID file, overwriting. ... daemon log Jan 20 23:17:27 blackbird console-kit-daemon[1182]: GLib-GObject-WARNING: instance of invalid non-instantiatable type `' Jan 20 23:17:27 blackbird console-kit-daemon[1182]: GLib-GObject-CRITICAL: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed Jan 20 23:17:27 blackbird console-kit-daemon[1182]: GLib-GObject-CRITICAL: g_object_unref: assertion `G_IS_OBJECT (object)' failed Jan 20 23:17:32 blackbird gdm-simple-slave[11196]: WARNING: Unable to load file '/etc/gdm/custom.conf': No such file or directory .. lspci .. 00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02) 00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) 00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02) 00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92) 00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02) 01:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7950 GT] (rev a1) 02:00.0 RAID bus controller: 3ware Inc 9650SE SATA-II RAID PCIe (rev 01) 03:00.0 SATA controller: JMicron Technology Corp. JMB362/JMB363 AHCI Controller (rev 02) 03:00.1 IDE interface: JMicron Technology Corp. JMB362/JMB363 AHCI Controller (rev 02) 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10) 04:0
[Bug 475867] Re: X11 session closes all aps and returns to gdm login screen after console-kit-daemon message
Third of these crashes in the past two weeks. In at least two of the instances, the console-kit errors were preceded by a segfault in virtualbox (v 3.1.2 r56127). Whereas this system is normally stable, these recent crashes are happening after just a couple days of uptime. .. syslog Feb 2 02:00:06 blackbird kernel: [120953.944655] VirtualBox[16558]: segfault at 8a7dfd58 ip 00aecfb8 sp bfd77c40 error 4 in libc-2.10.1.so[abe000+13e000] Feb 2 02:00:08 blackbird console-kit-daemon[1205]: GLib-GObject-WARNING: instance with invalid (NULL) class pointer Feb 2 02:00:08 blackbird console-kit-daemon[1205]: GLib-GObject-CRITICAL: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed Feb 2 02:00:08 blackbird console-kit-daemon[1205]: GLib-GObject-CRITICAL: g_object_unref: assertion `G_IS_OBJECT (object)' failed -- X11 session closes all aps and returns to gdm login screen after console-kit-daemon message https://bugs.launchpad.net/bugs/475867 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 515359] Re: Flash sound stops functioning in Firefox 3.6
Same issue here, for the last few weeks but mine hasn't gone away. I have to restart firefox at least once a day or just use an alternate browser for flash content. OGV works fine. Unlike previous issues, I don't need to restart pulseaudio -- just firefox. And FWIW, I can use flash in other browsers after it's crashed in firefox. Ubuntu 9.10 firefox 3.6 (ubuntuzilla repo) flash 10.0.0.45.2ubuntu0.9 (karmic-updates repo) ** Changed in: firefox (Ubuntu) Status: Invalid => New -- Flash sound stops functioning in Firefox 3.6 https://bugs.launchpad.net/bugs/515359 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 515359] Re: Flash sound stops functioning in Firefox 3.6
I can understand that :) FWIW, I just discovered today that it also happens in chrome so it seems my issue is with the flash plugin & ubuntu, not with firefox. Thanks. -- Flash sound stops functioning in Firefox 3.6 https://bugs.launchpad.net/bugs/515359 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
I've had the same issue going back to 8.10, though the versions have gotten better at detecting the hardware, just not producing any audio. VIA 8237 xubuntu 9.10 karmic, ubuntu 9.04, xubuntu 8.10 apport-collect forthcoming ... then I'm going to try Bas' fix above. -- 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 297744] apport-collect data
Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: jay2217 F xfce4-mixer-plu jay2253 F xfce4-volumed CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'V8237'/'VIA 8237 with ALC250 at 0x1000, irq 22' Mixer name : 'Realtek ALC250 rev 2' Components : 'AC97a:414c4752' Controls : 40 Simple ctrls : 24 DistroRelease: Ubuntu 9.10 HibernationDevice: RESUME=UUID=289eff07-29b9-4c1c-8a87-40ffdab35db7 Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Gateway MX3210 Package: linux (not installed) PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-14-generic root=/dev/mapper/lvm-root ro quiet splash ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-14.48-generic RelatedPackageVersions: linux-backports-modules-2.6.31-14-generic N/A linux-firmware 1.24 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no Uname: Linux 2.6.31-14-generic i686 UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare WifiSyslog: dmi.bios.date: 01/06/2006 dmi.bios.vendor: Phoenix dmi.bios.version: 73.03 dmi.board.vendor: Gateway dmi.board.version: Rev1.73.03 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 8 dmi.chassis.vendor: Gateway dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenix:bvr73.03:bd01/06/2006:svnGateway:pnMX3210:pvr73.03:rvnGateway:rn:rvrRev1.73.03:cvnGateway:ct8:cvrN/A: dmi.product.name: MX3210 dmi.product.version: 73.03 dmi.sys.vendor: Gateway -- 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 297744] AlsaDevices.txt
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/35746330/AlsaDevices.txt -- 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 297744] AplayDevices.txt
** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/35746331/AplayDevices.txt -- 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 297744] ArecordDevices.txt
** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/35746332/ArecordDevices.txt -- 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 297744] BootDmesg.txt
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/35746334/BootDmesg.txt -- 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 297744] Card0.Amixer.values.txt
** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/35746336/Card0.Amixer.values.txt -- 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 297744] Card0.Codecs.codec97.0.ac97.0.0.txt
** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt" http://launchpadlibrarian.net/35746337/Card0.Codecs.codec97.0.ac97.0.0.txt -- 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 297744] Card0.Codecs.codec97.0.ac97.0.0.regs.txt
** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt" http://launchpadlibrarian.net/35746338/Card0.Codecs.codec97.0.ac97.0.0.regs.txt -- 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 297744] CurrentDmesg.txt
** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/35746339/CurrentDmesg.txt -- 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 297744] IwConfig.txt
** Attachment added: "IwConfig.txt" http://launchpadlibrarian.net/35746340/IwConfig.txt -- 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 297744] Lspci.txt
** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/35746341/Lspci.txt -- 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 297744] PciMultimedia.txt
** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/35746342/PciMultimedia.txt -- 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 297744] ProcCpuinfo.txt
** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/35746345/ProcCpuinfo.txt -- 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 297744] ProcInterrupts.txt
** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/35746346/ProcInterrupts.txt -- 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 297744] ProcModules.txt
** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/35746347/ProcModules.txt -- 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 297744] UdevDb.txt
** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/35746348/UdevDb.txt -- 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 297744] UdevLog.txt
** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/35746349/UdevLog.txt -- 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 297744] XsessionErrors.txt
** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/35746350/XsessionErrors.txt ** Changed in: linux (Ubuntu) Status: Incomplete => New ** Tags added: apport-collected -- 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 475867] Re: X11 session closes all aps and returns to gdm login screen after console-kit-daemon message
My first crash in two months -- so they at least have been less frequent for me since disabling compiz. syslog: Apr 13 01:52:52 blackbird kernel: [211176.797353] __ratelimit: 30 callbacks suppressed Apr 13 01:52:52 blackbird kernel: [211176.797359] VirtualBox[26446]: segfault at c7d9e18 ip 001ebfb8 sp b5ef8e40 error 4 in libc-2.10.1.so[1bd000+13e000] Apr 13 01:52:54 blackbird console-kit-daemon[1164]: GLib-GObject-WARNING: instance of invalid non-instantiatable type `(null)' Apr 13 01:52:54 blackbird console-kit-daemon[1164]: GLib-GObject-CRITICAL: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed Apr 13 01:52:54 blackbird console-kit-daemon[1164]: GLib-GObject-CRITICAL: g_object_unref: assertion `G_IS_OBJECT (object)' failed -- X11 session closes all aps and returns to gdm login screen after console-kit-daemon message https://bugs.launchpad.net/bugs/475867 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 475867] Re: X11 session closes all aps and returns to gdm login screen after console-kit-daemon message
I've been running stable for over five weeks now *after* disabling Compiz. Note that I was also stable before running compiz. -- X11 session closes all aps and returns to gdm login screen after console-kit-daemon message https://bugs.launchpad.net/bugs/475867 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 475867] Re: X11 session closes all aps and returns to gdm login screen after console-kit-daemon message
** Tags added: crash -- X11 session closes all aps and returns to gdm login screen after console-kit-daemon message https://bugs.launchpad.net/bugs/475867 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 424409] Re: F-Spot crashes on Facebook Export
Thanks for the patch, Iain! Unfortunately, I get a permission error when the addin manager tries to uninstall the old addin. Running f-spot as root just crashes. Anyone have a workaround? -- F-Spot crashes on Facebook Export https://bugs.launchpad.net/bugs/424409 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 348115] Re: Sound stop working in Intrepid Ibex
@pedro this issue seems more or less fixed in Jaunty. I've only had pulseaudio crash about twice since Jaunty came out. -- Sound stop working in Intrepid Ibex https://bugs.launchpad.net/bugs/348115 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 115801] Re: max inotify user watches in the kernel should be increased for beagle indexing to be optimal
As an end user, i'm curious -- how was this addressed in procps 1:3.2.7-3ubuntu6? I'm still running into this hard limit in jaunty. -- max inotify user watches in the kernel should be increased for beagle indexing to be optimal https://bugs.launchpad.net/bugs/115801 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 867749] Re: Permission Denied error when reading a pdf format file whos name doesn't end in .pdf
This continues in Ubuntu 18.10 and dmesg indicates it's Apparmor's fault. I'm confused as to where I should follow up though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867749 Title: Permission Denied error when reading a pdf format file whos name doesn't end in .pdf To manage notifications about this bug go to: https://bugs.launchpad.net/evince/+bug/867749/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1742106] Re: NMI watchdog: BUG: soft lockup - CPU#9 stuck for 22s! [linux:23890]
I'm getting what appears to be the same error after gaming for a couple hours. About 8 of 16 cores softlock. My Dmesg mentions my amdgpu as well. Ubuntu 18.04 4.15.0-33-generic #36-Ubuntu SMP Someone with a similar error found it was their power supply. I'm going to try a mainline kernel and see if it helps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742106 Title: NMI watchdog: BUG: soft lockup - CPU#9 stuck for 22s! [linux:23890] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742106/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1474538] Re: nouveau driver fills syslog when running xscreensaver (molecule)
same as previous poster. I've seen this once each day after installing. Kern.log and syslog baloon until drive is full. Kernel / system locks up as described in previous entries. Ubuntu 16.04.1 running KDE Neon desktop kernel 4.4.0-57-generic no screensavers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1474538 Title: nouveau driver fills syslog when running xscreensaver (molecule) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1474538/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1418357] Re: gnome-system-log auto-scrolls away from entry being viewed
In 16.04, I have the option to disable autoscroll but the sane default expected by the OP still seems much more useful, convenient, and common. Additionally, with autoscroll enabled, the app will change the log file being viewed every few seconds - in this case, from syslog to Xorg.0.log. That makes even less sense. gnome-system-log v3.9.90 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1418357 Title: gnome-system-log auto-scrolls away from entry being viewed To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1418357/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 883803] Re: [fglrx] ASIC hang happened
I'm seeing this error intermittently when putting my laptop to sleep. Sometimes, when opening the lid, the video won't come back on (though the screen's backlight is on) and I'm forced to hard reset. I can't switch terminals. I haven't tried SSH but the kernel seems to be running as the log shows constant firewall activity (UFW). The system log shows "ASIC hang happened" three minutes after the sleep process initiates. Log attached. kubuntu 11.10 fglrx 2:8.881-0ubuntu4.1 AND 2:8.911-0ubuntu0.1 ** Attachment added: "system log" https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/883803/+attachment/2885535/+files/fglrx%20ASIC%20hang%20happened -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883803 Title: [fglrx] ASIC hang happened To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/883803/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 574585] Re: Windows on widget layer move up screen
My windows are moving approximately the same number of pixels as the height of my title bar. If I set the height of the title bar to Y (indirectly, via appearance > fonts > window title font), then the widget layer will move Y pixels, on every toggle. It's ironic in that the more use you have for the widget layer -- more apps, more frequent use -- the more of a problem this becomes, in that you constantly have to drag all of your windows back down. If you let the windows climb offscreen, you can't get them back (assuming you also have them setup to skip pager & skip taskbar under compiz' window rules). As a workaround, is there a way to hide the window decorations in certain apps? -- Windows on widget layer move up screen https://bugs.launchpad.net/bugs/574585 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 883803] Re: [fglrx] ASIC hang happened
I left out some details above: Catalyst 11.8 AMD Radeon HD 6900M I'm going to try manually installing the newest catalyst from AMD, then the open source drivers if the bug persists. This seems to me a very severe bug - locking up the system and causing data loss when locking the screen, sleeping, or hibernating. This was also reported several months ago on AMD's unofficial bugzilla: http://ati.cchtml.com/show_bug.cgi?id=230 Please let me know if I can do any further testing. Thanks. ** Bug watch added: ATi Linux Platform Bugs #230 http://ati.cchtml.com/show_bug.cgi?id=230 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883803 Title: [fglrx] ASIC hang happened To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/883803/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 799814] Re: desktop wall becomes slow with many windows open
same issue started recently ubuntu 11.04 compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1, compiz 1:0.9.4+bzr20110606-0ubuntu1~natty2 nVidia GeForce 7950 GT (G71) nvidia driver 270.41.06 2.6.38-8-generic-pae (i386) gnome classic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799814 Title: desktop wall becomes slow with many windows open To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/799814/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 657437] Re: XORG memory usage grows and not reduce
I'm also experiencing run away memory usage with xorg. It slowly creeps up over days. I hadn't noticed any correlation with java apps but it makes sense as I usually keep one java app (xmind) open all the time. Today, I ran a new java app (nevernote), which drove xorg mem usage from its usual ~500MB to 2.1GB, and yes, that's in the RES column in top and also in gnome-system-monitor. After, I quit nevernote, xorg memory usage crept up to 2.3GB. VIRT reads 2804m, for what it's worth. This install is less than a week old and I haven't done much to it. I use compiz for compositing and haven't reconfigured X, as mentioned above, but will do that now before I reboot. Please let me know what else I can provide. ubuntu 10.10 xorg 1:7.5+6ubuntu3 nvidia 260.19.06 compiz 0.8.6-0ubuntu9.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/657437 Title: XORG memory usage grows and not reduce -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 758463] Re: unclear requirements at registration form
Similarly, I'm seeing an error icon next to my email addresses but there's no indication of what the problem is. I can't put my address in any more correctly. I'm also using a long password that meets the given requirements. My name is not the same as my email, as the OP here. An explanation would go a long way to helping us guess what the user error or bug is. ** Attachment added: "usc.png" https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/758463/+attachment/2225130/+files/usc.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/758463 Title: unclear requirements at registration form To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/758463/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 786711] Re: Gwibber crashes with KeyError: 'lon'
Kamus, sry for delay. I ran that command in terminal then ran gwibber again with the same result. Is there anything else I can provide? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786711 Title: Gwibber crashes with KeyError: 'lon' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/786711/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 494400] Re: Opening folder with nautilus-gksu change desktop wallpaper to root one
This persists in 11.04 Would adding the --no-desktop option (in some way) to the "open as administrator" script fix this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/494400 Title: Opening folder with nautilus-gksu change desktop wallpaper to root one To manage notifications about this bug go to: https://bugs.launchpad.net/gksu/+bug/494400/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 786325] Re: Unable to change mouse cursor theme and size
I'd like to see it get higher priority as it's an accessibility issue for anyone with bad eyesight or even just a large screen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786325 Title: Unable to change mouse cursor theme and size -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 313228] Re: a program is still running but i want shut down anyway
The app, Tangerine, consistently causes this and is listed as "unknown". Uninstalling it solves the problem, whether I've started firefox or not. I see one of two bugs in this issue: 1. Tangerine not identifying itself 2. gnome-session not identifying it -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/313228 Title: a program is still running but i want shut down anyway -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 786711] [NEW] Gwibber crashes with KeyError: 'lon'
Public bug reported: Binary package hint: gwibber After changing my login password, I was receiving multiple NotifyOSD popups about various accounts failing authentication. So I removed my passwords under "password and encryption keys" thinking I could rebuild my accounts. I also deleted all desktop-couch folders and completely removed, then reinstalled, gwibber. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: gwibber 3.0.0.1-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2 Uname: Linux 2.6.38-8-generic-pae i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Sun May 22 13:06:02 2011 PackageArchitecture: all ProcEnviron: LANGUAGE=en_US:en PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gwibber UpgradeStatus: Upgraded to natty on 2011-05-05 (17 days ago) ** Affects: gwibber (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786711 Title: Gwibber crashes with KeyError: 'lon' -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 786711] Re: Gwibber crashes with KeyError: 'lon'
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786711 Title: Gwibber crashes with KeyError: 'lon' -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 494400] Re: Opening folder with nautilus-gksu change desktop wallpaper to root one
I'll confirm this is still present in maverick. Xatiya's walkthrough in #4 demonstrates it. Also, the root desktop remains, and only displays folders, shortcuts, from /root/Desktop. If one re-enables the user desktop by checking "show desktop" in gconf-editor, it has no effect. Using the --no-desktop option reported "gksudo: unrecognized option '--no-desktop'" when using gksu or gksudo. -- Opening folder with nautilus-gksu change desktop wallpaper to root one https://bugs.launchpad.net/bugs/494400 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 574585] Re: Windows on widget layer move up screen
I'm experiencing the same issue lately, perhaps coinciding with my 10.10 upgrade? Compiz .8.6 Ubuntu 10.10 -- Windows on widget layer move up screen https://bugs.launchpad.net/bugs/574585 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 494400] Re: Opening folder with nautilus-gksu change desktop wallpaper to root one
I experience the same issue in Lucid when using "gksu nautilus". Also, when I right-click on the desktop and go to "change desktop background", it seems to be looking at the root user settings as the custom wallpapers I've added are gone. -- Opening folder with nautilus-gksu change desktop wallpaper to root one https://bugs.launchpad.net/bugs/494400 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 494400] Re: Opening folder with nautilus-gksu change desktop wallpaper to root one
I'll also mention that I have to log off and back on to get my wallpaper back. Changing it any other way (that I've found) does not affect it and the root wallpaper remains visible or at least on top. -- Opening folder with nautilus-gksu change desktop wallpaper to root one https://bugs.launchpad.net/bugs/494400 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 642061] Re: /var/log/messages full of "pulseaudio[2610]: ratelimit.c: 894 events suppressed"
This looks like a duplicate of https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/629339 -- /var/log/messages full of "pulseaudio[2610]: ratelimit.c: 894 events suppressed" https://bugs.launchpad.net/bugs/642061 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
This is now solved for me with 10.04. Using 10.04 live CD on the laptop I was having this issue with, I can get sound by switching the "Connector" in the "Output" section of sound preferences to "Analog Output / No Amplifier". Thanks! -- 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