Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
1,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. gallifrey forumgit:(v0.5.x) ✗ ➜ ./nodebb dev
  2. Launching NodeBB in "development" mode.
  3. To run the production build of NodeBB, please use "forever".
  4. More Information: https://docs.nodebb.org/en/latest/running/index.html
  5. NodeBB v0.5.2 Copyright (C) 2013-2014 NodeBB Inc.
  6. This program comes with ABSOLUTELY NO WARRANTY.
  7. This is free software, and you are welcome to redistribute it under certain conditions.
  8. For the full license, please visit: http://www.gnu.org/copyleft/gpl.html
  9.  
  10. Clustering enabled: Spinning up 1 process(es).
  11.  
  12. info: * using redis store at 127.0.0.1:6379
  13. info: * using themes stored in: /var/www/teknoklubben.com/forum/node_modules
  14. info: [notifications.init] Registering jobs.
  15. info: [user.startJobs] Registering User Jobs
  16. info: [themes] Using theme nodebb-theme-lavender
  17. info: [plugins] Initializing plugins system
  18. info: Middlewares loaded.
  19.  
  20. warn: [plugins/nodebb-widget-essentials] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
  21. warn: [plugins/nodebb-widget-essentials] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-widget-essentials".
  22.  
  23. info: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials
  24.  
  25. warn: [plugins/nodebb-plugin-markdown] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
  26. warn: [plugins/nodebb-plugin-markdown] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-markdown".
  27.  
  28. info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown
  29. info: [plugins] Found 2 js file(s) for plugin nodebb-plugin-markdown
  30.  
  31. warn: [plugins/nodebb-plugin-mentions] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
  32. warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions".
  33.  
  34. info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-mentions
  35. info: [plugins] Found 2 js file(s) for plugin nodebb-plugin-mentions
  36. info: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender
  37. info: [plugins] Loaded plugin: nodebb-widget-essentials
  38. info: [plugins] Loaded plugin: nodebb-plugin-soundpack-default
  39. info: [plugins] Loaded plugin: nodebb-plugin-markdown
  40. info: [plugins] Loaded plugin: nodebb-plugin-mentions
  41. info: [plugins] Loaded plugin: nodebb-theme-lavender
  42. info: [hotswap] Router with id `plugins` replaced successfully
  43. info: [plugins] All plugins reloaded and rerouted
  44. info: [plugins] Plugins OK
  45. info: [meta/css] Minifying LESS/CSS
  46. info: NodeBB attempting to listen on: 0.0.0.0:4567
  47. info: [hotswap] Router with id `auth` replaced successfully
  48. info: NodeBB is now listening on: 0.0.0.0:4567
  49. [cluster] Child Process (31377) listening for connections.
  50. info: [sounds] Sounds OK
  51. info: [meta/templates] Compiling templates
  52. info: [themes] Successfully compiled templates.
  53. info: [meta/css] admin.css committed to disk.
  54. info: [meta/css] stylesheet.css committed to disk.
  55. info: [meta/js] Minification complete
  56. info: [meta/js] Client-side minfile and mapping committed to disk.
  57. info: NodeBB Ready
  58.  
  59.  
  60. ##############################################
  61. This is where I try to log in
  62. ##############################################
  63.  
  64.  
  65. node_redis: no callback to send error: ERR unknown command 'pexpire'
  66. error: Error: ERR unknown command 'pexpire'
  67. at ReplyParser.<anonymous> (/var/www/teknoklubben.com/forum/node_modules/redis/index.js:305:31)
  68. at ReplyParser.emit (events.js:95:17)
  69. at ReplyParser.send_error (/var/www/teknoklubben.com/forum/node_modules/redis/lib/parser/javascript.js:296:10)
  70. at ReplyParser.execute (/var/www/teknoklubben.com/forum/node_modules/redis/lib/parser/javascript.js:181:22)
  71. at RedisClient.on_data (/var/www/teknoklubben.com/forum/node_modules/redis/index.js:534:27)
  72. at Socket.<anonymous> (/var/www/teknoklubben.com/forum/node_modules/redis/index.js:91:14)
  73. at Socket.emit (events.js:95:17)
  74. at Socket.<anonymous> (_stream_readable.js:748:14)
  75. at Socket.emit (events.js:92:17)
  76. at emitReadable_ (_stream_readable.js:410:10)
  77. [cluster] Child Process (31377) has exited (code: 1)
  78. [cluster] Spinning up another process...
  79. info: [notifications.init] Registering jobs.
  80. info: [user.startJobs] Registering User Jobs
  81. info: [themes] Using theme nodebb-theme-lavender
  82. info: [plugins] Initializing plugins system
  83. info: Middlewares loaded.
  84.  
  85. warn: [plugins/nodebb-widget-essentials] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
  86. warn: [plugins/nodebb-widget-essentials] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-widget-essentials".
  87.  
  88. info: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials
  89.  
  90. warn: [plugins/nodebb-plugin-markdown] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
  91. warn: [plugins/nodebb-plugin-markdown] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-markdown".
  92.  
  93. info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown
  94. info: [plugins] Found 2 js file(s) for plugin nodebb-plugin-markdown
  95.  
  96. warn: [plugins/nodebb-plugin-mentions] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
  97. warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions".
  98.  
  99. info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-mentions
  100. info: [plugins] Found 2 js file(s) for plugin nodebb-plugin-mentions
  101. info: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender
  102. info: [plugins] Loaded plugin: nodebb-widget-essentials
  103. info: [plugins] Loaded plugin: nodebb-plugin-soundpack-default
  104. info: [plugins] Loaded plugin: nodebb-plugin-markdown
  105. info: [plugins] Loaded plugin: nodebb-plugin-mentions
  106. info: [plugins] Loaded plugin: nodebb-theme-lavender
  107. info: [hotswap] Router with id `plugins` replaced successfully
  108. info: [plugins] All plugins reloaded and rerouted
  109. info: [plugins] Plugins OK
  110. info: NodeBB attempting to listen on: 0.0.0.0:4567
  111. info: [hotswap] Router with id `auth` replaced successfully
  112. info: NodeBB is now listening on: 0.0.0.0:4567
  113. [cluster] Child Process (701) listening for connections.
  114. info: [cluster] Client-side javascript and mapping propagated to worker 2
  115. info: [cluster] Stylesheets propagated to worker 2
  116. node_redis: no callback to send error: ERR unknown command 'pexpire'
  117. error: Error: ERR unknown command 'pexpire'
  118. at ReplyParser.<anonymous> (/var/www/teknoklubben.com/forum/node_modules/redis/index.js:305:31)
  119. at ReplyParser.emit (events.js:95:17)
  120. at ReplyParser.send_error (/var/www/teknoklubben.com/forum/node_modules/redis/lib/parser/javascript.js:296:10)
  121. at ReplyParser.execute (/var/www/teknoklubben.com/forum/node_modules/redis/lib/parser/javascript.js:181:22)
  122. at RedisClient.on_data (/var/www/teknoklubben.com/forum/node_modules/redis/index.js:534:27)
  123. at Socket.<anonymous> (/var/www/teknoklubben.com/forum/node_modules/redis/index.js:91:14)
  124. at Socket.emit (events.js:95:17)
  125. at Socket.<anonymous> (_stream_readable.js:748:14)
  126. at Socket.emit (events.js:92:17)
  127. at emitReadable_ (_stream_readable.js:410:10)
  128. [cluster] Child Process (701) has exited (code: 1)
  129. [cluster] Spinning up another process...
  130. info: [notifications.init] Registering jobs.
  131. info: [user.startJobs] Registering User Jobs
  132. info: [themes] Using theme nodebb-theme-lavender
  133. info: [plugins] Initializing plugins system
  134. info: Middlewares loaded.
  135.  
  136. warn: [plugins/nodebb-widget-essentials] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
  137. warn: [plugins/nodebb-widget-essentials] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-widget-essentials".
  138.  
  139. info: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials
  140.  
  141. warn: [plugins/nodebb-plugin-markdown] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
  142. warn: [plugins/nodebb-plugin-markdown] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-markdown".
  143.  
  144. info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown
  145. info: [plugins] Found 2 js file(s) for plugin nodebb-plugin-markdown
  146.  
  147. warn: [plugins/nodebb-plugin-mentions] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
  148. warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions".
  149.  
  150. info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-mentions
  151. info: [plugins] Found 2 js file(s) for plugin nodebb-plugin-mentions
  152. info: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender
  153. info: [plugins] Loaded plugin: nodebb-widget-essentials
  154. info: [plugins] Loaded plugin: nodebb-plugin-soundpack-default
  155. info: [plugins] Loaded plugin: nodebb-plugin-markdown
  156. info: [plugins] Loaded plugin: nodebb-plugin-mentions
  157. info: [plugins] Loaded plugin: nodebb-theme-lavender
  158. info: [hotswap] Router with id `plugins` replaced successfully
  159. info: [plugins] All plugins reloaded and rerouted
  160. info: [plugins] Plugins OK
  161. info: NodeBB attempting to listen on: 0.0.0.0:4567
  162. info: [hotswap] Router with id `auth` replaced successfully
  163. info: NodeBB is now listening on: 0.0.0.0:4567
  164. [cluster] Child Process (823) listening for connections.
  165. info: [cluster] Client-side javascript and mapping propagated to worker 3
  166. info: [cluster] Stylesheets propagated to worker 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement