[Bug 244512] [NEW] Apache 2.2.9 suEXEC prohibits low dspam uid in dspam-webfrontend
Public bug reported: Binary package hint: dspam-webfrontend suEXEC in Apache 2.2.9 has a AP_UID_MIN=1000, which prohibits running dspam-webfrontend with the default low (<1000) uid of dspam. Workaround is to change uid of dspam user to something > 1000. ** Affects: dspam (Ubuntu) Importance: Undecided Status: New -- Apache 2.2.9 suEXEC prohibits low dspam uid in dspam-webfrontend https://bugs.launchpad.net/bugs/244512 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 225501] Re: Gui hangs when selecting file priority
Seconded ** Changed in: transmission (Ubuntu) Status: New => Confirmed -- Gui hangs when selecting file priority https://bugs.launchpad.net/bugs/225501 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 284408] Re: r3xx Hardware does not work with fglrx [EPR#257839]
Still no luck here with a Mobility Radeon 9700 ("ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]" according to lspci). Same error as before, when modprobing fglrx: [fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes. [fglrx:drm_alloc] *ERROR* [driver] Allocating 0 bytes [fglrx:firegl_init_device_list] *ERROR* Out of memory when allocating device heads [fglrx:firegl_init_module] *ERROR* firegl_init_devices failed -- r3xx Hardware does not work with fglrx [EPR#257839] https://bugs.launchpad.net/bugs/284408 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 284408] Re: r3xx Hardware does not work with fglrx [EPR#257839]
Mario, The fglrx errors I pasted in my previous response are from dmesg. I did not go as far as installing the Xorg fglrx driver via the restricted drivers manager, since it screws up to much other stuff and is a PITA to revert. I just installed fglrx-kernel-source and watched DKMS do it's thing, then rebooted in rescue mode, dropped to a shell and modprobed fglrx. `dpkg -l` says I have version 8.552-0ubuntu0.1 of fglrx-kernel-source, which was installed from intrepid-proposed repos. -- r3xx Hardware does not work with fglrx [EPR#257839] https://bugs.launchpad.net/bugs/284408 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 353024] Re: build zaptel against kernel 2.6.28
** Bug watch added: Debian Bug tracker #518017 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518017 ** Also affects: zaptel (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518017 Importance: Unknown Status: Unknown -- build zaptel against kernel 2.6.28 https://bugs.launchpad.net/bugs/353024 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 229606] Re: GLib-GObject-CRITICAL resulting in Segmentation Fault
No point opening a separate bug - I don't get a coredump, or even anything logged. It just goes *poof*! It doesn't even seem to follow any consistent pattern - but seems to be happening less frequently since I upgraded to Flash 10.0 (beta). Hopefully FF3 RC1 will arrive in the repos soon. -- GLib-GObject-CRITICAL resulting in Segmentation Fault https://bugs.launchpad.net/bugs/229606 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 272454] [NEW] zaptel fails to compile with kernel 2.6.26 or later
Public bug reported: Binary package hint: zaptel-source See Debian bug 493397 - http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=493397 Please sync Ubuntu package to same ver as Debian, which includes patch to compile cleanly. ** Affects: zaptel (Ubuntu) Importance: Undecided Status: New ** Affects: zaptel (Debian) Importance: Unknown Status: Fix Released ** Bug watch added: Debian Bug tracker #493397 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493397 ** Also affects: zaptel (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493397 Importance: Unknown Status: Unknown -- zaptel fails to compile with kernel 2.6.26 or later https://bugs.launchpad.net/bugs/272454 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 229606] Re: GLib-GObject-CRITICAL resulting in Segmentation Fault
I just started seeing these crashes in the last couple of days too, although I also just installed the linux-phc version of acpi_cpufreq, and ran the optimize script to find the lowest possible safe voltages to undervolt my CPU. Not sure if that has been a factor however, since Firefox is the only app that is crashing since I configured the undervolting. -- GLib-GObject-CRITICAL resulting in Segmentation Fault https://bugs.launchpad.net/bugs/229606 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 211415] Re: Please upgrade to modwsgi 2.0
libapache2-mod-wsgi is in Intrepid repos. This bug can be closed. ** Changed in: mod-wsgi (Ubuntu) Status: Confirmed => Fix Committed -- Please upgrade to modwsgi 2.0 https://bugs.launchpad.net/bugs/211415 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 309762] Re: initramfs fails to mount ext4 root partition or provide user intervention (even when ext4 module is available in the image)
Just to confirm, the custom_mount_ext4 script is only needed in local- bottom. Also, the `modprobe ext4` is not needed, since it's compiled into the kernel now. However, it's probably wise to using `-t ext4` as the mount option. #! /bin/sh mount -t ext4 /dev/sda1 /root mount -t ext4 /dev/disk/by-uuid/.. /root Works like a charm for me. -- initramfs fails to mount ext4 root partition or provide user intervention (even when ext4 module is available in the image) https://bugs.launchpad.net/bugs/309762 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 312809] [NEW] crontab entries are incorrect
Public bug reported: Binary package hint: update-motd Somebody needs to do a bit of basic sysadmin reading. * 06 * * * root[ -x /usr/sbin/update-motd ] && /usr/sbin /update-motd daily 2>/dev/null The above entry will execute every minute, daily, from 06:00 until 06:59. * * * * 1 root[ -x /usr/sbin/update-motd ] && /usr/sbin /update-motd weekly 2>/dev/null The above entry will execute every every minute of every hour on Mondays. * * 1 * * root[ -x /usr/sbin/update-motd ] && /usr/sbin /update-motd monthly 2>/dev/null And the above entry will execute every minute of every hour, on the first day of every month. ** Affects: update-motd (Ubuntu) Importance: Undecided Status: New -- crontab entries are incorrect https://bugs.launchpad.net/bugs/312809 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 309762] Re: initramfs fails to mount ext4 root partition or provide user intervention (even when ext4 module is available in the image)
An even simpler solution is to append rootfstype=ext4 to kopt in /boot/grub/menu.list, eg. # kopt=root=UUID=24c707be-c824-4781-89bd-25ed9dba54f8 ro rootfstype=ext4 Then just run "sudo update-grub". No custom initramfs scripts needed. -- initramfs fails to mount ext4 root partition or provide user intervention (even when ext4 module is available in the image) https://bugs.launchpad.net/bugs/309762 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 312809] Re: crontab entries are incorrect
Package version is 1.9 (jaunty). I also have the */10 rule, but then the following four rules. I didn't add them myself. 00 * * * * root[ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd hourly 2>/dev/null * 06 * * * root[ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd daily 2>/dev/null * * * * 1 root[ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd weekly 2>/dev/null * * 1 * * root[ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd monthly 2>/dev/null -- crontab entries are incorrect https://bugs.launchpad.net/bugs/312809 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 314378] [NEW] RTC inaccessible on HP ProLiant ML350 G5
Public bug reported: RTC device doesn't appear in /dev, and various other symptoms indicate absence of RTC device r...@vmhost2:~# lsmod | grep rtc r...@vmhost2:~# dmesg | grep rtc [1.992386] platform rtc_cmos: registered platform RTC device (no PNP device found) [2.122900] /build/buildd/linux-2.6.27/drivers/rtc/hctosys.c: unable to open rtc device (rtc0) r...@vmhost2:~# hwclock -w --debug hwclock from util-linux-ng 2.14 hwclock: Open of /dev/rtc failed, errno=2: No such file or directory. No usable clock interface found. Cannot access the Hardware Clock via any known method. See also: http://bugzilla.kernel.org/show_bug.cgi?id=11580 https://bugzilla.redhat.com/show_bug.cgi?id=451188 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499230 I suspect the Ubuntu kernel is lacking some of the very recent upstream patches that (maybe) resolve this issue. ** Affects: linux Importance: Unknown Status: Confirmed ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Affects: linux-2.6 (Debian) Importance: Unknown Status: Unknown ** Affects: linux (Fedora) Importance: Unknown Status: Unknown -- RTC inaccessible on HP ProLiant ML350 G5 https://bugs.launchpad.net/bugs/314378 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 314378] Re: RTC inaccessible on HP ProLiant ML350 G5
** Attachment added: "uname-a.log" http://launchpadlibrarian.net/20948209/uname-a.log -- RTC inaccessible on HP ProLiant ML350 G5 https://bugs.launchpad.net/bugs/314378 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 314378] Re: RTC inaccessible on HP ProLiant ML350 G5
** Attachment added: "version.log" http://launchpadlibrarian.net/20948222/version.log -- RTC inaccessible on HP ProLiant ML350 G5 https://bugs.launchpad.net/bugs/314378 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 314378] Re: RTC inaccessible on HP ProLiant ML350 G5
** Attachment added: "dmesg.log" http://launchpadlibrarian.net/20948225/dmesg.log -- RTC inaccessible on HP ProLiant ML350 G5 https://bugs.launchpad.net/bugs/314378 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 314378] Re: RTC inaccessible on HP ProLiant ML350 G5
** Attachment added: "lspci-vnvn.log" http://launchpadlibrarian.net/20948230/lspci-vnvn.log -- RTC inaccessible on HP ProLiant ML350 G5 https://bugs.launchpad.net/bugs/314378 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 314378] Re: RTC inaccessible on HP ProLiant ML350 G5
** Attachment added: "dmidecode.log" http://launchpadlibrarian.net/20948237/dmidecode.log ** Bug watch added: Red Hat Bugzilla #451188 https://bugzilla.redhat.com/show_bug.cgi?id=451188 ** Also affects: linux (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=451188 Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #499230 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499230 ** Also affects: linux-2.6 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499230 Importance: Unknown Status: Unknown ** Bug watch added: Linux Kernel Bug Tracker #11580 http://bugzilla.kernel.org/show_bug.cgi?id=11580 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=11580 Importance: Unknown Status: Unknown -- RTC inaccessible on HP ProLiant ML350 G5 https://bugs.launchpad.net/bugs/314378 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 274085] Re: Please update Ekiga to 3.00
Any chance of getting 3.10 in Jaunty? CELT and G.722 support has been added. http://mail.gnome.org/archives/ekiga-devel- list/2009-January/msg00052.html Since Empathy seems to always crash when calling GTalk buddies, Ekiga (on Windows too) looks like a possible alternative. -- Please update Ekiga to 3.00 https://bugs.launchpad.net/bugs/274085 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 329881] Re: Weather applet uses defunct station for Berlin weather
Is there a way to edit this manually (ie, using gconf-editor)? The only mention of "weather" I could find with gconf-editor was in the /schemas/apps/gweather key (some "locations" there), but as they are schemas, gconf-editor can't edit them. -- Weather applet uses defunct station for Berlin weather https://bugs.launchpad.net/bugs/329881 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 329881] [NEW] Weather applet uses defunct station for Berlin weather
Public bug reported: When Berlin is selected as a location in Gnome's weather applet or clock applet, it hits the URL http://weather.noaa.gov/cgi- bin/mgetmetar.pl?=EDDI which is the Tempelhof weather station. Since Tempelhof airport closed on Oct 30 last year, it's not very surprising that the last weather report for that station is on that same day. Up until fairly recently, the weather applet showed three choices for Berlin - Tegel, Tempelhof, and Schoenefeld. Now it only shows one choice, and just happens to be using the defunct Tempelhof weather station. It was certainly a little surprising to see it reporting 4° C for the last month or so, day and night, even when it was snowing outside. The next best station for Berlin would probably be Tegel, which is station code EDDT. ** Affects: libgweather Importance: Unknown Status: Unknown ** Affects: libgweather (Ubuntu) Importance: Undecided Status: New ** Affects: libgweather (Fedora) Importance: Unknown Status: Unknown ** Bug watch added: Red Hat Bugzilla #470099 https://bugzilla.redhat.com/show_bug.cgi?id=470099 ** Also affects: libgweather (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=470099 Importance: Unknown Status: Unknown ** Bug watch added: GNOME Bug Tracker #567607 http://bugzilla.gnome.org/show_bug.cgi?id=567607 ** Also affects: libgweather via http://bugzilla.gnome.org/show_bug.cgi?id=567607 Importance: Unknown Status: Unknown ** Changed in: libgweather (Ubuntu) Sourcepackagename: gnome-applets => libgweather -- Weather applet uses defunct station for Berlin weather https://bugs.launchpad.net/bugs/329881 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 329881] Re: Weather applet uses defunct station for Berlin weather
libgweather-common 2.25.5-0ubuntu1 libgweather1 2.25.5-0ubuntu1 -- Weather applet uses defunct station for Berlin weather https://bugs.launchpad.net/bugs/329881 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 162003] Re: usbnet no longer working
Still no luck with an iPaq 2210. [ 643.140056] usb 3-2: new full speed USB device using uhci_hcd and address 2 [ 643.341554] usb 3-2: configuration #1 chosen from 1 choice [ 643.480600] usbcore: registered new interface driver usbserial [ 643.481881] usbserial: USB Serial support registered for generic [ 643.482755] usbcore: registered new interface driver usbserial_generic [ 643.482761] usbserial: USB Serial Driver core [ 643.495434] usbserial: USB Serial support registered for PocketPC PDA [ 643.495441] ipaq: USB PocketPC PDA driver v0.5 [ 643.497219] ipaq 3-2:1.0: PocketPC PDA converter detected [ 643.500510] usb 3-2: PocketPC PDA converter now attached to ttyUSB0 [ 643.501523] usbcore: registered new interface driver ipaq That's it... no usb0 interface shows up. -- usbnet no longer working https://bugs.launchpad.net/bugs/162003 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 329881] Re: Weather applet uses defunct station for Berlin weather
This appears to be fixed now (although I had to remove then re-add Berlin to my locations before it hit the new EDDT station URL). -- Weather applet uses defunct station for Berlin weather https://bugs.launchpad.net/bugs/329881 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 314378] Re: RTC inaccessible on HP ProLiant ML350 G5
This appears to be fixed (at least in my case) with linux-image-server 2.6.27-11 -- RTC inaccessible on HP ProLiant ML350 G5 https://bugs.launchpad.net/bugs/314378 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 212280] Re: cups-pdf printer not generating PDF file.
I found that it fails if you don't have a 'PDF' directory in your home directory (since the default cups-pdf config is to print to ~/PDF). You can get away with permissions of 0701 on your home directory. The main thing is that "other" users have at least +x permission, so that cups-pdf can at least navigate to the 'PDF' directory within. This isn't as bad as 0777 on your home directory, because, even though other users will be able to chdir to your home dir, they won't be able to list the contents, or read/write/delete any files. If they guess directory names (ie, 'Documents'), they may be able to read stuff within those directories, depending on the dir/file permissions. -- cups-pdf printer not generating PDF file. https://bugs.launchpad.net/bugs/212280 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 113532] Re: kernel 2.6.20 disk write performance much slower than 2.6.17
This bug does not appear to be Ubuntu-specific. I set up the same test rig with Debian 4.0, running kernel 2.6.18, and the performance was acceptable. When I upgraded the kernel to 2.6.20, performance suffered in a similar way as with the Ubuntu 7.04 setup. Disk write performance under 2.6.20 may be slightly faster when no other processes are running, on some boxes. But as soon as the box becomes loaded up, performance degrades much more quickly with 2.6.20 than with 2.6.18 or earlier kernels. This is not very useful for a server role. -- kernel 2.6.20 disk write performance much slower than 2.6.17 https://bugs.launchpad.net/bugs/113532 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113532] Re: kernel 2.6.20 disk write performance much slower than 2.6.17
Upgrade to Gutsy if you can, and consider Hardy once it's stable... Hardy+1 may even be the best release we'll have seen in a while, since Linus has given kernel 2.6.25 a coveted "weasel" series name: http://kerneltrap.org/Linux/2.6.25-rc2_A_Winner Unfortunately I doubt we'll see 2.6.25 in Hardy. -- kernel 2.6.20 disk write performance much slower than 2.6.17 https://bugs.launchpad.net/bugs/113532 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 203948] Re: zaptel 1.4.8~dfsg-1 fails to compile under kernel 2.6.24
@ Jamie Strandboge: Using what type of channel? A colleague of mine just upgraded a Feisty box running Asterisk 1.2 to Hardy, running Asterisk 1.4 and reported no problems. He is using ztdummy from the zaptel 1.4.9.2 (Debian) package. The box is just handling SIP and IAX channels. -- zaptel 1.4.8~dfsg-1 fails to compile under kernel 2.6.24 https://bugs.launchpad.net/bugs/203948 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 203948] Re: zaptel 1.4.8~dfsg-1 fails to compile under kernel 2.6.24
The configuration I am referring to was a fresh install of Hardy Heron (i386, server) to replace a Feisty box that had been running for about the last year. As I said, the zaptel-source (v 1.4.9.2) package was taken from the Debian repos, and seems to be working fine. I'm not at all surprised that CONFIG_HZ=1000 makes things run better. I think the Asterisk crowd recommends this, somewhere in their documentation. However, we're running the default Ubuntu -server kernel, and not experiencing any problems (fingers crossed - the new box has only been in place a few days). -- zaptel 1.4.8~dfsg-1 fails to compile under kernel 2.6.24 https://bugs.launchpad.net/bugs/203948 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 225229] [NEW] agentXPerms configuration directive is ignored
Public bug reported: agentXPerms configuration directive is ignored, causing problems when trying to Asterisk's res_snmp module in sub-agent mode. Socket /var/agentx/master has root.root ownership, and 0755 perms by default, preventing Asterisk's sub-agent from writing to the socket. Manually changing ownership and permissions on the socket allows the sub-agent to communicate. ** Affects: net-snmp (Ubuntu) Importance: Undecided Status: New ** Affects: net-snmp (Debian) Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #452595 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452595 ** Also affects: net-snmp (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452595 Importance: Unknown Status: Unknown -- agentXPerms configuration directive is ignored https://bugs.launchpad.net/bugs/225229 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 211415] Re: Please upgrade to modwsgi 2.0
Thanks TJ for providing a PPA. I am running your mod-wsgi package on a couple of Hardy boxes and it seems to be running fine. Look forward to seeing it officially in hardy-backports and the upcoming intrepid repos. -- Please upgrade to modwsgi 2.0 https://bugs.launchpad.net/bugs/211415 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 113532] Re: kernel 2.6.20 disk write performance much slower than 2.6.17
I wouldn't be in too much of a hurry to blame libata, since I first noticed the problem with a 3ware SATA RAID card (model 9650SE). -- kernel 2.6.20 disk write performance much slower than 2.6.17 https://bugs.launchpad.net/bugs/113532 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 132271] Re: [GUTSY] cpu freq scaling not working anymore
@samnmax: As I have already said, the bug does not lie within the kernel - you have a buggy ACPI BIOS. This is why you require NHC or similar in Windows. If your ACPI BIOS was correct, then frequency scaling would be working for you in both Linux and Windows. speedstep_centrino is DEPRECATED. It will be removed altogether in future kernels. The only reason that it worked for you in Feisty is that the Feisty kernels had the Dothan frequency table patches added to speedstep_centrino. The preferred way of setting frequency/voltage is via ACPI P-states, and this is how the kernel will do it in future (for Intel CPUs at least). If for some reason you are unable to get a BIOS update to correct your buggy ACPI, your only option is to compile your own patched kernel, using the patches available at https://www.dedigentoo.org/trac/linux- phc/ Look on the bright side - my CPU (1.6 GHz) was stuck at 600 MHz until I got an updated BIOS to correct the ACPI bug. -- [GUTSY] cpu freq scaling not working anymore https://bugs.launchpad.net/bugs/132271 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 132271] Re: [GUTSY] cpu freq scaling not working anymore
The problem with continuing to patch for this issue, is that the patch is going to become rather more elaborate when speedstep_centrino is fully removed from the kernel. Up until now, it has simply been a matter of adding frequencing/voltage pair tables to the existing speedstep_centrino. However, upstream maintainers have decided that the correct way to go is ACPI, and thus speedstep_centrino, which is already deprecated, will be totally removed shortly. Using a "custom patched kernel" is exactly what about 99.9% of Ubuntu users are already using - the vanilla kernel is heavily patched by Ubuntu devs, in order to get that "out of the box behaviour". Ubuntu and Fedora are widely regarded as being distros that heavily patch upstream kernel sources, in comparison to say, Debian. What do you suggest Ubuntu does about some of the old drivers that are being removed from the kernel? Patch them back in also? There are only so many out-of-tree patches that you can reasonably expect a mainstream distro to maintain. Sooner or later you have to draw the line however. People with niche requirements will simply have to accept that they are heading for patchville, and had better learn how to compile a kernel. It's not that hard, really. If a particular glitch is affecting a decent percentage of users, I'm sure it will be remedied. Heck, if it affects that many users, it will be flagged upstream as a bug. But this particular issue only seems to be affect a small proportion of users. If you want to verify some of what I've said in this comment, head on over bugzilla.kernel.org and search for this issue. You'll find it's been blamed on buggy ACPI implementations, several times. Like it or not, that means it's not a bug with the kernel, and the kernel devs have already made up their mind. -- [GUTSY] cpu freq scaling not working anymore https://bugs.launchpad.net/bugs/132271 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 132271] Re: [GUTSY] cpu freq scaling not working anymore
I'm guessing from your reply that you have not visited bugzilla.kernel.org and read the background of the problem. I'll point you in the right direction. There are more that just one "upstream guys" doing "stupid things", but you might want to start with Len Brown, who also works at Intel, so he has a pretty good grasp of the problem and ACPI in general. If someone decides to fix Linux's broken ACPI support, maybe they could also fix Windows' broken support, and every other OS that implements it as per the ACPI spec. Oh, and then, go and actually fix the root of the problem, the hardware vendor's ACPI implementation. Or, you could take up your frustration with your hardware/BIOS manufacturer, and tell them that at least two major operating systems don't work correctly with their ACPI implementation. Or, apply the linux-phc patches and get on with life. What's the matter, have you never compiled a kernel before? No time like the present to learn how. -- [GUTSY] cpu freq scaling not working anymore https://bugs.launchpad.net/bugs/132271 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 132271] Re: [GUTSY] cpu freq scaling not working anymore
Maybe you only searched open bugs. http://bugzilla.kernel.org/show_bug.cgi?id=8228 http://bugzilla.kernel.org/show_bug.cgi?id=8245 These bugs are closed/rejected/dupe because of the fact that the fault does not lie with the kernel. Good luck with this. -- [GUTSY] cpu freq scaling not working anymore https://bugs.launchpad.net/bugs/132271 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 132271] Re: [GUTSY] cpu freq scaling not working anymore
How many notebooks does this problem affect? 50? 100? 10,000? Now express that as a percentage of the total users of Ubuntu. That should give you a rough idea of how much time should be allocated to this. Should Ubuntu also ship older versions of X, for those old laptops that can't handle the newer versions? Maybe an older version of GNOME too, for laptops without so much RAM. We could create a separate version just for these old versions give it version number 7.04, and call it "Feisty". -- [GUTSY] cpu freq scaling not working anymore https://bugs.launchpad.net/bugs/132271 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 132271] Re: [GUTSY] cpu freq scaling not working anymore
I am not a kernel developer per se, but I am a developer nonetheless, and I have done a bit of kernel debugging back in the early days of 2.6. I think some people are overlooking the feasibility of continuing to support speedstep_centrino once it has been officially removed from the kernel. This is not some userland app that is kernel-agnostic. This is something fairly core and low level. Once it has been removed upstream, you may find that there aren't even any hooks left in the kernel where a modularised speedstep_centrino could hook into. I think rather than continue to plead for this to be reinstated, this issue needs the input of a) an Ubuntu kernel maintainer or b) one of the cpufreq kernel developers, to shed light on the technical feasibility of retaining this outdated code. As I think I've already made fairly clear, the upstream devs have little to no interest in continuing to maintain speedstep_centrino, so it really falls on the Ubuntu kernel maintainers to decide whether they feel like doing this, and whether it can even in fact be done. -- [GUTSY] cpu freq scaling not working anymore https://bugs.launchpad.net/bugs/132271 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 190729] Re: the composite extension it's not available after instal ati restricted driver
*** This bug is a duplicate of bug 173663 *** https://bugs.launchpad.net/bugs/173663 ** This bug has been marked a duplicate of bug 173663 [fglrx] compiz will not launch with fglrx driver - falls back to metacity on xserver 1.4 (1.3 is ok) -- the composite extension it's not available after instal ati restricted driver https://bugs.launchpad.net/bugs/190729 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113532] Re: kernel 2.6.20 disk write performance much slower than 2.6.17
Some colleagues of mine reported that disk io performance of Ubuntu 7.10 (ie, kernel 2.6.22) was much nearer that of 6.10. Basically, Ubuntu 7.04, or more accurately, kernel 2.6.20, was a bit of a lemon. -- kernel 2.6.20 disk write performance much slower than 2.6.17 https://bugs.launchpad.net/bugs/113532 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 193061] Re: java: xcb_xlib.c:82: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
Hacky workaround described here: http://daveshuck.instantspot.com/blog/2008/01/29/cxliblock-failed-error- on-Java-applications Worked for me. -- java: xcb_xlib.c:82: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. https://bugs.launchpad.net/bugs/193061 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 173663] Re: [fglrx] compiz will not launch with fglrx driver - falls back to metacity
I'm running a Mobility Radeon 9700 with fglrx, and also cannot get compiz to start. I notice that by default, the restricted drivers manager adds the following to xorg.conf when installing the fglrx driver: Section "Extensions" Option "Composite" "0" EndSection Is this relevant? Shouldn't "Composite" be set to "1" or "True"? -- [fglrx] compiz will not launch with fglrx driver - falls back to metacity https://bugs.launchpad.net/bugs/173663 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 132271] Re: [GUTSY] cpu freq scaling not working anymore
As somebody who used to be affected by this bug, I can say with a reasonable level of certainty, that your BIOS (in particular the ACPI code) is buggy. The speedstep-centrino frequency table hack was marked as deprecated in an earlier kernel (sometime around 2.6.18), and newer kernels use ACPI for setting frequency/voltage. This is not Ubuntu's fault. If you want to complain to someone, look further upstream to the kernel developers - but good luck, because I doubt they'll listen. The real bug lies with your BIOS vendor, and flaky ACPI code. If you want to mimic the behaviour of Feisty, look to the linux-phc project at https://www.dedigentoo.org/trac/linux-phc/ This is essentially the patch that the Ubuntu kernel team added, to ensure frequency scaling would work. In future kernels, speedstep- centrino will be removed completely, so you can kinda see why this patch has not been applied to Gutsy. -- [GUTSY] cpu freq scaling not working anymore https://bugs.launchpad.net/bugs/132271 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 177829] Re: Please update fgrlx to 8.44 aka 7.12
linux-restricted-modules-2.6.24-3-generic version 2.6.24.4-3.10 also still shows AMD "Testing use only, Unsupported hardware" watermark on Mobility Radeon 9700, despite changelog stating "fglrx: Added signature and control files to remove watermark". -- Please update fgrlx to 8.44 aka 7.12 https://bugs.launchpad.net/bugs/177829 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 176638] Re: [hardy] Files to disable screen watermark missing from 8.42.3
Watermark still present on Mobility Radeon 9700, with package ver 2.6.24.4-3.10 -- [hardy] Files to disable screen watermark missing from 8.42.3 https://bugs.launchpad.net/bugs/176638 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 176638] Re: [hardy] Files to disable screen watermark missing from 8.42.3
I copied them from the upstream ATI installer, as described above, and the watermark is now gone. These files don't appear to be present in the Ubuntu package however. -- [hardy] Files to disable screen watermark missing from 8.42.3 https://bugs.launchpad.net/bugs/176638 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 176638] Re: [hardy] Files to disable screen watermark missing from 8.42.3
My mistake, I was looking in the linux-restricted-modules package, not xorg-driver-fglrx package. Still curious why they didn't get installed in my latest apt-get upgrade though... oO -- [hardy] Files to disable screen watermark missing from 8.42.3 https://bugs.launchpad.net/bugs/176638 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113532] Re: kernel 2.6.20 disk write performance much slower than 2.6.17
Thanks for the information and graphs Stephan. I'm glad I'm not the only one seeing these problems. There's also a thread on VMware's forums about this: http://www.vmware.com/community/thread.jspa?threadID=83459 So is this purely a kernel issue, that should be apparent when running loads other than VMware? Or does it only surface when running VMware? I'm not an expert, but I expect the vmmon module hooks in fairly deep into the kernel. I suppose it's possible that if VMware haven't done much testing against recent kernels, their module(s) may be the cause of these slowdowns. So far I haven't really noticed any problems running Feisty and non- VMware loads, but it's possible I'm just not exposing it to a high enough thread workload. -- kernel 2.6.20 disk write performance much slower than 2.6.17 https://bugs.launchpad.net/bugs/113532 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 205646] Re: linux-image-2.6.24-12-virtual is missing e1000 nic driver
e1000 driver still not present in linux-image-2.6.24-14-virtual -- linux-image-2.6.24-12-virtual is missing e1000 nic driver https://bugs.launchpad.net/bugs/205646 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 211415] [NEW] Please upgrade to modwsgi 2.0
Public bug reported: Package is available in Debian sid and lenny. Also, a backport to Gutsy would be way cool. ** Affects: mod-wsgi (Ubuntu) Importance: Undecided Status: New -- Please upgrade to modwsgi 2.0 https://bugs.launchpad.net/bugs/211415 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 203948] [NEW] zaptel 1.4.8~dfsg-1 fails to compile under kernel 2.6.24
Public bug reported: Binary package hint: zaptel Related to Digium bug http://bugs.digium.com/view.php?id=11141 but even after applying those, compilation fails further down. Please update 1.4.9.2 (current upstream release as of writing) and ensure it builds with m-a. ** Affects: zaptel (Ubuntu) Importance: Undecided Status: New ** Affects: zaptel (Debian) Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #464900 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464900 ** Also affects: zaptel (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464900 Importance: Unknown Status: Unknown -- zaptel 1.4.8~dfsg-1 fails to compile under kernel 2.6.24 https://bugs.launchpad.net/bugs/203948 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 201984] [NEW] xulrunner-1.9-dom-inspector does not work in Firefox 3.0b4
Public bug reported: Binary package hint: xulrunner-1.9-dom-inspector install.rdf has incorrect maxVersion, and claims to be incompatible with Firefox 3.0b4. Attached patch corrects it. ** Affects: xulrunner-1.9 (Ubuntu) Importance: Undecided Status: New -- xulrunner-1.9-dom-inspector does not work in Firefox 3.0b4 https://bugs.launchpad.net/bugs/201984 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 201984] Re: xulrunner-1.9-dom-inspector does not work in Firefox 3.0b4
** Attachment added: "install.rdf patch" http://launchpadlibrarian.net/12655344/install.rdf.patch -- xulrunner-1.9-dom-inspector does not work in Firefox 3.0b4 https://bugs.launchpad.net/bugs/201984 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 183839] Re: USB file transfers extremely slow and eventually cause kernel freezes
I'm seeing similar results with Hardy and kernel 2.6.24-12. Copy an ISO file for example to my USB memory stick takes around 15-18 minutes, and Nautilus's file operations dialog reports transfer speeds of around 700 KB/sec. Copying the same file under Windows finishes in around 4-5 minutes. I don't think this is Nautilus or GVFS related, since copying from is also extremely slow. -- USB file transfers extremely slow and eventually cause kernel freezes https://bugs.launchpad.net/bugs/183839 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 183839] Re: USB file transfers extremely slow and eventually cause kernel freezes
I just tried booting in rescue mode, opened a shell as root and copied the same ISO file to the USB stick with Midnight Commander, and it copied MUCH faster - averaging 5.6 MB/sec. I then tried booting normally, but at GDM screen switched to a text vty, and repeated the copy with MC again. Still good, about 5.5 MB/sec. I then tried logging into Gnome, opening a terminal and copying the same file with MC again... it gets to about 25-30% complete, then just gets slower, and slower, and slower, eventually bottoming out at around 650 KB/sec. This looks like it's something related to whatever is running during a Gnome session. Maybe GVFS-related, but I doubt it, since I specifically mounted the USB stick manually as root from a bash prompt, and used MC to copy (which wouldn't be using GVFS). -- USB file transfers extremely slow and eventually cause kernel freezes https://bugs.launchpad.net/bugs/183839 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 205646] [NEW] linux-image-2.6.24-12-virtual is missing e1000 nic driver
Public bug reported: linux-image-2.6.24-12-virtual contains e1000e, but not e1000. If VMware server is configured to present an e1000 NIC to the guest, the e1000e driver does not detect it. This can be reproduced by adding the following line to the .vmx vmware guest config file: ethernet0.virtualDev = "e1000" However, if linux-image-2.6.24-12-server is run in the guest, the e1000 module successfully identifies the virtual NIC presented by VMware, and loads. The numeric PCI ID of the e1000 virtual NIC presented by VMware is 8086:100f - perhaps this is not probed for by e1000e? lspci shows "Ethernet controller: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)" FWIW, the vmxnet module bundled with the -virtual kernel image works successfully when the guest .vmx file has ethernet0.virtualDev = "vmxnet" in it. This requires that VMware tools has already been installed in the guest however, whereas most modern distros/OSes should have the Intel e1000 driver included. ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- linux-image-2.6.24-12-virtual is missing e1000 nic driver https://bugs.launchpad.net/bugs/205646 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 205646] Re: linux-image-2.6.24-12-virtual is missing e1000 nic driver
To answer my own question, after scanning the source of the e1000e driver, it appears it does not look for PCI ID 8086:100f - therefore will not load for the 82545EM NIC emulated by VMware. The e1000 driver will need to be added. -- linux-image-2.6.24-12-virtual is missing e1000 nic driver https://bugs.launchpad.net/bugs/205646 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 203948] Re: zaptel 1.4.8~dfsg-1 fails to compile under kernel 2.6.24
Package has been updated to 1.4.9.2 in Debian Sid: * New upstream release (Closes: #464900). - All kernel modules moved to under kernel/ * Converting patches to quilt (because bristuff uses them). * Include the separate xpp changelog file. * Fix a possible crash with oslec when a fax tone is detected: http://sourceforge.net/mailarchive/message.php?msg_name=20080217212421.GT15415%40xorcom.com (Closes: #447245). * Adjusted lintian overrides: mknod is now called from a function. * Adjust vzaphfc to netdevice API changes in kernel 2.6.24. * Once again ignoring 'make distclean' errors: it will fail if we don't have kernel sources / headers for current kernel :-( . * Remove some unnecessary changes from the florz zaphfc patch - fixes zaphfc warning. I've tested compiling from this package on both Debian Lenny and Ubuntu Hardy. Both compile, load, look fine. Please sync Ubuntu package with Debian Sid. ** Changed in: zaptel (Ubuntu) Status: New => Confirmed -- zaptel 1.4.8~dfsg-1 fails to compile under kernel 2.6.24 https://bugs.launchpad.net/bugs/203948 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 201984] Re: xulrunner-1.9-dom-inspector does not work in Firefox 3.0b4
Fixed in 1.9~b5+nobinonly-0ubuntu1 ** Changed in: xulrunner-1.9 (Ubuntu) Status: Confirmed => Fix Committed -- xulrunner-1.9-dom-inspector does not work in Firefox 3.0b4 https://bugs.launchpad.net/bugs/201984 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 93331] Re: Kernel doesn't scale my CPU.
I updated the BIOS on my Fujitsu-Siemens Amilo M1425 to BIOS version 1.08 (released December 2004, only two weeks after my previous, buggy BIOS, ver 1.06c). With the new BIOS, acpi-cpufreq now loads successfully, detects the clock speeds available, and scales the cpu frequency correctly. This is on Gutsy kernel 2.6.22-7. Windows also no longer needs the assistance of the third party freq scaling app, Notebook Hardware Control. Looks like it was buggy ACPI all along. -- Kernel doesn't scale my CPU. https://bugs.launchpad.net/bugs/93331 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 111138] Ubuntu Server 7.04 AMD64 installs generic kernel by default
Public bug reported: Binary package hint: debian-installer Server install CD for Ubuntu 7.04 AMD64 boots up and installs generic kernel, not server kernel. i386 install CD correctly installs server kernel. Have seen this occur on three separate installs so far, on Opteron, Xeon and Pentium D hardware. ** Affects: debian-installer (Ubuntu) Importance: Undecided Status: Unconfirmed -- Ubuntu Server 7.04 AMD64 installs generic kernel by default https://bugs.launchpad.net/bugs/38 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113532] Re: kernel 2.6.20 disk write performance much slower than 2.6.17
These benchmarks demonstrate the marked difference when running VMware on Feisty. Ubuntu 7.04, 2.6.20-15-server, i386, VMware 1.0.3, 14 guests running, Ubuntu-packaged vmmon/vmnet Version 1.03 --Sequential Output-- --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- MachineSize K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP ziggy32G 51084 23 21469 10 92143 20 145.7 4 Ubuntu 6.10, 2.6.17-11-server, i386, VMware 1.0.3, 14 guests running Version 1.03 --Sequential Output-- --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- MachineSize K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP ziggy32G 105453 41 44506 20 109565 21 230.6 1 ** Note ** I am not suggesting this problem is VMware related, since the performance degradation is observable on a box with no VMware running (ie, no load at all). Running VMware is the role of these servers however, and is one of the easiest ways to load up the box with a real world load. -- kernel 2.6.20 disk write performance much slower than 2.6.17 https://bugs.launchpad.net/bugs/113532 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113532] kernel 2.6.20 disk write performance much slower than 2.6.17
Public bug reported: Binary package hint: linux-source-2.6.20 Using bonnie++, disk write performance is up to 50% slower on Ubuntu 7.04 (kernel 2.6.20) compared with Ubuntu 6.10 (kernel 2.6.17) and Ubuntu 6.06 (kernel 2.6.15). Ubuntu 7.04, 2.6.20-15-server, i386, no load Version 1.03 --Sequential Output-- --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- MachineSize K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP ziggy 32G 85938 33 53181 19 170511 29 426.2 0 Ubuntu 6.10, 2.6.17-11-server, i386, no load Version 1.03 --Sequential Output-- --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- MachineSize K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP ziggy 32G 117204 41 55691 19 174137 29 460.6 1 These tests were conducted on a dual Opteron 246 (2.0 GHz) with 16GB ram, and a 3ware RAID controller with 10 disks in RAID-10 configuration. 64 bit kernels show similar results. Test was repeated on various other SMP boxes, including dual dual-core Opteron and dual quad-core Xeon systems, all with same outcome - Feisty is slow. Problem is severely aggravated by large number of context switches, eg, running VMware server on the box. VMware guests get disk IO timeouts, generally run slow, and in severe cases report SCSI bus resets. All the while the host CPUs are almost idle. If the host has several guests running on it, and some moderate host disk IO is generated (such as copying biggish files), the guests become unusable. These problems do not show up if Edgy or Dapper is run on that same box. This is not unique to just one system, and can be reliably reproduced on a variety of SMP systems. I emphasise the SMP because I have not been able to show any significant performance difference on a uniprocessor Pentium D, but this may just be that the box does not have fast enough disk IO to demonstrate the issue. This may also be an issue with the 3ware driver, but I doubt it, since it hasn't changed a lot in recent months. It seems more like something is really haywire in the process scheduler. ** Affects: linux-source-2.6.20 (Ubuntu) Importance: Undecided Status: Unconfirmed -- kernel 2.6.20 disk write performance much slower than 2.6.17 https://bugs.launchpad.net/bugs/113532 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 97264] new upstream version 0.96 available
Public bug reported: Binary package hint: python-django Please update. ** Affects: python-django (Ubuntu) Importance: Undecided Status: Unconfirmed -- new upstream version 0.96 available https://launchpad.net/bugs/97264 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 93331] Re: Kernel doesn't scale my CPU.
Ben committed the patch to the Ubuntu kernel git tree, but I don't think the packages have been rebuilt as of yet. I applied the patch myself to existing linux-source-2.6.20 package, and speedstep works fine. I guess it's only a matter of time (and getting approval from the release team) to sneak this one in before Feisty ships. -- Kernel doesn't scale my CPU. https://launchpad.net/bugs/93331 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 538648] Re: [gm45] Irregular sync flashes with compiz on (Lenovo T500)
I've been running Lucid alpha for a while now, and I'm 99% certain that this only started happening on my Thinkpad T500 since kernel package 2.6.32-16. -- [gm45] Irregular sync flashes with compiz on (Lenovo T500) https://bugs.launchpad.net/bugs/538648 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 554079] Re: Lucid boot failed to complete after fsck
This problem has hit me twice recently. The first time (iirc) I was able to ctrl-alt-del at the Plymouth screen, and upon reboot it briefly flashed the fsck message again but booted successfully. The second time was just this morning (with a fully up to date system), and I had to ctrl-alt-f2 to get to a TTY and log into a shell. A "ps -ef | grep fsck" indicated no instances of it hanging around, so it appears that fsck is not to blame. I then did a "sudo reboot" and once again it managed to boot successfully. -- Lucid boot failed to complete after fsck https://bugs.launchpad.net/bugs/554079 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 538648] Re: [Intel GM45] Irregular sync flashes on 8086:2a42 (Needs i915.powersave quirk)
I ran Lucid alpha/daily installs since about January IIRC, and am 99% sure that the flicker problem first occurred with kernel image 2.6.32-16 (http://ubuntuforums.org/showpost.php?p=8942276&postcount=9). It's possible that the problem has been fixed upstream in 2.6.34 (or .33 even), but if you're looking to find the culprit, there will be far fewer differences between the two Ubuntu packages of 2.6.32-15 and 2.6.32-16, than a complete different kernel version. -- [Intel GM45] Irregular sync flashes on 8086:2a42 (Needs i915.powersave quirk) https://bugs.launchpad.net/bugs/538648 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 538648] Re: [Intel GM45] Irregular sync flashes on 8086:2a42 (Needs i915.powersave quirk)
@Jeff250, @Robert Hooker: well that certainly explains the mystery for me at least anyway. I never realized that i915.powersave=0 had been default in -15 (and should have read the other 81 comments before mine) -- [Intel GM45] Irregular sync flashes on 8086:2a42 (Needs i915.powersave quirk) https://bugs.launchpad.net/bugs/538648 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 430694] Re: agpgart-intel not loaded before drm sometimes, causes KMS to fail
@56: Sorry to burst your bubble. It just happened three times in a row for me on that kernel. -- agpgart-intel not loaded before drm sometimes, causes KMS to fail https://bugs.launchpad.net/bugs/430694 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 431178] Re: xorg is slow since new upstart
The main issue is these lines in your XorgLog: (EE) intel(0): [drm] Failed to open DRM device for : No such file or directory (EE) intel(0): Failed to become DRM master. I've been seeing this bug occasionally on my system too, since the new upstart stuff. When booting, KMS fails to set the mode, so I see boot messages in low-res text mode. GDM then starts, but as you say, X is very slow, and I think you'll also find that anything that tries to use DRM (eg. playing a movie in Totem or VLC) will cause X to crash. Somebody else reported similar problems as part of https://bugs.launchpad.net/ubuntu/+source/udev/+bug/430654 and it was suggested that a separate bug report be opened. I'm not sure if this is that separate bug report -- xorg is slow since new upstart https://bugs.launchpad.net/bugs/431178 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 430654] Re: udev 147 outputs warnings about default rules
With respect to the /dev/dri issue, I see that happening too, and it coincided with the appearance of these udev error messages. Without DRM, X is very, very slow. This happens on my system about once in every five boots I don't know whether the failure to create /dev/dri nodes are linked to the udev errors, or whether I'm just not seeing the error messages when KMS is successfully enabled. They seem to go hand in hand at the moment though. See https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/431178 -- udev 147 outputs warnings about default rules https://bugs.launchpad.net/bugs/430654 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 430876] Re: /dev/dri devices are absent after recent update (intel card)
This is still occurring periodically on my system. I also tried re- installing libdrm-intel1 and libdrm2. -- /dev/dri devices are absent after recent update (intel card) https://bugs.launchpad.net/bugs/430876 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 1261175] Re: [wishlist] F2FS missing in Ubiquity "Use as" partition option
Any such d-i component is going to have to warn that the partition on which /boot resides cannot be f2fs, since grub does not support booting from f2fs yet. I'd certainly be interested in seeing f2fs get more support. Since Samsung make most of the world's flash memory, they're probably in a good position to determine how filesystems should interact with that flash memory. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261175 Title: [wishlist] F2FS missing in Ubiquity "Use as" partition option To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1261175/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 969796] Re: screencast recording does not record sound
Apparently it's possible - https://profiles.google.com/111457576238197018431/buzz/1z4QQYbonqV ... but sounds buggy. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969796 Title: screencast recording does not record sound To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/969796/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 975360] [NEW] shell-recorder does not close file when recording is stopped
Public bug reported: According to https://live.gnome.org/GnomeShell/CheatSheet the GS screencast tool can be started and stopped with the key combination Control+Shift+Alt+R. I've found that stopping a recording does not close the file that is being recorded to (visible in the output of `lsof | grep webm`). If I press Control+Shift+Alt+R again, instead of incrementing a counter and starting a recording to a new file, as the docs state, the recording is appended to the previous file (even if it has since been moved somewhere else). It definitely appears as if the file descriptor is not being closed, and shell-recorder is in fact pausing the the recording, rather than stopping it. See http://developer.gnome.org/shell/unstable /shell-shell-recorder.html Another thing to note is that when playing back the recorded .webm file, VLC shoes "0:00" as the recording length, eg. it appears unable to determine the length, as if the file is incomplete... or was never closed properly. ** Affects: gnome-shell (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/975360 Title: shell-recorder does not close file when recording is stopped To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/975360/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 969843] Re: background offset - leaves dead area
*** This bug is a duplicate of bug 973979 *** https://bugs.launchpad.net/bugs/973979 Seems to me happen on most logins from cold boot. Log out and log in again, and then everything is in its right place. Video is Intel GM45 on a Thinkpad T500. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969843 Title: background offset - leaves dead area To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/969843/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 690413] Re: nm-applet segfaults
I think the patch that was introduced to fix the memory leaks inadvertently also introduced a segfault. Perhaps umalloc()'ing a pointer that hasn't been malloc()'ed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690413 Title: nm-applet segfaults -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 690413] Re: nm-applet segfaults
Still segfaulting with package ver 0.8.3+git.20101209t081952.0330eca- 0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690413 Title: nm-applet segfaults -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 690413] Re: nm-applet segfaults
Seems to be working OK now with 0.8.3+git.20101209t081952.0330eca- 0ubuntu2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690413 Title: nm-applet segfaults -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 690413] Re: nm-applet segfaults
Mathieu, that would possibly make sense, because my Thinkpad T500 has an integrated UMTS modem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690413 Title: nm-applet segfaults -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 676624] Re: Panel applets randomly fail to start.
** Changed in: gnome-panel (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676624 Title: Panel applets randomly fail to start. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 684599] Re: Memory leak in nm-applet
If you look in your ~/.xsession-errors you will also see a steady stream of errors from nm-applet: (nm-applet:1648): Gtk-CRITICAL **: IA__gtk_image_get_storage_type: assertion `GTK_IS_IMAGE (image)' failed (nm-applet:1648): GLib-GObject-WARNING **: invalid (NULL) pointer instance (nm-applet:1648): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (nm-applet:1648): Gtk-CRITICAL **: IA__gtk_image_get_storage_type: assertion `GTK_IS_IMAGE (image)' failed (nm-applet:1648): GLib-GObject-WARNING **: invalid (NULL) pointer instance (nm-applet:1648): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (nm-applet:1648): Gtk-CRITICAL **: IA__gtk_image_get_storage_type: assertion `GTK_IS_IMAGE (image)' failed (nm-applet:1648): GLib-GObject-WARNING **: invalid (NULL) pointer instance (nm-applet:1648): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (nm-applet:1648): Gtk-CRITICAL **: IA__gtk_image_get_storage_type: assertion `GTK_IS_IMAGE (image)' failed (nm-applet:1648): GLib-GObject-WARNING **: invalid (NULL) pointer instance (nm-applet:1648): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed I suspect every time it updates the WiFi signal strength icon in the panel, it's leaking memory. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/684599 Title: Memory leak in nm-applet -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 937537] Re: libgnutls26 2.12.14 breaks SSL tracker support in Transmission
Yep, confirmed working here. I should have updated the bug earlier, but didn't want it to miss its first birthday ;-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937537 Title: libgnutls26 2.12.14 breaks SSL tracker support in Transmission To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/937537/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 844957] Re: Safely removing external (usb) hdd's can cause a kernel panic or system freeze
Confirmed again here also. Tested with a WD 1TB "My Passport" drive, formatted with a single NTFS partition. Kernel panic on very first attempt to remove it. Have we ascertained whether this bug is specific to drives containing an NTFS partition? I saw that theory being bounced around earlier. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844957 Title: Safely removing external (usb) hdd's can cause a kernel panic or system freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/844957/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 844957] Re: Safely removing external (usb) hdd's can cause a kernel panic or system freeze
Is this already fixed by upstream 3.0.5 or 3.0.6, as stated in the Debian package changelog? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844957 Title: Safely removing external (usb) hdd's can cause a kernel panic or system freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/844957/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 844957] Re: Safely removing external (usb) hdd's can cause a kernel panic or system freeze
I'm experiencing this too, however on amd64 (and no Nvidia modules - Intel GM45 chipset here). My un-scientific estimate of when this started to happen is approximately 2 weeks ago. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844957 Title: Safely removing external (usb) hdd's can cause a kernel panic or system freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/844957/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 844957] Re: Safely removing external (usb) hdd's can cause a kernel panic or system freeze
I managed to capture an oops without my notebook panicking. Attached are the relevant bits from dmesg. ** Attachment added: "dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/844957/+attachment/2394609/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844957 Title: Safely removing external (usb) hdd's can cause a kernel panic or system freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/844957/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 844957] Re: Safely removing external (usb) hdd's can cause a kernel panic or system freeze
This may in fact be more a kernel bug than something in g-s-d, as indicated by the Debian bug I just linked to. ** Bug watch added: Debian Bug tracker #631187 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631187 ** Also affects: debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631187 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844957 Title: Safely removing external (usb) hdd's can cause a kernel panic or system freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/844957/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 869127] [NEW] Please add sflphone package for Oneiric
Public bug reported: Package was previously available in Oneiric suite, but was removed. Please re-add. ** Affects: sflphone (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/869127 Title: Please add sflphone package for Oneiric To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sflphone/+bug/869127/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 937537] Re: libgnutls26 2.12.14 breaks SSL tracker support in Transmission
Nope. Quantal was released whilst this bug just sat quietly in the corner. Maybe we'll be lucky enough to get 2.12.20 when the Debian-sid import is done. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937537 Title: libgnutls26 2.12.14 breaks SSL tracker support in Transmission To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/937537/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 975360] Re: shell-recorder does not close file when recording is stopped
I'm not so sure this is fixed. gnome-shell 3.4.1-5ubuntu1 does now create unique files for each recording, but those file are all exactly 300 bytes. The contents appear to be a valid webm header, but obviously contain no actual video data, and cannot be played back by VLC for example. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975360 Title: shell-recorder does not close file when recording is stopped To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/975360/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1007488] [NEW] shell-recorder creates incomplete .webm recordings
Public bug reported: GNOME Shell's screencast recording feature (shell-recorder) creates 300-byte long, incomplete .webm recordings. The files appear to contain a valid .webm header, but no actual video data. Bug is present on gnome-shell 3.4.1-5ubuntu1. ** Affects: gnome-shell (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/1007488 Title: shell-recorder creates incomplete .webm recordings To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1007488/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 975360] Re: shell-recorder does not close file when recording is stopped
Jeremy, new bug created at https://bugs.launchpad.net/ubuntu/+source /gnome-shell/+bug/1007488 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975360 Title: shell-recorder does not close file when recording is stopped To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/975360/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 992173] [NEW] Update python-git to 0.3.2rc1
Public bug reported: Ubuntu's python-git package (v0.1.6) is very outdated. Debian wheezy has 0.3.2rc1, and upstream docs state that even 0.2 is EOL. ** Affects: python-git (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/992173 Title: Update python-git to 0.3.2rc1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-git/+bug/992173/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 992173] Re: Update python-git to 0.3.2rc1
And what I meant to say was "thank you". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/992173 Title: Update python-git to 0.3.2rc1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-git/+bug/992173/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 992173] Re: Update python-git to 0.3.2rc1
That's got to be the fastest Ubuntu bug resolution ever. Normally I wait months for any movement. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/992173 Title: Update python-git to 0.3.2rc1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-git/+bug/992173/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1011991] [NEW] network-manager VPN plugins disconnect shortly after connecting
Public bug reported: Multiple VPN plugins (openvpn, pptp) have been observed to automatically disconnect less than a minute after connecting. This is has been acknowledged and fixed upstream - http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/libnm- glib/nm-vpn-plugin.c?id=11b8574f07ca1df74b84c51195ba76a3218d4c54 Please sync this patch. ** Affects: network-manager (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/1011991 Title: network-manager VPN plugins disconnect shortly after connecting To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1011991/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs