Arnau Bria
2009-Jan-13 14:40 UTC
[Puppet Users] puppetmaterd --no-daemonize is not working
Hi all, I''m with # rpm -qa|grep puppet puppet-server-0.24.6-1.el5 puppet-0.24.6-1.el5 Instaled from epel 5 repos. When trying puppet with debug option with or without --no-daemonize, puppetmasterd still goes to background: [root@gridinstall modules]# /usr/sbin/puppetmasterd --debug --no-daemonize [root@gridinstall modules]# [root@gridinstall modules]# /usr/sbin/puppetmasterd --no-daemonize [root@gridinstall modules]# [root@gridinstall modules]# /usr/sbin/puppetmasterd --debug [root@gridinstall modules]# Do I have to open a bug? is it a known problem? May I install a newest version? Cheers, Arnau --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Joe McDonagh
2009-Jan-13 14:42 UTC
[Puppet Users] Re: puppetmaterd --no-daemonize is not working
Is the service already running before you run it by hand? Can you run a ps aux | grep puppet to see if puppetmasterd does indeed go to the background? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Arnau Bria
2009-Jan-13 21:53 UTC
[Puppet Users] Re: puppetmaterd --no-daemonize is not working
On Tue, 13 Jan 2009 09:42:50 -0500 Joe McDonagh wrote: Hi,> Is the service already running before you run it by hand?no.> Can you run a ps aux | grep puppet to see if puppetmasterd does > indeed go to the background?[root@gridinstall ~]# !ps ps -ef|grep puppet root 27312 27281 0 22:51 pts/1 00:00:00 grep puppet [root@gridinstall ~]# /usr/bin/ruby /usr/sbin/puppetmasterd --debug --no-daemonize[root@gridinstall ~]# !ps ps -ef|grep puppet puppet 27327 1 0 22:51 ? 00:00:00 /usr/bin/ruby /usr/sbin/puppetmasterd --debug --no-daemonize root 27331 27281 0 22:51 pts/1 00:00:00 grep puppet [root@gridinstall ~]# Thanks, Arnau --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---