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

    Configuring UDPCast Failed on all 13 Nodes with RC6

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    7
    37
    8.2k
    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.
    • S
      Stilty
      last edited by

      I’ve moved on now from it failing at one part:

       * Configuring UDPCast.........................................OK
       * Building UDPCast............................................Failed!
      
      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @Stilty Please check the log file again and post the last 10-20 lines…

        Possibly you just don’t have enough free space on your disk??? Run df -h

        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

        S 1 Reply Last reply Reply Quote 1
        • S
          Stilty @Sebastian Roth
          last edited by

          @Sebastian-Roth said in Configuring UDPCast Failed on all 13 Nodes with RC6:

          tar xvzf udpcast-20120424.tar.gz

          udpcast-20120424/udpr-negotiate.c
          tar: Skipping to next header
          
          gzip: stdin: invalid compressed data--crc error
          
          gzip: stdin: invalid compressed data--length error
          tar: Child returned status 1
          tar: Error is not recoverable: exiting now
          root@IT-FOG10:/tmp#
          
          george1421G 1 Reply Last reply Reply Quote 0
          • george1421G
            george1421 Moderator @Stilty
            last edited by george1421

            @Stilty Just for clarity you did a svn or git update and then are rerunning the installer to produce this error? If so what are you using svn or git?

            I just looked through my log and it did extract the updcast without issue and then compiled it afterwards.

            In my case I use SVN to refresh the files.

            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!

            S 1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Sebastian Roth

              Well yeah, I just tried downloading an extracting it on a normal PC! Failed! The archive seems to be damaged… @Tom-Elliott any ideas?

              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
              • S
                Stilty @Sebastian Roth
                last edited by

                @Sebastian-Roth

                checking for inet_aton... yes
                checking for getopt_long... yes
                checking for dlsym... yes
                checking for 64-bit off_t... no
                checking whether gcc supports loff_t type... yes
                checking whether gcc supports offset_t type... no
                checking whether gcc supports long long type... yes
                configure: creating ./config.status
                config.status: creating Makefile
                config.status: creating config.h
                config.status: config.h is unchanged
                gcc -g -O2 -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I.  -I.   -c -o console.o console.c
                In file included from console.c:7:0:
                console.h:25:9: error: unknown type name ‘fd_set’
                         fd_set *read_set, struct timeval *tv,
                         ^
                make: *** [console.o] Error 1
                
                1 Reply Last reply Reply Quote 0
                • S
                  Stilty @george1421
                  last edited by

                  @george1421 said in Configuring UDPCast Failed on all 13 Nodes with RC6:

                  ugh my log and it did extract the updcast withou

                  Im using GIT and yes I just put the udpcast where you said and then reran the installer.

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

                    @Sebastian-Roth line endings made there way into binary files. I’ve reverted the commit to before line changes where made.

                    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

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      Stilty @Tom Elliott
                      last edited by

                      @Tom-Elliott How do i revert to RC5? The server is not working and the PCs are getting suck at the PXE boot.

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

                        @Stilty did you repull git and reinstall?

                        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

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          Stilty @Tom Elliott
                          last edited by Stilty

                          @Tom-Elliott It says up-to-date but still doesn’t work.

                          I did git pull and then just ./installfog.sh

                          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman @Stilty
                            last edited by Wayne Workman

                            @Stilty Can you delete the git fogproject folder, and then re-clone please using this:
                            git clone --depth 1 https://github.com/FOGProject/fogproject.git

                            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!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            S P 2 Replies Last reply Reply Quote 0
                            • S
                              Stilty @Wayne Workman
                              last edited by

                              @Wayne-Workman said in Configuring UDPCast Failed on all 13 Nodes with RC6:

                              –depth 1

                              It still fails at the same spot when i revert to RC5, what do i do now?

                              1 Reply Last reply Reply Quote 0
                              • P
                                p.il @Wayne Workman
                                last edited by

                                @Wayne-Workman said in Configuring UDPCast Failed on all 13 Nodes with RC6:

                                @Stilty Can you delete the git fogproject folder, and then re-clone please using this:
                                git clone --depth 1 https://github.com/FOGProject/fogproject.git

                                I’m trying to install fog on centos 7 (updated), using the wiki guide (https://wiki.fogproject.org/wiki/index.php?title=CentOS_7) and I have the same problem.

                                I deleted the git fogproject folder, cloned again, reinstalled and i have the same problem again

                                • Setting up UDPCast…OK
                                • Configuring UDPCast…Failed!
                                1 Reply Last reply Reply Quote 0
                                • Tom ElliottT
                                  Tom Elliott
                                  last edited by

                                  Please try repulling again.

                                  It’s still something to do with line endings. I’ve made the repo mimic the SVN repo at this point. I’m testing an install, but could use other’s help as well.

                                  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 2
                                  • Tom ElliottT
                                    Tom Elliott
                                    last edited by

                                    My installing appears to have fixed the issues.

                                    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 1
                                    • Q
                                      Quazz Moderator
                                      last edited by

                                      Odd, I’ve updated it on the intial update and subsequent updates and it all worked fine for me.

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

                                        Works here!

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

                                          @Quazz Same here. But that doesn’t help much. People’s systems are all different.

                                          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
                                          • P
                                            p.il
                                            last edited by

                                            Worked here too!

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

                                            181

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project