Advertisement
Guest User

Untitled

a guest
Oct 14th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. 2014-10-14 15:01:32 DEBUG 2529 (driver) Stderr:
  2. 2014-10-14 15:01:32 DEBUG 2529 (utils) Trying to execute command: mkdir -p "/var/www/nailgun/dump/fuel-snapshot-2014-10-14_14-59-28/node-1.test.domain.local/commands"
  3. 2014-10-14 15:01:32 DEBUG 2529 (manager) Dumping: {u'path': u'/etc/astute.yaml', 'host': {u'ssh-key': u'/root/.ssh/id_rsa', u'address': u'node-5.test.domain.local'}, u'type': u'file'}
  4. 2014-10-14 15:01:32 DEBUG 2529 (driver) Initializing driver File: host={u'ssh-key': u'/root/.ssh/id_rsa', u'address': u'node-5.test.domain.local'}
  5. 2014-10-14 15:01:32 DEBUG 2529 (driver) File to get: /etc/astute.yaml
  6. 2014-10-14 15:01:32 DEBUG 2529 (driver) File to save: /var/www/nailgun/dump/fuel-snapshot-2014-10-14_14-59-28/node-5.test.domain.local/etc
  7. 2014-10-14 15:01:32 DEBUG 2529 (driver) Getting remote file: /etc/astute.yaml /var/www/nailgun/dump/fuel-snapshot-2014-10-14_14-59-28/node-5.test.domain.local/etc
  8. 2014-10-14 15:01:32 DEBUG 2529 (utils) Trying to execute command: mkdir -p "/var/www/nailgun/dump/fuel-snapshot-2014-10-14_14-59-28/node-5.test.domain.local/etc"
  9. Traceback (most recent call last):
  10. File "/usr/bin/shotgun", line 9, in <module>
  11. load_entry_point('Shotgun==0.1.0', 'console_scripts', 'shotgun')()
  12. File "/usr/lib/python2.6/site-packages/shotgun/cli.py", line 73, in main
  13. make_snapshot(parse_args())
  14. File "/usr/lib/python2.6/site-packages/shotgun/cli.py", line 64, in make_snapshot
  15. config_object = Config(read_config(args.config))
  16. File "/usr/lib/python2.6/site-packages/shotgun/cli.py", line 53, in read_config
  17. with open(config_path, "r") as fo:
  18. IOError: [Errno 2] No such file or directory: '/tmp/dump_config'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement