Re: Windows 2000 Support

Lists: pgsql-hackers
From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Windows 2000 Support
Date: 2006-07-19 16:18:15
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40154C0C1@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

I just finished setting up a new buildfarm member (Bandicoot) running
Windows 2000 Pro. Aside from the fact that it now fails with the same
cyptic pg_regress error as seen on Snake, it also became apparent that
CVS HEAD won't run properly on an unpatched Windows 2000 (initdb - and
probably pg_ctl - fails when trying to dynamically load advapi32.dll
which is used to shed excess privileges). This was solved by the
installation of service pack 4. Unfortunately I couldn't find a way to
catch the error - it seems to kill the app and throw a messagebox with a
cryptic message.

Given that you have to be clinically insane to run Win2K without
patching it to the hilt I'm not overly concerned by this (and will add
appropriate checks to pgInstaller), but it's probably worth mentioning
that our minimum supported platform is Windows 2000 Pro with Service
Pack 4 from 8.2.

Regards, Dave.


From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows 2000 Support
Date: 2006-08-18 11:46:05
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA35549@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> Hi,
>
> I just finished setting up a new buildfarm member (Bandicoot)
> running Windows 2000 Pro. Aside from the fact that it now fails
> with the same cyptic pg_regress error as seen on Snake, it also
> became apparent that CVS HEAD won't run properly on an unpatched
> Windows 2000 (initdb - and probably pg_ctl - fails when trying to
> dynamically load advapi32.dll which is used to shed excess
> privileges). This was solved by the installation of service pack 4.
> Unfortunately I couldn't find a way to catch the error - it seems
> to kill the app and throw a messagebox with a cryptic message.
>
> Given that you have to be clinically insane to run Win2K without
> patching it to the hilt I'm not overly concerned by this (and will
> add appropriate checks to pgInstaller), but it's probably worth
> mentioning that our minimum supported platform is Windows 2000 Pro
> with Service Pack 4 from 8.2.

Late into the game, yes, I definitely think this is a reasonable
requirement. (FWIW, that's the same requirements as MS put on SQL
Server)

But yes, this should probably go in the release notes.

(btw, clinically insane without patching it.. And obviously you didn't
patch yours? :-P)

//Magnus


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Windows 2000 Support
Date: 2006-08-18 15:51:51
Message-ID: 200608181551.k7IFppL18855@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Magnus Hagander wrote:
> > Hi,
> >
> > I just finished setting up a new buildfarm member (Bandicoot)
> > running Windows 2000 Pro. Aside from the fact that it now fails
> > with the same cyptic pg_regress error as seen on Snake, it also
> > became apparent that CVS HEAD won't run properly on an unpatched
> > Windows 2000 (initdb - and probably pg_ctl - fails when trying to
> > dynamically load advapi32.dll which is used to shed excess
> > privileges). This was solved by the installation of service pack 4.
> > Unfortunately I couldn't find a way to catch the error - it seems
> > to kill the app and throw a messagebox with a cryptic message.
> >
> > Given that you have to be clinically insane to run Win2K without
> > patching it to the hilt I'm not overly concerned by this (and will
> > add appropriate checks to pgInstaller), but it's probably worth
> > mentioning that our minimum supported platform is Windows 2000 Pro
> > with Service Pack 4 from 8.2.
>
> Late into the game, yes, I definitely think this is a reasonable
> requirement. (FWIW, that's the same requirements as MS put on SQL
> Server)
>
> But yes, this should probably go in the release notes.

I have updated the 8.0 release notes to say Windows 2000SP4 supported.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Windows 2000 Support
Date: 2006-08-18 16:00:39
Message-ID: 44E5E427.4090008@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Bruce Momjian wrote:
>
> I have updated the 8.0 release notes to say Windows 2000SP4 supported.
>
>
Not to nitpick, but I think you should change supported to *required*.

Sincerely,

Joshua D. Drake


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Windows 2000 Support
Date: 2006-08-18 16:04:47
Message-ID: 200608181604.k7IG4lO21058@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Joshua D. Drake wrote:
> Bruce Momjian wrote:
> >
> > I have updated the 8.0 release notes to say Windows 2000SP4 supported.
> >
> >
> Not to nitpick, but I think you should change supported to *required*.

