Jellyfin startet nicht

Krik

Fleet Admiral
Registriert
Juni 2005
Beiträge
15.215
Moin zusammen,

ich habe einen privilegierten Jellyfin-Container in Proxmox aufgesetzt. Privilegiert deshalb, weil ohne das das Einstellen von NFS-Shares mir zu nervig war.

Wenn ich den Container neustarte, kann der Jellyfin-Service nicht starten:
Less:
root@jellyfin:~# journalctl -u jellyfin.service -b
Jun 09 11:14:15 jellyfin systemd[1]: Started jellyfin.service - Jellyfin Media Server.
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Jellyfin version: 10.9.6
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Environment Variables: ["[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_WE>
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/we>
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Operating system: Debian GNU/Linux 12 (bookworm)
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Architecture: X64
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] 64-Bit Process: True
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] User Interactive: True
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Processor count: 2
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Program data path: /var/lib/jellyfin
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Log directory path: /var/log/jellyfin
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Config directory path: /etc/jellyfin
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Cache path: /var/cache/jellyfin
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Web resources path: /usr/share/jellyfin/web
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Application directory: /usr/lib/jellyfin/bin/
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [INF] Setting cache path: /var/cache/jellyfin
Jun 09 11:14:15 jellyfin jellyfin[139]: [11:14:15] [FTL] Unhandled Exception
Jun 09 11:14:15 jellyfin jellyfin[139]: System.UnauthorizedAccessException: Access to the path '/mnt/Videos/Metadata' is denied.
Jun 09 11:14:15 jellyfin jellyfin[139]:  ---> System.IO.IOException: Permission denied
Jun 09 11:14:15 jellyfin jellyfin[139]:    --- End of inner exception stack trace ---
Jun 09 11:14:15 jellyfin jellyfin[139]:    at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
Jun 09 11:14:15 jellyfin jellyfin[139]:    at System.IO.Directory.CreateDirectory(String path)
Jun 09 11:14:15 jellyfin jellyfin[139]:    at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
Jun 09 11:14:15 jellyfin jellyfin[139]:    at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths >
Wenn ich ein paar Sekunden warte, dann startet der Dienst via systemctl restart jellyfin.service problemlos.

/mnt/Videos ist ein NFS4-Share.
"Ok," habe ich mir gedacht, "dann wird wohl der NFS-Share noch nicht bereit sein, wenn der Dienst startet."

Darauf hin habe ich in der /etc/systemd/system/jellyfin.service.d/jellyfin.service.conf das hinzugefügt:
Bash:
[Unit]
RequiresMountsFor=/mnt/Videos
Und danach natürlich systemctl daemon-reload.
Hat leider keinen Effekt. Der Autostart von Jellyfin funktioniert weiterhin nicht, die Fehlermeldung bleibt gleich.

Was gehe ich hier falsch an? Liegt es nicht am Timing?

Gruß
Krik
 
Kannst du rausfinden, in welcher Reihenfolge die einzelnen Services von systemd gestartet werden?
Evtl kannst du einstellen, dass jellyfin erst nach einem gewissen Service startet.
 
