I'm on a Mac and I have a "No server running" error. What do I do?

To start the license server daemon (sesinetd) launch the Terminal from Utilities and type:

sudo launchctl start com.sidefx.sesinetd

You will be prompted for a password. This is your password for the machine.
Note that you won't receive any feedback about your password until you hit the Enter key.

To verify if the license server (sesinetd) is now in the running state type:

sudo launchctl list com.sidefx.sesinetd

If there is a process ID (PID) listed in the output from the command then the license server daemon (sesinetd) is now running and you can try launching Houdini. The process ID (PID) is a unique number on your system and not the number listed in the example. Each time you start sesinetd, it will be given a different process ID (PID).

The output of the list command above should look like the following:

sudo launchctl list com.sidefx.sesinetd
Password:
{
    "LimitLoadToSessionType" = "System";
    "Label" = "com.sidefx.sesinetd";
    "OnDemand" = true;
    "LastExitStatus" = 0;
    "PID" = 17455;
    "Program" = "/Library/Preferences/sesi/sesinetd";
    "ProgramArguments" = (
        "/Library/Preferences/sesi/sesinetd";
        "-D";
        "-l";
        "/Library/Logs/com.sidefx.com/sesinetd.log";
        "-V";
        "2";
    );
};