You are not logged in.

#1 2009-12-30 00:49:39

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Failed to mount "DV".

I have a cheap DV camera and I tried to retrieve images off it. I get this:

Rejected send message, 1 matched rules; type="method_call", sender=":1.19" (uid=1000 pid=2393 comm="exo-mount) interface="org.freedesktop.Hal.Device.Volume" member="Mount" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1184 comm="/usr/sbin/hald)).

Offline

#2 2009-12-30 00:56:21

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2009-12-30 01:28:23

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

jasonwryan wrote:

I tried this: http://wiki.archlinux.org/index.php/HAL … ion_Denied
It didn't work. I also tried adding adding /usr/sbin/console-kit-daemon to /etc/rc.local as was mentioned in that thread and it didn't work.

Rolling back to an earlier release of hal might work but how do I do that?

Offline

#4 2009-12-30 01:30:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".

Simple: http://wiki.archlinux.org/index.php/Dow … g_Packages

# edit Out of interest: what WM/DE are you running and how are you starting it?

Last edited by jasonwryan (2009-12-30 01:31:02)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2009-12-30 01:35:05

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

jasonwryan wrote:

Simple: http://wiki.archlinux.org/index.php/Dow … g_Packages

# edit Out of interest: what WM/DE are you running and how are you starting it?

xfce4

I get in with "startx"

Offline

#6 2009-12-30 01:42:19

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

I end up with this

[root@john john]# pacman -U hal-0.5.13-2-i686.pkg.tar.gz 
loading package data...
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: xorg-server: requires hal>=0.5.14
[root@john john]#

Offline

#7 2009-12-30 01:47:07

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".

Try starting xfce from xinitrc with this (apparently it solves a lot of these mounting woes):

exec ck-launch-session xfce4-session

See this for details: http://wiki.archlinux.org/index.php/Xfc … _Drives.29


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#8 2009-12-30 01:59:27

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

jasonwryan wrote:

Try starting xfce from xinitrc with this (apparently it solves a lot of these mounting woes):

exec ck-launch-session xfce4-session

See this for details: http://wiki.archlinux.org/index.php/Xfc … _Drives.29

I have:
exec ck-launch-session startxfce4

in my ~/.xinitrc

Should I remove that and replace it with exec cki-launch-session xfce4-session ?

Offline

#9 2009-12-30 02:25:37

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".

It can't hurt to try. Also, the thread linked to on the wiki has some other pointers re /etc/PolicyKit/PolicyKit.conf


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#10 2009-12-30 02:43:37

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

Still doesn't seem to help

Offline

#11 2009-12-30 02:49:17

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".

If that and the PolicyKit.conf didn't work I am afraid I am at a loss. Sorry.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#12 2009-12-30 02:52:56

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

<!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 user="john">
        <!-- replace with your login or delete the line if you want to allow all users to manipulate devices (keep security issues in mind though) -->
                <match action="org.freedesktop.hal.storage.*">
                        <return result="yes"/>
                </match>
                <match action="hal-storage-mount-fixed-extra-options">
                <!-- for internal devices mounted with extra options like a wished mount point -->
                        <return result="yes" />
                </match>
                <match action="hal-storage-mount-removable-extra-options">
                <!-- for external devices mounted with extra options like a wished mount point -->
                        <return result="yes" />
                </match>
        </match> <!--  do not forget to delete this line if you deleted the first one -->
</config>

This is my PolicyKit.conf right now

Offline

#13 2009-12-30 02:59:36

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".

This is mine, fwiw:

<config version="0.1">
<match user="jason">
                <match action="org.freedesktop.hal.storage.*">
                        <return result="yes"/>
                </match>
                <match action="hal-storage-mount-fixed-extra-options">
             <match user="jason">      
                        <return result="yes" />
                       </match>
        </match>
                <match action="hal-storage-mount-removable-extra-options">
            <match user="jason">
                        <return result="yes" />
                    </match>
        </match>
                <match action="org.freedesktop.hal.power-management.shutdown">
            <return result="yes" />
        </match>
                <match action="org.freedesktop.hal.power-management.reboot">
            <return result="yes" />
               </match>
                <match action="org.freedesktop.hal.power-management.suspend">
            <return result="yes" />
        </match>
                <match action="org.freedesktop.hal.power-management.hibernate">
            <return result="yes" />
        </match>
    </match>
</config>

Hope that helps...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#14 2009-12-30 03:11:33

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

Nope still didn't help sad

Offline

#15 2009-12-30 03:13:02

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".

You have tried to mount it manually, right?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#16 2009-12-30 03:13:56

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

jasonwryan wrote:

You have tried to mount it manually, right?

Actually I haven't, how do I?

Offline

#17 2009-12-30 04:35:14

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

I just tried browsing it in thunar as root and it works just fine by the way

Offline

#18 2009-12-30 04:36:52

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".

So if you mount it as john, you should be good to go...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#19 2009-12-30 04:46:01

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

jasonwryan wrote:

So if you mount it as john, you should be good to go...

It doesn't work as john though. Unless I'm doing it wrong.. how would you mount it?

Offline

#20 2009-12-30 04:55:17

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".

Create the mountpoint - make sure that it has the correct pemissions and then mount the device to that location. What have you done?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#21 2009-12-30 05:19:12

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: Failed to mount "DV".

jasonwryan wrote:

Create the mountpoint - make sure that it has the correct pemissions and then mount the device to that location. What have you done?

I just don't know how to mount the device to that location.

Offline

#22 2009-12-30 05:51:31

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Failed to mount "DV".

man mount

Seriously, this is something you need to come to grips with yourself. It is straightforward enough and, if it doesn't work the first time, there is always Google...

Play around with it and -in the unlikely event you can't get it to work- post any errors.

You are almost there: good luck!


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB