Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#78114 - [miniupnpd] parsing error reading conf file
Attached to Project:
Community Packages
Opened by Eric Wang (enihcam) - Tuesday, 04 April 2023, 19:39 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 05 April 2023, 22:35 GMT
Opened by Eric Wang (enihcam) - Tuesday, 04 April 2023, 19:39 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 05 April 2023, 22:35 GMT
|
DetailsDescription:
``` Apr 05 03:32:49 miniupnpd[423]: MiniUPnP is not compiled with ENABLE_REGEX. Please remove any regex filter and restart. Apr 05 03:32:49 miniupnpd[423]: parsing error file /etc/miniupnpd/miniupnpd.conf line 184 : allow 1024 Apr 05 03:32:49 miniupnpd[423]: Error reading configuration file /etc/miniupnpd/miniupnpd.conf ``` Additional info: * package version(s) > 2.3.3-1 * config and/or log files etc. ``` /etc/miniupnpd $ tail miniupnpd.conf # and end the rule set with "deny 0-65535 0.0.0.0/0 0-65535" # The following default ruleset allows specific LAN side IP addresses # to request only ephemeral ports. It is recommended that users # modify the IP ranges to match their own internal networks, and # also consider implementing network-specific restrictions # CAUTION: failure to enforce any rules may permit insecure requests to be made! # disallow requests whose description string matches the given regex # deny 1024-65535 192.168.1.0/24 1024-65535 "My evil app ver [[:digit:]]*" allow 1024-65535 192.168.0.0/24 1024-65535 deny 0-65535 0.0.0.0/0 0-65535 ``` * link to upstream bug report, if any Steps to reproduce: |
This task depends upon
https://github.com/miniupnp/miniupnp/commit/5ca1a82f7fa9720b0be0fa3e2e7f4612b7192b33