XWin Server fails to start with keymap failure, strace log attached.

Kiehl, Horst h.p.kiehl@fz-juelich.de
Wed Jun 10 14:05:00 GMT 2015


John T. Kerich wrote [text rewrapped]:

> I am unable to successfully uninstalled "Lavasoft Web Companion".  A secondary
> program LavasoftTcpService64 is still installed and I can't get rid of it.  I
> am going to reinstall "Lavasoft Web Companion" and try again to uninstall the
> two pieces.   If that doesn't work I will have to reformat the disk and
> reinstall the OS which will have to be done over the weekend.

Perhaps you won't have to do that.

You write you can't uninstall LavasoftTcpService64. The name suggests that it's
a service. If it isn't properly stopped and removed as such, you might be able
to can do so manually (from a Windows shell running "as administrator") with

sc.exe stop LavasoftTcpService64

sc.exe delete LavasoftTcpService64

(if that's also its name as a service).

If you can't find LavasoftTcpService64 in "Programs and Features" in Windows,
you might be able to find and uninstall it from within PowerShell (also running
"as administrator") with (this may take some time)

Get-WmiObject -Class Win32_Product | Where-Object { $_.name -match "^LavaSoft" }

If this finds an "IdentifyingNumber" then you can specify it to the Windows
Installer to try uninstallation like this

msiexec.exe /uninstall {12345678-90AB-CDEF-1234-567890ABCDEF}

Horst


------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------



More information about the Cygwin mailing list