永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放

Board logo

標題: [求助] lanmp_wdcp_v2.4快速安裝RPM包安裝后嚴重問題 [打印本頁]

作者: dan    時間: 2013-1-10 11:51     標題: lanmp_wdcp_v2.4快速安裝RPM包安裝后嚴重問題

512MB VPS, 裝的centos 6 32bit, 系統(tǒng)純凈,未安裝其它。安裝RPM包后,最后提示安裝成功,然后卡死,無法PING,不能SSH,
可以通過VPS提供商的面板可看到狀態(tài)和操作,證明VPS主機應該沒問題,但無法通過putty來SSH。

附安裝最后部分代碼:

  1. --2013-01-10 06:27:29--  http://dl.wdlinux.cn:5180/rpms/lanmp_wdcp-2-5.el6.i386.rpm
  2. Resolving dl.wdlinux.cn... 61.146.178.5
  3. Connecting to dl.wdlinux.cn|61.146.178.5|:5180... connected.
  4. HTTP request sent, awaiting response... 200 OK
  5. Length: 90710939 (87M) [text/plain]
  6. Saving to: “l(fā)anmp_wdcp-2-5.el6.i386.rpm”

  7. 100%[======================================>] 90,710,939  6.77M/s   in 14s

  8. 2013-01-10 06:27:46 (6.08 MB/s) - “l(fā)anmp_wdcp-2-5.el6.i386.rpm” saved [90710939/90710939]

  9. Preparing...                ########################################### [100%]
  10.    1:lanmp_wdcp             ########################################### [100%]
  11. Installing MySQL system tables...
  12. OK
  13. Filling help tables...
  14. OK

  15. To start mysqld at boot time you have to copy
  16. support-files/mysql.server to the right place for your system

  17. PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
  18. To do so, start the server, then issue the following commands:

  19. /www/wdlinux/mysql-5.1.63/bin/mysqladmin -u root password 'new-password'
  20. /www/wdlinux/mysql-5.1.63/bin/mysqladmin -u root -h danrun password 'new-password'

  21. Alternatively you can run:
  22. /www/wdlinux/mysql-5.1.63/bin/mysql_secure_installation

  23. which will also give you the option of removing the test
  24. databases and anonymous user created by default.  This is
  25. strongly recommended for production servers.

  26. See the manual for more instructions.

  27. You can start the MySQL daemon with:
  28. cd /www/wdlinux/mysql-5.1.63 ; /www/wdlinux/mysql-5.1.63/bin/mysqld_safe &

  29. You can test the MySQL daemon with mysql-test-run.pl
  30. cd /www/wdlinux/mysql-5.1.63/mysql-test ; perl mysql-test-run.pl

  31. Please report any problems with the /www/wdlinux/mysql-5.1.63/bin/mysqlbug script!

  32. chown: invalid user: `mysql.mysql'
  33. Starting MySQL. ERROR! Manager of pid-file quit without updating file.
  34. /www/wdlinux/mysql/bin/mysqladmin: connect to server at 'localhost' failed
  35. error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
  36. Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
  37. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
  38. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
  39. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
  40. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
  41. Starting httpd: [  OK  ]
  42. Starting nginx: [  OK  ]
  43. Starting httpd: [  OK  ]
  44. 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



  45. ============  lanmp_wdcp install OK  ==============
復制代碼

作者: admin    時間: 2013-1-10 12:57

重新安裝試試
作者: dan    時間: 2013-1-10 13:11

本帖最后由 dan 于 2013-1-10 13:14 編輯

因為沒辦法ssh, 只能通過VPS商的控制面板重新安裝一次centos6 32bit系統(tǒng)了, 安裝完后, SSH恢復正常連接.
重試了一次快速RPM安裝, 狀況一樣, 到最后提示安裝完成后, SSH就自動斷開連接, 再也連不上去, VPS的IP加上8080, 也不能顯示W(wǎng)DCP的頁面, 但實際上VPS主機并沒問題. 只是不能SSH, 不能PING.
請老大檢查一下是否這個快速安裝包有改動過SSH的端口? 還是防火墻之類的?
作者: wulali    時間: 2013-1-10 13:14

應該不會改變或關閉SSH端口的,
試試用一鍵安裝包通過源碼編譯安裝吧
http://www.fsowen.com/bbs/thread-2523-1-1.html
作者: dan    時間: 2013-1-10 13:15

好, 等下再試試編譯安裝
作者: admin    時間: 2013-1-10 16:09

回復 3# dan


  不會修改SSH端口的,不過會調整iptables的規(guī)則,如果在安裝之前修改過SSH的端口,也就是非默認的22端口,則可能會有問題
作者: dan    時間: 2013-1-10 17:27

回復  dan


  不會修改SSH端口的,不過會調整iptables的規(guī)則,如果在安裝之前修改過SSH的端口,也就是非默 ...
admin 發(fā)表于 2013-1-10 16:09


請問是調整了iptables的哪些規(guī)則?因為試了幾次都是最后就自動斷開SSH,好生奇怪。下午試了用編譯安裝,很正常,難道是RPM不適合用在我這個VPS?
PS:VPS是米國的bluevm, 512MB內存,openvz,裝的是centOS6.2 32bit
作者: admin    時間: 2013-1-10 21:27

可能和openvz有關




歡迎光臨 WDlinux官方論壇 (http://www.fsowen.com/bbs/) Powered by Discuz! 7.2