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

    Imaging stuck on upload after finished

    Scheduled Pinned Locked Moved
    FOG Problems
    9
    32
    17.5k
    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.
    • F
      Fhajad
      last edited by

      [quote=“Jim Holcomb, post: 31356, member: 15162”]Tom, I am on v1.1.1 and I just updated an image. All went well, and got the image upload success message. Now the laptop is looping on the FTP login incorrect message. I do not recall setting up an FTP password. Can I just change the password via the FOG interface or does this need to be does elsewhere at the server level? (Ubuntu 12.04)[/quote]

      The password for FTP is that of the fog user on the server, and has to match two locations in the configuration.

      1. Storage Management > All Storage Nodes > Select Storage Node > Management Password
      2. Fog Configuration > Fog Settings > TFTP Server > FOG_TFTP_FTP_PASSWORD
      1 Reply Last reply Reply Quote 0
      • Y
        YuYo
        last edited by

        We have come up with this problem too. I’ve noticed that when this error happens we have these lines in the log file

        [06-26-14 10:21:15 am] * No tasks found!
        [06-26-14 10:21:25 am] | StorageNode Not found on this system.
        [06-26-14 10:21:35 am] | StorageNode Not found on this system.
        [06-26-14 10:21:45 am] | StorageNode Not found on this system.
        [06-26-14 10:21:55 am] | StorageNode Not found on this system.
        [06-26-14 10:22:05 am] | StorageNode Not found on this system.
        [06-26-14 10:22:15 am] | StorageNode Not found on this system.
        [06-26-14 10:22:16 am] * Starting FOG Multicast Manager Service
        [06-26-14 10:22:21 am] * Checking for new tasks every 10 seconds.
        [06-26-14 10:22:21 am] * Starting service loop.
        [06-26-14 10:22:21 am] * No tasks found!

        I was in the process of updating to the latest version and it seems that when the service was restarted it finished uploading the image.

        1 Reply Last reply Reply Quote 0
        • L
          lepretre
          last edited by

          hello;

          Fresh reinstall of FOG 1.1.2 and same probem with my first upload:
          It ok on the defaut storage but not on a new storage group and node.
          after the upload i have this:
          *
          *
          *
          and in the log from apache:
          PHP Parse error: syntax error, unexpected ‘;’ in /var/www/fog/service/Post_Stage2.php on line 24

          1 Reply Last reply Reply Quote 0
          • L
            lepretre
            last edited by

            i have reinstall fog 1.1.2 and now it’s ok !!!

            1 Reply Last reply Reply Quote 0
            • J
              Jim Holcomb
              last edited by

              Anyone??? I upgraded to v1.1.2 and still the same issue appears (TFTP invalid password)

              1 Reply Last reply Reply Quote 0
              • F
                Fhajad
                last edited by

                [quote=“Jim Holcomb, post: 31679, member: 15162”]Anyone??? I upgraded to v1.1.2 and still the same issue appears (TFTP invalid password)[/quote]

                Did you try/verify anything I said at all? It was a direct response and everything.

                1 Reply Last reply Reply Quote 0
                • J
                  Jim Holcomb
                  last edited by

                  My humble of apologies! I did not see the 2nd page in this thread. Silly me. Trying that now…

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

                    I’ve been following this post as I too ran into the last step of an image update stalling with *s. I finally received the message about invalid ftp password, and I have since fixed my issue. I had the “2. Fog Configuration > Fog Settings > TFTP Server > FOG_TFTP_FTP_PASSWORD” configured as the fogcrypt’d password. I also had, i’m assuming since I first installed fog, the unix user set to the fogcrypt’d password also. It used to work this way, I don’t know if it should have, but it did.

                    To fix my issue I had to set the unix user password to the plain text password. The entry in the config page still needs to be fogcrypt’d.

                    1 Reply Last reply Reply Quote 0
                    • J
                      Jim Holcomb
                      last edited by

                      John, have no idea what you just said here. How do I do this?
                      [QUOTE]o fix my issue I had to set the unix user password to the plain text password. The entry in the config page still needs to be fogcrypt’d.[/QUOTE]

                      1 Reply Last reply Reply Quote 0
                      • J
                        Jim Holcomb
                        last edited by

                        Ok, so other troubleshooting steps taken.
                        I tried [FONT=monospace][COLOR=#000000]tftp x.x.x.x. get [/COLOR][/FONT][FONT=monospace][COLOR=#000000]undionly.kpxe and got positive results. However, when I try [/COLOR][/FONT][FONT=monospace][COLOR=#000000]tftp -v X.X.X.X -c get undionly.kpxe from the FOG server (via putty) I get permission denied. Any thoughts?[/COLOR][/FONT]

                        1 Reply Last reply Reply Quote 0
                        • J
                          Jim Holcomb
                          last edited by

                          Buehler? Anyone? Guys, I have seen multiple posts on here about this issue. Do we have any idea what’s going on, or when a fix might be in order?

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

                            [quote=“Jim Holcomb, post: 32006, member: 15162”]Buehler? Anyone? Guys, I have seen multiple posts on here about this issue. Do we have any idea what’s going on, or when a fix might be in order?[/quote]

                            There are two places you probably need to check.

                            When you install fog we set a random password for the linux side’s fog user.

                            This password is then the password that is supposed to be set for Storage Management and your relevant storage node. This can be changed on the linux side with a few commands:
                            [code]sudo passwd fog[/code]
                            Enter your password twice and remember it
                            Log into the FOG GUI and set this username and password in
                            Storage Management->All Storage Nodes-><YOUR STORAGENODE>->Management User and Management Password.

                            Then goto:
                            FOG Configuration (? Icon)->FOG Settings->TFTP Server->FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD and set the same username/password pair.

                            Then test.

                            To make absolutely sure it’s not a permissions issue run:
                            [code]chown -R fog:root /tftpboot
                            chown -R fog:root /images
                            chmod -R 777 /images[/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
                            • 2
                            • 2 / 2
                            • First post
                              Last post

                            196

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project