![]() |
Segmentation fault errors after BIND editing
Hi All,
It seems that I've botched up something on my new server. I had most of it working, and I was just tweaking the DNS settings. After I did a bind restart I saw my SMTP wasn't working. The errors were mainly showing that it couldn't get any updates from clamav. I did another restart of bind, and got: Code:
root@server1:/home/tom# /etc/init.d/bind9 restartCode:
I just can't find what I messed up this time? |
Please set the permissions of the bind directories as described in the perfect setup guide for your linux distribution. Then have a look at your named.log or syslog if bind logs any errors.
Make sure that you did not add a primary domain record and a secondary domain record for the smae domain on your server as this will cause bind to fail. |
Hi Till
There aren't any bind errors in the syslog. I know I don't have a primary and secondary record for the same domain. When I set things up I used the perfect setup for a guide, and I set everything just as it said to do. Things seem to be getting worse though. I can't log into ISPConfig now. All I get is a page of mysql errors. I tried to use SSH to /etc/init.d/mysql restart, and it gives me: Code:
root@server1:/home/tom# /etc/init.d/mysql restart |
Please post the output of:
df -h did all the problems began after a restart? then the /var partition might be mounted read only. |
Quote:
Quote:
Quote:
|
I don't know if this helps, but I ran mount and it showed:
Code:
/dev/sda1 on / type ext3 (rw,errors=remount-ro) |
You could try this: http://www.howtoforge.com/forums/sho...ight=fsck.ext3
|
I've never used the rescue system before. I assume it's the one I get to by rebooting with the CD in and choosing rescue?
I did that, and it said it couldn't access any of the hard drive partitions. I'm trying a couple of different boot disks to see if I can access anything. |
This is getting really fun!
I can't get any of my live cd versions to work. It looks like none like my SATA hard drive controller. Could that be part of the problem? I know that if I watch the monitor as the server booted up, back when it worked, it showed a bunch of drive errors: ata2: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ I would like to try fsck, but I've never used it before, and the info about it on the web is not very helpful. I'm guessing I first need to be able to boot into something. I can get to the rescue section, but I can't get fsck to do anything there. It just keeps showing me it's help info. I'm also not to sure about how I need to mound the partition. I know I only have one on the servers drive. |
You will have to be able to boot from a rescue system first, the partitions should not be mounted if you run fsck. If you have a ext3 filesystem for example, the fsck command will be something like:
fsck.ext3 /dev/hda or fsck.ext3 /dev/sda |
| All times are GMT +2. The time now is 01:42. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.