[Bug 597875] Re: Clam freezes during recursive scan
I can reproduce the pread() failures with clamscan from clamav 0.96.1 +dfsg-0ubuntu0.10.04.1 on lucid; however, all of the files reporting errors occur on /sys which is the (default) location where the sysfs filesystem is located. The sysfs filesystem is a synthetic filesystem that exposes information about the system: buses, devices, cpus, etc. As I said, it's a synthetic filesystem; that is, the contents of the directories and files are generated by the kernel on the fly and in many cases the amount of data reported may not be easily computable in advance. Thus, if you examine the files that clamscan is reporting errors about, you'll see that they're usually 4096 bytes in size, and clamscan is failing to read X number of bytes after having read 4096 - X bytes from the file. For the speculators, I've also verified by examining /var/log/kern.log that these pread() failures are not the result of AppArmor rejections. On my test system, I also reproduce the apparent hanging behavior, it's stuck repeatedly trying to pread() from /sys/devices/platform/vga16fb.0/graphics/fb0/bl_curve and not stopping despite getting EINVAL returned, as the snippet from ptrace shows: pread(10, 0x7fd093dd6550, 14189025968, 18446744059520529744) = -1 EINVAL (Invalid argument) pread(10, 0x7fd093dd654f, 14189025969, 18446744059520529743) = -1 EINVAL (Invalid argument) pread(10, 0x7fd093dd654e, 14189025970, 18446744059520529742) = -1 EINVAL (Invalid argument) $ sudo ls -l /proc/15345/fd/10 lr-x-- 1 root root 64 2010-06-23 23:37 /proc/15345/fd/10 -> /sys/devices/platform/vga16fb.0/graphics/fb0/bl_curve Really, clamscan should be skipping sysfs filesystems; if your running kernel is offering up trojaned or otherwise malicious files there, your system is seriously compromised and whatever has been maliciously injected into it would likely also be smart enough to behave normally for something that looks like a virus/trojan scanner. OTOH, it could be more sensible about how it behaves in the face of files that lie about its size. I've attached the output from my test run of clamscan, to show that indeed, all the files I saw reported are under /sys aka sysfs. ** Attachment added: "clamscan.log" http://launchpadlibrarian.net/50835770/clamscan.log -- Clam freezes during recursive scan https://bugs.launchpad.net/bugs/597875 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 597542] ACK of sync request
ACKed. ** Changed in: sacjava (Ubuntu) Status: New => Triaged -- Please sync sacjava 1.3-3 (main) from Debian unstable (main). https://bugs.launchpad.net/bugs/597542 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 540332] Re: eclipse: tooltips unreadable
Where we'll can downdload that package? Tnx -- eclipse: tooltips unreadable https://bugs.launchpad.net/bugs/540332 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 363009] Re: the tag modification window always reports original image width and height and not the one imposted
** Bug watch added: GNOME Bug Tracker #622549 https://bugzilla.gnome.org/show_bug.cgi?id=622549 ** Also affects: bluefish via https://bugzilla.gnome.org/show_bug.cgi?id=622549 Importance: Unknown Status: Unknown -- the tag modification window always reports original image width and height and not the one imposted https://bugs.launchpad.net/bugs/363009 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 124440] Re: gnome needs a way to manipulate scroll speed
I have a Microsoft Wireless 5000 mouse and this issue makes it nearly impossible to use the wheel fro scrolling. I do dual boot for games, so I will have a look from the windows side for a resolution too. -- gnome needs a way to manipulate scroll speed https://bugs.launchpad.net/bugs/124440 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 597894] ACK of sync request
ACKed. ** Changed in: libhdhomerun (Ubuntu) Status: New => Triaged -- Sync libhdhomerun 20100213-2 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/597894 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 597639] Re: nautrilus crashes on opening /usr/bin
it is happening in lucid also. Ive attached the list of files in the directory ** Attachment added: "ls /usr/bin" http://launchpadlibrarian.net/50835887/ls -- nautrilus crashes on opening /usr/bin https://bugs.launchpad.net/bugs/597639 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 595833] Re: java plugin crashed on Ubuntu Lucid (Firefox)
*** This bug is a duplicate of bug 592658 *** https://bugs.launchpad.net/bugs/592658 ** This bug has been marked a duplicate of bug 592658 Firefox crashed using java (I suppose...) -- java plugin crashed on Ubuntu Lucid (Firefox) https://bugs.launchpad.net/bugs/595833 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 592658] Re: Firefox crashed using java (I suppose...)
Thank You. I did the installation. Then I browsed again the "affected" sites. And I have a new type of crash. I run then GDB, 3 sessions, attaching firefox.bin, npviewer.bin, and java. Please, see the attached logfiles of the 3 gdbsessions. It seems that only Firefox had a SIGSEGV, while the plugins (both java and npviewer) run well apparently. Unfortunately, no core file was saved by apport-unpack: the apport system popup window claimed about "not enough memory" to manage the apport debugging procedure. Thanks again. Any help will be appreciated. Ciao CM ** Attachment added: "TGZ file including 3 TXT files from GDB + apport-unpack output" http://launchpadlibrarian.net/50835879/firefox-crash.tgz ** Changed in: firefox (Ubuntu) Status: Incomplete => New -- Firefox crashed using java (I suppose...) https://bugs.launchpad.net/bugs/592658 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 591423] Re: qemu -drive boot=on flag causes boot to hang.
SF bug 1977971 talks about boot from iso image and considered not a bug (according to comment 1) ** Changed in: libvirt Importance: Unknown => Undecided ** Changed in: libvirt Status: Unknown => New ** Changed in: libvirt Remote watch: SourceForge.net Tracker #1977971 => None -- qemu -drive boot=on flag causes boot to hang. https://bugs.launchpad.net/bugs/591423 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 531027] Re: spurious warning at boot time that is unrelated to your actual problem
*** This bug is a duplicate of bug 532984 *** https://bugs.launchpad.net/bugs/532984 After getting "GLib WARNING **: getpwuid_r(): failed due to unknown user id (0)" on fresh install of Lubuntu 10.4 and reading lots of posts, I looked and /var/log/lxdm.log and found a message stating that no screens could be detected. I then found there was a rahter empty xorg.conf in /etc/X11. I renamed it to xorg.conf.bak and rebooted and whala - problem solved (for me at least). -- spurious warning at boot time that is unrelated to your actual problem https://bugs.launchpad.net/bugs/531027 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 566651] Re: Thunderbird crashed during normal operations (segmentation fault)
Many thanks to Przemysław Kulczycki. Since April 19th I never had any Thunderbird crash anymore (I use it every day, almost for the whole day). Should I think that the crash was a random event, or any next update of the program removed it? So, should be the present bug marked as "expired" or something similar? Ciao CM -- Thunderbird crashed during normal operations (segmentation fault) https://bugs.launchpad.net/bugs/566651 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 597978] [NEW] kubuntu netbook icons order keeps changing
Public bug reported: Binary package hint: kubuntu-netbook Kubuntu netbook remix's icon order (the icons in any menu -- games, utilities, etc.) keeps changing and seems to be random every time the system boots. ** Affects: kubuntu-meta (Ubuntu) Importance: Undecided Status: New -- kubuntu netbook icons order keeps changing https://bugs.launchpad.net/bugs/597978 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kubuntu-meta in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 597977] [NEW] Videos encoded through x264 for the sony psp are not playable.
Public bug reported: Binary package hint: x264 Videos encoded by x264enc (libx264.so.85)through mencoder are tagged not playable on the Sony PSP. The command used, produce playable file with the previous versions. ** Affects: x264 (Ubuntu) Importance: Undecided Status: New -- Videos encoded through x264 for the sony psp are not playable. https://bugs.launchpad.net/bugs/597977 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 597977] Re: Videos encoded through x264 for the sony psp are not playable.
PSP with official firmware. -- Videos encoded through x264 for the sony psp are not playable. https://bugs.launchpad.net/bugs/597977 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 399978] Re: Excessive heat versus excessive parkings
*** This bug is a duplicate of bug 394826 *** https://bugs.launchpad.net/bugs/394826 ** This bug has been marked a duplicate of bug 394826 HDD unusual high temperature and activity in Ubuntu Jaunty -- Excessive heat versus excessive parkings https://bugs.launchpad.net/bugs/399978 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 597962] Re: WINE package with duplicated "programs" folder
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bugs/FindRightPackage. I have classified this bug as a bug in wine. When reporting bugs in the future please use apport, either via the appropriate application's "Help -> Report a Problem" menu or using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs. Can you could please provide a link to the upstream (wine) bug report. Thanks in advance! ** Package changed: ubuntu => wine (Ubuntu) ** Changed in: wine (Ubuntu) Status: New => Incomplete -- WINE package with duplicated "programs" folder https://bugs.launchpad.net/bugs/597962 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 596754] Re: Некорректно у даляет сообщения twitter.co m
** Description changed: Binary package hint: gwibber С сервера сообщения удаляет и если зайти в твиттер через броузер их нет, а вот в самом окне программы те которые удалены остаются. + Sorry for bad English. + On the server deletes the message and if you go to the tweeter through the browser they do not, but in the window of the program are those that are removed. + Gwibber 2.30.0.1 Linux 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux -- Некорректно удаляет сообщения twitter.com https://bugs.launchpad.net/bugs/596754 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 595018] Re: comedi drivers missing
@SA, Could you please tell us how did you compile the comedi drvers as modules? Normally, we cloned Lucid kernel tree here, git://kernel.ubuntu.com/ubuntu/ubuntu-lucid.git. And ti-omap branch is the kernel for omap3 based machine. Apparently, comedi drivers are there drivers/staging/comedi. If you have problem to compile it, please post the error message here. -Bryan ** Changed in: linux-ti-omap (Ubuntu) Status: New => Incomplete ** Changed in: linux-ti-omap (Ubuntu) Importance: Undecided => Low ** Changed in: linux-ti-omap (Ubuntu) Assignee: (unassigned) => Bryan Wu (cooloney) -- comedi drivers missing https://bugs.launchpad.net/bugs/595018 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 590326] Re: Glib-WARNING **: getpwuid_r(): failed due to unknow user id (0)
I have the same problem since I installed Ubuntu 10.04 on my HP ProBook 6540b. At least twice a week, when booting I get on the screen the line : Glib-WARNING **: getpwuid_r(): failed due to unknow user id (0) System isn't frozen, because keyboard stills works (NumLock diodes, for exemple, or Ctrl-Alt-Supr to reboot) Then the only thing I can do is rebooting. ** Changed in: plymouth (Ubuntu) Status: New => Confirmed -- Glib-WARNING **: getpwuid_r(): failed due to unknow user id (0) https://bugs.launchpad.net/bugs/590326 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 521295] Re: hard disk heating problem in ubuntu
*** This bug is a duplicate of bug 394826 *** https://bugs.launchpad.net/bugs/394826 ** This bug is no longer a duplicate of bug 59695 High frequency of load/unload cycles on some hard disks may shorten lifetime ** This bug has been marked a duplicate of bug 394826 HDD unusual high temperature and activity in Ubuntu Jaunty -- hard disk heating problem in ubuntu https://bugs.launchpad.net/bugs/521295 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 394826] Re: HDD unusual high temperature and activity in Ubuntu Jaunty
i can confirm this issue with my lenovo g550 laptop containing western digital 320gb hard disk model:WD3200BEVT-22ZCT0. This issue existed from ubuntu 9.04 -ubuntu 10.04 , the ubuntu versions i tested in my laptop. for me the disk temperature rises above 54 degree C when idle on AC. ** Tags added: verification-done -- HDD unusual high temperature and activity in Ubuntu Jaunty https://bugs.launchpad.net/bugs/394826 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 369710] Re: crash when installing deja vu
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fixed with some of the updates. It would help us a lot if you could test the current Ubuntu development version (10.10). If you can test it, and it is still an issue, we would appreciate if you could upload updated logs by running apport-collect , and any other logs that are relevant for this particular issue. ** Changed in: fontconfig (Ubuntu) Status: New => Incomplete -- crash when installing deja vu https://bugs.launchpad.net/bugs/369710 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 363009] Re: the tag modification window always reports original image width and height and not the one imposted
** Changed in: bluefish Status: Unknown => New -- the tag modification window always reports original image width and height and not the one imposted https://bugs.launchpad.net/bugs/363009 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 336871] Re: Deprecated modules with python 2.6
** Changed in: urlgrabber (Debian) Status: Fix Committed => Fix Released -- Deprecated modules with python 2.6 https://bugs.launchpad.net/bugs/336871 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 597980] [NEW] Please merge pbuilder 0.197(main) from debian unstable(main)
Public bug reported: Binary package hint: pbuilder pbuilder (0.197) unstable; urgency=low [ Loïc Minier ] * pbuilder-createbuildenv, -updatebuildenv: Remove apt from $CHROOTEXEC apt-get install call and add aptitude if pbuilder-satisfydepends uses it; remove aptitude otherwise; closes: 539578. Fixes support for --variant=buildd. * Make /usr/lib/pbuilder/pbuilder-satisfydepends a symlink to pbuilder- satisfydepends-aptitude instead of a copy; closes: #448098. * pbuilder-satisfydepends-aptitude: Fix typo in package description. * Add builtin support for using ccache in pbuilder and enable it by default. Ship a new /var/cache/pbuilder/ccache dir and bind-mount and chown it to BUILDUSERID at build time. Install/remove ccache automatically on create/update if CCACHEDIR is set/unset. Update docs and remove old ccache config example. Add a NEWS entry featuring the change. Stop intalling ccache sample config * debuild-pbuilder.1: update sample output of debuild-pbuilder to match current code; thanks Osamu Aoki; closes: 563209. * Don't quote PBUILDERROOTCMD as it's typically a command with arguments such as "su -p" or "sudo -E"; thanks Osamu Aoki; see #563209. * test_pbuilder-satisfydepends-*: add many tests. * pbuilder-satisfydepends-*: Large refactoring and cleanups; fixes historical bugs with space/tabs/etc. parsing in debian/control with pbuilder-satisfydepends-classic and perhaps -aptitude and -experimental. Also avoids large code duplication and normalizes debian/control handling. * pbuilder.8: Mention quoting around --bindmounts; LP: #376612 * Add pbuilder-apt-config tool to generate APT sources.list and query misc other data from archives; this is aimed at supporting multiple archives and setups better (instead of a single MIRROR, DISTRIBUTION etc.) but is generic and independent to encourage reuse. Comes with testsuite showing sample uses. * Fix misc man page typos. * Rework Makefile entirely. * Use paragraphs in debian/NEWS file instead of bullet points. * pbuilder-selftest: new command to run the tests which are now installed. [ Junichi Uekawa ] * [INTL:da] Danish translation of the debconf templates pbuilder (closes: 583676) * document that DEBOOTSTRAPOPTS is an array. (closes: 578989) [ Hideki Yamane ] * typo "taget" (closes: 582415) [ Jari Aalto ] * pbuilderrc.5 - Order item alphabetically (closes: 579705) -- Junichi Uekawa Wed, 23 Jun 2010 07:21:11 +0900 ** Affects: pbuilder (Ubuntu) Importance: Undecided Status: Confirmed -- Please merge pbuilder 0.197(main) from debian unstable(main) https://bugs.launchpad.net/bugs/597980 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 597980] Re: Please merge pbuilder 0.197(main) from debian unstable(main)
** Patch added: "debian > ubuntu diff" http://launchpadlibrarian.net/50837138/pbuilder.diff ** Branch linked: lp:ubuntu/pbuilder ** Changed in: pbuilder (Ubuntu) Status: New => Confirmed -- Please merge pbuilder 0.197(main) from debian unstable(main) https://bugs.launchpad.net/bugs/597980 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 596693] Re: Lucid does not recognise full size of large hard disks
Jeremy, I've installed the latest available kernel from the page that you've sent me. It was 2.6.35-999-generic #201006151505. Is that the right one that I should try, or should I try one from the 2.6.32 branch? Thanks -- Lucid does not recognise full size of large hard disks https://bugs.launchpad.net/bugs/596693 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 581284] Re: ath5k kernel panic
As mentioned before, I still suffer from these kernel panics, all be it very occasionally and only if I use a large amount of bandwidth over the wireless network. I've experienced this problem with kernels 2.6.31-22 and 2.6.31-23 and with and without the backports modules (i386). I will be trying the AMD64 version of Ubuntu soon, to see if there might be a difference. @Jamin: Indeed bug [url=https://bugs.launchpad.net/ubuntu/+source/linux/+bug/300693]#300693[/url] looks the same. -- ath5k kernel panic https://bugs.launchpad.net/bugs/581284 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 269766] Re: fontconfig cache updated four times during upgrade
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fixed with some of the updates. It would help us a lot if you could test the current Ubuntu development version (10.10). If you can test it, and it is still an issue, we would appreciate if you could upload updated logs by running apport-collect , and any other logs that are relevant for this particular issue. ** Changed in: fontconfig (Ubuntu) Status: New => Incomplete -- fontconfig cache updated four times during upgrade https://bugs.launchpad.net/bugs/269766 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 580206] Re: gnome-help crashed (segmentation fault) while printing
Thanks again for Your help. I should say that the crash bug of Yelp happens here daily, and that this SW is not usable for printing. Today I collected another crash for You to help in debugging. Valgrin is not able to catch the problem (see my comment #7), but GDB is able. So, please, see the attached GDB session output. Any help will be appreciated. Ciao CM ** Attachment added: "TGZ file including GDB output + apport-unpack data" http://launchpadlibrarian.net/50837208/yelp-crash.tgz -- gnome-help crashed (segmentation fault) while printing https://bugs.launchpad.net/bugs/580206 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 597983] [NEW] [Lucid] Language selector : serious dependancies problem with most of KDE
Public bug reported: Binary package hint: language-selector - On a fresh Ubuntu Lucid install with Gnome desktop only, installed in FRENCH - First attempt at starting language selector display a message that "Language support is not completely installed, etc". - System then wants to install 74 (!!!) packages among which most of KDE including specific kubuntu things and their own dependancies (i.e. MySQL server...) I don't need and don't want KDE on my system just for installing language support. Thats' just madness... ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: language-selector 0.5.7 ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-22-generic i686 Architecture: i386 Date: Thu Jun 24 09:20:03 2010 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) PackageArchitecture: all ProcEnviron: PATH=(custom, user) LANG=fr_FR.utf8 SHELL=/bin/bash SourcePackage: language-selector ** Affects: language-selector (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- [Lucid] Language selector : serious dependancies problem with most of KDE https://bugs.launchpad.net/bugs/597983 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 597983] Re: [Lucid] Language selector : serious dependancies problem with most of KDE
** Attachment added: "Once all required packages are installed..." http://launchpadlibrarian.net/50837296/lang_support_100624a.png ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/50837088/Dependencies.txt -- [Lucid] Language selector : serious dependancies problem with most of KDE https://bugs.launchpad.net/bugs/597983 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 597711] Re: Please merge strongswan 4.3.2-1.3 (universe) from Debian unstable (main)
This bug was fixed in the package strongswan - 4.3.2-1.3ubuntu1 --- strongswan (4.3.2-1.3ubuntu1) maverick; urgency=low * Merge from debian testing (LP: #597711). Remaining changes: - Build depend on libnm-glib-dev instead of libnm-glib-vpn-dev to match the network manager package naming in Ubuntu strongswan (4.3.2-1.3) unstable; urgency=low * Non-maintainer upload. * Fix pending l10n issues. Debconf translations: - German. Closes: #567823 strongswan (4.3.2-1.2) unstable; urgency=low * Non-maintainer upload. * Fix pending l10n issues. Debconf translations: - Basque (Piarres Beobide). Closes: #539904 - German (Hermann J. Beckers). Closes: #542822 - Japanese (Hideki Yamane (Debian-JP)). Closes: #546324 - Italian (Vincenzo Campanella). Closes: #566157 -- Angel AbadSat, 20 Feb 2010 06:22:18 + ** Changed in: strongswan (Ubuntu) Status: Confirmed => Fix Released -- Please merge strongswan 4.3.2-1.3 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/597711 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 597587] Re: debconf does not show dialog
> Did you have mysql configured and working before, and not change the > configuration? yes > If so, had you customized apparmor? no >If so then I believe you'll need to re-apply your apparmor profile changes. There is only /etc/apparmor.d/usr.sbin.mysqld which looks quite default >It looks to me like you have mysql db installed under /home/mysql no. It is installed in the default location >and apparmor is refusing mysqld access to that directory. maybe. Is there any other apparmor profile location? I have to add that I can continue the update process by killing the debconf task TWICE. -- debconf does not show dialog https://bugs.launchpad.net/bugs/597587 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 597587] Re: debconf does not show dialog
>It looks to me like you have mysql db installed under /home/mysql yes, you are right. Shame on me. -- debconf does not show dialog https://bugs.launchpad.net/bugs/597587 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 590326] Re: Glib-WARNING **: getpwuid_r(): failed due to unknow user id (0)
It seems tha the GLib-WARNING is a red herring, a non important warning hiding the true problem : https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/532984/comments/27 But the problem is there... -- Glib-WARNING **: getpwuid_r(): failed due to unknow user id (0) https://bugs.launchpad.net/bugs/590326 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 203824] Re: bad default aliasing for 'arial'
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fixed with some of the updates. It would help us a lot if you could test the current Ubuntu development version (10.10). If you can test it, and it is still an issue, we would appreciate if you could upload updated logs by running apport-collect , and any other logs that are relevant for this particular issue. ** Changed in: fontconfig (Ubuntu) Status: New => Incomplete -- bad default aliasing for 'arial' https://bugs.launchpad.net/bugs/203824 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 597984] [NEW] Some patents have expired but still openssl package does not support them.
Public bug reported: Binary package hint: openssl Is it possible to recompile openssl and libssl with enable-IDEA enable- mdc2 and enable-camellia because: In http://www.openssl.org/support/faq.html: FYI: Patent numbers and expiry dates of US patents: MDC-2: 4,908,861 13/03/2007 IDEA: 5,214,703 25/05/2010 RC5: 5,724,428 03/03/2015 therefore: mdc-2 and IDEA patents expired. Additionally the cipher "Camellia": Royalty Free ===> http://en.wikipedia.org/wiki/Camellia_(cipher) NTT and Mitsubishi have patents and pending patents on the Camellia algorithm, but allow use at no charge without requiring an explicit licensing agreement: http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html In Fedora 13 "Camellia" is enable in default openssl package. ** Affects: openssl (Ubuntu) Importance: Undecided Status: New ** Description changed: Binary package hint: openssl - Is it possible przekompilowaniapaczki openssl and libssl with enable- - IDEA enable-mdc2 and enable-camellia + Is it possible recompile openssl and libssl with enable-IDEA enable-mdc2 + and enable-camellia because: In http://www.openssl.org/support/faq.html: FYI: Patent numbers and expiry dates of US patents: MDC-2: 4,908,861 13/03/2007 IDEA: 5,214,703 25/05/2010 RC5: 5,724,428 03/03/2015 therefore: mdc-2 and IDEA patents expired. Additionally the cipher "Camellia": Royalty Free ===> http://en.wikipedia.org/wiki/Camellia_(cipher) NTT and Mitsubishi have patents and pending patents on the Camellia - algorithm, but allow use at no charge without requiring an explicit - licensing agreement: http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html + algorithm, but allow use at no charge without requiring an explicit + licensing agreement: http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html In Fedora 13 "Camellia" is enable in default openssl package. ** Description changed: Binary package hint: openssl - Is it possible recompile openssl and libssl with enable-IDEA enable-mdc2 - and enable-camellia + Is it possible to recompile openssl and libssl with enable-IDEA enable- + mdc2 and enable-camellia because: In http://www.openssl.org/support/faq.html: FYI: Patent numbers and expiry dates of US patents: MDC-2: 4,908,861 13/03/2007 IDEA: 5,214,703 25/05/2010 RC5: 5,724,428 03/03/2015 therefore: mdc-2 and IDEA patents expired. Additionally the cipher "Camellia": Royalty Free ===> http://en.wikipedia.org/wiki/Camellia_(cipher) NTT and Mitsubishi have patents and pending patents on the Camellia algorithm, but allow use at no charge without requiring an explicit licensing agreement: http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html In Fedora 13 "Camellia" is enable in default openssl package. -- Some patents have expired but still openssl package does not support them. https://bugs.launchpad.net/bugs/597984 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 597958] Re: Add a "Run" button to Ubuntu Software Center
Stupid idea IMHO. How does you think the "Run" command will work before the installation happens? And if you installed already - why you cannot use the main menu to start the app? Creating shortcuts on desktop - why you should do it from the SoftCerter? In KDE yo can do it in menu within the DE. If GNOME not support it - ask the GNOME developers to extend the GNOME functionality. Also... I have a better idea :) - Lets add the messenger, WEB-browsing, logs reviewing, system configuration, documents editing... in the Software Center. If it is called Software Center it should perform any action the user want, shouldn't it?. Tell me why? :) -- Add a "Run" button to Ubuntu Software Center https://bugs.launchpad.net/bugs/597958 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 597944] Re: libgjs needs a rebuild for xulrunner-1.9.2.4
It FTBFS for me: Started bus pid 23845 at unix:abstract=/tmp/dbus-root-23828-463c-system Running with dbus: gtester --verbose gjs-tests gjs-unit with stderr to test_user_data/logs/stderr.log TEST: gjs-tests... (pid=23848) /gjs/jsapi/util/array: OK /gjs/jsapi/util/error/throw: OK /gjs/jsapi/util/string/js/string/utf8: OK /gjs/jsapi/util/string/get/ascii:OK /gjs/jsapi/util/string/get/binary: OK /gjs/stack/dump: OK /util/glib/strv/concat/null: OK /util/glib/strv/concat/pointers: OK PASS: gjs-tests TEST: gjs-unit... (pid=23880) /js/self:OK /js/Signals: OK /js/Locale: OK /js/Importer:FAIL GTester: last random seed: R02Sedc671db4855b53d45ea6d91295397cf killing message bus 23842 killing message bus 23845 ./test/run-with-dbus: script "gtester" failed make[2]: *** [test] Error 1 make[2]: Leaving directory `/tmp/buildd/gjs-0.5/_build' dh_auto_test: make -j1 test returned exit code 2 make[1]: *** [override_dh_auto_test] Error 29 make[1]: Leaving directory `/tmp/buildd/gjs-0.5' make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 E: Failed autobuilding of package I: unmounting dev/pts filesystem I: unmounting proc filesystem I: cleaning the build env I: removing directory /var/cache/pbuilder/build//21869 and its subdirectories -- libgjs needs a rebuild for xulrunner-1.9.2.4 https://bugs.launchpad.net/bugs/597944 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 597944] Re: libgjs needs a rebuild for xulrunner-1.9.2.4
Sébastien just told me that a new version is in Debian, maybe it's worth merging. -- libgjs needs a rebuild for xulrunner-1.9.2.4 https://bugs.launchpad.net/bugs/597944 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 597847] Re: network manager would not connect lan after resume from hibernate (wlan works) on dell inspiron 11z
Leo Arias, thanks for your response. Here is the Information you requested: As i dont know which program crashes, it is not easy for me to do a backtrace as mentioned in [1], because the problem occurs both with network manager and without. The machine "breakes" while waking up. When I tried to reproduce the problem, i recognized, the it it was not more present after recovering from hibernation (S4 - Suspend to Disk). eth0 worked perfectly and could get its ip from dhcp via nm and tho old fashioned way via /etc/network/interfaces. I tried that 10 times and it always worked perfectly. As i mentioned i did a fresh install of 10.04 after i checked if STR and STD works with 'Windows7', which did. The Problem still occures after resuming from suspend (S3 - Suspend to RAM), which i reproduced 10 times. eth0 is trying to connect, but will fail to do so, both with and without network-manager. So I will continue with the steps in [2] sudo pm-suspend gave no information, only effect, eth0 fails to connect. Then i did the "resume-trace" debugging procedure for finding buggy drivers as described in [3]. resuming worked, besides eth0 was not able to get an ip again. The resulting dmesg.txt you ll find attached. [1] http://wiki.ubuntu.com/DebuggingProgramCrash [2] https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume#Suspending%20from%20text%20mode [3] https://wiki.ubuntu.com/DebuggingKernelSuspend -- network manager would not connect lan after resume from hibernate (wlan works) on dell inspiron 11z https://bugs.launchpad.net/bugs/597847 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 597847] Re: network manager would not connect lan after resume from hibernate (wlan works) on dell inspiron 11z
Output of dmesg immediately after resuming from suspend. ** Attachment added: "dmesg.txt" http://launchpadlibrarian.net/50837496/dmesg.txt -- network manager would not connect lan after resume from hibernate (wlan works) on dell inspiron 11z https://bugs.launchpad.net/bugs/597847 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 597702] Re: Kernel ignores noexec=off parameter
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bugs/FindRightPackage. I have classified this bug as a bug in linux. When reporting bugs in the future please use apport, either via the appropriate application's "Help -> Report a Problem" menu or using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs. ** Package changed: ubuntu => linux (Ubuntu) -- Kernel ignores noexec=off parameter https://bugs.launchpad.net/bugs/597702 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 597587] Re: debconf does not show dialog
i added the path to usr.sbin.mysqld with w option. The upgrade process still hangs until I kill /usr/bin/perl -w /usr/share/debconf/frontend /var/lib/dpkg/info/mysql-server-5.1.prerm upgrade 5.1.41-3ubuntu12.3 TWICE.. -- debconf does not show dialog https://bugs.launchpad.net/bugs/597587 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 569685] Re: modem manager anydata adu 635
You can try my PPA package distribution for Ubuntu 10.04 https://launchpad.net/~miurahr/+archive/anydata-modem ** Changed in: modemmanager (Ubuntu) Assignee: (unassigned) => Modem Manager Team (modemmanager) ** Changed in: modemmanager (Ubuntu) Assignee: Modem Manager Team (modemmanager) => (unassigned) -- modem manager anydata adu 635 https://bugs.launchpad.net/bugs/569685 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 546091] Re: 10.04 Installer doesn't properly detect 9240 MegaRaid SAS Controlers
We've got a workaround for this, though it's hard work and is not viable as an alternative. It's just for urgent installations (as was ours). I put it here just in case someone else wants to do as we did. We downloaded the Live CD of Maverick Meerkat and used that to boot. The kernel in Maverick (2.6.34-something) detects correctly the disks. We launched a terminal and partitioned our target system, mounting the target installation under /mnt/target. Then we debootstrapped Lucid into it, like this: debootstrap lucid /mnt/target (a local mirror or proxy helps a lot, especially if you're making several installations) Then we chrooted into /mnt/target (mounting previously /dev and /proc) and did this: apt-get install python-software-properties add-apt-repository ppa:kernel-ppa apt-get update apt-get install linux-image-2.6.34-5-server (there's a linux-image-2.6.35-something available, but we used 2.6.34 because it's supposed to be the stable release) This also pulled and installed grub, but YMMV. We also installed lvm2 because that's what we used for the system, but depends on your setup. Note that we didn't use any Maverick packages: the kernel-ppa repository has kernels for Lucid, even if newer than the ones in the release. After that, we changed the chroot's root password (or you'll have a nice bootable system that you can't log into :-)) and rebooted. The system booted with Lucid and kernel 2.6.34, detecting the RAID perfectly. -- 10.04 Installer doesn't properly detect 9240 MegaRaid SAS Controlers https://bugs.launchpad.net/bugs/546091 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 597722] Re: Please merge usbmount 0.0.20(universe) from debian unstable(main)
This bug was fixed in the package usbmount - 0.0.20ubuntu1 --- usbmount (0.0.20ubuntu1) maverick; urgency=low * Merge from debian unstable. Remaining changes: LP: #597722 - debian/rules: Copy udev rules so debhelper picks it up - debian/install: Do not install by hand - debian/preinst: Remove symlink on upgrade, and remove old rules file unless modified in which case rename to new filename. - debian/postinst: Do not create symlink - debian/postrm: No symlink to remove - Bump build-depend on debhelper to install udev rules into /lib/udev/rules.d, bump dependency on udev to get correct version. usbmount (0.0.20) unstable; urgency=low * The "jidanni QA" release. * [28109ae9] Update changelog in preparation for new release. * [5e418982] Change character classes :space: -> :blank: and anchor grep's regexp. * [d60466c8] Include comments regarding unmounting the filesystems safely. * [48788d01] Eliminate confusing extra empty line in usbmount.conf (Closes: #568959) * [edd2eb4f] Describe dealing with FUSE mounted filesystems (Closes: #570405) * [aac8a8e2] Update the VCS-* from SVN to GIT * [cee7f5fc] Convert to format 3.0 (native) * [120fbcca] Reformat debian/NEWS to kill lintian warnings * [072cfd6c] Update the copyright years. * [e3824bb7] Don't use UUID's hiding under a comment. Closes: #576778. * [ebcf8f68] Log some error conditions. Closes: #576767. * [46323216] The package complies with Policy 3.8.4. No changes necessary. -- Bhavani ShankarWed, 23 Jun 2010 19:36:51 +0530 ** Changed in: usbmount (Ubuntu) Status: Confirmed => Fix Released -- Please merge usbmount 0.0.20(universe) from debian unstable(main) https://bugs.launchpad.net/bugs/597722 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 594463] Re: Gnome Panel Freeze
Pedro, how do you run a backtrace on gnome-panel? If I kill gnome-panel then it is automatically reloaded. I have no idea how to make a backtrace for it. -- Gnome Panel Freeze https://bugs.launchpad.net/bugs/594463 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 521295] Re: hard disk heating problem in ubuntu
*** This bug is a duplicate of bug 399978 *** https://bugs.launchpad.net/bugs/399978 ** This bug is no longer a duplicate of bug 394826 HDD unusual high temperature and activity in Ubuntu Jaunty ** This bug has been marked a duplicate of bug 399978 Excessive heat versus excessive parkings -- hard disk heating problem in ubuntu https://bugs.launchpad.net/bugs/521295 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 494278] Re: Regression: openarena 0.8.1 always dark
Same here. Also an Intel G950. -- Regression: openarena 0.8.1 always dark https://bugs.launchpad.net/bugs/494278 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 401823] Re: Gdk-WARNING **: XID collision, trouble ahead
new test on maverick+sun-java-jre+firefox 3.6.4 got these comments logged into .xsession-errors: (:4295): Gdk-WARNING **: XID collision, trouble ahead (child won, so we're deferring) (child won, so we're not deferring) (processing deferred in-call) -- Gdk-WARNING **: XID collision, trouble ahead https://bugs.launchpad.net/bugs/401823 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 399978] Re: Excessive heat versus excessive parkings
** This bug is no longer a duplicate of bug 394826 HDD unusual high temperature and activity in Ubuntu Jaunty -- Excessive heat versus excessive parkings https://bugs.launchpad.net/bugs/399978 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 595388] Re: starting kvm guests with libvirt on virthost startup doesn't wait till all dependencies are available
Hi! Yes, the vms is configured to be started automatically by libvirtd. The aoetool start script only loads the module. I don't mount any aoe device, because it is used directly by the vm. You're right the best solution would be to enhance libvirtd to check all prerequisites for each vm before starting it. But sadly I had no time to wait for this to be realised. And I'm not skilled enough to do this myself. So my solution was to enhance the upstart script in this way: pre-start script mkdir -p /var/run/libvirt # Clean up a pidfile that might be left around rm -f /var/run/libvirtd.pid AOE=$(aoe-stat | wc -l) until [ $AOE -gt 0 ] do sleep 1 AOE=$(aoe-stat | wc -l) done end script This pre-start script waits till at least one aoe device is accessible. Thanks and kind regards Lars -- starting kvm guests with libvirt on virthost startup doesn't wait till all dependencies are available https://bugs.launchpad.net/bugs/595388 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 594463] Re: Gnome Panel Freeze
Ok, I have found the wiki part "ask GDB to attach to a program that's already running." But gnome-panel is already frozen right after logging in. If I kill gnome-panel it respawns automatically and runs fine from then on. But the first run when I log in Gnome is the one that freezes. How do backtrace that before it freezes? -- Gnome Panel Freeze https://bugs.launchpad.net/bugs/594463 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 588638] Re: console colormap is wrong when using 32bit framebuffer
Zygmunt, Is there any update about this issue? -Bryan ** Changed in: linux-ti-omap (Ubuntu) Importance: Undecided => Medium ** Changed in: linux-ti-omap (Ubuntu) Status: New => Incomplete ** Changed in: linux-ti-omap (Ubuntu) Assignee: (unassigned) => Bryan Wu (cooloney) -- console colormap is wrong when using 32bit framebuffer https://bugs.launchpad.net/bugs/588638 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 523484] Re: ureadahead requires /var on root filesystem
A simple fix for this problem: 1. Create directory to store data in root filesystem: mkdir /.ureadahead 2. Mount your root fs somewhere, to be able to access it: mount / /mnt/tmp -o bind 3. Make two links to the new storage location: rm -rf /var/lib/ureadahead ln -s /.ureadahead /var/lib/ureadahead ln -s /.ureadahead /mnt/tmp/var/lib/ureadahead # (create /mnt/tmp/var/lib if needed) 4. umount /mnt/tmp, reboot twice, and enjoy ureadhead! -- ureadahead requires /var on root filesystem https://bugs.launchpad.net/bugs/523484 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 417570] Re: hard disk is really hot
you could be facing the issue as described in https://bugs.launchpad.net/ubuntu/+bug/399978 -- hard disk is really hot https://bugs.launchpad.net/bugs/417570 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 394826] Re: HDD unusual high temperature and activity in Ubuntu Jaunty
*** This bug is a duplicate of bug 399978 *** https://bugs.launchpad.net/bugs/399978 As this issue is clearly described in https://bugs.launchpad.net/ubuntu/+bug/399978 im marking this as duplicate of bug #399978 ** This bug has been marked a duplicate of bug 399978 Excessive heat versus excessive parkings -- HDD unusual high temperature and activity in Ubuntu Jaunty https://bugs.launchpad.net/bugs/394826 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 597987] [NEW] gimp does not show gradients, layers and brushes
Public bug reported: Binary package hint: gimp After the last update of Ubuntu. GIMP does not show the layers, brushes and color gradients ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: gimp 2.6.8-2ubuntu1.1 ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-23-generic i686 Architecture: i386 Date: Thu Jun 24 09:36:59 2010 EcryptfsInUse: Yes ProcEnviron: LANG=pl_PL.UTF-8 SHELL=/bin/bash SourcePackage: gimp ** Affects: gimp (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- gimp does not show gradients, layers and brushes https://bugs.launchpad.net/bugs/597987 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 597987] Re: gimp does not show gradients
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/50837637/Dependencies.txt ** Description changed: Binary package hint: gimp - After the last update GIMP does not show the layers, brushes and color - gradients + After the last update of Ubuntu. GIMP does not show the layers, brushes + and color gradients ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: gimp 2.6.8-2ubuntu1.1 ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-23-generic i686 Architecture: i386 Date: Thu Jun 24 09:36:59 2010 EcryptfsInUse: Yes ProcEnviron: LANG=pl_PL.UTF-8 SHELL=/bin/bash SourcePackage: gimp ** Summary changed: - gimp does not show gradients + gimp does not show gradients, layers and brushes -- gimp does not show gradients, layers and brushes https://bugs.launchpad.net/bugs/597987 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 597983] Re: [Lucid] Language selector : serious dependancies problem with most of KDE
** Attachment added: "Dialog asking for KDE packages" http://launchpadlibrarian.net/50837807/lang_support_100624b.png -- [Lucid] Language selector : serious dependancies problem with most of KDE https://bugs.launchpad.net/bugs/597983 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 597969] Re: Update doesn't work anymore
... never mind. I figured there were too many sources for apt to handle. You can close this issue -- Update doesn't work anymore https://bugs.launchpad.net/bugs/597969 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 597886] Re: mouse not recognized
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have the correct package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bugs/FindRightPackage. I have re-classified this bug as a bug in linux. When reporting bugs in the future please use apport, either via the appropriate application's "Help -> Report a Problem" menu or using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs. ** Package changed: yelp (Ubuntu) => linux (Ubuntu) -- mouse not recognized https://bugs.launchpad.net/bugs/597886 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 544928] Re: Test
** Summary changed: - qlog fails with a special combination of PyQt4 and Qt + Test ** Summary changed: - Test + qlog crashes with 'NoneType' object has no attribute 'style' -- qlog crashes with 'NoneType' object has no attribute 'style' https://bugs.launchpad.net/bugs/544928 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 440903] Re: Alias in ~/.fonts.conf ignored
Thank you for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - Maverick Meerkat. If you need a fix for the bug in previous versions of Ubuntu, please follow the instructions for "How to request new packages" at https://help.ubuntu.com/community/UbuntuBackports#request-new-packages ** Changed in: fontconfig (Ubuntu) Status: New => Fix Released -- Alias in ~/.fonts.conf ignored https://bugs.launchpad.net/bugs/440903 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 415700] Re: unable to install ttf while upgrading to Ubuntu 9.04 - fc-cache bus error
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fixed with some of the updates. It would help us a lot if you could test the current Ubuntu development version (10.10). If you can test it, and it is still an issue, we would appreciate if you could upload updated logs by running apport-collect , and any other logs that are relevant for this particular issue. ** Changed in: fontconfig (Ubuntu) Status: New => Incomplete -- unable to install ttf while upgrading to Ubuntu 9.04 - fc-cache bus error https://bugs.launchpad.net/bugs/415700 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 345304] Re: Gweled segfaults on sound initialization
Hi Ivo, try to run Gweled with this command: pasuspender gweled This command stop PulseAudio for exclusive sound access by Gweled. -- Gweled segfaults on sound initialization https://bugs.launchpad.net/bugs/345304 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 597983] Re: [Lucid] Language selector : serious dependancies problem with most of KDE
** Attachment added: "Downloading a bunch..." http://launchpadlibrarian.net/50837965/lang_support_100624d.png -- [Lucid] Language selector : serious dependancies problem with most of KDE https://bugs.launchpad.net/bugs/597983 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 597587] Re: debconf does not show dialog
added it like this: /home/mysql/ rw, -- debconf does not show dialog https://bugs.launchpad.net/bugs/597587 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 597554] Re: pygobject_register_sinkfunc is deprecated
no, those are coming from pygtk and known issues -- pygobject_register_sinkfunc is deprecated https://bugs.launchpad.net/bugs/597554 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 576493] Re: ubuntu one don't connect to server
We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested information? Thanks! -- ubuntu one don't connect to server https://bugs.launchpad.net/bugs/576493 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 574012] Re: cant sync files
Hi Bana. File sync speed is a lot faster now & the server-side issues are fixed (although they are still being fine-tuned). Can you please advise whether you are still experiencing this issue? If you are experiencing this issue, please upload fresh logs by archiving your $HOME/.cache/ubuntuone/log/ folder and attach the zip here. Thanks in advance! -- cant sync files https://bugs.launchpad.net/bugs/574012 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 544960] Re: hard disk temperature
*** This bug is a duplicate of bug 399978 *** https://bugs.launchpad.net/bugs/399978 you could be facing the issue as described in https://bugs.launchpad.net/ubuntu/+bug/399978 ** This bug has been marked a duplicate of bug 399978 Excessive heat versus excessive parkings -- hard disk temperature https://bugs.launchpad.net/bugs/544960 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 544928] Re: qlog crashes with 'NoneType' object has no attribute 'style'
Wow - this bug has 9 dups. I've change the title in the hope that the dup catcher will find it. -- qlog crashes with 'NoneType' object has no attribute 'style' https://bugs.launchpad.net/bugs/544928 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 542836] Re: facebook chat not working on Empathy in lucid
the stable updates work in a such way that it you fail verification for this one the update will not be accepted, so you will stop a stack of other fixes to reach users. We do validate that this update doesn't break anything which was working and at the same time solved different issues so it's a win and should be shipped to users in lucid-updates. The bug can be reopened then if that's still an issue -- facebook chat not working on Empathy in lucid https://bugs.launchpad.net/bugs/542836 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 508632] Re: [FFe] Toggle button for Nautilus location field gone
note that nautilus elementary is a different software and it will have other bugs and once installed it will remove the official ubuntu version of nautilus which means you will stop receiving updates and fixes for security issues and other bugs for it -- [FFe] Toggle button for Nautilus location field gone https://bugs.launchpad.net/bugs/508632 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 232469] Re: wget does not use network proxy in some cases
Don't worry about writing an automatic testcase (it would be awesome, but not needed), just write a manual testcase that people will try to reproduce like: - step1 - step2 - install the new package - step 4 … -- wget does not use network proxy in some cases https://bugs.launchpad.net/bugs/232469 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 597995] [NEW] Realtek RTL8111/8168B NIC not working - regression from 9.10
Public bug reported: Binary package hint: linux-image-2.6.32-22-generic Kernel identifies NIC as eth0, but it doesn't work. If I try a manual dhclient on it, the following appears: elacu...@elacunza-laptop:~$ sudo dhclient eth0 [sudo] password for elacunza: Internet Systems Consortium DHCP Client V3.1.3 Copyright 2004-2009 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ SIOCSIFFLAGS: Cannot allocate memory SIOCSIFFLAGS: Cannot allocate memory Listening on LPF/eth0/00:1e:33:25:9c:a5 Sending on LPF/eth0/00:1e:33:25:9c:a5 Sending on Socket/fallback receive_packet failed on eth0: Network is down DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 send_packet: Network is down ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-22-generic 2.6.32-22.36 Regression: Yes Reproducible: Yes ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-22-generic i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21. Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: elacunza 2464 F pulseaudio Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xe450 irq 22' Mixer name : 'Realtek ALC269' Components : 'HDA:10ec0269,10250283,0014' Controls : 18 Simple ctrls : 10 Date: Thu Jun 24 09:48:16 2010 HibernationDevice: RESUME=UUID=23122aa1-07fe-46ba-bd56-7827031f68e9 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) MachineType: Acer TravelMate 8371 ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=9f6e42db-d282-4c36-83ff-84c0139f176b ro quiet splash ProcEnviron: LANG=es_ES.UTF-8 SHELL=/bin/bash RelatedPackageVersions: linux-firmware 1.34 SourcePackage: linux dmi.bios.date: 10/29/2009 dmi.bios.vendor: Acer dmi.bios.version: V1.18 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: TravelMate 8371 dmi.board.vendor: Acer dmi.board.version: PSMBOU-1234567 dmi.chassis.asset.tag: None dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: None dmi.modalias: dmi:bvnAcer:bvrV1.18:bd10/29/2009:svnAcer:pnTravelMate8371:pvrV1.18:rvnAcer:rnTravelMate8371:rvrPSMBOU-1234567:cvnAcer:ct10:cvrNone: dmi.product.name: TravelMate 8371 dmi.product.version: V1.18 dmi.sys.vendor: Acer ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid needs-upstream-testing networking regression-release -- Realtek RTL8111/8168B NIC not working - regression from 9.10 https://bugs.launchpad.net/bugs/597995 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 597995] Re: Realtek RTL8111/8168B NIC not working - regression from 9.10
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/50837841/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/50837842/AplayDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/50837843/BootDmesg.txt ** Attachment added: "CRDA.txt" http://launchpadlibrarian.net/50837844/CRDA.txt ** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/50837845/Card0.Amixer.values.txt ** Attachment added: "Card0.Codecs.codec.0.txt" http://launchpadlibrarian.net/50837846/Card0.Codecs.codec.0.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/50837847/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/50837848/Dependencies.txt ** Attachment added: "IwConfig.txt" http://launchpadlibrarian.net/50837849/IwConfig.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/50837850/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/50837851/Lsusb.txt ** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/50837852/PciMultimedia.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/50837853/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/50837854/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/50837855/ProcModules.txt ** Attachment added: "RfKill.txt" http://launchpadlibrarian.net/50837856/RfKill.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/50837857/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/50837858/UdevLog.txt ** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/50837859/WifiSyslog.txt -- Realtek RTL8111/8168B NIC not working - regression from 9.10 https://bugs.launchpad.net/bugs/597995 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 597994] [NEW] software centre shows the error "I wasn't able to locate a file for the kde-icons-oxygen package"
Public bug reported: Binary package hint: software-center software center shows this error whenever I try to install a package. Download starts and at 3% completion it shows "Applying changes" and consequently shows this error. ProblemType: Bug Architecture: i386 Date: Thu Jun 24 13:05:59 2010 DistroRelease: Ubuntu 9.10 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) Package: software-center 1.0.2 PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: software-center Uname: Linux 2.6.31-14-generic i686 ** Affects: software-center (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- software centre shows the error "I wasn't able to locate a file for the kde-icons-oxygen package" https://bugs.launchpad.net/bugs/597994 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 597994] Re: software centre shows the error "I wasn't able to locate a file for the kde-icons-oxygen package"
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/50837622/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/50837623/XsessionErrors.txt -- software centre shows the error "I wasn't able to locate a file for the kde-icons-oxygen package" https://bugs.launchpad.net/bugs/597994 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 597958] Re: Add a "Run" button to Ubuntu Software Center
> How does you think the "Run" command will work before the installation > happens? Not display or disable Run button in this case. > And if you installed already - why you cannot use the main menu to start the > app? If you already install application maybe use /usr/bin/app or terminal emulator? Your question is strange like this, you know. > Creating shortcuts on desktop - why you should do it from the SoftCerter? In > KDE yo can do it in menu within the DE. If GNOME not support it - ask the > GNOME developers to extend the GNOME functionality. I also ask Software Center developers about drag'n'drop feature for application shortucts. If developers accept this feature for next version and can't implement this because of deficiencies of Gnome - they ask Gnome developers about workaround, not I. > I have a better idea :) - Here is no good place for joke. -- Add a "Run" button to Ubuntu Software Center https://bugs.launchpad.net/bugs/597958 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 579263] Re: System doesn't resume after susend
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux Status: Incomplete => New ** Changed in: linux Status: New => Invalid -- System doesn't resume after susend https://bugs.launchpad.net/bugs/579263 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 589940] Re: [arrandale] maverick alpha 1 live doesn't display desktop
** Description changed: Binary package hint: xserver-xorg-video-intel Image maverick-desktop-i386.iso, md5sum d3d2cce04cd8fc4a75138f93cd1bf3e3 I made a USB key and booted an HP Elitebook 8440p model WH255UT#ABA. (Chipset: Mobile Intel QM57 Express, graphics: Intel Graphics Media Accelerator HD.) I selected "Try Kubuntu without installing". The screen flashed repeatedly, then showed a blinking underscore cursor, then turned black. After some seconds I heard the KDE start-up sound, but the screen stayed black. Ctrl-Alt-F1 did nthing. With "splash" removed from the boot options, the result was the same. - With "nomodeset" selected, the screen showed the "Ubuntu" boot screen, then flashed and went black. No sound played, and odd colors slowly faded in. - With "nomodeset" and no "splash", the screen showed boot messages, went black, and faded in odd colors. No sound played. In short, this is just like Lucid bug 557744. - --- + --- Architecture: i386 DistroRelease: Ubuntu 10.10 DkmsStatus: Error: [Errno 2] No such file or directory GdmLog2: Error: command ['gksu', '-D', 'Apport', '--', 'cat', '/var/log/gdm/:0.log.2'] failed with exit code 1: cat: /var/log/gdm/:0.log.2: No such file or directory LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100616) MachineType: Hewlett-Packard HP EliteBook 8440p Package: xserver-xorg-video-intel 2:2.11.0-1ubuntu2 PackageArchitecture: i386 PccardctlIdent: - Socket 0: -product info: "RICOH", "Bay8Controller", "", "" -manfid: 0x, 0x -function: 254 (unknown) + Socket 0: + product info: "RICOH", "Bay8Controller", "", "" + manfid: 0x, 0x + function: 254 (unknown) PccardctlStatus: - Socket 0: -3.3V 16-bit PC Card -Subdevice 0 (function 0) bound to driver "pata_pcmcia" + Socket 0: + 3.3V 16-bit PC Card + Subdevice 0 (function 0) bound to driver "pata_pcmcia" ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz -- nomodeset ProcEnviron: - LANG=en_US.UTF-8 - SHELL=/bin/bash + LANG=en_US.UTF-8 + SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.35-2.3-generic 2.6.35-rc2 Tags: maverick maverick Uname: Linux 2.6.35-2-generic i686 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare dmi.bios.date: 12/22/2009 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 68CCU Ver. F.02 dmi.board.name: 172A dmi.board.vendor: Hewlett-Packard dmi.board.version: KBC Version 30.29 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvr68CCUVer.F.02:bd12/22/2009:svnHewlett-Packard:pnHPEliteBook8440p:pvr:rvnHewlett-Packard:rn172A:rvrKBCVersion30.29:cvnHewlett-Packard:ct10:cvr: dmi.product.name: HP EliteBook 8440p dmi.sys.vendor: Hewlett-Packard glxinfo: Error: [Errno 2] No such file or directory system: - distro: Ubuntu - codename: maverick - architecture: i686 - kernel: 2.6.35-2-generic + distro: Ubuntu + codename: maverick + architecture: i686 + kernel: 2.6.35-2-generic -- [arrandale] maverick alpha 1 live doesn't display desktop https://bugs.launchpad.net/bugs/589940 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 578225] Re: ceck from linux-ng 2.16 dev/sda5: clean 227705/985424 files 1323345/3937925 blocks
We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested information? Thanks! -- ceck from linux-ng 2.16 dev/sda5: clean 227705/985424 files 1323345/3937925 blocks https://bugs.launchpad.net/bugs/578225 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 569396] Re: Monospace italic font is not monospace in java (regression)
This bug report is being closed due to your last comment regarding this being fixed with an update. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time to report this bug and helping to make Ubuntu better. Please submit any future bugs you may find. ** Changed in: fontconfig (Ubuntu) Status: New => Invalid -- Monospace italic font is not monospace in java (regression) https://bugs.launchpad.net/bugs/569396 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 498319] Re: Hard drive temperature is higher than normal
*** This bug is a duplicate of bug 399978 *** https://bugs.launchpad.net/bugs/399978 ** This bug has been marked a duplicate of bug 399978 Excessive heat versus excessive parkings -- Hard drive temperature is higher than normal https://bugs.launchpad.net/bugs/498319 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 75720] Re: Please modify default fontconfig settings to properly support Urdu
Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue that you reported is one that should be reproducible with the live environment of the Desktop CD of the development release - Maverick Meerkat. It would help us greatly if you could test with it so we can work on getting it fixed in the next release of Ubuntu. You can find out more about the development release at http://www.ubuntu.com/testing/ . Thanks again and we appreciate your help. ** Changed in: fontconfig (Ubuntu) Status: New => Incomplete -- Please modify default fontconfig settings to properly support Urdu https://bugs.launchpad.net/bugs/75720 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 597472] Re: Browsing is challenging in Music Store
You don't need to refresh the downloads page, it uses javascript to update the progress bars. The only thing that I agree you with is about the paypal page not having a way to get back to the music store. We'll see how we can solve this, but we really don't want to be showing back/home/forward buttons, then people would think they are in a browser, when they are not, since it won't behave like a web browser -- Browsing is challenging in Music Store https://bugs.launchpad.net/bugs/597472 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 441653] Re: xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call
The same bug here - Toshiba Satellite T130-14T (intel g4500) and Kubuntu 10.04 64 bit. With a chance of 1 out 5, notebook will stop booting right before kdm start. Usual splash screen is just shown (kubuntu with 5 stars). Ctrl-alt-del or power button function normally, so it is possible to switch off/on on reboot and to get to the desktop. -- xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call https://bugs.launchpad.net/bugs/441653 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 597997] [NEW] [Lucid] Gwibber stopped displaying Twitter timeline
Public bug reported: Binary package hint: gwibber After having worked well for just a couple days on a fresh Ubuntu Lucid install, Gwibber stopped yesterday displaying my "complete" Twitter Timeline. Now Gwibber displays only the messages I send and replies from others to my messages as well as my private messages, but not my "complete Twitter timeline" anymore. (This however shows that it still can contact the Twitter server and that my account details still seem correct). Other messages in my Timeline, that I can see on Twitter web interface, simply don't exist in Gwibber. This might (or might not) relate to new Ubuntu software updates installed yesterday 2010/06/23...? ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: gwibber 2.30.0.1-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-22-generic i686 Architecture: i386 Date: Thu Jun 24 10:00:33 2010 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) PackageArchitecture: all ProcEnviron: LANGUAGE=fr_FR:fr:en_US:en PATH=(custom, user) LANG=fr_FR.utf8 SHELL=/bin/bash SourcePackage: gwibber ** Affects: gwibber (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- [Lucid] Gwibber stopped displaying Twitter timeline https://bugs.launchpad.net/bugs/597997 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 597997] Re: [Lucid] Gwibber stopped displaying Twitter timeline
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/50838135/Dependencies.txt -- [Lucid] Gwibber stopped displaying Twitter timeline https://bugs.launchpad.net/bugs/597997 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 596882] Re: No Sound - used a clean Install of Maverick 10.10
*** This bug is a duplicate of bug 592016 *** https://bugs.launchpad.net/bugs/592016 I still have no sound . So to check it was not the latest ALSA drivers installed in Maverick ... I upgraded them in my other system Just for information for other users that may find this of a little use .. the latest ALSA is not the problem ON THIS KERNEL AND THIS OS all works well ... Linux keith-laptop 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux r...@keith-laptop:/home/keith# cat /proc/asound/version Advanced Linux Sound Architecture Driver Version 1.0.23. Compiled on Jun 24 2010 for kernel 2.6.32-22-generic (SMP). Does the fact the interrupt is different not make a difference the different IRQ that it uses .. its IRQ 46 in Maverick .. but its IRQ 22 in all the systems that the SOUND works ok on .. I just looked for what I could find that was not the same .. but this is all I really spotted was the IRQ being different ... -- No Sound - used a clean Install of Maverick 10.10 https://bugs.launchpad.net/bugs/596882 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 380405] Re: Hard Disk Its hot
you could be facing the issue as described in https://bugs.launchpad.net/ubuntu/+bug/399978 can you confirm that whether the hard disk heating only occurs on AC power or on battery also -- Hard Disk Its hot https://bugs.launchpad.net/bugs/380405 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 597999] [NEW] xorg freezes except for mouse
Public bug reported: I'm filing this separately from bug #537080, since the comments there indicate the problem goes away with the nvidia drivers. This is not the case for me. Also, my Xorg.log has a callstack at the end. When using my computer, occasionally X will freeze apart from the mouse, using 100% CPU. It can happen whatever I'm doing, but most often while using thunderbird. I usually hit this problem once or twice a day, but so far I haven't been able to reproduce it on demand. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: xserver-xorg-core 2:1.7.6-2ubuntu7.2 ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-23-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Thu Jun 24 16:57:02 2010 ExecutablePath: /usr/bin/Xorg InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) MachineType: Gigabyte Technology Co., Ltd. GA-MA74GM-S2H ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-23-generic root=UUID=bfd5d237-acf9-4346-8155-5f6776ae8b05 ro quiet splash ProcEnviron: LANG=ja_JP.UTF-8 PATH=(custom, no user) SourcePackage: xorg-server dmi.bios.date: 02/01/2008 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F1 dmi.board.name: GA-MA74GM-S2H dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd02/01/2008:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA74GM-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA74GM-S2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: GA-MA74GM-S2H dmi.sys.vendor: Gigabyte Technology Co., Ltd. system: distro: Ubuntu codename: lucid architecture: x86_64 kernel: 2.6.32-23-generic ** Affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug lucid -- xorg freezes except for mouse https://bugs.launchpad.net/bugs/597999 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 597999] Re: xorg freezes except for mouse
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/50838104/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/50838105/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/50838106/Dependencies.txt ** Attachment added: "DkmsStatus.txt" http://launchpadlibrarian.net/50838107/DkmsStatus.txt ** Attachment added: "GdmLog.txt" http://launchpadlibrarian.net/50838108/GdmLog.txt ** Attachment added: "GdmLog1.txt" http://launchpadlibrarian.net/50838109/GdmLog1.txt ** Attachment added: "GdmLog2.txt" http://launchpadlibrarian.net/50838110/GdmLog2.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/50838111/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/50838112/Lsusb.txt ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/50838113/PciDisplay.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/50838114/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/50838115/ProcInterrupts.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/50838116/ProcMaps.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/50838117/ProcModules.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/50838118/ProcStatus.txt ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/50838119/RelatedPackageVersions.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/50838120/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/50838121/UdevLog.txt ** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/50838122/XorgConf.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/50838123/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/50838124/XorgLogOld.txt -- xorg freezes except for mouse https://bugs.launchpad.net/bugs/597999 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
Re: [Bug 597722] Re: Please merge usbmount 0.0.20(universe) from debian unstable(main)
On Jun 24 2010, Launchpad Bug Tracker wrote: > usbmount (0.0.20ubuntu1) maverick; urgency=low > > * Merge from debian unstable. Remaining changes: LP: #597722 > - debian/rules: Copy udev rules so debhelper picks it up > - debian/install: Do not install by hand > - debian/preinst: Remove symlink on upgrade, and remove old rules file > unless modified in which case rename to new filename. > - debian/postinst: Do not create symlink > - debian/postrm: No symlink to remove > - Bump build-depend on debhelper to install udev rules into > /lib/udev/rules.d, bump dependency on udev to get correct version. Why aren't the changes listed above sent to me, to distill them and incorporate in the upstream usbmount repo? I *am* open to patches and external contributions and it would be awesome to have downstream distributions working with me here. I do consider all contributions to the packages that I maintain. Looking forward to your feedback, -- Rogério Brito : rbr...@{ime.usp.br,gmail.com} : GPG key 1024D/7C2CAEB8 http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br -- Please merge usbmount 0.0.20(universe) from debian unstable(main) https://bugs.launchpad.net/bugs/597722 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 344661] Re: [jaunty]XPS 1330 very hot
christian imhorst , i have the same model hard disk and i have the same heating problem when on AC , kindly check this bug #399978 and confirm if you have the same problem with your hard disk -- [jaunty]XPS 1330 very hot https://bugs.launchpad.net/bugs/344661 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