Friday, May 6, 2011

Kloxo - IP Address Changed Amidst Session. Possible Session Hijacking.

Kloxo - IP Address Changed Amidst Session. Possible Session Hijacking.


Login āđ„āļĄ่āđ„āļ”้ āđƒāļ™āļāļĢāļ“ีāļ—ี่ āļ—่āļēāļ™ āļ•ิāļ”āļ•ั้āļ‡ proxy :


āļ—่āļēāļ™āļ•้āļ­āļ‡āđ„āļ› āļ„āļĨิāļ āļ›ิāļ” āļ•āļēāļĄ āļĢูāļ› āļ™āļ°āļ„āļĢัāļš āļ–ึāļ‡ āļˆāļ° login
āđ„āļ”้

Saturday, February 12, 2011

mysqld āđ„āļĄ่āļŠāļēāļĄāļēāļĢāļ–āđƒāļŠ้āļ‡āļēāļ™āđ„āļ”้ āđāļ•่ status āļ็āđ„āļĄ่āļ•āļēāļĒ āđƒāļ„āļĢāđ€āļ„āļĒāđ€āļˆāļ­āļš้āļēāļ‡

āđāļšāļšāļ­āļĒู่āđ† āļ—ุāļāđ€āļ§็āļšāļ็ connect mysqld āđ„āļĄ่āđ„āļ”้
āđāļ•่āļžāļ­ ssh āđ€āļ‚้āļēāđ„āļ›āđ€āļŠ็āļ„
[root@server root]# service mysqld status
mysqld (pid 22214) is running...

āļœāļĄāđāļ้āđāļ„่
[root@server root]# kill -9 22214


āļĄัāļ™āļ็āđƒāļŠ้āļ‡āļēāļ™āđ„āļ”้āđ€āļĨāļĒāļ™āļ°āļ„āļĢัāļš āđ‚āļ”āļĒāđ€āļ›āļĨี่āļĒāļ™ pid
[root@server root]# service mysqld status
mysqld (pid 22548) is running...

āđāļ•่āļ›ัāļāļŦāļēāļ„ืāļ­āļ•้āļ­āļ‡āļĄāļēāļ„่āļ­āļĒ kill āļĄัāļ™āļ™āļ°āļ„āļĢัāļšāđ€āļĨāļĒāđ„āļĄ่āļĢู้āļŠāļēāđ€āļŦāļ•ุāļ§่āļēāļ—āļģāđ„āļĄāļ­āļĒู่āđ†āļĄัāļ™āļ–ึāļ‡āļ—āļģāļ‡āļēāļ™āđ„āļĄ่āđ„āļ”้āļ™āļ°āļ„āļĢัāļš
āļĄีāđƒāļ„āļĢāđ€āļ„āļĒāđ€āļˆāļ­āļš้āļēāļ‡āđ„āļŦāļĄāļ„āļĢัāļš
āđƒāļŠ้ linux + plesk āļ™āļ°āļ„āļĢัāļš
āļ‚āļ­āļšāļ„ุāļ“āļ„āļĢัāļš

āđ€āļŠ็āļ„ log āļĄัāļ™āļ‚ึ้āļ™āđāļšāļšāļ™ี้āļ™āļ°āļ„āļĢัāļšāļˆāļēāļ /var/log/mysqld.log
[root@server log]# cat mysqld.log.1
A mysqld process already exists at  Sat May 3 20:02:28 ICT 2008
080503 20:02:55  mysqld ended

080503 20:05:27  mysqld started
080503 20:05:28  InnoDB: Out of memory in additional memory pool.
InnoDB: InnoDB will start allocating memory from the OS.
InnoDB: You may get better performance if you configure a bigger
InnoDB: value in the MySQL my.cnf file for
InnoDB: innodb_additional_mem_pool_size.
080503 20:05:28  InnoDB: Started
080503 20:05:28  Found invalid password for user: 'dbservicesrn'@'localhost'; Ignoring user
080503 20:05:28  Found invalid password for user: 'school'@'localhost'; Ignoring user
080503 20:05:28  Found invalid password for user: 'p5wd2'@'localhost'; Ignoring user
080503 20:05:28  Found invalid password for user: 'wixx8'@'localhost'; Ignoring user
/usr/libexec/mysqld: ready for connections

 ===========================

āļ–้āļēāđ„āļĄ่āļĄีāļāļēāļĢāđƒāļŠ้ innodb āļ็āđƒāļŠ่ --skip-innodb āđƒāļ™ my.cnf 



āļ–้āļēāđ„āļĄ่āļĄีāļāļēāļĢāđƒāļŠ้ innodb āļ็āđƒāļŠ่ --skip-innodb āđƒāļ™ my.cnf


āļ™่āļēāļˆāļ°āđƒāļŠ่āļ•āļĢāļ‡āđ„āļŦāļ™āļŦāļĢืāļ­āļ„āļĢัāļš
[mysqld]
innodb_data_file_path=ibdata1:10M:autoextend
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

āļœāļĄāđ€āļˆāļ­āđāļ›āļĨāļāđ€āļĢื่āļ­āļ‡āļ™ึāļ‡āļ™āļ°āļ„āļĢัāļš
āļ„ืāļ­ āļœāļĄāļĨāļ­āļ‡
[root@server root]# ps auxww |grep mysql
root    24035  0.0  0.1  4248  544 ?        S    May03  0:00 /bin/sh /usr/bin/safe_mysqld --defaults-file=/etc/my.cnf
mysql    32330  0.1  4.2 104588 21988 ?      S    09:58  0:00 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-locking
root      315  0.0  0.1  3684  660 pts/0    S    10:01  0:00 grep mysql

āđāļ•่ āļžāļ­āļĨāļ­āļ‡ cat /var/run/mysqld/mysqld.pid āļāļĨัāļšāđ„āļĄ่āļĄีāļ­āļ°āđ„āļĢāđ€āļĨāļĒ āđ€āļžāļĢāļēāļ°āļĨāļ­āļ‡āđ€āļ„āļĢื่āļ­āļ‡āļ­ื่āļ™āđāļĨ้āļ§āļĄัāļ™āļˆāļ°āļ•้āļ­āļ‡āļĄี āļ­ัāļ™āđ€āļ”ีāļĒāļ§āļัāļš pid āđ€āļŠ่āļ™ pid 32330
[root@server root]# cat /var/run/mysqld/mysqld.pid

āļ­āļĒ่āļēāļ‡āļ™ี้āļœāļĄ [root@serverroot]# vi /var/run/mysqld/mysqld.pid
āđƒāļŠ่ id āđ„āļ›āļˆāļ°āđ€āļ›็āļ™āđ„āļ›āđ„āļŦāļĄāļ„āļĢัāļš

