Guest User

Untitled

a guest
Feb 24th, 2014
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.23 KB | None | 0 0
  1. [root@localhost pear]# php go-pear.phar
  2. PHP Notice:  ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in phar:///root/pear/go-pear.phar/index.php on line 2
  3. PHP Stack trace:
  4. PHP   1. {main}() /root/pear/go-pear.phar:0
  5. PHP   2. require_once() /root/pear/go-pear.phar:1236
  6. PHP   3. ob_end_flush() phar:///root/pear/go-pear.phar/index.php:2
  7.  
  8. SCREAM:  Error suppression ignored for
  9. Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in phar:///root/pear/go-pear.phar/index.php on line 2
  10.  
  11. Call Stack:
  12.     0.0242     541032   1. {main}() /root/pear/go-pear.phar:0
  13.     0.0244     535824   2. require_once('phar:///root/pear/go-pear.phar/index.php') /root/pear/go-pear.phar:1236
  14.     0.0244     535872   3. ob_end_flush() phar:///root/pear/go-pear.phar/index.php:2
  15.  
  16.  
  17. Below is a suggested file layout for your new PEAR installation.  To
  18. change individual locations, type the number in front of the
  19. directory.  Type 'all' to change all of them or simply press Enter to
  20. accept these locations.
  21.  
  22.  1. Installation base ($prefix)                   : /usr
  23.  2. Temporary directory for processing            : /tmp/pear/install
  24.  3. Temporary directory for downloads             : /tmp/pear/install
  25.  4. Binaries directory                            : /usr/bin
  26.  5. PHP code directory ($php_dir)                 : /usr/share/pear
  27.  6. Documentation directory                       : /usr/docs
  28.  7. Data directory                                : /usr/data
  29.  8. User-modifiable configuration files directory : /usr/cfg
  30.  9. Public Web Files directory                    : /usr/www
  31. 10. Tests directory                               : /usr/tests
  32. 11. Name of configuration file                    : /etc/pear.conf
  33.  
  34. 1-11, 'all' or Enter to continue:
  35. Beginning install...
  36. Configuration written to /etc/pear.conf...
  37. Initialized registry...
  38. Preparing to install...
  39. installing phar:///root/pear/go-pear.phar/PEAR/go-pear-tarballs/Archive_Tar-1.3.11.tar...
  40. installing phar:///root/pear/go-pear.phar/PEAR/go-pear-tarballs/Console_Getopt-1.3.1.tar...
  41. installing phar:///root/pear/go-pear.phar/PEAR/go-pear-tarballs/PEAR-1.9.4.tar...
  42. installing phar:///root/pear/go-pear.phar/PEAR/go-pear-tarballs/Structures_Graph-1.0.4.tar...
  43. installing phar:///root/pear/go-pear.phar/PEAR/go-pear-tarballs/XML_Util-1.2.1.tar...
  44. install ok: channel://pear.php.net/Archive_Tar-1.3.11
  45. install ok: channel://pear.php.net/Console_Getopt-1.3.1
  46. install ok: channel://pear.php.net/Structures_Graph-1.0.4
  47. install ok: channel://pear.php.net/XML_Util-1.2.1
  48. install ok: channel://pear.php.net/PEAR-1.9.4
  49. PEAR: Optional feature webinstaller available (PEAR's web-based installer)
  50. PEAR: Optional feature gtkinstaller available (PEAR's PHP-GTK-based installer)
  51. PEAR: Optional feature gtk2installer available (PEAR's PHP-GTK2-based installer)
  52. PEAR: To install optional features use "pear install pear/PEAR#featurename"
  53.  
  54. The 'pear' command is now at your service at /usr/bin/pear
  55.  
  56. ** The 'pear' command is not currently in your PATH, so you need to
  57. ** use '/usr/bin/pear' until you have added
  58. ** '/usr/bin' to your PATH environment variable.
  59.  
  60. Run it without parameters to see the available actions, try 'pear list'
  61. to see what packages are installed, or 'pear help' for help.
  62.  
  63. For more information about PEAR, see:
  64.  
  65.  http://pear.php.net/faq.php
  66.  http://pear.php.net/manual/
  67.  
  68. Thanks for using go-pear!
  69.  
  70. PHP Warning:  unlink(/tmp/pear/install/pearlyMmSz): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  71. PHP Stack trace:
  72. PHP   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  73. PHP   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  74. PHP   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  75. PHP   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  76. PHP   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  77.  
  78. SCREAM:  Error suppression ignored for
  79. Warning: unlink(/tmp/pear/install/pearlyMmSz): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  80.  
  81. Call Stack:
  82.    3.5731    7967688   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  83.    3.5745    7934296   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  84.    3.5745    7934512   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  85.    3.5745    7935984   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  86.    3.5805    7989128   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  87.  
  88. PHP Warning:  unlink(/tmp/pear/install/pear88rYAe): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  89. PHP Stack trace:
  90. PHP   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  91. PHP   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  92. PHP   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  93. PHP   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  94. PHP   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  95.  
  96. SCREAM:  Error suppression ignored for
  97. Warning: unlink(/tmp/pear/install/pear88rYAe): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  98.  
  99. Call Stack:
  100.    3.5731    7967688   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  101.    3.5745    7934296   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  102.    3.5745    7934512   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  103.    3.5745    7935984   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  104.    3.5806    7989976   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  105.  
  106. PHP Warning:  unlink(/tmp/pear/install/pearsKggAT): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  107. PHP Stack trace:
  108. PHP   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  109. PHP   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  110. PHP   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  111. PHP   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  112. PHP   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  113.  
  114. SCREAM:  Error suppression ignored for
  115. Warning: unlink(/tmp/pear/install/pearsKggAT): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  116.  
  117. Call Stack:
  118.    3.5731    7967688   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  119.    3.5745    7934296   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  120.    3.5745    7934512   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  121.    3.5745    7935984   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  122.    3.5807    7989976   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  123.  
  124. PHP Warning:  unlink(/tmp/pear/install/pearpwRvJy): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  125. PHP Stack trace:
  126. PHP   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  127. PHP   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  128. PHP   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  129. PHP   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  130. PHP   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  131.  
  132. SCREAM:  Error suppression ignored for
  133. Warning: unlink(/tmp/pear/install/pearpwRvJy): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  134.  
  135. Call Stack:
  136.    3.5731    7967688   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  137.    3.5745    7934296   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  138.    3.5745    7934512   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  139.    3.5745    7935984   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  140.    3.5808    7989976   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  141.  
  142. PHP Warning:  unlink(/tmp/pear/install/peardunxXd): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  143. PHP Stack trace:
  144. PHP   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  145. PHP   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  146. PHP   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  147. PHP   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  148. PHP   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  149.  
  150. SCREAM:  Error suppression ignored for
  151. Warning: unlink(/tmp/pear/install/peardunxXd): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  152.  
  153. Call Stack:
  154.    3.5731    7967688   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  155.    3.5745    7934296   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  156.    3.5745    7934512   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  157.    3.5745    7935984   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  158.    3.5809    7989976   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  159.  
  160. PHP Warning:  unlink(/tmp/glibctest4pLQeT): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  161. PHP Stack trace:
  162. PHP   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  163. PHP   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  164. PHP   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  165. PHP   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  166. PHP   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
  167.  
  168. SCREAM:  Error suppression ignored for
  169. Warning: unlink(/tmp/glibctest4pLQeT): No such file or directory in phar:///root/pear/go-pear.phar/System.php on line 214
  170.  
  171. Call Stack:
  172.    3.5731    7967688   1. _PEAR_call_destructors() phar:///root/pear/go-pear.phar/PEAR.php:0
  173.    3.5745    7934296   2. call_user_func_array() phar:///root/pear/go-pear.phar/PEAR.php:774
  174.    3.5745    7934512   3. System::_removeTmpFiles() phar:///root/pear/go-pear.phar/PEAR.php:774
  175.    3.5745    7935984   4. System::rm() phar:///root/pear/go-pear.phar/System.php:448
  176.    3.5812    7989976   5. unlink() phar:///root/pear/go-pear.phar/System.php:214
Advertisement
Add Comment
Please, Sign In to add comment