On Wed, 27 May 2015, Robert P. J. Day wrote:

>
>   on fully-updated rawhide system (still), i installed the
> docker-registry package, and tried to enable and start it, and got the
> following:
>
> $ sudo systemctl status docker-registry
> ● docker-registry.service - Registry server for Docker
>    Loaded: loaded (/usr/lib/systemd/system/docker-registry.service; enabled; 
> vendor preset: disabled)
>    Active: failed (Result: start-limit) since Wed 2015-05-27 09:52:57 EDT; 2s 
> ago
>   Process: 10255 ExecStart=/usr/bin/gunicorn --access-logfile -
> --debug --max-requests 100 --graceful-timeout 3600 -t 3600 -k gevent
> -b ${REGISTRY_ADDRESS}:${REGISTRY_PORT} -w $GUNICORN_WORKERS
> docker_registry.wsgi:application (code=exited, status=2)
>  Main PID: 10255 (code=exited, status=2)
>
> May 27 09:52:57 localhost.localdomain systemd[1]: Unit 
> docker-registry.service entered failed state.
> May 27 09:52:57 localhost.localdomain systemd[1]: docker-registry.service 
> failed.
> May 27 09:52:57 localhost.localdomain systemd[1]: docker-registry.service 
> holdoff time over, scheduling restart.
> May 27 09:52:57 localhost.localdomain systemd[1]: start request repeated too 
> quickly for docker-registry.service
> May 27 09:52:57 localhost.localdomain systemd[1]: Failed to start Registry 
> server for Docker.
> May 27 09:52:57 localhost.localdomain systemd[1]: Unit 
> docker-registry.service entered failed state.
> May 27 09:52:57 localhost.localdomain systemd[1]: docker-registry.service 
> failed.
> $
>
>   i've tried stopping, then restarting, to no effect, and i can't see
> anything in bugzilla about this. thoughts?

  oh, wait, i just pulled this out of /var/log/messages:

May 27 09:58:42 localhost gunicorn: usage: gunicorn [OPTIONS] [APP_MODULE]
May 27 09:58:42 localhost gunicorn: gunicorn: error: unrecognized arguments: 
--debug
May 27 09:58:42 localhost systemd: docker-registry.service: main process 
exited, code=exited, status=2/INVALIDARGUMENT
May 27 09:58:42 localhost systemd: Unit docker-registry.service entered failed 
state.
May 27 09:58:42 localhost systemd: docker-registry.service failed.

  so i guess i better look at this "gunicorn" thing, of which i know
nothing.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
-- 
test mailing list
[email protected]
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to