Disabling mounting of tmp to tmpfs
Applies to:
All versions of Cryptshare Appliance
Symptom:
The Cryptshare transfer cannot be finished due to the missing free disk space.
Cause:
The temporary directory /tmp is mounted to tmpfs
cryptshare:~ # df -h
Filesystem Size Used Avail Use% Mounted on
...
tmpfs 1001M 1.7M 999M 1% /tmp
...
Solution:
- log in as root on the appliance
- run the following commands
/etc/init.d/cryptshare stop
systemctl disable tmp.mount
shutdown -r now
Related Articles
Mounting Windows shared folder
Applies to: All versions of Cryptshare Server Purpose: This is an example on mounting Windows shares on Cryptshare Appliances Solution: 1. log in as root on your appliance 2. install the tool cifs-utils using the following command cifs-utils zypper ...
Temporary Directory No Longer Persistent in openSUSE Leap 16.0
Inhaltsverzeichnis 1 Applies To 2 Problem 3 Cause 4 Solution/Workaround Applies To OpenSUSE upgrade performing from version Leap 15.6 to Leap 16.0. Problem After upgrading to openSUSE Leap 16.0, any files stored in /tmp are permanently deleted on ...
Updating Cryptshare manually
Applies to: Cryptshare Server from version 4.2.x Purpose: This is an example of the possibilities for updating Cryptshare manually. Note that manual updates should only be done if a regular update is not possible! Please make sure you have a working ...
Failed to prepare update
Inhaltsverzeichnis 1 Applies To 2 Problem 3 Cause 4 Solution Applies To In case that you initiate an update from version 6.2.x and encounter problems while preparing the update Problem ERROR UpdateController - Failed to prepare update. ...
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: ...