• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    [howto] list of bug and foxes to make fog run with 0.32 version

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    2
    1.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fabritrento
      last edited by

      with fog 0.32 exist some bugs to fix to get fog working:
      0)patch the udpcast package.
      -cut&paste patch file [url]http://www.pastebin.ca/2554510[/url] to /tmp/mcast_patch
      -Download package [url]http://www.udpcast.linux.lu/download/udpcast-20120424.tar.gz[/url] to /tmp

      • cd /tmp;tar xvf udpcast-20120424.tar.gz ; cd udpcast-20120424; cp …/mcast_patch . ; patch -p1 < mcast_patch
        -edit the …/lib/common/config.sh file in the FOG installation folder to look for the /tmp/udp-20120424 folder by changing the udpcastout variable to udpcast-20120424
        -install fog via fog_0.32/bin/installfog.sh with empty root mysql password
      1. Go to your fog webdir. Probably at: /var/www/fog (UBUNTU TYPICAL) and substitute
        “&$tmp” variable at the end of lines of file tasks.confirm.include.php
        (various occurences) with “$tmp”

      at this time works most procedures, except multicast deploying.

      1 Reply Last reply Reply Quote 0
      • Jaymes DriverJ
        Jaymes Driver Developer
        last edited by

        This is much easier and from a command line.

        [quote=“Tom Elliott, post: 21463, member: 7271”]

        [code]
        wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/udpcast-20120424.tar.gz
        rm -f udpcast-20071228.tar.gz
        sed -i ‘s/udpcastout=“udpcast-20071228”/udpcastout=“udpcast-20120424”/’ …/lib/common/config.sh
        sed -i ‘s/udpcastsrc=“…/packages/udpcast-20071228.tar.gz”/udpcastsrc=“…/packages/udpcast-20120424.tar.gz”/’ …/lib/common/config.sh
        cd …/bin
        ./installfog.sh
        [/code]

        [/quote]

        WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post

        212

        Online

        12.1k

        Users

        17.3k

        Topics

        155.3k

        Posts
        Copyright © 2012-2024 FOG Project