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 162327 - Play Disc no working
Play Disc no working
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2004-12-27 15:02 UTC by David A Knight
Modified: 2006-07-13 19:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
requested tarball (649 bytes, application/x-bzip)
2005-01-30 20:08 UTC, David A Knight
Details

Description David A Knight 2004-12-27 15:02:05 UTC
1) launch totem
2) click Movie->Play Disc

Error alert shows complaining about the drive not having a mount point in
/etc/fstab.

The disc should play fine without the fstab entry.  It plays fine on insertion
with gvm running totem --play dvd:// without the entry so should do from the
menu as well.

I am using the xine-lib backend.
Comment 1 Ronald Bultje 2004-12-27 16:40:49 UTC
Can you give the exact error? is your mountpoint a symlink?
Comment 2 David A Knight 2004-12-27 16:49:26 UTC
The actual error is:

"Failed to play Audio/Video Disc
Failed to find mountpoint for device /dev/hdc in /etc/fstab"

It is a normal directory, /media/hdc
Comment 3 Ronald Bultje 2004-12-27 18:42:50 UTC
Can you give the contents of /etc/fstab?
Comment 4 David A Knight 2004-12-27 19:20:12 UTC
/dev/hda1       /               ext3    defaults        0       1
/dev/hda5       none            swap    defaults        0       0
none            /sys            sysfs   defaults        0       0
none            /proc           proc    defaults        0       0
/dev/hda8       /usr/local      ext3    defaults        0       0
/dev/hda7       /mnt/games      ext3    defaults        0       0


hdc not being there as it is mounted via gvm/pmount.

/etc/mtab has

/dev/hdc /media/hdc udf ro,noexec,nosuid,nodev,uid=1000,gid=1000,umask=007 0 0

in it though.
Comment 5 Bastien Nocera 2004-12-28 22:59:59 UTC
Could you try adding a line to src/totem-disc.c, line 172:
g_message ("pdev %s pdev2 %s", pdev, pdev2);
And send us the output of "src/disc-test /dev/hdc"?
Comment 6 David A Knight 2004-12-29 15:22:59 UTC
It doesn't appear to get that far, infact
gnome_vfs_volume_monitor_get_connected_drives() doesn't seem to be giving any
results.  hdc does appear in nautilus / the file selector though.  May not be a
totem bug after all.
Comment 7 Ronald Bultje 2004-12-29 15:33:19 UTC
Is that the gnome-vfs bug if gnome-vfs is not built against HAL?
Comment 8 David A Knight 2004-12-29 16:05:58 UTC
no, I've just rebuilt gnome-vfs against HAL and its still showing the same problem
Comment 9 Bastien Nocera 2004-12-29 21:57:47 UTC
Could you attach your /etc/mtab, /etc/fstab and /proc/mounts in a tarball to
this bug? I'll move it to gnome-vfs now.
Comment 10 David A Knight 2005-01-30 20:08:13 UTC
Created attachment 36737 [details]
requested tarball

contains /etc/fstab  /etc/mtab and /proc/mounts
Comment 11 Fernando Herrera 2005-02-11 17:22:58 UTC
This happens to me also at work. I have there a haldaemon from rawhide working
from /usr prefix, and libhal jhbuilt in /home/fer/gnome2, so when compiling
gnome-vfs with hal support, the gnome-vfs-dameon doesn't get the right info from
the haldaemon.
Comment 12 Andrei Yurkevich 2005-03-24 17:08:51 UTC
Experienced this issue once, resolved it by recompiling gnomevfs (I did not see
anything except 'Filesystem' in 'Computer' folder as well)
Comment 13 Christian Kellner 2006-07-13 19:56:28 UTC
I guess this has been fixed. If I am mistaken please feel free to reopen this bug. Marking FIXED.