CKB:Cryptshare Server running on Hyper V is not available: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
(Imported from text file)
 
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
== Symptom: ==
== Symptom: ==
Cryptshare Server is not available in web browser and over SSH connection. On the console multiple errors are shown
Cryptshare Server is not available in web browser and over SSH connection. On the console multiple errors are shown
[[File:65673087.png]]
[[File:65673087.png]]


Zeile 26: Zeile 27:
* type '''reboot''' to restart the VM
* type '''reboot''' to restart the VM
* after the restart try to connect via SSH again
* after the restart try to connect via SSH again
-----
==    ==

Version vom 14. Januar 2022, 15:01 Uhr


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

65673087.png

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