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

    Version 1.2.0 released!

    Scheduled Pinned Locked Moved
    General
    20
    59
    41.3k
    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.
    • ThiagoT
      Thiago
      last edited by

      [quote=“BigDawg986, post: 34017, member: 75”]Thanks, I should have figured as much but whenever I set up multiboots I always put each OS in a separate partition so that’s why I asked.[/quote]
      which option should I choose to get an image (from win/lin disc) resizable?
      my settings:
      Operating System: Other (99)
      Image Type: Single Disk (Resizable) -(1)

      What i have to do, to clone from 250GB to 160GB (hd size) ?

      Thanks and sorry about my inexperience

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

        Choose either Linux or Windows OS type, not other.

        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
        • ThiagoT
          Thiago
          last edited by

          When creating images in fog ui, these error appears on listing:
          FOGFTP: Failed to connect. Host: 192.168.1.12, Error: Undefined variable: whereArray

          How can i fix ?

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

            What do you get if you run:
            [code]mysql -u root [ -p #only if you have a db password ] fog
            select * from images where imageName=“<a name of your image here>” \G;[/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
              Jose Antonio Sanchez
              last edited by

              Tom,

              I did the delayed start of mysql as indicated on the rc.local file.

              now the tftpd-hpa wont respond to requests unless I stop it manually and start it again.

              I disabled tftpd-hpa by:
              sudo update-rc.d tftpd-hpa disable

              then tried doing the same for the tftpd-hpa on the /etc/rc.local file and added:

              sleep 30 && start tftpd-hpa

              but I still need to top and start tftpd-hpa manually by doing this:

              sudo stop tftpd-hpa
              sudo start tftpd-hpa

              then it works…

              Any ideas???

              1 Reply Last reply Reply Quote 0
              • D
                Daniel Murga
                last edited by

                I get the same error as Thiago:
                These error appear in image listing:

                FOGFTP: Failed to connect. Host:xxxxxxxxxxxxx, Error: Undefined variable: whereArray

                How can i fix ?

                1 Reply Last reply Reply Quote 0
                • ThiagoT
                  Thiago
                  last edited by

                  Hi Mr. Daniel Murga,
                  In my case, with a help from Tom Elliot, the firewall was the problem.
                  I am running a local firewall on fog machine and unblocking ports to my clients (20,21) solved my problem.
                  If you need more details, see: [url]http://www.fogproject.org/wiki/index.php?title=FOGUserGuide#Full_Listing_of_Ports_used_by_FOG_server_and_client[/url]

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

                    Hi,

                    The download of 1.2.0 is not working for the moment.
                    Is there an other site to download fog from?

                    Tx!
                    Johan

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

                      [quote=“jjacobs, post: 35747, member: 516”]Hi,

                      The download of 1.2.0 is not working for the moment.
                      Is there an other site to download fog from?

                      Tx!
                      Johan[/quote]

                      Where are you trying to download FOG From?

                      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
                        jjacobs
                        last edited by

                        [quote=“Tom Elliott, post: 35753, member: 7271”]Where are you trying to download FOG From?[/quote]

                        Hi Tom,

                        I’m now able to download the file. There was a problem with the network of Sourceforge.

                        Greetings and thanks for this fantastic program!
                        Johan

                        1 Reply Last reply Reply Quote 0
                        • D
                          David Schneider
                          last edited by

                          I was able to download the latest update using sudo wget [url]https://sourceforge.net/projects/freeghost/files/latest/download?source=[/url]

                          It seemed to download fine, but don’t know where to go from there to get it installed. I am running a linux server with no GUI, and I don’t see where the update downloaded to.

                          1 Reply Last reply Reply Quote 0
                          • Jaymes DriverJ
                            Jaymes Driver Developer
                            last edited by

                            it downloaded to what ever folder you were in when you ran the sudo wget command.

                            Normally that would be a home folder unless you changed the directory and then ran the command.

                            check your home folder, type ls to see a list of current folders and files.

                            WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                            1 Reply Last reply Reply Quote 0
                            • K
                              kitchen666
                              last edited by

                              I just updated to 1.2 and it is flawlessly imaging my whole lab over to Ubuntu 14.04 LTS. For the first time I don’t have to munge around with Grub, fix a bunch of swap partitions, and just generally pull my hair out. It Just Worked.

                              Thanks for maintaining this amazing tool. I love this release.

                              1 Reply Last reply Reply Quote 0
                              • Y
                                yves Banned
                                last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • 1
                                • 2
                                • 3
                                • 3 / 3
                                • First post
                                  Last post

                                173

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project