segmentation fault when adding a domein/client

nieuwhier

Verified User
Joined
Sep 8, 2005
Messages
280
Location
Netherlands
On one server (wich was not a primary DNS server) I was unable to add domains since a month or two.

Also when I deleted domains the multiserve connection did not delete the domains in the primary and secondary dns servers.

I looked for an answer a while but did not find any.

Finaly I decided to delete all the servers in the multiserver setup for that machine. Adding a domain was then possible again.

Then I added the DNS servers to multiserver setup again and adding a domains was not possible again.

Exact error:
A segmentation fault has occurred

Who can help.
 
this is one error in the dA error log. xxx replaces actual data.


2005:12:30-15:38:07: *** Segmentation fault *** getlock(./data/admin/cluster.conf) : finished : User: webok : xxx.xx.xx.xxx : /CMD_DOMAIN : (null) : action=create&domain=xxxx.xx&ubandwidth=unlimited&uquota=unlimited&cgi=ON&php=ON
2

I also see this one:
2006:01:16-08:33:43: IP::addToIP::adding owner to already owned ip
 
I would suggest contacting DirectAdmin support. This is a relatively new feature, it might have some quirks.
 
Ok folks, John debugged it and it is a SSL problem and its working fine again thanks to him.

DA is segfaulting when it tries to use:

lrwxrwxrwx 1 root root 24 Dec 8 11:46 /lib/libssl.so.4 -> /usr/lib/libssl.so.0.9.8

On DA build system it's

lrwxrwxrwx 1 root root 16 Jan 11 2003 /lib/libssl.so.4 -> libssl.so.0.9.7a

The openssl rpm is installed again onto my system, he restored the link and seems to be working again.

rm -f /lib/libssl.so.4
ln -s libssl.so.0.9.7a /lib/libssl.so.4

Now we all know where to look i something simular happens.

thanks john!
 
Back
Top