• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • J
    jsi33
    last edited by Feb 4, 2014, 5:27 PM

    I am new to Fog and am still learning. I had my server running and everything was going great. Then i had to shut it down to physically relocate it and that is when i started having issues. Now it will give me this error everytime i try to upload an image. I’ve tried everything that google has to offer: chmod -R 777, chown -R fog:root, verifing the ftp password. im stuck. any help would be greatly appreciated.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Feb 4, 2014, 5:49 PM

      Can you verify that the ftp server is running on this system?

      [code]service vsftpd status[/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 Feb 4, 2014, 6:42 PM

        Thank you for responding to help, Tom.

        when i type that command i get: vsftpd start/running, process 943

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Feb 4, 2014, 7:09 PM

          The fog username and password need to be the one that is actually on the FOG server, not the one you use to login to the GUI. While it sounds like this was working, did the password change for the fog user?

          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 Feb 4, 2014, 7:12 PM

            I have it set up as the same username and password

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Feb 4, 2014, 7:13 PM

              Can you open a fog session to the FOG Server and, in the /images/ directory touch a file to see all is working?

              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 Feb 4, 2014, 7:23 PM

                Our mount point for the images is different it is /media/Images/images
                touch /media/Images/images works

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Feb 4, 2014, 7:27 PM

                  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 Feb 4, 2014, 7:34 PM

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

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Feb 4, 2014, 7:56 PM

                      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 Feb 4, 2014, 7:57 PM

                        i tried again to upload and it did not work

                        1 Reply Last reply Reply Quote 0
                        • J
                          jsi33
                          last edited by Feb 4, 2014, 7:57 PM

                          no it does not

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Feb 4, 2014, 8:01 PM

                            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 Feb 5, 2014, 3:11 AM

                              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 Mar 7, 2014, 10:12 AM

                                [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 Mar 11, 2014, 12:16 PM

                                  [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 Mar 11, 2014, 6:11 PM

                                    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 Mar 11, 2014, 6:26 PM

                                      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 Mar 11, 2014, 9:33 PM

                                        [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
                                        • T
                                          Tom Elliott
                                          last edited by Mar 11, 2014, 9:40 PM

                                          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
                                          • 1
                                          • 2
                                          • 1 / 2
                                          • First post
                                            Last post

                                          156

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project