PDA

View Full Version : System Logs


theQmaster
August 1st, 2005, 06:22 PM
How/Where do I see the system logs.

I have this particular problem when I have a process that runs just fine as a low priviledge user but it doesn't complete as root.

Very interesting. To me looks like it's an access problem but how do I figure it out?
Is there any place/file that tells me how/when a process hanged or fired an error ?

Thanks,
theQmaster

dave9191
August 1st, 2005, 07:47 PM
You can find all sorts of logs in the /var/logs dir. And there are some programs that will refuse to run as root as it can be a security problem.

Dave

theQmaster
August 1st, 2005, 07:57 PM
The program I'm meant to run was JSVC that is making Tomcat run on 8080 as daemon. Intersting is that the socket on 8080 is created but the server is support to create another socket at 8009 and that is not created.

Anyone experienced something like that ?
Q

dave9191
August 1st, 2005, 08:25 PM
You should not run a web server as root. There is a dedicated user for running that. And if running that works from your account then leave it at that.

Dave

LordHunter317
August 2nd, 2005, 10:00 AM
The program I'm meant to run was JSVC that is making Tomcat run on 8080 as daemon. Intersting is that the socket on 8080 is created but the server is support to create another socket at 8009 and that is not created.Check your tomcat configuration. You may have the AJP connector disabled.