Libre Office creating excessive tmp files: Difference between revisions

(Created page with "=== <h1>Libre Office creating excessive tmp files</h1> === <hr> <br> <h2> Problem: </h2> Disk space issue because of directory - /opt/zimbra/data/tmp/libreoffice contains m...")
 
No edit summary
Line 5: Line 5:
<h2> Problem: </h2>  
<h2> Problem: </h2>  


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 is causing disk space issue.   
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.   


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


Zimbra use the liberoffice for the high fidelity document preview and this issue caused by libreoffice packages. For space issue we can safely delete/move these tmp files.
Zimbra use the liberoffice for the high fidelity document preview and this issue caused by libreoffice packages. <br>
Re-install the libreoffice packages (OS level) from the server and then restart the zimbra services resolve this issue.
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.


'''For example - '''
'''For example - '''
<pre>yum remove libreoffice  
yum remove libreoffice  
yum remove libreoffice-headless  
yum remove libreoffice-headless  
</pre>
 
And then re-install -  
And then re-install -  
<pre>yum install libreoffice  
yum install libreoffice  
yum install libreoffice-headless </pre>
yum install libreoffice-headless  
 
su - zimbra
zmcontrol restart
 
 


<pre>su - zimbra
zmcontrol restart</pre>




Sincerely, <br>
Submitted by:  Sourabh Bhushan
Sourabh Bhushan

Revision as of 10:45, 21 August 2017

Libre Office creating excessive tmp files



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.

Solution:

Zimbra use the liberoffice for the high fidelity document preview and this issue caused by 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.

For example -

yum remove libreoffice 
yum remove libreoffice-headless 

And then re-install -

yum install libreoffice 
yum install libreoffice-headless 
su - zimbra 
zmcontrol restart



Submitted by: Sourabh Bhushan

Jump to: navigation, search