vmware player无法运行及其解决方法

机器安装的是Debian 4.0r3,内核2.6.18-6,重新编译了vmware的内核module(会单独写一篇文章),在安装完毕其它包之后,运行提示错误:Error while powering on: Failed to connect to peer process.

搜索了一下,因为安装的amd64位的版本,所以需要安装一个ia32-libs的包,以支持32位的系统。

这个包似乎不在安装盘里面,从服务器上安装提示版本不对。

  1. Dev2:/home/labadmin#apt-getinstallia32-libs
  2. Readingpackagelists...Done
  3. Buildingdependencytree...Done
  4. Somepackagescouldnotbeinstalled.Thismaymeanthatyouhave
  5. requestedanimpossiblesituationorifyouareusingtheunstable
  6. distributionthatsomerequiredpackageshavenotyetbeencreated
  7. orbeenmovedoutofIncoming.
  8. Sinceyouonlyrequestedasingleoperationitisextremelylikelythat
  9. thepackageissimplynotinstallableandabugreportagainst
  10. thatpackageshouldbefiled.
  11. Thefollowinginformationmayhelptoresolvethesituation:
  12. Thefollowingpackageshaveunmetdependencies:
  13. ia32-libs:Depends:lib32gcc1butitisnotgoingtobeinstalled
  14. Depends:libc6-i386(>=2.3.6-2)butitisnotgoingtobeinstalled
  15. Depends:lib32stdc++6butitisnotgoingtobeinstalled
  16. Depends:lib32asound2butitisnotgoingtobeinstalled
  17. Depends:lib32ncurses5butitisnotgoingtobeinstalled
  18. E:Brokenpackages

因为服务器上的版本高于需要的版本,只能从服务器上下载后在本地机器上安装。

  1. labadmin@Dev2:~$su
  2. Password:
  3. Dev2:/home/labadmin#cdDesktop/
  4. Dev2:/home/labadmin/Desktop#dpkg-ilibc6_2.3.6.ds1-13etch2_amd64.deb
  5. dpkg-warning:downgradinglibc6from2.3.6.ds1-13etch5to2.3.6.ds1-13etch2.
  6. (Readingdatabase...46339filesanddirectoriescurrentlyinstalled.)
  7. Preparingtoreplacelibc62.3.6.ds1-13etch5(usinglibc6_2.3.6.ds1-13etch2_amd64.deb)...
  8. Unpackingreplacementlibc6...
  9. Settinguplibc6(2.3.6.ds1-13etch2)...
  10. Dev2:/home/labadmin/Desktop#apt-getinstall-f
  11. Readingpackagelists...Done
  12. Buildingdependencytree...Done
  13. Correctingdependencies...Done
  14. ThefollowingpackageswillbeREMOVED:
  15. build-essentialg++g++-4.1libc6-devlibstdc++6-4.1-dev
  16. 0upgraded,0newlyinstalled,5toremoveand0notupgraded.
  17. Needtoget0Bofarchives.
  18. Afterunpacking26.8MBdiskspacewillbefreed.
  19. Doyouwanttocontinue[Y/n]?y
  20. (Readingdatabase...46339filesanddirectoriescurrentlyinstalled.)
  21. Removingbuild-essential...
  22. Removingg++...
  23. Removingg++-4.1...
  24. Removinglibstdc++6-4.1-dev...
  25. Removinglibc6-dev...
  26. Dev2:/home/labadmin/Desktop#apt-getinstallia32-libs
  27. Readingpackagelists...Done
  28. Buildingdependencytree...Done
  29. Thefollowingextrapackageswillbeinstalled:
  30. lib32asound2lib32gcc1lib32ncurses5lib32stdc++6lib32z1libc6-i386
  31. lsb-release
  32. Suggestedpackages:
  33. ia32-libs-gtklibasound2-plugins
  34. Recommendedpackages:
  35. lsb
  36. ThefollowingNEWpackageswillbeinstalled:
  37. ia32-libslib32asound2lib32gcc1lib32ncurses5lib32stdc++6lib32z1
  38. libc6-i386lsb-release
  39. 0upgraded,8newlyinstalled,0toremoveand0notupgraded.
  40. Needtoget14.5MBofarchives.
  41. Afterunpacking36.8MBofadditionaldiskspacewillbeused.
  42. Doyouwanttocontinue[Y/n]?y
  43. Get:1http://mirror.hades.labetch/mainlsb-release3.1-23.2etch1[16.2kB]
  44. Get:2http://mirror.hades.labetch/mainlibc6-i3862.3.6.ds1-13etch2[3027kB]
  45. Get:3http://mirror.hades.labetch/mainlib32gcc11:4.1.1-21[20.9kB]
  46. Get:4http://mirror.hades.labetch/mainlib32z11:1.2.3-13[50.4kB]
  47. Get:5http://mirror.hades.labetch/mainlib32stdc++64.1.1-21[291kB]
  48. Get:6http://mirror.hades.labetch/mainlib32asound21.0.13-2[301kB]
  49. Get:7http://mirror.hades.labetch/mainlib32ncurses55.5-5[297kB]
  50. Get:8http://mirror.hades.labetch/mainia32-libs1.19[10.5MB]
  51. Fetched14.5MBin1s(10.4MB/s)
  52. Selectingpreviouslydeselectedpackagelsb-release.
  53. (Readingdatabase...45359filesanddirectoriescurrentlyinstalled.)
  54. Unpackinglsb-release(from.../lsb-release_3.1-23.2etch1_all.deb)...
  55. Selectingpreviouslydeselectedpackagelibc6-i386.
  56. Unpackinglibc6-i386(from.../libc6-i386_2.3.6.ds1-13etch2_amd64.deb)...
  57. Selectingpreviouslydeselectedpackagelib32gcc1.
  58. Unpackinglib32gcc1(from.../lib32gcc1_1%3a4.1.1-21_amd64.deb)...
  59. Selectingpreviouslydeselectedpackagelib32z1.
  60. Unpackinglib32z1(from.../lib32z1_1%3a1.2.3-13_amd64.deb)...
  61. Selectingpreviouslydeselectedpackagelib32stdc++6.
  62. Unpackinglib32stdc++6(from.../lib32stdc++6_4.1.1-21_amd64.deb)...
  63. Selectingpreviouslydeselectedpackagelib32asound2.
  64. Unpackinglib32asound2(from.../lib32asound2_1.0.13-2_amd64.deb)...
  65. Selectingpreviouslydeselectedpackagelib32ncurses5.
  66. Unpackinglib32ncurses5(from.../lib32ncurses5_5.5-5_amd64.deb)...
  67. Selectingpreviouslydeselectedpackageia32-libs.
  68. Unpackingia32-libs(from.../ia32-libs_1.19_amd64.deb)...
  69. Settinguplsb-release(3.1-23.2etch1)...
  70. Settinguplibc6-i386(2.3.6.ds1-13etch2)...
  71. Settinguplib32gcc1(4.1.1-21)...
  72. Settinguplib32z1(1.2.3-13)...
  73. Settinguplib32stdc++6(4.1.1-21)...
  74. Settinguplib32asound2(1.0.13-2)...
  75. Settinguplib32ncurses5(5.5-5)...
  76. Settingupia32-libs(1.19)...
  77. Dev2:/home/labadmin/Desktop#

这样就好了,可以运行vmware player了。

一些有用的命令行:

  1. apt-cachesearchpackage-name
  2. apt-cachepolicypackage-name
  3. apt-cacheshowpkgpackage-name
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值