FS#19638 - [gnome-disk-utility] gnome freeze at startup after login
Attached to Project:
Arch Linux
Opened by Daniele Marinello (marinz) - Saturday, 29 May 2010, 06:24 GMT
Last edited by Ionut Biru (wonder) - Thursday, 07 October 2010, 13:57 GMT
Opened by Daniele Marinello (marinz) - Saturday, 29 May 2010, 06:24 GMT
Last edited by Ionut Biru (wonder) - Thursday, 07 October 2010, 13:57 GMT
|
Details
Description:
Gnome freeze at startup with gnome-disk-utility 2.30.1-1. No icons, no panel, no nautilus, but with xbindkeys, Firefox and others programs works. I've noticed with "top" that udisks and dbus-daemon uses more CPU, so I've tried to read the output of "dbus-monitor", and I've noticed that the output goes in loops. I've redirected through the pipe only 2 seconds of the output in a text file (300k !) that I have attached. Current software: system is up to date, gvfs 1.6.2-1 dbus 1.2.24-1 dbus-core 1.2.24-1 hal 0.5.14-2 udisks 1.0.1-1 With gnome-disk-utility-2.28.1-1, no problem. Sorry for bad english :) |
This task depends upon
Closed by Ionut Biru (wonder)
Thursday, 07 October 2010, 13:57 GMT
Reason for closing: Fixed
Additional comments about closing: patch included in 2.32.0-2
Thursday, 07 October 2010, 13:57 GMT
Reason for closing: Fixed
Additional comments about closing: patch included in 2.32.0-2
there isn't a floppydrive unit, and there aren't relative options in bios
[~] mount
/dev/sda5 on / type ext4 (rw)
udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
none on /tmp type tmpfs (rw)
/dev/sda8 on /media/banca_dati type ext4 (rw)
/dev/sda7 on /home type ext4 (rw)
cache-chromium on /home/marinz/.cache/chromium type tmpfs (rw,noatime,mode=1777)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/marinz/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=marinz)
[~]
[~] sudo fdisk -l
Disco /dev/sda: 320.1 GB, 320072933376 byte
255 testine, 63 settori/tracce, 38913 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x5a246469
Dispositivo Boot Start End Blocks Id System
/dev/sda1 1 38913 312568641 5 Esteso
/dev/sda5 1 1530 12289662 83 Linux
/dev/sda6 1531 1581 409626 82 Linux swap / Solaris
/dev/sda7 1582 2218 5116671 83 Linux
/dev/sda8 2219 38913 294752556 83 Linux
[~]
Only workaround I've found is to change policy owner in /etc/dbus-1/system.d/org.freedesktop.UDisks.conf. This will prevent gnome freeze after login (with udisks/dbus eating 100% CPU), though segfaults occur with gdu-notification-daemon and gnome volume manager is still unusable.
1) using gdm or kdm login manager
2) using 'exec ck-launch-session gnome-session' in ~/.xinitrc
What are the configuration files that I can copy from my netbook to my desktop (where I have this problem)?
Thanks
Before starting X, just make sure to override your local LANG variable, from a terminal prompt:
export LANG=C
Now, starting GNOME works fine, automount works flawlessy, except all menus are in English language.
This is probably due to the fact that, since I'm an italian AL user, my LANG variable is "it_IT@euro" (or equivalent).
If I recall correctly, this problem also came out with an earlier version of this package.
This definetly fix the whole problem for me.
@Angelo: ti farei un monumento guarda :D Che soddisfazione vedere gnome funzionare al 100% finalmente :D
As Angelo said, I've only enabled in locale.gen "it_IT.utf8" and comment others, and now gnome is rock :D
https://bugzilla.gnome.org/show_bug.cgi?id=616198
if is working, submit a comment there. if not, submit a new bug report explaining what is happening
Now things are fine also with the LANG variable = "it_IT@euro".
:)
Now I'll report *t*here :P
I have also patched gnome-disk-utility and it works with locale pl_PL now.
Thank you very much!!!