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

    Hosts not imaging - HELP

    Scheduled Pinned Locked Moved
    FOG Problems
    8
    149
    100.1k
    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.
    • Wayne WorkmanW
      Wayne Workman @prestop
      last edited by Wayne Workman

      @prestop

      We have solid documentation and videos in this article: https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk

      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!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      P 1 Reply Last reply Reply Quote 0
      • P
        prestop @Wayne Workman
        last edited by

        @Wayne-Workman
        Awesome. I will give it a try tomorrow. I have a switch to configure…(in a bugless room).

        Many thanks to all for your support.

        1 Reply Last reply Reply Quote 1
        • S
          Sebastian Roth Moderator @prestop
          last edited by

          @prestop said in Hosts not imaging - HELP:

          It whips by and then reboots - if it doesn’t give an error message

          In FOG 1.2.0 this usually happens when there is some kind of “faulty” partition layout on the disk. The tool used to enumerate disks and partitions was/is not very tolerant and freaks out easily - not giving any partition information. As FOG relies on that information to loop through the given partitions it just “whips by” if it cannot find any. Try booting the client into debug mode (FOG 1.2.0 -> Host -> Basic tasks -> debug) and run fogpartinfo --list-parts /dev/sda

          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

          P 2 Replies Last reply Reply Quote 0
          • P
            prestop @Sebastian Roth
            last edited by

            @Sebastian-Roth
            Thanks, I’ll try that…but I did format the drive into one big part as requested, etc. and I still got the same response.
            My issue is that I"m out of time and I wanted to try the later version to get working.

            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @prestop
              last edited by

              @prestop So, please install fog trunk and see? This thread has gone on for so long, when fog trunk could potentially solve these issues.

              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!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              P 2 Replies Last reply Reply Quote 0
              • P
                prestop @Wayne Workman
                last edited by

                @Wayne-Workman
                UB says mk command not found
                This is a make directory command, right?

                1 Reply Last reply Reply Quote 0
                • P
                  prestop @Sebastian Roth
                  last edited by

                  @Sebastian-Roth
                  I tried this and it says:
                  Error: Can’t have a partition outside the disk!

                  This is the machine that was formatted into one big part with ntfs, it’s a 250GB disk. The image is much smaller than that. And I set the image to single/resizable.

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

                    @prestop Simply setting the image to resizable will not FIX anything. If it was uploaded as non-resizable, the partition table is still setup for the original source drive. If you need to make it resizable, the simplest solution is to set the image as resizable then re-upload from the master system.

                    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

                    P 1 Reply Last reply Reply Quote 0
                    • P
                      prestop @Tom Elliott
                      last edited by

                      @Tom-Elliott
                      Don’t have the master system anymore. That’s part of my issue.

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

                        @prestop Well I suspect a way to fix, find the largest harddrive (probably a 1TB drive?) and put it into the system.

                        Do a download task. Before letting it boot, immediately schedule that device for upload (using the image setup as resizable).

                        That should fix the resizable issue for you.

                        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 2
                        • P
                          prestop @Wayne Workman
                          last edited by

                          @Wayne-Workman
                          fog@heavyfog:~$ mkdir trunk
                          fog@heavyfog:~$ cd ~/svn/trunk/;svn checkout -r5428 https://svn.code.sf.net/p/freeghost/code/trunk ;cd bin; sudo ./installfog.sh
                          bash: cd: /home/fog/svn/trunk/: No such file or directory
                          The program ‘svn’ is currently not installed. You can install it by typing:
                          sudo apt-get install subversion
                          bash: cd: bin: No such file or directory
                          [sudo] password for fog:
                          sudo: ./installfog.sh: command not found
                          fog@heavyfog:~$

                          I believe I got it to make the directory but then I got all this.

                          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman @prestop
                            last edited by Wayne Workman

                            @prestop sudo apt-get install subversion

                            Then rerun that command below.

                            Actually - I made some changes to it. here:
                            cd ~;mkdir svn;cd svn;svn checkout -r5428 https://svn.code.sf.net/p/freeghost/code/trunk ;cd trunk/bin;sudo ./installfog.sh

                            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!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            P 1 Reply Last reply Reply Quote 1
                            • P
                              prestop @Wayne Workman
                              last edited by

                              @Wayne-Workman
                              OK! It appears to be rolling now…updating packages, etc.
                              What do I do when it finishes?

                              Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                              • Wayne WorkmanW
                                Wayne Workman @prestop
                                last edited by

                                @prestop at one point, it will ask you to update the db.

                                Go to the web interface and click the update button. It’ll be center page.

                                Then come back to the installer and continue.

                                After it’s done… just try it out.

                                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!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

                                P 2 Replies Last reply Reply Quote 1
                                • P
                                  prestop @Wayne Workman
                                  last edited by

                                  @Wayne-Workman
                                  Oh God…i walked away from the process and the computer locked. Now it doesn’t recognize my password. ?

                                  JunkhackerJ 1 Reply Last reply Reply Quote 0
                                  • JunkhackerJ
                                    Junkhacker Developer @prestop
                                    last edited by

                                    @prestop i noticed that you’re logging in as “fog”
                                    i don’t recommend that, you should use a different user account.

                                    signature:
                                    Junkhacker
                                    We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                    P 1 Reply Last reply Reply Quote 0
                                    • P
                                      prestop @Junkhacker
                                      last edited by

                                      @Junkhacker
                                      That’s all i got. Can i finish as a guest session?

                                      1 Reply Last reply Reply Quote 0
                                      • JunkhackerJ
                                        Junkhacker Developer
                                        last edited by

                                        that’s all you’ve got? the install instructions explicitly say not to create a user account named “fog” because the installer creates that account and sets the password

                                        signature:
                                        Junkhacker
                                        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          prestop @Wayne Workman
                                          last edited by

                                          @Wayne-Workman how could my password change?

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            prestop @Junkhacker
                                            last edited by

                                            @Junkhacker
                                            I didn’t set up the machine-the previous admin did.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 3 / 8
                                            • First post
                                              Last post

                                            149

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project