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

Bugs in FOG 0.33

Scheduled Pinned Locked Moved Solved
Bug Reports
49
308
375.7k
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.
  • T
    Tom Elliott
    last edited by Feb 14, 2014, 12:39 AM

    This isn’t really a bug, but a request. That’s okay though. It will require a minor schema change, but I have to do so anyway to enable shutdown to work with iPXE.

    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
      falko Moderator
      last edited by Feb 15, 2014, 8:47 AM

      Whilst I think it would be good for deploy date, that still leaves the issue of having to find what image version you deployed. Of course maybe each deploy date could have the image version with it.
      For this (and other benefits) I have bginfo installed (connected to sql, and then MS Access for reporting) and have a reg key that bginfo picks up. The reg key gets updated to corresponde with the fog image it will become once uploaded

      1 Reply Last reply Reply Quote 0
      • P
        pmonstad
        last edited by Feb 15, 2014, 2:15 PM

        Another missing feature is a date when an image was last uploaded: (red font) [url]http://awesomescreenshot.com/0682cwm8e6[/url]

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Feb 15, 2014, 10:58 PM

          While I don’t mind the suggestions, I would prefer if you refrain from using the word “missing” when requesting a “New Feature” as missing, at least in my eye’s, implies it was there to begin with, but then was removed. Once again, it will require a schema update, but ultimately you could actually use the “imaging” log to check when an image was uploaded/deployed last.

          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
          • B
            BigMan99211
            last edited by Feb 17, 2014, 3:05 PM

            @falko - Do you have any sort of guide on how to have FOG update bginfo. We currently have to do this manually, and it would be so helpful to have it automated! Right now, we run bginfo, update the date and image name, then have a small batch that uses mini irfanview to change from bmp to jpg, then copies to the oobe folder for the lock screen. (this is for Win7).

            "Failure is not an option. It come pre-installed on Windows…" - Anonymous

            "Life is hard; It's harder if you're stupid" - John Wayne

            1 Reply Last reply Reply Quote 0
            • G
              Gilou
              last edited by Feb 17, 2014, 4:36 PM

              It could also be based on the info on the date of the file/directory itself, rather than stored in the db!

              1 Reply Last reply Reply Quote 0
              • B
                BigMan99211
                last edited by Feb 17, 2014, 6:55 PM

                So, I don’t know if this is a bug or not, but I just came across an interesting issue when the PXE menu comes up on Dell Optiplex 790 machines. I have PXE set to default to the HD after 3 seconds (I think that is standard), but when the 790 model tries to boot to the HD, it just reboots, thus and endless reboot cycle ensues… The odd thing is, the 780 and 7010 (older and newer model) boots to the HD just fine. I’ve also confirmed that all have the most updated BIOS and all have the same mobo settings, with regards to boot/HD options.

                Any ideas?

                "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                "Life is hard; It's harder if you're stupid" - John Wayne

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Feb 17, 2014, 8:37 PM

                  I’ve been seeing this issue on and off again. Would you be willing to try the workaround fix for this issue through ipxe? I ask because, as you state, this isn’t really a big with fog but more a bug with the particular bios usually from dells.

                  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
                  • B
                    BigMan99211
                    last edited by Feb 17, 2014, 8:56 PM

                    I’ll try a workaround. We only have 3 790’s out of 180 anyway, so it’s not that big of an issue. Just let me know what I need to do.

                    "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                    "Life is hard; It's harder if you're stupid" - John Wayne

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Feb 17, 2014, 11:37 PM

                      I’m going to PM you as a test for these troubled systems.

                      The quickest thing I could think from iPXE though is to simply put the exit statement in place of the sanboot statement under the if ($option == ‘fog.local’) line. This should force it to exit ipxe and boot to the next device in line (bring it back to bios.)

                      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
                        Lee Rowlett Developer
                        last edited by Feb 18, 2014, 12:57 PM

                        we had this issue on a fair few dell models and setting up chain loading fixed it so i believe ipxe should do the trick! if not:

                        [url]http://fogproject.org/forum/threads/dell-bootloop-chainloader-problem.4147/#post-11373[/url]

                        1 Reply Last reply Reply Quote 0
                        • B
                          BigMan99211
                          last edited by Feb 18, 2014, 4:17 PM

                          @Tom - I’m looking in the boot.php file, and I see a line under “if ($option == ‘fog.local’)”

                          It says: print “sanboot --no-describe --drive 0x80\n”;

                          What should I be putting in it’s place? print “exit”; <–??

                          "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                          "Life is hard; It's harder if you're stupid" - John Wayne

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Feb 18, 2014, 4:18 PM

                            yes, but try
                            [php]print “exit\n”;[/php]

                            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
                            • B
                              BigMan99211
                              last edited by Feb 18, 2014, 9:18 PM

                              Ok. Seems to be working good now. Thanks!

                              "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                              "Life is hard; It's harder if you're stupid" - John Wayne

                              1 Reply Last reply Reply Quote 0
                              • L
                                Lee Rowlett Developer
                                last edited by Feb 19, 2014, 12:55 AM

                                imaging reports seemed to be broken (for me anyway) using latest svn, when option to set dates (start and end) i’m given the options of 1 to 3 and then two blank rather than actual dates and no matter what is set, no image tasks are shown in the report

                                1 Reply Last reply Reply Quote 0
                                • T
                                  Tom Elliott
                                  last edited by Feb 19, 2014, 1:55 AM

                                  I see this issue and will work to correct it. I still see a report though, but maybe it’s the selections you’re choosing causing no display of report.

                                  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
                                  • B
                                    BigMan99211
                                    last edited by Feb 19, 2014, 7:46 PM

                                    I just came across another issue. I just pulled a sysprepped Win7 64-bit image, and once the image pull was complete, the system rebooted and went back into iPXE, but instead of defaulting to the hard drive like it should, it started loading like it would if there was a task for the machine. Then, a message kept repeating, saying There are no tasks for the machine. Once I held down the power button for a hard shutdown and restarted, it was like a normal reboot. Any ideas?

                                    "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                                    "Life is hard; It's harder if you're stupid" - John Wayne

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott
                                      last edited by Feb 19, 2014, 9:27 PM

                                      It doesn’t sound like an iPXE or System issue.

                                      This sounds more like your database was locked at the time between the end of the tasking and the system rebooting. Can you try again and see if the same issue happens?

                                      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
                                      • B
                                        BigMan99211
                                        last edited by Feb 24, 2014, 5:31 PM

                                        Yes. The same thing happens. I pulled an image yesterday afternoon, and when I got to work this morning, the machine still hadn’t booted to Windows yet. It was stuck in the same “no tasks for this machine” loop.

                                        "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                                        "Life is hard; It's harder if you're stupid" - John Wayne

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Tom Elliott
                                          last edited by Feb 24, 2014, 5:32 PM

                                          Try updating and retry the tasking. I noticed the “looping of no active tasks found” earlier and I believe it was due to the service files still trying to remove the “PXE” file which of course no longer exists.

                                          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
                                          • 12
                                          • 13
                                          • 14
                                          • 15
                                          • 16
                                          • 14 / 16
                                          14 / 16
                                          • First post
                                            263/308
                                            Last post

                                          213

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project