Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 726030

Summary: Webrick wont start with the -d (daemon) option
Product: Red Hat Satellite Reporter: Lukas Zapletal <lzap>
Component: WebUIAssignee: Mike McCune <mmccune>
Status: CLOSED NOTABUG QA Contact: Garik Khachikyan <gkhachik>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: gkhachik, mkoci
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-15 14:47:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 747354    

Description Lukas Zapletal 2011-07-27 11:17:21 UTC
When we try to run webrick in the deamon option, it just wont start. No error, no process spawned.

# rails s -d

No matter if you run it in production or development mode, in devsetup or 

Using git bisect I have found this version change probably did it:

a488b1662aea28d090e93aa81104fb6e49f21daa

It's a downgrade of rack 1.3.0 to 1.1.0.

The plan is not to use webrick for production deployment, but right now QEs are not able to test the RPM. They have to run it manually in the foreground.

Comment 1 Lukas Zapletal 2011-07-27 12:51:32 UTC
I have intention to run it under "bash & nohup" for now as a workaround. Opinions?

Comment 2 Lukas Zapletal 2011-07-27 14:30:39 UTC
Pushed a workaround now:

42402a0 bug 726030 - Webrick wont start with the -d (daemon) option

I think we can close the issue now.

Comment 3 Mike McCune 2012-01-26 19:07:54 UTC
mass ON_QA move

Comment 5 Garik Khachikyan 2012-02-15 14:47:09 UTC
# VERIFIED

I believe that having thin replacing webrick brings this bug obsoleted a little. thus - closed/notabug?

please reopen if you think it's not the case.