首页 > 系统服务 > 详细

ubuntu 14.04 set up fog 0.32

时间:2016-10-15 22:52:46      阅读:343      评论:0      收藏:0      [点我收藏+]

    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

原文:http://jerkou.blog.51cto.com/4397003/1862209

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!