Skip to content

[BUG] smokeping amd64-2.9.0 failed with exec format error #203

@admun

Description

@admun

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I started running into issue running smokeping on kubernetes starting about a week ago

pod logs seeing this error:

exec /init: exec format error

I pinned to ghcr.io/linuxserver/smokeping:amd64-2.9.0 yet still seeing the issue

kubernetes is rke2 running on a mini PC running AMD Ryzen9 CPU.

Expected Behavior

The pod should started and running successfully

Steps To Reproduce

The deployment yaml

apiVersion: apps/v1
kind: Deployment
metadata:
  name: smokeping
  namespace: smokeping
  labels:
    app: smokeping
spec: 
  progressDeadlineSeconds: 600
  replicas: 1
  revisionHistoryLimit: 10
  selector:
    matchLabels:
      app: smokeping
  strategy:
    rollingUpdate:
      maxSurge: 25%
      maxUnavailable: 25%
    type: RollingUpdate
  template:
    metadata:
      labels:
        app: smokeping
    spec:
      affinity: {}
      containers:
      - env:
        - name: GUID
          value: "1000"
        - name: PUID
          value: "1000"
        - name: TZ
          value: America/Los_Angeles
        image: ghcr.io/linuxserver/smokeping:amd64-2.9.0
        imagePullPolicy: Always
        name: smokeping
        ports:
        - containerPort: 80
          name: tcp80
          protocol: TCP
        resources: {}
        securityContext:
          allowPrivilegeEscalation: true
          privileged: false
          readOnlyRootFilesystem: false
        terminationMessagePath: /dev/termination-log
        terminationMessagePolicy: File
        volumeMounts:
        - mountPath: /data
          name: smokeping-data
        - mountPath: /config
          name: smokeping-config
      dnsPolicy: ClusterFirst
      restartPolicy: Always
      schedulerName: default-scheduler
      securityContext: {}
      terminationGracePeriodSeconds: 30
      volumes:
      - name: smokeping-data
        persistentVolumeClaim:
          claimName: smokeping-data
      - name: smokeping-config
        persistentVolumeClaim:
          claimName: smokeping-config

Environment

- OS: Fedora 42
- RKE2 deployment

CPU architecture

x86-64

Docker creation

n/a

Container logs

exec /init: exec format error

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions