Passenger error after system reboot

Hey folks, I get foreman/katello up and running with the installer but
after i reboot the system passenger doesn't start and I get the following
error…

*** ERROR: The Nginx binary
'/usr/share/gems/gems/passenger-4.0.18/lib/nginx'
does not exist.
I can find no errors in the installation or in the foreman log. I get a
403 error from apache and that's all. I'm sure this has been answered
already but I haven't been able to find the thread… Thanks

Hey,

there was a bug caused by files disappearing after restart, but I doubt
it is related. To be fixed in the next RC.

> Hey folks, I get foreman/katello up and running with the installer but
> after i reboot the system passenger doesn't start and I get the following
> error…
>
> *** ERROR: The Nginx binary
> '/usr/share/gems/gems/passenger-4.0.18/lib/nginx'
> does not exist.
> I can find no errors in the installation or in the foreman log. I get a
> 403 error from apache and that's all. I'm sure this has been answered
> already but I haven't been able to find the thread… Thanks

Platform? Version of Foreman/Katello?

This looks like the system passenger gem which is used only for Puppet
Master…

··· -- Later, Lukas #lzap Zapletal

I'm using centos 7 Katello 2.2 and foreman 1.8RC. What's strange is there
seems to be no errors in the logs.

··· On Thursday, April 9, 2015 at 7:36:58 AM UTC-4, Lukas Zapletal wrote: > > Hey, > > there was a bug caused by files disappearing after restart, but I doubt > it is related. To be fixed in the next RC. > > > Hey folks, I get foreman/katello up and running with the installer but > > after i reboot the system passenger doesn't start and I get the > following > > error.. > > > > *** ERROR: The Nginx binary > > '/usr/share/gems/gems/passenger-4.0.18/lib/nginx' > > does not exist. > > I can find no errors in the installation or in the foreman log. I get > a > > 403 error from apache and that's all. I'm sure this has been answered > > already but I haven't been able to find the thread.. Thanks > > Platform? Version of Foreman/Katello? > > This looks like the system passenger gem which is used only for Puppet > Master... > > -- > Later, > Lukas #lzap Zapletal >

Brandon Merjil found the cause, which was the wrong directory specified
in /usr/lib/tmpfiles.d/rubygem-passenger.conf, which should have been
/var/run/rubygem-passenger and not just "passenger".

See his post here:
https://groups.google.com/d/msg/foreman-users/3MHR63htdEQ/lvynamK3_VoJ

You can just edit this config file and fix the directory. We have
updated packages built for 1.8.0-RC3 which I think will be out at the
start of next week.

··· -- Dominic Cleal Red Hat Engineering

On 10/04/15 00:05, Ryan Jones wrote:

I’m using centos 7 Katello 2.2 and foreman 1.8RC. What’s strange is
there seems to be no errors in the logs.

On Thursday, April 9, 2015 at 7:36:58 AM UTC-4, Lukas Zapletal wrote:

Hey,

there was a bug caused by files disappearing after restart, but I doubt
it is related. To be fixed in the next RC.

> Hey folks, I get foreman/katello up and running with the installer
but
> after i reboot the system passenger doesn't start and I get the
following
> error..
>
> *** ERROR: The Nginx binary
> '/usr/share/gems/gems/passenger-4.0.18/lib/nginx'
> does not exist.
>  I can find no errors in the installation or in the foreman log.
 I get a
> 403 error from apache and that's all. I'm sure this has been answered
> already but I haven't been able to find the thread.. Thanks

Platform? Version of Foreman/Katello?

This looks like the system passenger gem which is used only for Puppet
Master...

-- 
Later,
 Lukas #lzap Zapletal


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-users+unsubscribe@googlegroups.com
mailto:foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com
mailto:foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Thanks that did the trick

··· On Friday, April 10, 2015 at 3:31:33 AM UTC-4, Dominic Cleal wrote: > > Brandon Merjil found the cause, which was the wrong directory specified > in /usr/lib/tmpfiles.d/rubygem-passenger.conf, which should have been > /var/run/rubygem-passenger and not just "passenger". > > See his post here: > https://groups.google.com/d/msg/foreman-users/3MHR63htdEQ/lvynamK3_VoJ > > You can just edit this config file and fix the directory. We have > updated packages built for 1.8.0-RC3 which I think will be out at the > start of next week. > > -- > Dominic Cleal > Red Hat Engineering > > On 10/04/15 00:05, Ryan Jones wrote: > > I'm using centos 7 Katello 2.2 and foreman 1.8RC. What's strange is > > there seems to be no errors in the logs. > > > > On Thursday, April 9, 2015 at 7:36:58 AM UTC-4, Lukas Zapletal wrote: > > > > Hey, > > > > there was a bug caused by files disappearing after restart, but I > doubt > > it is related. To be fixed in the next RC. > > > > > Hey folks, I get foreman/katello up and running with the installer > > but > > > after i reboot the system passenger doesn't start and I get the > > following > > > error.. > > > > > > *** ERROR: The Nginx binary > > > '/usr/share/gems/gems/passenger-4.0.18/lib/nginx' > > > does not exist. > > > I can find no errors in the installation or in the foreman log. > > I get a > > > 403 error from apache and that's all. I'm sure this has been > answered > > > already but I haven't been able to find the thread.. Thanks > > > > Platform? Version of Foreman/Katello? > > > > This looks like the system passenger gem which is used only for > Puppet > > Master... > > > > -- > > Later, > > Lukas #lzap Zapletal > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Foreman users" group. > > To unsubscribe from this group and stop receiving emails from it, send > > an email to foreman-user...@googlegroups.com > > <mailto:foreman-users+unsubscribe@googlegroups.com >. > > To post to this group, send email to forema...@googlegroups.com > > > <mailto:forema...@googlegroups.com >. > > Visit this group at http://groups.google.com/group/foreman-users. > > For more options, visit https://groups.google.com/d/optout. > > >