FOG Hangouts

Being a member of FOG Hangouts will allow you to stay updated about the latest FOG Hangout; the when, the where, and the details. Membership in this group is automatic membership in a mailing list.

Posts

  • RE: Surface Laptop 7th Edition - PXE loads and then immediately reboot's

    @csurepair I think Elite is referencing snapdragon elite? I actually don’t see any intel options for the laptop 7.
    So you may need it to boot to the arm pxe file, but you’ll also need a new image for arm64 I imagine.
    Microsoft also did something like this with the surface GO for business, there was a surface go 4 but all of a sudden no more surface go 4 being made and the product line was dead. They made a similarly priced (at the time, not anymore) 12" surface tablet but snapdragon based. We opted to not change our entire cpu architecture, so sadly I don’t have any experience with getting this working. I know @rodluz has done a lot with getting arm working with FOG and may be of more help if booting to arm kernel and init doesn’t work.

    posted in Hardware Compatibility
  • RE: Surface Laptop 7th Edition - PXE loads and then immediately reboot's

    @csurepair Is this surface laptop an intel cpu, or is it a qualcomm cpu?

    posted in Hardware Compatibility
  • RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issues

    @Strahd I would try updating PHP to 8.3, @Tom-Elliott managed to test it and it worked with 7.4 but I’d still suggest updating your PHP for best results and best security practice. I found (though didn’t test) a guide online right quick https://php.watch/articles/php-8.3-install-upgrade-on-debian-ubuntu#php83-ubuntu-quick there are many others out there.

    I would also go in the database and see what your schema version is

    mysql -u root fog
    select * from schemaVersion;
    

    318 is the latest I believe, if yours says 318 and is stuck in a loop, maybe you can try forcing it down and then trying the schema update again. i.e.

    mysql u root fog
    update schemaVersion set vValue=317 where vID=1;
    

    Then open your fog server, it will redirect you to update the schema, and see if it takes then.

    Also any time you’re attempting an install and it fails, if you could grab and share the error log it mentions i.e. /root/fogproject/bin/error_logs/fog_error_1.6.0-beta. 3064. log that would be very helpful.

    There’s something specific to your instance that we need to find and fix. Maybe you have a firewall running sudo ufw status ?

    posted in FOG Problems
  • RE: Hosts detail page is not loading CSS

    We can mark this closed. Turns out it was a old/bad snapin package on the old server. I set up Fog with a new DB and everything worked fine. Once I removed the snapins and exported and imported the DB again it all worked as expected.

    Thanks for the help.

    posted in FOG Problems
  • RE: Hosts detail page is not loading CSS

    @Tom-Elliott Sure…

    Running version: 1.5.10.1826

    Stack trace:
    #0 /var/www/html/fog/lib/fog/snapin.class.php(392): min()
    #1 /var/www/html/fog/lib/fog/snapin.class.php(344): Snapin->getPrimaryGroup()
    #2 /var/www/html/fog/lib/router/route.class.php(1327): Snapin->getStorageGroup()
    #3 /var/www/html/fog/lib/router/route.class.php(487): Route::getter()
    #4 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(1806): Route::listem()
    #5 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(3298): HostManagementPage->hostSnapins()
    #6 /var/www/html/fog/lib/fog/fogpagemanager.class.php(220): HostManagementPage->edit()
    #7 /var/www/html/fog/management/index.php(69): FOGPageManager->render()
    #8 {main}
      thrown in /var/www/html/fog/lib/fog/snapin.class.php on line 392
    [15-May-2026 15:34:54 UTC] PHP Fatal error:  Uncaught ValueError: min(): Argument #1 ($value) must contain at least one element in /var/www/html/fog/lib/fog/snapin.class.php:392
    Stack trace:
    #0 /var/www/html/fog/lib/fog/snapin.class.php(392): min()
    #1 /var/www/html/fog/lib/fog/snapin.class.php(344): Snapin->getPrimaryGroup()
    #2 /var/www/html/fog/lib/router/route.class.php(1327): Snapin->getStorageGroup()
    #3 /var/www/html/fog/lib/router/route.class.php(487): Route::getter()
    #4 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(1806): Route::listem()
    #5 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(3298): HostManagementPage->hostSnapins()
    #6 /var/www/html/fog/lib/fog/fogpagemanager.class.php(220): HostManagementPage->edit()
    #7 /var/www/html/fog/management/index.php(69): FOGPageManager->render()
    #8 {main}
      thrown in /var/www/html/fog/lib/fog/snapin.class.php on line 392
    [15-May-2026 15:35:00 UTC] PHP Fatal error:  Uncaught ValueError: min(): Argument #1 ($value) must contain at least one element in /var/www/html/fog/lib/fog/snapin.class.php:392
    Stack trace:
    #0 /var/www/html/fog/lib/fog/snapin.class.php(392): min()
    #1 /var/www/html/fog/lib/fog/snapin.class.php(344): Snapin->getPrimaryGroup()
    #2 /var/www/html/fog/lib/router/route.class.php(1327): Snapin->getStorageGroup()
    #3 /var/www/html/fog/lib/router/route.class.php(487): Route::getter()
    #4 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(1806): Route::listem()
    #5 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(3298): HostManagementPage->hostSnapins()
    #6 /var/www/html/fog/lib/fog/fogpagemanager.class.php(220): HostManagementPage->edit()
    #7 /var/www/html/fog/management/index.php(69): FOGPageManager->render()
    #8 {main}
      thrown in /var/www/html/fog/lib/fog/snapin.class.php on line 392
    [15-May-2026 15:35:00 UTC] PHP Fatal error:  Uncaught ValueError: min(): Argument #1 ($value) must contain at least one element in /var/www/html/fog/lib/fog/snapin.class.php:392
    Stack trace:
    #0 /var/www/html/fog/lib/fog/snapin.class.php(392): min()
    #1 /var/www/html/fog/lib/fog/snapin.class.php(344): Snapin->getPrimaryGroup()
    #2 /var/www/html/fog/lib/router/route.class.php(1327): Snapin->getStorageGroup()
    #3 /var/www/html/fog/lib/router/route.class.php(487): Route::getter()
    #4 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(1806): Route::listem()
    #5 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(3298): HostManagementPage->hostSnapins()
    #6 /var/www/html/fog/lib/fog/fogpagemanager.class.php(220): HostManagementPage->edit()
    #7 /var/www/html/fog/management/index.php(69): FOGPageManager->render()
    #8 {main}
      thrown in /var/www/html/fog/lib/fog/snapin.class.php on line 392
    [15-May-2026 15:35:00 UTC] PHP Fatal error:  Uncaught ValueError: min(): Argument #1 ($value) must contain at least one element in /var/www/html/fog/lib/fog/snapin.class.php:392
    Stack trace:
    #0 /var/www/html/fog/lib/fog/snapin.class.php(392): min()
    #1 /var/www/html/fog/lib/fog/snapin.class.php(344): Snapin->getPrimaryGroup()
    #2 /var/www/html/fog/lib/router/route.class.php(1327): Snapin->getStorageGroup()
    #3 /var/www/html/fog/lib/router/route.class.php(487): Route::getter()
    #4 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(1806): Route::listem()
    #5 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(3298): HostManagementPage->hostSnapins()
    #6 /var/www/html/fog/lib/fog/fogpagemanager.class.php(220): HostManagementPage->edit()
    #7 /var/www/html/fog/management/index.php(69): FOGPageManager->render()
    #8 {main}
      thrown in /var/www/html/fog/lib/fog/snapin.class.php on line 392
    [15-May-2026 15:35:00 UTC] PHP Fatal error:  Uncaught ValueError: min(): Argument #1 ($value) must contain at least one element in /var/www/html/fog/lib/fog/snapin.class.php:392
    Stack trace:
    #0 /var/www/html/fog/lib/fog/snapin.class.php(392): min()
    #1 /var/www/html/fog/lib/fog/snapin.class.php(344): Snapin->getPrimaryGroup()
    #2 /var/www/html/fog/lib/router/route.class.php(1327): Snapin->getStorageGroup()
    #3 /var/www/html/fog/lib/router/route.class.php(487): Route::getter()
    #4 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(1806): Route::listem()
    #5 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(3298): HostManagementPage->hostSnapins()
    #6 /var/www/html/fog/lib/fog/fogpagemanager.class.php(220): HostManagementPage->edit()
    #7 /var/www/html/fog/management/index.php(69): FOGPageManager->render()
    #8 {main}
      thrown in /var/www/html/fog/lib/fog/snapin.class.php on line 392
    [15-May-2026 15:35:01 UTC] PHP Fatal error:  Uncaught ValueError: min(): Argument #1 ($value) must contain at least one element in /var/www/html/fog/lib/fog/snapin.class.php:392
    Stack trace:
    #0 /var/www/html/fog/lib/fog/snapin.class.php(392): min()
    #1 /var/www/html/fog/lib/fog/snapin.class.php(344): Snapin->getPrimaryGroup()
    #2 /var/www/html/fog/lib/router/route.class.php(1327): Snapin->getStorageGroup()
    #3 /var/www/html/fog/lib/router/route.class.php(487): Route::getter()
    #4 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(1806): Route::listem()
    #5 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(3298): HostManagementPage->hostSnapins()
    #6 /var/www/html/fog/lib/fog/fogpagemanager.class.php(220): HostManagementPage->edit()
    #7 /var/www/html/fog/management/index.php(69): FOGPageManager->render()
    #8 {main}
      thrown in /var/www/html/fog/lib/fog/snapin.class.php on line 392
    [15-May-2026 15:35:04 UTC] PHP Fatal error:  Uncaught ValueError: min(): Argument #1 ($value) must contain at least one element in /var/www/html/fog/lib/fog/snapin.class.php:392
    Stack trace:
    #0 /var/www/html/fog/lib/fog/snapin.class.php(392): min()
    #1 /var/www/html/fog/lib/fog/snapin.class.php(344): Snapin->getPrimaryGroup()
    #2 /var/www/html/fog/lib/router/route.class.php(1327): Snapin->getStorageGroup()
    #3 /var/www/html/fog/lib/router/route.class.php(487): Route::getter()
    #4 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(1806): Route::listem()
    #5 /var/www/html/fog/lib/pages/hostmanagementpage.class.php(3298): HostManagementPage->hostSnapins()
    #6 /var/www/html/fog/lib/fog/fogpagemanager.class.php(220): HostManagementPage->edit()
    #7 /var/www/html/fog/management/index.php(69): FOGPageManager->render()
    #8 {main}
      thrown in /var/www/html/fog/lib/fog/snapin.class.php on line 392
    
    
    posted in FOG Problems
  • Hosts detail page is not loading CSS

    Did a migration to a new server, AlmaLinux10 running latest stable release. Everything seems fine, except that loading a host page results in no CSS or images loading. The text and buttons loads. httpd error and access logs dont show anything obvious. the image definition page works fine and that is similar. I also tried a previous release, same result. Attached is a screen shot. Thanks for any ideas.

    Screenshot from 2026-05-14 11-22-07.png

    posted in FOG Problems
  • RE: Slow computer listing and high CPU with version 1.5.1.01798

    @Tom-Elliott I also updated to 1807 and it has fixed it for me as well. As always Tom you are a mad scientist and always figure out the issue. FOG Project is the fastest bug resolution of any software we use and I mean that sincerely. I appreciate this software and your dedication to it so much, thanks for everything!

    posted in FOG Problems
  • RE: Slow computer listing and high CPU with version 1.5.1.01798

    A test for anyone having this issue. I did a little trouble shooting, and if you go to: Reports > Pending Mac List and approve all the pending mac addresses at once, performance improved somewhat.

    I am unsure if this is coincidental but for me my “Hosts” tab is now much more responsive. Same thing with the “Fog Settings” tab. Give that a try. Certainly worked for me for the moment.

    posted in FOG Problems
  • RE: Slow computer listing and high CPU with version 1.5.1.01798

    @Tom-Elliott Yes we utilize the LDAP Plugin for all logins. Version 1.5.5, I will tried logging in with a local account but the slowness persisted.

    posted in FOG Problems