/ Zope / Apsis / Pound Mailing List / Archive / 2010 / 2010-09 / Help! ctl_socket not found!

[ << ] [ >> ]

[ SSL_CTX_use_certificate_chain_file ... ] [ =?utf-8?B?QW5nLjogdW5zdWJzY3JpYmUgWzQyMTVmZTI5XQ==... ]

Help! ctl_socket not found!
"Anne Moore" <diabeticithink(at)yahoo.com>
2010-09-07 22:13:11 [ FULL ]
Hello All

 

I've installed pound via a compile (version 2.5) on Red Hat Enterprise 5.
However, it will not start up. The error message is:
"var/run/pound/ctl_socket" bind: no such file or directory"

 

I've googled this error, and looked on the KB, but nothing comes up.

 

Anyone have any idea on how to resolve this? 

 

Thanks! (I'm getting desparate!)

 

Anne
Attachments:  
text.html text/html 2324 Bytes

RE: [Pound Mailing List] Help! ctl_socket not found!
"Alfonso Espitia" <aespitia(at)castleworldwide.com>
2010-09-07 22:17:31 [ FULL ]
It might be that you're defining a control socket in your config
(optional), but I think you still need to create file/directory (don't
remember how it works).

You can try removing it from your config to see if it'll start, and then
add it back if it does.  It's related to poundctl (pound control).

--Alfonso


This e-mail message is confidential and is intended only for the named
recipient(s) above.  If you are not an intended recipient, you are
hereby notified that any dissemination, distribution, or copying of this
e-mail and any attachment(s) is strictly prohibited.  If you have
received this e-mail in error, please immediately notify the sender by
replying to this e-mail and delete the message and any attachment(s)
from your system


-----Original Message-----
From: Anne Moore [mailto:diabeticithink(at)yahoo.com] 
Sent: Tuesday, September 07, 2010 4:13 PM
To: pound(at)apsis.ch
Subject: [Pound Mailing List] Help! ctl_socket not found!

Hello All

 

I've installed pound via a compile (version 2.5) on Red Hat Enterprise
5.
However, it will not start up. The error message is:
"var/run/pound/ctl_socket" bind: no such file or directory"

 

I've googled this error, and looked on the KB, but nothing comes up.

 

Anyone have any idea on how to resolve this? 

 

Thanks! (I'm getting desparate!)

 

Anne



--
To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
Please contact roseg(at)apsis.ch for questions.

--
This message has been scanned for viruses and dangerous content by
SecureMail, and is believed to be clean.

RE: [Pound Mailing List] Help! ctl_socket not found!
Joe Gooch <mrwizard(at)k12system.com>
2010-09-07 22:19:23 [ FULL ]
Most likely problem is you haven't created a folder /var/run/pound, but have
specified it for the controlsock location in the config.

Joe
[...]

RE: [Pound Mailing List] Help! ctl_socket not found!
"Anne Moore" <diabeticithink(at)yahoo.com>
2010-09-07 23:19:55 [ FULL ]
That did the trick! Thank you. I wonder why it's put in the configuration if
it's not used? So odd.

Do you know if there is a way to debug website pages that do not load
through pound? 

I have pound running on RHEL 4 and on RHEL 5, (version 2.5 compiled). And
one of our web pages will not work with it. It sends a "page cannot be
displayed" error. However, I have no idea how to troubleshoot this.

Any ideas on that? 

Thanks again!

-----Original Message-----
From: Alfonso Espitia [mailto:aespitia(at)castleworldwide.com] 
Sent: Tuesday, September 07, 2010 4:18 PM
To: pound(at)apsis.ch
Subject: RE: [Pound Mailing List] Help! ctl_socket not found!

It might be that you're defining a control socket in your config
(optional), but I think you still need to create file/directory (don't
remember how it works).

You can try removing it from your config to see if it'll start, and then
add it back if it does.  It's related to poundctl (pound control).

--Alfonso


This e-mail message is confidential and is intended only for the named
recipient(s) above.  If you are not an intended recipient, you are
hereby notified that any dissemination, distribution, or copying of this
e-mail and any attachment(s) is strictly prohibited.  If you have
received this e-mail in error, please immediately notify the sender by
replying to this e-mail and delete the message and any attachment(s)
from your system


-----Original Message-----
From: Anne Moore [mailto:diabeticithink(at)yahoo.com] 
Sent: Tuesday, September 07, 2010 4:13 PM
To: pound(at)apsis.ch
Subject: [Pound Mailing List] Help! ctl_socket not found!

Hello All

 

I've installed pound via a compile (version 2.5) on Red Hat Enterprise
5.
However, it will not start up. The error message is:
"var/run/pound/ctl_socket" bind: no such file or directory"

 

I've googled this error, and looked on the KB, but nothing comes up.

 

Anyone have any idea on how to resolve this? 

 

Thanks! (I'm getting desparate!)

 

Anne



--
To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
Please contact roseg(at)apsis.ch for questions.

--
This message has been scanned for viruses and dangerous content by
SecureMail, and is believed to be clean.


--
To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
Please contact roseg(at)apsis.ch for questions.

RE: [Pound Mailing List] Help! ctl_socket not found!
"Alfonso Espitia" <aespitia(at)castleworldwide.com>
2010-09-07 23:45:34 [ FULL ]
You can try to troubleshoot it with the pound control (even though
that's what you just took out), or you can hit your webserver
individually to see if one of the servers isn't working.

I'd also look into the "sticky" session stuff that pound can do.  I had
a problem with sessions, but found that it works fine if you stick the
user on the same computer that the first request originated from.

Pound control came in handy at the time, but I really don't remember how
to use it since it's been a while.

--Alfonso


This e-mail message is confidential and is intended only for the named
recipient(s) above.  If you are not an intended recipient, you are
hereby notified that any dissemination, distribution, or copying of this
e-mail and any attachment(s) is strictly prohibited.  If you have
received this e-mail in error, please immediately notify the sender by
replying to this e-mail and delete the message and any attachment(s)
from your system


-----Original Message-----
From: Anne Moore [mailto:diabeticithink(at)yahoo.com] 
Sent: Tuesday, September 07, 2010 5:20 PM
To: pound(at)apsis.ch
Subject: RE: [Pound Mailing List] Help! ctl_socket not found!

That did the trick! Thank you. I wonder why it's put in the
configuration if it's not used? So odd.

Do you know if there is a way to debug website pages that do not load
through pound? 

I have pound running on RHEL 4 and on RHEL 5, (version 2.5 compiled).
And one of our web pages will not work with it. It sends a "page cannot
be displayed" error. However, I have no idea how to troubleshoot this.

Any ideas on that? 

Thanks again!

-----Original Message-----
From: Alfonso Espitia [mailto:aespitia(at)castleworldwide.com]
Sent: Tuesday, September 07, 2010 4:18 PM
To: pound(at)apsis.ch
Subject: RE: [Pound Mailing List] Help! ctl_socket not found!

It might be that you're defining a control socket in your config
(optional), but I think you still need to create file/directory (don't
remember how it works).

You can try removing it from your config to see if it'll start, and then
add it back if it does.  It's related to poundctl (pound control).

--Alfonso


This e-mail message is confidential and is intended only for the named
recipient(s) above.  If you are not an intended recipient, you are
hereby notified that any dissemination, distribution, or copying of this
e-mail and any attachment(s) is strictly prohibited.  If you have
received this e-mail in error, please immediately notify the sender by
replying to this e-mail and delete the message and any attachment(s)
from your system


-----Original Message-----
From: Anne Moore [mailto:diabeticithink(at)yahoo.com]
Sent: Tuesday, September 07, 2010 4:13 PM
To: pound(at)apsis.ch
Subject: [Pound Mailing List] Help! ctl_socket not found!

Hello All

 

I've installed pound via a compile (version 2.5) on Red Hat Enterprise
5.
However, it will not start up. The error message is:
"var/run/pound/ctl_socket" bind: no such file or directory"

 

I've googled this error, and looked on the KB, but nothing comes up.

 

Anyone have any idea on how to resolve this? 

 

Thanks! (I'm getting desparate!)

 

Anne



--
To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
Please contact roseg(at)apsis.ch for questions.

--
This message has been scanned for viruses and dangerous content by
SecureMail, and is believed to be clean.


--
To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
Please contact roseg(at)apsis.ch for questions.


--
To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
Please contact roseg(at)apsis.ch for questions.

--
This message has been scanned for viruses and dangerous content by
SecureMail, and is believed to be clean.

MailBoxer