码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 14.04 set up fog 0.32

时间:2016-10-15 22:55:16      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:fog 0.32 ubuntu 14.04

    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

标签:fog 0.32 ubuntu 14.04

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!