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

    ipxe.org/4c116035 timed out

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    5
    21
    7.3k
    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.
    • ch3iC
      ch3i Moderator @A Former User
      last edited by

      @alpilles.info In your DHCP option it’s the server name or the ip that it’s specified ?

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

        @ch3i I’m going to guess servername. I’ll even go one step further and guess that there is no static IP address for this host, and the old entry for the servername is what’s listed in the DNS records which is why its failing in this particular instance.

        @alpilles.info Can you try setting the Option 66/next-server address to the IP of the server rather than the Host name? If this cannot be done, can you setup of a DHCP reservation for your FOG Server so the hostname is always found?

        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

        T 1 Reply Last reply Reply Quote 1
        • ?
          A Former User
          last edited by

          In my dhcp (that is manage by a windows 2008 server) there is the ip not hostname
          my fog server is already on a static ip (reserved in dhcp)

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

            Then something is not configured properly. Maybe your FOG server is set to look for hostname?

            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
            • ?
              A Former User
              last edited by

              Where can we choose that ? The strange thing is that if the server is reboot it work then same problem little after, and i haven’t changed the configuration since 4 month (the problem just occur recently)
              For my information why is it trying to reach ipxe.org it need internet to work ?
              Thanks

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

                Can you run the troubleshooting script found here: https://forums.fogproject.org/topic/4581/let-s-make-scripts

                And see if it points anything out?

                I’m not sure if it’ll help but it’s a shot in the dark, you know?

                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
                • ?
                  A Former User
                  last edited by

                  Hi, i will try tomorrow and tell you the result, thanks

                  1 Reply Last reply Reply Quote 0
                  • ch3iC
                    ch3i Moderator @A Former User
                    last edited by

                    @alpilles.info said:

                    For my information why is it trying to reach ipxe.org it need internet to work ?

                    Hi,

                    Don’t need to have Internet on the server, it’s just the url to the error code.

                    Regards,
                    Ch3i.

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User
                      last edited by

                      Hi, ok thanks.
                      I have run the scripts but i got some error 👍line 19 entire number expected
                      nfs: unrecognized service
                      iptables: unrecognized service
                      Usage FOGMulticastManager {start|stop|restart}
                      FOGSnapinReplicator: unrecognized service
                      Usage FOGImageReplicator {start|stop|restart}
                      Usage FOGScheduler {start|stop|restart}
                      sed: -e expression n°1, caractère 4: command `s’ not finished

                      (i have translate some line because it was in french), else everything seem fine in the log file.

                      ch3iC 1 Reply Last reply Reply Quote 0
                      • ch3iC
                        ch3i Moderator @A Former User
                        last edited by

                        @alpilles.info said:

                        Hi, ok thanks.
                        I have run the scripts but i got some error 👍line 19 entire number expected
                        nfs: unrecognized service
                        iptables: unrecognized service
                        Usage FOGMulticastManager {start|stop|restart}
                        FOGSnapinReplicator: unrecognized service
                        Usage FOGImageReplicator {start|stop|restart}
                        Usage FOGScheduler {start|stop|restart}
                        sed: -e expression n°1, caractère 4: command `s’ not finished

                        (i have translate some line because it was in french), else everything seem fine in the log file.

                        For NFS the command is (I think) :

                        service nfs-common status
                        

                        For FOG services, in 1.2 there is no “status” added in these scripts.

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User
                          last edited by

                          yes nfs-common status doesn’t exist, for now i have add my dns server in FOG_PXE_IMAGE_DNSADDRESS andi turn off FOG_USE_SLOOPY_NAME_LOOKUP
                          it seem to work better i will do some other test.

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

                            I believe the correct command is:
                            sudo service nfs-kernel-server status

                            If on Ubuntu 15? or Debian 8 it would be:
                            sudo systemctl status nfs-kernel-server.service

                            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
                            • ?
                              A Former User
                              last edited by

                              @Tom-Elliott said:

                              service nfs-kernel-server status

                              yes it’s that :
                              service nfs-kernel-server status
                              nfsd running

                              ubuntu 14

                              so the problem is elsewhere, but like i said right now it work with the FOG_PXE_IMAGE_DNSADDRESS but it used to work without it, it’s very strange 🙂
                              Thanks for your help.

                              1 Reply Last reply Reply Quote 1
                              • ?
                                A Former User
                                last edited by

                                Hi, i have notice with many test that the problem seem to be random, i put a task download or upload computer half time this work wells half time i have this error (and i reboot and do it again no error) like i said totally random i don’t have any idea why but that’s annoying, is someones has ideas.
                                Thanks

                                ch3iC 1 Reply Last reply Reply Quote 0
                                • ch3iC
                                  ch3i Moderator @A Former User
                                  last edited by

                                  @alpilles.info said:

                                  Hi, i have notice with many test that the problem seem to be random, i put a task download or upload computer half time this work wells half time i have this error (and i reboot and do it again no error) like i said totally random i don’t have any idea why but that’s annoying, is someones has ideas.
                                  Thanks

                                  Hi,

                                  How your network is configured ? (ACL, VLAN, …)

                                  1 Reply Last reply Reply Quote 0
                                  • ?
                                    A Former User
                                    last edited by

                                    I have acl/vlan (but they have not changed recently only my fog version have changed) and the fog server is on the same vlan as the computers

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      the_duke @Tom Elliott
                                      last edited by

                                      This post is deleted!
                                      ch3iC 1 Reply Last reply Reply Quote 0
                                      • ch3iC
                                        ch3i Moderator @the_duke
                                        last edited by

                                        This post is deleted!
                                        1 Reply Last reply Reply Quote 0
                                        • 1
                                        • 2
                                        • 1 / 2
                                        • First post
                                          Last post

                                        201

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project