[BUGS] BUG #14640: text mode installation still send X11 requests - Mailing list pgsql-bugs

From ehoffman@videotron.ca
Subject [BUGS] BUG #14640: text mode installation still send X11 requests
Date
Msg-id 20170503153241.24364.61623@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [BUGS] BUG #14640: text mode installation still send X11 requests  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14640
Logged by:          Eric Hoffman
Email address:      ehoffman@videotron.ca
PostgreSQL version: 9.6.2
Operating system:   Linux
Description:

I'm installing PostgreSQL (on Linux) from a SSH terminal (SSH client
terminal under Windows).  So, I install the package using the "--mode text"
option.

My terminal does have X11 forwarding enabled, but I have not started a X11
server application on my Windows PC (which I start only when doing
development).

There should be no issue, as I'm not expecting X11 requests, especially
since I used the "--mode text" install.  However, my terminal still give me
errors telling that X11 requests have been made while I don't have X11
server started.

X11 requests are also made even with installation options "--mode unattended
--unattendedmodeui none"

The installer run fine though, and with an SSH session disabling the X11
forwarding, it also install fine.  So my guess is that the installer is
still trying to detect if X11 is available.

Regards,
Eric Hoffman



--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14635: Query is executed slower on hot standby slave database then on master database
Next
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] BUG #14640: text mode installation still send X11 requests