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 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 ...
Appliance is not available after upgrading to openSUSE 13.2
Applies to: Cryptshare Appliance with openSUSE 13.2 Symptom: After updating the Operating System of the Cryptshare Appliance from openSUSE 13.1 to 13.2 the Server cannot be reached via the network any longer. Cause: The appropriate network route is ...
Installing available OS update is declined because of low disk space
Applies to Cryptshare Virtual Appliance with openSUSE 42.1 Symptom When checking for an OS update via the Administration Interface, a message says that at least 1 GB of free space is required even though there is more than 1 GB available on the ...