Date: Tue, 25 Mar 2003 18:30:30 +0100 From: =?iso-8859-1?Q?S=F8ren_Klintrup?= <skl@securehosting.dk> To: <freebsd-isp@freebsd.org> Subject: Re: file system help needed Message-ID: <00d701c2f2f4$3cebe5f0$2b32a8c0@hemligt.net> References: <87CAE486F1968A4B823A6CEEB23B8D8D73820C@hermes2.intranet.eurotrust.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
Arie J. Gerszt wrote: > Hi Everybody > > I have a huge problem as you see ... > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 99183 96309 -5060 106% / > /dev/ad0s1e 5458605 2866595 2155322 57% /usr > /dev/ad0s1g 17876344 1085421 15360816 7% /usr/www > /dev/ad0s1f 4465853 212592 3895993 5% /var > procfs 4 4 0 100% /proc > > This server is a production server and I can't add any dns zonefiles > or passwords, > because they sit in /etc which is full, evidently. > > What can I do to solve that rather quickly? The disk ad0 has free > space: > yep - the problem is that you have a lot of zonefiles in /etc/namedb .. here is several solutions to this problem, I've listed a few here : 1) move the files from /etc/namedb to /usr/local/namedb or something like that and make a symbolic link 2) make a new slice for /etc/namedb with enough room for your files - and copy the old files to this slice 3) change the configuration for named so it points to another configfile and change the config to point at a new location with enough space 4) Install a new version of bind ( http://www.isc.org ) to another location and configure it correctly. Theres ofcourse more solutions, but I'm headed home now after a long day yelling at a windows server that crashed so if you want more, make them up yourself ;) Good luck getting the server back on it's feet. Greetings, Søren Klintrup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00d701c2f2f4$3cebe5f0$2b32a8c0>