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