NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.44k stars 13.64k forks source link

Gotenberg Core dumped on service start #341605

Open rathmerdominik opened 6 days ago

rathmerdominik commented 6 days ago

Describe the bug

Gotenberg crashes immediately on startup

Steps To Reproduce

Enter the following into your nix config:

services.gotenberg = {
    enable = true;
}

Expected behavior

It not crashing but starting up normally

Screenshots

image

Additional context

Gotenberg was to be used in conjunction with paperless-ngx. Here is the entire file

Notify maintainers

@pyrox0 @SuperSandro2000

Metadata

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

[dominik@xenon:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.50, NixOS, 24.11 (Vicuna), 24.11.20240910.1355a0c`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.5`
 - nixpkgs: `/nix/store/qpg5mwsind2hy35b9vpk6mx4jimnypw0-source`

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

pyrox0 commented 5 days ago

Are there any more logs from the Gotenberg service? Or is the coredump all that's available?

rathmerdominik commented 5 days ago

Are there any more logs from the Gotenberg service? Or is the coredump all that's available?

Sadly that is all. The service log literally doesn't say anything. There you only see that the service started and immediately exited.

This log i got by typing sudo journalctl -xef