Guest User

Untitled

a guest
Sep 9th, 2011
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. tc@box:~/pyload$ python pyLoadCore.py
  2. This is your first start, running configuration assistent now.
  3. Choose your Language / WΓ€hle deine Sprache ([en], de, fr, it, es, sv, ru, pl, cs, pt_BR):
  4.  
  5. Welcome to the pyLoad Configuration Assistent.
  6. It will check your system and make a basic setup in order to run pyLoad.
  7.  
  8. The value in brackets [] always is the default value,
  9. in case you don't want to change it or you are unsure what to choose, just hit enter.
  10. Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore.
  11. If you have any problems with this assistent hit STRG-C,
  12. to abort and don't let him start with pyLoadCore automatically anymore.
  13.  
  14. When you are ready for system check, hit enter.
  15.  
  16. ## System Check ##
  17. Python Version: OK
  18. pycurl: OK
  19. sqlite3: OK
  20.  
  21. pycrypto: missing
  22. py-OpenSSL: missing
  23.  
  24. py-imaging: missing
  25. tesseract: missing
  26.  
  27. PyQt4: missing
  28.  
  29. jinja2: OK
  30. beaker: OK
  31. JS engine: missing
  32.  
  33. System check finished, hit enter to see your status report.
  34.  
  35. ## Status ##
  36.  
  37. Features available: Webinterface
  38.  
  39. Featues missing:
  40.  
  41. no py-crypto available
  42. You need this if you want to decrypt container files.
  43.  
  44. no SSL available
  45. This is needed if you want to establish a secure connection to core or webinterface.
  46. If you only want to access locally to pyLoad ssl is not usefull.
  47.  
  48. no Captcha Recognition available
  49. Only needed for some hosters and as freeuser.
  50.  
  51. Gui not available
  52. The Graphical User Interface.
  53.  
  54. no JavaScript engine found
  55. You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino
  56. You can abort the setup now and fix some dependicies if you want.
  57. Continue with setup? ([y]/n):
  58.  
  59. Do you want to change the config path? Current is /home/tc/.pyload
  60. If you use pyLoad on a server or the home partition lives on an iternal flash it may be a good idea to change it.
  61. Change config path? (y/[n]):
  62.  
  63. Do you want to configure login data and basic settings?
  64. This is recommend for first run.
  65. Make basic setup? ([y]/n):
  66.  
  67. ## Basic Setup ##
  68.  
  69. The following logindata is valid for CLI, GUI and webinterface.
  70. Username [User]:
  71. Password:
  72. Password (again):
  73.  
  74. Language ([en], de, fr, it, es, sv, ru, pl, cs, pt_BR):
  75. Downloadfolder [Downloads]:
  76. Max parallel downloads [3]:
  77. Use Reconnect? (y/[n]):
  78.  
  79. Do you want to configure webinterface?
  80. Configure webinterface? ([y]/n):
  81.  
  82. ## Webinterface Setup ##
  83.  
  84. Activate webinterface? ([y]/n):
  85.  
  86. Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally.
  87. Address [0.0.0.0]:
  88. Port [8000]:
  89.  
  90. pyLoad offers several server backends, now following a short explanation.
  91. builtin: Default server, best choice if you dont know which one to choose.
  92. threaded: This server offers SSL and is a good alternative to builtin.
  93. fastcgi: Can be used by apache, lighttpd, requires you to configure them, which is not too easy job.
  94. lightweight: Very fast alternative written in C, requires libev and linux knowlegde.
  95. Get it from here: https://github.com/jonashaag/bjoern, compile it
  96. and copy bjoern.so to module/lib
  97.  
  98. Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface
  99. come back here and change the builtin server to the threaded one here.
  100. Server ([builtin], threaded, fastcgi, lightweight):
  101.  
  102. Setup finished successfully.
  103. Hit enter to exit and restart pyLoad
  104.  
  105. tc@box:~/pyload$ python pyLoadCore.py
  106. 10.09.2011 11:49:03 INFO Starting pyLoad 0.4.7
  107. 10.09.2011 11:49:03 INFO Using home directory: /home/tc/.pyload
  108. 10.09.2011 11:49:04 INFO Activated plugins: CaptchaTrader, ClickAndLoad, ExternalScripts, UpdateManager
  109. 10.09.2011 11:49:04 INFO Deactivate plugins: Ev0InFetcher, HotFolder, IRCInterface, MergeFiles, MultiHome, RealdebridCom, RehostTo, UnRar, XMPPInterface
  110. 10.09.2011 11:49:04 INFO Downloadtime: True
  111. 10.09.2011 11:49:04 INFO Starting ThriftBackend: 0.0.0.0:7227
  112. 10.09.2011 11:49:04 INFO Starting builtin webserver: 0.0.0.0:8000
  113. 10.09.2011 11:49:04 INFO Free space: 1.72 GiB
  114. 10.09.2011 11:49:04 INFO Activating Accounts...
  115. 10.09.2011 11:49:04 INFO Activating Plugins...
  116. 10.09.2011 11:49:04 INFO pyLoad is up and running
  117. 10.09.2011 11:49:07 INFO No Updates for pyLoad
  118. 10.09.2011 11:49:08 INFO New version of account|FileserveCom.py : 0.20
  119. 10.09.2011 11:49:11 INFO New version of account|RapidshareCom.py : 0.21
  120. 10.09.2011 11:49:13 INFO New version of hoster|YoutubeCom.py : 0.23
  121. 10.09.2011 11:49:16 INFO New version of hoster|FileserveCom.py : 0.42
  122. 10.09.2011 11:49:19 INFO New version of hoster|RapidshareCom.py : 1.36
  123. 10.09.2011 11:49:21 INFO *** Plugins have been updated, please restart pyLoad ***
Add Comment
Please, Sign In to add comment