Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Packages
Status Assigned
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Description:

```
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

Comment by Eric Wang (enihcam) - Tuesday, 04 April 2023, 19:46 GMT
it might be a bug. i filed an upstream issue: https://github.com/miniupnp/miniupnp/issues/652
Comment by Eric Wang (enihcam) - Wednesday, 05 April 2023, 17:46 GMT

Loading...