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

    Udpcast...Failed! Fog upgrade 0.34 to 1.1.1

    Scheduled Pinned Locked Moved
    Linux Problems
    3
    7
    2.5k
    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.
    • M
      MarkusK
      last edited by

      Hi

      I’m running Ubuntu 12 with the latest security updates.
      I’m upgrading from fog 0.34 to 1.1.1 but the updates stops with the following error.

      • Setting up and starting TFTP and PXE Servers…OK
      • Setting up and starting VSFTP Server…OK
      • Setting up sudo settings…OK
      • Setting up FOG Snapins…OK
      • Setting up and building UDPCast…Failed!

      ./configure failed!

      Script done, file is /var/log/foginstall.log

      I already tried to edit the config.sh and functions.sh according to this thread, but it didn’t work.
      [url]http://fogproject.org/forum/threads/setting-up-and-building-udpcast-failed.10798/[/url]

      When i have a loot at /root there is udpcast

      drwxr-xr-x 4 user user 4096 Jun 19 15:11 udpcast-20120424
      -rw-r–r-- 1 root root 189526 Jun 19 15:11 udpcast.tar.gz

      Any help would be appreciated. Thanks.

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        Are you running with sudo or just running the installfog.sh acripts.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • M
          MarkusK
          last edited by

          i tried with sudo ./installfog.sh
          and sudo -s

          1 Reply Last reply Reply Quote 0
          • M
            MarkusK
            last edited by

            and i even tried root login and install. Same error.

            1 Reply Last reply Reply Quote 0
            • I
              ianabc Testers
              last edited by

              Hi MarkusK, on my system the fog install script puts udpcast into /tmp and builds in there. You could try doing this manually, it might give you a better idea of the problem from, e.g.

              [CODE]
              cd /tmp/udpcast-20120424
              make distclean
              ./configure
              make
              [/CODE]

              From what you said above it sounds like somewhere in ./configure you will see an error, that will give you a better idea of what is missing or wrong.

              1 Reply Last reply Reply Quote 0
              • M
                MarkusK
                last edited by

                ./configure returns the following error:

                root@fog:/tmp/udpcast-20120424# ./configure
                checking for gcc… gcc
                checking whether the C compiler works… yes
                checking for C compiler default output file name… a.out
                checking for suffix of executables…
                checking whether we are cross compiling… configure: error: in /tmp/udpcast-20120424': configure: error: cannot run C compiled programs. If you meant to cross compile, use –host’.
                See `config.log’ for more details.

                i’m running ubuntu in a virtual maschine on citrix xen with virtual kernel 3.2.0-64-virtual
                i tried googling for the error but didn’t succeed.

                1 Reply Last reply Reply Quote 0
                • M
                  MarkusK
                  last edited by

                  thanks for your hints. finaly i could fix the problem, i had to reinstall libc6-dev

                  [FONT=Verdana][COLOR=#000000]apt-get install --reinstall libc6-dev[/COLOR][/FONT]

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

                  155

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project