* [ISSUE] tailscale: `ip6tables` error using linux-6.6.58_1
@ 2024-11-02 15:19 invakid404
2024-11-02 15:21 ` invakid404
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: invakid404 @ 2024-11-02 15:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]
New issue by invakid404 on void-packages repository
https://github.com/void-linux/void-packages/issues/52886
Description:
### Is this a new report?
Yes
### System Info
Void 6.6.58_1 x86_64 AuthenticAMD uptodate rrrrmmnFFFFF
### Package(s) Affected
tailscale-1.76.3_1 linux-6.6_1
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
https://github.com/tailscale/tailscale/issues/13863
### Expected behaviour
All Tailscale features should work with Linux 6.6.58_1.
### Actual behaviour
Certain Tailscale features (subnet routing, MagicDNS) don't work when running Linux 6.6.58_1.
### Steps to reproduce
1. Ensure you are running `linux-6.6.58_1`
2. Install and configure `tailscale`.
3. Run `tailscale status` and observe the following warning:
```
# Health check:
# - adding [-i tailscale0 -j MARK --set-mark 0x40000/0xff0000] in v6/filter/ts-forward: running [/usr/bin/ip6tables -t filter -A ts-forward -i tailscale0 -j MARK --set-mark 0x40000/0xff0000 --wait]: exit status 2: Warning: Extension MARK revision 0 not supported, missing kernel module?
ip6tables v1.8.10 (legacy): MARK: bad value for option "--set-mark", or out of range (0-4294967295).
```
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tailscale: `ip6tables` error using linux-6.6.58_1
2024-11-02 15:19 [ISSUE] tailscale: `ip6tables` error using linux-6.6.58_1 invakid404
@ 2024-11-02 15:21 ` invakid404
2024-11-04 4:02 ` classabbyamp
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: invakid404 @ 2024-11-02 15:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 620 bytes --]
New comment by invakid404 on void-packages repository
https://github.com/void-linux/void-packages/issues/52886#issuecomment-2453021690
Comment:
The Tailscale issue linked above contains all the necessary context, but to summarize:
- The issue is caused by https://github.com/torvalds/linux/commit/0bfcb7b71e735560077a42847f69597ec7dcc326
- Users have confirmed that applying the following [patch](https://lore.kernel.org/all/20241019-xtables-typos-v3-1-66dd2eaacf2f@0upti.me/) resolves the issue
- Linux 6.6.59 is supposed to contain the fix already, so upgrading to it should be sufficient to resolve this issue
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tailscale: `ip6tables` error using linux-6.6.58_1
2024-11-02 15:19 [ISSUE] tailscale: `ip6tables` error using linux-6.6.58_1 invakid404
2024-11-02 15:21 ` invakid404
@ 2024-11-04 4:02 ` classabbyamp
2024-11-04 6:25 ` invakid404
2024-11-04 6:25 ` [ISSUE] [CLOSED] " invakid404
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-11-04 4:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/issues/52886#issuecomment-2453786677
Comment:
should be fixed by bd52cd2a8e6bc58953a8a5ddb7eb6f58640c8f5c, can you confirm?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tailscale: `ip6tables` error using linux-6.6.58_1
2024-11-02 15:19 [ISSUE] tailscale: `ip6tables` error using linux-6.6.58_1 invakid404
2024-11-02 15:21 ` invakid404
2024-11-04 4:02 ` classabbyamp
@ 2024-11-04 6:25 ` invakid404
2024-11-04 6:25 ` [ISSUE] [CLOSED] " invakid404
3 siblings, 0 replies; 5+ messages in thread
From: invakid404 @ 2024-11-04 6:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
New comment by invakid404 on void-packages repository
https://github.com/void-linux/void-packages/issues/52886#issuecomment-2453907059
Comment:
> should be fixed by [bd52cd2](https://github.com/void-linux/void-packages/commit/bd52cd2a8e6bc58953a8a5ddb7eb6f58640c8f5c), can you confirm?
Yep, it works with 6.6.59. Thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ISSUE] [CLOSED] tailscale: `ip6tables` error using linux-6.6.58_1
2024-11-02 15:19 [ISSUE] tailscale: `ip6tables` error using linux-6.6.58_1 invakid404
` (2 preceding siblings ...)
2024-11-04 6:25 ` invakid404
@ 2024-11-04 6:25 ` invakid404
3 siblings, 0 replies; 5+ messages in thread
From: invakid404 @ 2024-11-04 6:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]
Closed issue by invakid404 on void-packages repository
https://github.com/void-linux/void-packages/issues/52886
Description:
### Is this a new report?
Yes
### System Info
Void 6.6.58_1 x86_64 AuthenticAMD uptodate rrrrmmnFFFFF
### Package(s) Affected
tailscale-1.76.3_1 linux-6.6_1
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
https://github.com/tailscale/tailscale/issues/13863
### Expected behaviour
All Tailscale features should work with Linux 6.6.58_1.
### Actual behaviour
Certain Tailscale features (subnet routing, MagicDNS) don't work when running Linux 6.6.58_1.
### Steps to reproduce
1. Ensure you are running `linux-6.6.58_1`
2. Install and configure `tailscale`.
3. Run `tailscale status` and observe the following warning:
```
# Health check:
# - adding [-i tailscale0 -j MARK --set-mark 0x40000/0xff0000] in v6/filter/ts-forward: running [/usr/bin/ip6tables -t filter -A ts-forward -i tailscale0 -j MARK --set-mark 0x40000/0xff0000 --wait]: exit status 2: Warning: Extension MARK revision 0 not supported, missing kernel module?
ip6tables v1.8.10 (legacy): MARK: bad value for option "--set-mark", or out of range (0-4294967295).
```
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-04 6:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-02 15:19 [ISSUE] tailscale: `ip6tables` error using linux-6.6.58_1 invakid404
2024-11-02 15:21 ` invakid404
2024-11-04 4:02 ` classabbyamp
2024-11-04 6:25 ` invakid404
2024-11-04 6:25 ` [ISSUE] [CLOSED] " invakid404
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).