Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] v2.0.8.1: s6-rc.d/init-duplicati-config/type: must be oneshot, longrun, or bundle #76

Closed
1 task done
abobija opened this issue May 13, 2024 · 3 comments
Closed
1 task done

Comments

@abobija
Copy link

abobija commented May 13, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Container with latest version v2.0.8.1-2.0.8.1_beta_2024-05-07-ls207 fails to boot with the message:

s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-duplicati-config/type: must be oneshot, longrun, or bundle

I've tried to use linuxserver/duplicati:2.0.7 image and everything works with this image.

Expected Behavior

Cointaner should work with the latest tag.

Steps To Reproduce

  1. Try to run container with the latest tag

Environment

- OS: Ubuntu 22.04.4 LTS
- How docker service was installed: distro's package manager

CPU architecture

x86-64

Docker creation

services:
  duplicati:
    container_name: duplicati
    image: linuxserver/duplicati:latest
    restart: unless-stopped
    environment:
      PUID: 0
      PGID: 0
    volumes:
      - ./services/duplicati/config:/config
      - ./services/duplicati/backups:/backups
      - ./:/source
      - /var/run/docker.sock:/tmp/docker.sock:ro

Container logs

duplicati  | 2024-05-13T09:02:41.630290000Z s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-duplicati-config/type: must be oneshot, longrun, or bundle
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Aug 12, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants