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

    Posts made by MotD

    • Fog Client Installation - Cannot install CA Certificate - Proxy authentication

      Hello,
      when installing the FOG Client I get the error message the CA certificate cannot be installed. Whereas the certificate is probably not the problem, I can download it manually from FOG this I have tested with Firefoxe, Google Chrome, Edge.

      In the FOGService.installation.log it says then

      04.10.2022 09:05:13 Installer ERROR: Unable to install CA certificate
      04.10.2022 09:05:35 Data::RSA FOG Server CA cert found
      04.10.2022 09:05:35 Data::RSA FOG Server CA cert found
      04.10.2022 09:05:35 Installer FOG server CA cert successfully unpinned
      10/04/2022 09:05:35 Middleware::Communication Download: http://xxxxxxx/fog/management/other/ca.cert.der
      04.10.2022 09:05:36 Middleware::Communication ERROR: Could not download file
      10/04/2022 09:05:36 Middleware::Communication ERROR: The remote server returned an error: (407) Proxy authentication required.
      10/04/2022 09:05:36 Installer Could not download server CA cert from FOG server.
      04.10.2022 09:05:38 Installer ERROR: Unable to install CA certificate
      10/04/2022 09:09:59 Data::RSA ERROR: FOG Server CA NOT found in keystore - needs to be installed
      10/04/2022 09:10:00 Middleware::Communication Download: http://xxx.xxx.xxx.xxx/fog/management/other/ca.cert.der
      04.10.2022 09:10:00 Middleware::Communication ERROR: Could not download file
      10/04/2022 09:10:00 Middleware::Communication ERROR: The remote server returned an error: (407) Proxy authentication required.
      10/04/2022 09:10:00 Installer Could not download server CA cert from FOG server.
      04.10.2022 09:10:01 Installer ERROR: Unable to install CA certificate

      I have internet access with the client without problems, the system settings for the proxy are working.

      Maybe someone has some info for me?

      THX

      posted in FOG Problems
      M
      MotD
    • RE: Service status of FOGServcie cannot be changed after deployment

      @george1421

      my setupcomplete.cmd contains a few commands before the FOGService, like deleting the unattend.xml. Since the files are deleted, I assume that the setupcomplete.cmd is also executed.

      posted in FOG Problems
      M
      MotD
    • RE: Service status of FOGServcie cannot be changed after deployment

      apparently no one has an idea.

      general question, why must the FOGService be deactivated before closing with Sysprep?

      Wouldn’t it also be possible to just stop the service and set it to delayed-auto? Or what is the problem here since the wiki says the service must be disabled bevor sysprep.

      posted in FOG Problems
      M
      MotD
    • RE: FOG and different types of hardware

      @nadachowski

      I also have the drivers copied from the FOGServer to the PC after deployment. If the script does not find the path, because I forgot to create it or it is written incorrectly, I also have the problem.

      Although the actual image was transferred, FOG thinks that it is not complete, although only the drivers are missing.

      Maybe it is similar with you?
      At the end of the deployment come with me still some notes or halt the error message.

      posted in FOG Problems
      M
      MotD
    • Service status of FOGServcie cannot be changed after deployment

      I know this topic has been discussed many times, but I have not found a solution to my problem.

      I have just refueled several PCs with a new image of the latest version of Windows10 Enterprise N 2021 LTSC. Unfortunately, the FOGService is not switched from disabled.

      I am using FOG Server version 1.5.9.151 and FOG Client version 0.12.1.

      In audit mode I have created the file setupcomplete.cmd under C:\Windows\Setup\Scripts, since it contains other commands to clean up I know this will be executed.

      Before closing via Sysprep I have set the FOGService to disabled and via the setupcomplete.cmd the service should later be set back to delayed start which unfortunately does not work. I also tried it with automatic start without delay, as well as without the blank between the start=delayed-auto or start=auto. But this is not the error.

      I tested the command on an installed client and in the normal CMD I get the error:

      [SC] OpenService ERROR 5:
      Access denied
      

      Same by using the net start command.

      Only when I start the CMD with administrator right the command works.

      Has anything changed here with Windows10 in Enterprise?
      I don’t know if it’s important or interesting, but on one of 16 PCs the FOGService wasn’t to be found under the services although the PC was fueled with the same image.

      Here is the content of my setupcomplete.cmd:

      del /Q /F c:\windows\system32\sysprep\unattend.xml
      del /Q /F c:\windows\panther\unattend.xml
      del %0
      sc config FOGService start= delayed-auto
      net start FOGService
      
      posted in FOG Problems
      M
      MotD
    • RE: FOG Database View / Login Problem

      the hint you sent me via chat has solved the problem great.

      thank you very much.

      posted in FOG Problems
      M
      MotD
    • RE: FOG Database View / Login Problem

      @george1421

      Thanks for the quick help.

      A login as root, as described by you, unfortunately does not work. I get the following error message:

      ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: NO)

      Regarding the password during the installation, I was also of the opinion to have saved this correctly, however, I can not log in.

      Is there any way to get the correct username and password?

      posted in FOG Problems
      M
      MotD
    • FOG Database View / Login Problem

      Hi,
      i want to import some PCs via CSV and for this I need the field “osid”. Now I want to look in the database in the table “supportedOS” for the corresponding OSID-Number for Windows10 as described in the documentation.

      But via PHPmyadmin I only get the databases “information_schema” and “phpmyadmin”. With another user I have no access to PHPmyadmin. I suspect that the username I logged in with does not have the necessary rights. But where do I get the correct username and if necessary the password?

      Can anyone help me or give me more information?

      Thanks

      posted in FOG Problems
      M
      MotD
    • RE: Help with Win10 Driver injection

      @george1421 all drivers was installed correct, so my unattended File works. And the FOG with the great Help from you. Many Thanks.

      Next Week i test it with the HP Machines i have, some HP ProDesk 600 G1 and G2, HP ProBooks G2 and G3. The Information from DMI i got todays afternun.

      posted in General Problems
      M
      MotD
    • RE: Help with Win10 Driver injection

      @george1421 Ok, i made it this way you say.
      The result is: 20F10026GE

      The same result from the Way with dmidecode212 under Windows:
      dmidecode212 -s baseboard-product-name
      result: 20F10026GE

      posted in General Problems
      M
      MotD
    • RE: Help with Win10 Driver injection

      @george1421 Ok, thanks i dont know that.
      Sorry i am new on FOG Project and Linux.
      I take all Scripts from your Post, and do not make any changes but the Drivers dont copied to the Client.

      Can i see a Log File about the Image Deploy and the result of the running from the fog.postdownload and fog.drivers Scripts?

      i run a Windows Version of dmidecode called dmidecode212 under the Windows Maschine and get the Result: 20F10026GE from the Lenovo ThinkPad L560. and i create the Folder Structure /images/drivers/20F10026GE/win10/x64

      Under x64 i put all 64Bit Drivers from a SCCM Package for the ThinkPad L560

      posted in General Problems
      M
      MotD
    • RE: Help with Win10 Driver injection

      @THEMCV Right, under /images/postdownloadscripts i have the fog.postdownload, the fog.log and the fog.drivers all File rights set to 755

      But if the Script call the funcs.sh and this file does not exist?

      posted in General Problems
      M
      MotD
    • RE: Help with Win10 Driver injection

      @THEMCV Now i have another Question, i try to run the fog.postdownload script in Terminal.
      And get a Error because i there is no Folder called “/usr/share/fog” with the called funcs.sh Script. The Folder is completly missing.

      I have FOG 1.3.3 installed on a Ubuntu 14.04 LTS.
      Where i get the needed Files?

      posted in General Problems
      M
      MotD
    • RE: Help with Win10 Driver injection

      @THEMCV Many Thanks to you, i’ll read it now and then i try it 🙂

      posted in General Problems
      M
      MotD
    • RE: Help with Win10 Driver injection

      @THEMCV I have taken the Files and Folder Structure from this Thread and dont change anything.
      https://forums.fogproject.org/topic/8889/fog-post-install-script-for-win-driver-injection/2

      Where can i see a Log File or else?
      The Messages on the Client System runs too fast to read it.

      posted in General Problems
      M
      MotD
    • RE: Help with Win10 Driver injection

      I Need some Help with this Scipts.
      I have HP and Lenovo Machines, and i want to test the Driver Injection with a Lenovo ThinkPad L560.

      I dont know if i had all made all required settings, my Drivers dont copied to the Client.

      I have placed the fog.drivers, fog.log and fog.postdownload into /images/postdownloadscripts and set the Files to 755.
      And i have create da drivers Folder into /images with Rights set to 755.

      Under drivers there is a Folder named to the result from “dmidecode -s system-product-name” and the other needet Folders under it.
      Looks like this:
      /images/drivers/20F10026GE/win10/x64

      Under x64 i put all 64Bit Drivers from a SCCM Package for the ThinkPad L560.

      But i think the FOG dont start the Scripts unter /images/postdownloadscripts.
      The Folder C:\Windows\DRV was not created and no Drivers copied.

      Do i have any settings to make so FOG run the Scrips under /images/postdownloadscripts?

      Please can someone help me?

      posted in General Problems
      M
      MotD
    • RE: Fresh install FOG 1.3.4 on Ubuntu Server 16.04.1 LTS Fails

      To Change the IP-Adress, Gateway, DNS etc. modify the File “interfaces” located in /etc/network

      posted in FOG Problems
      M
      MotD
    • RE: Fresh install FOG 1.3.4 on Ubuntu Server 16.04.1 LTS Fails

      i get Error too if i install the Version in Generation 2 Mode under Hyper-V.
      If i try this in Generation 1 Mode i get no Problems.

      posted in FOG Problems
      M
      MotD
    • RE: Fresh Install FOG 1.3.4 white / blank Management Site

      No i get it!

      I change the root password for mysql:
      mysqladmin -u root password ‘mynewpassword’

      Then i chance the File config.class.php locatet in /var/www/fog/lib/fog/ at this line:
      define(‘DATABASE_PASSWORD’,“mynewpassword”);
      But it works not.
      DAMNED

      Now i change the File .fogsettings located in /opt/fog at this line:
      snmysqlpass=‘mynewpassword’
      But it works not.
      DAMNED

      Now i install the Fog 1.3.4 again…
      And now it works with a mysql password 🙂

      Ok its a terrible way and bad and and and…
      But i get it by my own! 😄

      The last Question is if there any Problems with this Workaround in Future?
      Or can i start to use my FOG Server?

      posted in FOG Problems
      M
      MotD
    • RE: Fresh Install FOG 1.3.4 white / blank Management Site

      @Schubi
      Thanks!
      I try the Hints from the Link about Firewall and other. all looks good.

      I dont know if there result any Problems about this way but now it runs.
      I have a fresh Ubuntu 16.04 and installed the FOG 1.3.3 and it works.
      Now i install the Fog 1.3.4 and it works too!
      The Management Website works, and it is Version 1.3.4

      I dont have made any Changes only installd Version 1.3.4 over a working 1.3.3 Version.
      Can someone tell me this Workaround works without Problems in Future?
      Or is there something in Background, i dont see / know and i have Problems when i use the Server for his work?

      Thanks

      posted in FOG Problems
      M
      MotD
    • 1
    • 2
    • 1 / 2