• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. rogalskij
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 22
    • Posts 93
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: FOG Kernel update showing same version number for new Kernels - 6.12.35

      @Tom-Elliott Thank you so much Tom, as always I appreciate your support and guidance.

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: FOG Kernel update showing same version number for new Kernels - 6.12.35

      @Tom-Elliott

      So, does that mean I should install the new one at the top? Or do I have the new one already by virtue of installing back in July? Sorry versioning gets confusing for me. Also what is FOS?

      posted in FOG Problems
      rogalskijR
      rogalskij
    • FOG Kernel update showing same version number for new Kernels - 6.12.35

      Our Fog instance updated to Kernel version 6.12.35 sometime over the summer. Since then new Kernel versions have been showing up under the Fog Configuration > Kernel Update menu per normal. The version number on these new versions however keep showing 6.12.35, the same that we already have. The first 6.12.35 shows July 15th as the date, but the newest 6.12.35 shows October 14th as the date.

      Is this a bug only affecting us? Should we just update to the new version even though it shows the same number? Anyone else experiencing this? I just want to make sure I have the latest Kernel for new devices we purchase. Thanks everyone!

      8423987a-a016-4f28-b2cd-62653fab99ed-image.png

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Kernel Versions blank

      @Clebboii A workaround that always worked for me that was recommended by Tom was to use the full DNS name rather than the IP address. I was initially logging into the UI through the IP, and found that very same issue. When he mentioned it and I started using the full DNS name, the issue went away.

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Email not sending post image deploy

      Simply Installing “Postfix” on Alma Linux and rebooting the server did the trick. After the server came back up, I successfully deployed an image, and afterwards the email came through without an issue. Had all the information filled out appropriately as well. Thank you very much Tom!

      posted in FOG Problems
      rogalskijR
      rogalskij
    • Feature Request - Email Test Feature

      Requesting a feature addition in the “FOG Settings > FOG Email Settings” section that would allow an admin to test whether or not email is working. This would be similar to other programs that have a “test email” button with a box of who to send the test email to.

      Or perhaps some built in logic to test if postfix or other email prereqs that FOG needs to send email post image deployment.

      posted in Feature Request
      rogalskijR
      rogalskij
    • RE: OS Details no longer working

      @Tom-Elliott As usual Tom you are a genius. I had forgotten to add the individual search domains for our active directory domains. Once I added those, and waited the requisite amount of time you mentioned, the machines that are on came back and now I can see them in the interface. This was super helpufl and I sincerely appreciate all the effort and insight you folks give into this great product.

      For those experiencing the same issue on mainstream linux distros, navigate to your “resolv.conf” config file located in /etc/resolv.conf and add your individual search domains. Test a ping to a DNS name via command line on the box itself, then check your GUI again. Took about 2 minutes for it to reflect and show for me.

      a0bfeee5-f608-4c20-a040-2770b18bb533-image.png

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Email not sending post image deploy

      @Tom-Elliott

      I thought FOG used “sendmail” so I installed that on the box. I am working on FOG version 1.6, and i copied over the settings from my previous working FOG install, but I suspect the email software on linux itself not being configured is where the issue is.

      We do have an internal SMTP server that I could relay to, if that is a possibility. I would just need to know where in linux to configure that relay. I guess what I need is where to start looking for email config using sendmail, or some other built in linux mail program.

      posted in FOG Problems
      rogalskijR
      rogalskij
    • OS Details no longer working

      Version 1.5.10.1629
      Environment - Dell Poweredge server running Alma Linux 9.5

      FOG client 0.13

      We recently migrated to a new FOG server (Wanted newer/better hardware). While FOG installed, and is functioning when capturing and deploying images, the “OS Details” feature on the “Hosts” screen shows a red exclamation mark for all new hosts we attach. Previously on the old server, it would sometimes glitch and show the exclamation mark. Now ALL of them show this. Am I missing a setting in the FOG client or Windows firewall setting on the host PC? While the feature isn’t critical, it was nice to see all green across the board. Thanks everyone!

      fe8712a6-485e-4ac4-b1e0-e940e8c2f132-image.png

      posted in FOG Problems
      rogalskijR
      rogalskij
    • Email not sending post image deploy

      Version 1.5.10.1629
      Environment - Dell Poweredge server running Alma Linux 9.5

      We recently migrated to a new FOG server (Wanted newer/better hardware). While FOG installed, and is functioning, the email function that occurs post successful image deploy no longer works.

      I installed sendmail on the linux server, and set the settings in FOG Configuration > FOG Settings > FOG Email Settings to match the settings on our old server. Is there something I am missing? Did I have to modify a config somewhere or something? Or add in settings to sendmail to get this to work? Any assistance would be appreciated as this was a nice feature we enjoyed.

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: unable to install CA certificate

      Version 1.5.10.1629
      Environment - Dell Poweredge server running Alma Linux 9.5

      Not to dredge up an old forum post, but I experienced this same error after migrating from an old CentOS server to newer hardware and Alma Linux. (What apparently many are moving to now).

      For me the issue seemed to be related to trying to pull an image from a laptop that had the previous client on it. I have 2 computers that I use as dedicated imaging devices, 1 laptop and 1 desktop. I uninstalled the old FOG client, but when installing the new client and attempting to point it to the server, I got the CA Certificate error mentioned on the “Pinning” stage of the install. I tried to find an old cert on the device itself, with no luck.

      What I ended up attempting after doing a little digging was to add back the following Windows firewall rules. I did that, and it seemed to kick over immediately and installed on the very next try. I am unsure if this is coincidence or if the firewall rules truly needed to be on the device before installing. But it worked after that and I now have a successfully pulled base image like I utilized on the previous server. The rules I used in an elevated command prompt are below. Perhaps someone from the FOG community can comment on the accuracy of my firewall rules? Good luck and hope this helps someone in need!

      netsh advfirewall firewall add rule name=“Fog Client” dir=in action=allow program=“%ProgramFiles(x86)%\FOG\FOGService.exe”
      netsh advfirewall firewall add rule name=“Fog Shutdown” dir=in action=allow program=“%ProgramFiles(x86)%\FOG\FOGShutdownGUI.exe”
      netsh advfirewall firewall add rule name=“Fog Tray” dir=in action=allow program=“%ProgramFiles(x86)%\FOG\FOGTray.exe”
      netsh advfirewall firewall add rule name=“Fog Update Helper” dir=in action=allow program=“%ProgramFiles(x86)%\FOG\FOGUpdateHelper.exe”
      netsh advfirewall firewall add rule name=“Fog Update Waiter” dir=in action=allow program=“%ProgramFiles(x86)%\FOG\FOGUpdateWaiter.exe”
      netsh advfirewall firewall add rule name=“Fog User Service” dir=in action=allow program=“%ProgramFiles(x86)%\FOG\FOGUserService.exe”

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Kernel Versions blank

      UPDATE

      After some investigation, I found that if I connect to FOG using the FQDN, the Kernel versions show. If I connect via IP address, which I had been previously, it doesn’t show. This was on a machine with our Endpoint protection enabled. On a machine without any endpoint protection, both IP and FQDN show the Kernel versions. Strange, must be some sort of overzealous web protection on the part of our endpoint software. Thanks for your help @Tom-Elliott !!!

      e5a37f99-9b3a-4995-9158-8ba8e159fe22-image.png

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Kernel Versions blank

      @Tom-Elliott Correct, in yours you see the bzImage and arm_image, but in mine it is totally blank for some reason. Been like this for quite a while and I have no clue what I did to cause it. Unless it is potentially just a browser issue or something with my PC only?

      posted in FOG Problems
      rogalskijR
      rogalskij
    • Kernel Versions blank

      Current version - 1.5.10.1598

      Several versions ago, I found t hat under the “Kernel Update” tab, it no longer shows me which Kernel versions I have installed. If I clicked on “Default Member FOG Version: ()” it would list what versions of the kernel were installed. It stopped working some time ago, and I didn’t mess with it. Is there an easy fix for this? I have tried updating and a few small changes but no luck. Not a huge deal, but would like it back if I can. Thanks everyone!

      d8e8abe1-edec-4445-958c-c78a96d7c90a-image.png

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Cannot capture image: run lists overlap

      Finally finished a brand new image this morning where we started from a fresh Windows install. The image captured without an issue. I suspect the age of our previous image was to blame for the issues with the capture. I think recent Windows updates by Microsoft to the recovery partition may have modified the size or something else in those recovery partitions.

      New image pulled using the 6.6.34 Kernel, and then deployed successfully as well. If anyone is having issues related to the errors I posted above, I would try the CHKDSK + defrag/trim, and if that doesn’t work I recommend rebuilding your image from a clean Windows install with the absolute latest Windows enterprise installer.

      Thank you Tom and crew for all the excellent technical assistance!

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Cannot capture image: run lists overlap

      @Tom-Elliott Was going to try, but discovered that after the last CHKDSK, the FOG Client wasn’t running correctly. Now I can’t uninstall or reinstall it correctly. I think for now I am going to re-create this image from scratch. I am speculating that since this was an older image that we had added onto several times, that a Windows update of some kind caused partition issues of some sort. I plan to format and install Windows from Scratch, and then build the image and pull it tomorrow. If this works I will report back with my findings.

      In the meantime, are there any logs that I could send that would help you or anyone else who also finds themselves having this issue? Happy to assist in any way I can. I sincerely appreciate all the support and assistance on this.

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Cannot capture image: run lists overlap

      @Tom-Elliott I believe you are correct. I ran a CHKDSK /F and it repaired the disk, but now I am faced with a new error. It claims “could not allocate new MFT record: No space left on device” and several other issues. Not sure where to go from here other than perhaps start a new Fresh Windows image? 1000001496.jpg

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Windows Firewall ports on machines

      @Tom-Elliott

      Thank you, while looking at the log, I noticed an oddity and after reinstalling the FOG client, it is now fixed. I appreciate the assistance in helping me track down this problem. The tasks are working correctly when coming from the FOG server itself now. I appreciate it!

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Windows Firewall ports on machines

      @Tom-Elliott So, does that mean I need to add port 80 and 443 to an inbound TCP rule on the machine I am trying to capture from? The client seems to not pick up the task no matter how long I wait. I assume it shouldn’t take more than 60 seconds or so.

      Thank you for helping with this.

      posted in FOG Problems
      rogalskijR
      rogalskij
    • RE: Cannot capture image: run lists overlap

      @Tom-Elliott said in Cannot capture image: run lists overlap:

      nfs-kernel-server

      I am getting this error in 1.5.10.41 after updating. I am running on CentOS 8. I restarted my NFS Server, but that didn’t seem to do anything. I noticed that the NFS “interfaces” were pointing to something other than my servers interfaces so i changed those to match what the server says is the network interface. Not sure if NFS interfaces are something different or they should match as well? Any assistance on how to troubleshoot this would be great as I have an image to capture and at this time can’t accomplish that.

      1000001495.jpg

      posted in FOG Problems
      rogalskijR
      rogalskij
    • 1
    • 2
    • 3
    • 4
    • 5
    • 1 / 5