NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.4k stars 14.35k forks source link

LANraragi: "Read-only file system" when generating thumbnails #337669

Open heraplem opened 3 months ago

heraplem commented 3 months ago

Describe the bug

Any attempt to download or generate thumbails with LANraragi (using services.lanraragi.enable) fails with the message "Read-only file system".

Steps To Reproduce

Steps to reproduce the behavior:

  1. Enable lanraragi
  2. Watch for error messages with journalctl -fu lanraragi
  3. Try to download an archive; alternatively, manually import an archive and try to generate thumbnails.

Expected behavior

The archive should be successfully imported, or thumbnails should be generated.

Notify maintainers

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.41, NixOS, 24.11 (Vicuna), 24.11.20240725.2122a9b`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.5`
 - channels(root): `"nixos"`
 - nixpkgs: `/etc/nix/path/nixpkgs`

Add a :+1: reaction to issues you find important.

SigmaSquadron commented 3 months ago

Don't forget to notify the maintainers of the package.


@TomaSajt

eclairevoyant commented 3 months ago

Also please share the actual error messages you got

TomaSajt commented 3 months ago

Indeed, this looks like a regression that happened between 0.9.0 and 0.9.10. (0.9.21 still has the same issue)

I'm not getting the error messages, however I also noticed that the thumbnails weren't generating.

As mentioned above, I'd appreciate any error logs you can provide.

TomaSajt commented 2 months ago

@heraplem if you're able to, could you provide some logs?