āđāļĨāļ°āļ™่āļēāļˆāļ°āđ€āļีāļĒāļ§āļัāļšāļ›ัāļāļŦāļēāļ™ี้āđ„āļŦāļĄāļ„āļĢัāļš

āļœāļĄāļŠัāļ‡āđ€āļŦāļ•ุāđ€āļ„āļĢื่āļ­āļ‡āļ™ี้ āđāļ›āļĨāļāļāļ§่āļēāđ€āļ„āļĢื่āļ­āļ‡āļ­ื่āļ™āļ•āļĢāļ‡ pid file āļ—ี่āđ€āļ็āļš mysql āļ™āļ°āļ„āļĢัāļš āđ„āļĄ่āļĢู้āđ€āļีāļĒāļ§āļŦāļĢืāļ­āđ€āļ›āļĨ่āļē

āđ€āļ„āļĢื่āļ­āļ‡āļ­ื่āļ™
mysql    21365  5.9  0.9 68452 4284 ?        S    Apr18 1364:29 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/mysqld.pid --skip-locking

āļ•āļĢāļ‡ --pid-file=/var/lib/mysql/mysqld.pid āļˆāļ°āļ­āļĒู่āļ—ี่ /var/lib/mysql/....xxx


āđ€āļ„āļĢื่āļ­āļ‡āļ—ี่āļĄีāļ›ัāļāļŦāļē
mysql    32330  0.1  4.3 104680 22328 ?      S    09:58  0:00 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-locking


āļĄัāļ™āđ€āļ›็āļ™ --pid-file=/var/run/mysqld/mysqld.pid  āļ„ืāļ­āđ„āļ›āļ­āļĒู่āļ—ี่ /var/run/mysqld/..xxxx

āđ„āļĄ่ āļĢู้āļ§่āļēāļ­ัāļ™āđ„āļŦāļ™āļ™่āļēāļˆāļ°āļ–ูāļāļ•้āļ­āļ‡āļŦāļĢืāļ­āļ„āļĢัāļš āđāļĨ้āļ§āļĄัāļ™āļ„ืāļ­āļ­āļ°āđ„āļĢāļĄีāļœāļĨāļ­āļĒ่āļēāļ‡āđ„āļĢ āļ™่āļēāļˆāļ°āđ€āļี่āļĒāļ§āļัāļšāļ›ัāļāļŦāļēāļŦāļĢืāļ­āđ€āļ›āļĨ่āļēāđ€āļžāļĢāļēāļ° āļœāļĄāđ„āļ›āđ€āļŠ็āļ„āļ”ูāļ—ี่ file =/var/run/mysqld/mysqld.pid āļ›āļĢāļēāļāļāļ§่āļēāđ„āļĄ่āļĄีāļ™āļ°āļ„āļĢัāļš āđ€āļĨāļĒāđ„āļ”้āļŠāļĢ้āļēāļ‡āļ‚ี้āļ™āļĄāļēāđāļĨ้āļ§āļ็āđƒāļŠ่ pid āđ€āļีāļĒāļ§āļัāļš mysql status āđ€āļ‚้āļēāđ„āļ›
āļ•āļ­āļ™āļ™ี้ āļĨāļ­āļ‡āļ­āļĒู่āļ§่āļēāļˆāļ°āļĄีāļ›ัāļāļŦāļēāļ­ีāļāļŦāļĢืāļ­āđ€āļ›āļĨ่āļē

āļ›ัāļāļŦāļēāļ™่āļēāļˆāļ°āļĄāļēāļˆāļēāļ pid āđ„āļŸāļĨ์āļ—ี่āļ§่āļēāļĄāļēāļ„āļĢัāļš
āļ›āļĢāļ°āļĄāļēāļ“āļ§่āļē service on āļ­āļĒู่āđāļ•่āđ„่āļĄ่āļĄี pid āļ­āļĒุ่āđƒāļ™āđ„āļŸāļĨ์
āļ•ัāļ§ monitor service āļ็āđ€āļĨāļĒāļ„ิāļ”āļ§่āļē down āđāļĨāļ°āļ—āļģāļāļēāļĢ start āđƒāļŦ้

āļĨāļ­āļ‡āļŠั่āļ‡ /etc/init.d/mysql(d) stop āļ•ิāļ”āļัāļ™ 2 āļ„āļĢั้āļ‡ (āđ€āļĢิ่āļĄāļŠั่āļ‡āļ•āļ­āļ™āļ•้āļ™āļ™āļēāļ—ีāđ€āļžื่āļ­āļŦāļĨีāļāđ€āļĨี่āļĒāļ‡ cron)
āđāļĨ้āļ§āļ•āļēāļĄāļ”้āļ§āļĒ killall mysqld
ps āļ”ูāļ§่āļēāļĄี process mysql āđ€āļŦāļĨืāļ­āļ­āļĒู่āļŦāļĢืāļ­āđ€āļ›āļĨ่āļē āļ–้āļēāļĄีāļ็ kill āļ­āļ­āļāđƒāļŦ้āļŦāļĄāļ”
āļĢāļ°āļŦāļ§่āļēāļ‡āļ™ี้āđ„āļĄ่āļ„āļ§āļĢāļˆāļ°āļĄี process mysql run āļ‚ึ้āļ™āļĄāļēāđ€āļ­āļ‡

āđ€āļŠāļĢ็āļˆāđāļĨ้āļ§āļŠั่āļ‡ start mysql āļˆāļēāļāđƒāļ™ plesk āļŦāļĢืāļ­āļ–้āļēāđƒāļ™ plesk āđ„āļĄ่āļĄี āļ็ /etc/init.d/mysql(d) restart
āđ€āļŠ็āļ„āļ§่āļēāļĄี pid āđƒāļ™āđ„āļŸāļĨ์āļŦāļĢืāļ­āđ€āļ›āļĨ่āļē
 


āđ€āļ›็āļ™āļ­ีāļāđāļĨ้āļ§āļ™āļ°āļ„āļĢัāļš āđ€āļĨāļĒ status āļ”ูāđ„āļ”้āļ•āļēāļĄāļ™ี้
[root@server root]# mysql
ERROR 1040: Too many connections

[root@server mysql]# mysqladmin processlist
mysqladmin: connect to server at 'localhost' failed
error: 'Too many connections'

[root@server mysqld]# /etc/init.d/mysqld stop
Stopping MySQL:                                            [FAILED]
[root@server mysqld]# /etc/init.d/mysqld stop
Stopping MySQL:                                            [FAILED]


