Web Hosting Talk







View Full Version : how do i check what's currently running on the raq with ssh?


interactive6
07-26-2002, 09:24 PM
How do i check what's currently running on the raq with SSH? My Apache stopped working ! ahh.

.John

interactive6
07-26-2002, 09:30 PM
And how do I start apache manually?
.John

ffeingol
07-26-2002, 10:27 PM
ps -ef | more


will show you what's running and pipe it through more.


/etc/rd.d/init.d/httpd start


Should start it.

Frank

cbtrussell
07-26-2002, 10:55 PM
/etc/rd.d/init.d/httpd start
slight typo, it's /etc/rc.d/init.d/httpd start

ffeingol
07-26-2002, 11:12 PM
cbtrussell,

Thanks for the correction.

Frank

interactive6
07-26-2002, 11:27 PM
[admin]$ /etc/rc.d/init.d/httpd start
Setting up Web Service: chiliasp: Failed to open libcasp2ap.so.
Check your LD_LIBRARY_PATH environment variable.
/usr/sbin/httpd

touch: /var/lock/subsys/httpd: Permission denied


I get that error, any idea what I should do?
.John

ffeingol
07-26-2002, 11:33 PM
Are you trying to start apache as root and not as admin? Have you updated anything receintly?

Frank

neil
07-27-2002, 04:49 PM
running " top " would also show you wants going on on the raq

interactive6
07-27-2002, 04:55 PM
haven't added anytning recently. It just stopped working. When i click edit on the site manager i get a 404 page cannot be found. I disabled ChiliSoft in the httpd.conf file and was able to get apache running again.

.John

ffeingol
07-27-2002, 07:02 PM
Well "Failed to open libcasp2ap.so" means that it can't find that library. Your copy of chilisoft may be corrupt.

Frank

blacknight
07-27-2002, 07:33 PM
There's a new version of Chillisoft ASP available - if you haven't already got it installed you might as well, as it'll fix that kind of bug.
To see what's running:
ps -ax

interactive6
07-27-2002, 07:36 PM
thanks

IFAPaulB
07-27-2002, 10:37 PM
ps -aux is my favorite :)