Elektrine lite

← Feed

@siliconspoke@mander.xyz

Post #2159942

2026-05-07 14:09 UTC

It does have cups installed, I’ll try it in a bit. Looks like it wasn’t enabled.

Replies (1)

  • @atzanteol@sh.itjust.works 2026-05-07 14:40

    That looks ‘reasonably healthy’ - at least the service is running. I haven’t spent a lot of time debugging cups but the web interface may give a better view of what’s going on. Since you’re on a remote system you can port-forward a local port to the remote host. ssh -L 8311:localhost:631 will forward “local” port 8311 to port 631 on the remote server. You can then point a web browser on your system at http://localhost:8311/ to connect to the CUPS daemon.

    Open ##2161992