Advertisement
Guest User

Untitled

a guest
Oct 13th, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. 2014-10-13 11:28:06 DEBUG Python version: 2.7.2 (default, Sep 24 2014, 19:35:59)
  2. [GCC 4.7.3]
  3. 2014-10-13 11:28:06 CRITICAL Traceback (most recent call last):
  4. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 190, in _run
  5. self.process_args(args)
  6. File "/usr/bin/distbuild-helper", line 319, in process_args
  7. conn.connect((addr, port))
  8. File "/usr/lib/python2.7/socket.py", line 224, in meth
  9. return getattr(self._sock,name)(*args)
  10. error: [Errno 111] Connection refused
  11.  
  12. 2014-10-13 11:28:07 INFO distbuild-helper version 0.0.0 starts
  13. 2014-10-13 11:28:07 DEBUG sys.argv: ['/usr/bin/distbuild-helper', '--config', '/etc/morph-controller-helper.conf']
  14. 2014-10-13 11:28:07 DEBUG environment variables:
  15. 2014-10-13 11:28:07 DEBUG environment: LANG=C
  16. 2014-10-13 11:28:07 DEBUG environment: tegraid=40.1.1.0.0
  17. 2014-10-13 11:28:07 DEBUG environment: section=256M
  18. 2014-10-13 11:28:07 DEBUG environment: tegraboot=sdmmc
  19. 2014-10-13 11:28:07 DEBUG environment: ddr_die=2048M@2048M
  20. 2014-10-13 11:28:07 DEBUG environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  21. 2014-10-13 11:28:07 DEBUG environment: otf_key=c75e5bb91eb3bd94560357b64422f85
  22. 2014-10-13 11:28:07 DEBUG environment: power_supply=Adapter
  23. 2014-10-13 11:28:07 DEBUG Config:
  24. [config]
  25. output =
  26. log = /srv/distbuild/morph-controller-helper.log
  27. log-level = debug
  28. log-max = 100000000
  29. log-keep = 10
  30. log-mode = 0600
  31. dump-memory-profile = simple
  32. memory-dump-interval = 300
  33. parent-address = 127.0.0.1
  34. parent-port = 5656
  35. debug-messages = False
  36. crash-condition =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement