S3 has been working fine for a year but no longer (since latest updates?)

  • Hi there, on OMV with latest updates, the S3 plugin doesn't show up it's interface and doesn't provide the API service.

    I restarted the plugin, rebooted OMV, uninstalled the plugin, reinstalled, to no avail.

    Any ideas to help please?


    I used it correctly 15 days ago, the only change I did in between is apply latest OMV updates


    Many thanks!

    Dell T330 - 32Go RAM - Proxmox - M2 256go - 1*12To - OMV 7.x installed

    HP Proliant Microserver N40L - 8Go RAM - Proxmox - 1*250Go + 2*3To - OMV 7.x installed

  • Thanks votdev. I suspect this is the issue but I don't know where to look for it. I will restore my previous backup of OMV's VM


    Humm, I restored my OMV backup and I the issue is there already. The strange thing is that I backed up to it a bit less than 3 weeks ago without issue (this machine isn't live all the time)

    Dell T330 - 32Go RAM - Proxmox - M2 256go - 1*12To - OMV 7.x installed

    HP Proliant Microserver N40L - 8Go RAM - Proxmox - 1*250Go + 2*3To - OMV 7.x installed

    Edited once, last by tugdualenligne ().

  • I don't understand what's going on my system

    Shouldn't podman run for the minio container to run? By logs seem to say otherwise:

    ○ podman.service - Podman API Service

    Loaded: loaded (/lib/systemd/system/podman.service; enabled; preset: enabled)

    Active: inactive (dead) since Wed 2024-08-14 17:46:11 CEST; 5min ago

    Duration: 5.093s

    TriggeredBy: ● podman.socket

    Docs: man:podman-system-service(1)

    Process: 2720 ExecStart=/usr/bin/podman $LOGGING system service (code=exited, status=0/SUCCESS)

    Main PID: 2720 (code=exited, status=0/SUCCESS)

    CPU: 151ms


    Aug 14 17:46:05 charybde systemd[1]: Starting podman.service - Podman API Service...

    Aug 14 17:46:05 charybde systemd[1]: Started podman.service - Podman API Service.

    Aug 14 17:46:05 charybde podman[2720]: time="2024-08-14T17:46:05+02:00" level=info msg="/usr/bin/podman filtering at log level info"

    Aug 14 17:46:06 charybde podman[2720]: time="2024-08-14T17:46:06+02:00" level=info msg="[graphdriver] using prior storage driver: overlay"

    Aug 14 17:46:06 charybde podman[2720]: time="2024-08-14T17:46:06+02:00" level=info msg="Setting parallel job count to 7"

    Aug 14 17:46:06 charybde podman[2720]: time="2024-08-14T17:46:06+02:00" level=info msg="Using systemd socket activation to determine API endpoint"

    Aug 14 17:46:06 charybde podman[2720]: time="2024-08-14T17:46:06+02:00" level=info msg="API service listening on \"/run/podman/podman.sock\". URI: \"/run/podman/podman.sock\""

    Aug 14 17:46:11 charybde systemd[1]: podman.service: Deactivated successfully.

    Dell T330 - 32Go RAM - Proxmox - M2 256go - 1*12To - OMV 7.x installed

    HP Proliant Microserver N40L - 8Go RAM - Proxmox - 1*250Go + 2*3To - OMV 7.x installed

  • Not sure what is going on. I tried to restart the services, but they keep dying almost instantly:

    systemctl status container-minio-app.service

    ○ container-minio-app.service - Podman container-minio-app.service

    Loaded: loaded (/etc/systemd/system/container-minio-app.service; disabled; preset: enabled)

    Active: inactive (dead) (Result: exit-code) since Wed 2024-08-14 19:25:33 CEST; 2s ago

    Duration: 610ms

    Process: 24764 ExecStartPre=/bin/rm -f /run/container-minio-app.pid /run/container-minio-app.ctr-id (code=exited, status=0/SUCCESS)

    Process: 24765 ExecStart=/usr/bin/podman run --conmon-pidfile /run/container-minio-app.pid --cidfile /run/container-minio-app.ctr-id --cgroups=no-conmon --pod-id-file /run/p>

    Process: 24791 ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile /run/container-minio-app.ctr-id (code=exited, status=0/SUCCESS)

    Main PID: 24775 (code=exited, status=127)

    CPU: 613ms


    and


    pod-minio.service - Podman pod-minio.service

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

    Active: activating (start) since Wed 2024-08-14 19:27:04 CEST; 554ms ago

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

    Process: 32902 ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile /run/pod-minio.pid --pod-id-file /run/pod-minio.pod-id --name=minio -p 9010:9000 -p 9001:9001 ->

    Cntrl PID: 32950 (podman)

    Tasks: 9 (limit: 8254)

    Memory: 12.1M

    CPU: 492ms

    CGroup: /system.slice/pod-minio.service

    ├─32950 /usr/bin/podman pod start --pod-id-file /run/pod-minio.pod-id

    └─32976 /usr/lib/cni/firewall

    Dell T330 - 32Go RAM - Proxmox - M2 256go - 1*12To - OMV 7.x installed

    HP Proliant Microserver N40L - 8Go RAM - Proxmox - 1*250Go + 2*3To - OMV 7.x installed

  • I'm not sure I understand what the contribution was but if using Caddy, as I'm using Traefik in a container using of course port 443, could it be a conflict between Caddy and Traefik?

    Dell T330 - 32Go RAM - Proxmox - M2 256go - 1*12To - OMV 7.x installed

    HP Proliant Microserver N40L - 8Go RAM - Proxmox - 1*250Go + 2*3To - OMV 7.x installed

  • I did self-issued the certificate and therefore SSL back in 2023. The certificate has expired, I just realized that and I recreated it.

    But now that I have restored the VM, the past month updates have not been applied, so I suspect the changes to the S3 plugin might not be the cause

    Dell T330 - 32Go RAM - Proxmox - M2 256go - 1*12To - OMV 7.x installed

    HP Proliant Microserver N40L - 8Go RAM - Proxmox - 1*250Go + 2*3To - OMV 7.x installed

  • If it can help the plugin devs, I get these errors messages:

    Dell T330 - 32Go RAM - Proxmox - M2 256go - 1*12To - OMV 7.x installed

    HP Proliant Microserver N40L - 8Go RAM - Proxmox - 1*250Go + 2*3To - OMV 7.x installed

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!