SegFault on Fedora Core 7 after update

AnVir

Verified User
Joined
Feb 13, 2008
Messages
28
Hello.
Today I got DA updated to 1.33.1 version, automatically.
All seems to be fine, but when I try to add user, I get segmentation fault error and suggestion to make backtrace.
User created, with "domains" folder in his homedir, but without any folders in it. Also, in users list in DA i see only username and checkbox, no statistics.
When i try to delete such user, user deletes with no errors.
Please, tell me, how i can fallback to previous version of DirectAdmin :(
 
Please some one, tell us how to do it... Or where submit bugreport to DA developers, cause I need to add new users, for last two days... I am losing money :(
 
Hello,

I'll need a backtrace in order to debug the issue.
If you can, use this guide to do so:
http://help.directadmin.com/item.php?id=185

Ensure you get your browser to the page such that you're 1 click away from generating the segfault. Only once you're ready, should you setup DA to run through gdb, as you only get a single run at it per gdb run (based on the guide).

Regarding downgrading, it's not an option unless you had backed up the update.tar.gz before you updated.

John
 
I've sent backtrace to John. I resolved my problem adding 711 permission on /etc/httpd/lib directory. I had 710 permission before. Now DA creates users fine :)
 
Hello,
I'll need a backtrace in order to debug the issue.
If you can, use this guide to do so:
http://help.directadmin.com/item.php?id=185
John

Thank you!
I solve the problem too. DA not falls when I run it with "run s" in gdb. "bt" after interrupt said, that it was running external program. When I run DA in gdb with "run", and try to add user, it wrote that it cannot find /usr/sbin/httpd. I just make symlink to real httpd location, and all works fine now :p
 
Back
Top