Re: no apache22, php5 cores

2011-01-22 Thread Matthew Seaman
On 22/01/2011 01:23, Terrence Koeman wrote: > Might also want to try 'lsof -nPi |grep LISTEN', that shows what > process is listening as well. Maybe not really added value here, but > it sure helps when you're troubleshooting address/port in use errors > and such. sockstat(1) does this job and it

RE: no apache22, php5 cores

2011-01-21 Thread Terrence Koeman
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Brad Mettee > Sent: Saturday, January 22, 2011 00:16 > To: Gary Kline; FreeBSD Mailing List > Subject: Re: no apache22, php5 cores [snip] >

RE: no apache22, php5 cores

2011-01-21 Thread Terrence Koeman
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Da Rock > Sent: Saturday, January 22, 2011 02:22 > To: freebsd-questions@freebsd.org > Subject: Re: no apache22, php5 cores > [snip] > A

Re: no apache22, php5 cores

2011-01-21 Thread Da Rock
On 01/22/11 11:03, Gary Kline wrote: On Sat, Jan 22, 2011 at 09:28:50AM +1000, Da Rock wrote: On 01/22/11 08:42, Gary Kline wrote: On Fri, Jan 21, 2011 at 05:01:25PM -0500, Brad Mettee wrote: Gary Kline wrote: Hope this helps, Brad

Re: no apache22, php5 cores

2011-01-21 Thread Michael Ross
Am 22.01.2011, 00:28 Uhr, schrieb Da Rock : Run ps ax | grep httpd. If it doesn't show up then its not working. If it says NO_HTTP_ACCEPT or similar its not working either. Like -DNO_HTTP_ACCEPT in the ps output? That doesn't mean "not accepting http" but "http accept filter disabled", i.e

Re: no apache22, php5 cores

2011-01-21 Thread Gary Kline
On Sat, Jan 22, 2011 at 09:28:50AM +1000, Da Rock wrote: > On 01/22/11 08:42, Gary Kline wrote: > >On Fri, Jan 21, 2011 at 05:01:25PM -0500, Brad Mettee wrote: > > > >>Gary Kline wrote: > >> > > > > > > > >>Hope this helps, > >> > >>Brad > >> > >> > > > Run ps ax | grep httpd. If

Re: no apache22, php5 cores

2011-01-21 Thread Gary Kline
On Fri, Jan 21, 2011 at 06:15:56PM -0500, Brad Mettee wrote: > Gary Kline wrote: > >On Fri, Jan 21, 2011 at 05:01:25PM -0500, Brad Mettee wrote: > > > > > > Looking at, say, the first "Foreign Address", does that mean > > that 74.125.209.81:wwwis looking at my www? Or I connected > >

Re: no apache22, php5 cores

2011-01-21 Thread Da Rock
On 01/22/11 08:42, Gary Kline wrote: On Fri, Jan 21, 2011 at 05:01:25PM -0500, Brad Mettee wrote: Gary Kline wrote: Everything seems to be working except that % lynx http://www.thought.org/ times out. Oh, and I haven't tried host thought.org yet. It

Re: no apache22, php5 cores

2011-01-21 Thread Brad Mettee
Gary Kline wrote: On Fri, Jan 21, 2011 at 05:01:25PM -0500, Brad Mettee wrote: Works, altho it ignores my orginal nameserver , it is happy with 8.8.8.8. If it resolves, then bind9 isn't your problem. Try this instead and see what happens: telnet www.thought.org 80

Re: no apache22, php5 cores

2011-01-21 Thread Gary Kline
On Fri, Jan 21, 2011 at 05:01:25PM -0500, Brad Mettee wrote: > Gary Kline wrote: > > Everything seems to be working except that > > > > % lynx http://www.thought.org/ > > > > times out. Oh, and I haven't tried host thought.org yet. It > > may be my latest bind97 since bind9 had an

Re: no apache22, php5 cores

2011-01-21 Thread Brad Mettee
Gary Kline wrote: Everything seems to be working except that % lynx http://www.thought.org/ times out. Oh, and I haven't tried host thought.org yet. It may be my latest bind97 since bind9 had an en-of-life recently. Have you tried?: nslookup www.thought.or

Re: no apache22, php5 cores

