[Bug 145377] Re: Powertop reports huge number of wakeups and drains battery
Hi, i got the same behavior with a Compal HEL80. At the beginning, i had something around 30k wakeups per second. I tweaked the system a little bit, disabled yenta, hci_usb and all pcmcia related stuff and got only a very poor improvement. Then i tried the acpi=noirq option, with no impact. Because i read that other people had problems putting their laptop into standby with acpi=noirq, i tried it. And, surprise: after returning from standby, powertop displayed me something between 15 and 40 wakeups per second ... nice ;) I restarted ubuntu without the acpi=noirq option and had the same behavior again ... before standby: > 30k wups/s, after standby: something around 30. Sometimes acpi causes ~100 wakeups, but even while typing and using an usb-mouse and an usb-keyboard, the wakeup-counter stays around 75~125 wups/s Maybe this could help you too fix the "problem" ... and the important question: shows your ubuntu the same behavior or am i only "lucky". with kind regards Markus PS: I'm using the "stock" kernel: 2.6.24-17-generic #1 SMP Thu May 1 14:31:33 UTC 2008 i686 GNU/Linux -- Powertop reports huge number of wakeups and drains battery https://bugs.launchpad.net/bugs/145377 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 145377] Re: Powertop reports huge number of wakeups and drains battery
On further small information: It seems that i'm having the big amount of wakeups only when i'm running on AC. After i plugged the battery in and the AC off, all went well! -- Powertop reports huge number of wakeups and drains battery https://bugs.launchpad.net/bugs/145377 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 480564] Re: Fails to mount hibernated windows partition, and falls into endless loop
Same here, booting Karmic with a hibernated WinXP results in high cpu-loads and harddisk I/O caused by devkit-disks-daemon and gvfs-gdu-volume-monitor. Killing mountall brings this tortoure to an end. The in #2 mentioned error message does not only appear while booting, manually invoking mountall leads to the same endless output. -- Fails to mount hibernated windows partition, and falls into endless loop https://bugs.launchpad.net/bugs/480564 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 1553563] Re: bconsole to Bacula Director fails with authorization problem message
Fix is confirmed to work for i386, too. (Tested using a custom PPA build from https://launchpad.net/~markusj/+archive/ubuntu/ppa/) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553563 Title: bconsole to Bacula Director fails with authorization problem message To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1553563/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 631795] Re: Udev has a race condition with device mapper devices
I am affected by this issue in a slightly other way, but it first appeared since one of the last package updates (maybe one or two weeks ago, a new udev package has been there, too). Setup: Ubuntun "Oneiric" 11.10 64Bit running a LVM in a LUKS/cryptsetup container. Issue 1: Randomly appearing warnings while booting which seem not to have any real impact. udev complains about a symlink(?) which could not be moved. (boot.log just got overwritten so i can not provide the exact message) I had the impression udev tried to move some temporary file to its final destination. (I think it has been some /dev/mapper/ or /dev /$volume-group-name/ symlink) (this might be related to Bug #864185) More critical: Issue 2: Snapshotting a logical volume leads randomly to working snapshots with missing links in /dev/mapper/ and /dev/disk/by-id/ (but a dead symlink from /dev/$volume-group-name/ to /dev/mapper/ get's created ...) Somehow udev fails to create the symlinks. I monitored the udev events passing by (using udevadm monitor --property). The DEVLINKS property appears to contain valid data, to be more precise, the symlinks i would expect to be created by udev, but those symlinks sometimes simlpy never get created. LVM creates several devices if it creates a snapshot, but i only experienced problems with the symlink representing the snapshot-device itself, the "$name-real" and "$name-cow" devices get linked the way they should (at least i did not experience problems there, but since i never used those links, maybe i just never observed this behaviour there). And the syslog shows the same message as reported above: udev complains about > inotify_add_watch(6, /dev/dm-23, 10) failed: No such file or directory which is the same message as reported here, BUT: udev issues this message if the snapshot gets removed(!), dm-23 is the snapshot volume which just has been gone. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/631795 Title: Udev has a race condition with device mapper devices To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/631795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1115753] Re: Umount of Multiple LVM Snapshots Causes 'soft lockup CPU#0 stuck for'
To add some more observations: After running umount in the context of an "at" job, the issue nearly disappeared completely. Before this change, i already suspected power saving mechanisms to increase the probability of a freeze. Last week i had a freeze again, as the lid of my laptop has been closed during the backup. Turning the display off via DPMS appears to have a similar effect. Maybe the "at" assumption has been wrong and the issue is more related to the graphics subystem. It would, at least to a certain degree, explain why i never was able to reproduce it by running the script manually. At the other hand, i remember cases in which i had been working and at the end of the backup, the system stopped responding. This might be a red herring again ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115753 Title: Umount of Multiple LVM Snapshots Causes 'soft lockup CPU#0 stuck for' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1115753/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1115753] Re: Umount of Multiple LVM Snapshots Causes 'soft lockup CPU#0 stuck for'
Craig: > The lockup is a little different now. Whereas previously the system would > hang before any of the snapshots were removed, now some of the snapshots are > successfully umount'd and lvremove'd before the hang. This could be the > result of changes made to the script that does the umount and lvremove, > reordering the sequence of the snapshots, which consist of home, root, and > var partitions. That is a red herring. I had done the umounting/removing alternating until this issue appeared to me. I first assumed that lvremove caused the hangs but after dividing the script into a split phase operation (unmount all first, lvremove all as second) the issue appeared always during the unmount step. But maybe i have found a workaround: Instead of running the script in context of bacula-fd, i use "at" to decouple the unmount/lvremove step from bacula-fd and delay it for about two minutes. I had freezes at maybe two out of three backup jobs before and no one during the last three backup jobs after implementing this change. I guess the issue lies somewhere in the way kernel, bacula-fd, bash and unmount interact together. Breaking up this chain by running the unmount/lvremove part outside bacula-fd and after the backup job itself has been finished circumvents the issue to appear. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115753 Title: Umount of Multiple LVM Snapshots Causes 'soft lockup CPU#0 stuck for' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1115753/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1115753] Re: Umount of Multiple LVM Snapshots Causes 'soft lockup CPU#0 stuck for'
Craig: > So the bug is occuring for me in the context I've shown above. Strange. However, you guessed right, my script gets called by a RunAfter directive. Since the bug did not appear the last three times, the reason might be different. Maybe its the two minute delay after the job has been finished? Oh, and the kernel had been upgraded to 3.8.0-29-generic at 24.08.2013 and later to 3.8.0-30 at 07.09.2013, both x86_64 kernels. The error-free backup-jobs haven been run after the first kernel update has been done, this kernel might have solved this issue as well. The next update is scheduled for tomorrow, i will see what happens ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115753 Title: Umount of Multiple LVM Snapshots Causes 'soft lockup CPU#0 stuck for' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1115753/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1392285] Re: mountall counts remounts again, causing the boot procress to stop
** Attachment added: "fstab" https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1392285/+attachment/4259866/+files/fstab -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1392285 Title: mountall counts remounts again, causing the boot procress to stop To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1392285/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1392285] Re: mountall counts remounts again, causing the boot procress to stop
** Attachment added: "aptitude.log" https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1392285/+attachment/4259876/+files/aptitude.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1392285 Title: mountall counts remounts again, causing the boot procress to stop To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1392285/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1392285] [NEW] mountall counts remounts again, causing the boot procress to stop
Public bug reported: For some reason, mountall failed at the last reboot of my home server. The box processes a few first boot steps and stops in an early boot phase. Weirdly, if the bootloader passed --verbose to the kernel, the boot process went well. I compared the logs of a failed and a successful boot process and nailed it down to mountall, struggling with a bind mount of a read-only root fs. Apparently, mountall counted the remounts again as mounts, causing the total mount count to differ from the expected mount count. Therefore, the events local-filesystems and filesystems have not been emitted. Watch for lines related to /mnt/root in mountall.log, this mount is counted four times instead of just once. Workarounds: 1. Boot with init=/bin/sh, open a getty instance, exec init and run mountall there after the boot process has been stuck. 2. Set the problematic mount to noauto and mount it by yourself later. One additional remark: This issue appeared the first time two days ago, without having changed anything at all at my fstab. During the uptime of ~10 days, a few packages have been installed or updated, but nothing mission critical. I have no idea what triggered this issue. $ lsb_release -rd Description:Ubuntu 14.04.1 LTS Release:14.04 $ apt-cache policy mountall mountall: Installiert: 2.53 Installationskandidat: 2.53 Versionstabelle: *** 2.53 0 500 http://ports.ubuntu.com/ubuntu-ports/ trusty/main armhf Package 100 /var/lib/dpkg/status ** Affects: mountall (Ubuntu) Importance: Undecided Status: New ** Attachment added: "mountall.log" https://bugs.launchpad.net/bugs/1392285/+attachment/4259865/+files/mountall.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1392285 Title: mountall counts remounts again, causing the boot procress to stop To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1392285/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1090283] Re: gitg crashed with SIGABRT in g_slice_free_chain_with_offset()
** Description changed: The crash happened for no specific reason. The repository which had been opened with gitg has changed (pushed a commit to a remote repo). gitg crashes quite often if the opened repository changes ... + + Edit: Sorry, i had to delete the core dump, it contained too much + private data, which should have been erased out of memory + shutdowns/reboots ago. I have no idea why this data has been still + there. ProblemType: Crash DistroRelease: Ubuntu 12.04 Package: gitg 0.2.4-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33 Uname: Linux 3.2.0-34-generic x86_64 ApportVersion: 2.0.1-0ubuntu15 Architecture: amd64 Date: Fri Dec 14 10:30:51 2012 ExecutablePath: /usr/bin/gitg MarkForUpload: True ProcCmdline: gitg Signal: 6 SourcePackage: gitg StacktraceTop: - ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 - ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 - ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 - ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 - g_slice_free_chain_with_offset () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 + ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 + ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 + ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 + ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 + g_slice_free_chain_with_offset () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 Title: gitg crashed with SIGABRT in g_slice_free_chain_with_offset() UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm audio cdrom dialout dip fuse lpadmin netdev plugdev public-share sambashare scanner sudo vboxusers video ** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1090283 Title: gitg crashed with SIGABRT in g_slice_free_chain_with_offset() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gitg/+bug/1090283/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1101666] Re: inotify fd leak
** Tags removed: verification-needed-precise ** Tags added: verification-done-precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101666 Title: inotify fd leak To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1101666/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1101666] Re: inotify fd leak
3.2.0-37.58 (precise) works for me, i will test the backported quantal- kernel as soon it becomes available. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101666 Title: inotify fd leak To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1101666/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1101666] Re: inotify fd leak
The backported kernel 3.5.0-23.35~precise1 works fine, too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101666 Title: inotify fd leak To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1101666/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1101797] Re: On shutdown: “umount2: Device or resource busy, umount:/dev/sda2 busy - remounted read-only” appears
I can confirm this issue, it appeared after upgrading from 3.2.0-35 to 3.2.0-36. The quantal kernel (3.5.0-22) is also affected. Selecting the old kernel in grub makes the warnings go away. I tried to locate the cause of this problem but during unmount no handles remain open. Somehow the kernel blocks the /home filesystem internally ... lsof reports no open files in /home fuser -v -a -m reports no open files in /home losetup reports no open loop files in /home there are not swap-files in /home -> there is no reason why the kernel blocks unmounting. For debugging purposes, you might use the attached script and put it into /etc/rc0.d and /etc/rc6.d, i have found it in some forum and adopted it slightly. ** Attachment added: "S57WhatIsLeft" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1101797/+attachment/3492499/+files/S57WhatIsLeft -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101797 Title: On shutdown: “umount2: Device or resource busy, umount:/dev/sda2 busy - remounted read-only” appears To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1101797/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1101797] Re: On shutdown: “umount2: Device or resource busy, umount:/dev/sda2 busy - remounted read-only” appears
*** This bug is a duplicate of bug 1101355 *** https://bugs.launchpad.net/bugs/1101355 Yes, this sounds identical. If the proposed patch works, hopefully it gets applied fast to the older kernels, too. Quite interesting, if i boot into runlevel 1 directly, i can mount/unmount /home as often as i like ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101797 Title: On shutdown: “umount2: Device or resource busy, umount:/dev/sda2 busy - remounted read-only” appears To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1101797/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1101797] Re: On shutdown: “umount2: Device or resource busy, umount:/dev/sda2 busy - remounted read-only” appears
*** This bug is a duplicate of bug 1101355 *** https://bugs.launchpad.net/bugs/1101355 @jsalisbury: As stated in #4: Yes, 3.2.0-36 is also affected, it introduced the bug into the 3.2 kernel line. The previuous kernel, 3.2.0-35 is (still) working fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101797 Title: On shutdown: “umount2: Device or resource busy, umount:/dev/sda2 busy - remounted read-only” appears To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1101797/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1101666] Re: inotify fd leak
@jsalisbury: As stated in #1101797 comment 4: Yes, 3.2.0-36 is also affected, it introduced the bug into the 3.2 kernel line. The previuous kernel, 3.2.0-35 is (still) working fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101666 Title: inotify fd leak To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1101666/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 764621] Re: /usr/lib/firefox-4.0/plugin-container hangs upon Firefox exit, which prevents computer shutdown from GNOME
Same here on Ubuntu 10.10 with Firefox 3.6.23. I think this issue appeared after one of the last adobe-flashplugin updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/764621 Title: /usr/lib/firefox-4.0/plugin-container hangs upon Firefox exit, which prevents computer shutdown from GNOME To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/764621/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 816859] Re: restore after hibernate freezes the computer
This also occurs on precise (12.04 AMD64 with the same lvm/luks setup mentioned above), Kernel 3.2.0-30-generic I just figured out (independent from your report, funny ...) SysRq-e makes the resume continue. Is there any way to figure out which process is blocking? As far as i know vanishes SysRq-e all traces. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/816859 Title: restore after hibernate freezes the computer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/uswsusp/+bug/816859/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 816859] Re: restore after hibernate freezes the computer
Maybe the debian guys nailed this issue down? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593795 It looks like uswsusp conflicts with plymouth ... ** Bug watch added: Debian Bug tracker #593795 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593795 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/816859 Title: restore after hibernate freezes the computer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/uswsusp/+bug/816859/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 260849] Re: photoprint is missing libgutenprint.so.2
Workaround: sudo ln -s /usr/lib/x86_64-linux-gnu/libgutenprint.so.3 /usr/lib/x86_64-linux-gnu/libgutenprint.so.2 (Yes, it is an ugly hack, but it works) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/260849 Title: photoprint is missing libgutenprint.so.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/photoprint/+bug/260849/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 868358] Re: Hibernate hotkey (fn + ...) triggers suspend to ram
Same on a T520 using Ubuntu 12.04 "precise". Suspend (Fn+F4) leads to scan code 0x03 "sleep", hibernate (Fn + F12) emits scan code 0x0B "suspend". I tried to set the power-keys in org.gnome.gnome-settings-daemon.power like this: button-hibernate: hibernate button-sleep: sleep button-suspend: hibernate However, my system just enters sleep in any case. My desktop is gnome-shell, i do not know if this has some influence on this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/868358 Title: Hibernate hotkey (fn + ...) triggers suspend to ram To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/868358/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 954092] Re: Nautilus desktop misplaced, when attaching attaching a second monitor
This bug affects me in a similar way. Similar because plugging in works fine (the desktop on both screens works as expected). But as soon as i disconnect the second monitor, all shifts to the left, causing the desktop on the internal screen to (nearly) move out of the visible area. The attached screenshot has been taken on an up-to-date setup of precise. ** Attachment added: "Bildschirmfoto vom 2012-07-17 23:47:20.png" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/954092/+attachment/3226592/+files/Bildschirmfoto%20vom%202012-07-17%2023%3A47%3A20.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/954092 Title: Nautilus desktop misplaced, when attaching attaching a second monitor To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/954092/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 868358] Re: Hibernate hotkey (fn + ...) triggers suspend to ram
Addendum: After a restart, it works. I have no clue why, but the setup in #22 has just to be swapped, by assigning this new configuration, it works: button-sleep: hibernate button-suspend: suspend -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/868358 Title: Hibernate hotkey (fn + ...) triggers suspend to ram To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/868358/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 997370] Re: high cpu usage
Messages logged into .xsession-errors while trying to generate thumbnails: > libva: VA-API version 0.32.0 > libva: va_getDriverName() returns 0 > libva: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so > libva: va_openDriver() returns 0 > ** (totem-video-thumbnailer:24249): CRITICAL **: gst_vaapi_context_get_surface: assertion `GST_VAAPI_IS_CONTEXT(context)' failed GPU: Intel HD3000 (Sandy Bridge) With VLC, VAAPI works, but provides only a poor performance (which might be cause by the not very powerful GPU ...) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/997370 Title: high cpu usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gstreamer-vaapi/+bug/997370/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 918919] [NEW] gedit crashes with SIGSEV when opening a file
Public bug reported: gedit dies if i try to open the attached file, there is no difference between opening via drag&drop, commandline or the open dialogue. No idea if the apport-generated stuff helps ... By the way, gedit also dies if it should overwrite a file which has been modified by another program. Enabled plugins: file manager bar, insert date/time, terminal, smart spaces, show spaces, multi-edit, modelines, code-comment, spell checker, session saver, sorting, synctex, join/split lines and statistics. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: gedit 3.2.3-0ubuntu0.1 ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9 Uname: Linux 3.0.0-14-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Thu Jan 19 21:51:02 2012 SourcePackage: gedit UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gedit (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/918919 Title: gedit crashes with SIGSEV when opening a file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/918919/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 918919] Re: gedit crashes with SIGSEV when opening a file
** Attachment added: "this file lets gedit die" https://bugs.launchpad.net/bugs/918919/+attachment/2683165/+files/SNMDmeas_001_2032.pflog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/918919 Title: gedit crashes with SIGSEV when opening a file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/918919/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 918919] Re: gedit crashes with SIGSEV when opening a file
** Attachment added: "strace.txt" https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/918919/+attachment/2683173/+files/strace.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/918919 Title: gedit crashes with SIGSEV when opening a file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/918919/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 885330] Re: gedit crashed with SIGSEGV in g_slice_alloc() when opening file with zeros
This bug affects me, too. Which further informations are required? I have got an apport-log but don't know how to attach it without opening a new bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/885330 Title: gedit crashed with SIGSEGV in g_slice_alloc() when opening file with zeros To manage notifications about this bug go to: https://bugs.launchpad.net/gedit/+bug/885330/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 64289] Re: right end + right key = next row
Same here, Oneiric x64, Gnome Shell and no more wrapping in nautilus. I have to confess, i disabled the on-screen keyboard too, but i don't this regression is related to this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/64289 Title: right end + right key = next row To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/64289/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 816859] Re: restore after hibernate freezes the computer
uswsusp did not work on my T520, both with 10.10 and 11.10. It loads the image from disk and restores it, shows some nice statistics on the commandline and then the system freezes instead of starting up. System is a freshly installed Ubuntu 11.10 oneiric x64 with full disk encryption (lvm2 in a luks container). > markus@markusnb:~$ uname -a > Linux markusnb 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 > x86_64 x86_64 x86_64 GNU/Linux > markus@markusnb:~$ cat /etc/uswsusp.conf > # /etc/uswsusp.conf(8) -- Configuration file for s2disk/s2both > resume device = /dev/disk/by-uuid/e79ca499-0f10-4214-a422-66d40787746a > splash = n > compress = y > compute checksum = y > early writeout = y > image size = 536870912 > #1831375257 > shutdown method = platform -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/816859 Title: restore after hibernate freezes the computer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/uswsusp/+bug/816859/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871855] Re: Locale errors on perl package upgrade
I can confirm this issue for a new oneiric x64 desktop edition install. I get those annoying warnings when using git. I already tried to fix my locale settings on every place i could find, with no success. git pull > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LANGUAGE = (unset), > LC_ALL = (unset), > LC_CTYPE = "de_DE.utf8", > LC_COLLATE = "de_DE.utf8", > LC_MESSAGES = "de_DE.utf8", > LANG = "en_US.UTF-8" >are supported and installed on your system. >perl: warning: Falling back to the standard locale ("C"). >Already up-to-date. I set up my locale in /etc/default/locale, /etc/environment, ~/.profile, tried locale-gen en_US.UTF-8, purging, reconfiguring and reinstalling locales but nothing worked, git (or perl) complains still about locale settings. (Output slightly reordered for shortening purposes) > markus@markusnb:~$ locale > LANGUAGE=de_DE.utf8:en > LANG=de_DE.utf8 > LC_ALL= > LC_CTYPE=de_DE.utf8 and so on for: LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES, LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT, LC_IDENTIFICATION markus@markusnb:~$ locale -a >C >C.UTF-8 [...] >de_DE >de_DE.iso88591 >de_DE.utf8 [...] >en_US >en_US.iso88591 >en_US.utf8 [...] >POSIX Oh, and /usr/share/locale contains de_DE and en_US@piglatin, so i see no reason why perl fails to do whatever it should do To sum it up: I *have* set up my locales and en_US.UTF-8 *exists* (however, i *never* instructed someone to use it!) but perl ignores those settings and whines about missing/wrong locales it has chosen by itself! One last tought: Is this a langpack-locales bug or a perl bug or from where does it come from and what can i do against it? Will it break my git repositories? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871855 Title: Locale errors on perl package upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/871855/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1159255] [NEW] GPU freeze possibly caused by transparency effects? sandybridge-m-gt2 GPU lockup IPEHR: 0x41e80000 IPEHR: 0x0b140001
Public bug reported: The issue appeared since a few days and might be related to transparency/overlay effects used by gnome shell (or firefox for hw- accelerated rendering). The screen freezes except of mouse pointer movement, but the system still reacts on keystrokes. Recent related updates: 03/19: linux-generic-lts-quantal:amd64 3.5.0.25.32 -> 3.5.0.26.33 (including image und headers) 03/08: xserver-common:amd64 2:1.11.4-0ubuntu10.11 -> 2:1.11.4-0ubuntu10.12 (common, xephyr, xorg-core) Most propably the last kernel update caused this problem ProblemType: Crash DistroRelease: Ubuntu 12.04 Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.3 ProcVersionSignature: Ubuntu 3.5.0-26.42~precise1-generic 3.5.7.6 Uname: Linux 3.5.0-26-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu17.1 Architecture: amd64 Chipset: sandybridge-m-gt2+ CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: None Date: Sat Mar 23 23:14:26 2013 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu DuplicateSignature: [sandybridge-m-gt2+] GPU lockup IPEHR: 0x41e8 IPEHR: 0x0b140001 Ubuntu 12.04 ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py ExtraDebuggingInterest: Yes, GpuHangFrequency: Several times a week GpuHangReproducibility: Occurs more often under certain circumstances GpuHangStarted: Within the last week or two GraphicsCard: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Lenovo Device [17aa:21d1] NVIDIA Corporation GF119 [Quadro NVS 4200M] [10de:1057] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Lenovo Device [17aa:21d1] InterpreterPath: /usr/bin/python2.7 MachineType: LENOVO 4242PT2 MarkForUpload: True ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py ProcEnviron: ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-26-generic root=/dev/mapper/vgluks-root ro quiet noplymouth pcie_aspm=force acpi_irq_balance i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 i915.powersave=1 drm.vblankoffdelay=1 bootchart=disable RelatedPackageVersions: xserver-xorg 1:7.6+12ubuntu2 libdrm2 2.4.39-0ubuntu0.1 xserver-xorg-video-intel 2:2.17.0-1ubuntu4.3 SourcePackage: xserver-xorg-video-intel Title: [sandybridge-m-gt2+] GPU lockup IPEHR: 0x41e8 IPEHR: 0x0b140001 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 12/05/2012 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET61WW (1.41 ) dmi.board.asset.tag: Not Available dmi.board.name: 4242PT2 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:bvr8AET61WW(1.41):bd12/05/2012:svnLENOVO:pn4242PT2:pvrThinkPadT520:rvnLENOVO:rn4242PT2:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4242PT2 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO version.compiz: compiz 1:0.9.7.12-0ubuntu1 version.ia32-libs: ia32-libs 20090808ubuntu36 version.libdrm2: libdrm2 2.4.39-0ubuntu0.1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.4 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.4 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.12 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.3 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build3 ** Affects: xserver-xorg-video-intel (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-crash freeze precise ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1159255 Title: GPU freeze possibly caused by transparency effects? sandybridge-m-gt2 GPU lockup IPEHR: 0x41e8 IPEHR: 0x0b140001 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1159255/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1159255] Re: GPU freeze possibly caused by transparency effects? sandybridge-m-gt2 GPU lockup IPEHR: 0x41e80000 IPEHR: 0x0b140001
@Chris Wilson: This bugreport is about precise (and maybe quantal), and there is no package out there which fixes this bug. Nice if the raring-kernel does not have this issue any more, but the affected versions have no working fix released! As far as i understand the bugtracker, the status you set is wrong/missleading. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1159255 Title: GPU freeze possibly caused by transparency effects? sandybridge-m-gt2 GPU lockup IPEHR: 0x41e8 IPEHR: 0x0b140001 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1159255/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1159255] Re: GPU freeze possibly caused by transparency effects? sandybridge-m-gt2 GPU lockup IPEHR: 0x41e80000 IPEHR: 0x0b140001
*** This bug is a duplicate of bug 1157649 *** https://bugs.launchpad.net/bugs/1157649 ** This bug is no longer a duplicate of bug 1160294 [sandybridge-m-gt2+] GPU lockup IPEHR: 0x54f6 IPEHR: 0x0b140001 ** This bug has been marked a duplicate of bug 1157649 GPU hang -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1159255 Title: GPU freeze possibly caused by transparency effects? sandybridge-m-gt2 GPU lockup IPEHR: 0x41e8 IPEHR: 0x0b140001 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1159255/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1159255] Re: GPU freeze possibly caused by transparency effects? sandybridge-m-gt2 GPU lockup IPEHR: 0x41e80000 IPEHR: 0x0b140001
*** This bug is a duplicate of bug 1157649 *** https://bugs.launchpad.net/bugs/1157649 @Ubu4u: Yes, but this would not make any sense at all. The bug is known and there are already patches which fix the bug for raring. (See https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video- intel/+bug/1157649/comments/15). You better stop opening bugreports for packages which do not cause this bug. Docky is only a victim. Use 3.5.0-25 (which works reliable) until a fixed kernel has been released. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1159255 Title: GPU freeze possibly caused by transparency effects? sandybridge-m-gt2 GPU lockup IPEHR: 0x41e8 IPEHR: 0x0b140001 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1159255/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 966631] Re: [sandybridge-m-gt2] GPU lockup render.IPEHR: 0x7a000003 with Google Maps(WebGL) in Chromium
There appears to be a regression, at least on my machine, the GPU started to lock up randomly (some gnome shell actions, namely the hot corner, cause it more likely than general usage) after longer usage and previous suspend to disk/RAM. It seems not to appear if no suspend has been done before. It appeared first at 2012-10-26, there have been some updates on related packages before: linux-image-generic:amd64 3.2.0.31.34 -> 3.2.0.32.35 xserver-xorg-video-intel:amd64 2:2.17.0-1ubuntu4.1 -> 2:2.17.0-1ubuntu4.2 I am currently trying the workaround mentioned above and here: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/975689/comments/25 The first errors in Xorg.0.log [ 21840.621] [mi] EQ overflowing. Additional events will be discarded until existing events are processed. [ 21840.621] Backtrace: [ 21840.687] 0: /usr/bin/X (xorg_backtrace+0x26) [0x7f06040d1876] [ 21840.687] 1: /usr/bin/X (mieqEnqueue+0x263) [0x7f06040b1f53] [ 21840.687] 2: /usr/bin/X (0x7f0603f49000+0x62a34) [0x7f0603faba34] [ 21840.687] 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f05fe10f000+0x5d88) [0x7f05fe114d88] [ 21840.687] 4: /usr/bin/X (0x7f0603f49000+0x8af37) [0x7f0603fd3f37] [ 21840.687] 5: /usr/bin/X (0x7f0603f49000+0xb0d1a) [0x7f0603ff9d1a] [ 21840.687] 6: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f060326f000+0xfcb0) [0x7f060327ecb0] [ 21840.687] 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) [0x7f06021cb527] [ 21840.687] 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f060075c1a8] [ 21840.687] 9: /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 (0x7f06000e5000+0x7c89) [0x7f06000ecc89] [ 21840.687] 10: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f0600302000+0xb442) [0x7f060030d442] [ 21840.687] 11: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f0600302000+0x124ba) [0x7f06003144ba] [ 21840.687] 12: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f0600302000+0x32e53) [0x7f0600334e53] [ 21840.687] 13: /usr/bin/X (miCopyRegion+0x18a) [0x7f06040b010a] [ 21840.687] 14: /usr/bin/X (miDoCopy+0x392) [0x7f06040b0602] [ 21840.687] 15: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f0600302000+0x338ae) [0x7f06003358ae] [ 21840.687] 16: /usr/bin/X (0x7f0603f49000+0x11971c) [0x7f060406271c] [ 21840.687] 17: /usr/bin/X (0x7f0603f49000+0x4a943) [0x7f0603f93943] [ 21840.687] 18: /usr/bin/X (0x7f0603f49000+0x4e8a1) [0x7f0603f978a1] [ 21840.687] 19: /usr/bin/X (0x7f0603f49000+0x3d7ba) [0x7f0603f867ba] [ 21840.687] 20: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) [0x7f060210076d] [ 21840.688] 21: /usr/bin/X (0x7f0603f49000+0x3daad) [0x7f0603f86aad] [ 21840.688] [mi] These backtraces from mieqEnqueue may point to a culprit higher up the stack. [ 21840.688] [mi] mieq is *NOT* the cause. It is a victim. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/966631 Title: [sandybridge-m-gt2] GPU lockup render.IPEHR: 0x7a03 with Google Maps(WebGL) in Chromium To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/966631/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 978968] Re: [IGDgm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00010000 render.IPEHR: 0x01000000 - while using matlab
I have got the IPEHR 0x0100, too. But in my case, it has been triggered by LibreOffice Writer while highlighting a word by spell/grammar checking. Previously i have seen other IPEHR codes (0x7a03 twice, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/966631), maybe there is some hidden link between those issues ... xserver-xorg: 1:7.6+12ubuntu1 libdrm2: 2.4.32-1ubuntu1 xserver-xorg-video-intel: 2:2.17.0-1ubuntu4.2 I have got an apport crash dump, i can upload it if required. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978968 Title: [IGDgm] False GPU lockup EIR: 0x0010 PGTBL_ER: 0x0001 render.IPEHR: 0x0100 - while using matlab To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/978968/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 966631] Re: [sandybridge-m-gt2] GPU lockup render.IPEHR: 0x7a000003 with Google Maps(WebGL) in Chromium
Note: The mentioned workaround did not work for me, and i have also encountered IPEHR 0x0100 (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/978968), even without suspend to disk/ram. LibreOffice spell checking appears to trigger the problem sometimes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/966631 Title: [sandybridge-m-gt2] GPU lockup render.IPEHR: 0x7a03 with Google Maps(WebGL) in Chromium To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/966631/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 371897] Re: Occasional sound drops in Wine via PulseAudio
Sadly, this is at moment NOT the case. wine's sound-performance degraded the last few updates and with 1.3.26-0ubuntu1~ppa1~maverick1, it's broken completely. (Using up-to-date Ubuntu 10.10 with wine from the official PPA) Even winecfg's "Test Sound"-Button does not work, it leads to following commandline output: ALSA lib pcm_pulse.c:1008:(_snd_pcm_pulse_open) Unknown field handle_underrun ALSA lib pcm_pulse.c:1008:(_snd_pcm_pulse_open) Unknown field handle_underrun ALSA lib pcm_pulse.c:1008:(_snd_pcm_pulse_open) Unknown field handle_underrun ALSA lib pcm_pulse.c:1008:(_snd_pcm_pulse_open) Unknown field handle_underrun ALSA lib pcm_pulse.c:1008:(_snd_pcm_pulse_open) Unknown field handle_underrun err:winmm:WINMM_OpenDevice Activate failed: 80004005 ALSA lib pcm_pulse.c:1008:(_snd_pcm_pulse_open) Unknown field handle_underrun err:winmm:WINMM_OpenDevice Activate failed: 80004005 Still waiting for the day at which those damn political discussions stop and all refocus on making things work better instead of intentional keeping broken parts broken. I'm tired of pointless political battles preventing me to use my computer the way i would like it to do. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/371897 Title: Occasional sound drops in Wine via PulseAudio To manage notifications about this bug go to: https://bugs.launchpad.net/wine/+bug/371897/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 371897] Re: Occasional sound drops in Wine via PulseAudio
Marius Kotsbak (mariusko) wrote on 2011-08-08: > Which application do you use? If it is Spotify, you should try the native > Linux client application they provide. Was this adressed to me? I am using Foobar2000, but even the winecfg-built-in audio-test does not work, so this problem is obviously related to "wine vs. pulseaudio" and not to Foobar -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/371897 Title: Occasional sound drops in Wine via PulseAudio To manage notifications about this bug go to: https://bugs.launchpad.net/wine/+bug/371897/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 371897] Re: Occasional sound drops in Wine via PulseAudio
Andrew Eikum (aeikum) wrote #433: > This Bugzilla cross-integration thing really confuses me (Comments to Wine > bugzilla appear here _first_???), so I'm just going to post replies here > since I understand how that works. It's a bit weird and it haven't found a description about this out-of-order-bugtracking ... Thanks for your statement, think i will downgrade wine until i switched over to 11.(04|10) (hopefully this kernel power regressions get fixed soon). Maybe a PPA should offer an older wine version for those people which like to have some working audio output with Ubuntu 10.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/371897 Title: Occasional sound drops in Wine via PulseAudio To manage notifications about this bug go to: https://bugs.launchpad.net/wine/+bug/371897/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871855] Re: Locale errors on perl package upgrade
Ok, i just fixed it for me. It appears like if perl did not like my "LANGUAGE=de_DE.utf8:en", i'm not sure if it's invalid or just a perl issue. However, "LANGUAGE=de_DE:de:en_GB:en" works now fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871855 Title: Locale errors on perl package upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/871855/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1115753] Re: Umount of Multiple LVM Snapshots Causes 'soft lockup CPU#0 stuck for'
Finally there is a bug report for my issue, yay! This bug hits me on precise with any of the current LTS kernels, i am struggling with it for more than a year, maybe even two. Sometimes all just works fine, sometimes the system locks up. I wasn't able to see the error message since i never had the console open when the issue appeared. Nothing in the log files, too. Environment: Kernel 3.8.0-27-generic on Ubuntu 12.04. LVM on top of cryptsetup/LUKS, seven logical volumes (six data, one swap) Bacula file daemon running for backups (I use a shell script to set up lvm snapshots (ro) and mount them ro, like Craig.) Last lines from bacula log: 03-Aug 17:39 markusnb-fd JobId 1706: ClientAfterJob: Unmounting Snapshot of vgluks/storage ... + udevadm settle --quiet 03-Aug 17:39 markusnb-fd JobId 1706: ClientAfterJob: + sync 03-Aug 17:39 markusnb-fd JobId 1706: ClientAfterJob: + local out 03-Aug 17:39 markusnb-fd JobId 1706: ClientAfterJob: ++ umount -f /var/run/lvm-snapshot/storage -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115753 Title: Umount of Multiple LVM Snapshots Causes 'soft lockup CPU#0 stuck for' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1115753/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 858122] Re: incomplete migration to /run (shutdown script order has been demolished)
My rc0.d/rc6.d have been broken the same way. Can someone please tell me the default order for rc0.d, please? For now, i'm assuming they are the same as for rc6, is that correct? This is an epic fail. Really. fsck on each boot because none of the filesystems has been unmounted properly is inacceptable, especially for an "server" distribution. This /run migration thing created a big mess, i had to do the work by myself, no symlinks have been created automagically. Is there a way to rebuild the contents of rc*.d despite of doing it manually? ls -la /etc/rc0.d [...] -rw-r--r-- 1 root root 353 2011-07-14 07:11 README lrwxrwxrwx 1 root root 14 2011-09-09 12:35 S01halt -> ../init.d/halt lrwxrwxrwx 1 root root 20 2011-10-30 14:58 S01networking -> ../init.d/networking lrwxrwxrwx 1 root root 18 2011-09-09 12:35 S01sendsigs -> ../init.d/sendsigs lrwxrwxrwx 1 root root 18 2011-09-09 12:35 S01umountfs -> ../init.d/umountfs lrwxrwxrwx 1 root root 22 2011-09-09 12:35 S01umountnfs.sh -> ../init.d/umountnfs.sh lrwxrwxrwx 1 root root 20 2011-09-09 12:35 S01umountroot -> ../init.d/umountroot lrwxrwxrwx 1 root root 17 2011-09-09 12:35 S02urandom -> ../init.d/urandom -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858122 Title: incomplete migration to /run (shutdown script order has been demolished) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-release-notes/+bug/858122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 764621] Re: /usr/lib/firefox-4.0/plugin-container hangs upon Firefox exit, which prevents computer shutdown from GNOME
Am 11.11.2011 12:58, schrieb Igor Wojnicki: > Same here. I've got a feeling that the bug emerged after the last flash > plugin update. The plugin container can be terminated via kill though. Not always, sometimes (but very infrequent) it's in state [defunc] and only killing firefox-bin itself works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/764621 Title: /usr/lib/firefox-4.0/plugin-container hangs upon Firefox exit, which prevents computer shutdown from GNOME To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/764621/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 811600] [NEW] libjama-java depends on default-jre, could depend on java6-runtime
Public bug reported: libjama-java forces me to install default-jdk (=openjdk) while having the oracle/sun-jdk already installed. Simulating default-jdk with an equivs-generated fake-package is a really ugly workaround, so please fix the dependencies. For details please look at the (soon one year old) Debian-Bugreport #590461 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590461 ** Affects: jama (Ubuntu) Importance: Undecided Status: New ** Description changed: libjama-java forces me to install default-jdk (=openjdk) while having the oracle/sun-jdk already installed. Simulating default-jdk with an equivs-generated fake-package is a really ugly workaround, so please fix the dependencies. For details please look at the (soon one year old) Debian-Bugreport - #590461 [1] + #590461 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590461 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/811600 Title: libjama-java depends on default-jre, could depend on java6-runtime To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/jama/+bug/811600/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 671909] [NEW] Mounting by fstab-specified UUID is broken
Public bug reported: Binary package hint: usbmount Description: Ubuntu 10.10 Release: 10.10 Installed: 0.0.20ubuntu1 The usbmount version currently shipped with maverick does not work with fstab entries specified by UUID because of an wrong regular expression, which leads to a wrong behaviour (mountpoint and -options defined in fstab are ignored). usbmount version 0.0.20 introduced the bug reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587066 while trying to fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576778 While the bug ix fixed with usbmount 0.0.21 (those changes are already merged into rev. 15), the package for maverick is still affected. Please backport this fix to maverick, thanks! ** Affects: usbmount (Ubuntu) Importance: Undecided Status: New ** Branch linked: lp:ubuntu/maverick/usbmount -- Mounting by fstab-specified UUID is broken https://bugs.launchpad.net/bugs/671909 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