Re: Debian and Postgres

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: rob stone <floriparob(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Debian and Postgres
Date: 2016-05-05 04:08:59
Message-ID: b3cb8f1d-f483-5b07-30d9-cb6718430153@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/04/2016 07:40 PM, rob stone wrote:
> On Wed, 2016-05-04 at 16:50 -0700, Adrian Klaver wrote:
>> On 05/04/2016 04:38 PM, rob stone wrote:
>>>
>>>
>> Hmm, it is Ubuntu not Debian, but:
>>
>> sudo apt-get remove whois
>>
>> vi /var/log/dpkg.log
>>
>> 2016-05-04 16:42:39 status installed whois:amd64 5.1.1
>> 2016-05-04 16:42:39 remove whois:amd64 5.1.1 <none>
>> 2016-05-04 16:42:39 status half-configured whois:amd64 5.1.1
>> 2016-05-04 16:42:39 status half-installed whois:amd64 5.1.1
>> 2016-05-04 16:42:39 status triggers-pending man-db:amd64 2.6.7.1-
>> 1ubuntu1
>> 2016-05-04 16:42:39 status config-files whois:amd64 5.1.1
>> 2016-05-04 16:42:39 status config-files whois:amd64 5.1.1
>> 2016-05-04 16:42:39 status config-files whois:amd64 5.1.1
>> 2016-05-04 16:42:39 status not-installed whois:amd64 <none>
>>
>>
>> vi /var/log/apt/history.log
>>
>> Start-Date: 2016-05-04 16:42:39
>> Commandline: apt-get remove whois
>> Remove: whois:amd64 (5.1.1)
>> End-Date: 2016-05-04 16:42:39
>>
>
> Hello Adrian,
>
> I read Tom's post. There is no firewall. Stand alone box.
>
> The apt history.log is overwritten each time.

So Debian does not rotate the logs into history.log.<int>.gz?

> There is a term.log (full of Control-M's) which lists all the activity,
> including the removals, as follows:-
>
> liblept4 replaced by liblept5 and is used for image processing.
> liblwres90 replaced by liblwres141 used by BIND
> libpcrecpp0 replaced by libcrecpp0v5 used for Perl Regex
> libsodium13 replaced by libsodium18 NaCl library
> tzdata-java now gone for good, and
> libdbus2.0-cil removed from Mono -- not mono -- as in mono-runtime,
> etc.
>
> So, liblwres and libsodium are the two obvious culprits. I'll have to
> obtain the sources and diff the files to see if something contained in
> the earlier version is missing or altered in the latest version.
>
> I have also gone thru the major packages that have anything to do with
> ports, sockets, etc. such as network-manager, isc-dhcp-client, doing an
> "apt show" to list dependencies, then verifying that those dependencies
> are the correct versions. So far libreadline6 and libdns-export162 were
> earlier versions and libteam-utils was missing.
>
> So, I'll let you know what else I find.

So what are the connection parameters that work for you with psql?

>
> Thanks for the help.
>
> Cheers,
> Rob
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2016-05-05 04:43:05 Re: Debian and Postgres
Previous Message David G. Johnston 2016-05-05 04:06:29 Re: CREATE OR REPLACE AGGREGATE -- NOT!