• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. kafluke
    3. Posts
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 19
    • Posts 98
    • Best 5
    • Controversial 0
    • Groups 0

    Posts made by kafluke

    • First time capturing CentOS Linux image - Drive won't shrink

      I have my image container set to “Single Disk - Resizable” but when I go to capture the image it is capturing the entire 500gb drive. Empty space and all. Is there some command that I need to run on the Linux box before shutting it down?

      posted in FOG Problems
      K
      kafluke
    • RE: .EXE snapin won't move on after completion

      @Wayne-Workman @Joe-Schmitt any other thoughts on this?

      posted in FOG Problems
      K
      kafluke
    • RE: .EXE snapin won't move on after completion

      0_1516714359121_perm1.png
      0_1516714366943_perm2.png

      posted in FOG Problems
      K
      kafluke
    • RE: .EXE snapin won't move on after completion

      @wayne-workman Yeah that’s the weird thing. It doesn’t clean up after a successful install. I have other .exe snapins that appear in that same folder long enough to install and then they correctly disappear and on the webgui the snapins move to the next one. Why would it be asking me for admin permissions to delete this file manually?

      posted in FOG Problems
      K
      kafluke
    • RE: .EXE snapin won't move on after completion

      I also noticed that when I go into the C:\Programs Files (x86)\FOG\temp\ folder and manually delete the .exe file it asks for admin elevation to do so.

      posted in FOG Problems
      K
      kafluke
    • .EXE snapin won't move on after completion

      I have a simple snapin that I’m trying to deploy. It’s the Spark install file. It’s an exe file that I run with the argument “-q” for quiet install. When I run this on my PC for testing it works without a hitch. When I run it with a snapin it also installs correctly but the Snapin stays on “In-Progress” and doesn’t move on to the next snapin to be deployed. I noticed that the install file stays in the C:\Programs Files (x86)\FOG\temp\ directory and never gets deleted like my other snapins after its done. Why is this not working? I have other .exe’s the deploy just fine. Here is the section from the fog.log after trying to deploy.

      ------------------------------------------------------------------------------
       1/16/2018 11:01 AM Client-Info Client Version: 0.11.12
       1/16/2018 11:01 AM Client-Info Client OS:      Windows
       1/16/2018 11:01 AM Client-Info Server Version: 1.4.4
       1/16/2018 11:01 AM Middleware::Response Success
       1/16/2018 11:01 AM SnapinClient Running snapin Spark 2.8.3
       1/16/2018 11:01 AM Middleware::Communication Download: http://192.168.2.6/fog/service/snapins.file.php?mac=D4:81:D7:69:C1:6E|D4:81:D7:0F:ED:3E|00:28:F8:23:28:97|00:09:0F:FE:00:01|00:28:F8:23:28:9A|00:28:F8:23:28:96||00:00:00:00:00:00:00:E0&taskid=412
       1/16/2018 11:01 AM SnapinClient C:\Program Files (x86)\FOG\tmp\spark_2_8_3.exe
       1/16/2018 11:01 AM Bus Emmiting message on channel: Notification
       1/16/2018 11:01 AM SnapinClient Starting snapin
       1/16/2018 11:02 AM SnapinClient Snapin finished
       1/16/2018 11:02 AM SnapinClient Return Code: 0
       1/16/2018 11:02 AM Bus Emmiting message on channel: Notification
       1/16/2018 11:02 AM Service ERROR: Unable to run module
       1/16/2018 11:02 AM Service ERROR: Access to the path 'C:\Program Files (x86)\FOG\tmp\spark_2_8_3.exe' is denied.
      
      posted in FOG Problems
      K
      kafluke
    • Snapin completes on client but stays in "In-Progress" State on server

      I have a snapin that correctly deploys and fully installs on the client PC but it never clears out of Fog. It just stays in the “In-Progress” state on the Fog server. This is a problem because Fog won’t move on to the other snapins in the list until it knows that this one is complete. I’ve tried re-creating the snapin and tried testing on multiple clients. Same results.

      Fog: 1.4.4
      SVN Revision: 6077
      CentOS 7

      posted in FOG Problems
      K
      kafluke
    • RE: Latest Trunk build running on CentOS 7 - Snapin Create Fail

      Okay so I finally figured out the issue. Whenever this error came up the storage didn’t show up on the main page. Once I was able to get the storage node figured out and the pie chart came up on the main page I was able to create a snapin just fine.

      posted in FOG Problems
      K
      kafluke
    • RE: Latest Trunk build running on CentOS 7 - Snapin Create Fail

      So I thought that was it because I did a fresh install on another PC and it worked. I assumed this meant that something was weird with the fog password. Fast forward to today. I installed FOG latest stable release 1.4.4 on CentOS 7 on a different server and without even touching anything else the first thing I tried was creating a snapin. It gave me the exact same error. Nothing has changed and this was the very first thing that I tried to do as soon as the installer told me that Fog was ready.

      posted in FOG Problems
      K
      kafluke
    • RE: Latest Trunk build running on CentOS 7 - Snapin Create Fail

      Yeah that was it. I changed the default fog user password. Thanks for the help.

      posted in FOG Problems
      K
      kafluke
    • Latest Trunk build running on CentOS 7 - Snapin Create Fail

      This is a new message that I’ve never seen. This is a brand new Fog install using latest Trunk (1.5.0-RC-10). I cannot create a simple snapin on this new server.

      0_1514388369244_snapin error.png

      posted in FOG Problems
      K
      kafluke
    • RE: TFTP fails on PXE boot CentOS 7

      Fixed it. Found this little bit on another post and it did the trick for me:

      Also. please validate if selinux is in permissive or disabled mode.

      You can verify by running:

      sestatus

      If you notice it says enforcing still, run:

      setenforce 0

       -  From Tom Elliot
      
      posted in General
      K
      kafluke
    • TFTP fails on PXE boot CentOS 7

      I just switched from Ubuntu Server to CentOS 7 for my FOG servers. I am unable to get PXE boot working. It has to be something with the OS because that is all that has changed. Same IP address and same options 66 and 67 booting to undionly.kpxe. At this stage when I was learning how to properly setup FOG using Ubuntu Server I was able to test the TFTP by using the windows built in client and obtain the pxe file. Now it just says “Connect request failed”. I have the CentOS firewall turned off completely. Anybody know why I wouldn’t be able to get the pxe file through TFTP?

      posted in General
      K
      kafluke
    • RE: Snapins stuck in "Checked In" and auto domain join won't work

      @sebastian-roth I never had the option to reset encryption on this host and it wasn’t working for all hosts.

      posted in FOG Problems
      K
      kafluke
    • RE: Snapins stuck in "Checked In" and auto domain join won't work

      I rebuilt the whole server from scratch and didn’t do any importing from the other server and everything seams to be working as designed.

      posted in FOG Problems
      K
      kafluke
    • RE: Snapins stuck in "Checked In" and auto domain join won't work

      Here’s just the last page or so. Anything sticking out?

      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       12/15/2017 1:49 PM Client-Info Client Version: 0.11.12
       12/15/2017 1:49 PM Client-Info Client OS:      Windows
       12/15/2017 1:49 PM Client-Info Server Version: 1.4.4
       12/15/2017 1:49 PM Middleware::Response ERROR: Unable to get subsection
       12/15/2017 1:49 PM Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       12/15/2017 1:49 PM Client-Info Client Version: 0.11.12
       12/15/2017 1:49 PM Client-Info Client OS:      Windows
       12/15/2017 1:49 PM Client-Info Server Version: 1.4.4
       12/15/2017 1:49 PM Middleware::Response ERROR: Unable to get subsection
       12/15/2017 1:49 PM Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       12/15/2017 1:49 PM Client-Info Client Version: 0.11.12
       12/15/2017 1:49 PM Client-Info Client OS:      Windows
       12/15/2017 1:49 PM Client-Info Server Version: 1.4.4
       12/15/2017 1:49 PM Middleware::Response ERROR: Unable to get subsection
       12/15/2017 1:49 PM Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       12/15/2017 1:49 PM Client-Info Client Version: 0.11.12
       12/15/2017 1:49 PM Client-Info Client OS:      Windows
       12/15/2017 1:49 PM Client-Info Server Version: 1.4.4
       12/15/2017 1:49 PM Middleware::Response ERROR: Unable to get subsection
       12/15/2017 1:49 PM Middleware::Response ERROR: Object reference not set to an instance of an object.
       12/15/2017 1:49 PM Service Sleeping for 86 seconds
       12/15/2017 1:51 PM Middleware::Communication URL: http://192.168.0.75/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       12/15/2017 1:51 PM Middleware::Response Success
       12/15/2017 1:51 PM Middleware::Communication URL: http://192.168.0.75/fog/management/index.php?sub=requestClientInfo&mac=00:09:0F:AA:00:01|14:B3:1F:12:99:F1|F8:59:71:06:BB:25|F8:59:71:06:BB:26|FA:59:71:06:BB:25|00:09:0F:FE:00:01|F8:59:71:06:BB:29||00:00:00:00:00:00:00:E0&newService&json
       12/15/2017 1:51 PM Middleware::Authentication Waiting for authentication timeout to pass
       12/15/2017 1:51 PM Controller Stop
       12/15/2017 1:51 PM Service Stop requested
       12/15/2017 1:51 PM Middleware::Authentication ERROR: Could not authenticate
       12/15/2017 1:51 PM Middleware::Authentication ERROR: Thread was being aborted.
       12/15/2017 1:51 PM Middleware::Communication ERROR: Could not contact FOG server
       12/15/2017 1:51 PM Middleware::Communication ERROR: Thread was being aborted.
       12/15/2017 1:51 PM Service ERROR: Unable to get cycle data
       12/15/2017 1:51 PM Service ERROR: Thread was being aborted.
       12/15/2017 1:51 PM Bus Emmiting message on channel: Status
       12/15/2017 3:51 PM Main Overriding exception handling
       12/15/2017 3:51 PM Main Bootstrapping Zazzles
       12/15/2017 3:51 PM Controller Initialize
       12/15/2017 3:51 PM Controller Start
      
       12/15/2017 3:51 PM Service Starting service
       12/15/2017 3:51 PM Bus Became bus server
       12/15/2017 3:51 PM Bus Emmiting message on channel: Status
       12/15/2017 3:51 PM Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       12/15/2017 3:51 PM Client-Info Version: 0.11.12
       12/15/2017 3:51 PM Client-Info OS:      Windows
       12/15/2017 3:51 PM Middleware::Authentication Waiting for authentication timeout to pass
       12/15/2017 3:51 PM Middleware::Communication Download: http://192.168.0.75/fog/management/other/ssl/srvpublic.crt
       12/15/2017 3:51 PM Data::RSA FOG Server CA cert found
       12/15/2017 3:51 PM Middleware::Authentication Cert OK
       12/15/2017 3:51 PM Middleware::Authentication ERROR: Could not get security token
       12/15/2017 3:51 PM Middleware::Authentication ERROR: Could not find file 'C:\Program Files (x86)\FOG\token.dat'.
       12/15/2017 3:51 PM Middleware::Communication POST URL: http://192.168.0.75/fog/management/index.php?sub=requestClientInfo&authorize&newService
       12/15/2017 3:51 PM Middleware::Response Failed to decrypt data
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       12/15/2017 3:51 PM Client-Info Version: 0.11.12
       12/15/2017 3:51 PM Client-Info OS:      Windows
       12/15/2017 3:51 PM Middleware::Authentication Waiting for authentication timeout to pass
       12/15/2017 3:53 PM Middleware::Communication Download: http://192.168.0.75/fog/management/other/ssl/srvpublic.crt
       12/15/2017 3:53 PM Data::RSA FOG Server CA cert found
       12/15/2017 3:53 PM Middleware::Authentication Cert OK
       12/15/2017 3:53 PM Middleware::Authentication ERROR: Could not get security token
       12/15/2017 3:53 PM Middleware::Authentication ERROR: Could not find file 'C:\Program Files (x86)\FOG\token.dat'.
       12/15/2017 3:53 PM Middleware::Communication POST URL: http://192.168.0.75/fog/management/index.php?sub=requestClientInfo&authorize&newService
       12/15/2017 3:53 PM Middleware::Response Failed to decrypt data
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       12/15/2017 3:53 PM Client-Info Version: 0.11.12
       12/15/2017 3:53 PM Client-Info OS:      Windows
       12/15/2017 3:53 PM Middleware::Authentication Waiting for authentication timeout to pass
       12/15/2017 3:55 PM Middleware::Communication Download: http://192.168.0.75/fog/management/other/ssl/srvpublic.crt
       12/15/2017 3:55 PM Data::RSA FOG Server CA cert found
       12/15/2017 3:55 PM Middleware::Authentication Cert OK
       12/15/2017 3:55 PM Middleware::Authentication ERROR: Could not get security token
       12/15/2017 3:55 PM Middleware::Authentication ERROR: Could not find file 'C:\Program Files (x86)\FOG\token.dat'.
       12/15/2017 3:55 PM Middleware::Communication POST URL: http://192.168.0.75/fog/management/index.php?sub=requestClientInfo&authorize&newService
       12/15/2017 3:55 PM Middleware::Response Failed to decrypt data
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       12/15/2017 3:55 PM Client-Info Version: 0.11.12
       12/15/2017 3:55 PM Client-Info OS:      Windows
       12/15/2017 3:55 PM Middleware::Authentication Waiting for authentication timeout to pass
      
      posted in FOG Problems
      K
      kafluke
    • RE: Snapins stuck in "Checked In" and auto domain join won't work

      I’ve checked, double checked and triple checked to make sure the fog client is running. It’s there. I know that it’s communicating with the server also because when I installed the fog client it put the machine in the pending host list. The only way it could have found that host is if the fog servers was running correctly. Where can I find the fog.log? I see fogsnapinrep.log and fosnapinhash.log.

      posted in FOG Problems
      K
      kafluke
    • Snapins stuck in "Checked In" and auto domain join won't work

      I created a new Fog server at a different site. I was able to successfully manually migrate all my images but I set up everything else from scratch. I did it the exact same way that I did on the original server but I can’t get any of the post image tasks to work. The machines won’t automatically join the domain like they do on the old server and none of the snapins will deploy. The snapin’s stay in a state called “Checked In”. Can anyone help?

      Running Version 1.4.4
      SVN Revision: 6077

      OS: Ubuntu Server 17.10 (GNU/Linux 4.13.0-16-generic x86_64)

      posted in FOG Problems
      K
      kafluke
    • 1
    • 2
    • 3
    • 4
    • 5
    • 5 / 5