Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: user autom4b not found #57

Open
Matth3wW opened this issue Jul 14, 2024 · 0 comments
Open

Error: user autom4b not found #57

Matth3wW opened this issue Jul 14, 2024 · 0 comments

Comments

@Matth3wW
Copy link

Matth3wW commented Jul 14, 2024

I have docker running as root installed on a debian 12 LXC on proxmox 8.2.4. In config/auto-m4b-tool.log, I see the following message:

setuser: user autom4b not found

This is what docker logs auto-m4b shows

*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/10_syslog-ng.init...
Jul 14 18:48:02 d0a80bbaa68c syslog-ng[14]: syslog-ng starting up; version='3.35.1'
*** Booting runit daemon...
*** Runit started as PID 22
Jul 14 18:48:03 d0a80bbaa68c cron[27]: (CRON) INFO (pidfile fd = 3)
Jul 14 18:48:03 d0a80bbaa68c cron[27]: (CRON) INFO (Running @reboot jobs)

This is the docker-compose.yml I am using.

version: '3.7'
services:
  auto-m4b:
    image: seanap/auto-m4b
    container_name: auto-m4b
    volumes:
      - /mnt/Audiobooks/autom4b/config:/config
      - /mnt/Audiobooks/autom4b/temp:/temp
    environment:
      - PUID=0
      - PGID=0
      - CPU_CORES=2
      - SLEEPTIME=1m
      - MAKE_BACKUP=N

/mnt/Audiobooks is an SMB cifs share from a windows machine.

Any help would be much appreciated! I am very new to docker, so I won't be surprised if this is just a basic user error.

@Matth3wW Matth3wW changed the title Error: Operation not permitted Error: user autom4b not found Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant