Hallo,
ich weiß, der Thread ist schon 3 Jahre alt.
Aber ich nutze immer noch das gleiche System wie oben beschrieben, auch die bisherige Fehlersuche ist identisch in den Ausgaben. Der Automount geht erst seit kurzem nicht mehr.
Wie könnte die Fehlersuche denn weitergehen ?
sudo cat /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d
# Added by yavdr-startup, don't remove
vdr ALL=NOPASSWD: /usr/bin/start-xterm
vdr ALL=NOPASSWD: /sbin/reboot
vdr ALL=NOPASSWD: /usr/sbin/hddtemp
Display More
sudo cat /etc/sudoers.d/yavdr
vdr ALL=NOPASSWD: /sbin/reboot
vdr ALL=NOPASSWD: /sbin/initctl *
vdr ALL=NOPASSWD: /usr/bin/signal-event change-display
id vdr
uid=666(vdr) gid=666(vdr) Gruppen=666(vdr),20(dialout),24(cdrom),29(audio),44(video),46(plugdev),115(pulse),116(pulse-access),1001(pulse-rt)
cat /etc/init/udisks-automounter.conf
description "start udisks-automounter to automount and notify vdr"
start on stopped openbox-tools
stop on runlevel [!2345]
env DISPLAY=:1
export DISPLAY
script
exec su -c 'ck-launch-session udisks-glue -c /etc/udisks-glue/config --foreground' vdr
end script
post-stop script
killall udisks-glue || /bin/true
end script
Display More
Habe nun mal aus der letzten Datei das "su - c vdr" entfernt (Tip aus einem anderen Thread) , den udisks automounter neu gestartet, und das automatische Einhängen funktioniert wieder. (Ging auch vorher in der Konsole mit "sudo udisks --mount /dev/sde1")
Aber nun funzt das Aushängen mit der FB nicht mehr ???
ls -ls /usr/bin/vdr-mounter
4 -rwxr-xr-x 1 root root 1534 Feb 7 2019 /usr/bin/vdr-mounter
ralf@ubuntu:/$ ls -ls /usr/bin/vdr*
1624 -rwxr-xr-x 1 root root 1659768 Jun 5 2016 /usr/bin/vdr
8 -rwxr-xr-x 1 root root 7784 Sep 13 2015 /usr/bin/vdrctl
4 -rwxr-xr-x 1 root root 275 Feb 7 2019 /usr/bin/vdr-dbus-fast
0 lrwxrwxrwx 1 root root 45 Dez 11 2016 /usr/bin/vdr-dbus-send -> ../share/vdr-plugin-dbus2vdr/vdr-dbus-send.sh
4 -rwxr-xr-x 1 root root 1534 Feb 7 2019 /usr/bin/vdr-mounter
4 -rwxr-xr-x 1 root root 1671 Mär 13 2016 /usr/bin/vdr-net-monitor
4 -rwxr-xr-x 1 root root 248 Feb 7 2019 /usr/bin/vdr-next-wakup-time
4 -rwxr-xr-x 1 root root 61 Feb 7 2019 /usr/bin/vdr-poweroff
4 -rwxr-xr-x 1 root root 60 Feb 7 2019 /usr/bin/vdr-reboot
4 -rwxr-xr-x 1 vdr vdr 1352 Feb 8 2019 /usr/bin/vdr-recrepeat
160 -rwxr-xr-x 1 root root 160248 Feb 27 2016 /usr/bin/vdr-sxfe
4 -rwxr-xr-x 1 root root 1516 Mär 13 2016 /usr/bin/vdr-update-monito
Display More
Hilft Du mir bitte, das aufzudröseln?