unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Can't boot SuperCollider
@ 2024-11-06 18:17 Lee Thompson
  2024-11-08 13:54 ` Lee Thompson
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2024-11-08 13:55 UTC | newest]

Thread overview: 2+ 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

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).