Nix Flakes | 853 Members | |
| 179 Servers |
| Sender | Message | Time |
|---|---|---|
| 4 Oct 2025 | ||
| 14:04:27 | ||
| 5 Oct 2025 | ||
| 01:47:43 | ||
| 6 Oct 2025 | ||
| 17:33:05 | ||
| 17:33:49 | ||
| 7 Oct 2025 | ||
| 20:46:50 | ||
| 8 Oct 2025 | ||
| 10:43:35 | ||
| 17:13:56 | ||
| 9 Oct 2025 | ||
| 10:36:42 | ||
| 19:56:36 | ||
| 11 Oct 2025 | ||
| 10:08:53 | ||
| I am not able to get the qbittorrent service to work on any of my devices. Running the command directly from nix shell or by adding it in config works but not the service with the same package. | 16:29:42 | |
Download Screenshot_20251011_220005.png | 16:30:13 | |
| I keep getting a generic core dump error. Are there any other logs that gives more details? | 16:30:36 | |
| https://pastebin.com/raw/z0gZzW25 | 16:57:01 | |
| Ran it with every config disabled except enable and profileDir with new directory which gave few error messages. Not sure what any of this means tho. Did something go wrong while building or is "without build-id" errors normal? | 16:57:03 | |
| is user
| 17:23:30 | |
* is user qbittorrent the owner of profileDir? I don't know about that "without build-id" error; but from the stacktrace it looks more like a permission error/problem opening a dir:#6 0x00000000004da9a5 _ZNK7Profile21ensureDirectoryExistsE13SpecialFolder.cold (/nix/store/5c5dhizcijh4z4ps4gxa8y3h2ak7413d-qbittorrent-nox-5.1.0/bin/.qbittorrent-nox-wrapped + 0xda9a5) | 17:23:43 | |
| Ah, thanks for pointing that. It is a new folder so it got assigned to root, let me try changing that and restarting. I usually keep my personal user as owner but ended up removing for this test which is probably why I got more logs this time. But either way that core dump error seems to be for a different reason then. | 17:27:24 | |
| Redacted or Malformed Event | 17:30:44 | |
| Nvm I am blind. Changed the perms of the profileDir folder but still getting those errors. Although I think the core dump error is different as running it with my old directory and config always gave that core dump error and nothing else. | 17:39:08 | |
| * Nvm I am blind. Changed the perms of the profileDir folder but still getting those errors. Although I think the core dump error is different as I was running it with my old directory and config always gave that core dump error and nothing else. | 17:39:22 | |
| * Nvm I am blind. Changed the perms of the profileDir folder but still getting those errors. Although I think the core dump error is different as I was running it with my old directory and config which always gave that core dump error and nothing else. | 17:39:35 | |
| 20:31:10 | ||
| 12 Oct 2025 | ||
Would you mind sharing the relevant portion of your config, and a ls -la of your profileDir? Also, PTAL at https://github.com/NixOS/nixpkgs/blob/nixos-25.05/nixos/modules/services/torrent/qbittorrent.nix maybe from reading how the service is actually implemented you can draw some understanding of what might be going on? | 00:08:39 | |
| 02:45:01 | ||
| 02:45:11 | ||
| Sure. The link below is one of the config I am importing in my media server pc hp260g9. | 05:13:46 | |
| https://github.com/GitBanan/PersonalNixConfig/blob/main/hosts/common/optional/media-server.nix | 05:13:58 | |
| The serverconfig options are new and was added after I started having the issue but the rest were pretty old. | 05:14:37 | |
Download Screenshot_20251012_104601.png | 05:16:12 | |