Kommt der Fehler
Code:
Jun 09 11:14:15 jellyfin jellyfin[139]: System.UnauthorizedAccessException: Access to the path '/mnt/Videos/Metadata' is denied.
Jun 09 11:14:15 jellyfin jellyfin[139]:  ---> System.IO.IOException: Permission denied
Jun 09 11:14:15 jellyfin jellyfin[139]:    --- End of inner exception stack trace ---
Jun 09 11:14:15 jellyfin jellyfin[139]:    at System.IO.FileSystem.CreateDirectory(Strin
wenn du den Jellyfin-Container in Proxmox manuell startest?

Bzw. was heißt Jellyfin-Container in Proxmox? Bei Container denke ich gleich an Docker. Aber da sehe ich kein Docker. Oder sprichst du von einem LXC Container?
 
@oicfar
Das ist ein LXC-Container, richtig.

Der Fehler kommt nicht, wenn ich ein paar Sekunden nach Start warte und dann manuell starte. Das klingt für mich nach einem Timing-Problem. Irgendwas ist noch nicht verfügbar und führt zu dem Fehler. Da das zusammen mit dem NFS4-Share auftritt, gehe ich davon aus, dass das NFS-Mount noch nicht bereit ist.
Ich kann aber auch komplett daneben liegen.
 
der Mount scheint später zu kommen, als der Container gestartet wird.

Du kannst testweise in der jellyfin.service mal ein Sleep einbauen
Code:
[Service]
ExecStartPre=/bin/sleep 10
ExecStart=..
ExecStop=..
oder so.

Die Mount Configuration steht in /etc/fstab?
Ergänzung ()

Du kannst noch mit
Code:
[Unit]
...
After=network.target
...
versuchen.
 
Ich bin mir gerade nicht 100%ig sicher, ob übertragbar, da ich eine iSCSI LUN für mein Plex benutze, aber ich brauche in der /etc/fstab folgenden Parameter:
Code:
/etc/fstab
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
UUID=00000000-0000-0000-0000-000000000000 /plex ext4    _netdev,x-systemd.requires=iscsi.service 0 0

Also vielleicht gibt es da eine passende Abwandlung für NFS?
 
Jepp, der Mount steht in der fstab:
10.0.0.251:/srv/NFS/Videos /mnt/Videos nfs4 soft

Die jellyfin.service-Datei sieht übrigens so aus:
Bash:
[Unit]
Description = Jellyfin Media Server
After = network-online.target
RequiresMountsFor=/mnt/Videos

[Service]
Type = simple
EnvironmentFile = /etc/default/jellyfin
User = jellyfin
Group = jellyfin
WorkingDirectory = /var/lib/jellyfin
ExecStart = /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
Restart = on-failure
TimeoutSec = 15
SuccessExitStatus=0 143

[Install]
WantedBy = multi-user.target
RequiresMountsFor=/mnt/Videos habe ich hinzugefügt und meinen Recherchen nach ist das auch die korrekte Lösung, um auf NFS-Mounts zu warten.
Ein ExecStartPre = /bin/sleep 30 mit TimeoutSec = 60 führt zu einer Endlosschleife. sleep wird immer wieder neugestartet. Keine Ahnung warum.


@_anonymous0815_
Ich bin jetzt nicht der Meinung, dass das auf NFS übertragbar ist.


Vielleicht liegt es gar nicht an NFS? Was könnte es denn noch sein?
Ergänzung ()

Ich habe in der .service-Datei noch diese Änderung gemacht:
After = network-online.target nfs-client.target

Kein Effekt. Es liegt wohl doch nicht an NFS.
Ergänzung ()

Die Rechte sehen i. O. aus, aber NFS kümmert sich darum ja eigentlich gar nicht.

Code:
root@jellyfin:/mnt/Videos# ls -alh Metadata
total 24K
drwxr-xr-x   6 jellyfin jellyfin 4.0K Jun  7 23:42 .
drwxr-xr-x   9     1000     1000 4.0K Jun  7 23:26 ..
drwxr-xr-x  17 jellyfin jellyfin 4.0K Jun  7 23:49 People
drwxr-xr-x  18 jellyfin jellyfin 4.0K Jun  7 23:50 Studio
drwxr-xr-x 165 jellyfin jellyfin 4.0K Jun  8 11:12 library
drwxr-xr-x   3 jellyfin jellyfin 4.0K Jun  7 23:42 views

Der ganze Inhalt dort wurde von Jellyfin selber angelegt. Ich verstehe nicht ganz, warum er wegen Permissions meckert.
 
Zuletzt bearbeitet:
Der Permissions error kommt davon dass Jellyfin versucht einen neuen Ordner /mnt/Videos/Metadata anzulegen (CreateDirectory im Stack trace). Das darf Jellyfin nicht weil /mnt/Videos nicht dem Nutzer jellyfin gehört sondern dem Nutzer mit der ID 1000 (diesen gibt es in deinem Container offenbar nicht). Das ist aber in Ordnung, Jellyfin muss nicht den ganzen Videos Ordner beschreiben können. Der Unterordner Metadata existiert ja auch bereits mit den korrekten Berechtigungen, aber Jellyfin scheint in der Tat zu starten bevor der Mount verfügbar ist; daher sieht Jellyfin nur einen leeren Ordner /mnt/Videos.

Meinem Verständnis nach ist deine jellyfin.service korrekt und sollte so auf den Mount warten. Bin selber momentan überfragt.
 
Krik schrieb:
Der ganze Inhalt dort wurde von Jellyfin selber angelegt. Ich verstehe nicht ganz, warum er wegen Permissions meckert.
Mit welchem Nutzer greifst du drauf in dem LXC Container?
 
@Marco01_809
Das ergibt Sinn. Also ist wahrscheinlich doch NFS Schuld. grml

@oicfar
Ich verstehe die Frage nicht. Jellyfin läuft in seinem selbst angelegten User und Gruppe. Die Permission von /mnt/Videos/Metadata entsprechend dem.
In den Container logge ich mit root ein.
Ergänzung ()

root@jellyfin:/mnt/Videos# chown -R jellyfin:jellyfin .
...und es geht. Ich bekomm nen Kasper! Das sollte doch gar keinen Unterschied machen! :grr:
 
Krik schrieb:
@oicfar
Ich verstehe die Frage nicht. Jellyfin läuft in seinem selbst angelegten User und Gruppe. Die Permission von /mnt/Videos/Metadata entsprechend dem.
In den Container logge ich mit root ein.
ok.

Was sagt:

systemd-analyze blame
systemd-analyze critical-chain
 
Krik schrieb:
root@jellyfin:/mnt/Videos# chown -R jellyfin:jellyfin .
...und es geht. Ich bekomm nen Kasper! Das sollte doch gar keinen Unterschied machen! :grr:
Das hört sich aber ungesund an. Wahrscheinlich startet Jellyfin jetzt mit einem leeren Ordner /mnt/Videos und legt lokal einen neuen Ordner Metadata an. Dadurch crasht Jellyfin nicht mehr (leerer Videos-Ordner ist ja in Ordnung) und irgendwann während oder nach dem Start wird über /mnt/Videos plötzlich der NFS Share drüber gemounted wo dann der richtige, nicht-leere Metadata drin ist.

Gerade weil es geht wenn du Jellyfin manuell verzögert startest sollte es nichts mit Dateirechten zu tun haben. Würde mir das lieber nochmal anschauen und richtig fixen.

Edit: Schau dir doch mal den gesamten Log/Journal seit Start vom Container an, insbesondere alle Meldungen bzgl. nfs-client, mnt-Videos und jellyfin und in welcher Reihenfolge diese erscheinen.
 
Zuletzt bearbeitet:
Ich habe nachgeschaut: Jellyfin legt kein Metadata-Verzeichnis an. Soweit so gut.
Ich habe die Owner-Einstellungen rückgängig gemacht. Nur noch Metadata gehört zu Jellyfin, so war das vorher.

Im Journal sieht es so aus:
Code:
Jun 09 13:26:28 jellyfin systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart.
Jun 09 13:26:28 jellyfin systemd[1]: Mounting mnt-Videos.mount - /mnt/Videos...
Jun 09 13:26:28 jellyfin systemd[1]: Mounted mnt-Videos.mount - /mnt/Videos.
Jun 09 13:26:28 jellyfin systemd[1]: Reached target remote-fs.target - Remote File Systems.
Jun 09 13:26:28 jellyfin systemd[1]: Started cron.service - Regular background program processing daemon.
Jun 09 13:26:28 jellyfin cron[179]: (CRON) INFO (pidfile fd = 3)
Jun 09 13:26:28 jellyfin systemd[1]: Started jellyfin.service - Jellyfin Media Server.
Jun 09 13:26:28 jellyfin cron[179]: (CRON) INFO (Running @reboot jobs)
Es startet in der richtigen Reihenfolge.
Etwas später kommt dann:
Code:
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Jellyfin version: 10.9.6
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Environment Variables: ["[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]"]
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Operating system: Debian GNU/Linux 12 (bookworm)
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Architecture: X64
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] 64-Bit Process: True
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] User Interactive: True
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Processor count: 2
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Program data path: /var/lib/jellyfin
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Log directory path: /var/log/jellyfin
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Config directory path: /etc/jellyfin
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Cache path: /var/cache/jellyfin
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Web resources path: /usr/share/jellyfin/web
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Application directory: /usr/lib/jellyfin/bin/
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [INF] Setting cache path: /var/cache/jellyfin
Jun 09 13:26:28 jellyfin jellyfin[184]: [13:26:28] [FTL] Unhandled Exception
Jun 09 13:26:28 jellyfin jellyfin[184]: System.UnauthorizedAccessException: Access to the path '/mnt/Videos/Metadata' is denied.
Jun 09 13:26:28 jellyfin jellyfin[184]:  ---> System.IO.IOException: Permission denied
Jun 09 13:26:28 jellyfin jellyfin[184]:    --- End of inner exception stack trace ---
Jun 09 13:26:28 jellyfin jellyfin[184]:    at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at System.IO.Directory.CreateDirectory(String path)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Jellyfin.Server.Program.StartApp(StartupOptions options)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Jellyfin.Server.Program.<Main>(String[] args)
Jun 09 13:26:28 jellyfin jellyfin[184]: Unhandled exception. System.UnauthorizedAccessException: Access to the path '/mnt/Videos/Metadata' is denied.
Jun 09 13:26:28 jellyfin jellyfin[184]:  ---> System.IO.IOException: Permission denied
Jun 09 13:26:28 jellyfin jellyfin[184]:    --- End of inner exception stack trace ---
Jun 09 13:26:28 jellyfin jellyfin[184]:    at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at System.IO.Directory.CreateDirectory(String path)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Jellyfin.Server.Program.StartApp(StartupOptions options)
Jun 09 13:26:28 jellyfin jellyfin[184]:    at Jellyfin.Server.Program.<Main>(String[] args)
Jun 09 13:26:28 jellyfin systemd[1]: jellyfin.service: Main process exited, code=killed, status=6/ABRT
Jun 09 13:26:28 jellyfin systemd[1]: jellyfin.service: Failed with result 'signal'.
Jun 09 13:26:29 jellyfin systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 1.
Jun 09 13:26:29 jellyfin systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
Jun 09 13:26:29 jellyfin systemd[1]: Started jellyfin.service - Jellyfin Media Server.
Das kommt insgesamt 5x. Also 5 Mal wird probiert, den Dienst zu starten. Jedes Mal scheitet es am selben Fehler.

