Bug 1207308

Summary: gunicorn: error: unrecognized arguments: --debug
Product: [Fedora] Fedora Reporter: Jiri Popelka <jpopelka>
Component: docker-registryAssignee: Lokesh Mandvekar <lsm5>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 22CC: admiller, arydekul, lsm5, mgoldman, tscherf, tsnoam, twaugh
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: noarch   
OS: Linux   
Whiteboard:
Fixed In Version: docker-registry-0.9.1-4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-15 20:28:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Popelka 2015-03-30 16:29:06 UTC
docker-registry.service

contains

ExecStart=/usr/bin/gunicorn --debug

which fails with:
gunicorn: error: unrecognized arguments: --debug

s/--debug/--log-level debug/
fixes the problem for me

Version-Release number of selected component (if applicable):
docker-registry-0.9.1-1.fc22.noarch
python-gunicorn-19.3.0-1.fc22.noarch

Comment 1 Tim Waugh 2015-06-30 11:37:03 UTC
*** Bug 1231305 has been marked as a duplicate of this bug. ***

Comment 2 Tim Waugh 2015-06-30 11:42:08 UTC
I'd suggest removing --debug altogether. With log-level debug, a journal message is logged every 1s.

Comment 3 Alexander Rydekull 2016-01-18 21:23:18 UTC
Could someone possibly fix this issue? It is as simple as Tim describe. Would be awesome if we could fix the docker-registry package in Fedora.

Comment 4 Lokesh Mandvekar 2016-01-19 16:49:34 UTC
Sorry about the delay. Fix incoming...

Comment 5 Fedora Update System 2016-01-19 18:39:22 UTC
docker-registry-0.9.1-4.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-241da7395c

Comment 6 Fedora Update System 2016-01-19 18:39:51 UTC
docker-registry-0.9.1-4.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-bb4eb3da3c

Comment 7 Fedora Update System 2016-01-20 23:57:56 UTC
docker-registry-0.9.1-4.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-bb4eb3da3c

Comment 8 Fedora Update System 2016-01-21 06:24:48 UTC
docker-registry-0.9.1-4.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-241da7395c

Comment 9 Lokesh Mandvekar 2016-02-15 20:28:27 UTC
docker-registry has been obsoleted by docker-distribution upstream, and we're now in the process of obsoleting it in fedora. Please use 'docker-distribution' instead.