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
I get the below error when trying to deploy. I was unable to get the config to generate until I manually placed a ./known_hosts in the ppss home folder. I thought it would default to the .ssh/ based one.
Anyway - can you help with this error - am I missing a dependency?
ppss@encoder:~$ ppss deploy -C ppss.cfg
Sep 08 21:16:57:
Sep 08 21:16:57: =========================================================
Sep 08 21:16:57: |P|P|S|S|
Sep 08 21:16:57: Distributed Parallel Processing Shell Script vers. 2.97
Sep 08 21:16:57: =========================================================
Sep 08 21:16:57: Hostname: encoder
Sep 08 21:16:57: ---------------------------------------------------------
Sep 08 21:16:57: Deploying PPSS on nodes. See ppss-deploy.txt for details.
command-line line 0: Bad cipher 'blowfish'.
Sep 08 21:16:58: [ERROR] Private SSH key not found.
cat: ppss_dir/NODE_ID: No such file or directory
Warning: Identity file ppss-key.dsa not accessible: No such file or directory.
scp: ppss-home/ppss_dir/NODE_STATUS/: No such file or directory
I get the below error when trying to deploy. I was unable to get the config to generate until I manually placed a ./known_hosts in the ppss home folder. I thought it would default to the .ssh/ based one.
Anyway - can you help with this error - am I missing a dependency?
ppss@encoder:~$ ppss deploy -C ppss.cfg
Sep 08 21:16:57:
Sep 08 21:16:57: =========================================================
Sep 08 21:16:57: |P|P|S|S|
Sep 08 21:16:57: Distributed Parallel Processing Shell Script vers. 2.97
Sep 08 21:16:57: =========================================================
Sep 08 21:16:57: Hostname: encoder
Sep 08 21:16:57: ---------------------------------------------------------
Sep 08 21:16:57: Deploying PPSS on nodes. See ppss-deploy.txt for details.
command-line line 0: Bad cipher 'blowfish'.
Sep 08 21:16:58: [ERROR] Private SSH key not found.
cat: ppss_dir/NODE_ID: No such file or directory
Warning: Identity file ppss-key.dsa not accessible: No such file or directory.
scp: ppss-home/ppss_dir/NODE_STATUS/: No such file or directory
ppss.cfg:
COMMAND='ffmpeg -i "$ITEM" -c:v libx265 -preset medium -crf 20 -c:a aac -strict -2 -b:a 128k "$ITEM.mp4" '
SRC_DIR=/mnt/media/convert
SSH_SERVER=10.1.1.145
USER=ppss
NODES_FILE=/home/ppss/nodelist.txt
PPSS_LOCAL_TMPDIR=ppss_dir/PPSS_LOCAL_TMPDIR
PPSS_LOCAL_OUTPUT=ppss_dir/PPSS_LOCAL_OUTPUT
The text was updated successfully, but these errors were encountered: