[Bug 251304] Re: Pidgin XMPP TLS/SSL Man in the Middle attack
See also http://developer.pidgin.im/ticket/6500 which includes a patch. -- Pidgin XMPP TLS/SSL Man in the Middle attack https://bugs.launchpad.net/bugs/251304 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 251304] Re: Pidgin XMPP TLS/SSL Man in the Middle attack
I don't think so. I would have done it, but not certain of the procedure. -- Pidgin XMPP TLS/SSL Man in the Middle attack https://bugs.launchpad.net/bugs/251304 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 312536] [NEW] Stop honoring digital signatures based on MD5 hashes
*** This bug is a security vulnerability *** Public security bug reported: In http://www.win.tue.nl/hashclash/rogue-ca/ , a CA cert was created that is accepted by Firefox. This allows any web site to be impersonated. See upstream https://bugzilla.mozilla.org/show_bug.cgi?id=471539 . This may also apply to other PKI enabled packages in Ubuntu that accept MD5, including Thunderbird, Evolution, and anything that depends on openssl. ** Affects: firefox Importance: Unknown Status: Confirmed ** Affects: firefox (Ubuntu) Importance: Undecided Status: New ** Affects: firefox-3.0 (Ubuntu) Importance: Undecided Status: New ** Visibility changed to: Public ** Bug watch added: Mozilla Bugzilla #471539 https://bugzilla.mozilla.org/show_bug.cgi?id=471539 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=471539 Importance: Unknown Status: Unknown ** Also affects: firefox-3.0 (Ubuntu) Importance: Undecided Status: New -- Stop honoring digital signatures based on MD5 hashes https://bugs.launchpad.net/bugs/312536 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 312536] Re: Stop honoring digital signatures based on MD5 hashes
A successful attack would mean that the attackers would have a rogue CA. They would then be able to generate a bogus certificate for any site without any additional resources. This issue should therefore be considered critical in my opinion. The benefit to an attacker would justify using considerable resources in generating the rogue CA cert. I do think that the end-user should be able to override the security weakness warning. -- Stop honoring digital signatures based on MD5 hashes https://bugs.launchpad.net/bugs/312536 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 312536] Re: Stop honoring digital signatures based on MD5 hashes
As long as the end-user can override the warning, they are still able to continue with existing workflows based on their judgment. Also, the warning would encourage CA's and web sites to move to SHA more quickly. -- Stop honoring digital signatures based on MD5 hashes https://bugs.launchpad.net/bugs/312536 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
Changed the status to New, since this needs to be looked at again. Please let me know if you need further clarification about the symptoms / cause. ** Changed in: linux (Ubuntu) Status: Invalid => New -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 504632] [NEW] ext3/4 fsyncdata does not flush disk cache
Public bug reported: The following program illustrates the problem. When run, on ext3 or ext4 with data=ordered or data=writeback, it completes under a second. Since each fsyncdata should take at least one disk revolution (~10ms), the total time taken should be ~10 seconds. The program works as expected (i.e. takes ~10 seconds or more) for the following cases: XFS, reiserfs, and ext4 with data=journal. It works correctly when replacing the pwrite with a write. It also works as expected when the drive cache is disabled. This bug will likely cause database systems to fail to commit transactions in a durable manner. #include #include int main() { int fd = open ("test_file", O_RDWR | O_CREAT | O_TRUNC, 0600); char byte; int i = 1000; while (i-- > 0) { byte = i&0xFF; pwrite (fd, &byte, 1, 0); fdatasync (fd); } } ProblemType: Bug Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: guest1 2176 F pulseaudio CRDA: country CO: (2402 - 2472 @ 40), (3, 27) (5170 - 5250 @ 20), (3, 17) (5250 - 5330 @ 20), (3, 23), DFS (5735 - 5835 @ 20), (3, 30) Card0.Amixer.info: Card hw:0 'SB'/'HDA ATI SB at 0xf7ff4000 irq 16' Mixer name : 'Realtek ALC1200' Components : 'HDA:10ec0888,104382fe,00100101' Controls : 40 Simple ctrls : 22 Date: Thu Jan 7 22:41:51 2010 DistroRelease: Ubuntu 9.10 HibernationDevice: RESUME=/dev/sda6 MachineType: System manufacturer System Product Name NonfreeKernelModules: nvidia Package: linux-image-2.6.31-16-generic 2.6.31-16.53 ProcCmdLine: root=UUID=305df5de-09e0-4f0f-98fe-eda2d4f95e0a ro ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/zsh ProcVersionSignature: Ubuntu 2.6.31-16.53-generic RelatedPackageVersions: linux-backports-modules-2.6.31-16-generic N/A linux-firmware 1.25 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux Uname: Linux 2.6.31-16-generic i686 WpaSupplicantLog: dmi.bios.date: 08/28/2008 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0701 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M3A78-EM dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0701:bd08/28/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A78-EM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/37607560/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/37607561/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/37607562/ArecordDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/37607563/BootDmesg.txt ** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/37607564/Card0.Amixer.values.txt ** Attachment added: "Card0.Codecs.codec.0.txt" http://launchpadlibrarian.net/37607566/Card0.Codecs.codec.0.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/37607567/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/37607568/Dependencies.txt ** Attachment added: "IwConfig.txt" http://launchpadlibrarian.net/37607569/IwConfig.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/37607570/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/37607571/Lsusb.txt ** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/37607572/PciMultimedia.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/37607573/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/37607574/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/37607575/ProcModules.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/37607576/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/37607577/UdevLog.txt ** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/37607578/WifiSyslog.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/37607579/XsessionErrors.txt ** Attachment removed: "IwConfig.txt" http://launchpadlibrarian.net/37607569/IwConfig.txt -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
Note that I have also confirmed this bug in Hardy. -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
This may be related: http://article.gmane.org/gmane.comp.file- systems.ext4/16126 -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
Latest mainline kernel seems to work right, with barrier=1 on both ext3 and ext4. -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
The latest *mainline* kernel seems to fix it. This is not the ubuntu distribution kernel. The version I'm referring to is 2.6.33-999.201001071308. I have not checked other branches. -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
I tried the Lucid nightly iso, and I'm happy to report that both ext3 and ext4 are working fine. Thanks. -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 586225] [NEW] Xorg i915 freeze
Public bug reported: Binary package hint: xorg Compiz running, no load on machine (was just moving pointer around browser). ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: xorg 1:7.5+5ubuntu1 ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-22-generic i686 Architecture: i386 Date: Thu May 27 01:13:12 2010 DkmsStatus: Error: [Errno 2] No such file or directory MachineType: Sony Corporation VGN-SZ360P PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=f27ac1c2-b2d3-479f-85ac-9b2e00b677ca ro root=UUID=f27ac1c2-b2d3-479f-85ac-9b2e00b677ca ro quiet splash ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/zsh SourcePackage: xorg Symptom: display Title: Xorg freeze dmi.bios.date: 04/12/2007 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: R0096N0 dmi.board.asset.tag: N/A dmi.board.name: VAIO dmi.board.vendor: Sony Corporation dmi.board.version: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Sony Corporation dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrR0096N0:bd04/12/2007:svnSonyCorporation:pnVGN-SZ360P:pvrJ002CPCU:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A: dmi.product.name: VGN-SZ360P dmi.product.version: J002CPCU dmi.sys.vendor: Sony Corporation system: distro: Ubuntu codename: lucid architecture: i686 kernel: 2.6.32-22-generic ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug freeze i386 lucid -- Xorg i915 freeze https://bugs.launchpad.net/bugs/586225 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 586225] Re: Xorg i915 freeze
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/49190401/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/49190402/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/49190403/Dependencies.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/49190404/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/49190405/Lsusb.txt ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/49190406/PciDisplay.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/49190407/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/49190408/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/49190409/ProcModules.txt ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/49190410/RelatedPackageVersions.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/49190411/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/49190412/UdevLog.txt ** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/49190413/XorgConf.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/49190414/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/49190416/XorgLogOld.txt -- Xorg i915 freeze https://bugs.launchpad.net/bugs/586225 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 586225] Re: Xorg i915 freeze
Happens about once a week. -- Xorg i915 freeze https://bugs.launchpad.net/bugs/586225 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
This is not an issue of performance, it is an issue of data durability in the face of power loss. For fsync and fsyncdata to work correctly, they must flush file data to the disk platters before returning so that the calling application can be confident that the transaction is durable. All applications that use this system call depend on the system to correctly flush file data. This includes all database systems, mail servers and other software. Disks rotate at about 100 revolutions per second. This means that the number of fsync or fsyncdata calls in a single-threaded application cannot be more than 100 per second if data is flushed correctly to the disk. The fact that the test program runs at more than 1000 calls per second means that data is not flushed correctly to disk. Does this clarify the problem? -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
All modern disk drives support cache flushing and/or write barriers. For example, if you look at he barrier option to ext3/4 mount you will see that the filesystems guarantee proper cache flushing for journal commits. fsync and fdatasync are definitely designed to work with disk caches and should commit to the platters. The posix man page ( http://www.opengroup.org/onlinepubs/009695399/functions/fsync.html ) says: "The fsync() function is intended to force a physical write of data from the buffer cache, and to assure that after a system crash or other failure that all data up to the time of the fsync() call is recorded on the disk." Also, the current implementation of fsync works *correctly* when the length of the file changes. The problem I identified happens only when the length of the file is constant. Mounting with data=journal (and cache still on) *works around the problem* by triggering different kernel code. Only a few KB are written to the journal. The 10x speed difference is not due to the few extra KB/s, it is because the flush command is correctly sent to the disk in this scenario. The number of transactions per second is equal to the rotational frequency of the disk (~100 per second). To summarize, there is a bug in the kernel when fsync is called for a file who's length does not change (such as a DB file). The kernel fails to send a flush/barrier command to the drive in this scenario (and just in this scenario). -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 504632] Re: ext3/4 fsyncdata does not flush disk cache
The latest Karmic kernel (2.6.31-20) solves the issue for ext4. The problem persists in ext3. The fix for ext4 might be in one of these: * ext4: fix cache flush in ext4_sync_file - LP: #496816 * ext4: Make non-journal fsync work properly - LP: #496816 * ext4: Wait for proper transaction commit on fsync - LP: #496816 This still needs fixing for ext3. -- ext3/4 fsyncdata does not flush disk cache https://bugs.launchpad.net/bugs/504632 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 413824] Re: Can't use Internet via Bluetooth PAN on Windows Mobile
Checkbox does not appear with Android bluetooth tether application. -- Can't use Internet via Bluetooth PAN on Windows Mobile https://bugs.launchpad.net/bugs/413824 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 413824] Re: Can't use Internet via Bluetooth PAN on Windows Mobile
Hm... looks like gnome-bluetooth was not upgrade when I went from Jaunty to Karmic beta. After upgrading tethering works fine with an HTC android phone with root Tether app. -- Can't use Internet via Bluetooth PAN on Windows Mobile https://bugs.launchpad.net/bugs/413824 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 435602] Re: coherence plugin dont work correctly - Karmic
I am seeing the same problem. It looks like the coherence plugin doesn't activate properly. For example, I wasn't able to see anything advertised from rhythmbox using upnp-inspector. The problem is likely in the coherence rhythmbox plugin (part of the rhythmbox package). -- coherence plugin dont work correctly - Karmic https://bugs.launchpad.net/bugs/435602 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 435602] Re: coherence plugin dont work correctly - Karmic
** Attachment added: "relevant portions of "rhythmbox -d"" http://launchpadlibrarian.net/33195401/rb-coherence.log -- coherence plugin dont work correctly - Karmic https://bugs.launchpad.net/bugs/435602 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 435602] Re: coherence plugin dont work correctly - Karmic
Here's a better log file, with "logmode = info" in /usr/lib/rhythmbox/plugins/upnp_coherence/__init__.py . It doesn't look like the coherence plugin is sending out discovery responses. Standalone coherence seems to advertise fine on the same machine. ** Attachment added: "rhythmbox -d with logmode = info" http://launchpadlibrarian.net/33195547/rb-coherence1.log -- coherence plugin dont work correctly - Karmic https://bugs.launchpad.net/bugs/435602 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 435602] Re: coherence plugin dont work correctly - Karmic
I can confirm that the modified import fixes the problem in my environment. -- coherence plugin dont work correctly - Karmic https://bugs.launchpad.net/bugs/435602 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 435680] Re: vlc assert failure on DVD open (dvdnav?)
*** This bug is a duplicate of bug 434817 *** https://bugs.launchpad.net/bugs/434817 I'm unable to see bug #434817, so not able to check if this is a duplicate. There might be a kernel issue here, I'm seeing these intermittently when inserting discs (resulting in failed automount): Sep 23 23:54:44 living kernel: [ 530.944013] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:54:44 living kernel: [ 530.944087] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:54:44 living kernel: [ 530.944149] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:55:21 living kernel: [ 530.944367] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:55:21 living kernel: [ 530.944432] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:55:21 living kernel: [ 530.944483] sr 4:0:1:0: [sr0] unaligned transfer I also am able to play discs intermittently. Pretty sure this is not a VLC issue, and that the data is corrupted at the kernel level. Of course, it's also possible that the drive suddenly went bad. -- vlc assert failure on DVD open (dvdnav?) https://bugs.launchpad.net/bugs/435680 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 435680] Re: vlc assert failure on DVD open (dvdnav?)
*** This bug is a duplicate of bug 434817 *** https://bugs.launchpad.net/bugs/434817 lshw: *-cdrom description: DVD writer product: DVD-RW DVR-110D vendor: PIONEER physical id: 0.1.0 bus info: s...@4:0.1.0 logical name: /dev/cdrom2 logical name: /dev/cdrw2 logical name: /dev/dvd2 logical name: /dev/dvdrw2 logical name: /dev/scd0 logical name: /dev/sr0 logical name: /media/WOMAN_IN_THE_DUNES version: 1.41 capabilities: removable audio cd-r cd-rw dvd dvd-r configuration: ansiversion=5 mount.fstype=udf mount.options=ro,nosuid,nodev,relatime,uid=1000,gid=1000,umask=77,iocharset=utf8 state=mounted status=ready -- vlc assert failure on DVD open (dvdnav?) https://bugs.launchpad.net/bugs/435680 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 435680] Re: vlc assert failure on DVD open (dvdnav?)
*** This bug is a duplicate of bug 434817 *** https://bugs.launchpad.net/bugs/434817 ** Attachment added: "lspci-vnvn.txt" http://launchpadlibrarian.net/32348404/lspci-vnvn.txt -- vlc assert failure on DVD open (dvdnav?) https://bugs.launchpad.net/bugs/435680 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 435680] Re: vlc assert failure on DVD open (dvdnav?)
*** This bug is a duplicate of bug 434817 *** https://bugs.launchpad.net/bugs/434817 I have a feeling that the drive is bad, since was not able to replicate with same disc in Karmic alpha 5 on another machine. Will try to swap drives tomorrow to check. -- vlc assert failure on DVD open (dvdnav?) https://bugs.launchpad.net/bugs/435680 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 435680] Re: vlc assert failure on DVD open (dvdnav?)
*** This bug is a duplicate of bug 434817 *** https://bugs.launchpad.net/bugs/434817 The problem persists when the drive is swapped. Switched from a PATA Pioneer drive to a SATA Sony drive. -- vlc assert failure on DVD open (dvdnav?) https://bugs.launchpad.net/bugs/435680 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 434817] Re: vlc assert failure: vlc: /build/buildd/libdvdnav-4.1.3/src/vm/vm.c:1744: get_ID: Assertion `pgcit != ((void *)0)' failed.
I opened a duplicate bug... There might be a kernel issue here, I'm seeing these intermittently when inserting discs (resulting in failed automount): Sep 23 23:54:44 living kernel: [ 530.944013] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:54:44 living kernel: [ 530.944087] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:54:44 living kernel: [ 530.944149] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:55:21 living kernel: [ 530.944367] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:55:21 living kernel: [ 530.944432] sr 4:0:1:0: [sr0] unaligned transfer Sep 23 23:55:21 living kernel: [ 530.944483] sr 4:0:1:0: [sr0] unaligned transfer I am running Ubuntu Karmic alpha-6. I tried older kernels with the same installation, and ran into the same issue. The issue is intermittent. Also, swapping out the PATA DVD drive with a SATA one did not resolve the issue. -- vlc assert failure: vlc: /build/buildd/libdvdnav-4.1.3/src/vm/vm.c:1744: get_ID: Assertion `pgcit != ((void *)0)' failed. https://bugs.launchpad.net/bugs/434817 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 296867] Re: empathy needs to support OTR encryption
Added package empathy from Ubuntu, as this represents a regression from Intrepid. Also, there seems to be no plugin system in empathy / telepathy, so it's no clear how to proceed with implementing an OTR plugin. ** Also affects: empathy (Ubuntu) Importance: Undecided Status: New -- empathy needs to support OTR encryption https://bugs.launchpad.net/bugs/296867 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 975478] [NEW] Server does not use any supported authentication method
Public bug reported: Here is the relevant section of the debug log: (13:30:34) jabber: Recv (ssl)(438): PLAINSCRAM-SHA-1DIGEST-MD5 (13:30:34) sasl: sasl_state is -1, failing the mech and trying again (13:30:34) connection: Connection error on 0x7f420cb73110 (reason: 3 description: Server does not use any supported authentication method) The issue is somewhat intermittent, but when it happens it persists for awhile. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: pidgin 1:2.10.2-1ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12 Uname: Linux 3.2.0-20-generic x86_64 ApportVersion: 1.95-0ubuntu1 Architecture: amd64 Date: Fri Apr 6 13:17:48 2012 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110426) ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/zsh SourcePackage: pidgin UpgradeStatus: Upgraded to precise on 2012-03-09 (28 days ago) ** Affects: pidgin (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975478 Title: Server does not use any supported authentication method To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/975478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 975478] Re: Server does not use any supported authentication method
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975478 Title: Server does not use any supported authentication method To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/975478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 975478] Re: Server does not use any supported authentication method
The server sometimes changes the order of auth and mechanisms tags - doesn't make a different to pidgin's issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975478 Title: Server does not use any supported authentication method To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/975478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 975478] Re: Server does not use any supported authentication method
gajim works fine (latest source), although the server XML is slightly different (ordering): PLAIN SCRAM-SHA-1 DIGEST-MD5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975478 Title: Server does not use any supported authentication method To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/975478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 819310] Re: gvfsd-gphoto2 crashed with SIGSEGV in g_object_unref()
Same with 12.04 and Galaxy Nexus. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/819310 Title: gvfsd-gphoto2 crashed with SIGSEGV in g_object_unref() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/819310/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 235562] Re: Add ability to build Debian virtual machines
Hi, I'm the maintainer of the Gitian project (deterministic build system, used by Bitcoin Core and Tor). This would be useful to us, so that Gitian works with Debian guests. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/235562 Title: Add ability to build Debian virtual machines To manage notifications about this bug go to: https://bugs.launchpad.net/vmbuilder/+bug/235562/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 975478] Re: Server does not use any supported authentication method
On ubuntu 11.10, pidgin version 2.10.0-0ubuntu2 it works: (23:07:05) jabber: Recv (ssl)(438): PLAINSCRAM-SHA-1DIGEST-MD5 (23:07:05) sasl: Mechs found: PLAIN SCRAM-SHA-1 DIGEST-MD5 (23:07:05) jabber: Sending (ssl) (mi...@hyper.to/Desk): password removed (23:07:05) jabber: Recv (ssl)(60): -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975478 Title: Server does not use any supported authentication method To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/975478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 806248] Re: Launcher icons are all rendered up in top left corner
This just happened to me on Precise. I did --reset-icons and restarted to recover. I should have tried a plain restart first. Logging-out and back in did not recover. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/806248 Title: Launcher icons are all rendered up in top left corner To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/806248/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1004581] Re: package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1
** Attachment removed: "VarLogDistupgradeLspcitxt.gz" https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1004581/+attachment/3162717/+files/VarLogDistupgradeLspcitxt.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004581 Title: package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1004581/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1004581] [NEW] package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1
Public bug reported: On upgrade to Precise. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: colord 0.1.16-2 ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22 Uname: Linux 3.0.0-17-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Thu May 24 23:01:24 2012 ErrorMessage: ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110426) SourcePackage: colord Title: package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to precise on 2012-05-25 (0 days ago) ** Affects: colord (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004581 Title: package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1004581/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1004581] Re: package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1
"addgroup scanner" in postinst fails, because it already exists. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004581 Title: package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1004581/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] [NEW] BUG: unable to handle kernel NULL pointer dereference at 00000004
Public bug reported: oops after typing "sync" at terminal ProblemType: KernelOops DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-18-generic-pae Uname: Linux 3.2.0-18-generic-pae i686 Annotation: Your system might become unstable now and might need to be restarted. Architecture: i386 Date: Thu Mar 8 09:14:41 2012 Failure: oops SourcePackage: linux --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 1.94.1-0ubuntu1 Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: miron 1891 F pulseaudio Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xdfe0 irq 51' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:10ec0269,10431427,00100100 HDA:80862805,80860101,0010' Controls : 18 Simple ctrls : 8 DistroRelease: Ubuntu 12.04 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012) MachineType: ASUSTeK Computer Inc. UX31E Package: linux (not installed) ProcEnviron: TERM=xterm LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic-pae root=UUID=924c255e-b52d-4943-9069-a2fee1705981 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-18.28-generic-pae 3.2.9 RelatedPackageVersions: linux-restricted-modules-3.2.0-18-generic-pae N/A linux-backports-modules-3.2.0-18-generic-pae N/A linux-firmware1.71 StagingDrivers: rts5139 mei Tags: precise staging Uname: Linux 3.2.0-18-generic-pae i686 UpgradeStatus: Upgraded to precise on 2012-03-08 (0 days ago) UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare dmi.bios.date: 10/25/2011 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: UX31E.207 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: UX31E dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrUX31E.207:bd10/25/2011:svnASUSTeKComputerInc.:pnUX31E:pvr1.0:rvnASUSTeKComputerInc.:rnUX31E:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: dmi.product.name: UX31E dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: apport-collected apport-kerneloops i386 kernel-oops precise staging -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] Re: BUG: unable to handle kernel NULL pointer dereference at 00000004
** Tags added: apport-collected precise staging ** Description changed: oops after typing "sync" at terminal ProblemType: KernelOops DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-18-generic-pae Uname: Linux 3.2.0-18-generic-pae i686 Annotation: Your system might become unstable now and might need to be restarted. Architecture: i386 Date: Thu Mar 8 09:14:41 2012 Failure: oops SourcePackage: linux + --- + AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. + ApportVersion: 1.94.1-0ubuntu1 + Architecture: i386 + ArecordDevices: + List of CAPTURE Hardware Devices + card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog] +Subdevices: 1/1 +Subdevice #0: subdevice #0 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: miron 1891 F pulseaudio + Card0.Amixer.info: + Card hw:0 'PCH'/'HDA Intel PCH at 0xdfe0 irq 51' +Mixer name : 'Intel CougarPoint HDMI' +Components : 'HDA:10ec0269,10431427,00100100 HDA:80862805,80860101,0010' +Controls : 18 +Simple ctrls : 8 + DistroRelease: Ubuntu 12.04 + EcryptfsInUse: Yes + InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012) + MachineType: ASUSTeK Computer Inc. UX31E + Package: linux (not installed) + ProcEnviron: + TERM=xterm + LANG=en_US.UTF-8 + SHELL=/bin/bash + ProcFB: 0 inteldrmfb + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic-pae root=UUID=924c255e-b52d-4943-9069-a2fee1705981 ro quiet splash vt.handoff=7 + ProcVersionSignature: Ubuntu 3.2.0-18.28-generic-pae 3.2.9 + RelatedPackageVersions: + linux-restricted-modules-3.2.0-18-generic-pae N/A + linux-backports-modules-3.2.0-18-generic-pae N/A + linux-firmware1.71 + StagingDrivers: rts5139 mei + Tags: precise staging + Uname: Linux 3.2.0-18-generic-pae i686 + UpgradeStatus: Upgraded to precise on 2012-03-08 (0 days ago) + UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare + dmi.bios.date: 10/25/2011 + dmi.bios.vendor: American Megatrends Inc. + dmi.bios.version: UX31E.207 + dmi.board.asset.tag: ATN12345678901234567 + dmi.board.name: UX31E + dmi.board.vendor: ASUSTeK Computer Inc. + dmi.board.version: 1.0 + dmi.chassis.asset.tag: No Asset Tag + dmi.chassis.type: 10 + dmi.chassis.vendor: ASUSTeK Computer Inc. + dmi.chassis.version: 1.0 + dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrUX31E.207:bd10/25/2011:svnASUSTeKComputerInc.:pnUX31E:pvr1.0:rvnASUSTeKComputerInc.:rnUX31E:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: + dmi.product.name: UX31E + dmi.product.version: 1.0 + dmi.sys.vendor: ASUSTeK Computer Inc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] AcpiTables.txt
apport information ** Attachment added: "AcpiTables.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835436/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] AlsaDevices.txt
apport information ** Attachment added: "AlsaDevices.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835437/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] AplayDevices.txt
apport information ** Attachment added: "AplayDevices.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835438/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835439/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835440/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] Card0.Amixer.values.txt
apport information ** Attachment added: "Card0.Amixer.values.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835441/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] Card0.Codecs.codec.3.txt
apport information ** Attachment added: "Card0.Codecs.codec.3.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835443/+files/Card0.Codecs.codec.3.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835444/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835446/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835447/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] PciMultimedia.txt
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835448/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835449/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835450/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835451/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] PulseSources.txt
apport information ** Attachment added: "PulseSources.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835453/+files/PulseSources.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] PulseSinks.txt
apport information ** Attachment added: "PulseSinks.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835452/+files/PulseSinks.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835455/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835454/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] Re: BUG: unable to handle kernel NULL pointer dereference at 00000004
Memory stick plugged in, file copied and then "sync" done just before this oops. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835457/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835445/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835456/+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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 950100] Card0.Codecs.codec.0.txt
apport information ** Attachment added: "Card0.Codecs.codec.0.txt" https://bugs.launchpad.net/bugs/950100/+attachment/2835442/+files/Card0.Codecs.codec.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/950100 Title: BUG: unable to handle kernel NULL pointer dereference at 0004 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 98783] Re: MASTER: memory leak
I am able to reproduce this consistently on maverick. xorg virtual memory increases by 8MB every time I change the desktop background. xrestop is stable. Running the intel driver, compiz, nautilus. Linux mimiv 2.6.35-23-generic #41-Ubuntu SMP Wed Nov 24 10:18:49 UTC 2010 i686 GNU/Linux ii xserver-xorg-video-intel 2:2.12.0-1ubuntu5.1 ii xorg 1:7.5+6ubuntu3 X.Org X Window System ii xserver-xorg 1:7.5+6ubuntu3 the X.Org X server ii xserver-xorg-core 2:1.9.0-0ubuntu7 Xorg X server - core server Let me know what other information I can provide. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/98783 Title: MASTER: memory leak -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 658746] Re: 10.10 gem_objects are not released properly and generate memory overload
I am affected by the same bug. This can be reproduced by changing the desktop background. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/658746 Title: 10.10 gem_objects are not released properly and generate memory overload -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 658746] Re: 10.10 gem_objects are not released properly and generate memory overload
I am able to reproduce this consistently on maverick. xorg virtual memory increases by 8MB every time I change the desktop background. xrestop is stable. Running the intel driver, compiz, nautilus. Linux mimiv 2.6.35-23-generic #41-Ubuntu SMP Wed Nov 24 10:18:49 UTC 2010 i686 GNU/Linux ii xserver-xorg-video-intel 2:2.12.0-1ubuntu5.1 ii xorg 1:7.5+6ubuntu3 X.Org X Window System ii xserver-xorg 1:7.5+6ubuntu3 the X.Org X server ii xserver-xorg-core 2:1.9.0-0ubuntu7 Xorg X server - core server Let me know what other information I can provide. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/658746 Title: 10.10 gem_objects are not released properly and generate memory overload -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 98783] Re: MASTER: memory leak
This seems related to https://bugs.launchpad.net/ubuntu/+source/xserver- xorg-video-intel/+bug/658746 . cat /sys/kernel/debug/dri/0/gem_objects | grep 'object bytes' increases with each desktop background swap. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/98783 Title: MASTER: memory leak -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs