• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.8k
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.
  • Q
    Quazz Moderator @Stilty
    last edited by Aug 4, 2016, 11:37 AM

    @Stilty Looks like the udp tarball got corrupted during the download.

    Seeing as it’s happening on all your servers, I’m going to guess something is acting up with your internet connection.

    Might need to pull a fresh copy from svn/git repository of FOG and try again.

    S G 2 Replies Last reply Aug 4, 2016, 11:44 AM Reply Quote 0
    • S
      Stilty @Quazz
      last edited by Aug 4, 2016, 11:44 AM

      @Quazz Do i just delete the entire fogproject folder?

      1 Reply Last reply Reply Quote 0
      • G
        george1421 Moderator @Quazz
        last edited by george1421 Aug 4, 2016, 5:45 AM Aug 4, 2016, 11:45 AM

        @Quazz Just to add some color to this, it looks like the udpcast tarball was just updated 11 hours ago on github. Depending on when the OP pulled the updated, the OP has either pulled a broken udpcast-20120424 file or the udpcast-20120424 file was fixed 11 hours ago.

        For reference you can also get the udpcast-20120424 from the updcast web site at this url http://www.udpcast.linux.lu/download/udpcast-20120424.tar.gz It would be interesting to see if the OP replaces the existing udpcast-20120424.tar.gz in the /opt/fogproject/packages folder with one from the url above and reruns the installer does RC5 install correctly?

        ref github location of the updcast file: https://github.com/FOGProject/fogproject/tree/dev-branch/packages

        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 2 Replies Last reply Aug 4, 2016, 11:49 AM Reply Quote 0
        • S
          Stilty @george1421
          last edited by Aug 4, 2016, 11:49 AM

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

          http://www.udpcast.linux.lu/download/udpcast-20120424.tar.gz

          OK Im doing what you suggested on one of the nodes. Will let you know what happens.

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Aug 4, 2016, 11:50 AM

            Please try re-pulling.

            Apparently SVN and GIT line ending similarities stop.

            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

            G S 2 Replies Last reply Aug 4, 2016, 11:51 AM Reply Quote 0
            • G
              george1421 Moderator @Tom Elliott
              last edited by george1421 Aug 4, 2016, 5:52 AM Aug 4, 2016, 11:51 AM

              @Tom-Elliott I just pulled the latest (svn) RC candidate and I’m in the process of installing it now on my dev box.

              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!

              G 1 Reply Last reply Aug 4, 2016, 11:55 AM Reply Quote 0
              • S
                Stilty @george1421
                last edited by Aug 4, 2016, 11:51 AM

                @george1421 It failed

                1 Reply Last reply Reply Quote 0
                • S
                  Stilty @Tom Elliott
                  last edited by Aug 4, 2016, 11:54 AM

                  @Tom-Elliott All nodes are failing again.

                  1 Reply Last reply Reply Quote 0
                  • G
                    george1421 Moderator @george1421
                    last edited by Aug 4, 2016, 11:55 AM

                    @george1421 I just finished the install and the updcast part passed and the install completed OK on my centos7 dev box. I have 1.3.0-rc6 installed.

                    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!

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Aug 4, 2016, 12:01 PM

                      Ohhhhh no. Something wrong with the source archive?!? @Tom-Elliott

                      udpcast-20120424/rate-limit.h
                      udpcast-20120424/util.h
                      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
                      

                      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

                      T 1 Reply Last reply Aug 4, 2016, 12:17 PM Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by Aug 4, 2016, 12:05 PM

                        Just saw that George is saying that it is working for him.

                        @Stilty Can you please download and extract this archive by hand to see if it works?

                        sudo -i
                        cd /tmp
                        wget -O udpcast-20120424.tar.gz "https://github.com/FOGProject/fogproject/blob/dev-branch/packages/udpcast-20120424.tar.gz?raw=true"
                        tar xvzf udpcast-20120424.tar.gz
                        ...
                        

                        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 2 Replies Last reply Aug 4, 2016, 12:07 PM Reply Quote 0
                        • S
                          Stilty
                          last edited by Aug 4, 2016, 12:05 PM

                          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 Aug 4, 2016, 12:07 PM

                            @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 Aug 4, 2016, 12:10 PM Reply Quote 1
                            • S
                              Stilty @Sebastian Roth
                              last edited by Aug 4, 2016, 12:07 PM

                              @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#
                              
                              G 1 Reply Last reply Aug 4, 2016, 12:10 PM Reply Quote 0
                              • G
                                george1421 Moderator @Stilty
                                last edited by george1421 Aug 4, 2016, 6:10 AM Aug 4, 2016, 12:10 PM

                                @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 Aug 4, 2016, 12:12 PM Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by Sebastian Roth Aug 4, 2016, 6:11 AM Aug 4, 2016, 12:10 PM

                                  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 Aug 4, 2016, 12:10 PM

                                    @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 Aug 4, 2016, 12:12 PM

                                      @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
                                      • T
                                        Tom Elliott @Sebastian Roth
                                        last edited by Aug 4, 2016, 12:17 PM

                                        @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 Aug 4, 2016, 12:21 PM Reply Quote 0
                                        • S
                                          Stilty @Tom Elliott
                                          last edited by Aug 4, 2016, 12:21 PM

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

                                          T 1 Reply Last reply Aug 4, 2016, 12:22 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            14/37
                                            Last post

                                          132

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project