Skip to content

[BUG] Failed to open 'test': Failed to open file: No such file or directory: No such file or directory #29

@2br-2b

Description

@2br-2b

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hello!

I'm trying to run this in Kubernetes, but I keep getting this error:

Failed to open 'test': Failed to open file: No such file or directory: No such file or directory

Expected Behavior

No response

Steps To Reproduce

Run this docker compose::

Environment

Kubernetes (K3S)

CPU architecture

arm64

Docker creation

apiVersion: apps/v1
kind: Deployment
metadata:
  name: folding-at-home
  namespace: folding-at-home
  generation: 2
  labels:
    app: folding-at-home
status:
  replicas: 1
spec:
  replicas: 1
  selector:
    matchLabels:
      app: folding-at-home
  template:
    metadata:
      labels:
        app: folding-at-home
    spec:
      containers:
        - name: foldingathome
          image: lscr.io/linuxserver/foldingathome:latest
          ports:
            - containerPort: 80
              protocol: TCP
          envFrom:
            - secretRef:
                name: folding-at-home-info
          env:
            - name: ACCOUNT_TOKEN
              valueFrom:
                secretKeyRef:
                  name: folding-at-home-info
                  key: ACCOUNT_TOKEN
            - name: PUID
              value: '1000'
            - name: PGID
              value: '1000'
            - name: TZ
              value: America/New_York
            - name: MACHINE_NAME
              value: k3s test
          resources:
            limits:
              cpu: 500m
              memory: 128Mi
            requests:
              cpu: 250m
              memory: 64Mi
          imagePullPolicy: Always

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support the app dev(s) visit:
Folding@home: https://foldingathome.org/about/donate/

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 8.4.9-ls162
Build-date: 2025-04-22T03:30:43+00:00
───────────────────────────────────────

[custom-init] No custom files found, skipping...
11:49:27:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:28:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:29:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:30:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:31:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:32:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:34:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:35:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:36:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:37:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:38:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:40:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:41:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory
11:49:42:E :Exception: Failed to open 'test': Failed to open file: No such file or directory: No such file or directory

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