Discussie forum over Cumulus software. Voor vragen, specificaties, ervaringen etc..
#76446
Een nieuwe draadje gestart op algemene aanvraag. Geprobeerd om Cmx automatisch te laten opstarten alles lijkt te werken maar toch wordt cmx niet opgeladen. Wat doe ik nog verkeerd ? terminal : alexander 90146 0,0 0,0 435299760 1408 s001 S+ 5:21p.m. 0:00.01 grep CumulusMX
alexander@Macminialexander ~ % tail -f ~/CumulusMX/cumulusmx.log


deze code plaats ik in mijn plist : <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.cumulusmx.daemon</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/dotnet</string>
<string>/Users/alexander/downloads/CumulusMX/CumulusMX.dll</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>WorkingDirectory</key>
<string>/Users/alexander/downloads/CumulusMX/</string>
<key>StandardOutPath</key>
<string>/Users/alexander/downloads/CumulusMX/cumulusmx.log</string>
<key>StandardErrorPath</key>
<string>/Users/alexander/downloads/CumulusMX/cumulusmx.err</string>
</dict>
</plist>
Ter info locatie map van cumulus op mijn Mac is /users/alexander/downloads/cumulusMx
#76448
Nog geen bevredigend antwoord op het Engelse forum.

Je kunt wel alvast dit bestuderen.

Ik moet nog achterhalen of CMX zichzelf ook op de MAC automatisch installeert of dat dat een handmatige actie is. Het command om dat te doen is
Code: Selecteer alles
dotnet CumulusMX.dll -install -user <user>
Als je alle opties van CMX wil weten moet je
Code: Selecteer alles
dotnet ./CumulusMX.dll
geven. Je ziet dan:
Code: Selecteer alles
Valid arguments are:
 -port <http_portnum> - Sets the HTTP port Cumulus will use (default 8998)
 -lang <culture_name> - Sets the Language Cumulus will use (defaults to current user language)
 -debug               - Switches on debug and data logging from Cumulus start
 -install             - Installs Cumulus as a system service (Windows or Linux)
 -uninstall           - Removes Cumulus as a system service (Windows or Linux)
 -user                - Specifies the user to run the service under (Linux only)
 -service             - Must be used when running as service (Linux only)

Cumulus terminating
2026-02-26 20:07:18.347 Cumulus terminating
Wordt vervolgd.
#76449
Sorry, ik zat nog in de Engelse modus van het andere forum. Zoals je zei, Translate helpt.

OK, so -install does only work on Windows and Linux. Sorry, but it has to a manual operation to add it in launchd

OR

You run your CMX always from the command window and leave that open until you shutdown your machine.

Up to you to decide. The command window option is the easiest and gets you going immediately.

You then just need to have CMX running and have a crontab configured for CUtils.