提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會讓你更快解決問題
1 提供詳細,如系統(tǒng)版本,wdcp版本,軟件版本等及錯誤的詳細信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動設置等
溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的
[求助] lanmp_wdcp_v2.4快速安裝RPM包安裝后嚴重問題
512MB VPS, 裝的centos 6 32bit, 系統(tǒng)純凈,未安裝其它。安裝RPM包后,最后提示安裝成功,然后卡死,無法PING,不能SSH,
可以通過VPS提供商的面板可看到狀態(tài)和操作,證明VPS主機應該沒問題,但無法通過putty來SSH。
附安裝最后部分代碼:
- --2013-01-10 06:27:29-- http://dl.wdlinux.cn:5180/rpms/lanmp_wdcp-2-5.el6.i386.rpm
- Resolving dl.wdlinux.cn... 61.146.178.5
- Connecting to dl.wdlinux.cn|61.146.178.5|:5180... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 90710939 (87M) [text/plain]
- Saving to: “l(fā)anmp_wdcp-2-5.el6.i386.rpm”
- 100%[======================================>] 90,710,939 6.77M/s in 14s
- 2013-01-10 06:27:46 (6.08 MB/s) - “l(fā)anmp_wdcp-2-5.el6.i386.rpm” saved [90710939/90710939]
- Preparing... ########################################### [100%]
- 1:lanmp_wdcp ########################################### [100%]
- Installing MySQL system tables...
- OK
- Filling help tables...
- OK
- To start mysqld at boot time you have to copy
- support-files/mysql.server to the right place for your system
- PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
- To do so, start the server, then issue the following commands:
- /www/wdlinux/mysql-5.1.63/bin/mysqladmin -u root password 'new-password'
- /www/wdlinux/mysql-5.1.63/bin/mysqladmin -u root -h danrun password 'new-password'
- Alternatively you can run:
- /www/wdlinux/mysql-5.1.63/bin/mysql_secure_installation
- which will also give you the option of removing the test
- databases and anonymous user created by default. This is
- strongly recommended for production servers.
- See the manual for more instructions.
- You can start the MySQL daemon with:
- cd /www/wdlinux/mysql-5.1.63 ; /www/wdlinux/mysql-5.1.63/bin/mysqld_safe &
- You can test the MySQL daemon with mysql-test-run.pl
- cd /www/wdlinux/mysql-5.1.63/mysql-test ; perl mysql-test-run.pl
- Please report any problems with the /www/wdlinux/mysql-5.1.63/bin/mysqlbug script!
- chown: invalid user: `mysql.mysql'
- Starting MySQL. ERROR! Manager of pid-file quit without updating file.
- /www/wdlinux/mysql/bin/mysqladmin: connect to server at 'localhost' failed
- error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
- Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
- ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
- ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
- ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
- ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
- Starting httpd: [ OK ]
- Starting nginx: [ OK ]
- Starting httpd: [ OK ]
- Starting pure-config.pl: Running: /usr/sbin/pure-ftpd --daemonize -S21 -A -c50 -B -C8 -D -E -fftp -H -I15 -L10000:8 -m4 -s -U133:022 -u100 -k99 -Z -lunix -p20000:20500 -lmysql:/www/wdlinux/etc/pureftpd-mysql.conf
- ============ lanmp_wdcp install OK ==============
復制代碼 |