public inbox for [email protected]  
help / color / mirror / Atom feed
Re: Windows installation problem at post-install step
4+ messages / 2 participants
[nested] [flat]

* Re: Windows installation problem at post-install step
@ 2024-07-22 12:22 Ertan Küçükoglu <[email protected]>
  2024-07-22 12:40 ` Re: Windows installation problem at post-install step Sandeep Thakkar <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Ertan Küçükoglu @ 2024-07-22 12:22 UTC (permalink / raw)
  To: Sandeep Thakkar <[email protected]>; +Cc: Thomas Munro <[email protected]>; Adrian Klaver <[email protected]>; [email protected]

Sandeep Thakkar <[email protected]>, 22 Tem 2024 Pzt, 15:01
tarihinde şunu yazdı:

>
> When I checked the installation log shared by Ertan, I do see that the
> locale passed to initcluster script is the same as returned by the
> getlocales executable.
>
> Executing C:\Windows\System32\cscript //NoLogo "C:\Program
> Files\PostgreSQL\16/installer/server/initcluster.vbs" "NT
> AUTHORITY\NetworkService" "postgres" "****"
> "C:\Users\User1\AppData\Local\Temp/postgresql_installer_cd79fad8b7"
> "C:\Program Files\PostgreSQL\16" "C:\DATA_PG16" 5432 "Turkish,Türkiye" 0
>

That is log file line no 5544 and is cscript logging. There is no problem
here.
If you check log file line no 5606 you will see that the encoding is not
correct just before initdb
Maybe this is related to BAT file usage? I don't know.

Thanks & Regards,
Ertan


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Windows installation problem at post-install step
  2024-07-22 12:22 Re: Windows installation problem at post-install step Ertan Küçükoglu <[email protected]>
@ 2024-07-22 12:40 ` Sandeep Thakkar <[email protected]>
  2024-08-02 12:44   ` Re: Windows installation problem at post-install step Sandeep Thakkar <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Sandeep Thakkar @ 2024-07-22 12:40 UTC (permalink / raw)
  To: Ertan Küçükoglu <[email protected]>; +Cc: Thomas Munro <[email protected]>; Adrian Klaver <[email protected]>; [email protected]

On Mon, Jul 22, 2024 at 5:52 PM Ertan Küçükoglu <[email protected]>
wrote:

> Sandeep Thakkar <[email protected]>, 22 Tem 2024 Pzt,
> 15:01 tarihinde şunu yazdı:
>
>>
>> When I checked the installation log shared by Ertan, I do see that the
>> locale passed to initcluster script is the same as returned by the
>> getlocales executable.
>>
>> Executing C:\Windows\System32\cscript //NoLogo "C:\Program
>> Files\PostgreSQL\16/installer/server/initcluster.vbs" "NT
>> AUTHORITY\NetworkService" "postgres" "****"
>> "C:\Users\User1\AppData\Local\Temp/postgresql_installer_cd79fad8b7"
>> "C:\Program Files\PostgreSQL\16" "C:\DATA_PG16" 5432 "Turkish,Türkiye" 0
>>
>
> That is log file line no 5544 and is cscript logging. There is no problem
> here.
> If you check log file line no 5606 you will see that the encoding is not
> correct just before initdb
> Maybe this is related to BAT file usage? I don't know.
>
> Ah, I see it now. Let me take a closer look


> Thanks & Regards,
> Ertan
>


-- 
Sandeep Thakkar


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Windows installation problem at post-install step
  2024-07-22 12:22 Re: Windows installation problem at post-install step Ertan Küçükoglu <[email protected]>
  2024-07-22 12:40 ` Re: Windows installation problem at post-install step Sandeep Thakkar <[email protected]>
@ 2024-08-02 12:44   ` Sandeep Thakkar <[email protected]>
  2024-08-05 08:50     ` Re: Windows installation problem at post-install step Sandeep Thakkar <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Sandeep Thakkar @ 2024-08-02 12:44 UTC (permalink / raw)
  To: Ertan Küçükoglu <[email protected]>; +Cc: Thomas Munro <[email protected]>; Adrian Klaver <[email protected]>; [email protected]

On Mon, Jul 22, 2024 at 6:10 PM Sandeep Thakkar <
[email protected]> wrote:

