Bug 181140 - kdewin installer sometimes starts dbus-daemon and then can't install dbus-msvc
Summary: kdewin installer sometimes starts dbus-daemon and then can't install dbus-msvc
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: installer (show other bugs)
Version: unspecified
Platform: Compiled Sources Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Christian Ehrlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-18 05:36 UTC by skierpage
Modified: 2009-01-19 06:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description skierpage 2009-01-18 05:36:26 UTC
Version:           0.9.4-1 (using Devel)
OS:                MS Windows
Installed from:    Compiled sources

Several times when updating to 4.1.96, the kdewin installer failed to install dbus-msvc-1.2.4-1.bin.tar.bz2
	Error
	Can't remove C:/KDE4/bin/dbus-daemon.exe
	[Cancel]
because dbus-daemon.exe was running.  I had *definitely* killed dbus-daemon before starting, I had no KDE apps running, and kdeinit4 -- shutdown works fine to stop it.

I verified from task manager and kdeinit4 --list that the installer sometimes starts up dbus-daemon raound  package uninstallation and/or installation.  (This is separate from it starting dbus-daemon during post-processing.)  But I'm not sure of the exact circumstances.

Separate bug I should file
	Error
	Can't remove C:/KDE4/bin/dbus-daemon.exe
	[Cancel]
should be Abort, Retry, Ignore
Comment 1 Ralf Habacker 2009-01-18 23:51:21 UTC
The problem was caused by using the --shutdown option of kdeinit4, which should kills applications first using a dbus call. This starts the dbus-daemon as mentioned by the reporter. 

This issue is fixed in svn - an updated binary release (0.9.5-rc2) will be available soon.
Comment 2 Christian Ehrlicher 2009-01-19 06:31:36 UTC
fixed in r913235