The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

Hi,

Our server is on Ubuntu Server. So in it installed 1C:Enterprise server 64-bit package.

In "/var/chash/" directory user of 1C:Enterprise service writes in this directory a file named "_opt_1C_v8.3_x86_64_rphost.1001.crash", which size is 515 Mb.

I think it's a crash information of platform.. Is it important file? Can I delete it? Or for what aim his file is used?

 
#2
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Your system will not stop working if you will delete it.

 
#3
People who like this: 0 Yes / 0 No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

So what aims 1C server uses this file?

 
#4
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

In general this file does not belong 1C:Enterprise. This is a crash report file generated by Ubuntu itself.

 
#5
People who like this: 1 Yes / 0 No
Active user
Rating: 6
Joined: Mar 20, 2012
Company: Abaco Soluciones S.A.

We had a problem with such files because they occupied a lot of space, so we had run out of space on the server disk, and now I added to /etc/crontab following line:

Code
0 7 * * * root rm /tmp/core.rphost.*

(we have CentOS). This line deletes crash dumps files everyday at 7 a.m.

In your case corresponding line should be

Code
0 7 * * * root rm /var/crash/_opt_1C_v8.3_x86_64_rphost.*

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)