Segmentation fault CMD_SHOW_LOG

DSM

Verified User
Joined
Oct 1, 2003
Messages
6
Location
Netherlands
When we try to access the apache logfiles through an account in directadmin, we get a blank page. The following rule is printed in the directadmin error.log.

Code:
2006:10:30-00:07:49: *** Segmentation fault *** Command::doCommand(/CMD_SHOW_LOG) : User: admin : xxx.xxx.xxx.xxx : /CMD_SHOW_LOG : domain=domain.com&type=log&lines=10 : (null)

The server is running CentOS 4.4

Anybody an idea how we can fix this?

Regards,

Dennie
 
The compiled for is: Redhat Enterprise 4.0

However everything else works, only getting the logfiles does not work.

- Dennie
 
Hello,

if this is still open/unsolved, I had the same problem.

Issue was: directory permissions on 'domains' directory, for some reason permissions were set to 710, owned by root.nobody
(drwx--x--- 2 root nobody 49152 2007-11-07 00:15 domains)

Using DA 1.26 on Debian 3.1.

Solved by "chmod a+rx /var/log/httpd/domains".

I guess better error handling should be implemented - reporting "insuficient permissions" should not present a BIG problem.
 
Back
Top