Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Pedan

#1
24.7, 24.10 Series / Re: opnsense-code ports failed
January 26, 2025, 02:54:49 PM
Oh... completely missed that. Thank you very much!
#2
24.7, 24.10 Series / Re: opnsense-code ports failed
January 23, 2025, 11:56:50 AM
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?
#3
24.7, 24.10 Series / opnsense-code ports failed
January 23, 2025, 11:25:57 AM
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