• 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.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.
  • 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
          • T
            Tom Elliott @Stilty
            last edited by Aug 4, 2016, 12:22 PM

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

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

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

              W 1 Reply Last reply Aug 4, 2016, 12:25 PM Reply Quote 0
              • W
                Wayne Workman @Stilty
                last edited by Wayne Workman Aug 4, 2016, 6:25 AM Aug 4, 2016, 12:25 PM

                @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 Aug 4, 2016, 1:07 PM Reply Quote 0
                • S
                  Stilty @Wayne Workman
                  last edited by Aug 4, 2016, 1:07 PM

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

                    @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
                    • T
                      Tom Elliott
                      last edited by Aug 4, 2016, 1:18 PM

                      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
                      • T
                        Tom Elliott
                        last edited by Aug 4, 2016, 1:22 PM

                        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 Aug 4, 2016, 1:22 PM

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

                          T 1 Reply Last reply Aug 4, 2016, 1:23 PM Reply Quote 0
                          • S
                            Stilty
                            last edited by Aug 4, 2016, 1:23 PM

                            Works here!

                            1 Reply Last reply Reply Quote 1
                            • T
                              Tom Elliott @Quazz
                              last edited by Aug 4, 2016, 1:23 PM

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

                                Worked here too!

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Stilty @Sebastian Roth
                                  last edited by Aug 12, 2016, 10:18 AM

                                  @Sebastian-Roth I can extract the files successfully. No errors. Now what do i do with it? This is still happening on 1 of my nodes now even with the RC that came out today.

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

                                    @Stilty Re-downloaded cleanly??

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

                                    159

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project