Rodrigo Arias rarias
  • Joined on 2024-04-26
rarias created branch add-vivado in rarias/bscpkgs 2025-02-18 14:23:12 +01:00
rarias pushed to add-vivado at rarias/bscpkgs 2025-02-18 14:23:12 +01:00
22e40db034 Add explicit zlib dependency
501f11a8e5 Merge outputs of MPI in a single directory
505f101e00 Update wxGTK30 to wxGTK32 in paraver kernel
f44eebc133 flake.lock: Update
Compare 9 commits »
rarias commented on pull request rarias/nixos-riscv#2 2025-02-17 16:43:02 +01:00
Set kernel arguments from host in qemu

Let's leave -x for now, so we see what is happening.

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

As this would be used to test the bench2 outcome including other benchmarks I recommend you it rename to verify-bench2.awk.

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.…