Ich bin's schon wieder...ich kämpfe mich Stück für Stück durch mit der Neueinrichtung meines HTPC's, hoffe bald durch zu sein und Euch Experten dann in Ruhe zu lassen
Ich habe nun den PVR Recording & Power Manager eingerichtet, eine Probeaufnahme programmiert, F12 gedrückt, der Countdouwn läuft, aber der PC schaltet sich nicht aus. Im UEFI sehe ich nicht was einzustellen wäre. Was fehlt noch bzw. was mache ich falsch?
So sieht die /etc/sudoers aus, wobei htpc ist mein User-Name
#
# 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"
Defaults use_pty
# This preserves proxy settings from user environments of root
# equivalent users (group sudo)
#Defaults:%sudo env_keep += "http_proxy https_proxy ftp_proxy all_proxy no_proxy"
# This allows running arbitrary commands, but so does ALL, and it means
# different sudoers have their choice of editor respected.
#Defaults:%sudo env_keep += "EDITOR"
# Completely harmless preservation of a user preference.
#Defaults:%sudo env_keep += "GREP_COLOR"
# While you shouldn't normally run git as root, you need to with etckeeper
#Defaults:%sudo env_keep += "GIT_AUTHOR_* GIT_COMMITTER_*"
# Per-user preferences; root won't have sensible values for them.
#Defaults:%sudo env_keep += "EMAIL DEBEMAIL DEBFULLNAME"
# "sudo scp" or "sudo rsync" should be able to use your SSH agent.
#Defaults:%sudo env_keep += "SSH_AGENT_PID SSH_AUTH_SOCK"
# Ditto for GPG agent
#Defaults:%sudo env_keep += "GPG_AGENT_INFO"
# 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
Cmnd_Alias PVR_CMDS = /home/htpc/.kodi/addons/service.pvr.manager/resources/lib/shutdown.sh
kodi ALL=NOPASSWD: PVR_CMDS
Alles anzeigen
Und /home/htpc/.kodi/userdata/keymaps remote.xml sieht so aus:
<[definition='3','0'][definition='3','0']keymap[/definition][/definition]>
<global>
<!-- This is the keyboard section -->
<keyboard>
<f12>RunScript(service.pvr.manager,poweroff)</f12>
</keyboard>
<!-- This is the remote section -->
<remote>
<power>RunScript(service.pvr.manager,poweroff)</power>
</remote>
</global>
</[definition='3','0'][definition='3','0']keymap[/definition][/definition]>
Alles anzeigen
Die [definition='1','2']kodi.log[/definition] Datei lade ich hier hoch. Und ein Screenshot der Addon-Einstellungen ebenso (Auf Beendigung von Prozessen warten ist aus).
Ich nehme an (und hoffe ) PvD wird sich hier einschalten...wenn ich mich richtig erinnere ist er der Ingenieur des Addons.