You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the command.line to /path/to/moodledata/stack/maxima-optimised -eval '(cl-user::run)'
as explained in the STACK documentation didn't work for me (always resulted in a timeout).
Putting the above command in a shell script works, however! So maybe something goes wrong during parsing of the process.conf file.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this, I'll try to remember to check it out once I get some time to work on the Pool.
Maybe wrapping the command in "..."-quotes, would protect it from any possible config file parsing? command.line = "/path/to/moodledata/stack/maxima-optimised -eval '(cl-user::run)'"
Setting the command.line to
/path/to/moodledata/stack/maxima-optimised -eval '(cl-user::run)'
as explained in the STACK documentation didn't work for me (always resulted in a timeout).
Putting the above command in a shell script works, however! So maybe something goes wrong during parsing of the process.conf file.
The text was updated successfully, but these errors were encountered: