Posts by brunofcat

    Hi,


    When I try to start the FileBrowser I receive an error.


    I did a check and I have this error:


    :~# systemctl status pod-filebrowser.service


    × pod-filebrowser.service - Podman pod-filebrowser.service

    Loaded: loaded (/etc/systemd/system/pod-filebrowser.service; disabled; preset: enabled)

    Active: failed (Result: exit-code) since Wed 2024-10-30 09:36:29 WET; 15s ago

    Process: 13484 ExecStartPre=/bin/rm -f /run/pod-filebrowser.pid /run/pod-filebrowser.pod-id (code=exited, status=0/SUCCESS)

    Process: 13485 ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile /run/pod-filebrowser.pid --pod-id-file /run/pod-filebrowser.pod-id --name=filebrowser -p 3670:8080 --replace (code=exited, status=0/SUCCESS)

    Process: 13514 ExecStart=/usr/bin/podman pod start --pod-id-file /run/pod-filebrowser.pod-id (code=exited, status=125)

    Process: 13609 ExecStopPost=/usr/bin/podman pod rm --ignore -f --pod-id-file /run/pod-filebrowser.pod-id (code=exited, status=0/SUCCESS)

    CPU: 905ms


    Oct 30 09:36:29 wdmc systemd[1]: pod-filebrowser.service: Start request repeated too quickly.

    Oct 30 09:36:29 wdmc systemd[1]: pod-filebrowser.service: Failed with result 'exit-code'.

    Oct 30 09:36:29 wdmc systemd[1]: Failed to start pod-filebrowser.service - Podman pod-filebrowser.service.



    According to the Podman notes An exit code of 125 indicates there was an issue accessing the local storage.



    Any help?