Обсуждение: Cannot close "error has occurred" dialog box

Поиск
Список
Период
Сортировка

Cannot close "error has occurred" dialog box

От
Adrian Heath
Дата:
Running pgAdminIII v1.14.2 on Debian Wheezy 64bit in KDE4 against a (remote) Debian postgreSql v9.1.6 database
(defaultinstall)<br /><br /> I connect to the server, select Server Status option and the server status window
opens.<br/> The server status screen lists the current connections and then displays a dialog box "error has occurred,
unableto access log file $libdir etc, click OK".<br /><br /> I am unable to click on the Ok button to close the dialog
boxor either of the pgAdmin screens. I can drag the dialog box around the screen but cannot close it. Only option is to
terminatethe pgAdmin process. <br /><br /> I am not interested in reconfiguring the server/changing access writes to
allowme to access the log files, I just want to be able to close the dialog box.<br /><br /> Regards<br /><br /> Adrian
Heath<br/><b>TrackTrans e-POD</b><font size="-1"><br /></font> 

Re: Cannot close "error has occurred" dialog box

От
Adrian Heath
Дата:
I found the answer in the following link:-

http://archives.postgresql.org/pgadmin-support/2011-09/msg00076.php

I tested on my machine by creating the actual pg_log directory and 
running pgadmin3 v1.14.2 and I didn't get the dialog box.

Killed pgadmin, removed the directory and restarted pgadmin, opening the 
server status windows and the dialog box reappeared and clicking on it 
had no effect.

I have now created a symlink for the pg_log pointing to 
/var/log/postgresql (the default on Debian).

Hope this helps someone else.

Adrian