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

    Autoimage Machines, possible?

    Scheduled Pinned Locked Moved
    Windows Problems
    2
    23
    7.0k
    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.
    • G
      guscrown
      last edited by

      Got them. Your server was complaining about the certificate. You should check that out.

      Are these files to replace other files in my current installation?

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

        [quote=“guscrown, post: 37751, member: 26595”]Got them. Your server was complaining about the certificate. You should check that out.

        Are these files to replace other files in my current installation?[/quote]

        The certificate problem isn’t a “problem” persay but I’m using self signed certificates.

        The init files you downloaded go in your fog server to replace the /var/www/fog/service/ipxe/init.xz and /var/www/fog/service/ipxe/init_32.xz files.

        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
        • G
          guscrown
          last edited by

          Thanks, Tom. I will test this and report back on my findings. I really appreciate you taking the time to do all of this.

          1 Reply Last reply Reply Quote 0
          • G
            guscrown
            last edited by

            Hi Tom. Finally got to the office and I am able to test. For starters, neither the Full Registration or the Quick Registration are working.

            I will try and add the client manually and see if I can image it like that.

            1 Reply Last reply Reply Quote 0
            • G
              guscrown
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • G
                guscrown
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • G
                  guscrown
                  last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • G
                    guscrown
                    last edited by

                    Hi Tom,

                    I fixed a permission issue I had with the files. However I have found that Fog Server doesn’t relocate the IMAGE file from /images/dev/macaddress to /images/Name-of-Image

                    If I go into /images/dev/macaddress I see 5 files in there. But I don’t know why they weren’t moved to /images/name-of-image

                    So when I try to download the image to the host I get a “Cannot find XP Image File” error messages.

                    Any ideas?

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

                      I don’t know what the issue is, but for now, what files do you see in the /images/dev/<macaddress>?

                      There should be one:
                      in the sequence of :
                      /images/dev/<macaddress>/<macaddress>.000

                      To get your image to deploy properly, try moving the .000 file to:
                      /images/<imagepathname>

                      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
                      • G
                        guscrown
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • G
                          guscrown
                          last edited by

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • G
                            guscrown
                            last edited by

                            I had to restart tftpd. I manually moved the image file to the correct folder. I still get “Cannot find XP Image File”

                            1 Reply Last reply Reply Quote 0
                            • G
                              guscrown
                              last edited by

                              If it’s of any information, when I list the images via the web manager, the image is shown as 0.00 iB on both Client and Server

                              1 Reply Last reply Reply Quote 0
                              • G
                                guscrown
                                last edited by

                                I reuploaded the image with the same result. Nothing is created in the /images/<imagepath> automatically. I manually copy the <macaddress>.000 to /images/<imagepathname> and it still shows as size 0.00 iB on the server itself.

                                1 Reply Last reply Reply Quote 0
                                • G
                                  guscrown
                                  last edited by

                                  This is the error that I am getting:

                                  [url=“/_imported_xf_attachments/1/1430_error 3a.jpg?:”]error 3a.jpg[/url]

                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    guscrown
                                    last edited by

                                    Quick question. Should the image reside in the root of /images/ with a name of <imagename>.000, or should it be inside its own folder named <imagename> and have the original filename of <macadress>.000 ?

                                    I currently have it as the second option.

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      guscrown
                                      last edited by

                                      Alright, I’m flooding this thread but I think I finally got it working. I went through other posts here on the forums and notice that other people also had 0.00 iB info on their uploaded images, and they also were unable to copy from /images/dev/ to /images automatically. On one of your posts you mentioned that the image upload is first done via NFS, but the via FTP you do the relocation.

                                      This got me thinking and I assumed that something was wrong with the FTP password. I simply ran sudo passswd fog and changed the password. Then via the Web GUI on 2 places: Storage management and Fog Settings.

                                      I then hunted down the Config.class.php file and updated the password there too.

                                      It is working now. I am testing a few wipes and reimages to confirm.

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

                                        While I’m sure we could’ve come to these conclusions separately, I’m glad you got this part working for you. That and that you searched and found your answer right here on the forums already!!!

                                        “Who’da’thunk’it”?

                                        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

                                        157

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project