[Bug 231436] Re: Ubuntu 8.04 mic input in XPS M1330
Confirming problem on Inspiron 1420n. Fixed sound by adding dell-3stack parameter to sound config, but still no external analog microphone. This worked fine a few kernels ago... -- Ubuntu 8.04 mic input in XPS M1330 https://bugs.launchpad.net/bugs/231436 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 225711] Re: Depends openjdk-6-jre explicitly
Another confirmation, and another culprit package: libnb-svnclientadapter-java -- Depends openjdk-6-jre explicitly https://bugs.launchpad.net/bugs/225711 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 253212] [NEW] kernel upgrade to 2.6.24.20 broke sound hda intel
Public bug reported: Inspiron 1420n. Seems the device is no longer detected. Have been struggling all through the hardy cycle with this, now it's reared it's ugly head again. ** Affects: ubuntu Importance: Undecided Status: New -- kernel upgrade to 2.6.24.20 broke sound hda intel https://bugs.launchpad.net/bugs/253212 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 253212] Re: kernel upgrade to 2.6.24.20 broke sound hda intel
Ran through this again. Sound worked again after reboot. Note that it was on a fresh boot on new kernel when sound stopped working in the first place. Not sure why it works now, but glad it does: http://linux.dell.com/wiki/index.php/Ubuntu_8.04/Issues/No_Sound_After_Distribution_Or_Kernel_Upgrade -- kernel upgrade to 2.6.24.20 broke sound hda intel https://bugs.launchpad.net/bugs/253212 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 293704] Re: s3cmd prone to ZeroDivisionError
Ok, s3cmd 0.9.8.4 has now been officially released, with a slew of bug fixes. Please Backport! -- s3cmd prone to ZeroDivisionError https://bugs.launchpad.net/bugs/293704 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 293704] Re: s3cmd prone to ZeroDivisionError
Taking the liberty to set this to Confirmed, since both the bug and the solution are well known upstream. ** Changed in: s3cmd (Ubuntu) Status: New => Confirmed -- s3cmd prone to ZeroDivisionError https://bugs.launchpad.net/bugs/293704 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 279620] Re: xorg hangs, mouse still usable. Radeon x1400 mobility
Same thing here with intel x3100. Alt-Tab pretty consistenly hangs everything but mouse cursor if compiz enabled. Can't even restart X. Hard shutdown necessary. Sucks. -- xorg hangs, mouse still usable. Radeon x1400 mobility https://bugs.launchpad.net/bugs/279620 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 277339] Re: Sound intermittently inaudible at boot with Sigmatel STAC9200
Just a bit of constructive criticism here. I don't doubt Mackenzie when he says that there are likely multiple bugs. But I think that people reporting a bug which certainly -seems- very similar on the surface should be treated with respect. People reporting bugs should be respectful, and people interacting with bug-reporters should be respectful. It's not reasonable to expect non-experts to know that multiple and widespread problems with sound in HDA Intel devices are all unrelated. That said, the fix for me was the following: sudo depmod -a sudo update-initramfs -u sudo reboot -- Sound intermittently inaudible at boot with Sigmatel STAC9200 https://bugs.launchpad.net/bugs/277339 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 161000] Re: system hangs on pressing while using Compiz-Fusion
This is still an issue in jaunty. Happens a bit less frequently, but still happens. I never use Alt-Tab, since it usually kills my computer dead. -- system hangs on pressing while using Compiz-Fusion https://bugs.launchpad.net/bugs/161000 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 161000] Re: system hangs on pressing while using Compiz-Fusion
I have the intel x3100, will test when I have a chance... -- system hangs on pressing while using Compiz-Fusion https://bugs.launchpad.net/bugs/161000 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 196605] Re: No carat when composing in gmail in hardy
Seems to be fixed in current intrepid. At least I can no longer duplicate at any zoom level. -- No carat when composing in gmail in hardy https://bugs.launchpad.net/bugs/196605 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 293704] [NEW] s3cmd prone to ZeroDivisionError
Public bug reported: Binary package hint: s3cmd The version of s3cmd in the intrepid repositories is prone to a bad error. Fortunately, the fix is very simple -- This bug is fixed in release 0.9.8.4. Currently version in the repositories is 0.9.8.1, so updating this package to the latest release should fix this showstopper bug. ! An unexpected error has occurred. Please report the following lines to: [EMAIL PROTECTED] ! Traceback (most recent call last): File "/usr/bin/s3cmd", line 1040, in main() File "/usr/bin/s3cmd", line 1020, in main cmd_func(args) File "/usr/bin/s3cmd", line 252, in cmd_object_get response = s3.object_get_uri(uri, dst_stream) File "/usr/lib/python2.5/site-packages/S3/S3.py", line 182, in object_get_uri response = self.recv_file(request, stream) File "/usr/lib/python2.5/site-packages/S3/S3.py", line 447, in recv_file response["speed"] = float(response["size"]) / response["elapsed"] ZeroDivisionError: float division ** Affects: s3cmd (Ubuntu) Importance: Undecided Status: New -- s3cmd prone to ZeroDivisionError https://bugs.launchpad.net/bugs/293704 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 293704] Re: s3cmd prone to ZeroDivisionError
Here's a link to the change log showing the fix: https://cia.vc/stats/project/s3tools Looks like 0.9.8.4 isn't actually released yet... Hopefully soon, since s3cmd in repositories currently useless. -- s3cmd prone to ZeroDivisionError https://bugs.launchpad.net/bugs/293704 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 32597] Re: Hang while booting
I'm seeing this bug as a regression in Intrepid. Had no problems on Hardy. 2 out 3 boots simply hang at Loading Hardware Drivers although I have a Dell Inspiron 1420n. -- Hang while booting https://bugs.launchpad.net/bugs/32597 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 164652] Re: live cd gusty hang in Loading Hardware Drivers
I'm seeing this as a regression in Intrepid. 2 out 3 boots, it hangs at Loading Hardware Drivers... The Screen becomes scrambled and a hard reset is necessary. If I repeat the boot often enough, it eventually works. Hardy kernel is fine. Dell Inspiron 1420n, so no funky hardware involved, and all open source drivers. -- live cd gusty hang in Loading Hardware Drivers https://bugs.launchpad.net/bugs/164652 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 32597] Re: Hang while booting
Hi Leann, Yes, you're right. bug 263059 IS the bug I was seeing (iwl3945 driver), and it is fixed now in intrepid. Should have posted again here, sorry. -- Hang while booting https://bugs.launchpad.net/bugs/32597 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 226176] Re: soundconverter should make use of multiple CPU cores
This shouldn't be marked Fix Committed because the intrepid repository has only Sound Converter 1.2. 1.3.1 is required to get the multi-core improvements. Please update this package to 1.3.1 Version 1.3.1 * SoundConverter is now able to run multiple conversions at the same time. Default is one per core, you can adjust with --jobs. * Note that SoundConverter is now 4 times faster*. Fixes various crashers reported by ubunteros. * (thanks Michael, Øyvind Stegard, Matthieu, ...and apport !) Updated Polish, Serbian and German translations. ** Changed in: soundconverter (Ubuntu) Status: Fix Committed => Confirmed -- soundconverter should make use of multiple CPU cores https://bugs.launchpad.net/bugs/226176 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 191889] Re: [MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper online state for networks that are managed outside of network manager.
A firefox fix will be nice (using Kristian's extension now), but what about pidgin and the other apps consulting network manager? I don't much care HOW this gets fixed, but I hope to see a no-user- action-required fix come through soon, for all apps. I just wasted 2 hours trying to figure out why I had a nice modem connection through gnome-ppp but no internet in my apps before I finally stumbled onto this issue. Definitely an embarassing bug for an LTS release. -- [MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper online state for networks that are managed outside of network manager. https://bugs.launchpad.net/bugs/191889 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 277339] Re: No sound (HDA Intel Sigmatel STAC9200) Intrepid Beta
Confirm sound broken in intrepid beta with full updates, Dell Inspiron 1420n- intel 82801H rev 02 -- No sound (HDA Intel Sigmatel STAC9200) Intrepid Beta https://bugs.launchpad.net/bugs/277339 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 42121] Re: Symlinks for umountnfs / sendsigs wrong: hang on shutdown / reboot
I can confirm both this bug and the workaround in intrepid beta: https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/42121/comments/26 -- Symlinks for umountnfs / sendsigs wrong: hang on shutdown / reboot https://bugs.launchpad.net/bugs/42121 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 42121] Re: Symlinks for umountnfs / sendsigs wrong: hang on shutdown / reboot
Correction, the workaround is not working after all. Still hangs on shutdown with the CIFS Server not responding error -- Symlinks for umountnfs / sendsigs wrong: hang on shutdown / reboot https://bugs.launchpad.net/bugs/42121 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 253212] Re: kernel upgrade to 2.6.24.20 broke sound hda intel
Yes, thanks for checking. There are still some issues with sound (maybe related to flash), but the original problem reported in this bug was resolved via the Dell Wiki. I think initramfs actually fixed it. At any rate, this bug can be closed. Marking invalid. -- kernel upgrade to 2.6.24.20 broke sound hda intel https://bugs.launchpad.net/bugs/253212 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 150960] Re: glassfish has no startup script
Agree with Matthias and the original bug poster. Glassfish should have an /etc/init.d/ script, and should be run by glassfish user. Most people don't like to run glassfish as root. Also, I notice that with a fresh apt-get install, when I attempt to run asadmin start-domain, it looks for (and incorrectly creates) a default domain in the root directory. It should be using the default domain in /var/lib/glassfish instead. > asadmin start-domain domain1 GlassFish Default Domain Not Present Creating in /root/glassfishv2/domain1 -- glassfish has no startup script https://bugs.launchpad.net/bugs/150960 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 119194] Re: ps2 mouse erratic - parity errors
I'm having this problem in Xubuntu 8.04.1, PS2 mouse, no wireless card installed. -- ps2 mouse erratic - parity errors https://bugs.launchpad.net/bugs/119194 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 202005] Re: Chess network game
Another vote for getting this fixed. Why have an option that doesn't do anything? -- Chess network game https://bugs.launchpad.net/bugs/202005 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 177492] Join me on Bebo
Who are you, and why are you spamming me? On Thu, Dec 11, 2008 at 7:28 PM, Elias K Gardner wrote: > > I think you will like it. > > Please accept or reject this invitation by clicking below: > > http://www.bebo.com/in/8284883029a71428419b135 > > .. > Please do not reply directly to this email. > > This email was sent to you at the direct request of Elias K Gardner > . You have not been added to a mailing list. > > If you would prefer not to receive invitations from ANY Bebo members > please click here - http://www.bebo.com/unsub/8284883029a71428419 > > Bebo, Inc., 795 Folsom St, 6th Floor, San Francisco, CA 94107, USA. > > -- > EXA is balls-achingly slow > https://bugs.launchpad.net/bugs/177492 > You received this bug notification because you are a direct subscriber > of the bug. > -- EXA is balls-achingly slow https://bugs.launchpad.net/bugs/177492 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 161000] Re: system hangs on pressing while using Compiz-Fusion
Reopening as I am suffering from this bug consistently since upgrading to intrepid, and since it has already been confirmed by another user. -- system hangs on pressing while using Compiz-Fusion https://bugs.launchpad.net/bugs/161000 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 161000] Re: system hangs on pressing while using Compiz-Fusion
attaching requested info: ** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/20418246/Xorg.0.log -- system hangs on pressing while using Compiz-Fusion https://bugs.launchpad.net/bugs/161000 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 161000] Re: system hangs on pressing while using Compiz-Fusion
** Attachment added: "lspci" http://launchpadlibrarian.net/20418260/lspci ** Changed in: compiz (Ubuntu) Status: Invalid => Confirmed -- system hangs on pressing while using Compiz-Fusion https://bugs.launchpad.net/bugs/161000 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 161000] Re: system hangs on pressing while using Compiz-Fusion
deleted .xsession-errors, rebooted and turned on compiz, then tried to duplicate this issue. 1. Started Firefox and Rhythmbox with both windows maximized 2. From Rhythmbox, pressed alt-tab. Success, able to flip back and forth between images of rhythmbox and firefox windows 3. Minimized all windows so desktop visible. Pressed alt-tab. HANG. Everything frozen except mouse. Ctrl-Alt-Backspace unresponsive. All applets, menus, programs frozen. No life outside the mouse cursor. Hard reset of computer and reboot. This is what always happens. It happens at other times too, at least once a day, making compiz nearly unusable for me. Sometimes it seems to hang just 'cuz, when I'm doing nothing in particular except maybe changing a tab in firefox or activating some windows. Good Luck! ~/.xsessions-errors file does not exists, I assume because no errors were written since I rebooted. That would mean the hard-hang doesn't result in an error being written. -- system hangs on pressing while using Compiz-Fusion https://bugs.launchpad.net/bugs/161000 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 161000] Re: system hangs on pressing while using Compiz-Fusion
See also: bug #175744 bug #177488 -- system hangs on pressing while using Compiz-Fusion https://bugs.launchpad.net/bugs/161000 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 161000] Re: system hangs on pressing while using Compiz-Fusion
Looked through the various Xorg.log files. Found this massively repeating error message at the end of one, This must be the problem: [mi] EQ overflowing. The server is probably stuck in an infinite loop. [mi] mieqEnequeue: out-of-order valuator event; dropping. [mi] EQ overflowing. The server is probably stuck in an infinite loop. [mi] mieqEnequeue: out-of-order valuator event; dropping. [mi] EQ overflowing. The server is probably stuck in an infinite loop. [mi] mieqEnequeue: out-of-order valuator event; dropping. Attaching the file: ** Attachment added: "Xorg.0.log.old" http://launchpadlibrarian.net/20418583/Xorg.0.log.old -- system hangs on pressing while using Compiz-Fusion https://bugs.launchpad.net/bugs/161000 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 161000] Re: system hangs on pressing while using Compiz-Fusion
Possibly related: http://bugs.gentoo.org/show_bug.cgi?id=207106 -- system hangs on pressing while using Compiz-Fusion https://bugs.launchpad.net/bugs/161000 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 175744] Re: Hardy freezes when using compiz
I'm experiencing the symptoms of this bug right now on a fully-updated intrepid. Entered detailed info in bug 161000, including log files with errors similar to, but not identical to those in this bug report. -- Hardy freezes when using compiz https://bugs.launchpad.net/bugs/175744 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 150960] Re: glassfish has no startup script
Starting up a DB automatically would be bad for my usage, where the DB is on a different server. -- glassfish has no startup script https://bugs.launchpad.net/bugs/150960 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 381885] Re: no mic boost in ALSA on Dell Inspiron 1525 and Jaunty 9.04
ditto -- no mic boost in ALSA on Dell Inspiron 1525 and Jaunty 9.04 https://bugs.launchpad.net/bugs/381885 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 47045] Re: java application can not display chinese characters
Tried using this modified config file, but I'm still not able to display chinese characters in my java application. Chinese characters work fine in Java on Windows, and also work fine in gedit and OpenOffice in Ubuntu, so it seems to be a problem specific to Chinese Fonts in Java on Ubuntu. I'm using Ubuntu 6.06 with Java 1.5, though I also tested with Java 1.6 -- java application can not display chinese characters https://launchpad.net/bugs/47045 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 64326] Re: beagled-helper loads CPU
I also have this problem since updating to edgy. This causes my laptop to heat up and the fan to turn on, so it's a very apparent problem. Hope this will be fixed soon. Can I just uninstall beagle as a workaround? -- beagled-helper loads CPU https://launchpad.net/bugs/64326 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 37751] Re: eclipse dies when starting up
Just tried running eclipse after installing edgy. First it complained about mozilla-browser not being installed, then it hung on the splash screen. It was working fine in Dapper. I'm using the Java 5 SDK update 8, installed from the repositories. -- eclipse dies when starting up https://launchpad.net/bugs/37751 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 52426] Re: Upgrade to current upstream stable release (3.2) requested
Make that four. Nobody wants to use 3.1 now that 3.2 is out... -- Upgrade to current upstream stable release (3.2) requested https://launchpad.net/bugs/52426 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 63309] Re: If I do the first step with horse, the game crashes.
me too -- If I do the first step with horse, the game crashes. https://launchpad.net/bugs/63309 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 64326] Re: beagled-helper loads CPU
I just uninstalled beagle and beagled, that took care of the problem. Will try reinstalling in Edgy + 1, or when this bug is fixed, whichever comes first. -- beagled-helper loads CPU https://launchpad.net/bugs/64326 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 37751] Re: eclipse dies when starting up
3.2.1? Is that even in the edgy repositories? I do have eclipse 3.2 running fine on edgy, but I had to download and install it manually from the eclipse website. I was more concerned that the bundled eclipse 3.1 in edgy doesn't seem to work after upgrading. -- eclipse dies when starting up https://launchpad.net/bugs/37751 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 37751] Re: eclipse dies when starting up
Reinstalled eclipse 3.1 from repository on a different computer and it worked fine, so the problem I reported is probably due to operator error, or some conflict with some other installed package. -- eclipse dies when starting up https://launchpad.net/bugs/37751 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 56744] Re: Selecting a password/folder entry results in an unknown error
I got it too. This error occurs anytime I click on a password entry and is keeping me locked out of my password database. Not a good place to be. I suppose there's some back-door into the DB, but I hope this gets fixed quickly... Upgraded from Dapper to Edgy via Update-Manager. Probably not relevant, but 10 or 15 python2.4 modules were held back during the update (stuff like python2.4-jabber), which I manually upgraded via apt- get. Traceback (most recent call last): File "/usr/bin/revelation", line 266, in self.tree.selection.connect("changed", lambda w: self.__state_entry(self.tree.get_selected())) File "/usr/bin/revelation", line 305, in __state_entry e = self.entrystore.get_entry(iter) File "/usr/lib/python2.4/site-packages/revelation/data.py", line 400, in get_entry e = self.get_value(iter, COLUMN_ENTRY) File "warnings.py", line 61, in warn warn_explicit(message, category, filename, lineno, module, registry) File "warnings.py", line 82, in warn_explicit for item in filters: TypeError: unknown type (null) -- Selecting a password/folder entry results in an unknown error https://launchpad.net/bugs/56744 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 56744] Re: Selecting a password/folder entry results in an unknown error
Works for me now. Fixed one day after I reported my problem. Well done guys. -- Selecting a password/folder entry results in an unknown error https://launchpad.net/bugs/56744 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 56744] Re: Selecting a password/folder entry results in an unknown error
Party pooper ;) -- Selecting a password/folder entry results in an unknown error https://launchpad.net/bugs/56744 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 34495] Re: processes started by beagle use 100% cpu
This is NOT fixed. Every day, beagled-helper comes on and consumes 100% of my CPU for HOURS. I'm not sure it ever finishes, since I have to kill it. -- processes started by beagle use 100% cpu https://launchpad.net/bugs/34495 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 34495] Re: processes started by beagle use 100% cpu
Note: I'm experiencing this problem after upgrading to Edgy from Dapper. I never had this problem on Dapper. As I write, beagled-helper has been hogging the CPU for 2+ hours. It doesn't slow down the system much, but the fan has been blasting since the thing started. The System Monitor shows that beagled-helper is Sleeping, but nevertheless using 80% of the CPU. -- processes started by beagle use 100% cpu https://launchpad.net/bugs/34495 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 64217] Re: vino crash after login to gdm
I got a vino crash after rebooting on edgy... ** Attachment added: "Crash report" http://librarian.launchpad.net/4685168/_usr_lib_vino_vino-server.1000.crash -- vino crash after login to gdm https://launchpad.net/bugs/64217 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 69931] Re: Firefox crash when login to gmail
Same here. Firefox crashes when logging into gmail. Crashes in other places too, but this one is consistent, and new since my fresh Fresh install of edgy yesterday. Note that firefox was working fine in my dist-upgrade version of edgy, which i reinstalled from scratch to fix some boot problems. Crash log attached ** Attachment added: "Crash log for firefox logging into gmail" http://librarian.launchpad.net/5050438/_usr_lib_firefox_firefox-bin.1000.crash -- Firefox crash when login to gmail https://launchpad.net/bugs/69931 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 69931] Re: Firefox crash when login to gmail
Hmm. Just got the crash again. Was able to login to gmail ok, but when I tried to open a message, firefox crashed. Attaching a reduced log just in case there's any new info. ** Attachment added: "Crash when opening message in gmail" http://librarian.launchpad.net/5050507/_usr_lib_firefox_firefox-bin.Q6dKkT.crash -- Firefox crash when login to gmail https://launchpad.net/bugs/69931 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 69931] Re: Firefox crash when login to gmail
I uninstalled flashplugin-nonfree and it seems to work again. -- Firefox crash when login to gmail https://launchpad.net/bugs/69931 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 69931] Re: Firefox crash when login to gmail
I see this is already addressed in the Unofficial Guide http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_install_Flash_Player_.28Macromedia_Flash .29_Plug-in_for_Mozilla_Firefox -- Firefox crash when login to gmail https://launchpad.net/bugs/69931 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 152573] Re: Dell 6400/E1505: noisy fan since latest Gutsy updates
Haven't noticed this again lately. Not that I think whatever caused the problem originally got fixed, but maybe it was a fluke on my machine. Will post again if it recurs. -- Dell 6400/E1505: noisy fan since latest Gutsy updates https://bugs.launchpad.net/bugs/152573 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112994] Re: java plugin does not work
Had this problem in the gutsy final release, but the solution above didn't work. To fix I had to update the symbolic link /etc/alternatives/firefox- javaplugin Old Incorrect location: /usr/lib/jvm/java-1.6.0-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so New Correct location: /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so Seems that if you had java 6 installed in feisty, then upgraded to gutsy, this got broke. Installing the plugin via firefox didn't help, since that only points to the alternatives link, which was pointing at a nonexistent java. Hope this helps someone else whose still trying to get the java plugin working after update... -- java plugin does not work https://bugs.launchpad.net/bugs/112994 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112994] Re: java plugin does not work
Perhaps sudo update-alternatives --config java would have worked. I didn't try it because it was already pointing at java 6. Maybe if I had pointed it at gcj, then back at java 6, it would have updated the plugin link automatically to the correct new java 6 location. Worth trying I guess, before messing with links manually. -- java plugin does not work https://bugs.launchpad.net/bugs/112994 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 57875] Re: Azureus hangs or crashes showing splash screen at start
Installed Gutsy, Installed Java 6, Installed Azureus, Ran Azureus -- CRASH! Installed test .deb above, it works again. So looks like a winner to me. By the way, anyone else getting weird 'NotaFile' type errors when trying to open torrents with Right-Click Azureus? For some reason the only way I can open torrents right now is via the open torrent dialog inside Azureus, which is -very- annoying. -- Azureus hangs or crashes showing splash screen at start https://bugs.launchpad.net/bugs/57875 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 78338] Re: Relative paths cause "not a file" error in Azureus 2.5
Same problem here. Very annoying. Only way to open a torrent seems to be from the open dialog inside azureus -- Relative paths cause "not a file" error in Azureus 2.5 https://bugs.launchpad.net/bugs/78338 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 78338] Re: Relative paths cause "not a file" error in Azureus 2.5
Discussed here: http://ubuntuforums.org/showthread.php?p=2722441 -- Relative paths cause "not a file" error in Azureus 2.5 https://bugs.launchpad.net/bugs/78338 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144641] Re: displayconfig-gtk should generate an randr 1.2 configuration where possible
This bug is marked as 'In Progress', but has had no updates in two weeks, and is assigned to nobody. Maybe this should be set back to 'Confirmed'? -- displayconfig-gtk should generate an randr 1.2 configuration where possible https://bugs.launchpad.net/bugs/144641 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144641] Re: displayconfig-gtk should generate an randr 1.2 configuration where possible
Thanks for the update! Always nice to know there's a roadmap. -- displayconfig-gtk should generate an randr 1.2 configuration where possible https://bugs.launchpad.net/bugs/144641 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 155393] Re: Internet extremely slow in Gutsy after upgrade
got bitten by this too. ADSL by Swisscom, Netopia Router. not sure which network card, since i'm not on that computer right now. Network worked fine with feisty install, dirt-slow on gutsy. Disabling IPv6 everywhere fixed it. -- Internet extremely slow in Gutsy after upgrade https://bugs.launchpad.net/bugs/155393 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 57875] Re: Azureus hangs or crashes showing splash screen at start
Works great for me on Gutsy, +1 -- Azureus hangs or crashes showing splash screen at start https://bugs.launchpad.net/bugs/57875 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 97096] Re: tomcat5.5 won't start b/c of catalina.out named pipe
So has anyone gotten logs working? Having no logs to investigate server problems is proving crippling, and I'm thinking I'll have to either switch to glassfish or install tomcat manually from apache sources. -- tomcat5.5 won't start b/c of catalina.out named pipe https://bugs.launchpad.net/bugs/97096 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 97096] Re: tomcat5.5 won't start b/c of catalina.out named pipe
Found a 'workaround' for the missing logs. If I delete catalina.out and recreate as a normal file, the logs get written there. Of course, there is no log rotation, but at least I can get the information I need until this issue gets a proper fix. -- tomcat5.5 won't start b/c of catalina.out named pipe https://bugs.launchpad.net/bugs/97096 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 111257] Re: totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver
I have the GM965 chipset with x3100 GPU (Dell Intel 1420n). Neither compiz nor video works on gutsy. Compiz refuses to start and video crashes on any player with the Same BadAlloc mentioned here. Haven't tried any of the fixes here, but there seemed to be a lack of responses from people with this chipset, so adding my experiences. -- totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver https://bugs.launchpad.net/bugs/111257 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 111257] Re: totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver
Tested with No XV. Video still broken, though the 'Test' button works ok. So as far as I can tell, video is completely broken for the x3100 in gutsy, with no workaround available. -- totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver https://bugs.launchpad.net/bugs/111257 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 152573] Re: Dell 6400/E1505: noisy fan since latest Gutsy updates
Listening to this issue right now on a Dell 6000 recently upgraded to Gutsy. CPU usage is at 0% and fan has been mowing the lawn for over an hour now. This didn't happen under feisty. It's possible that the fan just doesn't shut off once it gets excited. -- Dell 6400/E1505: noisy fan since latest Gutsy updates https://bugs.launchpad.net/bugs/152573 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 111257] Re: totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver
I don't have compiz enabled (still blacklisted), and still no video. Even turning of XV doesn't help so the problem seems to be something else. -- totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver https://bugs.launchpad.net/bugs/111257 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 111257] Re: totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver
good idea... will try that when i have time. I did try a script I found in a forum thread that was supposed to allow compiz to run. Don't know if video worked before that or not, but compiz still doesn't work. It's possible the script messed up some settings. On 10/15/07, unggnu <[EMAIL PROTECTED]> wrote: > Could you recheck it with the Gutsy RC Live CD? Maybe some settings are > wrong or something like that. > > -- > totem crashes with 'BadAlloc (insufficient resources for operation)' when > using compiz and xserver-xorg-video-intel driver > https://bugs.launchpad.net/bugs/111257 > You received this bug notification because you are a direct subscriber > of the bug. > -- totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver https://bugs.launchpad.net/bugs/111257 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 111257] Re: totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver
Ok, tried this with the gutsy RC Live CD and video played fine, meaning I have a messed-up configuration. I suppose I'll just wait until the official release and do a fresh install, unless someone wants to walk me through troubleshooting my configuration. -- totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver https://bugs.launchpad.net/bugs/111257 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 111257] Re: totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver
Thanks for the help. I think I've pinpointed the source of the problem. I had set the CacheLines parameter in my xorg.conf as part of a tutorial for a dual monitor setup. Also had the PageFlip parameter set. Both of these seem to be big no-nos for video playback with the intel card. Removed them and can now play video. Using AccelMethod EXA also works if CacheLines if these parms are not set. In short, I just removed all the nonstandard configuration options in the card's device section and that took care of things. Hopefully dual monitor will still work ok. Will find out tomorrow. -- totem crashes with 'BadAlloc (insufficient resources for operation)' when using compiz and xserver-xorg-video-intel driver https://bugs.launchpad.net/bugs/111257 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 151145] Re: Evince print fails with Postscript driver
Seeing something very similar here. Have three ubuntu laptops, one running as a print server with feisty, and two clients running gutsy. After upgrade to gutsy, printing PDFs works very poorly. I've only manage to print one PDF since upgrading, and I managed that only by sending the job from the server itself running feisty. When sending jobs from a laptop running gutsy, the job just hangs in the Queue. Sometimes the printer light blinks to show it's processing a document, sometimes not. Either way, nothing seems to ever come out. I have managed to print non-pdf data. I tried acrobat reader, more or less the same problem. Certainly the same result: Can't print PDFs. I have an HP Laserjet 1320 and use the PostScript driver. -- Evince print fails with Postscript driver https://bugs.launchpad.net/bugs/151145 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Then let me know what I can do to make this a bug report. I've got a buggy laptop after upgrade that worked perfectly fine before upgrade. That's not a support issue, that's something going wrong with upgrade. -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Posted again here: The program 'gnome-settings-daemon' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 1600 error_code 2 request_code 146 minor_code 35) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) [1191375676,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the application -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Attempting a backtrace produces no information not already shown in the crash i posted earlier in this report. -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Related support issue: https://answers.launchpad.net/ubuntu/+question/4499 Related bug: bug 139368 -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
here's an strace if that helps ** Attachment added: "strace.out" http://launchpadlibrarian.net/9718974/strace.out -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
oops, strace with full output: ** Attachment added: "strace.out" http://launchpadlibrarian.net/9718985/strace.out -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
gnome-control-center-dbg package not available in gutsy, so I'm afraid that's the best I can do -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
** Attachment added: "backtrace.txt" http://launchpadlibrarian.net/9719369/backtrace.txt -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
I tried gnome-control-center-dbgsym -- didn't help. also added all the available gnome -dbg packages, but read somewhere that you have to use one or the other? -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Okay, managed to get a backtrace. -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Reopening after adding strace and backtrace information. Happy to add more if needed. ** Changed in: gnome-control-center (Ubuntu) Status: Invalid => New -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Installed all three dbgsym packages as requested. Backtrace still looks the same though. -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
hmm, well not the same after all, there are some additional threads listed... attaching the latest ** Attachment added: "backtrace2.txt" http://launchpadlibrarian.net/9720051/backtrace2.txt -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
trying to add dbgsym for libbonoboui... -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
now i get this: Breakpoint 2, gdk_x_error (display=0x808f100, error=0xbfa44568) at /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c:614 614 /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c: No such file or directory. in /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c (gdb) bt #0 gdk_x_error (display=0x808f100, error=0xbfa44568) at /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c:614 #1 0xb7199655 in bonobo_x_error_handler (display=0x808f100, error=0xbfa44568) at bonobo-ui-main.c:58 #2 0xb7f8bf50 in xkl_process_error () from /usr/lib/libxklavier.so.11 #3 0xb787ac4a in _XError () from /usr/lib/libX11.so.6 #4 0xb787c714 in _XReply () from /usr/lib/libX11.so.6 #5 0xb793084f in XChangeDeviceControl () from /usr/lib/libXi.so.6 #6 0x0805dc60 in ?? () #7 0x0808f100 in ?? () #8 0x080f5178 in ?? () #9 0x0001 in ?? () #10 0xbfa446ec in ?? () #11 0x080f4130 in ?? () #12 0xbfa44708 in ?? () #13 0x in ?? () -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
grr, old content in clipboard -- here again: #0 gdk_x_error (display=0x808f100, error=0xbfc63778) at /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c:614 #1 0xb71a2655 in bonobo_x_error_handler (display=0x808f100, error=0xbfc63778) at bonobo-ui-main.c:58 #2 0xb7f94f50 in xkl_process_error () from /usr/lib/libxklavier.so.11 #3 0xb7883c4a in _XError () from /usr/lib/libX11.so.6 #4 0xb7885714 in _XReply () from /usr/lib/libX11.so.6 #5 0xb793984f in XChangeDeviceControl (dpy=0x808f100, dev=0x80f8660, control=1, d=0xbfc638fc) at ../../src/XChgDCtl.c:206 #6 0x0805dc60 in ?? () #7 0x0808f100 in ?? () #8 0x080f8660 in ?? () #9 0x0001 in ?? () #10 0xbfc638fc in ?? () #11 0x080f4030 in ?? () #12 0xbfc63918 in ?? () #13 0x in ?? () -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
and here with libX11-dbgsym installed. don't see any debug package for xklavier. #0 gdk_x_error (display=0x808f100, error=0xbf9becd8) at /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c:614 #1 0xb7117655 in bonobo_x_error_handler (display=0x808f100, error=0xbf9becd8) at bonobo-ui-main.c:58 #2 0xb7f09f50 in xkl_process_error () from /usr/lib/libxklavier.so.11 #3 0xb77f8c4a in _XError (dpy=0x808f100, rep=0xbf9bedd4) at ../../src/XlibInt.c:2907 #4 0xb77fa714 in _XReply (dpy=0x808f100, rep=0xbf9bedd4, extra=0, discard=1) at ../../src/XlibInt.c:1833 #5 0xb78ae84f in XChangeDeviceControl (dpy=0x808f100, dev=0x80f8660, control=1, d=0xbf9bee5c) at ../../src/XChgDCtl.c:206 #6 0x0805dc60 in ?? () #7 0x0808f100 in ?? () #8 0x080f8660 in ?? () #9 0x0001 in ?? () #10 0xbf9bee5c in ?? () #11 0x080f4030 in ?? () #12 0xbf9bee78 in ?? () #13 0x in ?? () -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
and after installing libxi6-dbgsym Breakpoint 2, gdk_x_error (display=0x808f100, error=0xbfa44568) at /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c:614 614 /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c: No such file or directory. in /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c (gdb) bt #0 gdk_x_error (display=0x808f100, error=0xbfa44568) at /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c:614 #1 0xb7199655 in bonobo_x_error_handler (display=0x808f100, error=0xbfa44568) at bonobo-ui-main.c:58 #2 0xb7f8bf50 in xkl_process_error () from /usr/lib/libxklavier.so.11 #3 0xb787ac4a in _XError () from /usr/lib/libX11.so.6 #4 0xb787c714 in _XReply () from /usr/lib/libX11.so.6 #5 0xb793084f in XChangeDeviceControl () from /usr/lib/libXi.so.6 #6 0x0805dc60 in ?? () #7 0x0808f100 in ?? () #8 0x080f5178 in ?? () #9 0x0001 in ?? () #10 0xbfa446ec in ?? () #11 0x080f4130 in ?? () #12 0xbfa44708 in ?? () #13 0x in ?? () -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Since this looks like it might have something to do with the keyboard, might be worth mentioning that I'm using a German keyboard... will try changing the layout... -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Also being discussed here: http://ubuntuforums.org/showthread.php?t=553094&page=7 -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
That didn't help. When I tried logging out and back in just now, all the panel applets crashed when loading. -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Tried that, got this: #0 gdk_x_error (display=0x808f100, error=0xbfcbcfd8) at /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkmain-x11.c:614 #1 0xb7122655 in bonobo_x_error_handler (display=0x808f100, error=0xbfcbcfd8) at bonobo-ui-main.c:58 #2 0xb7f14f50 in xkl_process_error () from /usr/lib/libxklavier.so.11 #3 0xb7803c4a in _XError (dpy=0x808f100, rep=0xbfcbd0d4) at ../../src/XlibInt.c:2907 #4 0xb7805714 in _XReply (dpy=0x808f100, rep=0xbfcbd0d4, extra=0, discard=1) at ../../src/XlibInt.c:1833 #5 0xb78b984f in XChangeDeviceControl (dpy=0x808f100, dev=0x810ab00, control=1, d=0xbfcbd15c) at ../../src/XChgDCtl.c:206 #6 0x0805dc60 in set_vert_scroll (state=) at gnome-settings-mouse.c:372 #7 0x0805de65 in gnome_settings_module_mouse_start (module=0x80c0c40) at gnome-settings-mouse.c:612 #8 0x0805cd2d in gnome_settings_module_start (module=0x80c0c40) at gnome-settings-module.c:141 #9 0x08058923 in start_modules (daemon=, runlevel=GNOME_SETTINGS_MODULE_RUNLEVEL_XSETTINGS) at gnome-settings-daemon.c:112 #10 0x08058983 in start_modules_idle_cb (user_data=0x80bed30) at gnome-settings-daemon.c:231 #11 0xb7654551 in g_idle_dispatch (source=0x80f4748, callback=0xbfcbcfd8, user_data=0x80bed30) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:4132 #12 0xb765611c in IA__g_main_context_dispatch (context=0x809b1c0) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2061 #13 0xb765955f in g_main_context_iterate (context=0x809b1c0, block=1, dispatch=1, self=0x8074470) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2694 #14 0xb7659909 in IA__g_main_loop_run (loop=0x80c3cb8) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2898 #15 0xb7b8d9e4 in IA__gtk_main () at /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c:1144 #16 0x08055bd4 in main (argc=0, argv=0x8087810) at factory.c:48 -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Given all the mouse configuration references in the stacktrace, and having read somewhere about someone having a similar problem being caused by a bug with their touchpad, I tried commenting out the Synaptics touchpad entries in xorg.conf. Lo and behold, the gnome-settings-daemon problem goes away. Unexpectly, the touchpad still works. Maybe there is some sort of fallback driver for the touchpad that does not cause the crash. -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
hmm. bug 140485 ? -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.
Thanks guys! Will test this later... -- Unable to start the settings manager 'gnome-settings-daemon'. https://bugs.launchpad.net/bugs/148291 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 126797] Re: gdm spawns a new X server when told to restart the system
On further investigation, bug 148291 also seems unrelated to this. -- gdm spawns a new X server when told to restart the system https://bugs.launchpad.net/bugs/126797 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs