messages.mes 1.4 KB

123456789101112131415161718192021222324252627282930
  1. % RUNSCRIPT_MISSING_PARAM required parameter "%1" missing in configuration
  2. A required parameter of this library hook is missing in the configuration,
  3. which prevents the library from working correctly.
  4. % RUNSCRIPT_MISTYPED_PARAM parameter "%1" in configuration has wrong type
  5. A parameter of this library hook is defined in the configuration but has the
  6. wrong type. For instance, a string may have been passed as parameter while
  7. an integer was expected.
  8. % RUNSCRIPT_FORK_FAILED fork() failed with error: %1
  9. Running the user-defined script is done with fork + exec, and there was an error
  10. during the fork, possibly due to a lack of resources.
  11. % RUNSCRIPT_EXEC_FAILED exec() failed, please check that the script exists and is executable. Error: %1
  12. Attempting to execute the user-defined script failed.
  13. % RUNSCRIPT_WAITPID_FAILED waitpid() failed with error: %1
  14. The main hook process failed to wait for the child process to exit.
  15. The hook runs the user-defined script in a child process, and normally waits for it to exit.
  16. % RUNSCRIPT_WAITING_SCRIPT the user-defined script is running, and the main process is currently waiting
  17. The user-defined script has just been launched, and Kea is waiting for it to exit.
  18. This is useful to know, because if the user-defined script blocks, Kea will stay stuck
  19. at this point.
  20. % RUNSCRIPT_DEBUG_STRING %1
  21. Something somthing shomething
  22. % FLOWDAT_DEBUG_STRING %1
  23. Something somthing shomething