@oicfar
systemd-analyse blame
Code:
1.008s ifupdown-wait-online.service
 350ms postfix@-.service
 255ms jellyfin.service
 111ms networking.service
  64ms user@0.service
  62ms systemd-networkd.service
  57ms mnt-Videos.mount
  57ms e2scrub_reap.service
  51ms systemd-journal-flush.service
  44ms systemd-logind.service
  41ms ssh.service
  39ms modprobe@dm_mod.service
  37ms modprobe@drm.service
  34ms modprobe@efi_pstore.service
  34ms modprobe@fuse.service
  33ms modprobe@loop.service
  31ms nftables.service
  30ms ifupdown-pre.service
  29ms dev-hugepages.mount
  28ms dev-mqueue.mount
  26ms systemd-journald.service
  25ms systemd-modules-load.service
  25ms modprobe@configfs.service
  24ms systemd-network-generator.service
  24ms systemd-remount-fs.service
  23ms dbus.service
  19ms systemd-tmpfiles-setup.service
  18ms systemd-sysusers.service
  15ms systemd-sysctl.service
  13ms systemd-update-utmp.service
  12ms systemd-tmpfiles-setup-dev.service
  10ms rpcbind.service
   8ms systemd-user-sessions.service
   7ms systemd-update-utmp-runlevel.service
   6ms user-runtime-dir@0.service
   5ms sys-kernel-config.mount
   5ms rpc-statd-notify.service
   5ms run-rpc_pipefs.mount
   2ms postfix.service
