Ivan Kozik

Results 150 comments of Ivan Kozik

I tried this out, but couldn't find a way to attach a terminal to a `docker exec -d` process (or a `docker exec` process that has been ctrl-c'ed - note...

Also, running `gs-server` as PID 1 seems undesirable because if it were killed, it would kill all the `grab-site` processes as well. `grab-site` processes are designed to stay running even...

For now, I would like someone else to be the Dockerized grab-site upstream. I don't use Docker and I don't have the resources to 1) figure out if a PR...

grab-site often emits those errors you listed when a crawl is finished, but they should not affect the crawl and can be ignored. Sorry about the confusing output.

This is also working for me. I tested with OpenSSH_9.0p1 in cygwin (64-bit).

Seeing this now ``` '/nix/store/fh2ca1c7nhq5v08a01fxn12104km59np-e2fsprogs-1.42.7/lib/libext2fs.so.2.4' -> '/nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/lib/libext2fs.so.2.4' '/nix/store/fh2ca1c7nhq5v08a01fxn12104km59np-e2fsprogs-1.42.7/lib/libss.so.2' -> '/nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/lib/libss.so.2' '/nix/store/fh2ca1c7nhq5v08a01fxn12104km59np-e2fsprogs-1.42.7/lib/libss.so.2.0' -> '/nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/lib/libss.so.2.0' stripping (with flags -s) in /nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/lib /nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/bin patching /nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/bin/ata_id... patching /nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/bin/blkid... patching /nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/bin/busybox... patching /nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/bin/cdrom_id... patching /nix/store/jrw3wgbg2i2wg4smm3sv776czyccsl4z-extra-utils/bin/dmsetup......

Same thing, I think ``` [at@nixos:~/sources/nixos]$ git diff diff --git a/modules/tasks/filesystems/zfs.nix b/modules/tasks/filesystems/zfs.nix index 590eb00..968748a 100644 --- a/modules/tasks/filesystems/zfs.nix +++ b/modules/tasks/filesystems/zfs.nix @@ -50,11 +50,15 @@ in boot.initrd = mkIf inInitrd { kernelModules...

jcumming discovered the culprit (`patchelf` not being run on `sbin/*`). My initrd builds successfully with this patch, though jcumming is considering making zfs install to `bin/` instead. ``` diff --git...

Thank you, that is very useful information. With 4.8.14, I needed to install `xz-utils make gcc bc libc6-dev libssl-dev` and run `make modules_prepare` (plural) instead of `make module_prepare`.

Hmm, even after doing all that, modules seem to be miscompiled, so there might be a missing step: ``` # modprobe wireguard modprobe: ERROR: could not insert 'wireguard': Exec format...