Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Legal Notice
  • Privacy Policy
Collapse
Brand Logo
  1. Home
  2. General Discussion
  3. Help
  4. PermissionError: [Errno 13] Permission denied: '/app/data/archive'

PermissionError: [Errno 13] Permission denied: '/app/data/archive'

Scheduled Pinned Locked Moved Help
4 Posts 2 Posters 50 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    han_yol0
    wrote last edited by
    #1

    Hello, trying to deploy this on portainer and keep getting this error even with correct UID/GID specified.

    using this stack config:

    services:
    bambuddy:
    image: ghcr.io/maziggy/bambuddy:latest
    container_name: Bambuddy
    healthcheck:
    test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/8109' || exit 1
    interval: 10s
    timeout: 5s
    retries: 3
    start_period: 90s
    user: 1000:1000
    network_mode: host
    volumes:
    - /volume1/docker/bambuddy/data:/app/data:rw
    - /volume1/docker/bambuddy/logs:/app/logs:rw
    - /volume1/docker/bambuddy/virtual_printer:/app/data/virtual_printer:rw
    environment:
    TZ: Pacific/Honolulu
    PORT: 8109
    cap_add:
    - NET_BIND_SERVICE
    restart: on-failure:5

    1 Reply Last reply
    • MartinNYHCM Online
      MartinNYHCM Online
      MartinNYHC
      administrators
      wrote last edited by
      #2

      This is not Bambuddy's Docker file?!

      1 Reply Last reply
      • H Offline
        H Offline
        han_yol0
        wrote last edited by han_yol0
        #3

        So i tried following Option B from install guide using powershell:

        mkdir bambuddy
        cd bambuddy
        Invoke-WebRequest -Uri https://raw.githubusercontent.com/maziggy/bambuddy/main/docker-compose.yml -OutFile docker-compose.yml
        docker compose up -d

        Have docker container running successfully on my win 11 machine and unable to access via browser using machine IP & port 8000. Browser shows refused to connect. No FW or anything special for app blocking in browser.

        Logging to file: /app/logs/bambuddy.log

        Bambuddy starting - debug=False, log_level=INFO

        INFO: Started server process [19]

        INFO: Waiting for application startup.

        MQTT relay disabled

        Background dispatch dispatcher started

        Smart plug scheduler started

        Smart plug energy snapshot loop started

        Print scheduler started

        Notification digest scheduler started

        Starting GitHub backup scheduler

        Starting local backup scheduler

        Starting Obico detection service

        Starting library trash sweeper

        Starting archive auto-purge sweeper

        AMS history recording started

        Printer runtime tracking started

        SpoolBuddy watchdog started

        Camera stream cleanup started

        Expected prints cleanup started

        Auth periodic cleanup started

        Virtual printer manager synced from database

        INFO: Application startup complete.

        INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)

        1 Reply Last reply
        • MartinNYHCM Online
          MartinNYHCM Online
          MartinNYHC
          administrators
          wrote last edited by
          #4

          You didn't follow the install instructions.

          Screenshot 2026-05-20 at 07.36.23.png

          1 Reply Last reply

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          Powered by NodeBB Contributors
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Legal Notice
          • Privacy Policy