Ich sehe kein nfs-client, aber ich sehe den Mount-Vorgang (57ms).

systemd-analyze critical-chain sieht für mich auch i. O. aus.
Code:
root@jellyfin:~# systemd-analyze critical-chain jellyfin.service
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.

jellyfin.service +255ms
`-mnt-Videos.mount @1.177s +57ms
  `-network-online.target @1.158s
    `-ifupdown-wait-online.service @149ms +1.008s
      `-systemd-journald.socket @145ms
        `-system.slice @132ms
          `--.slice @132ms

Ich kann mir einen Reim daraus machen, warum der Autostart nicht geht, aber der manuelle schon.
 
Neue Erkenntnis:
Die Rechte vom lokalen /mnt/Videos interessieren nicht. Wichtig ist für Jellyfin, welcher Besitzer beim gemounteten Verzeichnis eingetragen ist. In meinem Fall wäre das also der Ursprung: 10.0.0.251:/srv/NFS/Videos
Das ist ein wenig blöd, stört aber nicht.
 
Meine Frage in #9 ging in die Richtung. War aber unglücklich formuliert. ;)
 
Ich habe ähnliche Konstellation, Jellyfin im Ubuntu 24.04 LXC Container. Der LXC Container ist unprivileged und ich habe das NFS Share via Mountpoint in den Container umgeleitet. Ist schnell eingerichtet und funktioniert hier bei mir einwandfrei.
 
Zurück
Oben