[Bug 1974214] Re: Segfaults on verify callout, in _gnutls_trust_list_get_issuer
Previously exim would get SIGFPE on each mail delivery attempt. The PPA version has been installed for almost 2 days and no more crashes. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1974214 Title: Segfaults on verify callout, in _gnutls_trust_list_get_issuer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1974214/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1943964] Re: local var="$@" doesn't behave like every other system
I thought I'd illustrate the problem. Given a #!/bin/sh script like this called tst: #!/bin/sh f() { local v="$@" echo "<$V>" } f "$@" On Debian, Fedora, FreeBSD, OpenBSD, macOS, and Solaris, the arguably incorrect but more useful behaviour is: > ./tst a b c > ./tst 1 2 3 <1 2 3> On Ubuntu, the arguably correct but less useful behaviour is: > ./tst a b c > ./tst 1 2 3 ./tst: 4: local: 2: bad variable name On NetBSD, the behaviour is very similar to Ubuntu's, but not identical: > ./tst a b c > ./tst 1 2 3 local: 2: bad variable name <1> It seems that "bad variable name" is a fatal error on Ubuntu, but not on NetBSD. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943964 Title: local var="$@" doesn't behave like every other system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/1943964/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1943964] [NEW] local var="$@" doesn't behave like every other system
Public bug reported: With Ubuntu (for many years), the following code in /bin/sh (i.e. dash): f() { local v="$@" echo "<$v>" } f "$@" behaves differently to /bin/sh on Debian, macOS, FreeBSD, Solaris (/usr/xpg4/bin/sh). The behaviour of "$@" is very special. When there are no arguments, it completely disappears (i.e. even the surrounding quotes disappear so that there are no words). When there are arguments, it replicates those arguments perfectly (i.e. it effectively produces multiple quoted arguments if necessary). The described behaviour applies when "$@" is used for local variable assignment on Ubuntu, which sounds consistent with other uses of "$@" and therefore correct, but it doesn't match the behaviour on any other system, and is therefore a problem for shell portability. On the other systems mentioned above, the behaviour of "$@" when used as the value of a variable assignment (local or not) is as though "$*" had been used (i.e. it produces a single argument containing all the words). The difference is clear when the arguments contain multiple words. On Ubuntu, only the first word is assigned to v. Any subsequent words are treated as subsequent variable names. This goes unnoticed if the subsequent words are valid variable identifiers. But if the subsequent words are not valid identifiers, then dash emits a "bad variable name" error message. Note that without the "local" keyword, "$@" does behave like "$*" (like all the other systems). You might think that this is correct behaviour, but it is contrary to non-local variable assignment, and contrary to all other systems, and is therefore unhelpful. Please change it to behave like dash on other systems, e.g. debian. This behaviour has been witnessed on ubuntu-16.x and ubuntu-20.04. ** Affects: dash (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943964 Title: local var="$@" doesn't behave like every other system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/1943964/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1823161] Re: fails to resume after suspend
fyi: kernel 5.0.7-050007-generic also fixes the issue. Raf Op 5/04/19 om 13:23 schreef Kai-Heng Feng: > Please try the kernels between 4.18.0-10 and 4.18.0-17 and find out the > last good and first bad kernel. > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823161 Title: fails to resume after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823161/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1823161] Re: fails to resume after suspend
Will try, but can take some days/weeks because other priorities for the moment Brgds, Raf Op vr 5 apr. 2019 13:30 schreef Kai-Heng Feng : > Please try the kernels between 4.18.0-10 and 4.18.0-17 and find out the > last good and first bad kernel. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1823161 > > Title: > fails to resume after suspend > > Status in linux package in Ubuntu: > Confirmed > > Bug description: > see syslog? > > ProblemType: Bug > DistroRelease: Ubuntu 18.10 > Package: linux-image-4.18.0-17-generic 4.18.0-17.18 > ProcVersionSignature: Ubuntu 4.18.0-17.18-generic 4.18.20 > Uname: Linux 4.18.0-17-generic x86_64 > ApportVersion: 2.20.10-0ubuntu13.2 > Architecture: amd64 > AudioDevicesInUse: >USERPID ACCESS COMMAND >/dev/snd/controlC0: raf1790 F pulseaudio > CurrentDesktop: KDE > Date: Thu Apr 4 12:41:17 2019 > InstallationDate: Installed on 2019-04-03 (0 days ago) > InstallationMedia: Kubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 > (20181017.2) > Lsusb: >Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub >Bus 001 Device 003: ID 04f3:0c03 Elan Microelectronics Corp. >Bus 001 Device 002: ID 0408:a060 Quanta Computer, Inc. >Bus 001 Device 004: ID 8087:0aaa Intel Corp. >Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > MachineType: Acer NG-A717-72G-7989 > ProcFB: 0 EFI VGA > ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-17-generic > root=UUID=98c6f0a3-f3cf-431e-ae63-b1bb6ba686f4 ro nomodeset vt.handoff=1 > RelatedPackageVersions: >linux-restricted-modules-4.18.0-17-generic N/A >linux-backports-modules-4.18.0-17-generic N/A >linux-firmware 1.175.1 > SourcePackage: linux > UpgradeStatus: No upgrade log present (probably fresh install) > dmi.bios.date: 01/31/2019 > dmi.bios.vendor: Insyde Corp. > dmi.bios.version: V1.25 > dmi.board.asset.tag: No Asset Tag > dmi.board.name: Charizard_CFS > dmi.board.vendor: CFL > dmi.board.version: V1.25 > dmi.chassis.asset.tag: No Asset Tag > dmi.chassis.type: 10 > dmi.chassis.vendor: Acer > dmi.chassis.version: V1.25 > dmi.modalias: > dmi:bvnInsydeCorp.:bvrV1.25:bd01/31/2019:svnAcer:pnNG-A717-72G-7989:pvrV1.25:rvnCFL:rnCharizard_CFS:rvrV1.25:cvnAcer:ct10:cvrV1.25: > dmi.product.family: Aspire 7 > dmi.product.name: NG-A717-72G-7989 > dmi.product.sku: > dmi.product.version: V1.25 > dmi.sys.vendor: Acer > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823161/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823161 Title: fails to resume after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823161/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823161] Re: fails to resume after suspend
booting from Linux raf-NG-A717-72G 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux solves the problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823161 Title: fails to resume after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823161/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823161] [NEW] fails to resume after suspend
Public bug reported: see syslog? ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: linux-image-4.18.0-17-generic 4.18.0-17.18 ProcVersionSignature: Ubuntu 4.18.0-17.18-generic 4.18.20 Uname: Linux 4.18.0-17-generic x86_64 ApportVersion: 2.20.10-0ubuntu13.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: raf1790 F pulseaudio CurrentDesktop: KDE Date: Thu Apr 4 12:41:17 2019 InstallationDate: Installed on 2019-04-03 (0 days ago) InstallationMedia: Kubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.2) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 04f3:0c03 Elan Microelectronics Corp. Bus 001 Device 002: ID 0408:a060 Quanta Computer, Inc. Bus 001 Device 004: ID 8087:0aaa Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Acer NG-A717-72G-7989 ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-17-generic root=UUID=98c6f0a3-f3cf-431e-ae63-b1bb6ba686f4 ro nomodeset vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-4.18.0-17-generic N/A linux-backports-modules-4.18.0-17-generic N/A linux-firmware 1.175.1 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/31/2019 dmi.bios.vendor: Insyde Corp. dmi.bios.version: V1.25 dmi.board.asset.tag: No Asset Tag dmi.board.name: Charizard_CFS dmi.board.vendor: CFL dmi.board.version: V1.25 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V1.25 dmi.modalias: dmi:bvnInsydeCorp.:bvrV1.25:bd01/31/2019:svnAcer:pnNG-A717-72G-7989:pvrV1.25:rvnCFL:rnCharizard_CFS:rvrV1.25:cvnAcer:ct10:cvrV1.25: dmi.product.family: Aspire 7 dmi.product.name: NG-A717-72G-7989 dmi.product.sku: dmi.product.version: V1.25 dmi.sys.vendor: Acer ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug cosmic ** Attachment added: "syslog" https://bugs.launchpad.net/bugs/1823161/+attachment/5252742/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823161 Title: fails to resume after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823161/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1542743] Re: Bluetooth: Patch file not found ar3k/AthrBT_0x00000200.dfu
Sorry, previous post was UNRELATED to the bug, I changed the swap partition location and my PC (strangely after to perfect reboots) started looking for it elsewhere... The .deb file has worked fine for me as well! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542743 Title: Bluetooth: Patch file not found ar3k/AthrBT_0x0200.dfu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1542743/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1542743] Re: Bluetooth: Patch file not found ar3k/AthrBT_0x00000200.dfu
Hi there, I've installed the latest patch given because I was suffering from the same bluetooth issue. Unfortunately after the patch my boot sequence has become excruciatingly long!!! this is where it stops for ~2 minutes: [CODE] May 10 09:55:58 Aaron-Linux systemd[1]: Started Tell Plymouth To Write Out Runtime Data. May 10 09:55:58 Aaron-Linux systemd[1]: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device: Dev dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device appeared twice with different sysfs paths /sys/devices/pci:00/:00:1d.0/:3c:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 and /sys/devices/pci:00/:00:17.0/ata4/host3/target3:0:0/3:0:0:0/block/sda/sda4 May 10 09:55:58 Aaron-Linux systemd[1]: Found device Crucial_CT1050MX300SSD1 HAL. May 10 09:55:58 Aaron-Linux apparmor[665]: * Starting AppArmor profiles May 10 09:55:58 Aaron-Linux systemd[1]: Mounting /mnt/HAL... May 10 09:55:58 Aaron-Linux systemd[1]: Activating swap Swap Partition... May 10 09:55:58 Aaron-Linux systemd[1]: Starting Network Time Synchronization... May 10 09:55:58 Aaron-Linux systemd[1]: Starting Update UTMP about System Boot/Shutdown... May 10 09:55:58 Aaron-Linux apparmor[665]: Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox May 10 09:55:58 Aaron-Linux systemd[1]: Activated swap Swap Partition. May 10 09:55:58 Aaron-Linux systemd[1]: Started Set console font and keymap. May 10 09:55:58 Aaron-Linux apparmor[665]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd May 10 09:55:58 Aaron-Linux systemd-timesyncd[760]: The system is configured to read the RTC time in the local time zone. This mode can not be fully supported. All system time to RTC updates are disabled. May 10 09:55:58 Aaron-Linux systemd[1]: Started Network Time Synchronization. May 10 09:55:58 Aaron-Linux systemd[1]: Reached target System Time Synchronized. May 10 09:55:58 Aaron-Linux systemd[1]: Created slice system-getty.slice. May 10 09:55:58 Aaron-Linux systemd[1]: Started Update UTMP about System Boot/Shutdown. May 10 09:55:58 Aaron-Linux apparmor[665]:...done. May 10 09:55:58 Aaron-Linux systemd[1]: Started LSB: AppArmor initialization. May 10 09:55:58 Aaron-Linux systemd[1]: Starting Raise network interfaces... May 10 09:55:58 Aaron-Linux systemd[1]: Started Raise network interfaces. May 10 09:55:58 Aaron-Linux ntfs-3g[844]: Version 2015.3.14AR.1 integrated FUSE 28 May 10 09:55:58 Aaron-Linux ntfs-3g[844]: Mounted /dev/sda4 (Read-Write, label "HAL", NTFS 3.1) May 10 09:55:58 Aaron-Linux ntfs-3g[844]: Cmdline options: rw,nosuid,nodev May 10 09:55:58 Aaron-Linux ntfs-3g[844]: Mount options: rw,nosuid,nodev,allow_other,nonempty,relatime,fsname=/dev/sda4,blkdev,blksize=4096 May 10 09:55:58 Aaron-Linux ntfs-3g[844]: Ownership and permissions disabled, configuration type 7 May 10 09:55:58 Aaron-Linux systemd[1]: Mounted /mnt/HAL. May 10 09:55:58 Aaron-Linux mtp-probe: checking bus 1, device 5: "/sys/devices/pci:00/:00:14.0/usb1/1-11" May 10 09:55:58 Aaron-Linux mtp-probe: checking bus 1, device 2: "/sys/devices/pci:00/:00:14.0/usb1/1-1" May 10 09:55:58 Aaron-Linux mtp-probe: checking bus 1, device 3: "/sys/devices/pci:00/:00:14.0/usb1/1-3" May 10 09:55:58 Aaron-Linux mtp-probe: bus: 1, device: 2 was not an MTP device May 10 09:55:58 Aaron-Linux mtp-probe: bus: 1, device: 5 was not an MTP device May 10 09:55:58 Aaron-Linux mtp-probe: bus: 1, device: 3 was not an MTP device May 10 09:55:58 Aaron-Linux systemd[1]: Starting Load/Save RF Kill Switch Status... May 10 09:55:58 Aaron-Linux systemd[1]: Started Load/Save RF Kill Switch Status. May 10 09:55:58 Aaron-Linux systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... May 10 09:55:58 Aaron-Linux systemd[1]: Started Braille Device Support. May 10 09:55:58 Aaron-Linux systemd[1]: Started Tell Plymouth To Write Out Runtime Data. May 10 09:55:58 Aaron-Linux systemd[1]: dev-disk-by\x2duuid-c91bdb32\x2db56f\x2d417a\x2da8d3\x2d587fd46ab99b.device: Job dev-disk-by\x2duuid-c91bdb32\x2db56f\x2d417a\x2da8d3\x2d587fd46ab99b.device/start timed out. [\CODE] Furthermore while the laptop is sitting on my desk it keeps logging out this crap: [CODE] May 10 09:56:54 Aaron-Linux os-prober: debug: /dev/sda5: is active swap May 10 09:56:57 Aaron-Linux gnome-session[1462]: (gnome-shell:1652): St-WARNING **: Ignoring excess values in shadow definition May 10 09:56:57 Aaron-Linux gnome-session[1462]: message repeated 7 times: [ (gnome-shell:1652): St-WARNING **: Ignoring excess values in shadow definition] May 10 09:57:01 Aaron-Linux google-chrome.desktop[6995]: [1,1449989952:07:57:01.033389] Native Client module will be loaded at base address 0x095b May 10 09:57:19 Aaron-Linux systemd[1]: dev-disk-by\x2duuid-c91bdb32\x2db56f\x2d417a\x2da8d3\x2d587fd46ab99b.device: Job dev-disk-by\x2duuid-c91bdb32\x2db56f\x2d417a\x2da8d3\x2d587fd46ab99b.device/start timed out. May 10 09:57:19 Aaron-Linux systemd[1
[Bug 1580605] Re: gnome-shell crashes often
Using 16.10, no ZFS, frequest GNOME shell crashes. Below is one example. However, the library is not always the same, also seen libgnome-desktop-3.so.12.1.0, libmutter.so.0.0.0, libgio-2.0.so.0.5000.0. Seems to be independent of the extensions installed. gnome-shell[4080]: segfault at 2c ip 7fdc97a54ca0 sp 7ffe521631e8 error 4 in libglib-2.0.so.0.5000.2[7fdc979e+112000] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580605 Title: gnome-shell crashes often To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1580605/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1432271] Re: [vivid] Abiword always starts after logging in
Removing /usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service (which was installed by abiword-common) also fixes the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432271 Title: [vivid] Abiword always starts after logging in To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1432271/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1302897] Re: bootloader installation crashed
Yeah @psusi, due to a stupid error I didn't change from BIOS with CSM instead of UEFI... So damn stupid, I thought it was something related to the attempt to install the bootloader in the second drive 'cause linux read the HDD as the first but the SSD. OK, fixed just changing CSM mode in the BIOS (Secure Boot disabled of course). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302897 Title: bootloader installation crashed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1302897/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1302897] [NEW] bootloader installation crashed
Public bug reported: Installing grub on ssd crash. Maybe I installed the bootloader in the wrong partition, not sure. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ubiquity 2.17.10 ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8 Uname: Linux 3.13.0-22-generic x86_64 ApportVersion: 2.14-0ubuntu1 Architecture: amd64 CasperVersion: 1.339 Date: Sat Apr 5 02:22:06 2014 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140403) ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: grub-installer UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: grub-installer (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug trusty ubiquity-2.17.10 ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302897 Title: bootloader installation crashed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1302897/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Re: Freeze of death on PCI -> APIC IRQ Transform
Of course 3.2.0-41-generic-pae consist verified patch for my freeze problem. Good job! Many thanks for 3.2.0-41-generic-pae ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Re: Freeze of death on PCI -> APIC IRQ Transform
Guys, great news!!! indirectly or intentionally, bug is fixed with new kernel 3.2.0-41 -generic-pae !!! Full success ! When making this report I was downloading new updates. After reboot (booting 3.2.0-41-generic-pae kernel) my HTPC is 'back-on-track' starting as a rocket! Bug can be closed and 3.2.0-41-generic-pae consist a verified (100% positive) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Re: Freeze of death on PCI -> APIC IRQ Transform
** Description changed: - Version: 12.04 - Update performed ab. 20-th of Apr 2013 caused deadly crash (no recovery possible) - Kernel version 3.8 - My HTPC: P4 2.8 GHz, 1GB DDR 2 533MHz, MTHB MSI 865PE Neo2 Gold + Version: 12.04 precise + + Kernel version 3.2.0-39; 3.2.0-40 is unable to boot properly whereas + 3.2.0-38 is fine + + My HTPC: P4 2.8 GHz, 1GB DDR 2 400MHz, MTHB MSI 865PE Neo2 Gold When PC is booting kernel and makes some PCI initialization it hangs after this message: [ 0.214824] pci :00:1d.7: PCI->APIC IRQ transform: INT D -> IRQ 23 Only cold reboot helps - no other action is performed (no HDD activity observed in freeze state) - On Kernel 3.6 system performs very well and bug is not observed. - --- + On Kernel 3.2.0-38 system performs very well and bug is not observed. + + Log below collected on kernel 3.2.0-38 + --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu17.2 Architecture: i386 AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/controlC1: rafal 1481 F pulseaudio - /dev/snd/controlC0: rafal 1481 F pulseaudio + USERPID ACCESS COMMAND + /dev/snd/controlC1: rafal 1481 F pulseaudio + /dev/snd/controlC0: rafal 1481 F pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. Card0.Amixer.info: - Card hw:0 'ICH5'/'Intel ICH5 with ALC655 at irq 17' -Mixer name : 'Realtek ALC655 rev 0' -Components : 'AC97a:414c4760' -Controls : 41 -Simple ctrls : 26 + Card hw:0 'ICH5'/'Intel ICH5 with ALC655 at irq 17' + Mixer name : 'Realtek ALC655 rev 0' + Components : 'AC97a:414c4760' + Controls : 41 + Simple ctrls : 26 Card1.Amixer.info: - Card hw:1 'SAA7134'/'saa7133[0] at 0xffdef800 irq 17' -Mixer name : 'SAA7134 Mixer' -Components : '' -Controls : 6 -Simple ctrls : 3 + Card hw:1 'SAA7134'/'saa7133[0] at 0xffdef800 irq 17' + Mixer name : 'SAA7134 Mixer' + Components : '' + Controls : 6 + Simple ctrls : 3 DistroRelease: Ubuntu 12.04 HibernationDevice: RESUME=UUID=9749d247-24db-4601-b219-3c2c461ae1db InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423) IwConfig: - lono wireless extensions. - - eth0 no wireless extensions. + lono wireless extensions. + + eth0 no wireless extensions. MachineType: MICRO-STAR INC. MS-6728 MarkForUpload: True Package: linux (not installed) ProcEnviron: - TERM=xterm - PATH=(custom, no user) - LANG=pl_PL.UTF-8 - SHELL=/bin/bash + TERM=xterm + PATH=(custom, no user) + LANG=pl_PL.UTF-8 + SHELL=/bin/bash ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic-pae root=UUID=8afdc02f-1563-414b-9b34-4b8d5e185836 ro quiet splash pcie_aspm=off ProcVersionSignature: Ubuntu 3.2.0-38.61-generic-pae 3.2.37 PulseList: - Error: command ['pacmd', 'list'] failed with exit code 1: Home directory /home/rafal not ours. - No PulseAudio daemon running, or not running as session daemon. + Error: command ['pacmd', 'list'] failed with exit code 1: Home directory /home/rafal not ours. + No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: - linux-restricted-modules-3.2.0-38-generic-pae N/A - linux-backports-modules-3.2.0-38-generic-pae N/A - linux-firmware1.79.4 + linux-restricted-modules-3.2.0-38-generic-pae N/A + linux-backports-modules-3.2.0-38-generic-pae N/A + linux-firmware1.79.4 RfKill: - + Tags: precise Uname: Linux 3.2.0-38-generic-pae i686 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: - + dmi.bios.date: 09/29/2004 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V3.A dmi.board.name: MS-6728 dmi.board.vendor: MICRO-STAR INC. dmi.board.version: 2.00 dmi.chassis.asset.tag: 0123ABC dmi.chassis.type: 3 dmi.chassis.vendor: Uknown Chassis Manufacture dmi.chassis.version: Version 1.00 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV3.A:bd09/29/2004:svnMICRO-STARINC.:pnMS-6728:pvr2.00:rvnMICRO-STARINC.:rnMS-6728:rvr2.00:cvnUknownChassisManufacture:ct3:cvrVersion1.00: dmi.product.name: MS-6728 dmi.product.version: 2.00 dmi.sys.vendor: MICRO-STAR INC. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Re: Freeze of death on PCI -> APIC IRQ Transform
** Attachment added: "Screen shot for kernel 3.2.0-40 crash of death on PCI->APIC IRQ transform" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+attachment/3669231/+files/17042013457.jpg_160x120 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Re: Freeze of death on PCI -> APIC IRQ Transform
For clearance: - it's hard to collect log directly at the crash time because system didn't finished loading - bug concern Linux Kernel 3.2.0-39, 3.2.0-40 - kernel 3.2.0-38-generic-pae is booting fine and works stable (I'm currently working on it) - I've tried to perform log grabbing procedure using 'apport-collect 1177422' but have used it on 3.2.0-38 so report can miss important details -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669227/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669226/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669225/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669223/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669224/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669222/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] PciMultimedia.txt
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669221/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669220/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669219/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669218/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Card1.Amixer.values.txt
apport information ** Attachment added: "Card1.Amixer.values.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669217/+files/Card1.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Card0.Codecs.codec97.0.ac97.0.0.regs.txt
apport information ** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669216/+files/Card0.Codecs.codec97.0.ac97.0.0.regs.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Card0.Codecs.codec97.0.ac97.0.0.txt
apport information ** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669215/+files/Card0.Codecs.codec97.0.ac97.0.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Card0.Amixer.values.txt
apport information ** Attachment added: "Card0.Amixer.values.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669214/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669213/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] ArecordDevices.txt
apport information ** Attachment added: "ArecordDevices.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669212/+files/ArecordDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] AplayDevices.txt
apport information ** Attachment added: "AplayDevices.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669211/+files/AplayDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] AlsaDevices.txt
apport information ** Attachment added: "AlsaDevices.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669210/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Re: Freeze of death on PCI -> APIC IRQ Transform
apport information ** Tags added: apport-collected ** Description changed: Version: 12.04 Update performed ab. 20-th of Apr 2013 caused deadly crash (no recovery possible) Kernel version 3.8 My HTPC: P4 2.8 GHz, 1GB DDR 2 533MHz, MTHB MSI 865PE Neo2 Gold When PC is booting kernel and makes some PCI initialization it hangs after this message: [ 0.214824] pci :00:1d.7: PCI->APIC IRQ transform: INT D -> IRQ 23 Only cold reboot helps - no other action is performed (no HDD activity observed in freeze state) On Kernel 3.6 system performs very well and bug is not observed. + --- + AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. + ApportVersion: 2.0.1-0ubuntu17.2 + Architecture: i386 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC1: rafal 1481 F pulseaudio + /dev/snd/controlC0: rafal 1481 F pulseaudio + CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. + Card0.Amixer.info: + Card hw:0 'ICH5'/'Intel ICH5 with ALC655 at irq 17' +Mixer name : 'Realtek ALC655 rev 0' +Components : 'AC97a:414c4760' +Controls : 41 +Simple ctrls : 26 + Card1.Amixer.info: + Card hw:1 'SAA7134'/'saa7133[0] at 0xffdef800 irq 17' +Mixer name : 'SAA7134 Mixer' +Components : '' +Controls : 6 +Simple ctrls : 3 + DistroRelease: Ubuntu 12.04 + HibernationDevice: RESUME=UUID=9749d247-24db-4601-b219-3c2c461ae1db + InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423) + IwConfig: + lono wireless extensions. + + eth0 no wireless extensions. + MachineType: MICRO-STAR INC. MS-6728 + MarkForUpload: True + Package: linux (not installed) + ProcEnviron: + TERM=xterm + PATH=(custom, no user) + LANG=pl_PL.UTF-8 + SHELL=/bin/bash + ProcFB: 0 radeondrmfb + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic-pae root=UUID=8afdc02f-1563-414b-9b34-4b8d5e185836 ro quiet splash pcie_aspm=off + ProcVersionSignature: Ubuntu 3.2.0-38.61-generic-pae 3.2.37 + PulseList: + Error: command ['pacmd', 'list'] failed with exit code 1: Home directory /home/rafal not ours. + No PulseAudio daemon running, or not running as session daemon. + RelatedPackageVersions: + linux-restricted-modules-3.2.0-38-generic-pae N/A + linux-backports-modules-3.2.0-38-generic-pae N/A + linux-firmware1.79.4 + RfKill: + + Tags: precise + Uname: Linux 3.2.0-38-generic-pae i686 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: + + dmi.bios.date: 09/29/2004 + dmi.bios.vendor: American Megatrends Inc. + dmi.bios.version: V3.A + dmi.board.name: MS-6728 + dmi.board.vendor: MICRO-STAR INC. + dmi.board.version: 2.00 + dmi.chassis.asset.tag: 0123ABC + dmi.chassis.type: 3 + dmi.chassis.vendor: Uknown Chassis Manufacture + dmi.chassis.version: Version 1.00 + dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV3.A:bd09/29/2004:svnMICRO-STARINC.:pnMS-6728:pvr2.00:rvnMICRO-STARINC.:rnMS-6728:rvr2.00:cvnUknownChassisManufacture:ct3:cvrVersion1.00: + dmi.product.name: MS-6728 + dmi.product.version: 2.00 + dmi.sys.vendor: MICRO-STAR INC. ** Attachment added: "AcpiTables.txt" https://bugs.launchpad.net/bugs/1177422/+attachment/3669209/+files/AcpiTables.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] Re: Freeze of death on PCI -> APIC IRQ Transform
I have no Idea how can I redirect bug to proper kernel instead of xserver-xorg-video-intel (Ubuntu) Issue concern 3.8.0.19.35 but I'm unable to find proper package in packages list because system reject my request saying that 'too many entries' have 2 B displayed... Sorry, it's my first bug so please treat me understandingly -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177422] [NEW] Freeze of death on PCI -> APIC IRQ Transform
Public bug reported: Version: 12.04 Update performed ab. 20-th of Apr 2013 caused deadly crash (no recovery possible) Kernel version 3.8 My HTPC: P4 2.8 GHz, 1GB DDR 2 533MHz, MTHB MSI 865PE Neo2 Gold When PC is booting kernel and makes some PCI initialization it hangs after this message: [ 0.214824] pci :00:1d.7: PCI->APIC IRQ transform: INT D -> IRQ 23 Only cold reboot helps - no other action is performed (no HDD activity observed in freeze state) On Kernel 3.6 system performs very well and bug is not observed. ** Affects: xserver-xorg-video-intel (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177422 Title: Freeze of death on PCI -> APIC IRQ Transform To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1177422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1122870] [NEW] package postgresql-8.4 8.4.14-0ubuntu10.04 failed to install/upgrade: podproces nowy skrypt pre-removal zwrócił kod błędu 1
Public bug reported: it happend after uninstalation of nuxeo-dm package ProblemType: Package DistroRelease: Ubuntu 10.04 Package: postgresql-8.4 8.4.14-0ubuntu10.04 ProcVersionSignature: Ubuntu 2.6.32-45.102-generic 2.6.32.60+drm33.26 Uname: Linux 2.6.32-45-generic x86_64 NonfreeKernelModules: wl nvidia Architecture: amd64 Date: Tue Feb 12 09:42:12 2013 ErrorMessage: podproces nowy skrypt pre-removal zwrócił kod błędu 1 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) SourcePackage: postgresql-8.4 Title: package postgresql-8.4 8.4.14-0ubuntu10.04 failed to install/upgrade: podproces nowy skrypt pre-removal zwrócił kod błędu 1 ** Affects: postgresql-8.4 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package lucid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1122870 Title: package postgresql-8.4 8.4.14-0ubuntu10.04 failed to install/upgrade: podproces nowy skrypt pre-removal zwrócił kod błędu 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1122870/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777903] Re: Missing asm/*.ph
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777903 Title: Missing asm/*.ph -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777903] [NEW] Missing asm/*.ph
Public bug reported: Binary package hint: perl The new version of Perl is missing the perl header files in /usr/lib/perl/5.10.1/asm (5.10.1-17ubuntu4.1 vs 5.10.1-17ubuntu4). These header files are referenced in some of the other header files, e.g. sys/syscall.ph references asm/unistd.ph The headers files in asm-generic and linux are also missing. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: perl 5.10.1-17ubuntu4.1 [modified: usr/bin/perldoc] ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4 Uname: Linux 2.6.38-9-generic i686 Architecture: i386 Date: Thu May 5 09:55:02 2011 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) ProcEnviron: LANGUAGE=en_US:en PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: perl UpgradeStatus: Upgraded to natty on 2011-04-04 (30 days ago) ** Affects: perl (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/777903 Title: Missing asm/*.ph -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 767574] Re: Unity does not allow completely dragging windows to secondary screen
I just discovered the ALT-drag thing. That will do me for now. I pretty much have a clean install of the x64 narwhal nightly from yesterday. I can give you more system info if you like. I do have a Intel Graphics Accelerator built into the i5 in my vostro 3500 laptop.. Regardless, the OS usability seems to have generally improved since my last install a few years ago. Thanks for all the good work although I'm not totally "stoked" ;P -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/767574 Title: Unity does not allow completely dragging windows to secondary screen -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 767574] Re: Unity does not allow completely dragging windows to secondary screen
I have the same dual screen issue, windows get stuck at the bottom. The moved window's title bar is often hidden by the OS's title bar on the bottom display. Icons cant be dragged either - they simply return to where they were. Driving me crazy. Also strange is the display setup, I have to position the bottom monitor (laptop screen) to the far right of the larger 22" display so the laptop's screen doesn't get truncated on the left hand side. ** Attachment added: "Screenshot.png" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/767574/+attachment/2087454/+files/Screenshot.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/767574 Title: Unity does not allow completely dragging windows to secondary screen -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 719943] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 127
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/719943 Title: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub- processo novo script pre-installation retornou estado de saída de erro 127 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 719943] [NEW] package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 127
Public bug reported: Binary package hint: util-linux Problem with update and install ProblemType: Package DistroRelease: Ubuntu 11.04 Package: mount 2.17.2-3.3ubuntu4 ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4 Uname: Linux 2.6.38-3-generic x86_64 AptOrdering: mount: Install mount: Configure Architecture: amd64 Date: Wed Feb 16 07:51:16 2011 DpkgTerminalLog: Preparando para substituir mount 2.17.2-3.3ubuntu4 (usando .../mount_2.17.2-9.1ubuntu1_amd64.deb) ... /var/lib/dpkg/tmp.ci/preinst: 49: dpkg-vendor: not found dpkg: erro processando /var/cache/apt/archives/mount_2.17.2-9.1ubuntu1_amd64.deb (--unpack): sub-processo novo script pre-installation retornou estado de saída de erro 127 ErrorMessage: sub-processo novo script pre-installation retornou estado de saída de erro 127 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110212) SourcePackage: util-linux Title: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 127 ** Affects: util-linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/719943 Title: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub- processo novo script pre-installation retornou estado de saída de erro 127 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 674984] Re: Unable to wake up from suspend on Dell M101z
I tested with the 2.6.37-999.201012151130 daily mainline build. X doesn't work for me with that kernel so I've only tested in the console. Suspend behaviour is still the same: without noapic it doesn't come out of suspend, with noapic it does if you do it fast enough. If you use noapic and it comes out of suspend, I can do things like restart using ctrl-alt-del, but I don't see anything in the console. If I do the same on the current Ubuntu kernel while X is running, the console is unreadable and contains a mess of characters after coming out of suspend. ** Tags removed: needs-upstream-testing ** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/674984 Title: Unable to wake up from suspend on Dell M101z -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 685610] Re: package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/685610 Title: package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 685610] [NEW] package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive
Public bug reported: general update ProblemType: Package DistroRelease: Ubuntu 10.04 Package: openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 ProcVersionSignature: Ubuntu 2.6.32-26.47-generic 2.6.32.24+drm33.11 Uname: Linux 2.6.32-26-generic i686 Architecture: i386 Date: Sun Dec 5 14:41:58 2010 ErrorMessage: corrupted filesystem tarfile - corrupted package archive SourcePackage: openjdk-6 Title: package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive ** Affects: openjdk-6 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/685610 Title: package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 682452] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build
-- package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build https://bugs.launchpad.net/bugs/682452 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 682452] [NEW] package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build
Public bug reported: Binary package hint: virtualbox-ose after simple update ProblemType: Package DistroRelease: Ubuntu 10.04 Package: virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 ProcVersionSignature: Ubuntu 2.6.32-26.47-generic 2.6.32.24+drm33.11 Uname: Linux 2.6.32-26-generic i686 Architecture: i386 Date: Sun Nov 28 14:02:38 2010 ErrorMessage: virtualbox-ose kernel module failed to build PackageArchitecture: all PackageVersion: 3.1.6-dfsg-2ubuntu2 SourcePackage: virtualbox-ose Title: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build VirtualBoxOse.ModInfo: ** Affects: virtualbox-ose (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid -- package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build https://bugs.launchpad.net/bugs/682452 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 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)
hi, this post also helped me out on ubuntu 10.10 . as a followup for those who still don't know how to update libavcodec on ubuntu 10.10: r...@samoslinux:~$ sudo apt-get install libavcodec-unstripped-52 Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libmodplug1 libtagc0 libnetclasses0 libpopplerkit0 libavifile-0.7c2 libmpcdec6 Use 'apt-get autoremove' to remove them. The following extra packages will be installed: libavcodec-extra-52 libavutil-extra-50 libdirac-encoder0 libfaad2 libopenjpeg2 Suggested packages: libfaad0 The following packages will be REMOVED: libavcodec52 libavutil50 The following NEW packages will be installed: libavcodec-extra-52 libavcodec-unstripped-52 libavutil-extra-50 libdirac-encoder0 libfaad2 libopenjpeg2 0 upgraded, 6 newly installed, 2 to remove and 0 not upgraded. Need to get 5,504kB of archives. After this operation, 1,438kB of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://us.archive.ubuntu.com/ubuntu/ maverick/universe libavutil-extra-50 i386 4:0.6-2ubuntu3 [112kB] ...clipped for shortness... after that r...@samoslinux:~$ ffmpeg -i 4PbTOFQ4JOs.flv -acodec mp3 fff.mp3 FFmpeg version 0.6-4:0.6-2ubuntu6, Copyright (c) 2000-2010 the FFmpeg developers built on Oct 5 2010 22:35:47 with gcc 4.4.5 configuration: --extra-version=4:0.6-2ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau ...clipped again to keep it short ... audiodatarate : 119 totaldatarate : 731 framerate : 30 bytelength : 35757512 canseekontime : true sourcedata : B4A7DD146MM1289927317339780 purl: pmsg: Duration: 00:06:31.06, start: 0.00, bitrate: 739 kb/s Stream #0.0: Video: h264, yuv420p, 640x480 [PAR 1:1 DAR 4:3], 617 kb/s, 29.97 tbr, 1k tbn, 60 tbc Stream #0.1: Audio: aac, 44100 Hz, stereo, s16, 122 kb/s Output #0, mp3, to 'fff.mp3': Metadata: TSSE: Lavf52.64.2 Stream #0.0: Audio: libmp3lame, 44100 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Press [q] to stop encoding size=3060kB time=391.65 bitrate= 64.0kbits/s video:0kB audio:3060kB global headers:0kB muxing overhead 0.001053% r...@samoslinux:~$ ls *.mp3 4PbTOFQ4JOs.mp3 fff.mp3 oo.mp3 r...@samoslinux:~$ again thanks for the clues. raf -- Unknown encoder mp3 error in ffmpeg (ibex) https://bugs.launchpad.net/bugs/296922 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 674984] Re: Unable to wake up from suspend on Dell M101z
noapic isn't sufficient to work around this: if I leave the machine suspended for a non-trivial amount of time (say more than a minute), it's again unable to wake up. In that case I also can't turn the machine off using the power button anymore, and have to disconnect the battery to restart. -- Unable to wake up from suspend on Dell M101z https://bugs.launchpad.net/bugs/674984 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 674984] Re: Unable to wake up from suspend on Dell M101z
-- Unable to wake up from suspend on Dell M101z https://bugs.launchpad.net/bugs/674984 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 674984] [NEW] Unable to wake up from suspend on Dell M101z
Public bug reported: The machine goes into suspend but can't wake up from it. When inspecting /var/log/kern.log afterwards, no suspend-related messages are added to it at that time, while on my Dell Latitude E6400 which has working suspend there are. On the E6400 the first line that would show up is "PM: Syncing filesystems ... ", which is from the enter_state function in kernel/power/suspend.c . I added some print statements in that code to see if the M101z got near that point, and it does indeed enter the function, but acquiring a mutex seems to fail: int enter_state(suspend_state_t state) { int error; if (!valid_state(state)) return -ENODEV; if (!mutex_trylock(&pm_mutex)) return -EBUSY; printk(KERN_INFO "PM: Syncing filesystems ... "); On the M101z the function returns after mutex_trylock, while on the E6400 it carries on. I then found out about the s2ram instructions at http://en.opensuse.org/SDB:Suspend_to_RAM and found that suspend works when I pass the noapic boot option to the kernel. Locking the mutex succeeds in that case. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: linux-image-2.6.35-22-generic 2.6.35-22.35 Regression: No Reproducible: Yes ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: fglrx wl AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23. Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: SB [HDA ATI SB], device 0: ALC259 Analog [ALC259 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: raf1708 F pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'SB'/'HDA ATI SB at 0xd040 irq 16' Mixer name : 'Realtek ALC259' Components : 'HDA:10ec0269,10280470,00100100' Controls : 13 Simple ctrls : 8 Card1.Amixer.info: Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd011 irq 43' Mixer name : 'ATI RS690/780 HDMI' Components : 'HDA:1002791a,00791a00,0010' Controls : 4 Simple ctrls : 1 Card1.Amixer.values: Simple mixer control 'IEC958',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] Date: Sat Nov 13 20:33:13 2010 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=8a09427d-f838-4dca-ad36-0f46eee42216 InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 (20101007) MachineType: Dell Inc. Inspiron 1120 ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic root=UUID=f9223b5e-ef82-433f-a550-f08dbadb24de ro crashkernel=384M-2G:64M,2G-:128M quiet splash ProcEnviron: LANG=en_US.utf8 SHELL=/bin/bash RelatedPackageVersions: linux-firmware 1.38 SourcePackage: linux dmi.bios.date: 07/26/2010 dmi.bios.vendor: Dell Inc. dmi.bios.version: A03 dmi.board.asset.tag: 1234567890 dmi.board.name: 090DNY dmi.board.vendor: Dell Inc. dmi.board.version: A03 dmi.chassis.asset.tag: 1234567890 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: A03 dmi.modalias: dmi:bvnDellInc.:bvrA03:bd07/26/2010:svnDellInc.:pnInspiron1120:pvrA03:rvnDellInc.:rn090DNY:rvrA03:cvnDellInc.:ct8:cvrA03: dmi.product.name: Inspiron 1120 dmi.product.version: A03 dmi.sys.vendor: Dell Inc. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 kernel-power maverick needs-upstream-testing resume suspend ubuntu-une -- Unable to wake up from suspend on Dell M101z https://bugs.launchpad.net/bugs/674984 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 192023] Re: distccmon not displaying threads because DISTCC_DIR is not defined
Works for me on Ubuntu 10.10. -- distccmon not displaying threads because DISTCC_DIR is not defined https://bugs.launchpad.net/bugs/192023 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 657634] Re: [GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on boot for sony vaio F-series
same problem here, VPCS11E7E -- [GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on boot for sony vaio F-series https://bugs.launchpad.net/bugs/657634 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
I have not had anymore HSM violations. And nobody else has reported any problems. It looks like this problem is fixed. -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 543383] Re: glibc detected *** /usr/bin/perl: double free or corruption
I had the bad version of libmysqlclient16 installed (7.0.9-1). "sudo apt-get install libmysqlclient16/lucid" fixed the problem for me. Please close this bug report. -- glibc detected *** /usr/bin/perl: double free or corruption https://bugs.launchpad.net/bugs/543383 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
I have not been able to reproduce the HSM violations. I rebooted 20 times, cold booted, booted with battery, replaced battery and booted, tried 2.6.32-19 and 2.6.32-20, all of these seem to work without problem. Previously (after the fix went in) I sometimes got the HSM violation, but only on boot, I was not able to trigger it by manually running udisks-probe-ata-smart. I have replaced /lib/udev/udisks-probe-ata-smart with a script that generates a trace, so if it should cause an HSM violation again, it should generate a trace output. My understanding of this bug is that it is only related to running of udisks-probe-ata-smart, which should only run at boot (unless repartitioning the drive). But some reports seem to indicate failures after boot (e.g. #234). The workaround did seem to work for me. -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
@Gav: how are we going to find a fix for this problem if none of us once in a while is willing to try the new version? -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
With the early versions of udisks/libatasmart4 on Lucid I would always get HSM violations. Now with the newer versions (udisks 1.0.0+git20100319-0git1 and libatasmart4 0.17+git20100219-1git2) I only sometimes get HSM violations. -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
I am using current Lucid (udisks 1.0.0+git20100319-0git1 and libatasmart4 0.17+git20100219-1git2) on my Acer Aspire One with Super Talent replacement SSD (FEM32GF13M) and I am still getting HSM violations. I previously tested and was able to confirm that it (sometimes) works without error. I am hesitant to test more since the corruption was quite bad: broken grub config (easily fixed) and "mount point /dev/shm does not exist" errors when booting (haven't found how to fix this yet). -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 543383] Re: glibc detected *** /usr/bin/perl: double free or corruption
** Attachment added: "output" http://launchpadlibrarian.net/41506913/output ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/41506206/Dependencies.txt -- glibc detected *** /usr/bin/perl: double free or corruption https://bugs.launchpad.net/bugs/543383 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 543383] [NEW] glibc detected *** /usr/bin/perl: double free or corruption
Public bug reported: Binary package hint: libdbd-mysql-perl Using lucid I get double free errors when using DBD::mysql. The example output below shows the DBI trace and the glibc output. ProblemType: Bug Architecture: amd64 Date: Sun Mar 21 08:33:15 2010 DistroRelease: Ubuntu 10.04 Package: libdbd-mysql-perl 4.012-1ubuntu1 ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.32-16.25-generic SourcePackage: libdbd-mysql-perl Uname: Linux 2.6.32-16-generic x86_64 ** Affects: libdbd-mysql-perl (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug lucid -- glibc detected *** /usr/bin/perl: double free or corruption https://bugs.launchpad.net/bugs/543383 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
I should have written: I would like to know if the *maintainers* are willing to accept either of these workarounds. -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
The first beta of Lucid was released and we have not yet found a solution for the HSM violations and corruption. I would really hope that we can find a way to fix this before the final release. A proper solution would be a patch for libatasmart, but I have not seen any progress. A first workaround would be to disable the use of udisks-probe-ata-smart in 80-udisks.rules. I haven't found anything using the result of the SMART test (ID_ATA_FEATURE_SET_SMART, ID_ATA_FEATURE_SET_SMART_ENABLED, UDISKS_ATA_SMART_IS_AVAILABLE). And I don't think they are documented. An alternative workaround would create a blacklist in 80-udisks.rules, so that SMART test is not run on the devices identified above (and possible others). I would like to know if the developers are willing to accept either of these workarounds. -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 367332] Re: trackerd 100% cpu
Seems to happen frequently when a lot of new files are created (e.g. extracting a kernel archive). It is just spinning in g_main_loop_run, with a zero timeout on poll (see strace above). gdb backtrace: #0 0x7fb3c6e92e68 in ?? () from /usr/lib/libdbus-glib-1.so.2 #1 0x7fb3c5e88a81 in g_main_context_prepare () from /lib/libglib-2.0.so.0 #2 0x7fb3c5e88ee8 in ?? () from /lib/libglib-2.0.so.0 #3 0x7fb3c5e894bc in g_main_context_iteration () from /lib/libglib-2.0.so.0 #4 0x00426899 in inotify_watch_func (source=, condition=, data=) at inotify-monitor.c:93 #5 0x7fb3c5e85492 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #6 0x7fb3c5e89308 in ?? () from /lib/libglib-2.0.so.0 #7 0x7fb3c5e8981d in g_main_loop_run () from /lib/libglib-2.0.so.0 #8 0x0041cb16 in main (argc=1, argv=0x7fffc2fc3848) at tracker-main.c:1236 -- trackerd 100% cpu https://bugs.launchpad.net/bugs/367332 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 367332] Re: trackerd 100% cpu
I seem to have the same problem on Lucid (0.6.95-1ubuntu6). I check tracker-status, and it reports 'Paused'. But the tracker-applet had 'Pause All Indexing' unmarked. So I selected 'Pause All Indexing', tracker-status still reported 'Paused'. I then unselected 'Pause All Indexing', tracker-status now reports 'Idle', and trackerd goes to sleep. Next time this happens I will try to collect some more information. -- trackerd 100% cpu https://bugs.launchpad.net/bugs/367332 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
I have the same Super Talent 32 GB SSD. But it identifies it self simply as 'Flash' (see attached output). I think the easiest way to implement a blacklist will be in the udev rules, so I included the output of 'udevadm info --query=all --path /block/sda'. @LarryGrover: I have the same device. While debugging this problem (repeated runs of devkit-disks-probe-ata-smart) I did get (non- permanent) disk corruption. fsck placed several files in /lost+found! ** Attachment added: "supertalent32GB.txt" http://launchpadlibrarian.net/39752817/supertalent32GB.txt -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
I just rebooted, and SMART was enabled again. So this doesn't work through a reboot. Sorry. -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
I found a possibly easier work around: after I disabled SMART support on the device, I can safely run devkit-disks-probe-ata-smart (or udisks- probe-ata-smart in lucid): sudo smartctl --smart off /dev/sda You can check if smart is disabled, with 'sudo smartctl -i /dev/sda', the output should include (note the last line): SMART support is: Available - device has SMART capability. SMART support is: Disabled Note the following comment in the smartctl manual: "In principle the SMART feature settings are preserved over power-cycling, but it doesn´t hurt to be sure." I have not yet rebooted. Looking at the strace of devkit-disks/udisks-probe-ata-smart, I see that the second (dangerous) ioctl is not executed when smart is disabled. -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
This bug also affects Lucid via the call to udisks-probe-ata-smart in /lib/udev/rules.d/80-udisks.rules (from the package udisks). Uncommenting the line KERNEL=="sd*[!0-9]", ATTR{removable}=="0", ENV{ID_BUS}=="ata", ENV{DEVTYPE}=="disk", IMPORT{program}="udisks-probe-ata-smart $tempnode" in /lib/udev/rules.d/80-udisks.rules works around the problem on my Acer. Is there any plan to include a real fix for this problem in Lucid? The upstream kernel bug was closed, the upstream libatasmart bug hasn't received much attention. How can I help to make sure that this bug is fixed in Lucid? -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 426965] Re: Series of GNOME errors upon startup
If your seeing this bug on a system with an SSD, than this is most likely the result of https://bugs.launchpad.net/ubuntu/+source/libatasmart/+bug/445852. Please try the workaround documented there. That fixed the problem for me. -- Series of GNOME errors upon startup https://bugs.launchpad.net/bugs/426965 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
Output from smartctl -a. ** Attachment added: "smartctl-output" http://launchpadlibrarian.net/36855106/smartctl-output -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
strace from smartctl -a. ** Attachment added: "smartctl-trace" http://launchpadlibrarian.net/36855111/smartctl-trace -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
I did some more tests with devkit-disks-probe-ata-smart. If I boot from USB flash, devkit-disks-probe-ata-smart on the SSD does not trigger any log entry until I try to write to the disk. If I then try to write (to the swap partition, as not the corrupt any fs) to the disk with dd, dd hangs until the error is generated, which occurs 30 seconds later (probably a timeout in the kernel). -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
** Attachment added: "strace -fotrace /lib/udev/devkit-disks-probe-ata-smart /dev/sda" http://launchpadlibrarian.net/36787562/trace -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
I don't know if it is helpful to anybody, but I have attached the strace for /lib/udev/devkit-disks-probe-ata-smart /dev/sda. It does two SG_IO ioctls against the device. smartctl -a /dev/sda does not trigger the HSM violation. -- devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
I disabled /lib/udev/rules.d/95-devkit-disks.rules (using dpkg-divert). And now I can boot without HSM violations. But I believe this is only a workaround. Note that the devkit-disks-probe-ata-smart tests did again result in filesystem corruption. Raf. -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
I am doing this (on an otherwise idle UNR): # sleep 120; logger devkit-disks-probe-ata-smart; /lib/udev/devkit- disks-probe-ata-smart /dev/sda; sleep 120; logger done And I get this in syslog (repeatably): Dec 14 11:12:01 unus logger: devkit-disks-probe-ata-smart Dec 14 11:12:35 unus kernel: [ 7734.000130] ata2: lost interrupt (Status 0x58) Dec 14 11:12:35 unus kernel: [ 7734.000217] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen Dec 14 11:12:35 unus kernel: [ 7734.000232] ata2.00: BMDMA stat 0x4 Dec 14 11:12:35 unus kernel: [ 7734.000264] ata2.00: cmd ca/00:08:08:8b:54/00:00:00:00:00/e3 tag 0 dma 4096 out Dec 14 11:12:35 unus kernel: [ 7734.000270] res 58/00:08:08:8b:54/00:00:00:00:00/e3 Emask 0x2 (HSM violation) Dec 14 11:12:35 unus kernel: [ 7734.000284] ata2.00: status: { DRDY DRQ } Dec 14 11:12:35 unus kernel: [ 7734.000343] ata2: soft resetting link Dec 14 11:12:35 unus kernel: [ 7734.208576] ata2.00: configured for UDMA/66 Dec 14 11:12:35 unus kernel: [ 7734.208618] ata2: EH complete Dec 14 11:14:01 unus logger: done Also note that I stay in UDMA (not PIO like some other posters). Except for the delays, the disk is quite usable. -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
Scott, # udevadm test /block/sda 2>&1 | grep "^util_run_program:.*started" util_run_program: 'ata_id --export /dev/sda' started util_run_program: 'scsi_id --whitelisted --replace-whitespace -p0x80 -d/dev/sda' started util_run_program: 'path_id /devices/pci:00/:00:1f.2/host1/target1:0:0/1:0:0:0/block/sda' started util_run_program: '/sbin/blkid -o udev -p /dev/sda' started util_run_program: 'edd_id --export /dev/sda' started util_run_program: 'devkit-disks-part-id /dev/sda' started util_run_program: 'devkit-disks-probe-ata-smart /dev/sda' started This did trigger the HSM violation. Testing more, I think that devkit-disks-probe-ata-smart is the one triggering the violation (devkit is new in Karmic?). However, it doesn't always show. I think it might be related to the delay between the different commands. If the delay is too big it doesn't always show . But if the delay is too small, we cannot be sure which one triggered the command. The delay between running devkit-disks-probe-ata-smart and the actual violation being logged is not constant. Maybe devkit-disks-probe-ata- smart sets things up, but the actual violation only triggers after some other activity occurs (e.g. simple disk access). I will try again to isolate it. Raf. -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
Scott, Yes, "echo change > /sys/block/sda/uevent" results in the same error. After entering that command, it takes about 20 to 30 seconds until the error shows up. Any idea why does works fine under Jaunty and not Karmic? Raf. -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
But be warned, this has lead to disk corruption for me! I never had disk corruptions before... -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
#97 also repeatably triggers the HSM violation for me. But only under Karmic (not Jaunty). -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
I don't think that there is a bug in upstart. More likely the increased parallelism of upstart triggers a bug in the kernel, firmware, or hardware. If it is a kernel bug, it has been in the kernel for several releases. I have tested with 2.6.29-rc3 (and most versions in between), that is the oldest kernel on http://kernel.ubuntu.com/~kernel-ppa/mainline/ that can still boot my ext4-karmic partition. I am wondering if #61 is not on to something. However, my SDD is ATA, not SATA (so no NCQ anyway). I will research if the SDD can do TCQ, and if yes how to disable it. That would suggest a firmware/hardware bug. -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
What about the increased parallelism in the new upstart? Could this be the cause of the problems: increased simultaneous disk access. Doesn't Fedora also use upstart? Unfortunately it looks like upstart cannot be serialized. (I am talking about the jobs in /etc/init, not /etc/init.d) -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
#75 is correct. My karmic install always gives the error (even with 2.6.29-rc3*). But my jaunty never gives the error, even with 2.6.31-16. However, there is one more difference between my karmic and jaunty installs: karmic uses ext4, while jaunty uses ext2 (and for the record all of those are inside LVM). Could it be something related to ext4? I notice that the bug triggers during or right after filesystem check/mount (mountall). But I have not been able to reproduce this bug by doing filesystem checks/mounting of the karmic-ext4 partition under jaunty. I have not been able to debug it further. Debugging upstart to see exactly when the bug triggers generates way too much output. I tried disabling ureadahead, but that didn't make any difference. *Note that the error message changed between 2.6.29-6 and 2.6.30-rc1, but it still triggers an error message and the same delay. -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 445852] Re: SSD stall during boot
I also see these log entries on my Acer Aspire One with SUPER TALENT FEM32GF13M. However, I have not yet seen any corruption as a result of this. In fact, sometimes this does not result in a stall during boot. If it does stall the boot, it hangs for about 12 seconds. -- SSD stall during boot https://bugs.launchpad.net/bugs/445852 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 367743] Re: Attempt to purchase album from Rhythmbox Magnatune store fails.
In 9.10, I got this message when trying to make a purchase: An error occurred while trying to purchase the album. The Magnatune server returned: Magnatune unfortunately can no longer process credit card purchases from 3rd party applications. We are working on an alternative. Your card has not been charged! -- Attempt to purchase album from Rhythmbox Magnatune store fails. https://bugs.launchpad.net/bugs/367743 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 367450] Re: Can't allocate memory while viewing DVD
I had the same issue with the same DVD on a clean Ubuntu 9.10 install. Steps to reproduce: 1. Insert the Planet Earth DVD 2. Open the dvd with the default Movie Player in the popup 3. Play the dvd 4. Crash See the attached libdvdnav_error_totem_bbcdvd for the output when running totem in a terminal, as well as libdvdnav_error_vlc_bbcdvd for vlc. Since I remembered from the previous time that I got it to work after playing several other DVD's, I tried playing a Battlestar Galactica DVD that had the same 2+4 region. That one played correctly (see the attached libdvdnav_success_totem_bsg). When I tried the Planet Earth DVD again, it played correctly as well (libdvdnav_success_totem_bbcdvd). ** Attachment added: "libdvdnav_error_totem_bbcdvd" http://launchpadlibrarian.net/34806938/libdvdnav_error_totem_bbcdvd -- Can't allocate memory while viewing DVD https://bugs.launchpad.net/bugs/367450 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 367450] Re: Can't allocate memory while viewing DVD
** Attachment added: "libdvdnav_success_totem_bbcdvd" http://launchpadlibrarian.net/34807020/libdvdnav_success_totem_bbcdvd -- Can't allocate memory while viewing DVD https://bugs.launchpad.net/bugs/367450 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 367450] Re: Can't allocate memory while viewing DVD
** Attachment added: "libdvdnav_success_totem_bsg" http://launchpadlibrarian.net/34806991/libdvdnav_success_totem_bsg -- Can't allocate memory while viewing DVD https://bugs.launchpad.net/bugs/367450 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 367450] Re: Can't allocate memory while viewing DVD
** Attachment added: "libdvdnav_error_vlc_bbcdvd" http://launchpadlibrarian.net/34806969/libdvdnav_error_vlc_bbcdvd -- Can't allocate memory while viewing DVD https://bugs.launchpad.net/bugs/367450 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 426965] Re: Series of GNOME errors upon startup
They failing applets are quitting (and cleaning up the socket that gnome-panel is looking for). From the strace for bonobo-activation- server (bonobo-activation-server has its output redirected to /dev/null, so it doesn't get stored anywhere): 1713 14:15:51.291582 write(2, "\n(window-picker-applet:1713): Bonobo-WARNING **: Never got frame, control died - abnormal exit condition\n", 105) = 105 1713 14:15:51.299865 write(2, "\n(window-picker-applet:1713): Bonobo-WARNING **: Leaked a total of 4 refs to 2 bonobo object(s)\n", 96) = 96 I don't know where else to look. ** Attachment added: "bonobo-activation-server.trace" http://launchpadlibrarian.net/33370867/bonobo-activation-server.trace -- Series of GNOME errors upon startup https://bugs.launchpad.net/bugs/426965 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 426965] Re: Series of GNOME errors upon startup
gnome-panel gives an error when it cannot find the orbit socket. Trying to strace bonobo-activation-server to see what happens there, but I haven't been able yet to get it to fail and get strace to work. read(18, "GIOP\1\2\1\1\204\1\0\0", 12) = 12 read(18, "\20Q\231\t\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1\0\1\5\t\1\1\0\0\0\0\0003\0\0\0OAFAID:[OAFIID:GNOME_GoHome_Factory,raf,localhost]\0\0\0\0\0\0"..., 388) = 388 socket(PF_FILE, SOCK_STREAM, 0) = 20 fcntl64(20, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 fcntl64(20, F_SETFD, FD_CLOEXEC)= 0 getuid32() = 1000 connect(20, {sa_family=AF_FILE, path="/tmp/orbit-raf/linc-66b-0-435d1a6e17bb5"}, 42) = -1 ENOENT (No such file or directory) close(20) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 20 fcntl64(20, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 fcntl64(20, F_SETFD, FD_CLOEXEC)= 0 getuid32() = 1000 connect(20, {sa_family=AF_FILE, path="/tmp/orbit-raf/linc-66b-0-435d1a6e17bb5"}, 42) = -1 ENOENT (No such file or directory) close(20) = 0 write(2, "\n** (gnome-panel.real:1606): WARNING **: panel-applet-frame.c:1310: failed to get Bonobo/Control"..., 203) = 203 ** Attachment added: "gnome-panel strace" http://launchpadlibrarian.net/8096/gnome-panel.trace-1 -- Series of GNOME errors upon startup https://bugs.launchpad.net/bugs/426965 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 426965] Re: Series of GNOME errors upon startup
I added "and started dbus" as a condition for starting gdm, but I am still having this problem (and it seems to take longer to boot up). I guess it must be something else. xsession-errors contains the following: ** (gnome-panel:1615): WARNING **: panel-applet-frame.c:1310: failed to get Bonobo/Control interface on applet OAFIID:GNOME_WindowPicker: Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0' ** (gnome-panel:1615): WARNING **: panel-applet-frame.c:1310: failed to get Bonobo/Control interface on applet OAFIID:GNOME_GoHome: Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0' This bug might be similar to https://bugs.launchpad.net/ubuntu/+source /gnome-applets/+bug/294412 -- Series of GNOME errors upon startup https://bugs.launchpad.net/bugs/426965 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 426965] Re: Series of GNOME errors upon startup
I have the same problem, running a 9.04 to 9.10 upgraded NBR. I have had the problem since upgrading to an alpha version, and I still have the problem now. I wonder if this is the result of a race condition during startup. If I log out, and log in again, I never have this problem. As such, I suspect this might not be a bug in gnome, but maybe gdm. I notice that gdm does not depend on dbus being started, should it? However, I believe it is Netbook Remix specific, I don't have the problem on my desktop running regular Ubuntu. -- Series of GNOME errors upon startup https://bugs.launchpad.net/bugs/426965 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 434417] [NEW] libvirt-bin apparmor profile needs chown capability
Public bug reported: Binary package hint: libvirt-bin When creating a new virtual machine with virt-manager, I was not able to start it. Looking at strace and kern.log showed that kvm did a chown: kernel: [110203.023217] type=1503 audit(1253588634.819:276): operation="capable" pid=28692 parent=28691 profile="libvirt- 3c7d4020-4339-04f1-024e-01639d6b4542" name="chown" adding capability chown, to /etc/apparmor.d/abstractions/libvirt-qemu seems to have fixed that. Now strace shows: chown("/dev/pts/4", 0, 5) = 0 ** Affects: libvirt (Ubuntu) Importance: Undecided Status: New -- libvirt-bin apparmor profile needs chown capability https://bugs.launchpad.net/bugs/434417 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 379367] Re: gedit add a newline at the end of file.I hope it can be config
Oh yes, now empty files have also become an unknown concept. To create one, or empty out an existing file, you have to instead open a shell and do something like "echo -n > file". This is indeed most annoying! And why (see #8) should a deficiency in an entirely different program on Red Hat affect gedit everywhere? I don't care to think what mistakes are being made elsewhere if protests about something as utterly trivial as this are so obstinately being ignored, let alone the fact that someone thought it was a good idea to begin with and managed to have his change accepted... -- gedit add a newline at the end of file.I hope it can be config https://bugs.launchpad.net/bugs/379367 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