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

Configuring UDPCast Failed

Scheduled Pinned Locked Moved Solved
FOG Problems
4
21
5.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.
  • N
    NayanaAdassuriya
    last edited by Mar 22, 2017, 9:52 AM

    Hi,
    I’m trying to install fog on Centos 7 and before ‘Setting up UDPCast’ was falling. After fallowing this fix https://wiki.fogproject.org/wiki/index.php/Setting_up_and_building_UDPCast...Failed
    it start to works fine. But now ‘Configuring UDPCast’ is falling. I have change

    udpcasttmp="/tmp/udpcast.tar.gz" to udpcasttmp="/root/udpcast.tar.gz"; in common/config.sh

    But still it falling. Any idea how to fix? here is my last section of the log

    * Setting up storage..........................................OK
    * Setting up and starting DHCP Server.........................Skipped
    * Setting up and starting TFTP and PXE Servers................OK
    * Setting up and starting VSFTP Server........................OK
    * Setting up FOG Snapins......................................OK
    * Setting up UDPCast..........................................OK
    * Configuring UDPCast.........................................Failed!`
    
    G 1 Reply Last reply Mar 22, 2017, 9:56 AM Reply Quote 0
    • G
      george1421 Moderator @NayanaAdassuriya
      last edited by Mar 22, 2017, 9:56 AM

      @NayanaAdassuriya The wiki page you referenced is for a very old version of FOG. What version of FOG are you trying to install?

      There is a wiki for installing FOG on Centos 7: ps://wiki.fogproject.org/wiki/index.php?title=CentOS_7

      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 1
      • N
        NayanaAdassuriya
        last edited by Mar 22, 2017, 9:58 AM

        I’m trying fog_1.3.5

        W 1 Reply Last reply Mar 23, 2017, 12:40 AM Reply Quote 0
        • W
          Wayne Workman @NayanaAdassuriya
          last edited by Mar 23, 2017, 12:40 AM

          @NayanaAdassuriya Wipe the box, start over and follow this from start to finish: https://wiki.fogproject.org/wiki/index.php?title=CentOS_7

          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/

          N 1 Reply Last reply Mar 23, 2017, 7:57 AM Reply Quote 0
          • N
            NayanaAdassuriya @Wayne Workman
            last edited by Mar 23, 2017, 7:57 AM

            @Wayne-Workman I have tried the steps in the wiki page in a new machine. I’m using Cetos7 virtual machine (that provide by my company). So I could not fallow the video that has Centos partition and installation steps. because machine is already setup with Centos 7.

            This time I used the installation from git method. Now directly Configuring UDPCast.........................................Failed!
            I’m doubt, Not fallowing Centos installation could lead to this?
            Here is the last few lines of the log

            * Setting up storage..........................................OK
            * Setting up and starting DHCP Server.........................Skipped
            * Setting up and starting TFTP and PXE Servers................OK
            * Setting up and starting VSFTP Server........................OK
            * Setting up FOG Snapins......................................OK
            * Setting up UDPCast..........................................OK
            * Configuring UDPCast.........................................Failed!
            

            Thank you!

            G 1 Reply Last reply Mar 23, 2017, 9:36 AM Reply Quote 0
            • G
              george1421 Moderator @NayanaAdassuriya
              last edited by Mar 23, 2017, 9:36 AM

              @NayanaAdassuriya If you use the git method then will you inspect the following directory /opt/fogproject/bin/error_logs if the install failed there should be a fog_error_<version> file. Please look through that file to see if it helps for us to know why the install has failed.

              When I get into the office (about 2.5 hours), I will repeat the install on a new VM to see if I can duplicate your error. If you do it twice then something must be wrong.

              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!

              N 1 Reply Last reply Mar 23, 2017, 10:52 AM Reply Quote 0
              • N
                NayanaAdassuriya @george1421
                last edited by george1421 Mar 23, 2017, 5:21 AM Mar 23, 2017, 10:52 AM

                @george1421 Here I upload the error log there are three Mysql errors not sure those are relevant. Thank you!
                0_1490266363167_fog_error_1.3.5.txt

                G 1 Reply Last reply Mar 23, 2017, 11:23 AM Reply Quote 0
                • G
                  george1421 Moderator @NayanaAdassuriya
                  last edited by Mar 23, 2017, 11:23 AM

                  @NayanaAdassuriya The very last line is what is important in the case of udpcast.

                  Are you installing FOG as root or using sudo to install FOG?

                  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 N 2 Replies Last reply Mar 23, 2017, 11:26 AM Reply Quote 0
                  • G
                    george1421 Moderator @george1421
                    last edited by Mar 23, 2017, 11:26 AM

                    @george1421 This is where its failing with the >> with permission denied. Basically it tells us the user account you use to install FOG doesn’t have rights to run configure.

                        cd $udpcastout
                        errorStat $?
                        dots "Configuring UDPCast"
                        >> ./configure >>$workingdir/error_logs/fog_error_${version}.log 2>&1
                        errorStat $?
                        dots "Building UDPCast"
                        make >>$workingdir/error_logs/fog_error_${version}.log 2>&1
                    

                    I’m still going to create a new FOG vm this morning to ensure that the installer works correctly.

                    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!

                    N 1 Reply Last reply Mar 23, 2017, 12:58 PM Reply Quote 0
                    • N
                      NayanaAdassuriya @george1421
                      last edited by Mar 23, 2017, 12:58 PM

                      @george1421 yes I’m using sudo. does it required any special permission. if so how to set is to user. sorry I’m new to linux

                      G 1 Reply Last reply Mar 23, 2017, 1:02 PM Reply Quote 0
                      • G
                        george1421 Moderator @NayanaAdassuriya
                        last edited by george1421 Mar 23, 2017, 7:03 AM Mar 23, 2017, 1:02 PM

                        @NayanaAdassuriya do you log into fog server as root?

                        I almost have a new centos 7 vm template done too. I will start to install FOG in about 30 minutes (as time permits)

                        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!

                        W N 2 Replies Last reply Mar 23, 2017, 1:12 PM Reply Quote 0
                        • W
                          Wayne Workman @george1421
                          last edited by Mar 23, 2017, 1:12 PM

                          Nothing is wrong with CentOS 7, it’s been passing my automated tests every day for over a month. The issue is in this pre-built VM he’s trying to use.

                          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/

                          1 Reply Last reply Reply Quote 0
                          • N
                            NayanaAdassuriya @george1421
                            last edited by Mar 23, 2017, 1:25 PM

                            @george1421 I tried with both secondary user and root user. both shows the same issue. I have grated the permission to the secondary user this way. https://www.liquidweb.com/kb/how-to-add-a-user-and-grant-root-privileges-on-centos-7/
                            but still has the same issue.

                            1 Reply Last reply Reply Quote 0
                            • T
                              Tom Elliott
                              last edited by Mar 23, 2017, 1:28 PM

                              Can you provide the installer error log?

                              In your “installer” directory (the bin/) portition, you should have a folder called error_logs

                              In there will be a file for the 1.3.5 installer.

                              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

                              N G 2 Replies Last reply Mar 23, 2017, 1:36 PM Reply Quote 0
                              • N
                                NayanaAdassuriya @george1421
                                last edited by Mar 23, 2017, 1:32 PM

                                @george1421 as the root user

                                1 Reply Last reply Reply Quote 0
                                • N
                                  NayanaAdassuriya @Tom Elliott
                                  last edited by Mar 23, 2017, 1:36 PM

                                  @Tom-Elliott already uploaded the error_log in the previous reply below

                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    george1421 Moderator @Tom Elliott
                                    last edited by Mar 23, 2017, 1:39 PM

                                    @Tom-Elliott permission denied to run ./configure

                                    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
                                    • T
                                      Tom Elliott
                                      last edited by Mar 23, 2017, 1:40 PM

                                      Mind running the installer as root?

                                      The message it’s showing is configure is not allowed to run.

                                      You may also want to try:

                                      mount -o remount,exec /tmp
                                      

                                      This should ensure you can execute within the tmp folder. If you do have to do the mount command, restart the server when done installing to ensure all the folders are mounted as they’re expected.

                                      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

                                      N 1 Reply Last reply Mar 23, 2017, 1:54 PM Reply Quote 1
                                      • N
                                        NayanaAdassuriya @Tom Elliott
                                        last edited by Mar 23, 2017, 1:54 PM

                                        @Tom-Elliott You are the genius. This works like charm. I will buy you a jug of beer if you come to Singapore ever. probably you could consider add this work around to wiki. Thank you so much!

                                        G 1 Reply Last reply Mar 23, 2017, 1:55 PM Reply Quote 0
                                        • G
                                          george1421 Moderator @NayanaAdassuriya
                                          last edited by Mar 23, 2017, 1:55 PM

                                          @NayanaAdassuriya Would you tell us which worked? Tom gave you two options.

                                          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!

                                          N 1 Reply Last reply Mar 23, 2017, 1:56 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            3/21
                                            Last post

                                          151

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project