Hi,

still the same:

jan@server:~$ ll /media/
insgesamt 20K
lrwxrwxrwx 1 root root     6 15. Sep 2007  cdrom -> cdrom0
drwxr-xr-x 2 root root  4,0K 15. Sep 2007  cdrom0
drwxr-xr-x 9 jan  users 4,0K 29. Jan 11:45 DiskStation
drwxr-xr-x 2 jan  users 4,0K  9. Jan 2010  fritz.box
drwxr-xr-x 2 root root  4,0K  2. Sep 2008  sdd
drwxr-xr-x 2 jan  jan   4,0K  3. Jul 10:41 upnp

jan@server:~$ djmount -f /media/upnp
[I] Charset : successfully initialised charset='UTF-8'
[I] UPnP Initialized (192.168.178.21:49152)
[I] Add new device : Name='DiskStation' Id='uuid:00113208-15de-0011-de15-de1508321100' descURL='http://192.168.178.70:50001/desc/device.xml' [I] Add new device : Name='MediaTomb' Id='uuid:3be7fa45-a99c-4af0-a308-ac474434102e' descURL='http://192.168.178.21:49153/description.xml'
fusermount: failed to access mountpoint /media/upnp: Permission denied
[E] Error in FUSE main loop = 1

jan@server:~$ ll /media/
ls: Zugriff auf /media/upnp nicht möglich: Der Socket ist nicht verbunden
insgesamt 16K
lrwxrwxrwx 1 root root     6 15. Sep 2007  cdrom -> cdrom0
drwxr-xr-x 2 root root  4,0K 15. Sep 2007  cdrom0
drwxr-xr-x 9 jan  users 4,0K 29. Jan 11:45 DiskStation
drwxr-xr-x 2 jan  users 4,0K  9. Jan 2010  fritz.box
drwxr-xr-x 2 root root  4,0K  2. Sep 2008  sdd
d????????? ? ?    ?        ?             ? upnp

If i use the root account, it also fails but seams to call umount automatically such the permissions are back to normal afterwards. If i do it as a user, it can't reset the permissions.

For root i get:
root@server:~# djmount -f /media/upnp/
[I] Charset : successfully initialised charset='UTF-8'
[I] UPnP Initialized (192.168.178.21:49152)
[I] Add new device : Name='MediaTomb' Id='uuid:3be7fa45-a99c-4af0-a308-ac474434102e' descURL='http://192.168.178.21:49153/description.xml' [I] Add new device : Name='DiskStation' Id='uuid:00113208-15de-0011-de15-de1508321100' descURL='http://192.168.178.70:50001/desc/device.xml'
[E] Error in FUSE main loop = 1

root@server:~# ll /media/
insgesamt 20K
lrwxrwxrwx 1 root root     6 15. Sep 2007  cdrom -> cdrom0
drwxr-xr-x 2 root root  4,0K 15. Sep 2007  cdrom0
drwxr-xr-x 9 jan  users 4,0K 29. Jan 11:45 DiskStation
drwxr-xr-x 2 jan  users 4,0K  9. Jan 2010  fritz.box
drwxr-xr-x 2 root root  4,0K  2. Sep 2008  sdd
drwxr-xr-x 2 jan  jan   4,0K  3. Jul 10:41 upnp

Additionally i created /a and if i call djmount multiple times i get different results:


=============================================================
[I] Charset : successfully initialised charset='UTF-8'
[I] UPnP Initialized (192.168.178.21:49158)
[I] Add new device : Name='DiskStation' Id='uuid:00113208-15de-0011-de15-de1508321100' descURL='http://192.168.178.70:50001/desc/device.xml'
[E] Error in FUSE main loop = 1
=============================================================
[I] Charset : successfully initialised charset='UTF-8'
[I] UPnP Initialized (192.168.178.21:49158)
[I] Add new device : Name='DiskStation' Id='uuid:00113208-15de-0011-de15-de1508321100' descURL='http://192.168.178.70:50001/desc/device.xml'
[E] Error in FUSE main loop = 1
[E] Can't find service matching uuid:0ff5f208-1dd2-11b2-a311-d8c753a2a96d in device list [E] Can't find service matching uuid:0ff63182-1dd2-11b2-a311-d8c753a2a96d in device list
=============================================================
[I] Charset : successfully initialised charset='UTF-8'
[I] UPnP Initialized (192.168.178.21:49152)
[I] Add new device : Name='MediaTomb' Id='uuid:3be7fa45-a99c-4af0-a308-ac474434102e' descURL='http://192.168.178.21:49153/description.xml' [I] Add new device : Name='DiskStation' Id='uuid:00113208-15de-0011-de15-de1508321100' descURL='http://192.168.178.70:50001/desc/device.xml'
[E] Error in FUSE main loop = 1
[E] Can't find service matching uuid:f0a711c0-1dd1-11b2-9dcc-bb3ff8bba13c in device list [E] Can't find service matching uuid:f0a76daa-1dd1-11b2-9dcc-bb3ff8bba13c in device list
Speicherzugriffsfehler
=============================================================

So sometimes i get segfaults. Hopefully i can reproduce them and give you a backtrace.


Regards,
Jan

On 08.07.2011 15:53, Dario Minnucci wrote:

Hi again Jan,


fusermount: failed to access mountpoint /media/upnp: Permission denied



Set the right privileges on /media/upnp and try again... For example:

  $ sudo chmod 755 /media/upnp
  $ sudo chown jan:jan /media/upnp
  $ djmount -f /media/upnp


Regards,






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to