I am worried that saying required means it only works for that version,
while it might work for SP5 if that is ever released.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Windows 2000 Support
Date: 2006-08-18 16:09:27
Message-ID: 44E5E637.9060804@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

>
> I am worried that saying required means it only works for that version,
> while it might work for SP5 if that is ever released.
>
How about:

Windows 2000 SP4 and above required.

I know it seems trivial, but the amount of people that run windows.... I
really don't want to spend
a ton of time with the question: I see that Sp4 is supported, what
about SP3? :)

It is bad enough we answer the question:

So how does PostgreSQL compare with MySQL 5000 times every time we go to
a show ;)

Joshua D. Drake


From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows 2000 Support
Date: 2006-08-18 17:12:42
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FB48@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> > I am worried that saying required means it only works for that
> > version, while it might work for SP5 if that is ever released.
> >
> How about:
>
> Windows 2000 SP4 and above required.

Yeah, that's better wording. Or more correct I think "Windows 2000 SP4
or above".

FWIW, MS has officially said at some point that they will not make SP5
for Windows 2000, but they've changed their minds before...

> I know it seems trivial, but the amount of people that run
> windows.... I really don't want to spend a ton of time with
> the question: I see that Sp4 is supported, what about SP3? :)

Well, SP3 isn't supported ;-)

//Magnus


From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows 2000 Support
Date: 2006-08-18 18:04:20
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E48508BB@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

-----Original Message-----
From: Magnus Hagander [mailto:mha(at)sollentuna(dot)net]
Sent: Fri 8/18/2006 12:46 PM
To: Dave Page; pgsql-hackers(at)postgresql(dot)org
Subject: RE: [HACKERS] Windows 2000 Support

> (btw, clinically insane without patching it.. And obviously you didn't
> patch yours? :-P)

Yeah, well it's behind all manner of firewalls, doing nothing but buildfarm runs of which I ran the first before WSUS had installed all the pending updates :-p

/D


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Magnus Hagander" <mha(at)sollentuna(dot)net>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "Bruce Momjian" <bruce(at)momjian(dot)us>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: Windows 2000 Support
Date: 2006-08-18 23:47:39
Message-ID: 200608190147.40514.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Magnus Hagander wrote:
> Yeah, that's better wording. Or more correct I think "Windows 2000
> SP4 or above".
>
> FWIW, MS has officially said at some point that they will not make
> SP5 for Windows 2000, but they've changed their minds before...

Unless there actually is a version of that operating system that is not
labelled "Windows 2000 SP4" that is supported, this expression is
meaningless.

Note that the list of "supported" platforms in the documentation does
not make any open interval claims (or any interval claims for that
matter).

If you know that anything before Windows 2000 SP4 is unsupported, that
would be useful information, but not the other way around.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Magnus Hagander <mha(at)sollentuna(dot)net>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: Windows 2000 Support
Date: 2006-08-19 04:55:25
Message-ID: 200608190455.k7J4tPQ08548@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Magnus Hagander wrote:
> > Yeah, that's better wording. Or more correct I think "Windows 2000
> > SP4 or above".
> >
> > FWIW, MS has officially said at some point that they will not make
> > SP5 for Windows 2000, but they've changed their minds before...
>
> Unless there actually is a version of that operating system that is not
> labelled "Windows 2000 SP4" that is supported, this expression is
> meaningless.
>
> Note that the list of "supported" platforms in the documentation does
> not make any open interval claims (or any interval claims for that
> matter).
>
> If you know that anything before Windows 2000 SP4 is unsupported, that
> would be useful information, but not the other way around.

I see who mentions of Win2000, one in the FAQ, another in the release
notes. If people want the text changed, I want an example showing exactly
what the new wording should be because you can't just add "and later"
into the text we have now.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows 2000 Support
Date: 2006-08-20 18:46:03
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FB5C@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> > (btw, clinically insane without patching it.. And obviously
> you didn't
> > patch yours? :-P)
>
> Yeah, well it's behind all manner of firewalls, doing nothing
> but buildfarm runs of which I ran the first before WSUS had
> installed all the pending updates :-p

Excuses, excuses... ;)

//Magnus