Guest User

Untitled

a guest
Jan 26th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.79 KB | None | 0 0
  1. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Boot::init: Booting...
  2. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::TIEHASH: Tieing /etc/imscp/imscp.conf
  3. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::_loadConfig: Config file /etc/imscp/imscp.conf
  4. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DEBUG...
  5. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching MR_LOCK_FILE...
  6. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching CONF_DIR...
  7. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Crypt::set: Setting key as iC-'B1^t-F:(#n"gdMTRzr>q5Y=&tYag
  8. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Crypt::set: Setting iv as |R`Im-W_
  9. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Boot::genKey: Key: |iC-'B1^t-F:(#n"gdMTRzr>q5Y=&tYag|, iv:||R`Im-W_|
  10. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  11. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_HOST...
  12. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::set: Setting DATABASE_HOST as localhost
  13. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_PORT...
  14. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::set: Setting DATABASE_PORT as 3306
  15. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_NAME...
  16. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::set: Setting DATABASE_NAME as imscp
  17. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_USER...
  18. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::set: Setting DATABASE_USER as root
  19. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_PASSWORD...
  20. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Crypt::decrypt_db_password: Returning skittles
  21. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::set: Setting DATABASE_PASSWORD as skittles
  22. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::connect: Connect with dbi:mysql:database=imscp;host=localhost;port=3306
  23. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: =======================
  24. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: Processing type Domain.
  25. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  26. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::doQuery:
  27. SELECT
  28. `domain_id` AS 'id',
  29. `domain_name` AS 'name',
  30. `domain_status` AS 'status'
  31. FROM
  32. `domain`
  33. WHERE
  34. `domain_status`
  35. IN (
  36. 'toadd',
  37. 'change',
  38. 'dnschange',
  39. 'restore',
  40. 'toenable',
  41. 'todisable'
  42. )
  43. with
  44. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  45. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: =======================
  46. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: Processing type Subdomain.
  47. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  48. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::doQuery:
  49. SELECT
  50. `subdomain_id` AS 'id',
  51. `subdomain_name` AS 'name',
  52. `subdomain_status` AS 'status'
  53. FROM
  54. `subdomain`
  55. WHERE
  56. `subdomain_status`
  57. IN (
  58. 'toadd',
  59. 'change',
  60. 'toenable',
  61. 'todisable'
  62. )
  63. with
  64. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  65. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: =======================
  66. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: Processing type Alias.
  67. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  68. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::doQuery:
  69. SELECT
  70. `alias_id` AS 'id',
  71. `alias_name` AS 'name',
  72. `alias_status` AS 'status'
  73. FROM
  74. `domain_aliasses`
  75. WHERE
  76. `alias_status`
  77. IN (
  78. 'toadd',
  79. 'change',
  80. 'dnschange',
  81. 'toenable',
  82. 'todisable'
  83. )
  84. with
  85. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  86. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: =======================
  87. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: Processing type SubAlias.
  88. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  89. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::doQuery:
  90. SELECT
  91. `subdomain_alias_id` AS 'id',
  92. `subdomain_alias_name` AS 'name',
  93. `subdomain_alias_status` AS 'status'
  94. FROM
  95. `subdomain_alias`
  96. WHERE
  97. `subdomain_alias_status`
  98. IN (
  99. 'toadd',
  100. 'change',
  101. 'toenable',
  102. 'todisable'
  103. )
  104. with
  105. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  106. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: =======================
  107. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: Processing type Mail.
  108. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  109. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::mysql::doQuery:
  110. SELECT
  111. `mail_id` AS 'id',
  112. `mail_addr` AS 'name',
  113. `status` as 'status'
  114. FROM
  115. `mail_users`
  116. WHERE
  117. `status`
  118. IN (
  119. 'toadd',
  120. 'change',
  121. 'toenable',
  122. 'delete',
  123. 'todisable'
  124. )
  125. with
  126. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  127. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::Result::FETCH: Fetching 137
  128. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::Result::FETCH: Fetching 137
  129. [DEBUG] [Sat Oct 22 11:01:50 2011] iMSCP::Database::mysql::Result::FETCH: Fetching 137
  130. [DEBUG] [Sat Oct 22 11:01:50 2011] main::mngr_engine_process: processing 137, test@nuxwin.net, toadd.
  131. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: =======================
  132. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: Processing type Htusers.
  133. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  134. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  135. SELECT
  136. `id`,
  137. `uname` as 'name',
  138. `status`
  139. FROM
  140. `htaccess_users`
  141. WHERE
  142. `status`
  143. IN (
  144. 'toadd',
  145. 'change',
  146. 'delete'
  147. )
  148. with
  149. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  150. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: =======================
  151. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: Processing type Htgroup.
  152. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  153. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  154. SELECT
  155. `id` AS 'id',
  156. CONCAT(`ugroup`,':',`id`) AS 'name',
  157. `status`
  158. FROM
  159. `htaccess_groups`
  160. WHERE
  161. `status`
  162. IN (
  163. 'toadd',
  164. 'change',
  165. 'delete'
  166. )
  167. with
  168. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  169. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: =======================
  170. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: Processing type Htaccess.
  171. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  172. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  173. SELECT
  174. `id`,
  175. `auth_name` AS 'name',
  176. `status`
  177. FROM
  178. `htaccess`
  179. WHERE
  180. `status`
  181. IN (
  182. 'toadd',
  183. 'change',
  184. 'delete'
  185. )
  186. with
  187. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  188. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: =======================
  189. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: Processing type SubAlias.
  190. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  191. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  192. SELECT
  193. `subdomain_alias_id` AS 'id',
  194. `subdomain_alias_name` AS 'name',
  195. `subdomain_alias_status` AS 'status'
  196. FROM
  197. `subdomain_alias`
  198. WHERE
  199. `subdomain_alias_status` = 'delete'
  200. with
  201. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  202. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: =======================
  203. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: Processing type Subdomain.
  204. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  205. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  206. SELECT
  207. `subdomain_id` AS 'id',
  208. `subdomain_name` AS 'name',
  209. `subdomain_status` AS 'status'
  210. FROM
  211. `subdomain`
  212. WHERE
  213. `subdomain_status` = 'delete'
  214. with
  215. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  216. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: =======================
  217. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: Processing type Alias.
  218. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  219. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  220. SELECT
  221. `alias_id` AS 'id',
  222. `alias_name` AS 'name',
  223. `alias_status` AS 'status'
  224. FROM
  225. `domain_aliasses`
  226. WHERE
  227. `alias_status` = 'delete'
  228. with
  229. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  230. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: =======================
  231. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: Processing type Domain.
  232. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  233. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  234. SELECT
  235. `domain_id` AS 'id',
  236. `domain_name` AS 'name',
  237. `domain_status` AS 'status'
  238. FROM
  239. `domain`
  240. WHERE
  241. `domain_status` = 'delete'
  242. with
  243. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  244. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: =======================
  245. [DEBUG] [Sat Oct 22 11:01:51 2011] main::mngr_engine_process: Processing type NetCard.
  246. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  247. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  248. SELECT
  249. `ip_id` AS 'id',
  250. `ip_status` AS 'name',
  251. `ip_status` AS 'status'
  252. FROM
  253. `server_ips`
  254. WHERE
  255. `ip_status` != 'ok'
  256. with
  257. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  258. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  259. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  260. SELECT
  261. `domain_id`,
  262. `alias_id`,
  263. `subdomain_id`,
  264. `subdomain_alias_id`,
  265. `software_id`,
  266. `path`,
  267. `software_prefix`,
  268. `db`,
  269. `database_user`,
  270. `database_tmp_pwd`,
  271. `install_username`,
  272. `install_password`,
  273. `install_email`,
  274. `software_status`,
  275. `software_depot`,
  276. `software_master_id`
  277. FROM
  278. `web_software_inst`
  279. WHERE
  280. `software_status`
  281. IN (
  282. 'toadd',
  283. 'delete'
  284. )
  285. ORDER BY
  286. `domain_id`
  287. with
  288. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  289. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching DATABASE_TYPE...
  290. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::mysql::doQuery:
  291. SELECT
  292. `software_id`,
  293. `reseller_id`,
  294. `software_archive`,
  295. `software_status`,
  296. `software_depot`
  297. FROM
  298. `web_software`
  299. WHERE
  300. `software_status` = 'toadd'
  301. ORDER BY
  302. `reseller_id`
  303. with
  304. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Database::mysql::Result::TIEHASH: Tieing ...
  305. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching LOG_DIR...
  306. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching LOG_DIR...
  307. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::new: Capturing *main::STDOUT
  308. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::new: Capturing *main::STDERR
  309. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Execute::_execCaptureBoth: Execute /usr/sbin/postmap /etc/postfix/imscp/aliases
  310. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Execute::_getExitCode: External command exited with value 0
  311. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::DESTROY: Finishing capture of *main::STDERR
  312. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::DESTROY: Finishing capture of *main::STDOUT
  313. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::new: Capturing *main::STDOUT
  314. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::new: Capturing *main::STDERR
  315. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Execute::_execCaptureBoth: Execute /usr/sbin/postmap /etc/postfix/imscp/transport
  316. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Execute::_getExitCode: External command exited with value 0
  317. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::DESTROY: Finishing capture of *main::STDERR
  318. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::DESTROY: Finishing capture of *main::STDOUT
  319. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::new: Capturing *main::STDOUT
  320. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::new: Capturing *main::STDERR
  321. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Execute::_execCaptureBoth: Execute /usr/sbin/postmap /etc/postfix/imscp/mailboxes
  322. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Execute::_getExitCode: External command exited with value 0
  323. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::DESTROY: Finishing capture of *main::STDERR
  324. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::STDCapture::DESTROY: Finishing capture of *main::STDOUT
  325. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching APACHE_LOG_DIR...
  326. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching TRAFF_LOG_DIR...
  327. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching FTP_TRAFF_LOG...
  328. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Config::FETCH: Fetching LOG_DIR...
  329. [DEBUG] [Sat Oct 22 11:01:51 2011] iMSCP::Debug::END: Exit code is 0
Add Comment
Please, Sign In to add comment