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

      Please check your svn/git folders bin/error_logs folder.

      Check fog_error_1.3.0-RC-6.log

      Error should be near the bottom of the file. Alternatively, upload the file.

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

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • S
          Stilty
          last edited by

          0_1470309873735_fog_error_1.3.0-RC-6.log

          Ok thats the right one!

          Q 1 Reply Last reply Reply Quote 0
          • Q
            Quazz Moderator @Stilty
            last edited by

            @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 george1421G 2 Replies Last reply Reply Quote 0
            • S
              Stilty @Quazz
              last edited by

              @Quazz Do i just delete the entire fogproject folder?

              1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator @Quazz
                last edited by george1421

                @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 Reply Quote 0
                • S
                  Stilty @george1421
                  last edited by

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

                    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

                    george1421G S 2 Replies Last reply Reply Quote 0
                    • george1421G
                      george1421 Moderator @Tom Elliott
                      last edited by george1421

                      @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!

                      george1421G 1 Reply Last reply Reply Quote 0
                      • S
                        Stilty @george1421
                        last edited by

                        @george1421 It failed

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

                          @Tom-Elliott All nodes are failing again.

                          1 Reply Last reply Reply Quote 0
                          • george1421G
                            george1421 Moderator @george1421
                            last edited by

                            @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

                              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

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

                                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 Reply Quote 0
                                • 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
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • First post
                                              Last post

                                            224

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project