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 -s /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.