• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. AUTH IT Center
    3. Best
    • Profile
    • Following 2
    • Followers 0
    • Topics 3
    • Posts 35
    • Best 8
    • Controversial 0
    • Groups 0

    Best posts made by AUTH IT Center

    • RE: What ports does FOG use?

      @fogcloud we have an ansible playbook to handle FOG firewall rules (firewalld) and the ports used are:

         allow_icmp:
            - echo-request
            - echo-reply
          services:
            - ftp
            - http
            - mountd
            - nfs
            - rpc-bind
            - tftp
          ports:
            - { port: 20048, proto: tcp }  # nfs
            - { port: 20048, proto: udp }  # nfs
            - { port: "35350-36350", proto: udp }  # tftp
            - { port: "49512-65532", proto: udp }  # multicast
      

      the port 20048 is added on nfs.conf
      the range 35350-36350 is added on tftp options
      and the 49512-65532 is for all the dynamic ports

      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: constant 100% CPU Usage

      @PatrickL

      you might want to check https://forums.fogproject.org/topic/17648/massive-cpu-usage-from-a-service

      also please state the FOG version you are using. If its before 1.5.10.41 there were some security issues that were patched.

      posted in Linux Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: FOG 1.5.10.1604 ldap plugin

      @Tom-Elliott couldn’t wait till tomorrow… tested with 1.6 and works with the below settings.

      0955e463-2290-40ef-a234-e85859badb2f-image.png

      also in 1.6 you need to change Subree on line 988 also.

      Thank you once more for your time and effort.

      posted in General
      AUTH IT CenterA
      AUTH IT Center
    • RE: export unauthorized

      I believe the problem you are facing is the way the new export.php (https://github.com/FOGProject/fogproject/compare/1.5.10...1.5.10.41?diff=split&w=#diff-ff9e620c45c9b82140dffca512e6417f03cc4972a20a6659a4f4a248ffa56082) validates the export.

      I have the same problem on a newly installed server OS: Ubuntu 22.04, FOG Server: 1.5.10.48. I changed the if statement with

      echo $currentUser;
      echo '<br>';
      echo strtolower($_SERVER['HTTP_X_REQUESTED_WITH']);
      echo '<br>';
      echo _('Unauthorized');
      exit;
      

      on export.php and as it shows

      User ID: 1 Name: fog
      
      Unauthorized
      

      the blank line is the empty variable which then forces the Unauthorized exit.

      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: FOG has issues if the temp image location is on another drive. FOG 1.5.10.1612 Ubuntu Server24.04.1 LTS

      @Fog_Newb

      try the below

      /dev/disk/by-uuid/d61ab2ae-b79a-4b07-bfc5-4678ab0902f4 /images ext4 defaults 0 1
      /dev/disk/by-uuid/3d7874cb-8c59-4e6d-8735-fb8361994590 /imagesdev ext4 defaults 0 1
      /imagesdev  /images/dev   none    defaults,bind   0   0
      

      Sources:

      • https://man.archlinux.org/man/systemd.mount.5
      • https://wiki.archlinux.org/title/Fstab#Bind_mount
      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: Transferring database and .fogsettings

      @MarkG Hello and happy new year.

      First of all, I hope you have taken backup the database and files from the old server. Everything you need for the migration are documented in https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG

      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: New FOG master server - broken CA Certificate trust

      @sideone

      hello! You can migrate the ssl certificates from the old server to the new. Read the wiki and you will be ok.

      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: Booting from SAN device 0x08 failed

      HP desktop are a pain in the …

      we had similar issues and the current solution we use is to deploy the FOG updates but keep refind to v0.11.0.

      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • 1 / 1