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

    Bugs in FOG 0.33

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    49
    308
    375.6k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      r977 release,

      Should address wrong image type setting for capone if using that plugin.

      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
      • P
        pmonstad
        last edited by

        Error in installation script (CentOS 6.5). When installing on a brand new setup I get an error at line 239: confirmPackageInstallation: command not found. Also error Failed to start NFS Server and setupFreshClam (had to manually install DAG repository to install htmldoc and clamav, but clamav seams to fail on Centos.

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

          Not sure about the confirmPackageInstallation error, I’ve seen that issue, though it’s cause no real problems. It seems like, for some reason, it’s not calling sourcing the right file. This is fine by itself, though as it’s only the process that confirms if a package has installed.

          NFS Server issues shouldn’t be an issue, though it’s probable because of when I had to fix the database issue. Centos checks if the packages mysql, mysql-server, and php-mysql are installed and if they’re not, it checks for mariadb, mariadb-server, and php-mysqlnd, I think it’s here that we’re seeing the confirmPackageInstall error.

          To fix the NFS issue, perform:
          [code]service rpcbind restart; service nfs restart[/code]
          Then try again. It should be fine.

          I’ve not tested 6.5, but for clamav to install properly, it needs the elrepo packages, not the dag packages, verify that this is the case!

          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
          • P
            pmonstad
            last edited by

            Chinese language?? After installing (testing user interface) most menues seams to appear in Chinese language? Why, I have not entered any setting about this?

            1 Reply Last reply Reply Quote 0
            • P
              pmonstad
              last edited by

              [quote=“Tom Elliott, post: 18431, member: 7271”]Not sure about the confirmPackageInstallation error, I’ve seen that issue, though it’s cause no real problems. It seems like, for some reason, it’s not calling sourcing the right file. This is fine by itself, though as it’s only the process that confirms if a package has installed.

              NFS Server issues shouldn’t be an issue, though it’s probable because of when I had to fix the database issue. Centos checks if the packages mysql, mysql-server, and php-mysql are installed and if they’re not, it checks for mariadb, mariadb-server, and php-mysqlnd, I think it’s here that we’re seeing the confirmPackageInstall error.

              To fix the NFS issue, perform:
              [code]service rpcbind restart; service nfs restart[/code]
              Then try again. It should be fine.

              I’ve not tested 6.5, but for clamav to install properly, it needs the elrepo packages, not the dag packages, verify that this is the case![/quote]

              Hm, I wrote dag but I think I installed elrepo as epel-release-6-8.noarch.rmp Right?

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

                dag’s repo typically install clamav and freshclam in different locations that the elrepo packages. At least when I’ve had to play with my mailserver clamav 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

                  I’ve uploaded a new revision to try addressing these issues. I don’t know if it’s all fixed, but the rpcbind/nfs issue should be now!

                  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
                  • P
                    pmonstad
                    last edited by

                    [quote=“Tom Elliott, post: 18435, member: 7271”]I’ve uploaded a new revision to try addressing these issues. I don’t know if it’s all fixed, but the rpcbind/nfs issue should be now![/quote]

                    Thanks, works now except one: line 288 setupFreshClam: command not found on Centos 6.4 and elrepo defined.

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

                      for htmldoc, install rpmforge repo. I installed on clean install of centos 6.4 and had no 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
                      • G
                        Gilou
                        last edited by

                        [quote=“pmonstad, post: 18432, member: 17422”]Chinese language?? After installing (testing user interface) most menues seams to appear in Chinese language? Why, I have not entered any setting about this?[/quote]

                        You can choose the locale to use on the login screen, maybe it has the wrong one selected? 😉

                        1 Reply Last reply Reply Quote 0
                        • L
                          Luke Anderson
                          last edited by

                          Hi!

                          This may not be a bug as such, but more of a request for help on a Windows 8 deployment issue I’m having in fog 0.33 during testing. Hope that’s ok!

                          I have successfully uploaded an image of a Windows 8 laptop (disabled secure boot and changed to legacy BIOS before upload), however I swap out the hard drive for a brand new blank disk, but when i deploy the image (again, secure boot disabled and legacy BIOS) the task completes instantly following the ‘Checking Hard Disks’ section of the deploy process. It passes the ‘Restoring MBR’ section, then passes the ‘Checking Hard Disks’ section and comes back with ‘Task Completed’ instantly, no image progress screen.

                          I’m guessing this is because the new disk is not pre formatted/partitioned, but i assumed FOG would take care of that from the existing image that i uploaded?

                          Can anyone please confirm for me?

                          Many Thanks
                          LA

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

                            I’ve not, fully, tested Windows 8 and imaging yet, but I would venture to guess you’re saying the drive has never been initialized quite yet. What revision of FOG are you working with? Is it a partimage or partclone setup?

                            I ask because I’ve had to make a few changes to how the partitions are created, and it sounds like it’s failing in creating the partitions when it needs to.

                            Everything I’ve tested with many of the latest changes seems to have worked well, but I have not quite yet gotten to test Windows 8, which I’m sorry.

                            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
                            • D
                              Denis
                              last edited by

                              I am using fog0.33b latest build as far as I know ( not sure how to check through) I have manged to upload a windows 8 image , using legacy boot devices, and have then deployed that image to another pc, worked ok. however each time I deploy an image after the partclone bit the the pc updates database , get cat:co.txt:no such file or directory…followed repeatedly by no active task found for host…( attached image) also I dont believe multicast is working with 0.33b , any update or help with any of these issues would be appriciated , thanks everyone !!

                              [url=“/_imported_xf_attachments/0/475_20140110_131704_resized.jpg?:”]20140110_131704_resized.jpg[/url]

                              1 Reply Last reply Reply Quote 0
                              • L
                                Luke Anderson
                                last edited by

                                Correct - brand new drive that hasn’t been initialized. Working on FOG rev 1016, so I can upgrade to latest revision and try that if there have been fixes with partitioning since. Will give that a go and let you know.

                                Thanks!
                                LA

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

                                  That would be awesome, I’ve made quite a few discoveries/changes since then.

                                  @Denis,

                                  Please try updating, 1080 - 1083 had a few changes (1080 had a typo, 1081 had a space where it shouldn’t be, 1082, found another misstep on my part, 1083, added a few more quick changes.)

                                  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
                                  • L
                                    Luke Anderson
                                    last edited by

                                    Still the same after update to revision 1083 unfortunately. Skips the partimage process and goes to task complete. I have been trying to find which file deals with the partitioning but unsure.

                                    Thanks
                                    LA

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

                                      /bin/fog in the init.gz file.

                                      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
                                      • D
                                        Denis
                                        last edited by

                                        Thanks Tom, I have updated to r1083, imaged pc.s no longer hang on no active task found for host…, and pc reboots after image getts deployed. Multicasting does not work yet, , many Thanks again for your help, trying to learn and understand fog better and hopefully can one day help contribute…THanks

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          Denis
                                          last edited by

                                          forgot to add, the issue seen when trying to multicast is that pc.s in the group stay on screen display partclone, but they never start,
                                          see attached image, incase its of any help to anyone. Thanks

                                          [url=“/_imported_xf_attachments/0/476_partclone.jpg?:”]partclone.jpg[/url]

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

                                            I have not written the code yet, and neither did Blackout, for Multicast. I’m aware that creating a multicast task fails at the moment. I have just been trying to get everything else working more fluidly.

                                            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
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 15
                                            • 16
                                            • 10 / 16
                                            • First post
                                              Last post

                                            220

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project