Libre Office creating excessive tmp files: Difference between revisions

No edit summary
Line 1: Line 1:
=== <h1>Libre Office creating excessive tmp files</h1> ===
= Libre Office creates excessive tmp files =
<hr>
<hr>
<br>


<h2> Problem: </h2>
== Problem: ==


Disk space issue because of directory - /opt/zimbra/data/tmp/libreoffice contains many sub-directories and each of them has large size of tmp files which are causing disk space issue.
Directory /opt/zimbra/data/tmp/libreoffice fills up, which ends up causing disk space issues.  


<h2> Solution: </h2>
== Solution: ==


Zimbra use the liberoffice for the high fidelity document preview and this issue caused by libreoffice packages. <br>
Zimbra uses Liberoffice for the high fidelity document preview, and this issue is caused by the Libreoffice packages.
For space issue we can safely delete/move these tmp files. Re-install the libreoffice packages (OS level) from the server and then restart the zimbra services resolve this issue.
The /opt/zimbra/data/tmp/libreoffice contains many sub-directories and each of them has large tmp files which end up taking a lot of space.


'''For example - '''
For an immediate fix, we can safely delete/move these tmp files.
After that, re-install the libreoffice packages from the server and then restart the zimbra services resolve this issue.
 
First remove the packages (Run the following as root):
  yum remove libreoffice  
  yum remove libreoffice  
  yum remove libreoffice-headless  
  yum remove libreoffice-headless  


And then re-install -
Then re-install them:
  yum install libreoffice  
  yum install libreoffice  
  yum install libreoffice-headless  
  yum install libreoffice-headless  


And finally restart the services:
  su - zimbra  
  su - zimbra  
  zmcontrol restart
  zmcontrol restart

Revision as of 09:32, 11 April 2018

Libre Office creates excessive tmp files


Problem:

Directory /opt/zimbra/data/tmp/libreoffice fills up, which ends up causing disk space issues.

Solution:

Zimbra uses Liberoffice for the high fidelity document preview, and this issue is caused by the Libreoffice packages. The /opt/zimbra/data/tmp/libreoffice contains many sub-directories and each of them has large tmp files which end up taking a lot of space.

For an immediate fix, we can safely delete/move these tmp files. After that, re-install the libreoffice packages from the server and then restart the zimbra services resolve this issue.

First remove the packages (Run the following as root):

yum remove libreoffice 
yum remove libreoffice-headless 

Then re-install them:

yum install libreoffice 
yum install libreoffice-headless 

And finally restart the services:

su - zimbra 
zmcontrol restart



Submitted by: Sourabh Bhushan

Jump to: navigation, search