[root@server mysqld]# killall mysqld

[root@server mysqld]# ps auxww |grep mysql
root      7668  0.0  0.1  3688  660 pts/2    S    18:13  0:00 grep mysql

[root@server mysqld]# /etc/init.d/mysqld restart
Stopping MySQL:                                            [FAILED]
Starting MySQL:     


[root@server mysqld]# cat /var/run/mysqld/mysqld.pid

āļŠุāļ”āļ—้āļēāļĒāđ€āļŦāļĄืāļ­āļ™āļĄัāļ™āļŠāļĢ้āļēāļ‡ file āļ‚ึ้āļ™āļĄāļēāđāļ•่āđ„āļĄ่āđƒāļŠ่ pid āđ€āļ‚้āļēāđ„āļ›āļ„ืāļ­ āđ€āļ›็āļ™file āļ§่āļēāļ‡āđ†

================================

āļ—āļģ mysqld processlist

Uptime: 1151  Threads: 1  Questions: 12155  Slow queries: 0  Opens: 704  Flush tables: 1  Open tables: 64 Queries per second avg: 10.560

āđāļĨāļ°āļĄัāļ™āļĄี process āđ€āļŦāļĄืāļ­āļ™āļĄัāļ™ Lock āļ™āļ°āļ„āļĢัāļš āđ„āļĄ่āļĒāļ­āļĄāļŦāļēāļĒāđ„āļ›āđ€āļ­āļ‡āļˆāļēāļ processlist āđ€āļĢāļēāļˆāļ°kill āļĄัāļ™auto āđ„āļ”้āđ„āļŦāļĄāļ„āļĢัāļšāļŦāļĢืāļ­āļĄัāļ™ āļ™่āļēāļĄีāļ›ัāļāļŦāļēāļ­āļ°āđ„āļĢāļ—āļģāđ„āļĄāļĄัāļ™āđ„āļĄ่āļĒāļ­āļĄāļŦāļēāļĒ
| 1127 | dbdb| localhost | dbdb| Query          | 3417 | update          | insert into nuke_msanalysis_search ( words, hits, today, hitstoday, xdays, hitsxdays ) values ( '๠|
| 1148 | dbdb| localhost | dbdb| Query          | 3392 | Locked          | update nuke_msanalysis_search set hits=hits+1, today='2008-05-04', hitstoday=hitstoday+1, hitsxdays= |
| 1163 | dbdb| localhost | dbdb| Query          | 3380 | Locked          | update nuke_msanalysis_search set hits=hits+1, today='2008-05-04', hitstoday=hitstoday+1, hitsxdays= |
| 1178 | dbdb| localhost | dbdb| Query          | 3365 | Locked          | update nuke_msanalysis_search set hits=hits+1, today='2008-05-04', hitstoday=hitstoday+1, hitsxdays= |
| 1508 | dbdb| localhost | dbdb| Query          | 2849 | Locked          | insert into nuke_msanalysis_search ( words, hits, today, hitstoday, xdays, hitsxdays ) values ( 'ภ|
| 1522 | dbdb| localhost | dbdb| Query          | 2819 | Locked          | insert into nuke_msanalysis_search ( words, hits, today, hitstoday, xdays, hitsxdays ) values ( '๠|
| 2307 | dbdb| localhost | dbdb| Query          | 1715 | Locked          | update nuke_msanalysis_search set hits=hits+1, today='2008-05-04', hitstoday=hitstoday+1, hitsxdays= |
| 2419 | dbdb| localhost | dbdb| Query          | 1535 | Locked          | update nuke_msanalysis_search set hits=hits+1, today='2008-05-04', hitstoday=hitstoday+1, hitsxdays= |
| 2448 | Loli_phpBB    | localhost | phpBB          | Query          | 1472 | update          | INSERT INTO phpbb_posts_text (post_id, post_subject, bbcode_uid, post_text) VALUES (14924, 'CODE GEA |
| 2538 | Loli_phpBB    | localhost | phpBB          | Query          | 1326 | Locked          | INSERT INTO phpbb_posts_text (post_id, post_subject, bbcode_uid, post_text) VALUES (14925, 'CODE GEA |

(āļ­ัāļ™āļ™ี้āđāļ„่āļŠ่āļ§āļ™āļ™ึāļ‡āļ™āļ°āļ„āļĢัāļš)

āļžāļ­āļ—āļĢāļēāļšāļ›ัāļāļŦāļēāļĨāļ°āļ„āļĢัāļš āļ•āļ­āļ™āđāļĢāļāļ™ึāļāļ§่āļēāđ€āļ›็āļ™āļ—ี่ script āļĨุāļāļ„้āļēāđāļ•่āđ€āļ‚้āļēāđ„āļ›āđ€āļŠ็āļ„āđāļĨ้āļ§
āđ€āļ›็āļ™āļŦāļĨāļēāļĒāđ€āļ§็āļšāđ€āļĨāļĒ āđ‚āļ”āļĒāđ€āļ‰āļžāļēāļ°āđ€āļ§็āļšāļ—ี่āđ€āļ›็āļ™ script āļŠāļģāđ€āļĢ็āļˆāļĢูāļ› āļžāļ§āļ phpbb smf
āļĄัāļ™āļˆāļ°āđ€āļŦāļĨืāļ­ process āļ„้āļēāļ‡āđ„āļ§้
āđ€āļŠ่āļ™
UPDATE smf_members
                SET
                        lastLogin = 1209916692,
                        memberIP = '58.8.23.64',
                        memberIP2 = '5 |

INSERT INTO smf_messages
                        (ID_BOARD, ID_TOPIC, ID_MEMBER, subject, body, posterName, posterEmai |


āđ€āļĨāļĒāļ„ิāļ”āļ§่āļēāđ€āļ„āļĢืāļ­่āļ‡āļ™่āļēāļˆāļ°āļĄีāļ›ัāļāļŦāļēāļ—ี่āđ„āļĄ่āļŠāļ­āļš āđ€āļ„āļĨีāļĒāļĢ์ process āđ€āļ่āļēāđ† āļ—ิ้āļ‡ āļ—āļģāđƒāļŦ้āļĄัāļ™āđ€āļ•็āļĄāđāļĨāļ°āļ็āļ„้āļēāļ‡āđƒāļŦ้āļ—ี่āļŠุāļ”āļ™āļ°āļ„āļĢัāļš
āđāļšāļšāļ™ี้āđ€āļĢāļēāļˆāļ°āđāļ้āļ­āļĒ่āļēāļ‡āđ„āļĢāļ”ีāļĄีāļ—āļēāļ‡ āđ€āļŠ็āļ„āđƒāļŦ้āļĄัāļ™ kill auto āđ„āļŦāļĄāļ„āļĢัā

āļˆāļēāļ error āļĄัāļ™āđāļˆ้āļ‡āļ§่āļē memory pool āļ™ั้āļ™āļĄีāļ‚āļ™āļēāļ”āđƒāļŦāļ่āđ€āļิāļ™āđ„āļ›

āđāļ•่āļ§่āļē my.cnf āļ‚āļ­āļ‡āļ„ุāļ“āļ็āđ„āļĄ่āđ„āļ”้āļāļĨ่āļēāļ§āļ–ึāļ‡āđ€āļ­āļēāđ„āļ§้āđ€āļĨāļĒ

āļ”ัāļ‡āļ™ั้āļ™ āļĄัāļ™āļ„ืāļ­āļāļēāļĢāļ”ึāļ‡āļ„่āļē default āļ­āļ­āļāļĄāļēāđƒāļŠ้āļ™ั่āļ™āđ€āļ­āļ‡

āļ—ี่āļĄัāļ™āđ€āļิāļ‚ึ้āļ™āļ็āđ€āļžāļĢāļēāļ°āļ§่āļē ram āļ‚āļ­āļ‡āļ„ุāļ“āļŦāļĄāļ” āđāļĨāļ°āļĄีāđ„āļĄ่āđ€āļžีāļĒāļ‡āļžāļ­āļ—ี่āļˆāļ°āļˆัāļšāļˆāļ­āļ‡āļĄāļēāļĢāļ­āļ‡āļĢัāļšāļāļēāļĢāļ—āļģāļ‡āļēāļ™

āļ§ิāļ˜ี āđāļ้āļ็āļ„ืāļ­ āđƒāļŦ้āļ•ั้āļ‡āļ„่āļēāđƒāļ™āļŠ่āļ§āļ™āļ‚āļ­āļ‡ innodb āđƒāļŦāļĄ่ āđ‚āļ”āļĒāļ—ี่āļ•ั้āļ‡āđ€āļžื่āļ­āđƒāļŦ้āđƒāļŠ้āļ‡āļēāļ™ āļŦāļĢืāļ­āļˆāļ­āļ‡ memory āđƒāļŦ้āļ™้āļ­āļĒāļĨāļ‡ āđ€āļžāļĢāļēāļ°āļ§่āļēāđ„āļĄ่āļ•ั้āļ‡āļĄัāļ™āļˆāļ°āđƒāļŠ้āļ„่āļē default

āļ‹ึ่āļ‡ āļ•āļ­āļ™āļ™ี้āđ€āļ›็āļ™āļ„่āļēāđ€āļ—่āļēāđ„āļĢ āļŠāļēāļĄāļēāļĢāļ–āļ•āļĢāļ§āļˆāļŠāļ­āļšāđ„āļ”้āļˆāļēāļ show status āļ„āļĢัāļš āļŦāļĢืāļ­āļˆāļ°āļĨ็āļ­āļāļ­ิāļ™āļāļēāļ™āļ° root āđƒāļ™ phpmyadmin āđ€āļžื่āļ­āļ—āļģāļāļēāļĢāļ”ูāļ„่āļēāļ›ัāļˆāļˆุāļšัāļ™āđāļĨ้āļ§āđ„āļ›āļ›āļĢัāļšāđƒāļŦ้āļ™้āļ­āļĒāļĨāļ‡āļ็āđ„āļ”้āļ„āļĢัāļš


āļŦāļĢืāļ­āđ„āļĄ่āļ­āļĒāļēāļāđ€āļ„āļĢีāļĒāļ” āđ„āļĄ่āļ­āļĒāļēāļāļ„ิāļ”āļĄāļēāļ āļ็

--skip-innodb

āđƒāļ™ my.cnf āļĄัāļ™āļ‹āļ°āđ€āļĨāļĒ āļ‡่āļēāļĒāļ”ี āđāļ•่āļœāļĨāļ—ี่āļ•āļēāļĄāļĄāļēāļ„ืāļ­  user āļˆāļ°āđ„āļĄ่āļŠāļēāļĄāļēāļĢāļ–āđƒāļŠ้āļ‡āļēāļ™āđāļšāļš innodb āđ„āļ”้

āļŠāļģāļŦāļĢัāļš āđ€āļĢื่āļ­āļ‡āļ—ี่āļŠāļ„āļĢิāļ› sql āļ„้āļēāļ‡āļ­āļĒู่āļ™ั้āļ™ āļ›āļĢāļāļ•ิāļœāļĄāļˆāļ°āđ„āļĄ่āđ€āļˆāļ­āļ„āļĢัāļš āđāļ•่āļœāļĄāđ€āļ„āļĒāđ€āļˆāļ­āļ—ีāļ™ึāļ‡ āļ‹ึ่āļ‡āļ„āļĢāļēāļ§āļ™ั้āļ™āđ€āļิāļ”āļˆāļēāļāļāļēāļĢ restart apache āļ„āļĢัāļš āļ—āļģāđƒāļŦ้ process SQL āļ—āļģāļ‡āļēāļ™āļĒัāļ‡āđ„āļĄ่āļŠāļģāđ€āļĢ็āļˆ

āđ‚āļ”āļĒāļ›āļĢāļāļ•ิāļˆāļ°āđ€āļิāļ”āļˆāļēāļāļāļēāļĢ lock table āļ„āļĢัāļš āđāļĨ้āļ§āđ„āļ› restart apache āļ“ āļˆุāļ”āļ™ั้āļ™āļžāļ­āļ”ี āļ—āļģāđƒāļŦ้ SQL āđ„āļĄ่āļŠāļĄāļšูāļĢāļ“์āđāļĨāļ°āđ„āļĄ่āļŠāļēāļĄāļēāļĢāļ– āļ›āļĨāļ”āļĨ็āļ­āļ„ table āđ„āļ”้ āļžāļ­āļĄีāļāļēāļĢāļ—āļģ DML āđƒāļ™ table āļ™ั้āļ™āļ็āļ—āļģāđƒāļŦ้āđ€āļิāļ”āļāļēāļĢ lock āđ„āļ”้ āđ€āļžāļĢāļēāļ°āļ§่āļē table āļĒัāļ‡āđ„āļĄ่āđ„āļ”้āļ–ูāļāļ›āļĨāļ” lock āļ™ั่āļ™āđ€āļ­āļ‡

āļŠāļģāļŦāļĢัāļšāļŠ่āļ§āļ™āļ™ี้āļœāļĄāļĒัāļ‡āđ„āļĄ่āđāļ™่āđƒāļˆāļ§่āļē āđāļ้āļ”้āļ§āļĒāļ§ิāļ˜ีāđƒāļ”āļ„āļĢัāļš āđ€āļžāļĢāļēāļ°āļ§่āļēāļœāļĄāļĨāļ­āļ‡āđ„āļĄ่āđ„āļ”้ āđ€āļžāļĢāļēāļ°āļ–้āļē lock āļ—ีāđāļĨ้āļ§ load āļˆāļ°āļžุ่āļ‡āļ‚ึ้āļ™āļĄāļēāđ€āļĨāļĒāļ„āļĢัāļš āđ€āļžāļĢāļēāļ°āļ§่āļēāļĄัāļ™āļˆāļ°āđ€āļิāļ”āļāļēāļĢāļĢāļ­āļāļēāļĢāđ€āļ‚้āļēāļĄāļēāđ€āļ›āļĨี่āļĒāļ™āļ„่āļē āđāļ•่āļĄัāļ™āļ—āļģāđ„āļĄ่āđ„āļ”้āļ„āļĢัāļš

āļ•āļ­āļ™āļ™ี้āļĨāļ­āļ‡āļ›āļĢัāļšāļ„่āļē mysql persistance āđƒāļŦ้āđ€āļ›็āļ™ 0 āļ”ูāļ™āļ°āļ„āļĢัāļš āđāļĨ้āļ§āļ•ั้āļ‡āļ„่āļē time out āļ‚āļ­āļ‡ mysql āđ€āļ­āļēāđ„āļ§้āđƒāļŦ้āļ•่āļģāļĨāļ‡ āļˆāļ°āļ—āļģāđƒāļŦ้ clear connection āđ„āļ”้āđ€āļĢ็āļ§āļ‚ึ้āļ™āļ„āļĢัāļš

āļĢāļšāļāļ§āļ™āđ€āļŠ็āļ„ my.cnf āļŦāļ™่āļ­āļĒāđ„āļ”้āđ„āļŦāļĄāļ„āļĢัāļšāļ§่āļēāļĄัāļ™āļœิāļ”āļ•āļĢāļ‡āđ„āļŦāļ™ āđ€āļžāļĢāļēāļ°āļĢู้āļŠึāļāļ§่āļēāļĄัāļ™āļŠั้āļ™āđ†āļœิāļ”āļ›āļāļ•ิāļ™āļ°āļ„āļĢัāļš
[root@server etc]# cat /etc/my.cnf
[mysqld]
innodb_data_file_path=ibdata1:10M:autoextend
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
   
[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid


āļŦāļĢืāļ­ āđ€āļĢāļēāļŠāļēāļĄāļēāļĢāļ– copy my.cnf āđ€āļ„āļĢื่āļ­āļ‡āļ­ื่āļ™āļ—ีāļ—āļģāļ‡āļēāļ™āļ›āļāļ•ิāļĄāļēāļ—ัāļšāđ„āļ”้āđ€āļĨāļĒāđ„āļŦāļĄāļ„āļĢัāļš
āļœāļĄāļĨāļ­āļ‡āđ€āļ—ีāļĒāļšāļัāļšāđ€āļ„āļĢื่āļ­āļ‡āļ­ื่āļ™āļˆāļ°āļĄี āļ„āļģāļŠั่āļ‡āļĄāļēāļāļāļ§่āļēāđ€āļĒāļ­āļ°āđ€āļĨāļĒ
āđ€āļŠ่āļ™
# The MySQL server
[mysqld]
port            = 3306
socket          = /var/lib/mysql/mysql.sock
skip-locking
set-variable    = key_buffer=16M
set-variable    = max_allowed_packet=1M
set-variable    = table_cache=64
set-variable    = sort_buffer=512K
set-variable    = net_buffer_length=8K
set-variable    = myisam_sort_buffer_size=8M

āđ€āļĨāļĒāļŠāļ‡āļŠัāļĒāļ§่āļēāļ­āļĒู่āđ†āļ—āļģāđ„āļĄāļĄัāļ™āļŦāļēāļĒāđ„āļ› 

Friday, February 11, 2011

mysqld dead but subsys locked āđ‚āļ‚āļ§์āđāļšāļšāļ™ี้ āļ•ิāļ”āļ•ั้āļ‡āđāļ•่ kloxo āļ­āļĒ่āļēāļ‡āđ€āļ”ีāļĒāļ§ āđ€āļิāļ”āļˆāļēāļāļ­āļ°āđ„āļĢ

ysqld dead but subsys locked āđ‚āļ‚āļ§์āđāļšāļšāļ™ี้ āļ•ิāļ”āļ•ั้āļ‡āđāļ•่ kloxo āļ­āļĒ่āļēāļ‡āđ€āļ”ีāļĒāļ§ āđ€āļิāļ”āļˆāļēāļāļ­āļ°āđ„āļĢ āļĒัāļ‡āđ„āļĄ่āđ„āļ”้āđƒāļŠ่āđ€āļ§็āļšāđ€āļĨāļĒ

āļ•้āļ­āļ‡āļ—āļģāļ­āļ°āđ„āļĢāļ—ี่āđ„āļĄ่āđƒāļŦ้āđ€āļ›็āļ™āļš่āļ­āļĒāđ†āļ„āļĢัāļš
Quote
100811 13:29:40  mysqld started
100811 13:29:40  InnoDB: Started; log sequence number 0 71442
100811 13:29:40 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.91'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
100812 11:59:03 [Note] /usr/libexec/mysqld: Normal shutdown

100812 11:59:03  InnoDB: Starting shutdown...
100812 11:59:04  InnoDB: Shutdown completed; log sequence number 0 71452
100812 11:59:04 [Note] /usr/libexec/mysqld: Shutdown complete

100812 11:59:04  mysqld ended

100812 12:01:12  mysqld started
100812 12:01:13  InnoDB: Started; log sequence number 0 71452
100812 12:01:14 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.91'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
100812 12:31:53 [Note] /usr/libexec/mysqld: Normal shutdown

100812 12:31:55  InnoDB: Starting shutdown...
100812 12:31:56  InnoDB: Shutdown completed; log sequence number 0 71452
100812 12:31:56 [Note] /usr/libexec/mysqld: Shutdown complete

100812 12:31:56  mysqld ended

100812 12:36:11  mysqld started
100812 12:36:11  InnoDB: Started; log sequence number 0 71452
100812 12:36:11 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.91'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
100812 12:54:14 [Note] /usr/libexec/mysqld: Normal shutdown

100812 12:54:14  InnoDB: Starting shutdown...
100812 12:54:16  InnoDB: Shutdown completed; log sequence number 0 71452
100812 12:54:16 [Note] /usr/libexec/mysqld: Shutdown complete

100812 12:54:16  mysqld ended

100812 12:56:28  mysqld started
100812 12:56:28  InnoDB: Started; log sequence number 0 71452
100812 12:56:29 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.91'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
100812 13:17:07 [Note] /usr/libexec/mysqld: Normal shutdown

100812 13:17:09  InnoDB: Starting shutdown...
100812 13:17:11  InnoDB: Shutdown completed; log sequence number 0 71452
100812 13:17:11 [Note] /usr/libexec/mysqld: Shutdown complete

100812 13:17:11  mysqld ended
 
========================================
āļĢู้āđāļ•่āļ§่āļēāļ–้āļēāđ€āļ›็āļ™āļš่āļ­āļĒāđ† āđ€āļ‚้āļēāļĢāļ°āļ§ัāļ‡āđ„āļĄ่āļŦāļēāļĒ āļĄีāļ§ิāļ˜ีāđāļ้āļĄāļēāđƒāļŦ้āļ„āļĢัāļš

#chown -R mysql.mysql /var/run/mysqld
Remove lock File '/var/lock/subsys/mysqld'
#killall -9 mysqld
#service mysql restart

File/Dir Permissions MySQL daemon āļ—āļģāļ‡āļēāļ™āļ”้āļ§āļĒāļŠิāļ—āļ˜ิāļ‚āļ­āļ‡āļĒูāļŠāđ€āļ‹āļ­āļĢ์ mysql āđāļĨāļ°āļāļĢุ๊āļ› mysql āļ„āļĢัāļš āļ”ัāļ‡āļ™ั้āļ™ āļ–้āļēāđ„āļŸāļĨ์āļāļēāļ™āļ‚้āļ­āļĄูāļĨāļ„ุāļ“āļāļģāļŦāļ™āļ”āļŠิāļ—āļ˜ิāđ€āļ›็āļ™ root:root āļĨ่āļ°āļ็ MySQL daemon āļ็āļˆāļ°āļ‹ึ่āļ‡āļ—āļģāļ‡āļēāļ™āđ€āļ›็āļ™ mysql:mysql āļ็āļˆāļ°āđ„āļĄ่āļŠāļēāļĄāļēāļĢāļ–āđ€āļ‚้āļēāļ–ึāļ‡āđ„āļŸāļĨ์āđ„āļ”้āļ„āļĢัāļš

āļĨāļ­āļ‡āđ€āļŠ็āļ„āļ•āļēāļĄāļ™ี้āļ”ูāļ„āļĢัāļš
[root@databaseserver~]$ /etc/rc.d/init.d/mysqld status
mysqld dead but subsys locked

chkconfig:
[root@databaseserver~]$ /sbin/chkconfig --list mysqld
mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off

File/Dir Permissions:
- /var/lib/mysql owned by mysql:mysql
- /var/run/mysqld/mysqld.pid owned by mysql:mysql

PID:
[root@databaseserver~]$ ls -lh /var/run/mysqld/mysqld.pid
-rw-rw---- 1 mysql mysql 5 Mar 24 05:48 /var/run/mysqld/mysqld.pid

Running Processes:
[root@databaseserver~]$ ps -ef | grep mysql
root 3126 1 0 Mar24 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe --defaults-file=/etc/my.cnf --pid-file=/var/run/mysqld/mysqld.pid --log-error=/var/log/mysqld.log
mysql 3162 3126 0 Mar24 ? 00:34:07 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-locking --socket=/var/lib/mysql/mysql.sock 
 ============================================
 
 āđ„āļĄ่āđ€āļี่āļĒāļ§āļัāļš selinux=disabled āđƒāļŠ่āļĄั้āļĒāļ„āļĢัāļš āļœāļĄāļ›ิāļ”āđ„āļ§้āļ­āļĒู่ 
āđāļš่āļ‡ partition āđ„āļ§้āļĒัāļ‡āđ„āļ‡āļ„āļĢัāļš āļĨāļ­āļ‡ df -h āļĄāļēāļ”ูāļŦāļ™่āļ­āļĒāļ„āļĢัā

āļœāļĄāđƒāļŠ้ centos 5.4 5.5 āļ็āđ€āļ›็āļ™

[root@27AO30 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                      448G  1.9G  423G  1% /
/dev/sda1              99M  12M  82M  13% /boot
tmpfs                2.0G    0  2.0G  0% /dev/shm
 
āļˆāļēāļāļ›ัāļāļŦāļēāļ™ี้ mysqld dead but subsys locked

folder āđƒāļ™ /var/lib/mysql
owner āđ€āļ›็āļ™ mysql  cmod āđ€āļ›็āļ™ 755 āđāļĨ้āļ§āļ„āļĢัāļš

āđāļ•่āļšāļēāļ‡āļ„āļĢั้āļ‡āļ็āļĒัāļ‡āđ€āļ›็āļ™āļ­ีāļāļ„āļĢัāļš āļ—āļģāđ„āļ‡āļ”ี 

āļ”ูāļˆāļēāļ mysqld.log āļ—ี่āļ‚้āļ­āļ„āļ§āļēāļĄāđāļĢāļāđāļĨ้āļ§āđ„āļĄ่āđ„āļ”้āļšāļ­āļ error āļ­āļ°āđ„āļĢ
āļ”ูāļˆāļēāļāļžื้āļ™āļ—ี่āļ็āđ€āļŦāļĨืāļ­āđ€āļžีāļĒāļš
āļĨāļ­āļ‡āļ”ู Ram āļ„āļĢัāļšāļ§่āļēāđ€āļŦāļĨืāļ­āđ€āļ—่āļēāđ„āļŦāļĢ่ (āļ”ูāļˆāļēāļ shm āđāļĨ้่āļ§āļ™่āļēāļˆāļ°āļĄี 4G āđ„āļĄ่āļ™่āļēāļŦāļĄāļ”āļ‡่āļēāļĒāđ†)
āđ€āļ›็āļ™āļš่āļ­āļĒāļ‚āļ™āļēāļ”āļ—ุāļ 30 āļ™āļēāļ—ี āļĨāļ­āļ‡ top āļ—ิ้āļ‡āđ„āļ§้āđāļĨ้āļ§āļ”ู ram āļัāļš process āļ—ี่āļ—āļģāļ‡āļēāļ™āļŦāļ™ัāļāđ† āļ„āļĢัāļš

āđāļĨ้āļ§āđ€āļ„āļĢื่āļ­āļ‡āļ™ี้āļĨāļ‡ apache āļ”้āļ§āļĒāļŦāļĢืāļ­āđ€āļ›āļĨ่āļēāļ„āļĢัāļš āļŦāļĢืāļ­āļ§่āļēāļĨāļ‡ mysql āļĨ้āļ§āļ™āđ†


Thursday, February 10, 2011

Alert: Could Not Connect to Database: The error has been logged. Please contact the administrator....

I ssh to server with root roles and change mysql root password.

When I login to localhost:7777 with user admin and create new database, I get error below:

Quote:
Alert: Could Not Connect to Database: The error has been logged. Please contact the administrator....


Old database still work. How to fix it?


========================================

Home (admin)/Servers/Server Home (localhost)/Database/Admins

and change the password to the one u provided over ssh

i'm not much a linux guy but have learned that ssh with root can make me a lot of problems (probably cause i'm not a linux guy


---------------------------------------------------------------------------
try


Home (admin)/Servers/Server Home (localhost)/Database/Admins

and change the password to the one u provided over ssh

i'm not much a linux guy but have learned that ssh with root can make me a lot of problems (probably cause i'm not a linux guy  )


Thanks but I get error below:
=> Alert: could_not_connect_to_db_admin 


------------------------------------------------------------------------
Home (admin)/Servers/Server Home (localhost)/Mysql Password Reset

maybe that will help.


Did you by chance modify permissions or the password to the kloxo user?

then try
Home (admin)/Servers/Server Home (localhost)/Mysql Password Reset

maybe that will help.


It's work. Thanks for help.


   

Saturday, February 5, 2011

Kloxo āļ­ัāļžāđ„āļŸāļĨ์āđāļĨ้āļ§ Alert: file_exists_not_owned āđāļ้āļĒัāļ‡āđ„āļ‡

 āļ­ัāļžāđ„āļŸāļĨ์ zip āļœ่āļēāļ™āļ—āļēāļ‡ File Manager āļ‚āļ­āļ‡ Kloxo āđāļ•่

Alert: file_exists_not_owned [/home/admin/mydomain.net/test//xxxxxxxt.zip]

āđāļ้āļĒัāļ‡āđ„āļ‡āļ„āļĢัāļš


 ================================================
Alert: file_exists_not_owned [__path_customer_root/admin//love4m.com/forum/smilies.php]


Looks like ownership problems @unix.

Get into the SSH --> to that directory

cd love4m.com/forum

then

chown user:apache * -R

user:apache = unix_username : unix_groupname

-R means that it will reset ownership permissions. The user = the name of that unix account.

If you have a different configuration of permissions and ownerships, then you need to identify the ownership of other files in that directory and change user = that_name and groupname.

Once in my case, the username did not exists for a directory and files because I had deleted the unix user. So only the UID:GID appeared.

So you may get an error if the file does not have proper ownership that the logged in account or that unix user does not exists. Check it out...

Monday, January 24, 2011

Migrating wpmu blog to new host

I have job to transfer wordpress multi user to new host. The wpmu system currently host 400+ with subdomain type.
The old host and new host use same operating system FreeBSD dedicated server but with different version.
The procedure for move wpmu to new host not different than moving ordinary wordpress blog.

Preparing and packing

1. Dumping mysql database
#  mysqldump -udtonet2 -pdotnet22008 dotnet2 > dotnet.sql
2. Packing all files to one tarball
# tar cvzf wordpress-mu.tar.gz  wordpress-mu
3. Transfer the file to new host
# scp wordpress-mu.tar.gz erau@172.88.1.8:/home/erau
Password:
wordpress-mu.tar.gz                    100%   402MB  13.9MB/s   00:03
#
4. Change dns setting
add wildcard to tinydns data file.
.batikweb.com:127.0.0.1:a:259200
.1.88.172.in-addr.arpa:127.0.0.1:a:259200
+batikweb.com:172.88.1.8:8640
+www.batikweb.com:172.88.1.8:8640
+*.batikweb.com:172.88.1.8:86400
@batikweb.com:172.88.1.11:mail.batikweb.com:10:86400
make file
# make
restart dns
# svc -t /var/service/tinydns/
# svc -t /var/service/dnscache/
check dns resolv
# dig batikweb.com
; <<>> DiG 9.3.4-P1 <<>> batikweb.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15165
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;batikweb.com.                        IN      A
;; ANSWER SECTION:
batikweb.com.         8640    IN      A       172.88.1.8
;; Query time: 0 msec
;; SERVER: 172.88.1.10#53(172.88.1.10)
;; WHEN: Tue May 11 09:59:31 2010
;; MSG SIZE  rcvd: 48
#

Unpack and restoring

This steps taken in new host.
Login to server 1.8
4. Move the file
# mv /home/erau/wordpress-mu.tar.gz  /home/dotcom
# cd /home/dotcom
# tar xvzf wordpress-mu.tar.gz
Change vhost
# ee /usr/local/etc/apache22/extra/httpd-vhosts.conf
add these lines :
<VirtualHost 172.88.1.8 >
ServerAdmin alam@hostingformula.net
DocumentRoot /home/dotcom/wordpress-mu
<Directory /home/dotcom/wordpress-mu >
AllowOverride FileInfo Options
</Directory>
ServerName batikweb.com
ServerAlias *.batikweb.com
</VirtualHost>
5. Create database
# mysql -ualam -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 590411
Server version: 5.0.77-log FreeBSD port: mysql-server-5.0.77_1
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input
statement.
mysql> create database wpmu;
Query OK, 1 row affected (0.01 sec)
mysql>
Grant all privileges
mysql> grant all privileges on wpmu.* to dtonet2@localhost identified by ‘dotnet22008′ with grant option;
Query OK, 0 rows affected (0.02 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql>
Import database
mysql> exit
Bye
#
6. Import database
# mysql -udtonet2 -pdotnet22008 wpmu < dotnet.sql
Change wp-edit.php to new host information.
#ee  wp-config.php
Which iPad To Buy
Waterproof Case for Ipad
Keyboard for Ipad
7. Restart Apache
# /usr/local/etc/rc.d/apache22 restart
Performing sanity check on apache22 configuration:
Syntax OK
Stopping apache22.
Waiting for PIDS: 793.
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.
#
Check everything from browser and no problem so far.
Finish, mission accomplished.
wpmu cannot connect to database, wpmu coupon, wpmu transfer error, mu online experience formula, move wordpress mu to new, wpmu coupon code, tinydns answer section dnscache, change wp mu to another server, porting wordpress da hosting a hosting, transferring a wordpress mu site to a server, wordpress mu connect host, wordpress mu sql query, wordpress multi site change hosts, wpmu multi db grant, wpmu mysql assign user to blog, moving site from wp mu to wp on a new server, moving multiuser wordpress site cannot connect to database, dotnet mysql current connection id, how to migrate wordpress mu to another server, How to move wpmu to new host, how to transfer databases for wpmu to new host, how to transfer wordpress mu, idrive wordpress MU, migrating domain wordpress wpmu, migrating wordpress mu sql, move blogs between wordpress mu databases, move host wp mu, Move WPMU blog to new WPMU blog, moving a wordpress mu blog to new server, moving from wordpress mu, www batikweb com(Visited 165 times, 3 visits today)

Kloxo 500 – Internal Server Error

Kloxo control panel aka lxadmin in the past help me a lot in managing vps operational. I don’t have to touch configuration file for adding new domain, setting virtual host, grant database username and privileges etc. The other best part of this cpanel alternative are :
  1. It’s free ( I can asking for help or install it by myself)
  2. Low resources (specially memory where most  low end vps plan has limited)
Problem came when I must add new domain for my friend blog. I see this message after I enter username and password :

500 – Internal Server Error

I think it just small problem with service and  library conflict.
Restart Kloxo 1 st attempt :
Which iPad To Buy
Waterproof Case for Ipad
Keyboard for Ipad
# service kloxo restart
Stopping kloxo: Waiting for the process to die…..
Stopped kloxo
Starting kloxo: 11
mysqld (pid 30515) is running…
Started kloxo
Try again to login and I still get 500 – Internal Server Error message.
Restart Kloxo 2nd attempt :
# /script/restart
Stopping kloxo: ../bin/common/function.sh: line 28: 16364 Terminated              $__path_php_path $__path_server_path $string > /dev/null 2>&1
Waiting for the process to die…..
Stopped kloxo
Starting kloxo: 11
mysqld (pid 30515) is running…
Started kloxo
I still get 500 – Internal Server Error message after entering username and password.
Searching around (I forgot source url) I try to downgrade ssl.
# yum downgrade openssl
Loaded plugins: fastestmirror
Setting up Downgrade Process
Loading mirror speeds from cached hostfile
* addons: mirror.5ninesolutions.com
* base: centos-distro.cavecreek.net
* extras: mirrors.versaweb.com
* updates: centos-distro.cavecreek.net
addons                                                                                                                                        |  951 B     00:00
base                                                                                                                                              | 2.1 kB     00:00
extras                                                                                                                                          | 2.1 kB     00:00
lxlabslxupdate                                                                                                                            951 B     00:00
lxlabsupdate                                                                                                                            |  951 B     00:00
updates                                                                                                                                      | 1.9 kB     00:00
Resolving Dependencies
–> Running transaction check
—> Package openssl.i686 0:0.9.8e-12.el5_4.1 set to be updated
—> Package openssl.i686 0:0.9.8e-12.el5_4.6 set to be erased
–> Processing Dependency: openssl >= 0.9.8e-12.el5_4.4 for package: mod_ssl
–> Running transaction check
—> Package mod_ssl.i386 1:2.2.3-31.el5.centos.4 set to be erased
–> Finished Dependency Resolution
Dependencies Resolved
=============================================================================
Package                             Arch                             Version                                              Repository                             Size
=============================================================================
Installing:
openssl                             i686                             0.9.8e-12.el5_4.1                                    updates                               1.4 M
Removing:
openssl                             i686                             0.9.8e-12.el5_4.6                                    installed                             3.3 M
Removing for dependencies:
mod_ssl                             i386                          1:2.2.3-31.el5.centos.4                           installed                             173 k
Transaction Summary
=============================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       2 Package(s)
Total download size: 1.4 M
Is this ok [y/N]: y
Downloading Packages:
openssl-0.9.8e-12.el5_4.1.i686.rpm                                                                                                              | 1.4 MB     00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing     : openssl                                                                                                                                         1/3
Erasing        : mod_ssl                                                                                                                                         2/3
warning: /etc/httpd/conf.d/ssl.conf saved as /etc/httpd/conf.d/ssl.conf.rpmsave
Cleanup        : openssl                                                                                                                                         3/3
Removed:
openssl.i686 0:0.9.8e-12.el5_4.6
Dependency Removed:
mod_ssl.i386 1:2.2.3-31.el5.centos.4
Installed:
openssl.i686 0:0.9.8e-12.el5_4.1
Complete!
#
Restart Kloxo 3rd attempt :
Using command in 1st or 2nd attempt bring me this display
kloxo is up Kloxo and 500   Internal Server Error
Case closed
kloxo 500 - Internal Server Error, kloxo Internal Server Error, kloxo Could not connect to Mysql server, kloxo, 500 - Internal Server Error kloxo, kloxo 500 internal server error, uninstall kloxo, remove kloxo, Internal Server Error KLOXO, kloxo 500 error, kloxo error 500, install kloxo in centos error mysql, restart kloxo, kloxo addons, 500 internal server error kloxo, 500 Internal Server Error how to, error kloxo after shutdown, Stopping kloxo: /bin/common/function sh: line 28, wordpress internal server error Kloxo, kloxo /bin/common/function sh, openssl-0 9 8e-12 el5_4 1 i686 rpm, Starting kloxo: 11 Could not connect to Mysql server, reinstall mysql kloxo, starting kloxo, Kloxo mysql error, Stopping kloxo: /bin/common/function sh, centos 500 kloxo - Internal Server Error, vps 500 - Internal Server Error, kloxo restart, kloxo not restart, kloxo not working 500 internal server error, kloxo function sh, stopping kloxo, kloxo email problem, internal server error 500, kloxo internal server erro, error log file kloxo, kloxo webmail internal server error, download openssl-0 9 8e-12 el5_4 1 i686 rpm, Stopping kloxo: /bin/common/function sh: line 28:, server i kloxo, $__path_php_path $__path_server_path $string > /dev/null 2>&1, starting KLOXO in shell, cai kloxo 500 - Internal Server Error, Stopping kloxo: /bin/common/function sh: lineTerminated, kloxo reboot Internal Server Error, kloxo reboot Could not connect to Mysql server, kloxo pserver-localhost default, upgrade mysql in kloxo, kloxo remove script(Visited 1,509 times, 20 visits today)

 
Design by Laikeng | Bloggerized by Storesu - sutoday | Court