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

Hosts not imaging - HELP

Scheduled Pinned Locked Moved
FOG Problems
8
149
99.9k
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.
  • S
    Sebastian Roth Moderator @prestop
    last edited by May 17, 2016, 7:12 PM

    @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 May 18, 2016, 1:32 PM Reply Quote 0
    • P
      prestop @Sebastian Roth
      last edited by May 18, 2016, 1:32 PM

      @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.

      W 1 Reply Last reply May 18, 2016, 2:28 PM Reply Quote 0
      • W
        Wayne Workman @prestop
        last edited by May 18, 2016, 2:28 PM

        @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 May 18, 2016, 2:56 PM Reply Quote 0
        • P
          prestop @Wayne Workman
          last edited by May 18, 2016, 2:56 PM

          @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 May 18, 2016, 3:04 PM

            @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.

            T 1 Reply Last reply May 18, 2016, 3:15 PM Reply Quote 0
            • T
              Tom Elliott @prestop
              last edited by May 18, 2016, 3:15 PM

              @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 May 18, 2016, 3:40 PM Reply Quote 0
              • P
                prestop @Tom Elliott
                last edited by May 18, 2016, 3:40 PM

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

                T 1 Reply Last reply May 18, 2016, 3:42 PM Reply Quote 0
                • T
                  Tom Elliott @prestop
                  last edited by May 18, 2016, 3:42 PM

                  @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 May 18, 2016, 3:58 PM

                    @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.

                    W 1 Reply Last reply May 18, 2016, 3:59 PM Reply Quote 0
                    • W
                      Wayne Workman @prestop
                      last edited by Wayne Workman May 18, 2016, 10:02 AM May 18, 2016, 3:59 PM

                      @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 May 18, 2016, 4:08 PM Reply Quote 1
                      • P
                        prestop @Wayne Workman
                        last edited by May 18, 2016, 4:08 PM

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

                        W 1 Reply Last reply May 18, 2016, 4:12 PM Reply Quote 0
                        • W
                          Wayne Workman @prestop
                          last edited by May 18, 2016, 4:12 PM

                          @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 May 18, 2016, 5:18 PM Reply Quote 1
                          • P
                            prestop @Wayne Workman
                            last edited by May 18, 2016, 5:18 PM

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

                            J 1 Reply Last reply May 18, 2016, 5:18 PM Reply Quote 0
                            • J
                              Junkhacker Developer @prestop
                              last edited by May 18, 2016, 5:18 PM

                              @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 May 18, 2016, 5:23 PM Reply Quote 0
                              • P
                                prestop @Junkhacker
                                last edited by May 18, 2016, 5:23 PM

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

                                1 Reply Last reply Reply Quote 0
                                • J
                                  Junkhacker Developer
                                  last edited by May 18, 2016, 5:25 PM

                                  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 May 18, 2016, 5:27 PM Reply Quote 0
                                  • P
                                    prestop @Wayne Workman
                                    last edited by May 18, 2016, 5:25 PM

                                    @Wayne-Workman how could my password change?

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      prestop @Junkhacker
                                      last edited by May 18, 2016, 5:27 PM

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

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        Junkhacker Developer
                                        last edited by May 18, 2016, 5:30 PM

                                        well, it looks like the fog installer changed the password for the “fog” user (which it sometimes does, it’s not supposed to, but when doing an upgrade from 1.2.0 it can happen. maybe something about the change in formatting of the .fogsettings file.) so it looks like you’ve got 2 options. reset the fog user password or restore your backup and create a new user account to do administration from.

                                        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 May 18, 2016, 5:31 PM Reply Quote 0
                                        • P
                                          prestop @Junkhacker
                                          last edited by May 18, 2016, 5:31 PM

                                          @Junkhacker reset the password from AD?

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

                                          170

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project