mirror of
https://github.com/4IceG/luci-app-ports-status-mod.git
synced 2026-04-28 12:25:51 +03:00
[GH-ISSUE #1] Plugin cannot create port configuration file due to /etc permissions warning #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IceBingQI on GitHub (Mar 9, 2026).
Original GitHub issue: https://github.com/4IceG/luci-app-ports-status-mod/issues/1
After compiling a certain plugin into the OpenWrt firmware, the following warnings appear at runtime:
Warning: Could not create port configuration file. Port customizations will not be saved. Check /etc directory permissions
Cannot make config file writable. Check /etc permissions.
This prevents port customizations from being saved, breaking normal functionality of the plugin. The issue seems to be related to the plugin attempting to write to /etc but failing due to permission or filesystem layout.
Environment
OpenWrt version: 24.10.5 and mainline
Plugin version: 1.0.5
Screenshot
Warning: Could not create port configuration file. Port customizations will not be saved. Check /etc directory permissions


Cannot make config file writable. Check /etc permissions.
Thank you for looking into this issue! Please let me know if you need more details.