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

    Task won't start, unable to connect to tftp server

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    9
    3.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.
    • S
      Steve Ropiak
      last edited by

      New Fog 0.32 install on Centos 6.5. When I attempt to initiate an upload task, I get the following error:

      [CENTER][SIZE=16px][FONT=Ubuntu][COLOR=#333333]Unable to start task[/COLOR][/FONT][/SIZE][/CENTER]
      [CENTER][SIZE=16px][FONT=Ubuntu][COLOR=#333333]Unable to connect to tftp server[/COLOR][/FONT][/SIZE][/CENTER]

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

        Check your username and password for the FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD under: FOG Configuration (? Icon) FOG Settings

        Make sure they are FOG User on the server, not the database user.

        On the FOG Server, login as root:

        type:
        [code]passwd fog[/code]

        Enter the password, then enter in the confirmation of the password.

        Then Update these two settings and try setting up your upload task and try again.

        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
        • S
          Steve Ropiak
          last edited by

          Well, The user name in the field referenced above was fog and the password field was populated with a seemingly random combination of letters and numbers so, logged in as root, I did a passwd fog and pasted in the contents of the field from the fog server, but that does not help.

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

            no you set the password, and change it in the FOG GUI

            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
            • S
              Steve Ropiak
              last edited by

              OK, set password on the server, set the gui to match, saved changes and still get the same error.

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

                Check perms on /tftpboot. They should be fog:root recursive

                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
                • S
                  Steve Ropiak
                  last edited by

                  AHA! There is no /TFTPBOOT. Perhaps it did not get installed.

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

                    That’s possible, though I don’t know why. If you still have the fog installer file (fog_0.32.tar.gz) run these commands to get tftpboot back:

                    [code]cd /opt
                    wget http://sourceforge.net/projects/freeghost/files/latest/download?source=files
                    tar -xzf fog_0.32.tar.gz
                    cd fog_0.32
                    cp -r packages/tftp /tftpboot
                    chown -R fog:root /tftpboot
                    cd /opt
                    rm -rf fog_0.32[/code]

                    That should give you back the tftpboot folder and apply the proper permissions. However, did you rerun the installer after getting NFS to work? If you didn’t your install may not be complete.

                    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
                    • S
                      Steve Ropiak
                      last edited by

                      Apparently, had not re run installfog.sh after starting nfs. Tried that first and the error. So, I ran the commands above and still get the error. Just in case, I did re set the password for the Fog user to match the Fog settings in the gui. Also checked permissions of /tftpboot and it is 0755 and the owner is Fog.

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

                      192

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project