mickg10

Results 13 comments of mickg10

I am guessing that it is maybe picking up the wrong interface to send things out on? As it says even ipv4 addr is unreachable `176.58.93.154:443`, and yet: ``` root@udmp2333:/data/tailscale#...

Also, for controlplane: ``` root@udmp2333:/data/tailscale# telnet 2a05:d014:386:202:f041:44b6:9559:668 443 Trying 2a05:d014:386:202:f041:44b6:9559:668... telnet: Unable to connect to remote host: Network is unreachable root@udmp2333:/data/tailscale# telnet controlplane.tailscale.com 443 Trying 3.125.149.81... Connected to controlplane.tailscale.com. Escape...

And full tailscale logs ``` Apr 18 07:06:09 udmp2333 systemd[1]: Starting Tailscale node agent... ░░ Subject: A start job for unit tailscaled.service has begun execution ░░ Defined-By: systemd ░░ Support:...

IPV4 routing (with IP addr redacted) ``` ip route show table all | grep -v local default via 68.174.240.1 dev eth8 table 201.eth8 proto dhcp blackhole default table 251.blackhole proto...

The device failed after upgrading form 1.62.x - not just after a restart. ``` root@udmp2333:~# ip route get 176.58.93.154 176.58.93.154 via 68.174.240.1 dev eth8 table 201.eth8 src 68.174.248.36 uid 0...

So - one more observation. If running with `--tun userspace-networking` it works just fine - but can't work as a subnet router unfortunately. So probably a tunnel selection of some...

More data - from the detailed logs: `/usr/sbin/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port=41641 --state /data/tailscale/tailscaled.state --verbose 2` Gives us: `router: kernel supports IPv6 policy routing (found 6 rules) dns: [rc=unknown ret=direct] dns:...

So, looking at the thing - codex seems to prepend a _LOT_ of things to the path - it does preserve it, but prepends /usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/ usr/appleinternal/bin:/opt/pmk/env/global/bin:/opt/X11/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/var/folders/_y/x2bbjyps5831190g955y91_h0000gn/T/.tmpZ800wO:/Users/mickg10/.nvm/versions/node/v25.1.0/lib/node_modules/@openai/codex/vendor/aarch64-apple-darwin/ path Any idea how...