gksu doesn't use locking on nfs /home
Bug #14527 reported by
Shish
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gksu (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Bug 13387 says lockfile writing was fixed in 1.2.3-2ubuntu4, this is 1.2.4-1ubuntu4.
The first time I run somehting with gksu, the window pops up OK, but this
message is output:
** (gksu:8732): WARNING **: Not using locking for nfs mounted lock file
/home/shish/
Then all further times there's no window, just this message:
** (gksu:8748): CRITICAL **: fcntl error
** (gksu:8748): WARNING **: Lock taken by pid: -1. Exiting.
When manually removing ~/.gksu.lock, it works one more time, then leaves another
stale lock.
Changed in gksu (Ubuntu): | |
assignee: | Michael Vogt (mvo) → nobody |
To post a comment you must log in.
Thanks for your bugreport.
I uploaded gksu_1.2.4-1ubuntu5 today that will fix this problem. It will not use
locking at all when it runs on a FS with no locks available (and cleans the
stale lockfiles).
I leave this bug open as a reminder to add locking support even when run on NFS
homedirs, but I'm kind of scared to fix it now so close before the release.