After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343900 - gnome-volume-manager stopped running after distribution upgrade
gnome-volume-manager stopped running after distribution upgrade
Status: RESOLVED NOTABUG
Product: gnome-volume-manager
Classification: Deprecated
Component: general
1.5.x
Other All
: Normal blocker
: ---
Assigned To: Gnome volume manager maintainers
Gnome volume manager maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-05 11:39 UTC by Denis Malinovsky
Modified: 2006-06-14 03:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
strace of the failed run (11.40 KB, application/x-gzip-compressed)
2006-06-09 04:30 UTC, Denis Malinovsky
Details

Description Denis Malinovsky 2006-06-05 11:39:46 UTC
Please describe the problem:
I'm using Ubuntu Linux (Dapper, i.e. 6.06 version).  After upgrading from previous version (Breezy, 5.10), I noticed my auto-mounting stopped working---no more CD-ROM icon appeared after inserting CD.  I checked hal is working OK, but g-v-m isn't running anymore.  I tried to run it in foreground mode to see any error message using `gnome-volume-manager -n` but I had nothing.  `strace gnome-volume-manager` also didn't add clarity.

Steps to reproduce:
1. Log in to Gnome.
2. Run `ps aux|grep gnome-volume`.  See nothing.
3. Run `gnome-volume-manager -n`.  The program closes immediately.


Actual results:
I see no output at all.

Expected results:
g-v-m should be run as daemon and appear in the process list.  CD automounting should also work.

Does this happen every time?
Yes.

Other information:
`lshal` shows hal works and updates information about my CD-ROM when I insert CD.  Maybe it's significant---my user profile (/etc/passwd and /etc/group) is handled with LDAP, I'm using libnss-ldap for it.
Comment 1 Jeffrey Stedfast 2006-06-08 21:14:53 UTC
what did strace say?
Comment 2 Denis Malinovsky 2006-06-09 03:23:50 UTC
I completed removed all the packages related to gnome-volume-manager and installed them again---now this problem disappeared.  Sorry to bother you, I think this bug can be closed now, because I have no additional information about it anymore.
Comment 3 Denis Malinovsky 2006-06-09 04:30:34 UTC
Created attachment 67016 [details]
strace of the failed run
Comment 4 Denis Malinovsky 2006-06-09 11:16:19 UTC
Oops, it seems to me this happens to me again. :(
Comment 5 Jeffrey Stedfast 2006-06-09 14:11:48 UTC
open("/var/run/console/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory)


that's why. create /var/run/console and touch /var/run/console/<user>

apparently you no longer have pam_console installed.
Comment 6 Denis Malinovsky 2006-06-13 05:19:29 UTC
I did as you said.  After re-login I found out the folder disappeared.  Maybe it's because my user account is handled via LDAP (I have libpam-ldap installed for it)?
Also, is lack of log messages intentional?  It makes failure reason detection very difficult for mortal users.

Maybe I should file this bug for Ubuntu maintainers?
Comment 7 Jeffrey Stedfast 2006-06-13 14:20:39 UTC
yea, g-v-m should probably log somewhere (syslog?). I'll open a bug about that.

the bug about the folder disappearing should probably go to the Ubuntu maintainers so they can prevent further users from having this problem.
Comment 8 Denis Malinovsky 2006-06-14 03:14:44 UTC
Thanks for the help.  I'll file the bug to Ubuntu.