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.