PDA

View Full Version : Segmentation fault while updating directadmin



IceHosting
04-03-2007, 07:06 AM
hello,

When i update directadmin manual(http://help.directadmin.com/item.php?id=29), i get the following error:


[root@server7 directadmin]# ./directadmin p
Segmentation fault
[root@server7 directadmin]#

Does anybody know how to fix this? Or must i replace the hard disk?

nobaloney
04-03-2007, 11:53 AM
While a segmentation fault could easily come from a hardware problem, it may not be the hard disk. It could easily be memory.

And of course it could also be a bad downloaded file.

Have you tried downloading over again?

If you do, don't delete the directory resulting from the extraction first; just rename it, and the tarball, so the next download will be in another spot on the disk.

Jeff

IceHosting
04-06-2007, 05:18 AM
Thanks that worked!

On a other server i have also a Segmentation fault, only not on a easy location.
When i try to login with root or other user in ssh, it gives a Segmentation fault after typing the password. Is this easy to fix? or must i replace someting from the hardware (memory or hdd for example)?


[root@server57 ~]$ ssh root@192.168.2.1
root@192.168.2.1's password:
Segmentation fault
[root@server57 ~]$

nobaloney
04-06-2007, 09:14 AM
Not enough information to know. It'll require some investigation. Have you checked the /var/log/secure log?

Jeff

IceHosting
04-13-2007, 05:47 PM
Problem solved with the same solution. Just installed openssh again on a different location, and it works now.

Thanks for your help.