[Bug 218434] Re: gnome-keyring-daemon crashed with SIGSEGV in location_manager_hal_init()

2008-05-01 Thread nyamap
Hi, All. I encountered this problem on my asus eee pc with 8G SDHC card.
My quick and dirty workaround is  make root filesystem not removable.

1. Login with Ctrl-Alt-F2 or Xterm session. 
2. run 'hal-device' to find device which contains root file system. (device 
means not media  but controller device)
3. mark that device to unremovable using 'hal-set-priority --udi 
/org/freedesktop/Hal/devices/storage_USB2_0_CardReader... --key 
storage.removable --bool false'

I temporary added this line to /etc/rc.local.  I could get login to my
laptop.

-- 
gnome-keyring-daemon crashed with SIGSEGV in location_manager_hal_init()
https://bugs.launchpad.net/bugs/218434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 218434] Re: gnome-keyring-daemon crashed with SIGSEGV in location_manager_hal_init()

2008-05-03 Thread nyamap
Stewart, MattPie, bbauto:
I am sorry.  hal-set-property is right. 
In my case, it is same as MattPie. The volume entry does not have 
storage.removable key.  How about this:

hal-get-property --key block.storage_device --udi `hal-find-by-property
--key volume.mount_point --string /` | xargs -l1 hal-set-property --key
storage.removable --bool false --udi

I hope this will help until it fixed in upstream.

-- 
gnome-keyring-daemon crashed with SIGSEGV in location_manager_hal_init()
https://bugs.launchpad.net/bugs/218434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs