• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Greg Plamondon
    3. Posts
    • Profile
    • Following 1
    • Followers 0
    • Topics 74
    • Posts 394
    • Best 14
    • Controversial 0
    • Groups 1

    Posts made by Greg Plamondon

    • Boot Porteus Kiosk iso from fog pxe menu

      We use Porteus Kiosk for our open enrollment process. instead of inserting a USB stick and installing the kiosk, I would like to install it from PXE.
      If someone could help me with this it would be greatly appreciated.

      posted in General
      Greg PlamondonG
      Greg Plamondon
    • RE: Version 1.6.0-alpha.1081 - Issues

      After uploading the FOG Banner image, the fields are empty for both:
      FOG_CLIENT_BANNER_IMAGE
      FOG_CLIENT_BANNER_SHA
      in the GUI.

      posted in Bug Reports
      Greg PlamondonG
      Greg Plamondon
    • RE: Version 1.6.0-alpha.1081 - Issues

      When accessing the user reports section I get the following message:

      alt text

      posted in Bug Reports
      Greg PlamondonG
      Greg Plamondon
    • RE: Requests for Wiki Access <--- ASK HERE

      Could I please have Wiki access?
      Thanks.

      posted in General
      Greg PlamondonG
      Greg Plamondon
    • RE: Version 1.6.0-alpha.1081 - Issues

      the Force Reboot option does not update the DB “hostEnforce” value stays at ‘0’ if you manually set it to ‘1’ in the database the GUI shows it checked and unchecking it returns the value to ‘0’ as expected.

      alt text

      posted in Bug Reports
      Greg PlamondonG
      Greg Plamondon
    • Version 1.6.0-alpha.1081 - Issues

      The browse for file dialogue window does not appear.
      alt text

      Keep up the good work the new interface looks amazing!

      posted in Bug Reports
      Greg PlamondonG
      Greg Plamondon
    • Fog clients with issues

      Is there any way that I can see what fog clients are having issues with the fogserver?
      I have come across multiple clients recently that have not been checking in for user reports. A simple resetting of the Encryption Data in the GUI fixed the issue. If there was a report I could run that displayed the last successful check-in of the clients I think that would help.

      posted in General
      Greg PlamondonG
      Greg Plamondon
    • RE: Fog Reports

      @sebastian-roth yes I believe that was the case. I don’t remember the record count as I already purged data older than 30 days. I set up a SQL event that runs daily.

      DELETE from userTracking WHERE utDate < now() - interval 30 DAY;
      

      I can now run the reports

      posted in FOG Problems
      Greg PlamondonG
      Greg Plamondon
    • Fog Reports

      any time I try and use the user tracking to find what PC a user is logged into I get:

      Service Unavailable
      The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
      

      The apache error.log:

      [Wed Apr 07 09:39:23.233725 2021] [proxy_fcgi:error] [pid 23644] (70007)The timeout specified has expired: [client 192.168.10.170:49336] AH01075: Error dispatching request to :, referer: http://10fogserver.xxxxxxx.com/fog/management/index.php?node=report
      
      posted in FOG Problems
      Greg PlamondonG
      Greg Plamondon
    • RE: Attempting to check in............................Failed

      I figured it out… I must have screwed up some permissions on the web_root so I removed /var/www/html/fog/ and re-installed fog and all is well…

      Thanks!

      posted in FOG Problems
      Greg PlamondonG
      Greg Plamondon
    • Attempting to check in............................Failed

      I have a client @ a remote site that is repeating:

      Attempting to check in............................Failed
       *  (In line for 13:50)
       * Attempting to check in............................Failed
       *  (In line for 13:55)
       * Attempting to check in............................Failed
       *  (In line for 14)
       * Attempting to check in............................Failed
       *  (In line for 14:5)
       * Attempting to check in............................Failed
       *  (In line for 14:10)
       * Attempting to check in............................Failed
       *  (In line for 14:15)
       * Attempting to check in............................Failed
       *  (In line for 14:20)
       * Attempting to check in............................Failed
       *  (In line for 14:25)
       * Attempting to check in............................Failed
       *  (In line for 14:30)
       * Attempting to check in............................Failed
       *  (In line for 14:35)
       * Attempting to check in............................Failed
      

      The only thing I see logs: access_log:

      10.43.100.146 - - [06/Apr/2021:11:38:48 -0400] "POST /fog/service/Pre_Stage1.php HTTP/1.1" 403 - "-" "curl/7.66.0"
      10.43.100.146 - - [06/Apr/2021:11:38:53 -0400] "POST /fog/service/Pre_Stage1.php HTTP/1.1" 403 - "-" "curl/7.66.0"
      10.43.100.146 - - [06/Apr/2021:11:38:58 -0400] "POST /fog/service/Pre_Stage1.php HTTP/1.1" 403 - "-" "curl/7.66.0"
      10.43.100.146 - - [06/Apr/2021:11:39:04 -0400] "POST /fog/service/Pre_Stage1.php HTTP/1.1" 403 - "-" "curl/7.66.0"
      10.43.100.146 - - [06/Apr/2021:11:39:09 -0400] "POST /fog/service/Pre_Stage1.php HTTP/1.1" 403 - "-" "curl/7.66.0"
      10.43.100.146 - - [06/Apr/2021:11:39:14 -0400] "POST /fog/service/Pre_Stage1.php HTTP/1.1" 403 - "-" "curl/7.66.0"
      

      any suggestions?

      I have already checked and made sure /fog/ is the web_root in the gui.

      posted in FOG Problems
      Greg PlamondonG
      Greg Plamondon
    • RE: Here config for SystemRescueCD 8

      @the_ccm said in Here config for SystemRescueCD 8:

      @greg-plamondon said in Here config for SystemRescueCD 8:

      @the_ccm

      I tried this but get an error on the client when selecting the rescue cd option:

      docache... Operation not permitted (http://ipxe.org/410c613c)
      

      maybe a permission issue on /var/www/utils folder ? mine is root:root 755

      also check http://ipxe.org/410c613c

      Permissions are root:root 755 and I still get the error.
      What Linux distro are you using? I am using Centos 7

      posted in Tutorials
      Greg PlamondonG
      Greg Plamondon
    • RE: Here config for SystemRescueCD 8

      @the_ccm

      I tried this but get an error on the client when selecting the rescue cd option:

      docache... Operation not permitted (http://ipxe.org/410c613c)
      
      posted in Tutorials
      Greg PlamondonG
      Greg Plamondon
    • RE: Fog Version 1.5.9.62 hostSecToken problem

      @sebastian-roth Thanks for that, The PC in question was in the pending hosts.
      After approving it joined the domain as expected.

      posted in FOG Problems
      Greg PlamondonG
      Greg Plamondon
    • RE: Fog Version 1.5.9.62 hostSecToken problem

      @sebastian-roth said in Fog Version 1.5.9.62 hostSecToken problem:

      Have you checked the list of

      I am not sure where that is anymore. is that in the host settings under the mac address box?

      posted in FOG Problems
      Greg PlamondonG
      Greg Plamondon
    • RE: Copy ipxe.efi to uefi partition?

      @jj-fullmer I will have to try this when I have more time because simply copying the ipxe.efi from fog over to the uefi partition works great for when the machine is on the network, but if its not connected to the LAN it wont boot to windows its caught in an IPXE boot loop.

      posted in Windows Problems
      Greg PlamondonG
      Greg Plamondon
    • RE: Fog Version 1.5.9.62 hostSecToken problem

      @sebastian-roth
      Here is the php-fpm logs
      I searched the MAC address in the database and found it twice.

      MariaDB [fog]> SELECT * FROM `hostMAC` WHERE `hmMAC` IN (SELECT `hmMAC` FROM `hostMAC` GROUP BY `hmMAC` HAVING COUNT(`hmMAC`) > 1);
      Empty set (0.00 sec)
      
      

      alt text

      I am still reasearching the 500 error.

      Thanks.

      posted in FOG Problems
      Greg PlamondonG
      Greg Plamondon
    • RE: Fog Version 1.5.9.62 hostSecToken problem

      I deleted a Lenovo PC from fog and then did a quick registration and inventory, Imaged the PC and it gets a token. Not sure why this XPS is not.

      posted in FOG Problems
      Greg PlamondonG
      Greg Plamondon
    • RE: Fog 1.5.9.62 Location problems.

      @sebastian-roth said in Fog 1.5.9.62 Location problems.:

      @Greg-Plamondon Just pushed the fixed 1.5.9.63.

      Awsome!
      Appreciate your work!

      posted in Bug Reports
      Greg PlamondonG
      Greg Plamondon
    • 1
    • 2
    • 3
    • 4
    • 5
    • 19
    • 20
    • 2 / 20