FLEMING PETER-PRC368 wrote:
> Anyone have any advice? I'm running the latest stable puppet on CentOS 5.2 
> x64.
> 
> Thanks,
> Pete 
> 
> -----Original Message-----
> From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On 
> Behalf Of FLEMING PETER-PRC368
> Sent: Thursday, February 26, 2009 7:01 PM
> To: puppet-users@googlegroups.com
> Subject: [Puppet Users] Re: puppetmasterd & mongrel port binding
> 
> 
> I have the same problem but don't have a puppet.conf just puppetmasterd.conf. 
> Puppetmaster always tries to bind to the default port, here is the command 
> I'm running:
> 
> /usr/sbin/puppetmasterd --manifest=/etc/puppet/manifests/site.pp 
> --servertype=mongrel --masterport=18140 
> --pidfile=/var/run/puppet/puppetmaster.18140.pid
> 
> I get:
> Could not start WEBrick: Address already in use - bind(2)

That error message means that something else is already listening on that
port.  You can use the command (as root)

lsof -i -P

to see what processes are listening on what ports.

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
    GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to