Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with HAL and Wrath of the Lich King DVD
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
athlon17
n00b
n00b


Joined: 19 Jul 2005
Posts: 7

PostPosted: Fri Jul 17, 2009 11:40 pm    Post subject: Problem with HAL and Wrath of the Lich King DVD Reply with quote

Any DVD that's not WOTLK will mount successfully and appear on the desktop. When I try inserting the WoW DVD, I receive the message:

Quote:

DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.


my /etc/fstab:
Quote:

GNU nano 2.1.7 File: /etc/fstab

#
# See the manpage fstab(5) for more information.
#

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 /boot ext4 defaults,noatime 1 2
/dev/sda3 / ext4 noatime 0 1
/dev/sda2 none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0


/etc/PolicyKit/PolicyKit.conf:
Quote:

<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">

<!-- See the manual page PolicyKit.conf(5) for file format -->

<config version="0.1">

<match action="org.freedesktop.hal.storage.mount-removable">
<match user="nate">
<return result="yes"/>
</match>
</match>

<match action="org.freedesktop.hal.storage.mount-fixed">
<match user="nate">
<return result="yes"/>
</match>
</match>
</config>


and /etc/dbus-1/system.d/hal.conf
Quote:

<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

<!-- This configuration file specifies the required security policies
for the HAL to work. -->

<!-- Only root or user hal can own the HAL service -->
<policy user="haldaemon">
<allow own="org.freedesktop.Hal"/>
</policy>
<policy user="root">
<allow own="org.freedesktop.Hal"/>
</policy>

<!-- Allow anyone to invoke methods on the Manager and Device interfaces -->
<policy context="default">
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.DBus.Properties" />

<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Manager"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.CPUFreq"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.DockStation"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.KillSwitch"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.KeyboardBacklight"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Leds"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.LightSensor"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Storage"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Storage.Removable"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Volume"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.WakeOnLan"/>

</policy>

<policy group="power">
<allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
<allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
</policy>

<policy group="plugdev">
<allow send_interface="org.freedesktop.Hal.Device.Volume"/>
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
</policy>

</busconfig>


And to repeat, I keep getting the following sort of errors:

Quote:

DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending
DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)


Any ideas, anyone?


Last edited by athlon17 on Sun Jul 19, 2009 8:45 pm; edited 1 time in total
Back to top
View user's profile Send private message
athlon17
n00b
n00b


Joined: 19 Jul 2005
Posts: 7

PostPosted: Sat Jul 18, 2009 1:05 am    Post subject: Reply with quote

figured this might be useful as well...

dmesg output:
Quote:

[ 351.832854] udf: tag checksum failed block 0
[ 351.886252] udf: tag checksum failed block 0
[ 351.886255] UDF-fs: No anchor found
[ 351.886256] UDF-fs: No partition found (1)


edit (july 19, 2009):

still struggling with this problem. UDF is built-in the kernel, so I really don't understand what could be causing this problem with this particular DVD. i can't even mount it manually via fstab, i just receive:

Quote:

mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so


UDF in kernel, mounts other DVD's just fine...could it be a problem with Dual Layer DVDs?
Back to top
View user's profile Send private message
zeom
n00b
n00b


Joined: 28 Jul 2009
Posts: 1

PostPosted: Tue Jul 28, 2009 10:40 pm    Post subject: Reply with quote

dmesg output:
Quote:

[ 351.832854] udf: tag checksum failed block 0
[ 351.886252] udf: tag checksum failed block 0
[ 351.886255] UDF-fs: No anchor found
[ 351.886256] UDF-fs: No partition found (1)


Quote:

mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so


I had a similar problem with my K3B burned UDF discs. I finally found a workaround using a couple of mount options:

Code:

sudo mount -t udf -o session=0,lastblock=1 /dev/dvd /mnt/dvd


Just adjust the paths to match your system. If it works you can add it to your fstab.

HTH
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum