Current time: 06-27-2024, 12:16 PM Hello There, Guest! (LoginRegister)


Post Reply 
1.8 BIND DNS problem
Author Message
qubed Offline
Newbie
*

Posts: 5
Joined: May 2010
Reputation: 0
Post: #1
1.8 BIND DNS problem
sys. centos
iscpc 1.0.5

when i get to the stage where i have to
PHP Code:
mv /var/named/data /var/named/data-disabled
ln 
-/var/named/chroot/var/named/data /var/named/data
echo 'include "/etc/named-ispcp.conf";' >> /var/named/chroot/etc/named.conf 

i get errors

Code:
[root@ibiznes named]# mv /var/named/data /var/named/data-disabled
mv: cannot overwrite directory `/var/named/data-disabled/data' with non-directory
[root@ibiznes named]# ln -s /var/named/chroot/var/named/data /var/named/data
ln: creating symbolic link `/var/named/data' to `/var/named/chroot/var/named/data': File exists
[root@ibiznes named]# echo 'include "/etc/named-ispcp.conf";' >> /var/named/chroot/etc/named.conf

any ideas how to solve, i have to add that i'm newbie to iscpc.
05-15-2010 11:49 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #2
RE: 1.8 BIND DNS problem
Code:
mv: cannot overwrite directory `/var/named/data-disabled/data' with non-directory
The directory already exist, so you moved it already.
Code:
ln: creating symbolic link `/var/named/data' to `/var/named/chroot/var/named/data': File exists
File exists...

Greez BeNe
05-18-2010 10:11 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)