A web frontend for browsing git isn't exactly a mission-critical system, so, this doesn't surprise me. After all, all the infrastructure operated by the FreeBSD project must be paid for...Interesting downtime for a production server. Obviously there was no redundancy.
So it's only the cgit? So if I would run a pull, I would get current data?A web frontend for browsing git isn't exactly a mission-critical system
As far as I know the git server itself (git.freebsd.org) is still up and running. It's only the web frontend (cgit.freebsd.org) that's down.So if I would run a pull, I would get current data?
root@fbsd-test:/usr/ports # git remote -v
origin https://git.freebsd.org/ports.git (fetch)
origin https://git.freebsd.org/ports.git (push)
root@fbsd-test:/usr/ports # git pull -p
remote: Enumerating objects: 102, done.
remote: Counting objects: 100% (73/73), done.
remote: Compressing objects: 100% (62/62), done.
remote: Total 102 (delta 12), reused 16 (delta 11), pack-reused 29
Receiving objects: 100% (102/102), 210.31 KiB | 1.56 MiB/s, done.
Resolving deltas: 100% (18/18), completed with 9 local objects.
From https://git.freebsd.org/ports
3fb6e860eddf..28cfe20550b8 main -> origin/main
1719e290f6d2..056d16ee00b0 2024Q1 -> origin/2024Q1
Updating 3fb6e860eddf..28cfe20550b8
Fast-forward
{snip}
41 files changed, 715 insertions(+), 698 deletions(-)
create mode 100644 comms/klog/files/patch-src_main.cpp
Indeed, it was only announced internally. It's not something really important, so posting to freebsd-announce@ or putting something on the website front page would probably be over the top. But there's the freebsd-ops-announce mailing list, which looks like it's the perfect place for something like that. Looking at its archives, it seems people forgot it exists ?only the information could be a real bit better.
ExactlyBut there's the freebsd-ops-announce mailing list, which looks like it's the perfect place for something like that. Looking at its archives, it seems people forgot it exists ?.
Then where is the problem?As far as I know the git server itself (git.freebsd.org) is still up and running. It's only the web frontend (cgit.freebsd.org) that's down
There is now:Obviously there was no redundancy.
On the server that runs the cgit frontend? The git repository itself and the web frontend don't need to be on same server?Then where is the problem?
GIT_CURL_VERBOSE=1 GIT_TRACE=1 GIT_TRACE_PACKET=1 git clone https://git.freebsd.org/src .
trace: run_command: git remote-https origin https://git.freebsd.org/src
Recv header: HTTP/1.1 302 Moved Temporarily
Recv header: Location: https://cgit.freebsd.org/src
Info: Issue another request to this URL: 'https://cgit.freebsd.org/src'
Info: Failed to connect to cgit.freebsd.org port 443 after 75203 ms: Couldn't connect to server
This project is mirrored from https://git.freebsd.org/ports.git. Pull mirroring updated 9 minutes ago.
Freshports links to all "mirrors" including GitHub, Codeberg etc
Forgot to mention.SVNWeb.
svnweb.freebsd.org only gets updated for old stables and relengs before 13 only.
It looks like there was something up with the vuxml build because the two commits after 06b20337d have yet to be incorporated into the site.
make -C /usr/ports/security/vuxml validate
looks fine, so it's probably related to the recent hardware issues. A few jails, including the one for vuxml, were moved to a different system. Clusteradm is aware, so there should be an update soon.
Joe
Tried and could access as(<https://www.vuxml.org/freebsd/4c8c2218-b120-11ee-90ec-001b217b3468.html> is currently 404, not found.)
Gitlab -- vulnerabilities
now.