Roland Coeurjoly
Roland Coeurjoly
I had the same issue. It was solved installing the 32 bit (x86) version, even if my computer is 64 bit
Debugging the problem, I see it steams from DONT_FAKE_TIME. When I call syscall, dont_fake == true, therefore I get a non faked time, which is undesired, given that I have...
Have the same issue ` nix upgrade-nix ` > replacing old 'nix-2.16.1' > installing 'nix-2.18.1' > error: opening lock file '/nix/var/nix/profiles/default.lock': Permission denied > error: program '/nix/store/jdijjdjl6gjh07s4mwgb6bvm501hmjvh-nix-2.16.1/bin/nix-env' failed with exit...
I see that random() is called in two places: src/libstore/unix/gc.cc:44: Path tempLink = fmt("%1%.tmp-%2%-%3%", link, getpid(), random()); src/libstore/unix/optimise-store.cc:228: Path tempLink = fmt("%1%/.tmp-link-%2%-%3%", realStoreDir, getpid(), random()); Should we create a PRNG...
The problem is that random() in gc.cc:44 is called by makeSymlink(const Path & link, const Path & target), a free function, so there is no way to access a per-store...
Yes, it gives the following: `perf stat /bin/ls` > build CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE release-process scripts src Vagrantfile > CMakeLists.txt configure include README.md rr.spec snap third-party > > Performance counter stats...
No, I get not supported. It seems github removed that from the quote block: > perf stat /bin/ls > build CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE release-process scripts src Vagrantfile > CMakeLists.txt configure...
The git repos of Libre-SOC (https://git.libre-soc.org/) seem to be down. Obviously, without them nothing works. Maybe we could ask in their mailing list
There are two packages that are failing for the same reason, that we are trying to debug: nitrokey-fido2, nitrokey-pro. We are working on this branch: https://github.com/jleightcap/nitrokey-firmware/tree/fern/2024-08-13 steps to reproduce: `nix...
Thank you for your dedication to optimizing the FPGA implementation. I understand the importance of ensuring performance and reliability. However, if possible, would you consider sharing the current version of...