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

    Fog 0.33b doesn't begin uploading after task scheduled.

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    11
    2.7k
    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.
    • J
      John Finley
      last edited by

      So I gave up on 14.04. I installed fresh w/ Ubuntu 12.04.4 server x64 - Updated the packages and whatnot. (Maybe that’s my problem.) Anyway setup with FOG 0.33b went smooth. Registered my first host with quick register, created new image in the web gui and assigned it to the host, ran fogprep, scheduled the upload through the task manager - It shows up in the list of scheduled tasks. However when I restart the machine it just boots Windows again after 3 seconds on the boot menu. Tried shutting it all the way down and scheduling it. Turn the machine on - same thing. Am I missing something obvious here?

      Thanks,

      John

      1 Reply Last reply Reply Quote 0
      • B
        BPSTravis Developer
        last edited by

        Your DHCP server has options 66 and 67 set right?
        66: yourfogerverip
        67: undionly.kpxe

        [SIZE=12px]signature:[/SIZE]
        [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

        1 Reply Last reply Reply Quote 0
        • JunkhackerJ
          Junkhacker Developer
          last edited by

          have you verified that the tftp server service is running?

          signature:
          Junkhacker
          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

          1 Reply Last reply Reply Quote 0
          • J
            John Finley
            last edited by

            tftp is running

            This is what I put in my dhcpd.conf

            if substring (option vendor-class-identifier, 0, 9) = “PXEClient” {
            next-server 10.233.219.152;
            filename “pxelinux.0”;
            }

            What should it say instead?

            1 Reply Last reply Reply Quote 0
            • JunkhackerJ
              Junkhacker Developer
              last edited by

              filename needs to be undionly.kpxe for 0.33b

              signature:
              Junkhacker
              We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

              1 Reply Last reply Reply Quote 0
              • B
                BPSTravis Developer
                last edited by

                filename “pxelinux.0”;

                Should be

                filename “undionly.kpxe”;

                [SIZE=12px]signature:[/SIZE]
                [QUOTE]I think I know things, but I really don't. You shouldn't follow any advice I give. - BPSTravis[/QUOTE]

                1 Reply Last reply Reply Quote 0
                • J
                  John Finley
                  last edited by

                  and that’s it - nothing about this 66 and 67 should be in there as well?

                  1 Reply Last reply Reply Quote 0
                  • Jaymes DriverJ
                    Jaymes Driver Developer
                    last edited by

                    66 is next-server which is your fog ip address which you have supplied with your script
                    67 is the boot file which is unidonly.kpxe which you have supplied with your script 🙂

                    Well as long as you change the pxelinux.0 to undionly.kpxe

                    You will likely need to reboot your dhcp server in order for it to take effect.

                    WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                    1 Reply Last reply Reply Quote 0
                    • J
                      John Finley
                      last edited by

                      yea i restarted dhcp and the server fog is installed on- this time it came up and didn’t even display the fog menu- there was some text about pxe i couldn’t quite catch it - then straight to windows

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

                        John Hangouts

                        We can all help (Jaymes, Junk, et moi) if that’s good with all of you?!?!)

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

                          [code]# DHCP Server Configuration file.

                          see /usr/share/doc/dhcp*/dhcpd.conf.sample

                          This file was created by FOG

                          use-host-decl-names on;
                          ddns-update-style interim;
                          ignore client-updates;
                          next-server 10.233.219.152;

                          subnet 10.233.219.0 netmask 255.255.255.0 {
                          option subnet-mask 255.255.255.0;
                          range dynamic-bootp 10.233.219.200 10.0.7.250;
                          default-lease-time 21600;
                          max-lease-time 43200;
                          option domain-name-servers 10.233.219.5;
                          option routers 10.233.219.152;
                          filename “undionly.kpxe”;[/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
                          • 1 / 1
                          • First post
                            Last post

                          237

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project