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

    Posts made by 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
    • 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: 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: Migrating to new Fog Server - Issue

      @Jim-Graczyk obviously your setup is more complex than others and will happily wait for the steps you took to migrate.

      In our case we migrated from CentOS 7 to Ubuntu 22 following the migration guide (for images, ssl certs, didn’t create new CA https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG#If_old_server_was_FOG_1.3.0.2B ) with new server name, ip (same cname) and by only resetting encryption data on all hosts the fog clients worked smoothly.

      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: Migrating to new Fog Server - Issue

      @jaoyer hello. Everything is well documented on https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG give it a read.

      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: Linux live bootable

      We have it implement with the below code. See if it helps.

      kernel http://${fog-ip}/fog/service/ipxe/ltsp/casper/vmlinuz
      initrd http://${fog-ip}/fog/service/ipxe/ltsp/casper/initrd.lz
      imgargs vmlinuz ip=dhcp root=/dev/nfs netboot=nfs nfsroot=9.9.9.9(replace with your real ip):/images/ltsp locale=en_US.UTF-8 keyboard-configuration/layoutcode=us mirror/country=US boot=casper ipv6.disable=1
      boot || goto failed
      
      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: Server Migration, hostnames, and certificates

      @MarkG hello, the wiki has you covered. We migrated to new FOG server (new hostname, new ip) added a cname to match the old server and everything worked like a charm.

      As always in this situations test with 1-2 hosts by manually setting the new server (hosts file) to simulate the migration.

      posted in General
      AUTH IT CenterA
      AUTH IT Center
    • RE: lightdm user detected, wont change hostname

      @Tom-Elliott

      today I had to add some hosts (manually) and the force reboot was indeed checked when I added the hostname and mac address.

      71deac24-92b1-49b1-acc4-bfd75dc53787-image.png

      Is it possible that the registration from the FOS client doesn’t apply it on host creation?

      posted in Linux Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: lightdm user detected, wont change hostname

      @pilipp_edv

      for the record the Active Directory is working only for the Windows clients as described in the FOG client repo but as you said you don’t want them to join only rename. Since we are discussing for linux clients maybe that is the clue for not being enabled by default.

      The database cells hostUseAD and hostEnforce are the ones that enable the procedure to occur. Another test would be to add a host and check what value it has on the dB for hosts.hostUseAD and hosts.hostEnforce without adding the host to the group or changing anything from the dashboard.

      posted in Linux Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: lightdm user detected, wont change hostname

      @pilipp_edv

      can you check the services tab on your dashboard? Is the hostname changer ticked?

      f50e548f-5c38-4340-a0f7-4eca01ad666d-image.png

      also how is the host created in the first place (manually, autoregister, api?)

      posted in Linux 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 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: FOG has issues if the temp image location is on another drive. FOG 1.5.10.1612 Ubuntu Server24.04.1 LTS

      @Fog_Newb said in FOG has issues if the temp image location is on another drive. FOG 1.5.10.1612 Ubuntu Server24.04.1 LTS:

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

      based on the reddit post you should try

      /dev/disk/by-uuid/d61ab2ae-b79a-4b07-bfc5-4678ab0902f4 /images ext4 defaults 0 1
      /dev/disk/by-uuid/3d7874cb-8c59-4e6d-8735-fb8361994590 /images/dev auto bind,x-systemd.requires=/images 0 0
      
      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

      I believe the issue relates to /etc/fstab parameters because the mounts must reside in order.

      Check the comment in reddit and try the proper parameters.

      posted in FOG Problems
      AUTH IT CenterA
      AUTH IT Center
    • RE: Local time and alternate temp directory for capture option

      @Fog_Newb

      as described in https://www.reddit.com/r/linux4noobs/comments/119i2vy/is_it_possible_to_mount_one_drive_as_a_subfolder/

      probably its best to move everything away from the mount points and then create the new structure. Also as always in this occasions BACKUP before testing.

      posted in Feature Request
      AUTH IT CenterA
      AUTH IT Center
    • RE: Local time and alternate temp directory for capture option

      @Fog_Newb

      99% it will work. The path /images/dev is the tmp location for image creation, so if you mount a 3rd drive you can achieve the expected result.

      posted in Feature Request
      AUTH IT CenterA
      AUTH IT Center
    • RE: Local time and alternate temp directory for capture option

      Hello,

      for the second part you can mount anything (e.x. /sdb, /storageip, /nasdrive ) in /images and keep the storage independent from the VMs primary disk.

      posted in Feature Request
      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: FOG 1.5.10.1604 ldap plugin

      @Tom-Elliott I will test your new code from working-1.6 branch on our dev server and report back (tomorrow).

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

      @Tom-Elliott being explicit helped me better understand the verification process.

      Similarly your ‘admingroup’ (I know you’ve masked it) but do you have a group in your LDAP that has a full name of: https://entitlements.it.auth.gr/<adminGroupName>?

      yes it’s a full html path

      I used the filter from the original code and the results are:

      Admin search
      Filter: (&(|(name=https://entitlements.it.auth.gr/<adminGroupName>))(edupersonentitlement=uid=usename,ou=People,o=auth,c=gr)); Result: 0

      Mobile Search (empty group)
      Filter: (&(|(name=))(edupersonentitlement=uid=username,ou=People,o=auth,c=gr)); Result: 0

      The correct filter should be (that is what I implemented):

      Admin search
      Filter: (&(|(edupersonentitlement=https://entitlements.it.auth.gr/<adminGroupName>))(uid=username))

      Mobile search
      Filter: (&(|(edupersonentitlement=https://entitlements.it.auth.gr/<userGroupName>))(uid=username))

      posted in General
      AUTH IT CenterA
      AUTH IT Center
    • 1 / 1