提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等
温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的
[求助] lanmp_wdcp_v2.4快速安装RPM包安装后严重问题
512MB VPS, 装的centos 6 32bit, 系统纯净,未安装其它。安装RPM包后,最后提示安装成功,然后卡死,无法PING,不能SSH,
可以通过VPS提供商的面板可看到状态和操作,证明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: “lanmp_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) - “lanmp_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 ==============
复制代码 |