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

    Unable to move /images/dev/macaddress to images/name-of-image

    Scheduled Pinned Locked Moved
    FOG Problems
    6
    21
    8.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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      yes, but do you have the permissions as:

      [code]chmod -R 777 /media/Images/images[/code]

      Also do you have the .mntcheck files in both images and images/dev
      [code]touch /media/Images/images/.mntcheck
      touch /media/Images/images/dev/.mntcheck[/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
      • J
        jsi33
        last edited by

        yes i have .mntcheck in both images and images/dev
        i was able to touch both

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

          Does images/name-of-change already exist on the server?

          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
          • J
            jsi33
            last edited by

            i tried again to upload and it did not work

            1 Reply Last reply Reply Quote 0
            • J
              jsi33
              last edited by

              no it does not

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

                Can you manually FTP the images/dev/macaddress to images/name-of-image?

                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
                • R
                  reefcrazed
                  last edited by

                  Mine was doing this, I went through everything and I knew everything was perfect. What it ended up being was these new advanced format drives. I tried an old drive, imaged like a champ. Any newer drive will not image at all. I was getting the messages saying it could not move the image.

                  So what is the status of 4k drives guys?

                  1 Reply Last reply Reply Quote 0
                  • B
                    Boygenius
                    last edited by

                    [quote=“reefcrazed, post: 22473, member: 22026”]Mine was doing this, I went through everything and I knew everything was perfect. What it ended up being was these new advanced format drives. I tried an old drive, imaged like a champ. Any newer drive will not image at all. I was getting the messages saying it could not move the image.

                    So what is the status of 4k drives guys?[/quote]

                    Any update/work around on this? I have 125 laptops ready to deploy… 😞

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

                      [quote=“Boygenius, post: 23844, member: 22716”]Any update/work around on this? I have 125 laptops ready to deploy… :([/quote]

                      Have you gave the latest 33b release a try? It uses part clone which will work with 4k drives. Also you could use raw image in .32 but it’s very slow.

                      [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
                      • C
                        cabbagepants
                        last edited by

                        I’m having a similar issue. I’ve been running fog 0.32 on Ubuntu server 12.04 (kernel 3.5.0-45) for about 9 months but recently i started having problems.

                        Image uploads are starting and apparently completing fine (the uploading client finishes and give a Task Completed message) but then the machine does not shutdown or reboot. Instead, it begins displaying an asterisk every 5 seconds or so.

                        The active task in “Task Managment” does not complete, and the image (in /images/dev/macaddress) does not get moved to /images/imagename

                        I thought this was related to the drive in the first machine being an AF (4k) drive, but I tried again on an older model which i’ve successfully imaged in the past and it’s now doing the same.

                        The image folder permissions are 777 and the user and group are fog:root. I’ve verified that the tftp credentials in fog settings are correct.

                        Any ideas?

                        Thanks

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

                          check the actual config file and make sure your tftp/ftp username and password are set correctly in /var/www/fog/commons/config.php

                          Then try resetting the password for the unix user fog:
                          sudo passwd fog

                          then enter your password twice as it shows in the config file.

                          [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
                          • C
                            cabbagepants
                            last edited by

                            [quote=“BPSTravis, post: 23994, member: 22444”]check the actual config file and make sure your tftp/ftp username and password are set correctly in /var/www/fog/commons/config.php

                            Then try resetting the password for the unix user fog:
                            sudo passwd fog

                            then enter your password twice as it shows in the config file.[/quote]

                            Tried this, same results.

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

                              The username and password settings dealing with images should be under the Storage Management Page.

                              Choose All Nodes, select your node, Management Username and Management Password.

                              Verify that they are set properly. These should be set to the local fog user account on the fog server (unless your storage node is separate from your fog server).

                              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
                              • C
                                cabbagepants
                                last edited by

                                Made sure that the node user/pass, tftp user/pass, and linux user/pass were the same. My Fog server is now back in business.

                                Thanks!

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

                                145

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project