Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
SMS Forum Index » SMS User Support

Post new topic   Reply to topic
after updating, lighttpd stop working
View previous topic :: View next topic  
Author Message
miikew
Member


Joined: 28 Oct 2009
Posts: 77

PostPosted: Mon Jun 15, 2015 2:11 pm    Post subject: after updating, lighttpd stop working Reply with quote

hi i need some help, i run slapt-get -u and after it lighttpd stoped responding
i connot manage rtorrent by wtorrent becouse of that

also cannot start firefox, opera still works but dont know is it becouse of this updating or else

2015-06-12 07:28:38: (log.c.164) server started
2015-06-12 07:28:38: (mod_fastcgi.c.1112) the fastcgi-backend /usr/bin/php-cgi failed to start:
2015-06-12 07:28:38: (mod_fastcgi.c.1123) terminated by signal: 11
2015-06-12 07:28:38: (mod_fastcgi.c.1128) to be exact: it segfaulted, crashed, died, ... you get the idea.
2015-06-12 07:28:38: (mod_fastcgi.c.1130) If this is PHP, try removing the bytecode caches for now and try again.
2015-06-12 07:28:38: (mod_fastcgi.c.1406) [ERROR]: spawning fcgi failed.
2015-06-12 07:28:38: (server.c.1022) Configuration of plugins failed. Going down.
2015-06-12 07:32:06: (log.c.164) server started
2015-06-12 09:04:17: (mod_fastcgi.c.1754) connect failed: Connection refused on unix:/var/run/php-fastcgi.socket-3
2015-06-12 09:04:17: (mod_fastcgi.c.3021) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2015-06-12 09:04:17: (mod_fastcgi.c.2800) child signaled: 11
2015-06-12 09:04:17: (mod_fastcgi.c.1112) the fastcgi-backend /usr/bin/php-cgi failed to start:
2015-06-12 09:04:17: (mod_fastcgi.c.1123) terminated by signal: 11
2015-06-12 09:04:17: (mod_fastcgi.c.1128) to be exact: it segfaulted, crashed, died, ... you get the idea.
2015-06-12 09:04:17: (mod_fastcgi.c.1130) If this is PHP, try removing the bytecode caches for now and try again.
2015-06-12 09:04:17: (mod_fastcgi.c.2838) ERROR: spawning fcgi failed.
2015-06-12 09:04:17: (mod_fastcgi.c.1754) connect failed: Connection refused on unix:/var/run/php-fastcgi.socket-2
2015-06-12 09:04:17: (mod_fastcgi.c.3021) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 1 load: 1
2015-06-12 09:04:17: (mod_fastcgi.c.2800) child signaled: 11
2015-06-12 09:04:17: (mod_fastcgi.c.1112) the fastcgi-backend /usr/bin/php-cgi failed to start:
2015-06-12 09:04:17: (mod_fastcgi.c.1123) terminated by signal: 11
2015-06-12 09:04:17: (mod_fastcgi.c.1128) to be exact: it segfaulted, crashed, died, ... you get the idea.
2015-06-12 09:04:17: (mod_fastcgi.c.1130) If this is PHP, try removing the bytecode caches for now and try again.
2015-06-12 09:04:17: (mod_fastcgi.c.2838) ERROR: spawning fcgi failed.
2015-06-13 04:38:32: (log.c.164) server started


anyone can help ?
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Wed Jun 17, 2015 4:50 am    Post subject: Reply with quote

OK! Just try and let me know..

Code:
cp /etc/httpd/php.ini{.new,}
apachectl stop
apachectl start
/etc/rc.d/rc.lighttpd restart


gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
miikew
Member


Joined: 28 Oct 2009
Posts: 77

PostPosted: Wed Jun 17, 2015 8:02 am    Post subject: Reply with quote

still not working, after above wtorrent still unavailable (rtorrent is working and downloading)

root@mediaserv:~# cp /etc/httpd/php.ini{.new,}
root@mediaserv:~# apachectl stop
root@mediaserv:~# apachectl start
root@mediaserv:~# /etc/rc.d/rc.lighttpd restart
Stoping lighttpd
/etc/rc.d/rc.lighttpd: line 14: kill: (1419) - No such process
Starting lighttpd
root@mediaserv:~# /./etc/rc.d/rc.rtorrent stop
Stoping lighttpd
/etc/rc.d/rc.lighttpd: line 14: kill: (8303) - No such process
Stopping rtorrent
root@mediaserv:~# /./etc/rc.d/rc.rtorrent start
Starting lighttpd
Starting rtorrent
root@mediaserv:~#
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Wed Jun 17, 2015 8:09 am    Post subject: Reply with quote

Can I take a look...?
You can PM me the details..


gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
miikew
Member


Joined: 28 Oct 2009
Posts: 77

PostPosted: Wed Jun 17, 2015 8:59 am    Post subject: Reply with quote

i sent pm to you
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Wed Jun 17, 2015 9:56 am    Post subject: Reply with quote

OK! It works now...

The problem was the deprecated php-json module package, I disable it, we remove that package since we are using php's built-in json...

Also the firefox was old and was segfault as well, I download the latest version and install it, so you will OK now..

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
miikew
Member


Joined: 28 Oct 2009
Posts: 77

PostPosted: Wed Jun 17, 2015 10:11 am    Post subject: Reply with quote

well thnx a lot
i couldnt solve this by myself
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SMS Forum Index » SMS User Support All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

SMS - Superb! Mini Server Project © 2016
Powered by phpBB © 2001, 2002 phpBB Group
iCGstation v1.0 Template By Ray © 2003, 2004 iOptional