dkwo

Results 295 comments of dkwo

More generally, it would be nice if the daemon could run as a normal user. In my experiments, it seems it only needs the following capabilities: `net_admin`, `net_bind_service` (and maybe...

My comments: After looking at the patches, they mostly look fine. This is quite close to the scripts I've been already using for a while, except for: 1. I was...

At the moment, it seems that intel code uses decimal, but it should use hex. Btw, I think exporting `DM_DISABLE_UDEV=1` in cryptsetup hook is not needed, while it's enough to...

Yes, indeed I am testing just with my own version. I also received an updated version from the author, but did not have time to post it here yet..

I tried to crosscompile sagemath from aarch64 to x86_64: it looks like we should add to hostmakedepends "python3-gmpy2 python3-memory_allocator python3-numpy ecl python3-cypari2 python3-cysignals python3-devel". Makes sense?

True. It's still useful to know in general, and it could be useful later, if we decide e.g. to use qemu to build ntl etc.

Yes, that should be enough. I tried to build and check on it `aarch64`: it fails only one test `sage/rings/number_theory/galois_group.py`. After installing sage, I cannot run it though, I get...

For me, that file is only readable to root: ``` $ ls -l /usr/libexec/sagemath/ total 252 -rwxr-xr-x 1 root root 785 Dec 26 17:58 math-readline -rwxr-xr-x 1 root root 43267...

If I chmod it by hand, then everything works and that test fails like this: ``` Running doctests with ID 2024-12-27-21-07-26-dc66dad2. Running with SAGE_LOCAL='/usr' and SAGE_VENV='/usr' Using --optional=pip,sage Features to...