web service dying

Status
Not open for further replies.

michust

Cadet
Joined
Aug 4, 2011
Messages
7
Shortly after boot the web-gui dies. (503 - Service Not Available).
Freenas8 was installed on a AMD 630 (asus mainboard) on a 8GB USB stick.
running 2 mirrored 2TB.
Then I changed the mainboard to the new AMD Zacate (Asus mainboard)
Freenas identifies the Mainboard and CPU correctly.
Console and ssh are working.
Storage seems to work also.
After a view minutes of working the webgui dies...

Any ideas?
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
What specific version of FreeNAS 8 are you using? 8.0 or 8.01 beta? AMD64 or i386?
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
I think you need to figure out why httpd is not working properly before you just restart it. If you understand how to do stuff from the command line, you might look at the /var/log/messages file and see if there are any errors speaking about httpd.
 

michust

Cadet
Joined
Aug 4, 2011
Messages
7
Nothing in about httpd, or anything which looks like a dying daemon, but the log is not that long...
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
What about other network functions, can you SSH to it? can you ping it? for that matter, can you transfer files to/from it?
 

michust

Cadet
Joined
Aug 4, 2011
Messages
7
All other functions are working fine: ssh, file transfer, I use iSCSI only
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
michust, I'm sorry, I completely overlooked having you look at the log file specifically for httpd.

Can you look at /var/log/lighttpd.error.log ?
 

michust

Cadet
Joined
Aug 4, 2011
Messages
7
Thanks I didn't saw the log.

Here it comes, that all in the log:
2011-08-04 23:58:44: (log.c.166) server started
2011-08-04 23:58:49: (server.c.1512) server stopped by UID = 0 PID = 1875
2011-08-04 23:58:50: (log.c.166) server started
2011-08-05 00:18:49: (mod_fastcgi.c.2568) unexpected end-of-file (perhaps the fastcgi process died): pid: 0 socket: unix:/tmp/django.sock
2011-08-05 00:18:49: (mod_fastcgi.c.3356) response not received, request sent: 1398 on socket: unix:/tmp/django.sock for /mysite.fcgi?dojo.preventCache=1312489148403, closing connection
2011-08-05 00:21:05: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/django.sock
2011-08-05 00:21:05: (mod_fastcgi.c.3027) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2011-08-05 00:21:07: (mod_fastcgi.c.2854) fcgi-server re-enabled: unix:/tmp/django.sock
2011-08-05 00:21:10: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/django.sock
2011-08-05 00:21:10: (mod_fastcgi.c.3027) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2011-08-05 00:21:12: (mod_fastcgi.c.2854) fcgi-server re-enabled: unix:/tmp/django.sock
2011-08-05 00:21:15: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/django.sock
2011-08-05 00:21:15: (mod_fastcgi.c.3027) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2011-08-05 00:21:16: (mod_fastcgi.c.3597) all handlers for /mysite.fcgi/system/info/?dojo.preventCache=1312489295023 on /mysite.fcgi are down.
2011-08-05 00:21:17: (mod_fastcgi.c.2854) fcgi-server re-enabled: unix:/tmp/django.sock
2011-08-05 00:21:19: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/django.sock
2011-08-05 00:21:19: (mod_fastcgi.c.3027) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2011-08-05 00:21:20: (mod_fastcgi.c.3597) all handlers for /mysite.fcgi/services/home/? on /mysite.fcgi are down.
2011-08-05 00:21:21: (mod_fastcgi.c.2854) fcgi-server re-enabled: unix:/tmp/django.sock
2011-08-05 00:21:48: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/django.sock
2011-08-05 00:21:48: (mod_fastcgi.c.3027) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2011-08-05 00:21:50: (mod_fastcgi.c.2854) fcgi-server re-enabled: unix:/tmp/django.sock
2011-08-05 00:49:25: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/django.sock
2011-08-05 00:49:25: (mod_fastcgi.c.3027) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2011-08-05 00:49:27: (mod_fastcgi.c.2854) fcgi-server re-enabled: unix:/tmp/django.sock
~
 

phibster

Cadet
Joined
Dec 27, 2011
Messages
1
Have you found a solution to this? I have just started receiving the exact same error on 8.0.2 release. Http error log shows the exact same errors. I have SSH access to the box as well.
 
G

gcooper

Guest
Have you found a solution to this? I have just started receiving the exact same error on 8.0.2 release. Http error log shows the exact same errors. I have SSH access to the box as well.

What does top output look like for you on your box?
 
Status
Not open for further replies.
Top