Public bug reported:
We've encountered an issue where psql requires "-h localhost" to run any
commands on PostgreSQL 10.5 machine.
$ psql --version
Error: Invalid data directory for cluster 10 main
$ psql -h localhost --version
psql (PostgreSQL) 10.5 (Ubuntu 10.5-1.pgdg14.04+1)
The issue is reso
Ah yes, we're using the postgresql cookbook for Chef which uses the PGDG
apt repository.
On Wed, Oct 17, 2018 at 4:21 PM Andreas Hasenack
wrote:
> Where did you get this postgresql package from? 10.5-1.pgdg14.04+1
> doesn't look like it's something released by ubuntu. Is this a trusty
> machine?
Sounds good, thanks!
On Thu, Oct 18, 2018 at 2:15 PM Andreas Hasenack
wrote:
> This is not an issue with the postgresql packages shipped with Ubuntu:
>
> trusty:
> ubuntu@trusty-pgsql:~$ psql --version
> psql (PostgreSQL) 9.3.24
> ubuntu@trusty-pgsql:~$ l /etc/postgresql/9.3/main/postgresql.conf
Public bug reported:
On Systems running this Varnish package, in the even of an "apt-get
upgrade / dist-upgrade", The varnishd and varnishncsa (if enabled) will
attempt to start themselves. The upgrade process will complete but at
the end if will say that that Errors were encountered with the var
I would suggest that it be configured to restart rather than just start.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223999
Title:
After apt-get upgrade, varnish service attempts to start, withou
OS Info.
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.3 LTS"
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223999
Title:
After apt-get upgrade
I encountered the same issue and found a decent solution. For anyone
else having the same issue it's easy to patch yourself for now.
First I tried changing the QuickOpen code to use the
bus.send_message_sync function, since the convenience function send_sync
disappeared in this version. I had a cr