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

    New FOG server will not start the image upload

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    36
    16.0k
    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.
    • C
      chad-bisd Moderator
      last edited by

      Go into your host record and make sure it has an OS type set for it.

      If that doesn’t working, killing the task in the FOG webUI, and make sure the task file was deleted from the /tftpboot/ folder, usually named 01-mac-address-of-host.

      Then try to schedule a new upload task.

      Also, watch out for the TFTPD-HPA problem on Ubuntu 12.04. The service starts before the interface has an IP bound to it, and doesn’t function, but doesn’t report it’s down. You can temp. resolve it by restarting tftpd-hpa service, and a long term fix is to edit the startup job to wait.


      If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

      1 Reply Last reply Reply Quote 0
      • J
        Josh Beddingfield
        last edited by

        Thanks.

        prosigna@FOGMAN:/tftpboot$ ls
        boot.txt fog memdisk pxelinux.0 pxelinux.cfg tftpboot vesamenu.c32
        prosigna@FOGMAN:/tftpboot$ cd /tftpboot/tftpboot/
        prosigna@FOGMAN:/tftpboot/tftpboot$ ls
        prosigna@FOGMAN:/tftpboot/tftpboot$

        I think the task is dead.

        I restarted tftps-hpa

        prosigna@FOGMAN:/etc/init.d$ sudo /etc/init.d/tftpd-hpa stop
        [sudo] password for prosigna:
        Rather than invoking init scripts through /etc/init.d, use the service(8)
        utility, e.g. service tftpd-hpa stop

        Since the script you are attempting to invoke has been converted to an
        Upstart job, you may also use the stop(8) utility, e.g. stop tftpd-hpa
        tftpd-hpa stop/waiting
        prosigna@FOGMAN:/etc/init.d$ sudo /etc/init.d/tftpd-hpa start
        Rather than invoking init scripts through /etc/init.d, use the service(8)
        utility, e.g. service tftpd-hpa start

        Since the script you are attempting to invoke has been converted to an
        Upstart job, you may also use the start(8) utility, e.g. start tftpd-hpa
        tftpd-hpa start/running, process 2855

        Then started a new task in the GUI

        prosigna@FOGMAN:/etc/init.d$ cd /tftpboot/
        prosigna@FOGMAN:/tftpboot$ ls
        boot.txt fog memdisk pxelinux.0 pxelinux.cfg tftpboot vesamenu.c32
        prosigna@FOGMAN:/tftpboot$ cd /tftpboot/tftpboot/
        prosigna@FOGMAN:/tftpboot/tftpboot$ ls
        prosigna@FOGMAN:/tftpboot/tftpboot$

        1 Reply Last reply Reply Quote 0
        • C
          chad-bisd Moderator
          last edited by

          I think the correct location is actually /tftpboot/pxelinux.cfg/

          My FOG server is slightly modified so my stuff is in a different directory. Check there.


          If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

          1 Reply Last reply Reply Quote 0
          • J
            Josh Beddingfield
            last edited by

            This is the task that appears in the/tftpboot/pxelinux.cfg/

            It comes and goes with changes to the GUI.

            append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=10.28.0.4 type=up img=CDHSMINT13 imgid=2 mac=00:18:8b:1a:50:88 storage=10.28.0.10:/images/dev/ web=10.28.0.10/fog/ ignorepg=1 osid=50 pct=5 imgType=mps shutdown= loglevel=4 consoleblank=0 fdrive= chkdsk=0pros

            I think there is a permission problem some place but I’m not sure where.

            1 Reply Last reply Reply Quote 0
            • C
              chad-bisd Moderator
              last edited by

              If you are getting a problem detecting the OS type, it’s on the client at this point. This appears to be a Linux based client that you are trying to upload. Is that correct?


              If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

              1 Reply Last reply Reply Quote 0
              • J
                Josh Beddingfield
                last edited by

                The output I posted is from a Linux client. I was getting the same issue from a WIndows 7-64 client. I did not capture that output.

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

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    Question. Is what type of image are you trying, single disk resizable multiple part single disk or multiparty all disk.

                    1 Reply Last reply Reply Quote 0
                    • J
                      Josh Beddingfield
                      last edited by

                      single disk, multi part, non-resize

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

                        The correct directory is is /tftpboot/pxelinux.cfg/ the permissions should be checked for this directory. Also check the host for an appropriate OS assigned.

                        1 Reply Last reply Reply Quote 0
                        • J
                          Josh Beddingfield
                          last edited by

                          [quote=“Tom Elliott, post: 15994, member: 7271”]The correct directory is is /tftpboot/pxelinux.cfg/ the permissions should be checked for this directory. [/quote]

                          What should the permission be?

                          [quote=“Tom Elliott, post: 15994, member: 7271”]Also check the host for an appropriate OS assigned.[/quote]

                          Been checked, double checked, and triple checked. I will check it again. lol

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

                            Is this windows xp windows 7 or Linux.

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

                              Perms on tftpboot should be 755 fog.root on all.

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

                                chown fog:root -R /tftpboot; chmod 755 -R /tftpboot

                                Sorry about poor grammar and no code I’m on cellphone.

                                1 Reply Last reply Reply Quote 0
                                • J
                                  Josh Beddingfield
                                  last edited by

                                  I have a Win7-64 box to my left and a Mint-13 box to my right.

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

                                    Try running task with debug mode. This is different than booting into debug mode. I’ll explain when I get home on appropriate hardware.

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      Josh Beddingfield
                                      last edited by

                                      Thx. The server is at the high school. More debugging will have to wait until Monday.

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

                                        The reason why you need to create the task with debug is it enables the output of information within a viable task.

                                        If you don’t, but boot into debug mode directly from the pxe menu, there is no task, therefore no OS ID sent to the system.

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Josh Beddingfield
                                          last edited by

                                          [quote=“Tom Elliott, post: 15998, member: 7271”]chown fog:root -R /tftpboot; chmod 755 -R /tftpboot [/quote]

                                          FOR THE WIN!!!

                                          Thanks.

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

                                            Glad I could be of help.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            257

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project