Re: FW: [CYGWIN] 7.2b3 postmaster doesn't start on Win98

From: Horák Daniel <horak(at)sit(dot)plzen-city(dot)cz>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FW: [CYGWIN] 7.2b3 postmaster doesn't start on Win98
Date: 2001-12-03 12:32:25
Message-ID: D5637E9568BDF3499B8BB02C12B4461DD47F@EXCHANGE.mmp.plzen-city.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I threw this to cygwin but it doesn't seem to have elisited any
> interest over the weekend so I'm sending it here as a beta
> problem (not
> entirely sure if this is correct or if it should go to bugs).

>
> When trying to start the postmaster on win98se with cygwin
> I get told that the data directory must be 0700, but when I
> try to chmod to
> 700, it apparently succeds, but nothing permissions stay at
> 755. I suspect
> this to be because win98 has no real file protection (just a read only
> attribute)
> (uname -a:
> CYGWIN_98-4.10 BX3551 1.3.5(0.47/3/2) 2001-11-13 23:16 i686 unknown)
> - Stuart

It works on WinNT, Win2K, ... because full file security is implemented
only in this systems. There could be a dirty hack that disables the
check (for 0700 permissions on $DATADIR) in
src/backend/postmaster/postmaster.c. I don't know if it is possible to
do it during runtime for only Win9x systems.

Dan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-12-03 14:43:01 Re: Problem (bug?) wih like
Previous Message Zeugswetter Andreas SB SD 2001-12-03 10:05:42 Re: Second call for platform testing