Your message dated Sun, 09 Mar 2025 23:41:39 +0000
with message-id <[email protected]>
and subject line Bug#1090753: fixed in miniupnpd 2.3.7-2
has caused the Debian Bug report #1090753,
regarding miniupnpd-nftables: fails to start: nft_init.sh logic check failure
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1090753: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090753
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: miniupnpd-nftables
Version: 2.3.7-1
Severity: grave
Justification: renders package unusable
Dear Maintainer,
miniupnpd stopped working so I had another poke at it--the nft_init.sh script
opens with a check
to see if $TABLE exists in nft rules, but $TABLE is defined as filter in
miniupnpd_functions.sh
This will always fail the check because the filter table is where everything
goes so anybody who's
using nftables for anything will have it already.
Not sure why it's broken now because I don't think any of these files have
changed recently but
it sure is.
I commented that check out and miniupnpd seems to work again (or at least it
runs and adds chains
to nftables).
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.3-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages miniupnpd-nftables depends on:
ii libc6 2.40-4
ii libmnl0 1.0.5-3
ii libnftnl11 1.2.8-1
ii miniupnpd 2.3.7-1
miniupnpd-nftables recommends no packages.
miniupnpd-nftables suggests no packages.
-- Configuration Files:
/etc/miniupnpd/nft_init.sh changed:
. "$(dirname "$0")/miniupnpd_functions.sh"
echo "Creating nftables structure"
cat > /tmp/miniupnpd.nft <<EOF
table inet $TABLE {
chain forward {
type filter hook forward priority 0;
policy accept;
# miniupnpd
jump $CHAIN
# Add other rules here
}
# miniupnpd
chain $CHAIN {
}
EOF
if [ "$TABLE" != "$NAT_TABLE" ]
then
cat >> /tmp/miniupnpd.nft <<EOF
}
table inet $NAT_TABLE {
EOF
fi
cat >> /tmp/miniupnpd.nft <<EOF
chain prerouting {
type nat hook prerouting priority -100;
policy accept;
# miniupnpd
jump $PREROUTING_CHAIN
# Add other rules here
}
chain postrouting {
type nat hook postrouting priority 100;
policy accept;
# miniupnpd
jump $POSTROUTING_CHAIN
# Add other rules here
}
chain $PREROUTING_CHAIN {
}
chain $POSTROUTING_CHAIN {
}
}
EOF
$NFT -f /tmp/miniupnpd.nft
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: miniupnpd
Source-Version: 2.3.7-2
Done: Yangfl <[email protected]>
We believe that the bug you reported is fixed in the latest version of
miniupnpd, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yangfl <[email protected]> (supplier of updated miniupnpd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 08 Mar 2025 00:07:52 +0800
Source: miniupnpd
Architecture: source
Version: 2.3.7-2
Distribution: unstable
Urgency: medium
Maintainer: Thomas Goirand <[email protected]>
Changed-By: Yangfl <[email protected]>
Closes: 1066874 1090753 1095264
Changes:
miniupnpd (2.3.7-2) unstable; urgency=medium
.
* Add netfilter_nft/README.md as doc (Closes: #1095264).
* Suggest users to edit config files before starting the daemon
(Closes: #1066874, #1090753).
* Bump Standards-Version to 4.7.2.
Checksums-Sha1:
041a2f23a45cad27a91b8cc8158b4ddb98dc7723 2421 miniupnpd_2.3.7-2.dsc
c491b053669dc637870ab8fa563b1d10371dd66d 265329 miniupnpd_2.3.7.orig.tar.gz
b60d0f58f3322367ea4e93135816adf744cc8262 801 miniupnpd_2.3.7.orig.tar.gz.asc
69127a1ae205b657545c982ef98fe3d27e5decf9 28580 miniupnpd_2.3.7-2.debian.tar.xz
a1c62cd2a8c9cb9444735c5310c5f228a38c98e1 7205 miniupnpd_2.3.7-2_amd64.buildinfo
Checksums-Sha256:
9a1985b98c31f342f5f8850d227bc66c3b6d9396cf1c13b737d6a61254f9d716 2421
miniupnpd_2.3.7-2.dsc
fbdd5501039730f04a8420ea2f8f54b7df63f9f04cde2dc67fa7371e80477bbe 265329
miniupnpd_2.3.7.orig.tar.gz
7eb96d8a405113f7eb50b47a70fe478fc093baf7d92b52e6822ea80011acd38e 801
miniupnpd_2.3.7.orig.tar.gz.asc
be481fd2c2ffedc90092633c2af42edf178049f792646ab82bad43e0d16751f5 28580
miniupnpd_2.3.7-2.debian.tar.xz
f3f7a87f617f7a80558f393d122ec9fb0d670631060ba7e5483c1105409c988c 7205
miniupnpd_2.3.7-2_amd64.buildinfo
Files:
a1d7c0c42c04504416991e54378d1b2a 2421 net optional miniupnpd_2.3.7-2.dsc
43eb970e34ecbb402785d29a1a6c85a2 265329 net optional
miniupnpd_2.3.7.orig.tar.gz
0319bbf51c80f94ebeb6c09499c80715 801 net optional
miniupnpd_2.3.7.orig.tar.gz.asc
a9e7c7a794895d7017bbfe84219f808e 28580 net optional
miniupnpd_2.3.7-2.debian.tar.xz
9c375274d732edf439b47c5f070f02d0 7205 net optional
miniupnpd_2.3.7-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmfOHoEACgkQwpPntGGC
Ws4fjg//WoyqbzoTkSWG5/P7h5/tXoAAqXl9zUQe2Wup6FpdAB4+Yv5tO3/acu7b
ljW+aNSCW09EbWckTSXwD+PRjd4Ur+l+Kq7jpQsE6rWZrAKhTS9qBblm5SWZzplv
QJOlYDH0SOxpxm6BXY2VwSanKEwy3NXJ2mjE/HRTip6ImumDvvgxARtG7n8WVHEm
cfXaWEQx1ZFbJ+sZtEKUXv0Ifzaqa3b+oX30FyOi+ghNd++8ZefeOWZRXzd7flvi
EVHze00AB/+Cx3XXFlYiEciSHPxoS5adwcmIzEY0a43FhkDulN12akb9kUf9nHp3
w7nxBKmp/RbAQKBlBMkJLHuQzRH+nsjHrm/STWWpqu3d56+kUN/yUPhWSnle8s/F
2JkHH2Ai0eJftBryXml4zxV1Rp3KkvU4rtci8arAgROeHrvUDbSTb8xQRMMI19Mf
Fmas1fwgpbwxhfvFvQLJ3FoyGXA//adzTsTN0FQGvFS9NNQ0LjAZkfPKdmGNCXeO
p1Va02XkwSLpzfMKKkurBZQAj7zUP4sqQUOrjpO6APwPk3pKPfgn3XALkOCuY91T
dfBniEGRUxyJKoI5LV+g7ldgNGsqKB7IgdwCAmqyy9u37le8joEiHaskdFBv/L8u
76Ali0EaHqAaVcT78bjOSXuY8W2oxXlBV6+75K4K3j8IQQq3r2c=
=keI8
-----END PGP SIGNATURE-----
pgpbp5a2yQVYe.pgp
Description: PGP signature
--- End Message ---