• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. justeverything
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 21
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by justeverything

    • RE: Trying to image Ubuntu desktops

      I’m using mostly ubuntu and all my images are set to “single disk, resizable” .

      the order you should go in short:

      on the desktop pc:
      setup the desktop you want to clone
      enable pxe boot in the bios of your desktop pc

      on the fog server (gui):
      create new image (single disk, resizable) (image management)
      register host pc with the server(there are multiple ways to to that, check the wiki 🙂 )
      assign your created image with the entry of the desktop pc (select host image in host management)
      click on capture image at the entry of your desktop pc
      if you don’t run the fog client on the desktop pc, you should reboot your pc so it does the magic 🙂

      deploy a image:
      is mostly the same as above: create new host, assign image, click on deploy.

      you should also look for the “fog client” - running it on the desktop pc is very usefull! 🙂

      I hope I did not forget anything. 😉

      posted in Linux Problems
      justeverythingJ
      justeverything
    • RE: Host list: connection timed out

      @george1421 I don’t have any windows computers in my network. but i can ping (normal ping, not icmp) the ubuntu clients over the terminal of the fog host by the short name “pool-05” or by the IP, both successfull.

      if I ping a pool pc from the server using “nc -zvv <ip_addr> 445” I also get connection refused.

      root@fog:/home/admin# nc -zvv IP 445
      pool-14.domain [IP] 445 (microsoft-ds) : Connection refused
       sent 0, rcvd 0
      

      Does your testing mean, that, if I install samba at my hosts, the ping would work?

      I testet it installing samba and libnss-winbind and configured the file /etc/nsswitch.conf
      from

      hosts:      files mdns4_minimal [NOTFOUND=return] dns 
      

      to

      hosts:      files wins mdns4_minimal [NOTFOUND=return] dns 
      

      now the output looks like this:

      root@fog:/home/admin# nc -zvv IP 445
      pool-14.domain [IP] 445 (microsoft-ds) open
       sent 0, rcvd 0
      
      

      but the hosts list still returns an error “connection timed out”

      Maybe, in a new version of fog, maybe the process of pinging using icmp can be changed to a normal ping to be more variable for linux hosts? 🙂 that would be great.

      I will also try the steps postet by @Tom-Elliott and write back if anything changes.

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: Host list: connection timed out

      @Tom-Elliott yes, I can confirm this - I don’t have to enable the ports, but I want to. 🙂 I like this feature very much and it would be sad If I won’t be able to use it. 😞

      The problem with my setup is that it says “connection refused” although I enabled the port 445 both on the server and the host via ufw firewall.

      Server OS is the latest debian 8 and Client OS is the latest Ubuntu 16.04 🙂 Maybe anyone has some ideas. Thanks in advance. :))

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: Host list: connection timed out

      @Tom-Elliott do you have any idea what I can try to fix this except opening the port on the host?

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: Host list: connection timed out

      @Tom-Elliott Is this the same port for linux, like ubuntu 16.04 or debian 8? I also have the connection time out issue in the host menue. 😞

      If i enable the ufw firewall on ubutu and allow the port 445, the status changes from “connection timeout” to “connection refused”

      I allowed these ports. (22 for ssh, 445 for the fog ping)

      To                         Action      From
      --                         ------      ----
      22                         ALLOW IN    Anywhere                  
      445                        ALLOW IN    Anywhere                                  
      22 (v6)                    ALLOW IN    Anywhere (v6)             
      445 (v6)                   ALLOW IN    Anywhere (v6) ```
      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: customise web interface

      @george1421 thanks for the fast answer! 🙂

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      @Joe-Schmitt thank you 🙂 I finally found a little mistake that crashed everything, so now it runs perfectly. this can be marked as solved. thanks again for all your help! 🙂

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: customise web interface

      is it also possible to change the links on the web ui, so the links, e.g.

      /fog/management/index.php?node=host
      

      can be changed to

      /fog/management/index.php?node=host&sub=list
      

      so it immediately shows all hosts if i click on the hosts button?

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      well, I have to ask another question - My Snapin does not work correctly. If I start it manually on the host pc, everything works fine. but If i run it with the fog client, it does not work. the snapin history of the client says:

      joindomain	2017-03-15 10:22:44	Complete	30 seconds	0
      

      so no error code. that’s fine I guess. I read in your wiki, that the script is run by the user root or SYSTEM and that there may be some issues with the security, but I really can’t find out where or what the issues could be.

      here are my snapin settings:
      Name joindomain
      Type Snapin Pack
      Pack Template - please select an option -
      Pack File /bin/bash
      Pack Arguments “[FOG_SNAPIN_PATH]/joindomain.sh”
      Reboot after install checked
      Snapin enabled checked
      Replicate? checked
      Timeout after 600 seconds
      Snapin Command /bin/bash “[FOG_SNAPIN_PATH]/joindomain.sh”

      the fog client log says the following -
      so also everything seems to be fine. what else can I consider?

      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       3/15/2017 11:22 AM Client-Info Client Version: 0.11.9
       3/15/2017 11:22 AM Client-Info Client OS:      Linux
       3/15/2017 11:22 AM Client-Info Server Version: 1.3.4
       3/15/2017 11:22 AM Middleware::Response Success
       3/15/2017 11:22 AM SnapinClient Snapin Found:
       3/15/2017 11:22 AM SnapinClient     ID: 25
       3/15/2017 11:22 AM SnapinClient     Name: joindomain
       3/15/2017 11:22 AM SnapinClient     Created: 2017-03-15 10:22:42
       3/15/2017 11:22 AM SnapinClient     Action: reboot
       3/15/2017 11:22 AM SnapinClient     Pack: True
       3/15/2017 11:22 AM SnapinClient     Hide: False
       3/15/2017 11:22 AM SnapinClient     Server: 
       3/15/2017 11:22 AM SnapinClient     TimeOut: 600
       3/15/2017 11:22 AM SnapinClient     SnapinPack File: /bin/bash
       3/15/2017 11:22 AM SnapinClient     SnapinPack Args: "[FOG_SNAPIN_PATH]/joindomain.sh"
       3/15/2017 11:22 AM SnapinClient     File: joindomain.zip
       3/15/2017 11:22 AM Middleware::Communication Download: http://10.83.167.14/fog/service/snapins.file.php?mac=44:37:E6:56:46:19&taskid=25
       3/15/2017 11:22 AM SnapinClient /opt/fog-service/tmp/joindomain.zip
       3/15/2017 11:22 AM SnapinClient Processing SnapinPack joindomain.zip
       3/15/2017 11:22 AM SnapinClient Extracting SnapinPack
       3/15/2017 11:22 AM SnapinClient Processing SnapinPack settings
       3/15/2017 11:22 AM SnapinClient New SnapinPack File: /bin/bash
       3/15/2017 11:22 AM SnapinClient New SnapinPack Args: "/opt/fog-service/tmp/joindomain/joindomain.sh"
       3/15/2017 11:22 AM Bus {
        "self": true,
        "channel": "Notification",
        "data": "{\n  \"title\": \"Installing joindomain\",\n  \"message\": \"Please do not shutdown until this is completed\"\n}"
      }
       3/15/2017 11:22 AM Bus Emmiting message on channel: Notification
       3/15/2017 11:22 AM SnapinClient Starting snapin...
       3/15/2017 11:23 AM SnapinClient Snapin finished
       3/15/2017 11:23 AM SnapinClient Return Code: 0
       3/15/2017 11:23 AM Bus {
        "self": true,
        "channel": "Notification",
        "data": "{\n  \"title\": \"joindomain installed\",\n  \"message\": \"Installation has finished and is now ready for use\"\n}"
      }
       3/15/2017 11:23 AM Bus Emmiting message on channel: Notification
       3/15/2017 11:23 AM Middleware::Communication URL: http://10.83.167.14/fog/service/snapins.checkin.php?taskid=25&exitcode=0&mac=44:37:E6:56:46:19&newService&json
       3/15/2017 11:23 AM Power Creating shutdown command in 60 seconds
       3/15/2017 11:23 AM Bus {
        "self": true,
        "channel": "Power",
        "data": "{\n  \"action\": \"request\",\n  \"period\": 60,\n  \"options\": 2,\n  \"command\": \"-r +0 \\\"Snapin requested restart\\\"\",\n  \"aggregatedDelayTime\": 0,\n  \"message\": \"This computer needs to reboot to apply new software.\"\n}"
      }
       3/15/2017 11:23 AM Bus Emmiting message on channel: Power
      ------------------------------------------------------------------------------
      
      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      @Joe-Schmitt snapins now work perfectly! thanks a lot!

      Now i just have to do some settings on my custom snapin - but I will do this tomorrow, its already late here in germany. Thanks again for your help, I really appreciate it!

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      @Joe-Schmitt I will try it. If it works now you are my new personal god! 🙂

      I will also post my solution to joining ubuntu to the active directory with the snapin / bash file / keytab if it works all properly in the next days. I hope this will help other users until there is a solution directly via fog for linux.

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: Problem after changing the IP Address of the fog server

      @mlimburn have you read this thread? maybe it is helpful.
      https://forums.fogproject.org/topic/6378/changing-ip-address-post-fog-install-is-problematic/27
      there is provided a script that does a lot of ip changing, maybe using this script will get everything right and fix maybe forgotten entrys.

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      @Joe-Schmitt the installation logfile “SmartInstaller.log” says:

      3/7/2017 5:17 PM Process ERROR: Unable to run process
      3/7/2017 5:17 PM Process ERROR: ApplicationName='sysv-rc-conf', CommandLine='FOGService off', CurrentDirectory='', Native error= Cannot find the specified file
      3/7/2017 5:17 PM Process ERROR: Unable to run process
      3/7/2017 5:17 PM Process ERROR: ApplicationName='chkconfig', CommandLine='FOGService off', CurrentDirectory='', Native error= Cannot find the specified file
      3/7/2017 5:17 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ca.cert.der
      3/7/2017 5:17 PM Data::RSA Injecting root CA:
      

      the fog.log is here:

      3/7/2017 5:17 PM Main Overriding exception handling
      3/7/2017 5:17 PM Main Bootstrapping Zazzles
      3/7/2017 5:17 PM Controller Initialize
      3/7/2017 5:17 PM Zazzles Creating main thread
      3/7/2017 5:17 PM Zazzles Service construction complete
      3/7/2017 5:17 PM Controller Start
      
      3/7/2017 5:17 PM Service Starting service
      3/7/2017 5:17 PM Bus Became bus server
      3/7/2017 5:17 PM Bus {
       "self": true,
       "channel": "Status",
       "data": "{\n  \"action\": \"load\"\n}"
      }
      3/7/2017 5:17 PM Bus Emmiting message on channel: Status
      3/7/2017 5:17 PM Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:17 PM Client-Info Version: 0.11.9
      3/7/2017 5:17 PM Client-Info OS:      Linux
      3/7/2017 5:17 PM Middleware::Authentication Waiting for authentication timeout to pass
      3/7/2017 5:17 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ssl/srvpublic.crt
      3/7/2017 5:17 PM Data::RSA FOG Server CA cert found
      3/7/2017 5:17 PM Middleware::Authentication Cert OK
      3/7/2017 5:17 PM Middleware::Authentication ERROR: Could not get security token
      3/7/2017 5:17 PM Middleware::Authentication ERROR: Could not find file "/opt/fog-service/token.dat".
      3/7/2017 5:17 PM Middleware::Communication POST URL: http://10.83.167.14/fog/management/index.php?sub=requestClientInfo&authorize&newService
      3/7/2017 5:17 PM Middleware::Response Success
      3/7/2017 5:17 PM Middleware::Authentication Authenticated
      
      
      3/7/2017 5:17 PM Bus Registering ParseBus in channel Power
      3/7/2017 5:17 PM Middleware::Communication URL: http://10.83.167.14/fog/management/index.php?sub=requestClientInfo&configure&newService&json
      3/7/2017 5:17 PM Middleware::Response Success
      3/7/2017 5:17 PM Middleware::Communication URL: http://10.83.167.14/fog/management/index.php?sub=requestClientInfo&mac=44:37:E6:56:46:19&newService&json
      3/7/2017 5:17 PM Middleware::Response Success
      3/7/2017 5:17 PM Middleware::Communication URL: http://10.83.167.14/fog/service/getversion.php?clientver&newService&json
      3/7/2017 5:17 PM Middleware::Communication URL: http://10.83.167.14/fog/service/getversion.php?newService&json
      
      3/7/2017 5:17 PM Service Creating user agent cache
      3/7/2017 5:17 PM Middleware::Response Invalid time
      3/7/2017 5:17 PM Middleware::Response No Printers
      3/7/2017 5:17 PM Middleware::Response Module is disabled globally on the FOG server
      3/7/2017 5:17 PM Service Initializing modules
      
      ------------------------------------------------------------------------------
      ---------------------------------ClientUpdater--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:17 PM Client-Info Client Version: 0.11.9
      3/7/2017 5:17 PM Client-Info Client OS:      Linux
      3/7/2017 5:17 PM Client-Info Server Version: 1.3.4
      3/7/2017 5:17 PM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------TaskReboot----------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:17 PM Client-Info Client Version: 0.11.9
      3/7/2017 5:17 PM Client-Info Client OS:      Linux
      3/7/2017 5:17 PM Client-Info Server Version: 1.3.4
      3/7/2017 5:17 PM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:17 PM Client-Info Client Version: 0.11.9
      3/7/2017 5:17 PM Client-Info Client OS:      Linux
      3/7/2017 5:17 PM Client-Info Server Version: 1.3.4
      3/7/2017 5:17 PM Middleware::Response Success
      3/7/2017 5:17 PM HostnameChanger Checking Hostname
      3/7/2017 5:17 PM HostnameChanger Removing host from domain
      3/7/2017 5:17 PM HostnameChanger ERROR: Required domain information is missing
      3/7/2017 5:17 PM HostnameChanger Renaming host to fog-desktop-173
      3/7/2017 5:17 PM HostnameChanger Brute forcing hostname change...
      3/7/2017 5:17 PM HostnameChanger --> Success /etc/hostname
      3/7/2017 5:17 PM HostnameChanger ERROR: --> Did not find /etc/HOSTNAME
      3/7/2017 5:17 PM HostnameChanger --> Success /etc/hosts
      3/7/2017 5:17 PM HostnameChanger ERROR: --> Did not find /etc/sysconfig/network
      3/7/2017 5:17 PM Power Creating shutdown command in 60 seconds
      3/7/2017 5:17 PM Bus {
       "self": true,
       "channel": "Power",
       "data": "{\n  \"action\": \"request\",\n  \"period\": 60,\n  \"options\": 2,\n  \"command\": \"-r +0 \\\"FOG needs to rename your computer\\\"\",\n  \"aggregatedDelayTime\": 0,\n  \"message\": \"\"\n}"
      }
      3/7/2017 5:17 PM Bus Emmiting message on channel: Power
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:17 PM Client-Info Client Version: 0.11.9
      3/7/2017 5:17 PM Client-Info Client OS:      Linux
      3/7/2017 5:17 PM Client-Info Server Version: 1.3.4
      3/7/2017 5:17 PM Middleware::Response Success
      3/7/2017 5:17 PM SnapinClient A power operation is pending, aborting module
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:17 PM Client-Info Client Version: 0.11.9
      3/7/2017 5:17 PM Client-Info Client OS:      Linux
      3/7/2017 5:17 PM Client-Info Server Version: 1.3.4
      3/7/2017 5:17 PM Middleware::Response No Printers
      3/7/2017 5:17 PM PrinterManager Module is not compatible with Linux
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:17 PM Client-Info Client Version: 0.11.9
      3/7/2017 5:17 PM Client-Info Client OS:      Linux
      3/7/2017 5:17 PM Client-Info Server Version: 1.3.4
      3/7/2017 5:17 PM Middleware::Response Success
      3/7/2017 5:17 PM PowerManagement Calculating tasks to unschedule
      3/7/2017 5:17 PM PowerManagement Calculating tasks to schedule
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:17 PM Client-Info Client Version: 0.11.9
      3/7/2017 5:17 PM Client-Info Client OS:      Linux
      3/7/2017 5:17 PM Client-Info Server Version: 1.3.4
      3/7/2017 5:17 PM Middleware::Response Success
      3/7/2017 5:17 PM Middleware::Communication URL: http://10.83.167.14/fog/service/usertracking.report.php?action=login&user=foguser\ukpadmin&mac=44:37:E6:56:46:19&newService&json
      ------------------------------------------------------------------------------
      
      3/7/2017 5:17 PM Service Sleeping for 112 seconds
      3/7/2017 5:17 PM Controller Stop
      3/7/2017 5:17 PM Service Stop requested
      3/7/2017 5:17 PM Bus {
       "self": true,
       "channel": "Status",
       "data": "{\n  \"action\": \"unload\"\n}"
      }
      3/7/2017 5:17 PM Bus Emmiting message on channel: Status
      3/7/2017 5:17 PM Main Overriding exception handling
      3/7/2017 5:17 PM Main Bootstrapping Zazzles
      3/7/2017 5:17 PM Controller Initialize
      3/7/2017 5:17 PM Zazzles Creating main thread
      3/7/2017 5:17 PM Zazzles Service construction complete
      3/7/2017 5:17 PM Controller Start
      
      3/7/2017 5:17 PM Service Starting service
      3/7/2017 5:17 PM Bus Became bus server
      3/7/2017 5:17 PM Bus {
       "self": true,
       "channel": "Status",
       "data": "{\n  \"action\": \"load\"\n}"
      }
      3/7/2017 5:17 PM Bus Emmiting message on channel: Status
      3/7/2017 5:17 PM Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:17 PM Client-Info Version: 0.11.9
      3/7/2017 5:17 PM Client-Info OS:      Linux
      3/7/2017 5:17 PM Middleware::Authentication Waiting for authentication timeout to pass
      3/7/2017 5:17 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ssl/srvpublic.crt
      3/7/2017 5:18 PM Controller Stop
      3/7/2017 5:18 PM Service Stop requested
      3/7/2017 5:18 PM Middleware::Communication ERROR: Could not download file
      3/7/2017 5:18 PM Middleware::Communication ERROR: 
      3/7/2017 5:18 PM Middleware::Authentication ERROR: Could not authenticate
      3/7/2017 5:18 PM Middleware::Authentication ERROR: 
      3/7/2017 5:18 PM Bus {
       "self": true,
       "channel": "Status",
       "data": "{\n  \"action\": \"unload\"\n}"
      }
      3/7/2017 5:18 PM Bus Emmiting message on channel: Status
      3/7/2017 5:20 PM Main Overriding exception handling
      3/7/2017 5:20 PM Main Bootstrapping Zazzles
      3/7/2017 5:20 PM Controller Initialize
      3/7/2017 5:20 PM Zazzles Creating main thread
      3/7/2017 5:20 PM Zazzles Service construction complete
      3/7/2017 5:20 PM Controller Start
      
      3/7/2017 5:20 PM Service Starting service
      3/7/2017 5:20 PM Bus Became bus server
      3/7/2017 5:20 PM Bus {
       "self": true,
       "channel": "Status",
       "data": "{\n  \"action\": \"load\"\n}"
      }
      3/7/2017 5:20 PM Bus Emmiting message on channel: Status
      3/7/2017 5:20 PM Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:20 PM Client-Info Version: 0.11.9
      3/7/2017 5:20 PM Client-Info OS:      Linux
      3/7/2017 5:20 PM Middleware::Authentication Waiting for authentication timeout to pass
      3/7/2017 5:20 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ssl/srvpublic.crt
      3/7/2017 5:20 PM Data::RSA FOG Server CA cert found
      3/7/2017 5:20 PM Middleware::Authentication Cert OK
      3/7/2017 5:20 PM Middleware::Authentication ERROR: Could not get security token
      3/7/2017 5:20 PM Middleware::Authentication ERROR: Data unprotection failed.
      3/7/2017 5:20 PM Middleware::Communication POST URL: http://10.83.167.14/fog/management/index.php?sub=requestClientInfo&authorize&newService
      3/7/2017 5:20 PM Middleware::Response Invalid security token
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:20 PM Client-Info Version: 0.11.9
      3/7/2017 5:20 PM Client-Info OS:      Linux
      3/7/2017 5:20 PM Middleware::Authentication Waiting for authentication timeout to pass
      3/7/2017 5:22 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ssl/srvpublic.crt
      3/7/2017 5:22 PM Data::RSA FOG Server CA cert found
      3/7/2017 5:22 PM Middleware::Authentication Cert OK
      3/7/2017 5:22 PM Middleware::Authentication ERROR: Could not get security token
      3/7/2017 5:22 PM Middleware::Authentication ERROR: Data unprotection failed.
      3/7/2017 5:22 PM Middleware::Communication POST URL: http://10.83.167.14/fog/management/index.php?sub=requestClientInfo&authorize&newService
      3/7/2017 5:22 PM Middleware::Response Invalid security token
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:22 PM Client-Info Version: 0.11.9
      3/7/2017 5:22 PM Client-Info OS:      Linux
      3/7/2017 5:22 PM Middleware::Authentication Waiting for authentication timeout to pass
      3/7/2017 5:22 PM Controller Stop
      3/7/2017 5:22 PM Service Stop requested
      3/7/2017 5:22 PM Middleware::Authentication ERROR: Could not authenticate
      3/7/2017 5:22 PM Middleware::Authentication ERROR: 
      3/7/2017 5:22 PM Bus {
       "self": true,
       "channel": "Status",
       "data": "{\n  \"action\": \"unload\"\n}"
      }
      3/7/2017 5:22 PM Bus Emmiting message on channel: Status
      3/7/2017 5:23 PM Main Overriding exception handling
      3/7/2017 5:23 PM Main Bootstrapping Zazzles
      3/7/2017 5:23 PM Controller Initialize
      3/7/2017 5:23 PM Zazzles Creating main thread
      3/7/2017 5:23 PM Zazzles Service construction complete
      3/7/2017 5:23 PM Controller Start
      
      3/7/2017 5:23 PM Service Starting service
      3/7/2017 5:23 PM Bus Became bus server
      3/7/2017 5:23 PM Bus {
       "self": true,
       "channel": "Status",
       "data": "{\n  \"action\": \"load\"\n}"
      }
      3/7/2017 5:23 PM Bus Emmiting message on channel: Status
      3/7/2017 5:23 PM Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:23 PM Client-Info Version: 0.11.9
      3/7/2017 5:23 PM Client-Info OS:      Linux
      3/7/2017 5:23 PM Middleware::Authentication Waiting for authentication timeout to pass
      3/7/2017 5:23 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ssl/srvpublic.crt
      3/7/2017 5:24 PM Middleware::Communication ERROR: Could not download file
      3/7/2017 5:24 PM Middleware::Communication ERROR: The request timed out
      3/7/2017 5:24 PM Middleware::Authentication ERROR: Could not authenticate
      3/7/2017 5:24 PM Middleware::Authentication ERROR: Could not find file "/opt/fog-service/tmp/public.cer".
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:24 PM Client-Info Version: 0.11.9
      3/7/2017 5:24 PM Client-Info OS:      Linux
      3/7/2017 5:24 PM Middleware::Authentication Waiting for authentication timeout to pass
      3/7/2017 5:25 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ssl/srvpublic.crt
      3/7/2017 5:25 PM Data::RSA FOG Server CA cert found
      3/7/2017 5:25 PM Middleware::Authentication Cert OK
      3/7/2017 5:25 PM Middleware::Authentication ERROR: Could not get security token
      3/7/2017 5:25 PM Middleware::Authentication ERROR: Data unprotection failed.
      3/7/2017 5:25 PM Middleware::Communication POST URL: http://10.83.167.14/fog/management/index.php?sub=requestClientInfo&authorize&newService
      3/7/2017 5:25 PM Middleware::Response Invalid security token
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:25 PM Client-Info Version: 0.11.9
      3/7/2017 5:25 PM Client-Info OS:      Linux
      3/7/2017 5:25 PM Middleware::Authentication Waiting for authentication timeout to pass
      3/7/2017 5:27 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ssl/srvpublic.crt
      3/7/2017 5:27 PM Data::RSA FOG Server CA cert found
      3/7/2017 5:27 PM Middleware::Authentication Cert OK
      3/7/2017 5:27 PM Middleware::Authentication ERROR: Could not get security token
      3/7/2017 5:27 PM Middleware::Authentication ERROR: Data unprotection failed.
      3/7/2017 5:27 PM Middleware::Communication POST URL: http://10.83.167.14/fog/management/index.php?sub=requestClientInfo&authorize&newService
      3/7/2017 5:27 PM Middleware::Response Invalid security token
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
      3/7/2017 5:27 PM Client-Info Version: 0.11.9
      3/7/2017 5:27 PM Client-Info OS:      Linux
      3/7/2017 5:27 PM Middleware::Authentication Waiting for authentication timeout to pass
      
      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      @Joe-Schmitt I also had to run a sudo apt-get autoremove because of some error codes related to different mono versions. Now it is installing mono version 4.2.1.

      mono --version output: Mono JIT compiler version 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4)

      after rerunning the SmartInstaller.exe with mono I still have FOGService active (exited) 😞

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      @Joe-Schmitt if I try those commands it always says SELinux is disabled.

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      @Joe-Schmitt I could need a little help on that. How do I set SELinux to permissive?

      I removing the FOGService and installing it again doesn’t help.

      edit: I checked an my selinux is set to diabled?

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      @Joe-Schmitt I’m running mono version 4.8.0 (Stable 4.8.0.495/e4a3cf3 Web Feb 22 18:30:58 UTC 2017) so my version is better than the required version of 4.2.x.

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      I used the following commands:

      sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
      echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
      sudo apt-get update
      sudo apt-get install mono-complete
      sudo apt-get install xprintidle
      sudo mono SmartInstaller.exe
      

      So you said I should try installing the client not using sudo … but changing to root before using the commands? So at least do the mono thing as root?

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: Problem after changing the IP Address of the fog server

      I found out by myself that changing the ip adress after the installation is a lot of trouble. do you have the possibility to setup a new server with the correct ip adress? this is way easier.

      otherwise it would be helpful if you would tell us wich steps you were following.

      greetings

      posted in FOG Problems
      justeverythingJ
      justeverything
    • RE: join active directory using fog on ubuntu /linux

      I will try that and write back if I have any issues. Thanks! 🙂

      edit: I have configured a snapin pack (joindomain.sh and my keytab file) and specified the path to the executable. so far it looks quite good, but now I have another problem - my fog client on the client system (ubuntu 16.04) always starts as active (exited). restarting the service does not help changing this. because of that my snapins won’t work porperly. any ideas on this? 😞

      this is my log file of the client installation:

       3/7/2017 1:38 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ca.cert.der
       3/7/2017 1:39 PM Data::RSA Injecting root CA: 
      

      here is the output of service FOGService status:

      ● FOGService.service - FOGService
         Loaded: loaded (/lib/systemd/system/FOGService.service; enabled; vendor prese
         Active: active (exited) since Die 2017-03-07 13:42:15 CET; 39s ago
        Process: 933 ExecStart=/opt/fog-service/control.sh start (code=exited, status=
       Main PID: 933 (code=exited, status=0/SUCCESS)
         CGroup: /system.slice/FOGService.service
      
      Mär 07 13:42:15 foguser systemd[1]: Starting FOGService...
      Mär 07 13:42:15 foguser control.sh[933]: fog-service is running....Now Stopping
      Mär 07 13:42:15 foguser control.sh[933]: /opt/fog-service/control.sh: line 19: k
      Mär 07 13:42:15 foguser systemd[1]: Started FOGService.
      
      

      these are my fog client logs:

      
       3/7/2017 1:39 PM Main Overriding exception handling
       3/7/2017 1:39 PM Main Bootstrapping Zazzles
       3/7/2017 1:39 PM Controller Initialize
       3/7/2017 1:39 PM Zazzles Creating main thread
       3/7/2017 1:39 PM Zazzles Service construction complete
       3/7/2017 1:39 PM Controller Start
      
       3/7/2017 1:39 PM Service Starting service
       3/7/2017 1:39 PM Bus Became bus server
       3/7/2017 1:39 PM Bus {
        "self": true,
        "channel": "Status",
        "data": "{\n  \"action\": \"load\"\n}"
      }
       3/7/2017 1:39 PM Bus Emmiting message on channel: Status
       3/7/2017 1:39 PM Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       3/7/2017 1:39 PM Client-Info Version: 0.11.9
       3/7/2017 1:39 PM Client-Info OS:      Linux
       3/7/2017 1:39 PM Middleware::Authentication Waiting for authentication timeout to pass
       3/7/2017 1:39 PM Middleware::Communication Download: http://10.83.167.14/fog/management/other/ssl/srvpublic.crt
       3/7/2017 1:39 PM Middleware::Authentication ERROR: Could not authenticate
       3/7/2017 1:39 PM Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       3/7/2017 1:39 PM Client-Info Version: 0.11.9
       3/7/2017 1:39 PM Client-Info OS:      Linux
       3/7/2017 1:39 PM Middleware::Authentication Waiting for authentication timeout to pass
      
      

      I installed the client according to the manual for “Debian 8+, Ubuntu 13.10+, and derivatives” from https://wiki.fogproject.org/wiki/index.php?title=FOG_Client without noticing any error.

      any ideas?

      posted in FOG Problems
      justeverythingJ
      justeverything
    • 1
    • 2
    • 1 / 2