Hey apinto, Thank you for the quick reply.
all seems to be good and I was on that track. The symlink is were I was going wrong. However, when I went to install proftpd I got this during the install and it seems to be causing some issues.
there is no option to stop it, it seems to just go right on installing proftpd-basic. When I try the lines of code you suggested, the don't work (which I expected):
Any further suggestions?
Again thanks.
all seems to be good and I was on that track. The symlink is were I was going wrong. However, when I went to install proftpd I got this during the install and it seems to be causing some issues.
Code:
Note, selecting 'proftpd-basic' instead of 'proftpd'
Suggested packages:
openbsd-inetd inet-superserver proftpd-doc proftpd-mod-ldap
proftpd-mod-mysql proftpd-mod-odbc proftpd-mod-pgsql proftpd-mod-sqlite
proftpd-mod-geoip
The following NEW packages will be installed:
proftpd-basic
there is no option to stop it, it seems to just go right on installing proftpd-basic. When I try the lines of code you suggested, the don't work (which I expected):
Code:
tom@pannel:~$ sudo rm /etc/proftpd/proftpd.conf
sudo: unable to resolve host pannel.innovativetom.com
rm: cannot remove ‘/etc/proftpd/proftpd.conf’: No such file or directory
tom@pannel:~$ sudo ln -sv /etc/proftpd/proftpd.conf /etc/sentora/configs/proftpd/proftpd-mysql.conf
sudo: unable to resolve host pannel.innovativetom.com
ln: failed to create symbolic link ‘/etc/sentora/configs/proftpd/proftpd-mysql.conf’: File exists
tom@pannel:~$
Again thanks.