Advertisement
Guest User

Untitled

a guest
Sep 15th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Linux raspberrypi 4.1.4-v7+ #808 SMP PREEMPT Thu Aug 6 16:59:39 BST 2015 armv7l
  2.  
  3. The programs included with the Debian GNU/Linux system are free software;
  4. the exact distribution terms for each program are described in the
  5. individual files in /usr/share/doc/*/copyright.
  6.  
  7. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  8. permitted by applicable law.
  9. Last login: Tue Sep 15 15:43:18 2015 from 37.165.68.133
  10. pi@raspberrypi ~ $ htop
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. pi@raspberrypi ~ $ cd /opt/HttpUploadComponent/
  49. pi@raspberrypi /opt/HttpUploadComponent $ python3 server.py
  50. 2015-09-15 16:20:15,592 DEBUG Expire run finished in 0.217259s
  51. 2015-09-15 16:20:15,638 DEBUG setting jid to conferenceemevth.no-ip.biz
  52. 2015-09-15 16:20:15,670 DEBUG Loaded Plugin (XEP-0030) Service Discovery
  53. 2015-09-15 16:20:15,674 ERROR Unable to load plugin: upload
  54. Traceback (most recent call last):
  55. File "/usr/lib/python3/dist-packages/sleekxmpp/basexmpp.py", line 171, in register_plugin
  56. module = __import__(module, fromlist=[plugin])
  57. ImportError: Bad magic number in /opt/HttpUploadComponent/plugins/__init__.pyc
  58. 2015-09-15 16:20:15,681 DEBUG Connecting to localhost:8081
  59. 2015-09-15 16:20:15,683 DEBUG Connecting to localhost:8081
  60. 2015-09-15 16:20:15,685 DEBUG ==== TRANSITION disconnected -> connected
  61. 2015-09-15 16:20:15,689 DEBUG Starting HANDLER THREAD
  62. 2015-09-15 16:20:15,695 DEBUG Loading event runner
  63. 2015-09-15 16:20:15,698 DEBUG SEND (IMMED): <stream:stream xmlns="jabber:component:accept" xmlns:stream="http://etherx.jabber.org/streams" to='conferenceemevth.no-ip.biz'>
  64. connected
  65. 2015-09-15 16:20:15,703 DEBUG SEND (IMMED): <handshake xmlns="jabber:component:accept">c93273115f87866c471b6f25f0b56e89f648fd41</handshake>
  66. 2015-09-15 16:20:15,706 DEBUG RECV: <handshake />
  67. 2015-09-15 16:21:49,583 DEBUG RECV: <iq to="conferenceemevth.no-ip.biz" type="get" from="thorsten@emevth.no-ip.biz/mobile" xml:lang="en" id="ipc73skbsa"><query xmlns="http://jabber.org/protocol/disco#info" /></iq>
  68. 2015-09-15 16:21:49,589 DEBUG Received disco info query from <thorsten@emevth.no-ip.biz/mobile> to <conferenceemevth.no-ip.biz>.
  69. 2015-09-15 16:21:49,593 DEBUG No identity found for this entity.Using default component identity.
  70. 2015-09-15 16:21:49,594 DEBUG No features found for this entity.Using default disco#info feature.
  71. 2015-09-15 16:21:49,597 DEBUG SEND: <iq id="ipc73skbsa" to="thorsten@emevth.no-ip.biz/mobile" type="result" xml:lang="en" from="conferenceemevth.no-ip.biz"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="generic" /><feature var="http://jabber.org/protocol/disco#info" /></query></iq>
  72. 2015-09-15 16:24:45,056 DEBUG RECV: <iq to="conferenceemevth.no-ip.biz" type="get" from="thorsten@emevth.no-ip.biz/mobile" xml:lang="en" id="8gp8r9nqkb"><query xmlns="http://jabber.org/protocol/disco#info" /></iq>
  73. 2015-09-15 16:24:45,064 DEBUG Received disco info query from <thorsten@emevth.no-ip.biz/mobile> to <conferenceemevth.no-ip.biz>.
  74. 2015-09-15 16:24:45,068 DEBUG No identity found for this entity.Using default component identity.
  75. 2015-09-15 16:24:45,070 DEBUG No features found for this entity.Using default disco#info feature.
  76. 2015-09-15 16:24:45,074 DEBUG SEND: <iq id="8gp8r9nqkb" to="thorsten@emevth.no-ip.biz/mobile" type="result" xml:lang="en" from="conferenceemevth.no-ip.biz"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="generic" /><feature var="http://jabber.org/protocol/disco#info" /></query></iq>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement