Skip to content

Instantly share code, notes, and snippets.

@sangoku116
Created April 26, 2018 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sangoku116/2e5d7a202e477f23121b8da50708a1ec to your computer and use it in GitHub Desktop.
Save sangoku116/2e5d7a202e477f23121b8da50708a1ec to your computer and use it in GitHub Desktop.
vmware-installer log
[2018-04-26 14:54:28,646]
[2018-04-26 14:54:28,646]
[2018-04-26 14:54:28,646] Installer running.
[2018-04-26 14:54:28,646] Command Line Arguments:
[2018-04-26 14:54:28,646] ['/tmp/vmis.kqjvkM/install/vmware-installer/vmware-installer.py', '--set-setting', 'vmware-installer', 'libconf', '/tmp/vmis.kqjvkM/install/vmware-installer/lib/libconf', '--install-component', '/tmp/vmis.kqjvkM/install/vmware-installer', '--install-bundle', '/home/ben/Downloads/VMware-Remote-Console-10.0.2-7096020.x86_64.bundle', '']
[2018-04-26 14:54:28,733] Successfully loaded GTK libraries.
[2018-04-26 14:54:28,776] Using UI type gtk
[2018-04-26 14:54:28,781] System installer version is: 2.1.0.7305623
[2018-04-26 14:54:28,781] Running installer version is: 2.1.0.5381180
[2018-04-26 14:54:28,781] Running newer system installer.
[2018-04-26 14:54:28,882]
[2018-04-26 14:54:28,882]
[2018-04-26 14:54:28,882] Installer running.
[2018-04-26 14:54:28,882] Command Line Arguments:
[2018-04-26 14:54:28,882] ['/usr/lib/vmware-installer/2.1.0/vmware-installer.py', '--set-setting', 'vmware-installer', 'libconf', '/tmp/vmis.kqjvkM/install/vmware-installer/lib/libconf', '--install-component', '/tmp/vmis.kqjvkM/install/vmware-installer', '--install-bundle', '/home/ben/Downloads/VMware-Remote-Console-10.0.2-7096020.x86_64.bundle', '']
[2018-04-26 14:54:28,964] Successfully loaded GTK libraries.
[2018-04-26 14:54:28,970] Using UI type gtk
[2018-04-26 14:54:28,971] System installer version is: 2.1.0.7305623
[2018-04-26 14:54:28,971] Running installer version is: 2.1.0.7305623
[2018-04-26 14:54:28,971] Opening database file /etc/vmware-installer/database
[2018-04-26 14:54:29,779] Initialized UIAppControl. Located at: /usr/lib/vmware/bin/vmware-app-control
[2018-04-26 14:54:29,782] Opening database file /etc/vmware-installer/database
[2018-04-26 14:54:29,834] destination /tmp/tmpbUxzVU/.installer/10.0.2/include/initscript.py already exists, overwriting.
[2018-04-26 14:54:29,838] destination /tmp/tmpbUxzVU/.installer/10.0.2/__init__.py already exists, overwriting.
[2018-04-26 14:54:29,839] destination /tmp/tmpbUxzVU/.installer/10.0.2/include/systemType.py already exists, overwriting.
[2018-04-26 14:54:29,842] destination /tmp/tmpbUxzVU/.installer/10.0.2/include/update.py already exists, overwriting.
[2018-04-26 14:54:29,843] destination /tmp/tmpbUxzVU/.installer/10.0.2/include/versions.py already exists, overwriting.
[2018-04-26 14:54:29,854] destination /tmp/tmpbUxzVU/.installer/10.0.2/__init__.py already exists, overwriting.
[2018-04-26 14:54:29,856] destination /tmp/tmpbUxzVU/.installer/10.0.2/include/update.py already exists, overwriting.
[2018-04-26 14:54:29,858] destination /tmp/tmpbUxzVU/.installer/10.0.2/include/initscript.py already exists, overwriting.
[2018-04-26 14:54:29,859] destination /tmp/tmpbUxzVU/.installer/10.0.2/include/versions.py already exists, overwriting.
[2018-04-26 14:54:29,861] destination /tmp/tmpbUxzVU/.installer/10.0.2/include/systemType.py already exists, overwriting.
[2018-04-26 14:54:34,779] PlayerCore InitializeInstall
[2018-04-26 14:54:35,033] destination /usr/lib/vmware/setup/vmware-config already exists, overwriting.
[2018-04-26 14:54:35,043] Integrity Error: Adding file /usr/lib/vmware/setup/vmware-config with mtime 1524768875, fileType 0, and uid 22.
[2018-04-26 14:54:35,043] [vmware-vmrc-setup 10.0.2] Installation failed, rolling back installation.
[2018-04-26 14:54:35,062] Top level exception handler
Traceback (most recent call last):
File "/usr/lib/vmware-installer/2.1.0/vmis/core/transaction.py", line 430, in RunThreadedTransaction
txn.Run()
File "/usr/lib/vmware-installer/2.1.0/vmis/core/transaction.py", line 78, in Run
self.get()()
File "/usr/lib/vmware-installer/2.1.0/vmis/core/common.py", line 138, in Show
i.Execute(txn.temp, onProgress)
File "/usr/lib/vmware-installer/2.1.0/vmis/core/install.py", line 385, in Execute
db.files.Add(filePath, fileMtime, dest.fileType.id, uid)
File "/usr/lib/vmware-installer/2.1.0/vmis/db.py", line 33, in decorator
raise IntegrityError(unicode(e))
IntegrityError: UNIQUE constraint failed: files.path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment