Raghav Gururajan via Bug reports for GNU Guix 写道: > Throw to key `%exception' with args `("#<&invoke-error program: > \"/gnu/store/g6nhdp7i1sr51anq86hd6adrsm5ha857-nginx-1.21.0/sbin/nginx\" > arguments: (\"-c\" > \"/gnu/store/2igpjf27rm92np6jn6hfrxzx5m55a468-nginx.conf\" > \"-p\" > \"/var/run/nginx\") exit-status: 1 term-signal: #f stop-signal: > #f>")'. The shortest answer is to run this command manually and see what it prints out. So $ sudo /gnu/store/g6n…/sbin/nginx -c /gnu/store/… -p /var/run/nginx in a terminal. I saw you mention nginx and certbot in #guix. It's unfortunately common to end up in a catch-22 with Guix's nginx and certbot services when using HTTP authentication, where nginx needs to be running to receive your first certificate but refuses to start because of missing certificates… Kind regards, T G-R