all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can't boot SuperCollider
@ 2024-11-06 18:17 Lee Thompson
  2024-11-08 13:54 ` Lee Thompson
  0 siblings, 1 reply; 3+ messages in thread
From: Lee Thompson @ 2024-11-06 18:17 UTC (permalink / raw)
  To: help-guix

Hi All,

I'm having a lot of trouble getting SuperCollider working on Guix.  I've
installed the package by adding it to my home-configuration.scm and
reconfiguring home, though I can't get it to boot the server.

I can load the IDE and the sclang interpreter but when I run `s.boot;`
or `Server.default.boot;` I get the following error:
> Booting server 'localhost' on address 127.0.0.1:57110.
> terminate called without an active exception
> Server 'localhost' exited with exit code 0.

I've added my user to the realtime group and added this bit of PAM
service code the manual talks about to my /etc/config.scm:
> (service pam-limits-service-type
>          (list
>           (pam-limits-entry "@realtime" 'both 'rtprio 99)
>           (pam-limits-entry "@realtime" 'both 'memlock 'unlimited)))

But this has changed nothing.  I've got no idea what's breaking here;
I'm using a default GNOME system almost fresh from the installer.  Could
someone tell me what I'm doing wrong and how to get this all working
please?

Any help appreciated, thanks


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

end of thread, other threads:[~2024-12-03 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 18:17 Can't boot SuperCollider Lee Thompson
2024-11-08 13:54 ` Lee Thompson
2024-12-03 15:39   ` Gabriel Wicki

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.