VyOS ending up with extraneous characters

Unimus support forum
Post Reply
SlothCroissant
Posts: 4
Joined: Wed Nov 17, 2021 2:16 am

Thu Dec 19, 2024 5:29 pm

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:
Attachments
Screenshot 2024-12-19 at 10.57.01.png
Screenshot 2024-12-19 at 10.57.01.png (113.88 KiB) Viewed 6264 times
Screenshot 2024-12-19 at 10.57.13.png
Screenshot 2024-12-19 at 10.57.13.png (116.86 KiB) Viewed 6264 times
Screenshot 2024-12-19 at 10.57.20.png
Screenshot 2024-12-19 at 10.57.20.png (115.43 KiB) Viewed 6264 times
SlothCroissant
Posts: 4
Joined: Wed Nov 17, 2021 2:16 am

Thu Apr 10, 2025 7:04 pm

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.
Attachments
Screenshot 2025-04-10 at 14.02.54.png
Screenshot 2025-04-10 at 14.02.54.png (185.07 KiB) Viewed 814 times
Screenshot 2025-04-10 at 14.02.48.png
Screenshot 2025-04-10 at 14.02.48.png (113.92 KiB) Viewed 814 times
Post Reply