KDE automount USB stick failure (hal problem?)

Hello!

I have FreeBSD 10.0-RELEASE, kde 4.12.2 built from ports, hal-0.5.14_23
/proc mounted
KDE does not mount USB stick, CD/DVD mounted OK.
lshal output attached.
As far as i understand there is no volume for da0s1 in lshal output.
But sysctl -b kern.geom.conftxt does show this volume
Code:
alex@home:~ % sysctl -b kern.geom.conftxt
0 DISK da0 16013852672 512 hd 255 sc 63
1 LABEL diskid/DISK-07B31E80AF3E0163 16013852672 512 i 0 o 0
2 PART diskid/DISK-07B31E80AF3E0163s1 16013852160 512 i 1 o 512 ty !39 xs MBR xt 39
1 PART da0s1 16013852160 512 i 1 o 512 ty !39 xs MBR xt 39
2 LABEL msdosfs/SYSRESC 16013852160 512 i 0 o 0
0 DISK cd0 0 2048 hd 0 sc 0
0 DISK ada0 1000204886016 512 hd 16 sc 63
1 PART ada0s1 805306328064 512 i 1 o 64512 ty freebsd xs MBR xt 165
2 PART ada0s1d 689342210560 512 i 4 o 115964116992 ty freebsd-ufs xs BSD xt 7
2 PART ada0s1b 8589934592 512 i 2 o 107374182400 ty freebsd-swap xs BSD xt 1
2 PART ada0s1a 107374182400 512 i 1 o 0 ty freebsd-ufs xs BSD xt 7

Polycykit.conf:
Code:
alex@home:~ % cat /usr/local/etc/PolicyKit/PolicyKit.conf
<?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="root">
        <return result="yes"/>
    </match>
    <define_admin_auth group="wheel"/>
<match action="org.freedesktop.hal.storage.mount-removable">
  <match user="alex">
    <return result="yes"/>
  </match>
</match>
</config>

Is there a hal problem that volume da0s1 is absent in lshal output or I have done misconfiguration?
 

Attachments

  • lshal.txt.gz
    8 KB · Views: 260
Back
Top