• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Joe Gill
    J
    • Profile
    • Following 1
    • Followers 0
    • Topics 93
    • Posts 601
    • Best 29
    • Controversial 0
    • Groups 0

    Joe Gill

    @Joe Gill

    43
    Reputation
    2.9k
    Profile views
    601
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    Joe Gill Unfollow Follow

    Best posts made by Joe Gill

    • RE: I'm away, but back?

      @Tom-Elliott

      You are a trooper! We certainly appreciate all of your contributions to the FOG project. I agree with @Sebastian-Roth , take some time for yourself buddy. You have been an amazing asset to the FOG project. I don’t know how many times you have bailed me out in the past. Get settled in and get your life in order first. Thank you for making FOG what it is!

      Best of luck with your new en-devour!

      posted in Announcements
      J
      Joe Gill
    • RE: PXE TFTP Read Time Out

      For those who may come across this same problem…

      I updated my BIOS and it resolved the problem.

      posted in FOG Problems
      J
      Joe Gill
    • RE: Windows 10 Anonymous Share Issue Printer Management

      @Wayne-Workman
      @george1421

      I figured this one out… I was having problems with security. One of Windows 10’s recent updates (as in the last 3 months or so) was blocking connections to anonymous shares. It allowed them but they needed to be authenticated. For those of you who stumble across this post…

      Add your FOG server to your domain and configure Kerberos. After you do this you will need to configure your driver share. I have included the way I did mine and it works. This configuration is for using an existing domain controller. In our case, we use Windows Server 2012 to do domain control.

      Do the following:

      yum install samba*
      yum install krb5-libs krb5-workstation

      Confuguration Kerberos /etc/krb5.conf

      [logging]
      default = FILE:/var/log/krb5libs.log
      kdc = FILE:/var/log/krb5kdc.log
      admin_server = FILE:/var/log/kadmind.log

      [libdefaults]
      default_realm = YOURDOMAIN
      dns_lookup_realm = false
      dns_lookup_kdc = false
      ticket_lifetime = 24h
      renew_lifetime = 7d
      forwardable = true

      [realms]
      DOMAIN.TN = {
      kdc = dns-name-your-domain-controller
      }

      [domain_realm]
      netbiosnameyourdoamin = NETBIOSNAMEYOURDOMAIN
      netbiosnameyourdomain = NETBIOSNAMETYOURDOMAIN
      Configuration samba /etc/samba/smb.conf

      [global]

      workgroup = DOMAIN
      password server = dns-name-your-domain-controller:88
      realm = NETBIOSNAMETYOURDOMAIN
      security = ads
      idmap uid = 16777216-33554431
      idmap gid = 16777216-33554431
      template shell = /bin/bash
      winbind use default domain = false
      winbind offline logon = true

      log file = /var/log/samba/log.%m
      max log size = 50

      passdb backend = tdbsam

      load printers = yes
      cups options = raw

      [homes]
      comment = Home Directories
      browseable = no
      writable = yes

      [printerdrivers]
      comment = All FOG Printers
      path = /PATHTODRIVERS
      browseable = no
      guest ok = no
      writable = yes

      Add dns name in /etc/hosts

      Install and configuration ntp server (It’s important for use Kerborose authorization)

      yum install ntpd
      edit /etc/ntp.conf
      server ip-address-your-ntp-server prefer
      Create ticket
      kinit account-admin-for-active-directory@NETBIOSNAMETYOURDOMAIN
      Add server in domain

      net ads join -S dns-name-your-domain-controller -U account-admin-for-active-directory
      Create keytab for Kerberos

      net ads keytab create -U account-admin-for-active-directory
      Edit file /etc/nsswitch.conf

      passwd: files winbind
      shadow: files winbind
      group: files winbind

      Restart samba and windind

      Test
      net ads info
      wbinfo -t

      posted in Windows Problems
      J
      Joe Gill
    • RE: FOG Multicast Issues / AD Join Issue

      @Wayne-Workman

      Thanks for the advice. We’ll figure it out. I’m sure it’ll be more work but at least we’ll have a clean slate. The good thing is that all of the hosts have been registered with FOG server. So it won’t be as much work as it has been up until now. Plus the multicast issues have been mostly resolved so that’s a plus. Gotta stay positive!

      Cheers!

      posted in General
      J
      Joe Gill
    • RE: How to clear FOG que?

      @Wayne-Workman

      Your suggestion worked!

      You might add something to the WIKI to remind those who have passwords on their MYSQL databases to adjust the command accordingly. It took me a minute to figure that out.

      mysql --user=FOG_USERNAME --password=YOUR_PASSWORD -D fog
      

      Thanks!

      posted in FOG Problems
      J
      Joe Gill
    • RE: Installing Custom Print Drivers FOG

      @wayne-workman

      SO… An update to this…

      I followed this Technet article and successfully signed my own driver file!

      https://technet.microsoft.com/en-us/library/dd919238(v=ws.10).aspx?f=255&MSPPError=-2147217396#bkmk_signstep2

      It was quite the process. I’m not an MCSE and prefer my feet in the Linux world. MS makes things so difficult to get done. I ended up having to download the SDK and WDK in order to get this done.

      This worked! After I set up the certificate on my local machine and allowed FOG to use the self signed drivers, it installed fine.

      SO… Their’s hope that I can get this done using GPO with the article below!

      https://technet.microsoft.com/en-us/library/dd919238(v=ws.10).aspx

      If you do this, you have to download the SDK package for your version of Windows Server… Why they can’t just package all of these things in Windows Server is beyond me!

      Ugh! MS… Can’t live with them… Can’t live without them!

      Thank you again!!!

      Cheers!

      Joe

      posted in Windows Problems
      J
      Joe Gill
    • RE: Presenting On FOG at conference?

      @fry_p

      I was recently asked to give a presentation on FOG by one of the State tech groups (in education) I am involved with in Montana. We have a strong Linux / Mac community here. They are very open source driven and many of the districts here use FOG. Many would like to make the jump into FOG but haven’t taken the leap. I may end up giving a talk here this summer.

      I like the idea of setting up a server on a VM. Creating a host image and pushing said image to a new host.

      Off topic – At a recent event one of the presenters did a presentation on PFSense. He actually set things up from the ground up. That’s how the conversation arose for me to do the same thing but only with FOG at the State conference.

      Good luck!

      posted in General
      J
      Joe Gill
    • RE: Multicasting - Not The Master Node

      @george1421
      The image transfer is complete!

      I had to touch the .mntcheck file to the /images and /images/dev directory. But other than that, I’m up and rolling again! Woo Whooo!

      I can’t wait to start fresh with Debian and clean up my server a bit. That’ll be next month’s project!!

      Thanks everyone who’s contributed!! I appreciate all the advice! 😄

      Cheers,

      Joe Gill
      Townsend K-12 Schools

      posted in FOG Problems
      J
      Joe Gill
    • RE: FOG service quits running

      @Joe-Gill said in FOG service quits running:

      @Tom-Elliott
      @Sebastian-Roth

      So I rebooted two different machines that were having this problem. The service restarted on one and not the other. Ha!

      Thanks!

      I checked the update settings on the machine that the service wasn’t running after the reboot… You guessed it, a Windows Update was running (installing). I’m gussing that is the caust of this entire issue.

      Reboot will likely resolve it after the update install is completed. Hope this helps someone else down the road.

      posted in Windows Problems
      J
      Joe Gill
    • Display Host Name Throughout Host Management

      Add host name next to Host Management on all pages for Host.

      Not a huge deal but it would be handy. I noticed myself having to double check where I was, when I was sending images to hosts.

      My idea would be:

      “Host Management - HOSTNAME”

      or

      “Host Management”

      “Current Host: Hostname”

      You guys are awesome! Thanks!!!

      0_1501097793185_Host Page.png

      posted in Feature Request
      J
      Joe Gill

    Latest posts made by Joe Gill

    • RE: Imaging PCs in 2024

      @processor

      I have been with FOG since 2016 myself. When I image my machines I would make a Golden Image and use Windows SysPrep when I made my images.

      How are you all doing your images?

      How are you deploying software?

      Thanks for your response!

      posted in Windows Problems
      J
      Joe Gill
    • Imaging PCs in 2024

      @george1421

      Greetings!

      It has been a very long time since I have been on the FOG forums. In recent years, I migrated from making a “Golden Image” that has EVERYTHING on it, to a simple image that has basic things on it that can be used in many applications. This solution works well for most cases. My everything images were a lot of extra work and fantastic WHEN they worked.

      Has the Imaging process changed drastically since 2018 and Windows 11?

      How are folks here deploying large intricate packages like Adobe Suite or AutoCAD in 2024?

      Thanks for continuing this project!

      posted in Windows Problems
      J
      Joe Gill
    • RE: 2021 Mac Imaging?

      UPDATE –

      @astrugatch

      I just wanted to follow up on this. I realize this thread is ancient but I feel this is still very much relevant. We ended up going with Mosyle (PAID) for our MAC / Apple MDM. We are unhappy with it. It does not meet either myself or the instructors expectations.

      You are 100% correct, Mosyle does not meet the expectations of a true MDM. It’s clunky and the support is not great. I have not looked at munki yet but am going to pursue that to try and make the most of what we have. I am also looking at another product called FileWave, which is supposed to work very well with pretty much every platform (minus Linux). FileWave is a paid service / subscription.

      Thanks again!

      posted in Mac Problems
      J
      Joe Gill
    • 2021 Mac Imaging?

      Has anyone had any success imaging Macs with FOG recently? I have a lab of iMacs arriving any day and I need a solution to imaging / managing them. I hear they have an MDM but I could only imagine cost on it.

      I did look through the forums and see that their is a specific method to getting them to PXE boot. I also saw the bit about the security features within the Mac OS that you have to overcome in order to get this to work.

      Any advice is greatly appreciated!

      Thanks!

      posted in Mac Problems
      J
      Joe Gill
    • Office 365 Device Based Licencing Question

      Hello!

      Does anyone here know if you can manage Office 365 device based licences without using Azure / InTune?

      Everything I have read says that InTune is the only method to do this…

      Am I missing something?

      Cheers,

      Joe

      posted in Windows Problems
      J
      Joe Gill
    • RE: brand new dell latitude 3500

      @Mountainmanmoore

      If by this you mean booting a Dell Latitude 3500 via UEFI, I was able to get that going by setting up my DHCP server correctly as indicated in the post here.

      posted in Hardware Compatibility
      J
      Joe Gill
    • RE: Printers Snapin INF File Select Feature

      @Sebastian-Roth

      Sounds great! Like I said, let me know what you all are working on and I’ll do my best. I do have some background in programming but it’s been a bit. I am trying to pick up Python and do a little teaching here at our district.

      I worked in UNIX for a couple years at one of my first computer jobs. They hired me because I liked tinkering in Linux. I’ve used Linux since the first iterations of Redhat. 🙂 The FOG project does draw you in. It’s a great thing. Some of us can’t afford to throw cash at it but certainly am willing to donate time.

      So keep me posted! Thanks!

      posted in Feature Request
      J
      Joe Gill
    • RE: Printers Snapin INF File Select Feature

      @Sebastian-Roth

      I’d love to help out where I can. I’m not really a Windows guy. I’m more of a UNIX / Linux guy stuck in a Windows world. But I can certainly test things in my lab. I have a couple labs that get used very little that would offer a good test bed for features in the field.

      Let me know what types of things you all need help with and I’ll see where my skillset works best.

      posted in Feature Request
      J
      Joe Gill
    • RE: FOG service quits running

      @Sebastian-Roth
      @Tom-Elliott

      Let me know how I can help. I have a lab that gets used very infrequently that I can test things on if need be. (Time permitting…) My time begins to get more free here in about a month or two and then gets more busy again in February. I’d be more than happy to help out the project!

      posted in Windows Problems
      J
      Joe Gill
    • RE: FOG service quits running

      @Joe-Gill said in FOG service quits running:

      @Tom-Elliott
      @Sebastian-Roth

      So I rebooted two different machines that were having this problem. The service restarted on one and not the other. Ha!

      Thanks!

      I checked the update settings on the machine that the service wasn’t running after the reboot… You guessed it, a Windows Update was running (installing). I’m gussing that is the caust of this entire issue.

      Reboot will likely resolve it after the update install is completed. Hope this helps someone else down the road.

      posted in Windows Problems
      J
      Joe Gill