pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Progress on tailscale on NetBSD (plus $ available)



Been hammering the new tailscale package "in production" (which is to
say using it as a preferred transport for a selection of remote access
and deploy actions), and noticed three cases similar to the below when
running a moderate sized rsyncs across tailscale (~50M changed out
of~180M)

client_loop: ssh_packet_write_poll: Connection to 100.82.213.3 port
22: Address family not supported by protocol family
rsync: [sender] write error: Broken pipe (32)
rsync error: unexplained error (code 255) at io.c(849) [sender=3.4.1]

This is between a NetBSD-amd64 and some Ubuntu 24.04 hosts running
1.96.4. Restarting the process completed the rsync in each case.

Previous transport for this was wireguard-go with a Ubuntu 22.04 host
acting as a wireguard relay. I have had that case rarely go into a
state where all traffic would stop and even restarting wireguard-go
would not recover, so there *could* be a common cause and tailscale is
just better at handling some "bad state"

David



On Mon, 27 Apr 2026 at 12:19, David Brownlee <abs%absd.org@localhost> wrote:
>
> On Wed, 22 Apr 2026 at 20:55, Kevin Bloom <ktnb%netbsd.org@localhost> wrote:
> >
> > I've committed another update that fixes the unprivileged user issue, the
> > pining of loopback issue, and the health check error (not sure if anyone
> > saw that one or not). Please give it a go and let me know how it works!
>
> It works... oh, how it works :)
>
> I've been running without "-tun userspace-networking" in
> /etc/rc.d/tailscaled for a day or so and everything Just Works.
>
> I have two questions:
>
> a) Does PayPal work for you? :-p
> b) Does this seem eligible for pulling into main pkgsrc?
>
> Thanks!
>
> David


Home | Main Index | Thread Index | Old Index