Regression #14064
closedUpgrading to 23.01 breaks Tailscale on the SG-3100 on 23.01
0%
Description
Users are reporting that Tailscale will not start/operate on the NetGate SG-3100 appliance after upgrading to pfSense Plus 23.01.
Users are reporting the following output when trying to run tailscale: https://redmine.pfsense.org/issues/13963#note-6
Files
Updated by Scott Bennett over 1 year ago
Exactly the same thing happening here on my SG-3100
Mar 3 07:10:40 php-fpm 27594 /pkg_edit.php: The command '/usr/sbin/sysrc -c -f /usr/local/etc/rc.conf.d/tailscaled tailscaled_enable="YES" tailscaled_exitnode_enable="NO" tailscaled_port="41641" tailscaled_syslog_output_enable="YES" tailscaled_syslog_output_facility="daemon" tailscaled_syslog_output_priority="warning"' returned exit code '1', the output was ''
Mar 3 07:10:42 tailscaled 26425 2023/03/03 07:10:42 logtail started
Mar 3 07:10:42 tailscaled 26425 2023/03/03 07:10:42 Program starting: v1.36.0, Go 1.19.2: []string{"/usr/local/bin/tailscaled", "-port", "41641", "-tun", "tailscale0"}
Mar 3 07:10:42 tailscaled 26425 2023/03/03 07:10:42 LogID: bb64b057a90c8a930e4d04d3830d1da88ded3f54498a97e93ea5c63f68b12178
Mar 3 07:10:42 tailscaled 26425 2023/03/03 07:10:42 logpolicy: using system state directory "/var/db/tailscale"
Mar 3 07:10:42 tailscaled 26425 2023/03/03 07:10:42 wgengine.NewUserspaceEngine(tun "tailscale0") ...
Mar 3 07:10:42 tailscaled 26425 2023/03/03 07:10:42 no TUN failure diagnostics for OS "freebsd"
Mar 3 07:10:42 tailscaled 26425 2023/03/03 07:10:42 wgengine.NewUserspaceEngine(tun "tailscale0") error: tstun.New("tailscale0"): open /dev/tun: no such file or directory
Mar 3 07:10:42 tailscaled 26425 2023/03/03 07:10:42 flushing log.
Mar 3 07:10:42 tailscaled 26425 2023/03/03 07:10:42 logger closing down
Mar 3 07:10:43 tailscaled 26425 2023/03/03 07:10:43 getLocalBackend error: createEngine: tstun.New("tailscale0"): open /dev/tun: no such file or directory
Updated by Christian McDonald over 1 year ago
- Status changed from New to Feedback
Fixed.
https://github.com/pfsense/FreeBSD-ports/commit/78cff659895de3b5244c650fa74eec2fd975387e
Look for package version 0.1.2 in the package manager soon.
Updated by Christian McDonald over 1 year ago
Attached here is the updated package with the fix.
We are testing another fix that is blocking publishing updated packages, so I pulled the latest Tailscale pacakge and attached it here.
Feedback appreciated
Updated by Christian McDonald over 1 year ago
- Status changed from Feedback to Resolved