2011-01-21 Thread Gary Kline
On Fri, Jan 21, 2011 at 11:05:53PM +1000, Da Rock wrote: > On 01/21/11 07:49, Gary Kline wrote: > >Guys, > > > >As of about an hour ago things are back. I cannot get apache22 to > >launch of my server. I rebuilt php5 then did a > > > ># php -v > > > >and got an immediate core dump. > > > >Note th

Re: no apache22, php5 cores

2011-01-21 Thread Gary Kline
On Fri, Jan 21, 2011 at 01:37:28PM +0300, Odhiambo Washington wrote: > On Fri, Jan 21, 2011 at 12:49 AM, Gary Kline wrote: > > > > Gary, you have several problems-in-one. Not sure where to start, but you can > do this: > > cd /usr/local/lib/php > mv 2* _2* (decide what the * is) > mv /usr/local/

Re: no apache22, php5 cores

2011-01-21 Thread Gary Kline
On Fri, Jan 21, 2011 at 01:37:28PM +0300, Odhiambo Washington wrote: > On Fri, Jan 21, 2011 at 12:49 AM, Gary Kline wrote: > > > > > Guys, > > > > As of about an hour ago things are back. I cannot get apache22 to > > launch of my server. I rebuilt php5 then did a > > > > # php -v > > > > and go

Re: no apache22, php5 cores

2011-01-21 Thread Da Rock
On 01/21/11 07:49, Gary Kline wrote: Guys, As of about an hour ago things are back. I cannot get apache22 to launch of my server. I rebuilt php5 then did a # php -v and got an immediate core dump. Note that I was using portmanager -u -f but without the --resume switch and was 88% done upgra

Re: no apache22, php5 cores

2011-01-21 Thread Odhiambo Washington
On Fri, Jan 21, 2011 at 12:49 AM, Gary Kline wrote: > > Guys, > > As of about an hour ago things are back. I cannot get apache22 to > launch of my server. I rebuilt php5 then did a > > # php -v > > and got an immediate core dump. > > Note that I was using portmanager -u -f but without the --res

Re: no apache22, php5 cores

2011-01-20 Thread Chris Brennan
On Thu, Jan 20, 2011 at 8:24 PM, Gary Kline wrote: > Ouch:: I think the reason for the dropped streams is that I'm >rebuilding ports on my server. I'll try again in a day or so when > my >upgrades have finished. --I only have 1Mb down. Can't do > everything >at

Re: no apache22, php5 cores

2011-01-20 Thread Gary Kline
On Thu, Jan 20, 2011 at 06:11:35PM -0500, Chris Brennan wrote: > On Thu, Jan 20, 2011 at 6:03 PM, Gary Kline wrote: > > >Won't help me now. Anyway, anybody else have a clue with > >php5-5.35 cores all of a sudden? > > > >Chris, I checked my /etc/resolv.conf awhile ago. I

Re: no apache22, php5 cores

2011-01-20 Thread Chris Brennan
On Thu, Jan 20, 2011 at 6:03 PM, Gary Kline wrote: >Won't help me now. Anyway, anybody else have a clue with >php5-5.35 cores all of a sudden? > >Chris, I checked my /etc/resolv.conf awhile ago. It was missing >what I added, the ns 8.8.8.8, so i readded it. Has

Re: no apache22, php5 cores

2011-01-20 Thread Gary Kline
On Thu, Jan 20, 2011 at 04:54:52PM -0500, Chris Brennan wrote: > On Thu, Jan 20, 2011 at 4:49 PM, Gary Kline wrote: > > > [..] > > switch and was 88% done upgrading when I accidently killed the xterm > > [[ctwm]. > > [..] > > > > screen/tmux are your friends Gary! Both have saved my ass more the

Re: no apache22, php5 cores

2011-01-20 Thread Chris Brennan
On Thu, Jan 20, 2011 at 4:49 PM, Gary Kline wrote: > [..] > switch and was 88% done upgrading when I accidently killed the xterm > [[ctwm]. > [..] > screen/tmux are your friends Gary! Both have saved my ass more then once when a terminal/server/connection decides to take a long walk off a short

no apache22, php5 cores

2011-01-20 Thread Gary Kline
Guys, As of about an hour ago things are back. I cannot get apache22 to launch of my server. I rebuilt php5 then did a # php -v and got an immediate core dump. Note that I was using portmanager -u -f but without the --resume switch and was 88% done upgrading when I accidently killed the