Advertisement
Guest User

vh on freebsd-10.2 core

a guest
Feb 24th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. root@fbsd102:~ # vh -i
  2. Hello root,
  3. let's start with the configuration of database access. If you have some problems with configuration you can:
  4. * Follow the official documentation: https://github.com/verlihub/verlihub/wiki/
  5. * Seek support on VAZ: dchub://hub.verlihub.net:7777/
  6.  
  7. [*] MySQL settings
  8. -- Please insert MySQL server setting below for the hub.
  9. If the account/DB does not exist it will be created later in this setup.
  10. Choose database name (verlihub):
  11. MySQL user to access to 'verlihub' (verlihub):
  12. MySQL password for user 'verlihub': 123654
  13. MySQL hostname (localhost):
  14. MySQL charset (experts only, leave empty for default):
  15. Hub locale (experts only, leave empty for default):
  16. Hub encoding (experts only, leave empty for default):
  17. This is information about your MySQL server and the hub:
  18. Database: verlihub
  19. Username: verlihub
  20. Password: 123654
  21. Hostname: localhost
  22. Charset:
  23. Hub locale:
  24. Hub encoding:
  25. Do you want to continue with this information? (y/N) y
  26.  
  27. -- Checking MySQL account verlihub@localhost; this could take some times...
  28. -- The MySQL account 'verlihub' has been found
  29.  
  30. -- Checking MySQL database verlihub; this could take some times...
  31. -- The MySQL database 'verlihub' has been found
  32. -- Please insert MySQL administrator information to create DB or account or grant permissions.
  33. Username (root):
  34. Password: 123456
  35. This is information about MySQL administrator:
  36. Username: root
  37. Password: 123456
  38. Do you want to continue with this information? (y/N) y
  39.  
  40. -- You need to choose a place for the configuration files
  41. [1] /etc/verlihub
  42. [2] /usr/local/etc/verlihub
  43. [9] Other, choose path where put config file
  44. Select number: 2
  45. -- The folder '/usr/local/etc/verlihub' already exists (existing configuration will be backup). Do you want to continue? Otherwise choose 'N' to select another folder [y/N]: y
  46. -- The original configuration has been moved to /root/vh_install_1456360965.tar.gz
  47.  
  48. -- Config file has been successfully written in '/usr/local/etc/verlihub/dbconfig'.
  49. -- Now they will be created other directories and files.
  50. -- Copy files and accessing to MySQL server; this could take some times...
  51. /usr/local/bin/vh_lib: line 284: 2120 Segmentation fault (core dumped) $BINDIR/verlihub 2 &> $VERLIHUB_CFG/install_log
  52. -- ERROR: cannot create verlihub's tables in the database, cannot continue with the installation. Please check '/usr/local/etc/verlihub/install_log' file for more info and run installation again
  53. root@fbsd102:~ # cat /usr/local/etc/verlihub/install_log
  54. root@fbsd102:~ # gdb /usr/local/bin/ver
  55. verify-uselistorder36* verlihub* verlihub_config*
  56. root@fbsd102:~ # gdb /usr/local/bin/verlihub verlihub.core
  57. GNU gdb 6.1.1 [FreeBSD]
  58. Copyright 2004 Free Software Foundation, Inc.
  59. GDB is free software, covered by the GNU General Public License, and you are
  60. welcome to change it and/or distribute copies of it under certain conditions.
  61. Type "show copying" to see the conditions.
  62. There is absolutely no warranty for GDB. Type "show warranty" for details.
  63. This GDB was configured as "amd64-marcel-freebsd"...Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /usr/local/bin/verlihub]
  64.  
  65. Core was generated by `verlihub'.
  66. Program terminated with signal 11, Segmentation fault.
  67. Reading symbols from /usr/local/lib/libverlihub.so.1.0.0.0...Error while reading shared library symbols:
  68. Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /usr/local/lib/libverlihub.so.1.0.0.0]
  69. Reading symbols from /usr/lib/libssl.so.7...(no debugging symbols found)...done.
  70. Loaded symbols for /usr/lib/libssl.so.7
  71. Reading symbols from /lib/libcrypto.so.7...(no debugging symbols found)...done.
  72. Loaded symbols for /lib/libcrypto.so.7
  73. Reading symbols from /lib/libcrypt.so.5...(no debugging symbols found)...done.
  74. Loaded symbols for /lib/libcrypt.so.5
  75. Reading symbols from /usr/local/lib/mysql/libmysqlclient.so.20...(no debugging symbols found)...done.
  76. Loaded symbols for /usr/local/lib/mysql/libmysqlclient.so.20
  77. Reading symbols from /lib/libz.so.6...(no debugging symbols found)...done.
  78. Loaded symbols for /lib/libz.so.6
  79. Reading symbols from /usr/local/lib/libpcre.so.1...(no debugging symbols found)...done.
  80. Loaded symbols for /usr/local/lib/libpcre.so.1
  81. Reading symbols from /usr/local/lib/libpcreposix.so.0...(no debugging symbols found)...done.
  82. Loaded symbols for /usr/local/lib/libpcreposix.so.0
  83. Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done.
  84. Loaded symbols for /lib/libthr.so.3
  85. Reading symbols from /usr/local/lib/libasprintf.so.0...(no debugging symbols found)...done.
  86. Loaded symbols for /usr/local/lib/libasprintf.so.0
  87. Reading symbols from /usr/local/lib/libintl.so.8...(no debugging symbols found)...done.
  88. Loaded symbols for /usr/local/lib/libintl.so.8
  89. Reading symbols from /usr/lib/libexecinfo.so.1...(no debugging symbols found)...done.
  90. Loaded symbols for /usr/lib/libexecinfo.so.1
  91. Reading symbols from /usr/local/lib/gcc46/libstdc++.so.6...done.
  92. Loaded symbols for /usr/local/lib/gcc46/libstdc++.so.6
  93. Reading symbols from /lib/libm.so.5...done.
  94. Loaded symbols for /lib/libm.so.5
  95. Reading symbols from /lib/libgcc_s.so.1...done.
  96. Loaded symbols for /lib/libgcc_s.so.1
  97. Reading symbols from /lib/libc.so.7...done.
  98. Loaded symbols for /lib/libc.so.7
  99. Reading symbols from /usr/lib/librt.so.1...done.
  100. Loaded symbols for /usr/lib/librt.so.1
  101. Reading symbols from /usr/lib/libc++.so.1...done.
  102. Loaded symbols for /usr/lib/libc++.so.1
  103. Reading symbols from /lib/libcxxrt.so.1...done.
  104. Loaded symbols for /lib/libcxxrt.so.1
  105. Reading symbols from /usr/lib/libelf.so.1...done.
  106. Loaded symbols for /usr/lib/libelf.so.1
  107. Reading symbols from /libexec/ld-elf.so.1...done.
  108. Loaded symbols for /libexec/ld-elf.so.1
  109. #0 0x0000000000000000 in ?? ()
  110. [New Thread 804406400 (LWP 100129/<unknown>)]
  111. (gdb) bt full
  112. #0 0x0000000000000000 in ?? ()
  113. No symbol table info available.
  114. #1 0x00000008029b6302 in __dynamic_cast (src_ptr=0x802bf0700, src_type=0x802be6eb0, dst_type=0x802be6be0, src2dst=0)
  115. at ../../.././../gcc-4.6.4/libstdc++-v3/libsupc++/dyncast.cc:61
  116. vtable = <value optimized out>
  117. whole_ptr = (const void *) 0x802bf0700
  118. whole_type = <value optimized out>
  119. result = {dst_ptr = 0x0, whole2dst = __cxxabiv1::__class_type_info::__unknown,
  120. whole2src = __cxxabiv1::__class_type_info::__unknown, dst2src = __cxxabiv1::__class_type_info::__unknown, whole_details = 16}
  121. #2 0x00000008029895d0 in std::has_facet<std::ctype<char> > (__loc=@0x802bf0258) at locale_classes.tcc:234
  122. __i = <value optimized out>
  123. __facets = <value optimized out>
  124. #3 0x000000080297e4d4 in std::basic_ios<char, std::char_traits<char> >::_M_cache_locale (this=0x802bf0188, __loc=@0x802bf0258)
  125. at basic_ios.tcc:160
  126. No locals.
  127. #4 0x000000080297e578 in std::basic_ios<char, std::char_traits<char> >::init (this=0x802bf0188, __sb=0x802befa60)
  128. at basic_ios.tcc:133
  129. No locals.
  130. #5 0x00000008029660ed in Init (this=<value optimized out>) at ostream:85
  131. No locals.
  132. #6 0x0000000800883094 in ?? () from /usr/local/lib/libverlihub.so.1.0.0.0
  133. No symbol table info available.
  134. #7 0x0000000800b73000 in ?? () from /usr/local/lib/libverlihub.so.1.0.0.0
  135. No symbol table info available.
  136. #8 0x00007fffffffe090 in ?? ()
  137. No symbol table info available.
  138. #9 0x0000000800820560 in ?? () from /libexec/ld-elf.so.1
  139. No symbol table info available.
  140. #10 0x0000000000000000 in ?? ()
  141. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement