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

    Latest FOG 0.33b

    Scheduled Pinned Locked Moved
    General
    77
    1.6k
    6.1m
    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.
    • F
      fabritrento
      last edited by

      uploading a disk from a pc with 3 partition i get this error:

      first partition is ntfs with windows xp
      second is eth4 with ubuntu 13.10
      third is linux-swap.

      1st and 3rd is copyed ok on fog server, but second gives a error, seems that try to copy as ntfs instead as ext4.

      this bug is urgent must be fixed

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

        fabritrento,

        What is the error that is given? Are you sure it’s ext4 and not LVM?

        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
        • Tom ElliottT
          Tom Elliott
          last edited by

          [quote=“ccmiens, post: 22385, member: 2951”]Hi,
          How to update r1170 -> r1185?
          Uninstall and reinstall all or simply extract files of new version
          Thanks[/quote]

          You can do this is multiple ways.

          First method, if you downloaded thru svn:

          Go into the directory where you placed fog perform the command svn update and reinstall. (It will upgrade, not perform brand new install.)

          For example: /home/user/trunk
          [code]cd ~/trunk
          svn update
          cd bin
          ./install.sh[/code]

          My tarball is updated to 1185, just download it and run the installer (again it will upgrade.)
          [code]wget --no-check-certificate https://mastacontrola.com/fog_0.33b.tar.bz2
          tar -xjf fog_0.33b.tar.bz2
          cd fog_0.33b/bin
          ./install.sh[/code]

          That should do 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
          • Tom ElliottT
            Tom Elliott
            last edited by

            r1186 fixes ping issues if you have FOG_HOST_LOOKUP on.

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

              I’m on revision 1185. Multipartition restore isn’t working, I tried RAW and it reboots when it starts to image (no error I could see). Anyone with multipartition/raw working?

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

                I will give it a shot joacliba, but as you’re aware, it will take a while. I have to upload a raw image, then see where it’s erroring on the restore.

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

                  Oh, sorry, I have explained badly:
                  [LIST]
                  []Multipartition, single disk --> Backup seems ok. [B]Restore doesn’t work[/B].
                  [
                  ]Raw --> Backup doesn’t work.
                  [/LIST]
                  I prefer “multipartition, single disk” but I was just testing “raw” and I found that it doesn’t work too.

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

                    I understood that already. I just couldn’t do a raw restore test without a raw image to test with.

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

                      On RAW fails on upload, that is what I tried to say. I don’t know if deploy works or not, because I can’t make the backup.

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

                        AH, I got you now. Looking into it as we speak.

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

                          Ok, thank you!

                          The other problem I’m trying to explain is with the “multipartition, single disk” option, it uploads well, but fails on deploy.

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

                            Figured out the RAW upload issue. It starts the upload but then promptly fails.

                            I set the upload parameters properly (the part that performs the cloning) But the placement of where the files need to go during the process was all wrong. I was just telling it to write the data to the little 127MB ram disk rather than actually write it to the harddrive, to which it would promply fail and cause the system to restart. Rebuilding init.gz as we speak and will post with update.

                            Next test,

                            Can you be more specific with your multipartition, single disk option? Which OS? I’ve been testing with Windows 7, Windows 8, Windows 8.1, Linux, and Windows XP and haven’t had any issues. I do believe there could be an issue, but don’t know the details of your specific setup.

                            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
                            • Tom ElliottT
                              Tom Elliott
                              last edited by

                              Or, are you saying deploying multicast job for multipart images is broken, I haven’t tested that part yet.

                              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
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                r1187 released to fix RAW upload issue.

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

                                  My disk has the following partitions:
                                  [LIST=1]
                                  []NTFS (no OS installed, future windows 7).
                                  [
                                  ]ext4 --> / of ubuntu 12.04
                                  []Extended:
                                  [LIST=1]
                                  [
                                  ]ext4 --> /home of ubuntu 12.04
                                  [*]swap partition.
                                  [/LIST]
                                  [/LIST]
                                  The image is Linux(50) and multipartition single disk (I didn’t try multicast).

                                  All the upload process seems to be ok, all partitions were backed.
                                  When I try to deploy, no errors are showed on screen, it reboots without do nothing. On previous revisions deploy worked correctly, the problem was on upload. Now upload seems to be ok, deploy not.

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

                                    In the image name you’re using fog this system does it contain the file d1p1 partition?

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

                                      I think yes, but I can’t confirm until tomorrow, the fog server is in my institute.

                                      Thank you and good night! 🙂

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

                                        r1189 released.

                                        Fixes killing of snapin-tasks generated by imaging tasks not working properly. Can successfully kill.

                                        Also brings searching of tasks. This means all tasks. You can search, so far, by task name, task states, task types, hostnames, and macs. Will add more with enough time.

                                        Hope you all enjoy.

                                        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
                                        • F
                                          fabritrento
                                          last edited by

                                          [quote=“Tom Elliott, post: 22388, member: 7271”]fabritrento,

                                          What is the error that is given? Are you sure it’s ext4 and not LVM?[/quote]

                                          yes ext4, the error appears in partclone gray screen for 1 second… i cannot read… but seems that don’uses partclone.extfs but partclone.ntfs. the part with blkid is working and present?

                                          1 Reply Last reply Reply Quote 0
                                          • F
                                            fabritrento
                                            last edited by

                                            [quote=“fabritrento, post: 22387, member: 21607”]uploading a disk from a pc with 3 partition i get this error:

                                            first partition is ntfs with windows xp
                                            second is eth4 with ubuntu 13.10
                                            third is linux-swap.

                                            1st and 3rd is copyed ok on fog server, but second gives a error, seems that try to copy as ntfs instead as ext4.

                                            this bug is urgent must be fixed[/quote]

                                            with r1189 now i tryed to to a fast wipe before.

                                            the error gived by client is:

                                            (partclone gray screen):
                                            /dev/sda1 is mounted at …
                                            error!

                                            /dev/sda2 is mounted at …
                                            error!

                                            /dev/sda3 is mounted at …
                                            error!

                                            after this first fail of download , if i restart the same image download with a new download command on the web gui (same pc) the download starts… and finish but the grub installation don’t work, i must chroot the pc and do grub-install /dev/sda

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 39
                                            • 40
                                            • 41
                                            • 42
                                            • 43
                                            • 77
                                            • 78
                                            • 41 / 78
                                            • First post
                                              Last post

                                            267

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project