Yes, it works.
Thanks a lot.
Adrien17
Latest posts made by adrien17
-
FOG service is too long to stop
Hello,
on my clients Linux - Ubuntu 20 and CentOS 7 - when I stop FOGService, it takes exactly 1m30 to stop.
The version on the server is FOG 1.5.8 and the version on the clients is 0.11.19
I have not found any parameter which could explain that long time.
Thanks for your help,
Adrien17 -
RE: I can't install the Fog client on CenOS 8
@Sebastian-Roth said in I can't install the Fog client on CenOS 8:
https://www.mono-project.com/download/stable/#download-lin-centos
Thanks a lot. With this method it works.
-
RE: I can't install the Fog client on CenOS 8
Hum again. The packages that are to be installed are those of CentOS 7, and I should uninstall some packages on my CentOS 8, such as giflib and emacs, in order to install the mono packages…
The repo download.mono-project.com_repo_centos_ does not provide packages for CentOS 8 -
RE: I can't install the Fog client on CenOS 8
Hum. I’m quite sorry, I just see the solution on the Fog wiki; it works
(so you can add CentOS 8 in the list of Linux distros). -
I can't install the Fog client on CenOS 8
To install the Fog client, I used ‘mono SmartInstaller.exe’. But for CentOS 8, the rpm’s mono are now on the repo https://extras.getpagespeed.com/redhat/8/$basearch/
and I must pay to get them -which is not possible in my university.
I have tried to use the command mono that comes from the package of CentOS 7, but it does not work : the messages areUnhandled Exception: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542 at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <1fd744d936be4a229b315d57c3b96c68>:0 at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <1fd744d936be4a229b315d57c3b96c68>:0 at System.TermInfoDriver..ctor (System.String term) [0x00058] in <1fd744d936be4a229b315d57c3b96c68>:0 at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <1fd744d936be4a229b315d57c3b96c68>:0 at System.ConsoleDriver..cctor () [0x00062] in <1fd744d936be4a229b315d57c3b96c68>:0 --- End of inner exception stack trace ---
Is there another solution than using mono packages ?
-
RE: CentOS 7 client fails to connect
Okay, now the client gets the information from the server without error and can execute a task launched from the server.
Thanks a lot. -
RE: CentOS 7 client fails to connect
No, there is not the 302 redirect in the log. It’s as if the server receives no demand from the client.
I don’t find the IP address of the client in the other files in /var/log/httpd. -
RE: CentOS 7 client fails to connect
The result is the same:
on the client the message error is again
“Communication ERROR: SSL connection error: System.Security.Cryptography.X509Certificates.X509ChainStatus[]”
and on the server nothing is logged. -
RE: CentOS 7 client fails to connect
@Sebastian-Roth said in CentOS 7 client fails to connect:
wget --no-check-certificate https://fogus/fog/management/other/ssl/srvpublic.crt
The log on the server is:
148.60.3.96 - - [27/Jan/2020:17:02:17 +0100] "GET /fog/management/other/ssl/srvpublic.crt HTTP/1.1" 200 1749 "-" "Wget/1.14 (linux-gnu)"