Release Notes

Anyware Connector (RHEL and Rocky Linux) 24.10.6

Version 24.10.5 of the Anyware Connector (RHEL/Rocky Linux) contains bug fixes and stability enhancements. 

Resolved Issues

Issues with Security Gateway

24.10.5
232366

An intermittent issue caused the Security Gateway to crash and terminate active PCoIP connections. This issue has now been fixed.

Anyware Connector Incorrectly Configured Anyware Manager Installable Certificate

24.10.5
232552

Anyware Connector misconfigured the Anyware Manager Installable certificate, leading to a communication failure between some containers (ADSync, RWTelemetry, and Healthstatus) and Anyware Manager. This issue has now been fixed.

Known Issues

Issues with Generating Support Bundles

24.10
233214

Because Boot and Minimal ISO images on Rocky Linux 9 do not include the TAR package (unlike version 8), some customers will encounter issues, since Anyware Connector will not be able to generate support bundles. Customers who install DVD ISO (for example) will not be affected.

  • To fix this issue, run the following command:
    dnf install tar -y

In future versions, if the TAR package is missing on the host system, it will be installed automatically during installation.

In-place Upgrade Issues for Pre-Configuration Service Connectors

24.10
233023

In-place upgrades of Anyware Connector installed before the Configuration Service was added prevent the activation of the Configuration Service. This happens because the service account associated with the Connector does not have the required privileges. In this scenario, you have two options:

  • Disable the Push configuration service by running the following command: 
    anyware-connector configure -enable-configuration-service=false
  • Recreate the AWM Service account by getting a new Connector token: 
    anyware-connector configure --token 
    After recreating the account, you should be able to activate and use the Configuration Service without any issues.