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

    Posts made by Joe Gill

    • RE: brand new dell latitude 3500

      @p4cm4n

      Ding ding ding ding! I need to set my dhcp server settings for UEFI!!! Thanks!!!

      posted in Hardware Compatibility
      J
      Joe Gill
    • RE: brand new dell latitude 3500

      @george1421

      I just tried it with the Secure Boot off and it failed the same way it did before.

      It never even begins to load the iPXE.

      posted in Hardware Compatibility
      J
      Joe Gill
    • RE: brand new dell latitude 3500

      @george1421

      The BIOS says:

      Downloading NBP file...
      
      NBP file downloaded successfully.
      

      Than it returns to starting to load Windows. I never see a FOG PXE boot screen at all. I’m running the 4.19.48 32 and 64 Kernel Versions. I have secure boot enabled.

      I have the following enabled in UEFI:

      Boot Options:
      Onboard NIC (IPV4)

      System Configuration:
      Integrated NIC
      Enable UEFI Network Stack
      Enabled with PXE

      SATA Operation:
      AHCI

      Secure Boot:
      Enable Secure Boot
      Audit Mode (I tried this doesn’t make a difference)

      POST Behavior:
      FAST Boot Thorough

      posted in Hardware Compatibility
      J
      Joe Gill
    • RE: brand new dell latitude 3500

      @p4cm4n

      Did you manage to get this figured out? My coworker ordered a pile of these and I can’t get it to PXE using UEFI… Any advice there?

      Thanks!

      Cheers!

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

      @Sebastian-Roth

      My thought was to keep it simple. The INF file would remain on the server as it is currently with the printer module. The main goal with my idea is to make creating printers quicker and easier.

      With the current setup you have to create a share directory on the FOG server (eg. SAMBA share) or locate an anonymously shared directory on an existing MS server where your inf files are located. Installing and setting up the SAMBA share is fairly straightforward. Getting the permissions correct the first time can be slightly challenging for some people. Why not incorporate the existing images directory share (as we do with snapins)? Have the very same upload option available when you upload INF files (the same as it is currently available for snapins). The upload feature would place the inf file in it’s own directory in the images directory.

      It may be more code than it’s worth. I figured we could utilize the same code that is currently being used with the snapin feature (with a few mods). But I’m a novice coder. 🙂

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

      @Sebastian-Roth

      I can understand that. What I mean is that in the printer feature where you enter in the location of the inf file it would be helpful if you could locate and upload the file in the same manner as you do a snappin. Hopefully that makes more since now. 😄

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

      Hi all!

      So I have been recently rebuilding my FOG server and thought of a feature that would be very handy to have. Is there any way we could have an option, in Snapins, to locate and select the inf file locally, like you can select the snapin file in the snapin addon? That would be super helpful.

      I appreciate all you do!

      Thanks!

      Joe

      posted in Feature Request
      J
      Joe Gill
    • RE: Snapin Not Deploying

      I’m on fire today guys… I apologize for all of these mis-posts… The reason why my FOG hosts aren’t getting jobs is because my old server is still online… I was running an old image that had my previous server IP on it for the client…

      Boy oh boy! Glad it was that simple. I believe that is the end of it.

      Please mark this as solved.

      posted in FOG Problems
      J
      Joe Gill
    • Snapin Not Deploying

      @Fernando-Gietz
      @Sebastian-Roth
      @Tom-Elliott

      FOG Ver. : 1.5.6.4
      FOG OS: Centos 7

      I have been experincing an issue with my DB. We determined I was on an older version from when FOG Working-1.6 was out there. I am experiencing an issue where Snap-In’s are not deploying via Group settings. When I look at the Fog.log on the hosts I see SnapinClient == Response No snapins. I also do not see anything under Task Management. When I go into the DB their are numerous entries in snapinJobs and snapinTasks.

      I’m assuming this goes back to the issues I was having with my database schema…

      Anyhow an ideas on how to fix this would be great!

      I appreciate everything the FOG team does!

      Cheers!

      Joe Gill

      posted in FOG Problems
      J
      Joe Gill
    • RE: Snapin Not Updating

      Nevermind!!! My browser must have been being an issue…

      Disregard this thread. SMH…

      Ha!

      posted in FOG Problems
      J
      Joe Gill
    • Snapin Not Updating

      @Sebastian-Roth
      @Fernando-Gietz
      @Tom-Elliott

      Well I found more issues with my Database… The snap-in’s won’t update for the hosts. I tried adding a snap-in to a host and it would not. I also tried removing a snap-in and it would not remove either. Yikes.

      But Multi-Tasking is working! Ha!

      Let me know any ideas for DB commands or log files that might be useful. This has to be tied to my other Schema issues from using the 1.6–Working…

      Thanks!

      posted in FOG Problems
      J
      Joe Gill
    • RE: Multi-Task Problem

      @Fernando-Gietz
      @Sebastian-Roth

      Fernando’s fix takes it! That worked!

      The first statement didn’t produce any results. But the second one did and after I restarted Multicasting, things are working again! Woo Whoo!

      Thanks guys! I owe you both a beer!

      Cheers!

      For the record, if anyone else has this issue…

      This was the fix…

      ALTER TABLE multicastSessions
      ADD COLUMN msAnon4 VARCHAR(250) AFTER msAnon3;
      
      posted in FOG Problems
      J
      Joe Gill
    • RE: Multi-Task Problem

      @Sebastian-Roth
      @Fernando-Gietz

      Any advice on how to manually reverse the last few schema changes?

      Thanks!

      posted in FOG Problems
      J
      Joe Gill
    • RE: Multi-Task Problem

      @Sebastian-Roth
      @Tom-Elliott

      Yes, I have used Tom’s working-1.6 branch. I’ll check out the link you posted from github and see if I can’t figure things out.

      Thanks for looking at it!

      Enjoy your travels!

      posted in FOG Problems
      J
      Joe Gill
    • RE: Multi-Task Problem

      @Sebastian-Roth

      I’d need a bit of guidance there as I have little experience working in the DB. But I’m willing to try anything. I have a backup. Ha!

      posted in FOG Problems
      J
      Joe Gill
    • RE: Multi-Task Problem

      @Fernando-Gietz

      I blame @Tom-Elliott ! Ha! He helped me with it last year and the past few years.

      posted in FOG Problems
      J
      Joe Gill
    • RE: Multi-Task Problem

      @Fernando-Gietz

      MariaDB [fog]> desc multicastSessions;
      +--------------------+---------------+------+-----+---------+----------------+
      | Field              | Type          | Null | Key | Default | Extra          |
      +--------------------+---------------+------+-----+---------+----------------+
      | msID               | int(11)       | NO   | PRI | NULL    | auto_increment |
      | msName             | varchar(250)  | NO   |     | NULL    |                |
      | msBasePort         | int(11)       | NO   |     | NULL    |                |
      | msLogPath          | longtext      | NO   |     | NULL    |                |
      | msImage            | longtext      | NO   |     | NULL    |                |
      | msClients          | int(11)       | NO   |     | NULL    |                |
      | msSessClients      | int(11)       | NO   |     | NULL    |                |
      | msInterface        | varchar(250)  | NO   |     | NULL    |                |
      | msStartDateTime    | datetime      | NO   |     | NULL    |                |
      | msPercent          | int(11)       | NO   |     | NULL    |                |
      | msState            | int(11)       | NO   |     | NULL    |                |
      | msCompleteDateTime | datetime      | NO   |     | NULL    |                |
      | msIsDD             | int(11)       | NO   |     | NULL    |                |
      | msNFSGroupID       | int(11)       | NO   | MUL | NULL    |                |
      | msShutdown         | enum('0','1') | NO   |     | 0       |                |
      | msMaxwait          | int(11)       | NO   |     | NULL    |                |
      | msAnon5            | varchar(250)  | NO   |     | NULL    |                |
      +--------------------+---------------+------+-----+---------+----------------+
      17 rows in set (0.01 sec)
      
      MariaDB [fog]> 
      
      posted in FOG Problems
      J
      Joe Gill
    • RE: Multi-Task Problem

      @Sebastian-Roth
      @Fernando-Gietz

      Here’s an error!

      MariaDB [fog]> INSERT INTO `multicastSessions` (`msName`,`msBasePort`,`msLogPath`,`msImage`,`msClients`,`msSessClients`,`msInterface`,`msStartDateTime`,`msPercent`,`msState`,`msCompleteDateTime`,`msIsDD`,`msNFSGroupID`,`msAnon3`,`msAnon4`,`msAnon5`) VALUES ('Multi-Cast Task - Elem-Lab','62250','WIN10Base_SSD','40','','','eth0','2019-06-12 15:05:26','0','0','','1','3','','','') ON DUPLICATE KEY UPDATE `msName`=VALUES(`msName`),`msBasePort`=VALUES(`msBasePort`),`msLogPath`=VALUES(`msLogPath`),`msImage`=VALUES(`msImage`),`msClients`=VALUES(`msClients`),`msSessClients`=VALUES(`msSessClients`),`msInterface`=VALUES(`msInterface`),`msStartDateTime`=VALUES(`msStartDateTime`),`msPercent`=VALUES(`msPercent`),`msState`=VALUES(`msState`),`msCompleteDateTime`=VALUES(`msCompleteDateTime`),`msIsDD`=VALUES(`msIsDD`),`msNFSGroupID`=VALUES(`msNFSGroupID`),`msAnon3`=VALUES(`msAnon3`),`msAnon4`=VALUES(`msAnon4`),`msAnon5`=VALUES(`msAnon5`);
      ERROR 1054 (42S22): Unknown column 'msAnon3' in 'field list'
      MariaDB [fog]> 
      

      Any ideas? I’ll be around all day today if you guys want to take a look at it.

      Thanks!

      posted in FOG Problems
      J
      Joe Gill
    • RE: Multi-Task Problem

      @Sebastian-Roth

      Awesome! That gives me a place to start. Thanks! I’ll do some digging. I’ll be tied up here in a couple hours for the rest of the day. I’ll post what I find out before I head out though. Thanks again!

      posted in FOG Problems
      J
      Joe Gill
    • RE: Multi-Task Problem

      @Fernando-Gietz

      OK. So now it’s saying:

      “Invalid MultiCast Session” on the hosts. Nothing new in the log. I have the /etc/httpd/logs/error_log pulled tail -f and nothing new is showing up there.

      posted in FOG Problems
      J
      Joe Gill
    • 1
    • 2
    • 3
    • 4
    • 5
    • 30
    • 31
    • 2 / 31