[Bug 259214] Re: wired connection settings are lost after reboot
I can't believe this buggy nm thing is still buggy and included with Ubuntu. Is this a joke or what? I had to fiddle for 30 minutes in order to have it asking me for credentials and finally saving the configuration: how can one be sure the configuration now will last? What's the need for nm to have its own configuration files instead of relying on the traditional way of configuring networking on linux? Why is that? -- wired connection settings are lost after reboot https://bugs.launchpad.net/bugs/259214 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231419] Re: update-manager starts gnome-power-manager when it's not wanted
I can confirm the behavior described by Alastair Sherringham: whenever i press the "check" button it starts another instance of gnome-power- manager; i never experienced this though, until i started to update- manager -d from Intrepid to Jaunty. -- update-manager starts gnome-power-manager when it's not wanted https://bugs.launchpad.net/bugs/231419 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 364524] Re: Lockup when using strace
I confirm the problem: i have a desktop AMD Athlon X2/64 running Jaunty/32 and an HP notebook running Jaunty/32 as well, both incrementally upgraded from the first public alpha to the current stage, and i can programmatically lock them up via "strace gedit". The "SysReq+REISUB" it's the only working thing in most cases, although sometimes i can ssh into the machine and sometimes not. I strace'd some other programs (firefox-3.5) and it works fine, i wonder what "strace `strace gedit`" could lead to, i'll try that when i'll be at home this evening. -- Lockup when using strace https://bugs.launchpad.net/bugs/364524 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 364524] Re: Lockup when using strace
Just to add my own video specs, both my desktop as for the laptop have nVidia cards, 9400GT and 8400M-GS respectively. -- Lockup when using strace https://bugs.launchpad.net/bugs/364524 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 373945] Re: Segmentation Fault?
*** This bug is a duplicate of bug 353881 *** https://bugs.launchpad.net/bugs/353881 ** This bug has been marked a duplicate of bug 353881 firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData() -- Segmentation Fault? https://bugs.launchpad.net/bugs/373945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 353881] Re: firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData()
Just to add some more information, i found out that the version of [B]xulrunner[/B] being installed during alpha days was [B]1.8.1[/B] and that obviously lead to segaulting apps if linked against more recent version of it, such as 1.9. So, uninstalling 1.8.1 and installing 1.9 should let Firefox 3.5b4+ as well as other apps such as Miro 2.0.4+ work the way they are supposed to without manually calling the xulrunner1.9.1beta binary. Please help spread this information since i read other threads where xulrunner-based apps keeps crashing, that could resolve these issues as well. -- firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData() https://bugs.launchpad.net/bugs/353881 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 353781] Re: firefox-3.5 crashed with SIGSEGV in free()
*** This bug is a duplicate of bug 353881 *** https://bugs.launchpad.net/bugs/353881 @cosmix Could you try if the solution i proposed in the duplicate #353881 does work for you (https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/353881)? I think the bug was in some package installing xulrunner 1.8.1 instead of a more recent 1.9.x, that was causing segfaults in Miro 2.0.4 too. -- firefox-3.5 crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/353781 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 353881] Re: firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData()
Cool thing you had the 1.8.1 package as well: have you installed Jaunty since the alpha days too? I did it, i built a brand new machine with the alpha distribution and then updated 'til final, this way i always got the 1.8.1 version that caused me lot of segfaults with other apps as well, i think we can identify that as the culprit. Please ignore my previous workaround that i've posted on the forums of manually launching "run-mozilla.sh", really, that's shouldn't be done anymore ;) -- firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData() https://bugs.launchpad.net/bugs/353881 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 353881] Re: firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData()
I've exactly the same problem, here is the ending output of "strace firefox-3.5": open("/usr/lib/xulrunner-1.9.1b4pre/libxpcom.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\36\0\0004\0\0\0\254"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=13716, ...}) = 0 mmap2(NULL, 16612, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7709000 mmap2(0xb770c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb770c000 close(3)= 0 mprotect(0xb770c000, 4096, PROT_READ) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ ** Attachment added: "full "strace firefox-3.5" dump" http://launchpadlibrarian.net/25873633/ff35dbg -- firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData() https://bugs.launchpad.net/bugs/353881 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 35347] Re: bookmarks need subfolders
+1 for this proposal, at work i need to ssh/ftp on some servers and the ability to organize and categorize bookmarks would be productive. -- bookmarks need subfolders https://bugs.launchpad.net/bugs/35347 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 453579] Re: corruption of large files reported with linux 2.6.31-14.46 on ext4
Since it seems the fix has been planned for karmic-updates, should we expect ext3 to be used as the default fs when installing Karmic? I'm quite worried about the impact this bug could have on new users migrating to Ubuntu. -- corruption of large files reported with linux 2.6.31-14.46 on ext4 https://bugs.launchpad.net/bugs/453579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439448] Re: Visual corruption affecting several panel applets
I have configured mine at 96dpi and for some reason i don't experience this bug anymore: i don't know if this is related in any way, but it's well worth trying it out. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/439448 Title: Visual corruption affecting several panel applets -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 665546] Re: Drop and sub menus don't always show up
I'm also affected by this: you can also make the menus appear by just moving the mouse around the area where the menu is supposed to appear: it seems that doing that will trigger the redrawing of the menu. -- Drop and sub menus don't always show up https://bugs.launchpad.net/bugs/665546 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 665546] Re: Drop and sub menus don't always show up
I may add that (using compiz 0.8.6) tooltips are also affected by this problem: one need to stand firm with the mouse on a UI element for the default timeout for tooltips to show up, then move one pixel or two and the tooltip will appear. -- Drop and sub menus don't always show up https://bugs.launchpad.net/bugs/665546 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 629910] Re: nvidia 256.53 xorg-server 1.9.0 performance regression with antialiased text
Am i the only one with this problem *AND* these latest drivers installed? I'm still experiencing the gnome-terminal slowness problem with the 260.19.06 beta release as well. Ubuntu 10.10beta, GeForce 8400M GS, X server 1.9.0 on an HP Pavilion dv6500 Notebook PC. -- nvidia 256.53 xorg-server 1.9.0 performance regression with antialiased text https://bugs.launchpad.net/bugs/629910 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 629910] Re: nvidia 256.53 xorg-server 1.9.0 performance regression with antialiased text
Partially solved: i completely removed everything and just reinstalled, for some unknown reason it was still loading the old driver. However, i've completely lost v-sync, be it xvideo textures, compiz or everything else, it just doesn't sync anymore: the new driver completely resolves the font issue btw. -- nvidia 256.53 xorg-server 1.9.0 performance regression with antialiased text https://bugs.launchpad.net/bugs/629910 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 930251] Re: gnome-shell crashes while logging in
I'm using Archlinux/64 and i've the same symptoms as you: [2012-02-19 13:07:40] gnome-shell[1449]: segfault at 8 ip 7fa10dd4e903 sp 7fff3442dbd0 error 4 in libfreetype.so.6.8.0[7fa10dcfd000+98000] [2012-02-19 13:07:41] gnome-shell[1596]: segfault at 38 ip 7f432d3f9bda sp 7fffe6be5140 error 4 in libfreetype.so.6.8.0[7f432d3a6000+98000] I tried getting a stack trace but it doesn't happen with gdb o_O There are my lib versions: Name : clutter Version: 1.8.4-1 Name : gnome-shell Version: 3.2.2.1-1 Name : mutter Version: 3.2.2-2 Name : nvidia Version: 290.10-3 Name : nvidia-utils Version: 290.10-1 Name : freetype2 Version: 2.4.8-1 Name : pango Version: 1.29.4-1 Name : cairo Version: 1.10.2-3 Hopefully i'll be able to get a valid stacktrace to track this down.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/930251 Title: gnome-shell crashes while logging in To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/930251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
Thank you for reporting that Cesare! This evening i'm going to try the updates: oddly the update manager never prompted me for updates although is setup to do so ;-\ Anyway, just yesterday the problem started to arise after a week of working as expected, so i hope this update will finally bring this long-awaited fix. I'll let you know if that worked for me too! Ciao da Trento (Italia)! MB -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
So was your problem related to gdm in some ways? Or was it laying in your PC (hardware)? -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
Yesterday updates didn't help: now with gdm 2.30.2.is.2.30.0-0ubuntu2 (curious naming btw) i'm experiencing the same problem at every boot, no matter if i disconnect/connect usb drives, reboot or shutdown; furthermore, i'm now unable to access to a console prompt since everything hang after asking to "exit to console" when the X server gives the configuration error and CTRL+ALT+F<1-7> only show just a blinking cursor and nothing else. The only way i can boot to a working desktop is to CTRL+ALT+RSYS+B and hope the best since i can no longer issue a "(sudo) service gdm start": also, most of the times this lead to a desktop where the gnome panels are quite screwed up, gnome sensors applet hangs, shortcuts aren't there, date/time prefs are gone, etc.. but everything is back at normal if "sudo killall gnome-panel". Someone with other experiences? -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
Thank you for the head up Cesare, now i'm sure i'm also affected by that very same problem too: the thing is curious because everytime i was manually restarting the gdm, the panels never get messy and everything would load as normal. It looks like as the boot scripts at startup are loaded in parallel and there is some sort of syncing problem: i don't know why gnome panels and applets get screwed up at a so late booting stage, but i feel some of the components get loaded too early without syncing with others from which they could depend upon. I don't know if and what configuration services are at stake, but i have both panels and/or applets screwed up whenever the problem occurs, while applications (gedit/vi/chrome..) always load fine, as far as i can tell. -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439448] Re: visual corruption affecting several panel applets
I'm affected by this bug too, not only the notification area is a mess, but also all my 4 panels and applets go crazy until i issue a "sudo killall gnome-panel". In the attached screenshot you can see what my sensors applet looks like before killing the processes: sometimes it get heavily messed up, this time i've been lucky. ** Attachment added: "sensors_mess.png" http://launchpadlibrarian.net/51342084/sensors_mess.png -- visual corruption affecting several panel applets https://bugs.launchpad.net/bugs/439448 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 730209] Re: Ubi-partman fails with exit code 141 in Desktop Natty Alpha 3
I was given this error as well and i found out the ubi-partman doesn't like pre-configured partitions or unpartitioned disk space: so fireup GParted, delete every partition until you have one single "unpartitioned space" entry, create one ext4 primary partition with the size of your disk and apply the changes. This way ubi-partman will work without errors and you can complete the installation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730209 Title: Ubi-partman fails with exit code 141 in Desktop Natty Alpha 3 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 455156] Re: Compiz performance drops over time on netbook
Spoke too soon: after one month of running fine, today compiz is always stuck at 30fps, no matter what. I wonder what's going on with this release since this isn't the only problem that came up with it.. -- Compiz performance drops over time on netbook https://bugs.launchpad.net/bugs/455156 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 654809] Re: Geany saves corrupted files on FTP mounted with GVFS
Same problem on Maverick 64: i used Geany for a lot of time, then switched to Maverick 2 days ago and today i thought i was going crazy o_O Note that i also tried Geany from GIT (w/ plugins) and same thing happens: Gedit works fine instead. AFAIK, it affects any and only gvfs mounts, both smb and ssh exhibit the problem. -- Geany saves corrupted files on FTP mounted with GVFS https://bugs.launchpad.net/bugs/654809 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 654809] Re: Geany saves corrupted files on FTP mounted with GVFS
To add more information: i read somewhere the user should be made member of the "fuse" group for gvfs to work properly but my newly installed 10.10 didn't add me as a "fuse" member, so i added it. Either ways GEdit works fine but not Geany. -- Geany saves corrupted files on FTP mounted with GVFS https://bugs.launchpad.net/bugs/654809 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 140503] Re: mouse cursor looks different in gtk and qt programs
I had the same problem, then i found out it could be fixed by simply doing: sudo update-alternatives --config x-cursor-theme -- mouse cursor looks different in gtk and qt programs https://bugs.launchpad.net/bugs/140503 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to qt4-x11 in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 455156] Re: Compiz performance drops over time on netbook
This is one year old, but by installing 10.10 i run into this very same problem, i never experienced anything similar before: i found out that in my case this was due to having reflections enabled, so try disable them and see if this change anything. Both "Cube Reflection and Deformation"'s reflection and "Expo"'s one were causing the same problem for me. -- Compiz performance drops over time on netbook https://bugs.launchpad.net/bugs/455156 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 658069] Re: Empty files written over gvfs by some editors
"sudo patch -p1 < patch_file" should do it: remember you can also "--dry-run", so that you won't trash anything at all and find out if the command would work or not. -- Empty files written over gvfs by some editors https://bugs.launchpad.net/bugs/658069 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 658069] Re: Empty files written over gvfs by some editors
@stephen, you need to have the patch file inside the geany directory and run the command from there: you can see it's going to patch the client/gvfsfusedaemon.c file that is not there. -- Empty files written over gvfs by some editors https://bugs.launchpad.net/bugs/658069 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
I just wanted to update from Jaunty to the latest and greatest LTS but i heavily regret having done that.. fortunately i clonezill'ed the system before the clean install. But how such a problem slipped into an LTS? I experience the same problem with any version of the nvidia drivers: With a clean install ubuntu10.04-64: - tried ubuntu-supplied nvidia proprietary drivers, the problem arise; - tried x-swat repos, same problem; - tried nvidia-supplied .run packages, same problem with both 195.xx/256.xx; It's much worse now, after a reboot it loose configuration settings for some applications, this time gedit loose its entire preferences.. i just don't know what's happening.. -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
I forgot to mention that "sudo service gdm restart" DOES start gdm as it should. -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
So far it seems i managed to have the gdm start correctly by adding a "GdmXserverTimeout" of 60 seconds in the "[daemon]" section. Also, it seems Ubuntu changed the way (custom) gdm settings are being looked up since while i was keeping trying play with the timeout in "/usr/share/gdm/defaults.conf" and other paths, i just got it running at the first try when modifying the configuration file at "/etc/gdm/custom.conf", so it seems this is the configuration file actually being used, hope this bit of info will help you out. -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
@Cesare, this is quite interesting. I've got your very same error message if i *omit* the GdmXserverTimeout=60 setting instead, now that i'm trying i can't even boot anymore if omitting it, then i'll leave it as is for now: i could bet i'll need to revert that gdm.conf line in two weeks. -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439448] Re: visual corruption affecting several panel applets
It seems the latest updates did something regarding this problem since i've still to notice the usual mess in my applets: hopefully this problem is gone ;) -- visual corruption affecting several panel applets https://bugs.launchpad.net/bugs/439448 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
Ok, here i'm again: no problems for some days, today the problem reoccurred, so still no luck. -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439448] Re: visual corruption affecting several panel applets
I'm sorry for you Mahendra, but if you are bothered by these meaningful and useful bug reports you shouldn't read them at all, and maybe unsubscribe from the bug: we all know it happens then stop and then happens again, but reporting anomalies and behaviors is just the minimum we, users, can do to let developers pinpoint the "whys" and the "hows" of the problem; also, you are saying the problem "happens, stops and happens again" but i wonder how you could be able to say that if we really stopped to report it each time it starts and stops. I think in these cases collecting a lot of data and experiences *is* a lot more productive than anything else and i feel this also happens to be the protocol being used right now on Launchpad.. --- I'm now posting another screenshot depicting the particular type of corruption some of you may have already seen: this happened as soon as i restarted the gdm service due to this other bug at https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics- drivers/+bug/532436 ** Attachment added: "gnome's sensors-applet get messy" http://launchpadlibrarian.net/51721342/sensors_mess_2.png -- visual corruption affecting several panel applets https://bugs.launchpad.net/bugs/439448 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439448] Re: visual corruption affecting several panel applets
David: i comprehend the fact we have 200 comments, but i'm not sure being conservative would produce any advantage in its resolution. Also, this isn't the first time i see bug reports being closed due to inactivity or simply because it was quiet enough to think people eventually solved their problem.. just hoping for the better of course.. I can also comprehend the large amount of information going on here, it could be redundant and tedious as well, but it is my personal opinion that this is a lot better than no information or missing feedback at all, it just has to be better organized; i would prefer to have 10 or even 100 people reporting the same thing than none or just one. It all boils down to the way you are accustomed at your work and i, obviously, respect others ideas: so, once again, let's just hope for the better. -- visual corruption affecting several panel applets https://bugs.launchpad.net/bugs/439448 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439448] Re: visual corruption affecting several panel applets
Sorry guys, i realized now i completely misread David's post: obviously Mahendra was right, i even told him yesterday by private mail ;) Time for vacation i think.. :D -- visual corruption affecting several panel applets https://bugs.launchpad.net/bugs/439448 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 439448] Re: visual corruption affecting several panel applets
Just to give you some more info, my current setup is an ubuntu64-10...@intel i7 and i must admit this release is unbelievably faster than any other previous version of Ubuntu: after trying out the livecd i just got my /home/ folder backed up from the previous installation (ubuntu64-9.04) and restored it on a brand new lucid installation: everything is fine, everything works as expected (although the audio stack has other problems on its own..) but this gdm/gnome- panel/gnome-applets problem i'm sure i never had it before in Jaunty, and i was using the very same nvidia-proprietary drivers' version as i'm using now, so this is pretty odd. @Kupfer: my NetworkManager applet has never thrown a problem, hell, NM and radiotray icons are just those unaffected by the problem. I also noticed my gnome applets problem not always presents itself whenever the machine can't load gdm: sometimes the problem persists across multiple "sudo killall gnome-panel" killage too, so that i can issue as much as 18 of them and still i get those sensors corrupted. I usually also win a reboot here, because panels are definitely phucked for the entire session and gdm will not restart, hanging there in the middle with the other seven console hanged as well. -- visual corruption affecting several panel applets https://bugs.launchpad.net/bugs/439448 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
I saw that yesterday evening, i updated and forgot to reboot and test ;) This afternoon i'm going to report if that has worked or not. -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 532436] Re: nvidia driver sometime does not load at boot
Hi Cesare, i also updated my system and since then, no problems so far: but i had your very same problem before the update, but used CTRL+ALT+SysReq+B since CTRL+ALT+CANC wasn't working at all. Lately, it seems things are a little better, but i know this problem presents itself in various different ways, and with no way to estimate any future occurence. -- nvidia driver sometime does not load at boot https://bugs.launchpad.net/bugs/532436 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs