• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.2k
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
    Josh Beddingfield
    last edited by Sep 13, 2013, 7:00 PM

    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 Sep 13, 2013, 7:02 PM

      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 Sep 13, 2013, 7:11 PM

        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 Sep 13, 2013, 7:14 PM

          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 Sep 13, 2013, 8:39 PM

            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
            • T
              Tom Elliott
              last edited by Sep 13, 2013, 8:41 PM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Sep 13, 2013, 8:43 PM

                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 Sep 13, 2013, 8:47 PM

                  single disk, multi part, non-resize

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Sep 13, 2013, 8:48 PM

                    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 Sep 13, 2013, 8:53 PM

                      [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
                      • T
                        Tom Elliott
                        last edited by Sep 13, 2013, 8:55 PM

                        Is this windows xp windows 7 or Linux.

                        1 Reply Last reply Reply Quote 0
                        • T
                          Tom Elliott
                          last edited by Sep 13, 2013, 8:55 PM

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

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Sep 13, 2013, 8:58 PM

                            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 Sep 13, 2013, 8:59 PM

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

                              1 Reply Last reply Reply Quote 0
                              • T
                                Tom Elliott
                                last edited by Sep 13, 2013, 9:01 PM

                                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 Sep 13, 2013, 9:06 PM

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

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tom Elliott
                                    last edited by Sep 14, 2013, 12:35 AM

                                    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 Sep 16, 2013, 12:15 PM

                                      [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
                                      • T
                                        Tom Elliott
                                        last edited by Sep 16, 2013, 12:21 PM

                                        Glad I could be of help.

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Josh Beddingfield
                                          last edited by Sep 16, 2013, 5:22 PM

                                          Broken again. Now it will not start any task.

                                          I was uploading and downloading fine when I tried to multicast. The multicast task did not launch (skipped straight to the FOG menu when booting). I made the changes found here in the troubleshooting section: [url]http://www.fogproject.org/wiki/index.php/Multicasting[/url]
                                          then rebooted

                                          Now it will not launch any tasks at all. They appear in /tftpboot/pxelinux.cfg but the clients just boot straight to the FOG menu - even when you launch in Debug-Deploy

                                          When you select Debug from the FOG menu we are back to the “Unable to determine operating system type” stuff.

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

                                          150

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project