Skip to content

[BUG] s6-rc-compile ... type must be oneshot, longrun, or bundle #424

Open
@lnking81

Description

@lnking81

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Plex container fails to start

Expected Behavior

No response

Steps To Reproduce

  1. Update existing plex container to the version (1.41.6)

Environment

- OS: ubuntu
- How docker service was installed: microk8s

CPU architecture

x86-64

Docker creation

metadata:
  name: plex
  labels:
    app: plex
spec:
  replicas: 1
  template:
    metadata:
      labels:
        app: plex
    spec:
      containers:
        - name: plex
          image: lscr.io/linuxserver/plex:1.41.6
          imagePullPolicy: Always
          env:
            - name: NVIDIA_VISIBLE_DEVICES
              value: all
            - name: VERSION
              value: latest
            - name: PUID
              value: "1000"
            - name: PGID
              value: "100"
          ports:
            - protocol: TCP
              containerPort: 32400
              hostPort: 32400
            ...
          resources:
            limits:
              gpu.intel.com/i915: 1
          volumeMounts:
            - name: vol1
              mountPath: /config
            - name: vol2
              mountPath: /media
            - name: vol3
              mountPath: /transcode

Container logs

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions