Sender | Message | Time |
---|---|---|
4 Jul 2025 | ||
Probably | 19:54:28 | |
5 Jul 2025 | ||
04:04:36 | ||
20:49:27 | ||
20:49:32 | ||
7 Jul 2025 | ||
18:10:32 | ||
18:21:48 | ||
21:52:45 | ||
9 Jul 2025 | ||
01:17:14 | ||
I get
| 01:18:37 | |
I got a crash with Nix also on i686, but it was a very old release (last ISO I could find) | 01:19:56 | |
@nh2 I tried looking at the ZIP metadata, but I wonder if there's something wrong with the file format? | 01:20:27 | |
I meant to try grepping for "None" in nix src | 01:20:39 | |
This zip file is references in the selenium-server-standalone package that is currently in nixpkgs master | 01:21:08 | |
* This zip file is referenced in the selenium-server-standalone package that is currently in nixpkgs master | 01:21:22 | |
2.18.1 is a very old version I think | 01:22:48 | |
You can install Nix on your Ubuntu system with the script at https://nixos.org/download/ and you may be able to see the more recent issue | 01:26:33 | |
Hm indeed that's from 2023, I will update. I guess my nix comes from nix-env and does not get updated with general home-manager updates | 01:27:13 | |
IIRC you can update nix with nix | 01:27:29 | |
I'm not sure based on your setup, but the script should install Nix for you, if you want to stay on the safe side you can pick single-user mode | 01:28:22 | |
you can have both versions installed side by side. | 01:28:41 | |
* I'm not sure based on your setup, but that script should install Nix for you, and if you want to stay on the safe side you can pick single-user mode | 01:28:56 | |
* I'm not sure based on your setup, but that script should install Nix for you, and if you want to stay on the safe side you can pick single-user installation | 01:29:35 | |
hmm, there should be a message before that | 01:30:06 | |
My Nix was installed on Ubuntu in single-user mode 10 years ago, so I suspect I'm already using the method you're suggesting. Doing nix-env -iA nixpkgs.nix to get 2.28.4 .Indeed that fixed the core dump, so probably not an issue anymore | 01:31:01 | |
was downloading 'https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar' but nothing else | 01:31:07 | |
jonhermansen: thanks for pointing out the old version, as a reward I confirm your bug from the other channel:
| 01:31:37 | |
Thank you for trying it, actually its helpful to know its not just me. | 01:32:17 | |
yes, there were a bunch of random weird bugs for early 2.18 | 01:32:32 | |
I tried other jar and zip files, and the command doesn't have the same behavior. I haven't yet tried, but I'm going to copy the bad file to a local web server and see if the same thing happens. Then, at least I can confirm that its something wrong with that file. | 01:34:37 | |
Maybe libarchive has an issue with it or smth wrt handling of zip files in Nix. | 01:35:08 |