• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Mightmar
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 44
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by Mightmar

    • 1.5.9 RC2 - snapin hash not match on new computers

      Hi,

      • new fog installation with 1.5.9 RC2 version.
      • fog is on centos 7
      • computers with win10 ver.2004

      I noticed that newly imaged computers cannot install snapins because of error with hash do not match

      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       27.07.2020 12:05:20 Client-Info Client Version: 0.12.0
       27.07.2020 12:05:20 Client-Info Client OS:      Windows
       27.07.2020 12:05:20 Client-Info Server Version: 1.5.9-RC2
       27.07.2020 12:05:20 Middleware::Response Success
       27.07.2020 12:05:20 SnapinClient Running snapin WPKG
       27.07.2020 12:05:20 Middleware::Communication Download: http://10.180.8.90//fog/service/snapins.file.php?mac=E8:D8:D1:B8:1D:EA|F8:E4:E3:27:6A:91|F8:E4:E3:27:6A:92|F8:E4:E3:27:6A:95&taskid=9
       27.07.2020 12:05:20 SnapinClient C:\Program Files (x86)\FOG\tmp\Wpkg-GP-0.17.16_x64.exe
       27.07.2020 12:05:20 SnapinClient ERROR: Hash does not match
       27.07.2020 12:05:20 SnapinClient ERROR: --> Ideal: 22E59FC417DFDC2553266381F3C478E4CC35FBAFE739CD68D553A53CC8A459D79DDB66698ADFA3C30099E302489C4E4951E2992B3773DE6A6E7AD8B5A50646AE
       27.07.2020 12:05:20 SnapinClient ERROR: --> Actual: 94C85322BD7EC5FE201F52064A78C58BFA99C10AC316EC557BE010FF88D3AD5F3F3BF220FFCB07CAF77F89A9E0F4A44CE1CF9343DBFD0C7E582C5DC0C7AF42B5
       27.07.2020 12:05:21 Middleware::Communication URL: https://10.180.8.90/fog/service/snapins.checkin.php?taskid=9&exitcode=-1&mac=E8:D8:D1:B8:1D:EA|F8:E4:E3:27:6A:91|F8:E4:E3:27:6A:92|F8:E4:E3:27:6A:95&newService&json
      ------------------------------------------------------------------------------
      
      

      First I thought it was issue with sysprep and new windows version, but image with snapin works fine with computers already in hosts list, only new one have a problem. How can I fix this? After checking the forum I saw that issue might be on Fog ver. 1.5.9. RC2 can I degrade it safely to stable 1.5.8 ?

      posted in FOG Problems
      M
      Mightmar
    • RE: New fog server installation 1.5.8 on centos 7

      its working, thank you!

      posted in FOG Problems
      M
      Mightmar
    • RE: New fog server installation 1.5.8 on centos 7

      fog_error_1.5.9. RC.log

      Jul 08 16:06:23 PLGDVFOG01 systemd[1]: Starting The PHP FastCGI Process Manager...
      Jul 08 16:06:23 PLGDVFOG01 systemd[1]: Started The PHP FastCGI Process Manager.
      --2020-07-08 16:06:26--  https://10.180.8.90//fog//maintenance/backup_db.php
      Connecting to 10.180.8.90:443... connected.
      WARNING: cannot verify 10.180.8.90's certificate, issued by ‘/CN=FOG Server CA’:
        Self-signed certificate encountered.
      HTTP request sent, awaiting response... 302 Found
      Location: ?node=schema [following]
      --2020-07-08 16:06:26--  https://10.180.8.90//fog//maintenance/backup_db.php?node=schema
      Connecting to 10.180.8.90:443... connected.
      WARNING: cannot verify 10.180.8.90's certificate, issued by ‘/CN=FOG Server CA’:
        Self-signed certificate encountered.
      HTTP request sent, awaiting response... 200 OK
      Length: unspecified [text/plain]
      Saving to: ‘/home//fogDBbackups/fog_sql_1.5.9-RC2_20200708_040626.sql’
      
           0K .                                                      70.1M=0s
      
      2020-07-08 16:06:26 (70.1 MB/s) - ‘/home//fogDBbackups/fog_sql_1.5.9-RC2_20200708_040626.sql’ saved [1305]
      
      ERROR 1146 (42S02) at line 1: Table 'fog.globalSettings' doesn't exist
      

      fog install. log

         To improve the overall security the installer will create an
         unpriviledged database user account for FOG's database access.
         Please provide the database *root* user password. Be asured
         that this password will only be used while the FOG installer
         is running and won't be stored anywhere: 
      
      OK
       * Backing up user reports.....................................Done
       * Stopping web service........................................OK
       * Setting up Apache and PHP files.............................OK
       * Testing and removing symbolic links if found................OK
       * Backing up old data.........................................OK
       * Copying new files to web folder.............................OK
       * Creating the language binaries..............................Done
       * Creating config file........................................OK
       * Downloading kernel, init and fog-client binaries............Done
       * Copying binaries to destination paths.......................OK
       * Enabling apache and fpm services on boot....................OK
       * Creating SSL CA.............................................OK
       * Creating SSL Private Key....................................OK
       * Creating SSL Certificate....................................OK
       * Creating auth pub key and cert..............................OK
       * Resetting SSL Permissions...................................OK
       * Setting up Apache virtual host (SSL)........................OK
       * Starting and checking status of web services................OK
       * Changing permissions on apache log files....................OK
       * Backing up database.........................................Done
      
       * You still need to install/update your database schema.
       * This can be done by opening a web browser and going to:
      
         https://10.180.8.90/fog/management
      
       * Press [Enter] key when database is updated/installed.
       * Update fogstorage database password.........................Failed!
      
      posted in FOG Problems
      M
      Mightmar
    • RE: New fog server installation 1.5.8 on centos 7

      Hi Sebastian, yes both are disabled basing on this https://wiki.fogproject.org/wiki/index.php?title=CentOS_7
      what else to check ?

      posted in FOG Problems
      M
      Mightmar
    • New fog server installation 1.5.8 on centos 7

      hello again, with new installation we have now node offline,
      node is offline.PNG
      and version 1.5.9 RC
      fog 1.5.9.PNG

      it was after 2 unsuccessful installations at begin, do we mess something, how to check it?

      posted in FOG Problems
      M
      Mightmar
    • RE: New fog server installation 1.5.8 on centos 7

      Issue solved, yet we have now version 1.5.9 RC and there is new problem with node offline

      posted in FOG Problems
      M
      Mightmar
    • RE: New fog server installation 1.5.8 on centos 7
       Version: 1.5.8 Installer/Updater
      
        What version of Linux would you like to run the installation for?
      
                1) Redhat Based Linux (Redhat, CentOS, Mageia)
                2) Debian Based Linux (Debian, Ubuntu, Kubuntu, Edubuntu)
                3) Arch Linux
      
        Choice: [1]
      
      
      
        Starting Redhat based Installation
      
      
        FOG Server installation modes:
            * Normal Server: (Choice N)
                This is the typical installation type and
                will install all FOG components for you on this
                machine.  Pick this option if you are unsure what to pick.
      
            * Storage Node: (Choice S)
                This install mode will only install the software required
                to make this server act as a node in a storage group
      
        More information:
           http://www.fogproject.org/wiki/index.php?title=InstallationModes
      
        What type of installation would you like to do? [N/s (Normal/Storage)] n
      
        We found the following interfaces on your system:
            * ens192 - 10.180.8.90/24
      
        Would you like to change the default network interface from ens192?
        If you are not sure, select No. [y/N] n
      
        Would you like to setup a router address for the DHCP server? [Y/n] y
        What is the IP address to be used for the router on
            the DHCP server? [10.180.8.254]
      
        Would you like DHCP to handle DNS? [Y/n] y
        What DNS address should DHCP allow? [10.180.10.2]
      
        Would you like to use the FOG server for DHCP service? [y/N] n
      
        This version of FOG has internationalization support, would
        you like to install the additional language packs? [y/N] n
      
        Using encrypted connections is state of the art on the web and we
        encourage you to enable this for your FOG server. But using HTTPS
        has some implications within FOG, PXE and fog-client and you want
        to read https://wiki.fogproject.org/HTTPS before you decide!
        Would you like to enable secure HTTPS on your FOG server? [y/N] y
      
        Which hostname would you like to use? Currently is: PLGDVFOG01
        Note: This hostname will be in the certificate we generate for your
        FOG webserver. The hostname will only be used for this but won't be
        set as a local hostname on your server!
        Would you like to change it? If you are not sure, select No. [y/N] n
      
         ######################################################################
         #     FOG now has everything it needs for this setup, but please     #
         #   understand that this script will overwrite any setting you may   #
         #   have setup for services like DHCP, apache, pxe, tftp, and NFS.   #
         ######################################################################
         # It is not recommended that you install this on a production system #
         #        as this script modifies many of your system settings.       #
         ######################################################################
         #             This script should be run by the root user.            #
         #      It will prepend the running with sudo if root is not set      #
         ######################################################################
         #            Please see our wiki for more information at:            #
         ######################################################################
         #             https://wiki.fogproject.org/wiki/index.php             #
         ######################################################################
      
       * Here are the settings FOG will use:
       * Base Linux: Redhat
       * Detected Linux Distribution: CentOS Linux
       * Interface: ens192
       * Server IP Address: 10.180.8.90
       * Server Subnet Mask: 255.255.255.0
       * Server Hostname: PLGDVFOG01
       * Installation Type: Normal Server
       * Internationalization: 0
       * Image Storage Location: /images
       * Using FOG DHCP: No
       * DHCP will NOT be setup but you must setup your
       | current DHCP server to use FOG for PXE services.
      
       * On a Linux DHCP server you must set: next-server and filename
      
       * On a Windows DHCP server you must set options 066 and 067
      
       * Option 066/next-server is the IP of the FOG Server: (e.g. 10.180.8.90)
       * Option 067/filename is the bootfile: (e.g. undionly.kpxe)
      
      
       * Are you sure you wish to continue (Y/N) y
      
       * Installation Started
      
       * Testing internet connection.................................There was no inte                                                                                                                                                             rface with an active internet connection found.
      
       * Adjusting repository (can take a long time for cleanup).....OK
       * Preparing Package Manager...................................OK
       * Packages to be installed:
      
              bc curl gcc gcc-c++ genisoimage git gzip httpd lftp m4 make mod_ssl mtoo                                                                                                                                                             ls mysql mysql-server net-tools nfs-utils php php-bcmath php-cli php-common php-                                                                                                                                                             fpm php-gd php-ldap php-mbstring php-mysqlnd php-process syslinux tar tftp-serve                                                                                                                                                             r unzip vsftpd wget xinetd xz-devel
      
      
       * Skipping package:   bc......................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   curl....................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   gcc.....................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   gcc-c++.................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   genisoimage.............................(Already Installe                                                                                                                                                             d)
       * Skipping package:   git.....................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   gzip....................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   httpd...................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   lftp....................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   m4......................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   make....................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   mod_ssl.................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   mtools..................................(Already Installe                                                                                                                                                             d)
       * Installing package: mariadb.................................OK
       * Installing package: mariadb-server..........................OK
       * Skipping package:   net-tools...............................(Already Installe                                                                                                                                                             d)
       * Skipping package:   nfs-utils...............................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php.....................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php-bcmath..............................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php-cli.................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php-common..............................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php-fpm.................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php-gd..................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php-ldap................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php-mbstring............................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php-mysqlnd.............................(Already Installe                                                                                                                                                             d)
       * Skipping package:   php-process.............................(Already Installe                                                                                                                                                             d)
       * Skipping package:   syslinux................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   tar.....................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   tftp-server.............................(Already Installe                                                                                                                                                             d)
       * Skipping package:   unzip...................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   vsftpd..................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   wget....................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   xinetd..................................(Already Installe                                                                                                                                                             d)
       * Skipping package:   xz-devel................................(Already Installe                                                                                                                                                             d)
       * Updating packages as needed.................................OK
      
       * Confirming package installation
      
       * Checking package: bc........................................OK
       * Checking package: curl......................................OK
       * Checking package: gcc.......................................OK
       * Checking package: gcc-c++...................................OK
       * Checking package: genisoimage...............................OK
       * Checking package: git.......................................OK
       * Checking package: gzip......................................OK
       * Checking package: httpd.....................................OK
       * Checking package: lftp......................................OK
       * Checking package: m4........................................OK
       * Checking package: make......................................OK
       * Checking package: mariadb...................................OK
       * Checking package: mariadb-server............................OK
       * Checking package: mod_ssl...................................OK
       * Checking package: mtools....................................OK
       * Checking package: net-tools.................................OK
       * Checking package: nfs-utils.................................OK
       * Checking package: php.......................................OK
       * Checking package: php-bcmath................................OK
       * Checking package: php-cli...................................OK
       * Checking package: php-common................................OK
       * Checking package: php-fpm...................................OK
       * Checking package: php-gd....................................OK
       * Checking package: php-ldap..................................OK
       * Checking package: php-mbstring..............................OK
       * Checking package: php-mysqlnd...............................OK
       * Checking package: php-process...............................OK
       * Checking package: syslinux..................................OK
       * Checking package: tar.......................................OK
       * Checking package: tftp-server...............................OK
       * Checking package: unzip.....................................OK
       * Checking package: vsftpd....................................OK
       * Checking package: wget......................................OK
       * Checking package: xinetd....................................OK
       * Checking package: xz-devel..................................OK
      
       * Configuring services
      
       * Setting up fogproject user..................................Skipped
       * Locking fogproject as a system account......................OK
       * Setting up fogproject password..............................OK
       * Stopping FOGMulticastManager.service Service................OK
       * Stopping FOGImageReplicator.service Service.................OK
       * Stopping FOGSnapinReplicator.service Service................OK
       * Stopping FOGScheduler.service Service.......................OK
       * Stopping FOGPingHosts.service Service.......................OK
       * Stopping FOGSnapinHash.service Service......................OK
       * Stopping FOGImageSize.service Service.......................OK
       * Setting up and starting MySQL...............................OK
      
         The installer detected a blank database *root* password. This
         is very common on a new install or if you upgrade from any
         version of FOG before 1.5.8. To improve overall security we ask
         you to supply an appropriate database *root* password now.
      
         NOTICE: Make sure you choose a good password but also one
         you can remember or use a password manager to store it.
         The installer won't store the given password in any place
         and it will be lost right after the installer finishes!
      
         Please enter a new database *root* password to be set:
      
       * Setting up MySQL user and database..........................OK
       * Backing up user reports.....................................Done
       * Stopping web service........................................OK
       * Setting up Apache and PHP files.............................OK
       * Testing and removing symbolic links if found................OK
       * Backing up old data.........................................OK
       * Copying new files to web folder.............................OK
       * Creating config file........................................OK
       * Downloading kernel, init and fog-client binaries............ * Could not down                                                                                                                                                             load binaries1.5.8.zip properly
      
      
      posted in FOG Problems
      M
      Mightmar
    • RE: New fog server installation 1.5.8 on centos 7

      Hi Sebastian, I have the same error still while installing again.
      Edit: Can I download it some other way and paste it?

      posted in FOG Problems
      M
      Mightmar
    • New fog server installation 1.5.8 on centos 7

      Hi, I just started a new fog installation and I met with issue downloading binaries, from the network part we should have it all allowed and the proxy server was add with pre-config also done with this https://wiki.fogproject.org/wiki/index.php?title=CentOS_7 . What else can I check?
      issue with kernel.png

      posted in FOG Problems
      M
      Mightmar
    • RE: Computers stopped joining domain automatically after upgrade of kernels and bootloaders.

      @Sebastian-Roth
      I took your advice with certificate issue, and solved it easiest way, by preparing a new image, and voila, workstation joined the Domain with no problem. Need to prepare two more images, but its easier than searching for another solution. thank you!

      posted in FOG Problems
      M
      Mightmar
    • Computers stopped joining domain automatically after upgrade of kernels and bootloaders.

      I got a new problem now after solving the issue from “New computers- no configuration methods succedeed” older computer models now cannot join the domain while imaging with previously working images. I am not sure it could be because of the new bootloader ipxe.kpxe? Updated kernels or tftboot files (undionly.kpxe, undionly.kkpxe, ipxe.kpxe, ipxe.efi?
      Computer is not receiving a designed name in registration, still have random Desktop-xxxxx . I copied some of fog. log below:

      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
       17.04.2042 15:02 Service Sleeping for 151 seconds
       17.04.2042 15:05 Middleware::Communication URL: http://172.19.180.130/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       17.04.2042 15:05 Middleware::Response Success
       17.04.2042 15:05 Middleware::Communication URL: http://172.19.180.130/fog/management/index.php?sub=requestClientInfo&mac=F4:39:09:05:5D:F9&newService&json
       17.04.2042 15:05 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:05 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:05 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:05 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
       17.04.2042 15:05 Middleware::Response Success
       17.04.2042 15:05 Middleware::Communication URL: http://172.19.180.130/fog/service/getversion.php?clientver&newService&json
       17.04.2042 15:05 Middleware::Communication URL: http://172.19.180.130/fog/service/getversion.php?newService&json
      
       17.04.2042 15:05 Service Creating user agent cache
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ---------------------------------ClientUpdater--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------TaskReboot----------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
       17.04.2042 15:05 Service Sleeping for 73 seconds
       17.04.2042 15:06 Main Overriding exception handling
       17.04.2042 15:06 Main Bootstrapping Zazzles
       17.04.2042 15:06 Controller Initialize
       17.04.2042 15:06 Controller Start
      
       17.04.2042 15:06 Service Starting service
       17.04.2042 15:07 Bus Became bus server
       17.04.2042 15:07 Bus Emmiting message on channel: Status
       17.04.2042 15:07 Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:07 Client-Info Version: 0.11.12
       17.04.2042 15:07 Client-Info OS:      Windows
       17.04.2042 15:07 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:07 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:07 Middleware::Communication ERROR: Could not download file
       17.04.2042 15:07 Middleware::Communication ERROR: Unable to connect to the remote server
       17.04.2042 15:07 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:07 Middleware::Authentication ERROR: The system cannot find the file specified.
      
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:07 Client-Info Version: 0.11.12
       17.04.2042 15:07 Client-Info OS:      Windows
       17.04.2042 15:07 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:09 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:09 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:09 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:09 Client-Info Version: 0.11.12
       17.04.2042 15:09 Client-Info OS:      Windows
       17.04.2042 15:09 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:11 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:11 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:11 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:11 Client-Info Version: 0.11.12
       17.04.2042 15:11 Client-Info OS:      Windows
       17.04.2042 15:11 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:13 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:13 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:13 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:13 Client-Info Version: 0.11.12
       17.04.2042 15:13 Client-Info OS:      Windows
       17.04.2042 15:13 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:15 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:15 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:15 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
      
      
       17.04.2042 15:15 Middleware::Communication URL: http://172.19.180.130/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       17.04.2042 15:15 Middleware::Response Success
       17.04.2042 15:15 Middleware::Communication URL: http://172.19.180.130/fog/management/index.php?sub=requestClientInfo&mac=F4:39:09:05:5D:F9&newService&json
       17.04.2042 15:15 Middleware::Authentication Waiting for authentication timeout to pass
      
      posted in FOG Problems
      M
      Mightmar
    • RE: New computers- no configuration methods succedeed

      I got a new problem now after solving the issue from the subject, previous models now cannot join the domain while imaging with previously working images. I am not sure it could be because of the new bootloader ipxe.kpxe ? Updated kernels or tftboot files (undionly.kpxe, undionly.kkpxe, ipxe.kpxe, ipxe.efi?
      Computer is not receiving designed name in registration, still have random Desktop-xxxxx . I copied some of fog. log below:

      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:02 Client-Info Client Version: 0.11.12
       17.04.2042 15:02 Client-Info Client OS:      Windows
       17.04.2042 15:02 Client-Info Server Version: 1.4.4
       17.04.2042 15:02 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:02 Middleware::Response ERROR: Object reference not set to an instance of an object.
       17.04.2042 15:02 Service Sleeping for 151 seconds
       17.04.2042 15:05 Middleware::Communication URL: http://172.19.180.130/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       17.04.2042 15:05 Middleware::Response Success
       17.04.2042 15:05 Middleware::Communication URL: http://172.19.180.130/fog/management/index.php?sub=requestClientInfo&mac=F4:39:09:05:5D:F9&newService&json
       17.04.2042 15:05 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:05 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:05 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:05 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
       17.04.2042 15:05 Middleware::Response Success
       17.04.2042 15:05 Middleware::Communication URL: http://172.19.180.130/fog/service/getversion.php?clientver&newService&json
       17.04.2042 15:05 Middleware::Communication URL: http://172.19.180.130/fog/service/getversion.php?newService&json
      
       17.04.2042 15:05 Service Creating user agent cache
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ---------------------------------ClientUpdater--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------TaskReboot----------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:05 Client-Info Client Version: 0.11.12
       17.04.2042 15:05 Client-Info Client OS:      Windows
       17.04.2042 15:05 Client-Info Server Version: 1.4.4
       17.04.2042 15:05 Middleware::Response ERROR: Unable to get subsection
       17.04.2042 15:05 Middleware::Response ERROR: Object reference not set to an instance of an object.
       17.04.2042 15:05 Service Sleeping for 73 seconds
       17.04.2042 15:06 Main Overriding exception handling
       17.04.2042 15:06 Main Bootstrapping Zazzles
       17.04.2042 15:06 Controller Initialize
       17.04.2042 15:06 Controller Start
      
       17.04.2042 15:06 Service Starting service
       17.04.2042 15:07 Bus Became bus server
       17.04.2042 15:07 Bus Emmiting message on channel: Status
       17.04.2042 15:07 Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:07 Client-Info Version: 0.11.12
       17.04.2042 15:07 Client-Info OS:      Windows
       17.04.2042 15:07 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:07 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:07 Middleware::Communication ERROR: Could not download file
       17.04.2042 15:07 Middleware::Communication ERROR: Unable to connect to the remote server
       17.04.2042 15:07 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:07 Middleware::Authentication ERROR: The system cannot find the file specified.
      
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:07 Client-Info Version: 0.11.12
       17.04.2042 15:07 Client-Info OS:      Windows
       17.04.2042 15:07 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:09 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:09 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:09 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:09 Client-Info Version: 0.11.12
       17.04.2042 15:09 Client-Info OS:      Windows
       17.04.2042 15:09 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:11 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:11 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:11 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:11 Client-Info Version: 0.11.12
       17.04.2042 15:11 Client-Info OS:      Windows
       17.04.2042 15:11 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:13 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:13 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:13 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       17.04.2042 15:13 Client-Info Version: 0.11.12
       17.04.2042 15:13 Client-Info OS:      Windows
       17.04.2042 15:13 Middleware::Authentication Waiting for authentication timeout to pass
       17.04.2042 15:15 Middleware::Communication Download: http://172.19.180.130/fog/management/other/ssl/srvpublic.crt
       17.04.2042 15:15 Middleware::Authentication ERROR: Could not authenticate
       17.04.2042 15:15 Middleware::Authentication ERROR: Value cannot be null.
      Parameter name: authority
      
      
       17.04.2042 15:15 Middleware::Communication URL: http://172.19.180.130/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       17.04.2042 15:15 Middleware::Response Success
       17.04.2042 15:15 Middleware::Communication URL: http://172.19.180.130/fog/management/index.php?sub=requestClientInfo&mac=F4:39:09:05:5D:F9&newService&json
       17.04.2042 15:15 Middleware::Authentication Waiting for authentication timeout to pass
      
      posted in FOG Problems
      M
      Mightmar
    • RE: New computers- no configuration methods succedeed

      @george1421 Issue is solved by editing option 67 on dhcp server, works with ipxe.kpxe! thank you very much for the help!

      posted in FOG Problems
      M
      Mightmar
    • RE: New computers- no configuration methods succedeed

      @george1421 Dumb switch didn’t help, I will try with changing dhcp boot loader, but need to do it with the network team, I will come back with the result, Thank you!

      posted in FOG Problems
      M
      Mightmar
    • RE: New computers- no configuration methods succedeed

      @Sebastian-Roth

      • so I did exchange files you mentioned, undionly.kkpxe, undionly.kpxe and ipxe.pxe from https://github.com/FOGProject/fogproject/tree/master/packages/tftp
        did not solve the problem, even after fog reboot.

      • we are using local dns server, fog is not dhcp server. I did not find this file either. Fog is on Centos.

      posted in FOG Problems
      M
      Mightmar
    • RE: New computers- no configuration methods succedeed

      @Sebastian-Roth

      • it is old, but it was working fine till now.

      • Yes, it is connected to ethernet, just added wifi card to ticket because is one of the new things from previous computers specs, I thought might be helpful.

      • Lately I upgraded Kernel, which file I should upgrade now? All of them?

      • where do I do that?

      thank you very much for help!

      posted in FOG Problems
      M
      Mightmar
    • New computers- no configuration methods succedeed

      fog issue.jpg

      Met with this issue on new computers with AMD processors and wifi cards
      AMD Ryzen5 PRO 3400G 4C 65W APU
      Intel Wi-Fi 6 AX200 ax 2x2 non-vPro +Bluetooth 5 WW

      fog version is 1.4.4

      I did read few cases here with same error, is this other way that switching to UEFI from legacy ?
      Need some tips, thank you!

      posted in FOG Problems
      M
      Mightmar
    • RE: Issue with EliteBook 830 G6 not receving DHCP

      @george1421 I found that my previous image which I used on Elitebook g5s is having diffrent ethernet driver, its issue with image. I test it on diffrent computer its installed correct. Please disregard my question.

      posted in Hardware Compatibility
      M
      Mightmar
    • RE: Issue with EliteBook 830 G6 not receving DHCP

      @george1421 I might be too fast with this, it starts imaging, install windows and stops with no Ethernet and diffrent Hostname instead plgdlp010 its plgdpcXX10. Is that issue with image ? or connected to change of kernel ?

      posted in Hardware Compatibility
      M
      Mightmar
    • RE: Issue with EliteBook 830 G6 not receving DHCP

      @george1421 Thank you very much for this, its solved my issue. Its worked and laptop is succesfully imaging.

      posted in Hardware Compatibility
      M
      Mightmar
    • 1
    • 2
    • 3
    • 2 / 3