IRC channel logs
2025-11-28.log
back to list of logs
<saravia>why hurd is unstable... what means... this only crash and it need restart the machine? <damo22>azert: my code is very similar to freebsd 4 <damo22>but bsd has some macros to handle lists <azert>I’d say that gnumach sits between FreeBSD 4 and FreeBSD 5 in terms of SMP support. Even if nobody ever used gnumach with SMP seriously on the Hurd for what o know <gnu_srs1>From linux I used the hint: With the following modification: <gnu_srs1>FAILED: touch /target/dev/urandom; ls -l /target/dev/urandom; lrwxr-xr-x 1 root root 4 Nov 5 14:37 /target/dev/urandom -> fd/2 <gnu_srs1>Worked: rm /target/dev/urandom; touch /target/dev/urandom;ls -l /target/dev/urandom; -rw-r--r-- 1 root root 0 Nov 28 17:22 /target/dev/urandom