[BUGS] BUG #14640: text mode installation still send X11 requests

Поиск
Список
Период
Сортировка
От ehoffman@videotron.ca
Тема [BUGS] BUG #14640: text mode installation still send X11 requests
Дата
Msg-id 20170503153241.24364.61623@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [BUGS] BUG #14640: text mode installation still send X11 requests  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #14635: Query is executed slower on hot standby slave database then on master database
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [BUGS] BUG #14640: text mode installation still send X11 requests