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

PXE Boot stopped working

Scheduled Pinned Locked Moved
FOG Problems
5
71
27.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.
  • W
    Wolfbane8653 Developer
    last edited by Jan 20, 2015, 9:25 PM

    I hate to throw this out there but did you disable windows firewall yet?

    1 Reply Last reply Reply Quote 0
    • G
      geoffpeters
      last edited by Jan 20, 2015, 9:31 PM

      No firewalls on Windows boxes (via GPO) or the FOG server.

      Just a reminder, the upload task works fine if I deploy the task instantly.

      1 Reply Last reply Reply Quote 0
      • W
        Wolfbane8653 Developer
        last edited by Jan 20, 2015, 9:40 PM

        SO instant works but not delayed. have you tried cron-syle?

        Sry currently testing the delayed on my configuration. I usually don’t use the delayed method. Just instant and cron-style.

        Edit: delayed donate works for me. about 3 mins off from scheduled time thought. Most likely due to task check periods

        1 Reply Last reply Reply Quote 0
        • G
          geoffpeters
          last edited by Jan 20, 2015, 10:07 PM

          I’m trying cron-style now. I set it up as 56, 13, 20, month, dow. That is, 1356 on the 20th, no month, no day of week. (I’m in California)

          It is now 1407 and nothing.

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Jan 20, 2015, 10:08 PM

            YOu have Cron set to run, every 1:56 pm, on the 20th day. When did you set this? Do you set it before 1356?

            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
            • G
              geoffpeters
              last edited by Jan 20, 2015, 10:09 PM

              Yes, at 1354

              Edit: The task appeared in the scheduled tasks window

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Jan 20, 2015, 10:13 PM

                Okay,

                What is the last 20 lines of:
                [code]tail -20 /opt/fog/log/fogscheduler.log[/code]

                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
                • G
                  geoffpeters
                  last edited by Jan 20, 2015, 10:28 PM

                  Here you are:

                  The clock looks wrong

                  [ATTACH]1614[/ATTACH]

                  I just ran the tail command again and the time did not change…

                  [url=“/_imported_xf_attachments/1/1614_FogSchedLog.png?:”]FogSchedLog.png[/url]

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Jan 20, 2015, 10:31 PM

                    Precisely.

                    What’s the output of:

                    [code]date -u[/code]

                    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
                    • T
                      Tom Elliott
                      last edited by Jan 20, 2015, 10:32 PM

                      [quote=“Tom Elliott, post: 41082, member: 7271”]Precisely.

                      What’s the output of:

                      [code]date -u[/code][/quote]

                      My current is: Tue Jan 20 22:29:50 UTC 2015

                      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
                      • G
                        geoffpeters
                        last edited by Jan 20, 2015, 10:39 PM

                        Tue Jan 20 22:37:20 UTC 2015

                        This looks correct

                        1 Reply Last reply Reply Quote 0
                        • G
                          geoffpeters
                          last edited by Jan 20, 2015, 10:40 PM

                          As the time of the log did not change does that indicate that something is not running?

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Jan 20, 2015, 10:54 PM

                            It looks like the service isn’t restarted properly.

                            WHen you edited the date.timezone stuff, did you restart apache2 and restart the related FOG Services?

                            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
                            • G
                              geoffpeters
                              last edited by Jan 20, 2015, 10:55 PM

                              I’m leaving the office in a few minutes. Hopefully we can track this down tomorrow.

                              Thanks,
                              Geoff

                              1 Reply Last reply Reply Quote 0
                              • G
                                geoffpeters
                                last edited by Jan 20, 2015, 10:56 PM

                                Yes, but there were the messages that I posted earlier.

                                1 Reply Last reply Reply Quote 0
                                • T
                                  Tom Elliott
                                  last edited by Jan 20, 2015, 10:57 PM

                                  Can you maybe restart the server? Hopefully it’ll help the timing too!

                                  My guess is something is interferring

                                  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
                                  • G
                                    geoffpeters
                                    last edited by Jan 20, 2015, 11:02 PM

                                    I just restarted apache2 and the three FOG services. The scheduler appears to be running. Let’s see what happens overnight.

                                    Thanks

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      geoffpeters
                                      last edited by Jan 21, 2015, 2:32 PM

                                      The scheduler is running.

                                      I think the problem was due to this:
                                      When I restart the apache2 service I get a message:
                                      “Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName.”

                                      I think apache2 did not restart.

                                      When I added the ServerName localhost line to apache2.conf the apache2 service did restart.

                                      One of the clients did not upload at the scheduled time. It was in sleep mode (S4?) and it did not wake.

                                      Could this be the cause?:
                                      If I search for wol.php I find it in two locations.
                                      /var/www/fog/wol
                                      /home/pmusfog/desktop/fog_1.2.0/packages/web/wol

                                      The path in FOG Configuration->FOG Settings->General Settings->FOG_WOL_PATH = /fog/wol/wol.php.

                                      Do I need to change the path?

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tom Elliott
                                        last edited by Jan 21, 2015, 2:46 PM

                                        I’m assuming you’re using updatedb and locate as your ‘finders’?

                                        The one in /home/pmusfog/desktop/fog_1.2.0/ is just the extracted folder info. The correct one is the location in /var/www/fog/ as that’s your web directory.

                                        The /fog/wol/wol.php is correct path unless you changed it somewhere else.

                                        My guess is either S4 didn’t allow wakeup, or wol isn’t enabled on that system. I don’t know all the potential values or changes in your environment either. Maybe that system is on another subnet or vlan which the fog server wouldn’t be able to send the traffic to.

                                        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
                                        • G
                                          geoffpeters
                                          last edited by Jan 21, 2015, 2:56 PM

                                          As far as I know I did not change the path to /fog/wol/wol.php anywhere.

                                          All workstations are on a single subnet with no vlans in place.

                                          I’ll have to do some more testing with the WOL bit. That is the last thing I need to make the scheduled uploads work.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 3 / 4
                                          3 / 4
                                          • First post
                                            42/71
                                            Last post

                                          218

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project