Cryptshare Server running on Hyper V is not available -
Applies to
All versions of Cryptshare Server running on Hyper-V.
Symptom
Cryptshare Server is not available in web browser and over SSH connection. On the console multiple errors are shown
Cause
File permissions have been changed on the file system.
Solution
Please follow the instructions:
- create a snapshot of your VM
- log in as root on the console
- run the following commands, to reset permissions and owners to default settings for each installed package
for p in $(rpm -qa); do rpm --setperms $p; done
for p in $(rpm -qa); do rpm --setugids $p; done
It will take a couple of minutes and a lot of messages about missing permissions and files will be shown, but please ignore these messages.
- run following commands to change permissions for Cryptshare service
chmod 755 /etc/init.d/cryptshare
- type reboot to restart the VM
- after the restart try to connect via SSH again
Related Articles
Migrating Cryptshare
Applies to: All versions of Cryptshare Server Purpose: This article guides you through a Cryptshare Server migration. Solution: Be sure that your Cryptshare Server is running at least version 4.3.0 before proceeding. If not, please update as ...
Running Cryptshare in headless mode
Applies to: All versions of Cryptshare Server Symptom: Cryptshare fails to send/generate emails and reports an error related to the java.awt.Color class. cryptshare.log java.lang.NoClassDefFoundError: Could not initialize class java.awt.Color Cause: ...
The Cryptshare Server does not receive updates
Applies to All versions of Cryptshare Server Symptom The host on which Cryptshare is installed does have access to the internet but Cryptshare still cannot find any updates although a new version is available. Cause The Cryptshare Server cannot ...
The Cryptshare Server becomes unresponsive under high load.
Applies to: All versions of Cryptshare Server Symptom: The Cryptshare Server responds slowly when it is used by a large amount of users at a time. Cause: The Cryptshare Server tries to respond to all requests but cannot answer the requests faster ...
Cryptshare doesn't start after rollback to previous version
Applies to: All versions of Cryptshare Server Symptom: After rolling back to a previous version the Cryptshare Server is not available. Cause: The Java installation folder has not been restored. Solution: There are three approaches to restore Java: ...