Skip to content

[BUG] Scrolling error in logs: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24. #77

@josco95

Description

@josco95

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Seeing the following scrolling in logs across two separate systems (Fedora Server 38 using podmain and QNAP QTS 5.1.1 using docker:

Oct 21 18:42:18 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:19 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:20 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:21 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:22 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:23 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:24 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:26 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:27 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:28 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:29 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Oct 21 18:42:30 localhost ddclient[335021]: Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.

Expected Behavior

Shouldn't scroll the error in logs

Steps To Reproduce

Run the container.

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

docker run -d \
  --name=ddclient \
  -v $CONFIGS/config:/config \
  -e PGID=911 -e PUID=911  \
  -e TZ=America/New_York \
  linuxserver/ddclient

Container logs

[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

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

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

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

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

User UID:    911
User GID:    911
───────────────────────────────────────

[custom-init] No custom files found, skipping...
Setting up watches.
Watches established.
[ls.io-init] done.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
<message repeats every few seconds>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions