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

can't get it to run #8

Open
m-arx opened this issue Jan 14, 2021 · 1 comment
Open

can't get it to run #8

m-arx opened this issue Jan 14, 2021 · 1 comment

Comments

@m-arx
Copy link

m-arx commented Jan 14, 2021

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?

@thoschworks
Copy link

I cannot reproduce this error on my system (Ubuntu 20.04, Docker version 20.10.2, build 2291f61).

I would recomment that you switch to one of the many forks, cause this repository seems to be unmaintained (last commit four years ago) and uses an outdated base os (Ubuntu 17.04) which is unsupported fo three years.
My recommendation would be @chuckcharlie's fork.

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

2 participants