-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Description
my create command:
sudo docker create
--name=cups
--restart=always
--net=host
--privileged
-v /volume1/docker/AirPrint/config:/config
-v /etc/avahi/services:/services
-e CUPSADMIN="leprint"
-e CUPSPASSWORD="HellFire123!"
quadportnick/cups-airprint
logs has a loop of:
- grep -ci leprint /etc/shadow
- [ 0 -eq 0 ]
- useradd -r -G lpadmin -M leprint
- echo leprint:HellFire123!
- chpasswd
chpasswd: (user leprint) pam_chauthtok() failed, error:
System error
chpasswd: (line 1, user leprint) password not changed
I have also tried admin:password, cupsadmin:cupspass - always this loop.
what's wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels