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

# sk172827 - Security Gateway becomes very unresponsive after some days

| Property | Value |
|----------|-------|
| Solution ID | sk172827 |
| Date Created | 2021-03-31 |
| Last Modified | 2022-09-19 |
| Technical Level | General |
| Products | Security Gateway |
| Versions | R81.20, R81.10 (EOS), R81 (EOS) |

## Symptoms

- * The Security Gateway becomes unresponsive after some days. To regain a stable Security Gateway, it is necessary to reboot the Gateway.

* */var/log/messages* shows:

  * snmpd: queryHWSensorData: Could not retrieve data from the config database
  * kernel: nuvoton GPIO: I/O address 0x002e already in use
  * unable to read from nuvoton_gpio driver module

  <br />

* The command ``ls -l /proc/`pidof confd`/fd`` results in this output:


  `o lr-x------. 1 admin root 64 Mar 24 19:35 537 -> /sys/devices/virtual/misc/gpio-nuvoton/input`

## Cause

Each time there is a call for `/sys/devices/virtual/misc/gpio-nuvoton/input`, it is not released, and eventually `confd` reaches the limits of the file descriptor and is blocked from calling a different command.

<br />

## Solution

This problem was fixed. The fix is included in:

* [Check Point R81.10](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk170416)
* [Jumbo Hotfix Accumulator for R81](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk170114) starting from Take 42
* [Jumbo Hotfix Accumulator for R80.40](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk165456) starting from Take 119
* [Jumbo Hotfix Accumulator for R80.30](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk153152) starting from Take 237

If you choose not to upgrade, Check Point can supply a **Hotfix** . [Contact Check Point Support](https://www.checkpoint.com/support-services/contact-support/) to get a Hotfix for this issue.  
A Support Engineer will make sure the Hotfix is compatible with your environment before providing the Hotfix.  
For faster resolution and verification, please collect [CPinfo files](http://supportcontent.checkpoint.com/solutions?id=sk92739) from the Security Management Server and Security Gateways involved in the case.

**Hotfix installation instructions:**   
Refer to [sk168597 - How to install a Hotfix](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk168597).
**Workaround (Optional):**

1. Run `[Expert@admin]# vi /etc/appliance_config.xml`
2. Change these values:
   1. \<power_supply_monitor_supported\>**Yes**\</power_supply_monitor_supported\>
   To:
   2. \<power_supply_monitor_supported\>**No**\</power_supply_monitor_supported\>
3. Reboot the Security Gateway.  

   **Note:** Changing the value in"power_supply_monitor_supported" from **Yes** to **No** stops the making of calls, which in turn, prevents this issue.

---

# 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
