> Source: [sk118319](https://support.checkpoint.com/results/sk/sk118319)

# sk118319 - The /var/log/jail/$FWDIR/log/scrub_cp_file_convertd.elg file is not updated

| Property | Value |
|----------|-------|
| Solution ID | sk118319 |
| Date Created | 2017-06-22 |
| Last Modified | 2017-06-22 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20 |
| OS | Gaia |
| Platform | TE |

## Symptoms

- The `/var/log/jail/$FWDIR/log/scrub_cp_file_convertd.elg` file cannot be updated.

## Cause

Permissions on the *scrub_cp_file_convertd.elg* file prevent the updates.

Normally, that file is updated after running the debug of *scrub_cp_file_convertd* process:

1. Check */var/log/jail/$FWDIR/log/scrub_cp_file_convertd.elg*   

   \[*Expert@Gateway\]# ls -l /var/log/jail/$FWDIR/log/scrub_cp_file_convertd.elg
   -rw-r----- 1 admin nobody 348616 Jun 13 22:00 /var/log/jail//opt/CPsuite-R77/fw1/log/scrub_cp_file_convertd.elg*   

2. Start the debug of scrub_cp_file_convertd process:  

   *\[Expert@Gateway\]# for PROC in $(pgrep cp_file_convert) ; do fw debug $PROC on TDERROR_ALL _ALL=5 ; done 3)*   

3. Stop the debug:  

   *\[Expert@Gateway\]# for PROC in $(pgrep cp_file_convert) ; do fw debug $PROC off TDERROR_ALL_ALL=0 ; done*   

4. Check again (it does not update)  

   *\[Expert@Gateway\]# ls -l /var/log/jail/$FWDIR/log/scrub_cp_file_convertd.elg
   -rw-r----- 1 admin nobody 348616 Jun 13 22:00 /var/log/jail//opt/CPsuite-R77/fw1/log/scrub_cp_file_convertd.elg*

## Solution

This solution requires authentication. Please log in to view the full solution.

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
