Advertisement
Fedorian

Untitled

Aug 5th, 2017
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.47 KB | None | 0 0
  1. ➜  ~ sudo ./vmware-patch.sh
  2. [sudo] password for bavarian:
  3. Failed to synchronize cache for repo 'rommon-telegram', disabling.
  4. Last metadata expiration check: 3:09:10 ago on  5.08.2017 (сб)  9:23:11 EEST.
  5. Dependencies resolved.
  6. ================================================================================
  7.  Package                     Arch         Version            Repository    Size
  8. ================================================================================
  9. Installing:
  10.  elfutils-libelf-devel       x86_64       0.169-1.fc26       fedora        45 k
  11.  
  12. Transaction Summary
  13. ================================================================================
  14. Install  1 Package
  15.  
  16. Total download size: 45 k
  17. Installed size: 32 k
  18. Is this ok [y/N]: y
  19. Downloading Packages:
  20. elfutils-libelf-devel-0.169-1.fc26.x86_64.rpm   309 kB/s |  45 kB     00:00    
  21. --------------------------------------------------------------------------------
  22. Total                                            40 kB/s |  45 kB     00:01    
  23. Running transaction check
  24. Transaction check succeeded.
  25. Running transaction test
  26. Transaction test succeeded.
  27. Running transaction
  28.   Preparing        :                                                        1/1
  29.   Installing       : elfutils-libelf-devel-0.169-1.fc26.x86_64              1/1
  30.   Verifying        : elfutils-libelf-devel-0.169-1.fc26.x86_64              1/1
  31.  
  32. Installed:
  33.   elfutils-libelf-devel.x86_64 0.169-1.fc26                                    
  34.  
  35. Complete!
  36. mv: overwrite 'libz.so.1.old'?
  37. ln: failed to create symbolic link './libz.so.1': File exists
  38. tar: –directory: Not found in archive
  39. tar: /usr/lib/vmware/modules/source: Not found in archive
  40. tar: Exiting with failure status due to previous errors
  41. Using kernel build system.
  42. make -C /lib/modules/4.11.10-300.fc26.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  43.   MODULEBUILDDIR= modules
  44. make[1]: Entering directory '/usr/src/kernels/4.11.10-300.fc26.x86_64'
  45.   Building modules, stage 2.
  46.   MODPOST 1 modules
  47. make[1]: Leaving directory '/usr/src/kernels/4.11.10-300.fc26.x86_64'
  48. make -C $PWD SRCROOT=$PWD/. \
  49.   MODULEBUILDDIR= postbuild
  50. make[1]: Entering directory '/usr/lib/vmware/modules/source/vmmon-only'
  51. make[1]: 'postbuild' is up to date.
  52. make[1]: Leaving directory '/usr/lib/vmware/modules/source/vmmon-only'
  53. cp -f vmmon.ko ./../vmmon.o
  54. tar: –directory: Not found in archive
  55. tar: /usr/lib/vmware/modules/source: Not found in archive
  56. tar: Exiting with failure status due to previous errors
  57. Using kernel build system.
  58. make -C /lib/modules/4.11.10-300.fc26.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  59.   MODULEBUILDDIR= modules
  60. make[1]: Entering directory '/usr/src/kernels/4.11.10-300.fc26.x86_64'
  61.   Building modules, stage 2.
  62.   MODPOST 1 modules
  63. make[1]: Leaving directory '/usr/src/kernels/4.11.10-300.fc26.x86_64'
  64. make -C $PWD SRCROOT=$PWD/. \
  65.   MODULEBUILDDIR= postbuild
  66. make[1]: Entering directory '/usr/lib/vmware/modules/source/vmnet-only'
  67. make[1]: 'postbuild' is up to date.
  68. make[1]: Leaving directory '/usr/lib/vmware/modules/source/vmnet-only'
  69. cp -f vmnet.ko ./../vmnet.o
  70. modprobe: ERROR: could not insert 'vmmon': Exec format error
  71. modprobe: ERROR: could not insert 'vmnet': Exec format error
  72. Restarting vmware (via systemctl):  Job for vmware.service failed because the control process exited with error code.
  73. See "systemctl  status vmware.service" and "journalctl  -xe" for details.
  74.                                                            [FAILED]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement