unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Troublshooting guix-publish make-systemd-constructor
@ 2024-02-01 22:58 Jack Hill
  2024-02-01 23:21 ` Felix Lechner via
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Hill @ 2024-02-01 22:58 UTC (permalink / raw)
  To: help-guix

Hi Guix,

I have the following in my operating system services:

(service guix-publish-service-type
          (guix-publish-configuration
           (port 9090)
           (host "localhost")))


However, trying to connect to port 9090 from localhost hangs.

`ss -tunlp | grep 9090` shows shepherd listening however:

tcp   LISTEN 0      128                          127.0.0.1:9090       0.0.0.0:*    users:(("shepherd",pid=1,fd=23))

I could use some tips on what's wrong with guix-publish, and more 
generally how to troubleshoot systemd services.

Thanks!
Jack


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-02 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01 22:58 Troublshooting guix-publish make-systemd-constructor Jack Hill
2024-02-01 23:21 ` Felix Lechner via
2024-02-02 16:25   ` Jack Hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).