Package: postgresql-common
Version: 15
Severity: important

Wrapper scripts etc are unaware of the new default unix_socket_directory
configuration directive.

If directive is left unassigned wrappers look in /tmp instead of
'/var/run/postgresql'

Explicitly setting this directive solves the immediate problem.

To make everything clear:

unix_socket_directory = '/var/run/postgresql'
Wrappers look for socket in '/var/run/postgresql'
Socket is created in '/var/run/postgresql'

unix_socket_directory = '/tmp'
Wrappers look for socket in '/tmp'
Socket is created in '/tmp'

#unix_socket_directory
Wrappers look for socket in '/tmp'
Socket is created in '/var/run/postgresql'

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.6-win4lin-ftl1
Locale: LANG=C, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to