ubuntu 14.04 set up fog 0.32
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 14.04 set up fog 0.32相关的知识,希望对你有一定的参考价值。
long time havn‘t written things, dont‘ ask me why writting in English~
fog 0.32 older, yes, but company still using it.
two major failures: vsftpd and udpcast
vsftpd: ubuntu 14.04 start using service instead of /etc/init.d
modify /fogDownloadDir/lib/ubuntu/functions.sh
142 service vsftpd stop >/dev/null 2>&1;
143 service vsftpd start >/dev/null 2>&1;
udpcast package out of data, follow offical guide to update
https://wiki.fogproject.org/wiki/index.php/Setting_up_and_building_UDPCast...Failed
in my case , after everything done, can‘t open localhost:/fog/management
apt-get install php5 libapache2-mod-php5
service apache2 restart
also try: vi /etc/apache2/sites-enabled/000-default.conf
change DocumentRoot /var/www/html to DocumentRoot /var/www
rm /var/www/index.html
本文出自 “不负流年” 博客,请务必保留此出处http://jerkou.blog.51cto.com/4397003/1862209
以上是关于ubuntu 14.04 set up fog 0.32的主要内容,如果未能解决你的问题,请参考以下文章