Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. 22:21:17 $> sudo -u nucypher nucypher remove --config-root /home/nucypher/
  2.  
  3.  
  4. _____ __ _________ ______
  5. ___ | / /___ ___ ____/____ ____________ /______________
  6. __ |/ /_ / / / / __ / / /__ __ \_ __ \ _ \_ ___/
  7. _ /| / / /_/ // /___ _ /_/ /__ /_/ / / / / __/ /
  8. /_/ |_/ \__,_/ \____/ _\__, / _ .___//_/ /_/\___//_/
  9. /____/ /_/
  10.  
  11. version 0.1.0-alpha.23
  12.  
  13.  
  14. *Permanently and irreversibly delete all* nucypher files including:
  15. - Private and Public Keys
  16. - Known Nodes
  17. - TLS certificates
  18. - Node Configurations
  19.  
  20. Delete /home/nucypher/? [y/N]: y
  21. Traceback (most recent call last):
  22. File "/usr/local/bin/nucypher", line 11, in <module>
  23. load_entry_point('nucypher', 'console_scripts', 'nucypher')()
  24. File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 764, in __call__
  25. return self.main(*args, **kwargs)
  26. File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 717, in main
  27. rv = self.invoke(ctx)
  28. File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 1137, in invoke
  29. return _process_result(sub_ctx.command.invoke(sub_ctx))
  30. File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 956, in invoke
  31. return ctx.invoke(self.callback, **ctx.params)
  32. File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 555, in invoke
  33. return callback(*args, **kwargs)
  34. File "/home/tux/nucypher/nucypher/cli/main.py", line 109, in remove
  35. destroy_configuration_root(config_root=config_root, force=force, logs=logs)
  36. File "/home/tux/nucypher/nucypher/cli/actions.py", line 114, in destroy_configuration_root
  37. shutil.rmtree(config_root, ignore_errors=force) # config
  38. File "/usr/lib/python3.7/shutil.py", line 495, in rmtree
  39. onerror(os.rmdir, path, sys.exc_info())
  40. File "/usr/lib/python3.7/shutil.py", line 493, in rmtree
  41. os.rmdir(path)
  42. PermissionError: [Errno 13] Permission denied: '/home/nucypher/'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement