setup.exe crashing on postgress uninstall

Reini Urban rurban@x-ray.at
Wed Aug 13 23:14:00 GMT 2008


Reini Urban schrieb:
> William Deegan schrieb:
>> I just downloaded latest setup.exe and ran it to update my current 
>> packages.
>> When it got to uninstalling postgresql prior to installing the new
>> version, it crashed and hung.
> 
> I remember having experimented with a postinstall script.
> This was a failed attempt, and should be removed, if so.
> 
> mv /etc/preremove/postgresql.sh*
> 
> Which version do you want to uninstall exactly?
> 
>> Any suggestions how to get past this/capture useful information to
>> file a bug with?
>>
>> Also, if I instruct setup.exe to keep the current version of
>> postgress, then it doesn't crash.
>>
>> See attached cygcheck -s for info on packages.

Just saw this attachment. You have 8.1.4-2 and no postgresql
postinstall scripts.

Most likely your postgresql service is still running and
setup cannot remove services in use.

$ /etc/rc.d/init.d/postgresql stop
$ /etc/rc.d/init.d/postgresql uninstall

before uninstalling it via setup.exe.
-- 
Reini Urban
http://phpwiki.org/  http://murbreak.at/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list