opnsense-code ports failed

Started by Pedan, January 23, 2025, 11:25:57 AM

Previous topic - Next topic
I am trying to install tailscale on opnsense 24.7.12.
But when I run "opnsense-code ports" I get the following output:

root@OPNsense:~ # opnsense-code ports
Already up to date.
>>> Executing build step make.conf on 24.7
Cloning into '/usr/ports'...
remote: Enumerating objects: 2214302, done.
remote: Counting objects: 100% (4588/4588), done.
remote: Compressing objects: 100% (3827/3827), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 3805 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

I already tried to increase the buffer and changing TLS via git config but without any success

Maybe ask git or GitHub developers or check your local proxy or security policies. It's a big repository. Sporadic fails during cloning are not unusual given that network operations could fail anywhere for any unspecific reason.


Cheers,
Franco

Quote from: franco on January 23, 2025, 11:50:59 AMMaybe ask git or GitHub developers or check your local proxy or security policies. It's a big repository. Sporadic fails during cloning are not unusual given that network operations could fail anywhere for any unspecific reason.


Cheers,
Franco

Thank you! Is it possible to only download the required parts for tailscale? Maybe manually?

Tailscale is included since 24.7.11.

Oh... completely missed that. Thank you very much!