Page 1 of 1

VyOS ending up with extraneous characters

Posted: Thu Dec 19, 2024 5:29 pm
by SlothCroissant
See attached images - every so often, Unimus will toss an extra "q" character preceeded by ~90 blank lines, when no other changes have occurred. It reverts itself a few hours later.

Thoughts? Anything I can to do test or provide detail, please let me know.

Unimus Version : 2.5.1 (will be updating to 2.6.0 shortly, since it just dropped - though I glanced through the changelog and didn't see anything interesting that could be my issue).

Deployed via Docker Compose:

Code: Select all

---
services:
  app:
    image: docker.io/croc/unimus:2.5.1
    environment:
      - JAVA_OPTS=-Xms256M -Xmx1024M -Dunimus.core.connect-timeout=20000 -Dunimus.core.inter-connection-delay=1000 -Dunimus.core.cli-expect-timeout=30000
      - TZ=America/Chicago
    volumes:
      - unimus:/etc/unimus
    restart: always
    labels:
      - traefik.enable=true
      - traefik.http.routers.unimus.rule=Host(`unimus.ff.lan`)
      - traefik.http.routers.unimus.tls=true
      - traefik.http.services.unimus.loadbalancer.server.port=8085
    networks:
      - main

networks:
  main:
    name: main
    external: true

volumes:
  unimus:

Re: VyOS ending up with extraneous characters

Posted: Thu Apr 10, 2025 7:04 pm
by SlothCroissant
Nudging this. Seeing all sorts of strange issues with VyOS, and now I'm seeing backups being taken that actually contain.... no changes?

Can someone help me understand what's going on here? Unimus is taking backups hourly, and nearly every hour in the last few days has shown a backup with *no* content changed, etc. Just a backup for no real reason.