Quote:
Originally Posted by scico Right after the clean install, convertd doesn't start when I run #zmcontrol start.
It says 'starting convertd...skipped. missing or not executable'.
You mentioned in your post that you started convertd directly. Is that through the use of zmconvertctl? Also, is there any output when you type #zmconvertctl status. I don't get anything. |
Most of the zm*ctl commands don't give any visual output, instead outputting their status in the exit code, so to get the status you would want to run something like
Code:
zmconvertctl | echo $?
but in this case it looks like the package didn't install properly. Were there any errors during install? Since this seems to be a test install you might want to just try a reinstall.
Since the original poster solver their issue I am marking this thread solved, if you don't see something obvious to solve your problem try creating a new thread.
(Wish I could be more help but I run the FOSS edition which doesn't have convertd)