| Summary: | app-admin/puppet-2.7.11 fails to start puppetmaster | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Eric Martin <eric.joshua.martin> |
| Component: | Current packages | Assignee: | MATSUU Takuto (RETIRED) <matsuu> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | Keywords: | PATCH |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
changed --dir flag to --directory and it starts fine
patched /etc/init.d/puppetmaster |
||
|
Description
Eric Martin
2012-03-01 16:34:20 UTC
Created attachment 303839 [details]
changed --dir flag to --directory and it starts fine
--dir is now --directory, so I changed it in /etc/init.d/puppetmaster and puppet starts fine
Created attachment 303841 [details, diff]
patched /etc/init.d/puppetmaster
--dir is now --directory. I patched the file and it starts fine
I confirm this. The bug is due to shortened option used in initialization file. openrc had only --directory option before current version so it worked fine. Current trunk added a second option (--directory-truncate) so the shortened option name became ambiguous. The attached patch works. Please push this upstream. Fixed in cvs. thanks. |