From 0853dd64cbd0a2be01c2c57272f6da7f8ebbbb53 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 2 Jan 2023 14:12:15 +0100 Subject: [PATCH] README.md - added known issue for error on releasing leases on windows shutdown --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 590c37b..6597c19 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,19 @@ Dec 20 17:53:34 ubuntu-grid-server nvidia-gridd[10354]: License acquired success +### Error on releasing leases on shutdown + +The driver wants to release current leases on shutting down windows. This endpoint needs to be a http endpoint and +is currently not implemented. The error message looks like and safely can be ignored (since we have no license +limitation :P): + +``` +<1>:NLS initialized +<1>:License acquired successfully. (Info: 192.168.178.110, NVIDIA RTX Virtual Workstation; Expiry: 2023-3-30 23:0:22 GMT) +<0>:Failed to return license to 192.168.178.110 (Error: Generic network communication failure) +<0>:End Logging +``` + # Credits Thanks to vGPU community and all who uses this project and report bugs.