Rodrigo Arias rarias
  • Joined on 2024-04-26
rarias commented on pull request rarias/nixos-riscv#2 2025-02-17 16:43:02 +01:00
Set kernel arguments from host in qemu

Use just QEMU_KERNEL_PARAMS="$@", there is no need to add all this complexity.

rarias commented on pull request rarias/nixos-riscv#2 2025-02-17 16:43:02 +01:00
Set kernel arguments from host in qemu

Why do we need to send stderr to the awk output?, this will hide errors.

rarias commented on pull request rarias/nixos-riscv#2 2025-02-17 16:43:02 +01:00
Set kernel arguments from host in qemu

Use a regex match and quote $QEMU_KERNEL_PARAMS :

rarias commented on pull request rarias/nixos-riscv#2 2025-02-17 16:43:02 +01:00
Set kernel arguments from host in qemu

This will kill any qemu running in parallel by the CI, could this be done by just breaking the pipe? Just exit 0 or 1 instead of the system command.

rarias suggested changes for rarias/nixos-riscv#2 2025-02-17 16:43:02 +01:00
Set kernel arguments from host in qemu

Thanks, this is more or less what I had in mind. I left some comments so we can keep it more flexible. I would need to enable a pipeline for Gitea to check it can detect a successful execution and a wrong one.

rarias pushed to add-fox-machine at rarias/jungle 2025-02-14 16:24:24 +01:00
b58370cf83 Add quickstart guide
rarias created branch add-fox-machine in rarias/jungle 2025-02-14 13:45:13 +01:00
rarias pushed to add-fox-machine at rarias/jungle 2025-02-14 13:45:13 +01:00
581efb4312 Reject SSH connections without SLURM allocation
c32c1bd03b Add users to fox
1ddc5b7248 Add dalvare1 user
8968deb4db Add fox page in jungle website
5a21baf2be Mount NVME disks in /nvme{0,1}
Compare 10 commits »
rarias pushed to master at rarias/nixos-riscv 2025-01-30 11:50:49 +01:00
6185599b70 Change rvb to rvb-clang and fix benchmarks
rarias pushed to master at rarias/nixos-riscv 2025-01-30 11:50:20 +01:00
c09bdbef96 Add rsync to shell dependencies
46077e67f5 Add path to repository in environment
070b96598a Wrap clang too
eb1dc238b1 Add RISC-V benchmarks to bench2
a818bd14b6 Use --zstd flag in tar
Compare 10 commits »
rarias commented on issue rarias/jungle#83 2025-01-17 15:53:40 +01:00
Ceph fails to enable OSD monitoring

Finally working:

image

rarias closed issue rarias/jungle#83 2025-01-17 15:53:40 +01:00
Ceph fails to enable OSD monitoring
rarias commented on issue rarias/jungle#83 2025-01-17 15:37:49 +01:00
Ceph fails to enable OSD monitoring

The above problem is unrelated to the OSD statistics. Here is the actual problem: 5a058b8fb3

Fixed with:

sudo ceph…
rarias commented on issue rarias/jungle#83 2025-01-17 13:41:48 +01:00
Ceph fails to enable OSD monitoring

Gentoo killed the function that checks the single interpreter:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f2bdae597f394425b96329fc8305d9b729f782

rarias commented on issue rarias/jungle#83 2025-01-17 13:33:43 +01:00
Ceph fails to enable OSD monitoring

From: https://github.com/ricardoasmarques/ceph-dev-docker/issues/34

Another combination which does not trigger the issue:

WITH_MGR_DASHBOARD_FRONTEND=OFF

Also: https://bugs.archlinux.…

rarias commented on issue rarias/jungle#83 2025-01-17 13:26:55 +01:00
Ceph fails to enable OSD monitoring

We are importing:

Jan 17 13:10:46 bay ceph-mgr[1492]: 2025-01-17T13:10:46.074+0100 7fc8678dca00  1 mgr[py] Loading python module 'dashboard'

Which has:

bay% rg wsgi…
rarias opened issue rarias/jungle#83 2025-01-17 13:18:58 +01:00
Ceph fails to enable OSD monitoring
rarias deleted branch update-nixos-24.11 from rarias/jungle 2025-01-16 16:22:06 +01:00
rarias commented on pull request rarias/jungle#82 2025-01-16 16:21:49 +01:00
Update to NixOS 24.11, monitor GPFS, add paste service and switch to nginx

Merged in 587caf262e, not sure why gitea doesn't detect it. Closing.