>
>
> On Mon, Jul 22, 2024 at 5:52 PM Ertan Küçükoglu <[email protected]>
> wrote:
>
>> Sandeep Thakkar <[email protected]>, 22 Tem 2024 Pzt,
>> 15:01 tarihinde şunu yazdı:
>>
>>>
>>> When I checked the installation log shared by Ertan, I do see that the
>>> locale passed to initcluster script is the same as returned by the
>>> getlocales executable.
>>>
>>> Executing C:\Windows\System32\cscript //NoLogo "C:\Program
>>> Files\PostgreSQL\16/installer/server/initcluster.vbs" "NT
>>> AUTHORITY\NetworkService" "postgres" "****"
>>> "C:\Users\User1\AppData\Local\Temp/postgresql_installer_cd79fad8b7"
>>> "C:\Program Files\PostgreSQL\16" "C:\DATA_PG16" 5432 "Turkish,Türkiye" 0
>>>
>>
>> That is log file line no 5544 and is cscript logging. There is no problem
>> here.
>> If you check log file line no 5606 you will see that the encoding is not
>> correct just before initdb
>> Maybe this is related to BAT file usage? I don't know.
>>
>> Ah, I see it now. Let me take a closer look
>

That line gets printed from within the initdb and is not printed by the
script.
@Thomas Munro <[email protected]>  I may be wrong but I guess fixing
the code might fix this.
Can you please share your patch so that I apply it on top of the last
released
source version, generate the installer and confirm the behaviour?


>
>> Thanks & Regards,
>> Ertan
>>
>
>
> --
> Sandeep Thakkar
>
>
>

-- 
Sandeep Thakkar


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Windows installation problem at post-install step
  2024-07-22 12:22 Re: Windows installation problem at post-install step Ertan Küçükoglu <[email protected]>
  2024-07-22 12:40 ` Re: Windows installation problem at post-install step Sandeep Thakkar <[email protected]>
  2024-08-02 12:44   ` Re: Windows installation problem at post-install step Sandeep Thakkar <[email protected]>
@ 2024-08-05 08:50     ` Sandeep Thakkar <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Sandeep Thakkar @ 2024-08-05 08:50 UTC (permalink / raw)
  To: Ertan Küçükoglu <[email protected]>; +Cc: Thomas Munro <[email protected]>; Adrian Klaver <[email protected]>; [email protected]

Hi Thomas,

This issue is seen only on v16 and not the back branches (tested on 15 and
14) and also confirmed by @Ertan Küçükoglu <[email protected]> at
https://github.com/EnterpriseDB/edb-installers/issues/127#issuecomment-2268371442



On Fri, Aug 2, 2024 at 6:14 PM Sandeep Thakkar <
[email protected]> wrote:

>
>
> On Mon, Jul 22, 2024 at 6:10 PM Sandeep Thakkar <
> [email protected]> wrote:
>
>>
>>
>> On Mon, Jul 22, 2024 at 5:52 PM Ertan Küçükoglu <
>> [email protected]> wrote:
>>
>>> Sandeep Thakkar <[email protected]>, 22 Tem 2024 Pzt,
>>> 15:01 tarihinde şunu yazdı:
>>>
>>>>
>>>> When I checked the installation log shared by Ertan, I do see that the
>>>> locale passed to initcluster script is the same as returned by the
>>>> getlocales executable.
>>>>
>>>> Executing C:\Windows\System32\cscript //NoLogo "C:\Program
>>>> Files\PostgreSQL\16/installer/server/initcluster.vbs" "NT
>>>> AUTHORITY\NetworkService" "postgres" "****"
>>>> "C:\Users\User1\AppData\Local\Temp/postgresql_installer_cd79fad8b7"
>>>> "C:\Program Files\PostgreSQL\16" "C:\DATA_PG16" 5432 "Turkish,Türkiye" 0
>>>>
>>>
>>> That is log file line no 5544 and is cscript logging. There is no
>>> problem here.
>>> If you check log file line no 5606 you will see that the encoding is not
>>> correct just before initdb
>>> Maybe this is related to BAT file usage? I don't know.
>>>
>>> Ah, I see it now. Let me take a closer look
>>
>
> That line gets printed from within the initdb and is not printed by the
> script.
> @Thomas Munro <[email protected]>  I may be wrong but I guess fixing
> the code might fix this.
> Can you please share your patch so that I apply it on top of the last
> released
> source version, generate the installer and confirm the behaviour?
>
>
>>
>>> Thanks & Regards,
>>> Ertan
>>>
>>
>>
>> --
>> Sandeep Thakkar
>>
>>
>>
>
> --
> Sandeep Thakkar
>
>
>

-- 
Sandeep Thakkar


^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2024-08-05 08:50 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-07-22 12:22 Re: Windows installation problem at post-install step Ertan Küçükoglu <[email protected]>
2024-07-22 12:40 ` Sandeep Thakkar <[email protected]>
2024-08-02 12:44   ` Sandeep Thakkar <[email protected]>
2024-08-05 08:50     ` Sandeep Thakkar <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox