Advertisement
oktavpua

Untitled

Mar 1st, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. root@epyc-vm0 /opt # systemctl status rndnet_scheduler_cloud.service
  2. ● rndnet_scheduler_cloud.service - RnDnet scheduler daemon for cloud
  3. Loaded: loaded (/etc/systemd/system/rndnet_scheduler_cloud.service; enabled; vendor preset: disabled)
  4. Active: inactive (dead) since Mon 2021-03-01 10:43:34 MSK; 23min ago
  5. Process: 30562 ExecStart=/bin/python3 /usr/local/bin/rndnet_scheduler --server https://localhost:5001 --user sched1 --pgpkey /etc/rndnet_scheduler/rndnet_scheduler_cloud.key --sched slurm --params-json /etc/rndnet_scheduler/rndnet_scheduler_cloud.json (code=exited, status=0/SUCCESS)
  6. Main PID: 30562 (code=exited, status=0/SUCCESS)
  7.  
  8. Mar 01 10:43:33 epyc-vm0 python3[30562]: server = Server(server, auth_cmdline(args, server=server, key_only=True))
  9. Mar 01 10:43:33 epyc-vm0 python3[30562]: File "/usr/local/lib/python3.6/site-packages/rndnet_common/authenticate.py", line 60, in auth_cmdline
  10. Mar 01 10:43:33 epyc-vm0 python3[30562]: return Auth.auth_with_pgpkey(server, args.user, key)
  11. Mar 01 10:43:33 epyc-vm0 python3[30562]: File "/usr/local/lib/python3.6/site-packages/rndnet_common/authenticate.py", line 26, in auth_with_pgpkey
  12. Mar 01 10:43:33 epyc-vm0 python3[30562]: return pgpkey.decrypt(message).message
  13. Mar 01 10:43:33 epyc-vm0 python3[30562]: File "/usr/local/lib/python3.6/site-packages/pgpy/decorators.py", line 129, in _action
  14. Mar 01 10:43:33 epyc-vm0 python3[30562]: return action(_key, *args, **kwargs)
  15. Mar 01 10:43:33 epyc-vm0 python3[30562]: File "/usr/local/lib/python3.6/site-packages/pgpy/pgp.py", line 2492, in decrypt
  16. Mar 01 10:43:33 epyc-vm0 python3[30562]: raise PGPError("Cannot decrypt the provided message with this key")
  17. Mar 01 10:43:33 epyc-vm0 python3[30562]: pgpy.errors.PGPError: Cannot decrypt the provided message with this key
  18. Hint: Some lines were ellipsized, use -l to show in full.
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement