Jakub Skokan

Results 12 comments of Jakub Skokan

I have just been trying to figure out a similar issue... I think it's caused by htop reading `/proc/spl/kstat/zfs/arcstats` and then substracting the size of ZFS ARC from the used...

So the issue here seems to be that the BPF program can be loaded, but the kernel disallows attach without CAP_NET_ADMIN: https://elixir.bootlin.com/linux/v5.10.100/source/kernel/bpf/syscall.c#L2916 Although this returns EPERM, the caller ignores that...

Please see #32. Templates are built using `./bin/build-vpsfree-templates` run as root, e.g. `./bin/build-vpsfree-templates alpine-3.11`. Resulting archive is saved in `/var/build`. I wouldn't run the build on a system you care...

Wow, that'd be cool! I tried to play with guix support myself, but I'm not familiar with the language and get lost in it... Scripts in this repository have to...

Based on the last time I looked at it, I think we'd need something like command `guix system docker-image`. `guix system container` unfortunately seems to be rely on the host's...

I'll try to explain the process a bit better. The build scripts's job is to build a container image, which is essentially a tarball of its root filesystem, i.e. `/`....

This could be done on newly created VPS, where we know that SSH is running on the assigned IP and port 22. But... although probably nobody does this, users can...

I think it's also good to teach new users that this fingerprint thing is something they can verify, instead of just skipping it. Let's keep this issue open, I don't...

It's been a while, but it is on the way. SSH host keys are read after every VPS restart and also once every hour. For now it's deployed only on...

This belongs to vpsFree.cz support, not here, please write there next time. You do have a second IPv4 assigned to your account, it's an adress from Brno. You can see...