“Sometimes I think the surest sign that intelligent life exists elsewhere in 
the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)

----- Craig White <craig.wh...@ttiltd.com> wrote:
> 
> On Jun 26, 2012, at 11:43 AM, Dan White wrote:
> 
> > OK.  What did I booger up this time ?
> > 
> > agent.myexample.org and puppetmaster.myexample.org are the same server.
> > 
> > ----------------------------------------------------------------------------
> > # puppetd --no-daemonize --onetime --debug --noop 
> > 
> > debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not 
> > exist
-----SNIP----------
> > err: Could not send report: Connection refused - connect(2)
> ----
> something wrong with your apache/passenger setup I think.
> 
> what do you get from...
> ps aux|grep apache
> netstat -ntulp
> ?
> 
> Craig

This is a RHEL5 box.  The package/service is httpd

# ps aux | grep httpd
root     12698  0.0  0.0  61192   760 pts/0    S+   16:14   0:00 grep httpd
root     18111  0.0  0.0 191532  4720 ?        Ss   14:13   0:00 /usr/sbin/httpd
apache   18128  0.0  0.0 191664  2856 ?        S    14:13   0:00 /usr/sbin/httpd
apache   18129  0.0  0.0 191664  2852 ?        S    14:13   0:00 /usr/sbin/httpd
apache   18130  0.0  0.0 191664  2852 ?        S    14:13   0:00 /usr/sbin/httpd
apache   18131  0.0  0.0 191664  2852 ?        S    14:13   0:00 /usr/sbin/httpd
apache   18132  0.0  0.0 191664  2852 ?        S    14:13   0:00 /usr/sbin/httpd
apache   18133  0.0  0.0 191664  2852 ?        S    14:13   0:00 /usr/sbin/httpd
apache   18134  0.0  0.0 191664  2852 ?        S    14:13   0:00 /usr/sbin/httpd
apache   18135  0.0  0.0 191664  2852 ?        S    14:13   0:00 /usr/sbin/httpd

# netstat -ntulp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             
State       PID/Program name   
tcp        0      0 127.0.0.1:32000             0.0.0.0:*                   
LISTEN      4008/java           
tcp        0      0 0.0.0.0:514                 0.0.0.0:*                   
LISTEN      2718/rsyslogd       
tcp        0      0 127.0.0.1:199               0.0.0.0:*                   
LISTEN      2738/snmpd          
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   
LISTEN      2756/sshd           
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   
LISTEN      2798/sendmail       
tcp        0      0 127.0.0.1:6010              0.0.0.0:*                   
LISTEN      12622/sshd          
tcp        0      0 :::514                      :::*                        
LISTEN      2718/rsyslogd       
tcp        0      0 :::9898                     :::*                        
LISTEN      4008/java           
tcp        0      0 :::80                       :::*                        
LISTEN      18111/httpd         
tcp        0      0 :::22                       :::*                        
LISTEN      2756/sshd           
tcp        0      0 ::1:6010                    :::*                        
LISTEN      12622/sshd          
tcp        0      0 :::443                      :::*                        
LISTEN      18111/httpd         
udp        0      0 0.0.0.0:514                 0.0.0.0:*                       
        2718/rsyslogd       
udp        0      0 0.0.0.0:514                 0.0.0.0:*                       
        2718/rsyslogd       
udp        0      0 127.0.0.1:25375             0.0.0.0:*                       
        2738/snmpd          
udp        0      0 127.0.0.1:25376             0.0.0.0:*                       
        3219/cmapeerd       
udp        0      0 0.0.0.0:161                 0.0.0.0:*                       
        2738/snmpd          
udp        0      0 127.0.0.1:25393             0.0.0.0:*                       
        3469/cmanicd        
udp        0      0 :::514                      :::*                            
        2718/rsyslogd       
udp        0      0 :::514                      :::*                            
        2718/rsyslogd       

I am guessing there should be an 8140 in that netstat, right ?

-- 
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