Error when I use ./build

thomasdk81

Verified User
Joined
Oct 3, 2010
Messages
56
Location
Denmark
Hi guys,

I never had problems with directadmin, hence my first post here.
After a defacement and thereafter an upgrade to lenny(debian)(Didnt do the upgrade my self) I am having some problems with mysql crashing.

Thought I try and update and rebuild using the custombuild script.
but everything I tried failed with a error like this:

Code:
configure: creating ./config.status
./configure: line 3514: 18190 Segmentation fault      chmod +x $CONFIG_STATUS
configure: error: write failure creating ./config.status

Segmentation fault is appearing elsewhere too, can't remember where, sence its that error I get everytime.

httpd and mysqld is runing, but users get a 500 Internal Server Error.
http://infoland.dk/ is a site on the server.

Looking in apache error_log doesnt give me anyting.
I tried to disable suphp, but either I did it wrong or it has no effect.

Anybody got an idea?
 
Hi guys,

I never had problems with directadmin, hence my first post here.
After a defacement and thereafter an upgrade to lenny(debian)(Didnt do the upgrade my self) I am having some problems with mysql crashing.

Thought I try and update and rebuild using the custombuild script.
but everything I tried failed with a error like this:

Code:
configure: creating ./config.status
./configure: line 3514: 18190 Segmentation fault      chmod +x $CONFIG_STATUS
configure: error: write failure creating ./config.status

Segmentation fault is appearing elsewhere too, can't remember where, sence its that error I get everytime.

httpd and mysqld is runing, but users get a 500 Internal Server Error.
http://infoland.dk/ is a site on the server.

Looking in apache error_log doesnt give me anyting.
I tried to disable suphp, but either I did it wrong or it has no effect.

Anybody got an idea?

From past experience, that is either hard drive failure or RAM. Usually hard drive.

edit: just read that you got hacked - that means your binaries are all damaged. reload the server.
 
From past experience, that is either hard drive failure or RAM. Usually hard drive.

edit: just read that you got hacked - that means your binaries are all damaged. reload the server.

When you write reload the server, what do exactly mean?
 
Here is some log entries:

Oct 3 06:55:11 server1 syslogd 1.5.0#5: restart.
Oct 3 07:21:28 server1 -- MARK --
Oct 3 07:41:28 server1 -- MARK --
Oct 3 08:01:28 server1 -- MARK --
Oct 3 08:21:28 server1 -- MARK --
Oct 3 08:41:28 server1 -- MARK --
Oct 3 09:01:28 server1 -- MARK --
Oct 3 09:21:28 server1 -- MARK --
Oct 3 09:41:28 server1 -- MARK --
Oct 3 10:01:28 server1 -- MARK --
Oct 3 10:21:28 server1 -- MARK --
Oct 3 10:41:28 server1 -- MARK --
Oct 3 10:55:54 server1 kernel: [44472.794863] __ratelimit: 36 messages suppress
ed
Oct 3 10:55:54 server1 kernel: [44472.794863] chmod[31853]: segfault at 28bd78a
8 ip 0805239b sp bfffcfd4 error 6 in chmod[8052000+1000]
Oct 3 10:56:44 server1 kernel: [44537.700491] chmod[1197]: segfault at 28bd78a8
ip 0805239b sp bffff0c4 error 6 in chmod[8052000+1000]
Oct 3 10:56:51 server1 kernel: [44546.090861] chmod[2345]: segfault at 28bd78a8
ip 0805239b sp bfffe9e4 error 6 in chmod[8052000+1000]
Oct 3 10:56:52 server1 kernel: [44547.129057] chmod[2538]: segfault at 28bd78a8
ip 0805239b sp bffff8a4 error 6 in chmod[8052000+1000]
Oct 3 10:56:55 server1 kernel: [44550.690555] chmod[3240]: segfault at 28bd78a8
ip 0805239b sp bfffe5e4 error 6 in chmod[8052000+1000]
"/var/log/messages" 82L, 8580C
 
When trying to build php:

Code:
./configure: line 16595:  8229 Segmentation fault      chmod +x $CONFIG_STATUS
configure: error: write failure creating ./config.status
Done. Making pcre-8.10...
Trying to make PCRE...
make: *** No targets specified and no makefile found.  Stop.
 
I mean take your off-server backups which you must have (right?) and format the server.
 
I mean take your off-server backups which you must have (right?) and format the server.

I do have off-server backups, the guy I have to do this is not in my reach.
Could you point me to a guide?

And thanks for the responses :)
 
I do have off-server backups, the guy I have to do this is not in my reach.
Could you point me to a guide?

And thanks for the responses :)

Make sure you have backups, ask the data center to reinstall the server, and re-configure it all
 
You might be able to salvage the server with a professional server admin but I'd say the best idea is to start fresh.

EDIT: If you want to try and save it, give Steven over at Rack911.com a shout
 
You might be able to salvage the server with a professional server admin but I'd say the best idea is to start fresh.

EDIT: If you want to try and save it, give Steven over at Rack911.com a shout

Thanks again

Did a #/dev ls and it crashed.

So no way out now, need to get hold of the data center, but I remember rack911 :)
 
Back
Top