https://bugzilla.novell.com/show_bug.cgi?id=246956 User robin.listas@telefonica.net added comment https://bugzilla.novell.com/show_bug.cgi?id=246956#c7 Carlos Robinson <robin.listas@telefonica.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|robin.listas@telefonica.net | --- Comment #7 from Carlos Robinson <robin.listas@telefonica.net> 2008-03-07 06:45:41 MST --- (In reply to comment #5 from Hans Petter Jansson)
Carlos, after you log out the first user, does its gconfd still hang around in the process list? If it does, can you kill it and see if the problem persists when logging in the other user?
I don't think so, I don't normally log as "cer2". I'll check: cer@nimrodel:~> ps afxu| grep gconfd cer 23061 0.0 0.0 2076 700 pts/18 S+ 14:37 0:00 | | \_ grep gconfd cer 29510 0.0 1.2 16828 12688 ? S 01:34 0:06 /usr/lib/GConf/2/gconfd-2 4 root 20678 0.0 0.2 4780 2956 ? S 12:43 0:00 /usr/lib/GConf/2/gconfd-2 20 kar 21533 0.0 1.1 13676 11920 tty5 S 12:49 0:01 /usr/lib/GConf/2/gconfd-2 4 No. Only "cer" and "kar" are logged in (tty7 and tty8), but "cer2" and "kar2" are not.
Another possibility is that there's a strncmp() in the code that erroneously compares the first few letters of the shortest out of the two strings to be compared. I.e. "kar", "kar2", strlen ("kar"). Which would make it try to re-use the wrong directory.
That's my thought precisely. Notice that these users have only three letters in the names: I don't like to type that much. I haven't tried this with longer names, though. Anyway, it is a "warning", not an error. But it is so "curious" that I reported it; surely there is a programming error somewhere. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.