Anyone? No, like always.
Ok I will show you what and how i set my server from point A to Z, hope that this infomration can help you. I will write this tutorial for CentOS, because i don't have time now to go back with Debian.
Installing packages:
rpm -ivh
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmyum update -y
yum install vixie-cron
/sbin/chkconfig crond on
yum install mysql-server httpd php php-gd php-cli php-mysql gcc make wget tar gzip which proftpd
Now, you need to start mysql for the first time and set root password.
service mysqld start (this is if you want to see welcome screen and few options how to set your root password, if not before starting just set your password)
mysqladmin -u root password newpass
After this i just made one mysql user and database. System reboot before Centova installation.
wget -O install.sh install.centova.com/7e8ctralalakey
chmod all that to a+x
And here we go ... all goes well, i don't see some errors.
Now i can run web installation ... i use my mail, i set my password, I add my mysql user, host info and database name. Click ... alll goes well.
Then i go to host and i add my host settings. I add my server ip, i will use IceCast2 with ices-cc and i will use default port (maybe this is not good) 2198.
No errors at all ...but when i move to next step, "New user", i get message you can see in this topic.
Solutions, restart all, fix permissions, check logs to see something ...and no luck.
Do you need more information? Or we have some beta panel on our server?
Thanks !