Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/bin/bench", line 9, in <module>
  3. load_entry_point('bench==0.1', 'console_scripts', 'bench')()
  4. File "/home/nicefiddler/bench-repo/bench/cli.py", line 38, in cli
  5. return bench()
  6. File "/usr/lib/python2.7/site-packages/click/core.py", line 610, in __call__
  7. return self.main(*args, **kwargs)
  8. File "/usr/lib/python2.7/site-packages/click/core.py", line 590, in main
  9. rv = self.invoke(ctx)
  10. File "/usr/lib/python2.7/site-packages/click/core.py", line 936, in invoke
  11. return _process_result(sub_ctx.command.invoke(sub_ctx))
  12. File "/usr/lib/python2.7/site-packages/click/core.py", line 936, in invoke
  13. return _process_result(sub_ctx.command.invoke(sub_ctx))
  14. File "/usr/lib/python2.7/site-packages/click/core.py", line 782, in invoke
  15. return ctx.invoke(self.callback, **ctx.params)
  16. File "/usr/lib/python2.7/site-packages/click/core.py", line 416, in invoke
  17. return callback(*args, **kwargs)
  18. File "/home/nicefiddler/bench-repo/bench/cli.py", line 304, in setup_production
  19. _setup_production(user=user)
  20. File "/home/nicefiddler/bench-repo/bench/production_setup.py", line 56, in setup_production
  21. os.symlink(os.path.abspath(os.path.join(bench, 'config', 'supervisor.conf')), os.path.join(get_supervisor_confdir(), supervisor_conf_filename))
  22. OSError: [Errno 17] File exists
  23. (env)[nicefiddler@localhost frappe-bench]$
  24. Message from syslogd@localhost at Jan 30 07:19:52 ...
  25. kernel:do_IRQ: 2.99 No irq handler for vector (irq -1)
  26. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement