Re: postgresql installation error

2009-12-16 Thread Clark Martin
Allan Wind wrote: On 2009-12-16T20:36:15, Clark Martin wrote: I recently upgraded from lenny to squeeze on a 2GHz AMD based HP computer. It mostly went well but during the upgrade process and any time I run dpkg, aptitude or synaptic it gripes about postgresql. http://bugs.debian.org/cgi-bin/

Re: postgresql installation error

2009-12-16 Thread Allan Wind
On 2009-12-16T20:36:15, Clark Martin wrote: > I recently upgraded from lenny to squeeze on a 2GHz AMD based HP > computer. It mostly went well but during the upgrade process and > any time I run dpkg, aptitude or synaptic it gripes about > postgresql. http://bugs.debian.org/cgi-bin/bugreport.cgi?

postgresql installation error

2009-12-16 Thread Clark Martin
I recently upgraded from lenny to squeeze on a 2GHz AMD based HP computer. It mostly went well but during the upgrade process and any time I run dpkg, aptitude or synaptic it gripes about postgresql. A specific example of it is: dpkg --configure -a Setting up postgresql-8.4 (8.4.1-1) ... inss

Re: is there any error for my postgresql installation?

2008-12-06 Thread Eduardo M KALINOWSKI
中和刘 wrote: > here is a latest log messages for my newly installed postgresql server > 2008-12-06 12:33:08 HKT LOG: could not load root certificate file > "root.crt": no SSL error reported (1) > 2008-12-06 12:33:08 HKT DETAIL: Will not verify client certificates. (2) > 2008-12-06 12:33:08 HKT LOG:

is there any error for my postgresql installation?

2008-12-05 Thread 中和刘
here is a latest log messages for my newly installed postgresql server 2008-12-06 12:33:08 HKT LOG: could not load root certificate file "root.crt": no SSL error reported (1) 2008-12-06 12:33:08 HKT DETAIL: Will not verify client certificates. (2) 2008-12-06 12:33:08 HKT LOG: could not create IP

Re: postgresql installation

2006-02-15 Thread Oliver Elphick
On Tue, 2006-02-14 at 18:17 -0500, Tom Allison wrote: > OK, I'm just getting stuck on something regarding getting this postgresql > started up. > > For starters, there's no way I seem able to make a localhost tcp_ip > connection. > > postgresql.conf > tcpip_socket = true > port = 5432 > > pg_h

Re: postgresql installation

2006-02-15 Thread Carlos Correia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Allison escreveu: | OK, I'm just getting stuck on something regarding getting this | postgresql started up. | | For starters, there's no way I seem able to make a localhost tcp_ip | connection. | | postgresql.conf | tcpip_socket = true | port = 54

Re: postgresql installation

2006-02-14 Thread Edward Shornock
On Tue, Feb 14, 2006 at 06:17:03PM -0500, Tom Allison wrote: > OK, I'm just getting stuck on something regarding getting this postgresql > started up. > > For starters, there's no way I seem able to make a localhost tcp_ip > connection. [...] Are you getting any errors logged in /var/log/postg

postgresql installation

2006-02-14 Thread Tom Allison
OK, I'm just getting stuck on something regarding getting this postgresql started up. For starters, there's no way I seem able to make a localhost tcp_ip connection. postgresql.conf tcpip_socket = true port = 5432 pg_hba.conf local all postgres ident sameuser

Re: BUG: /dev/null 0600 was: Re: postgresql installation trouble ...

1999-05-25 Thread Jon Marler
On Mon, May 24, 1999 at 08:38:30PM -0400, Brandon Mitchell wrote: > On Mon, 24 May 1999, Jon Marler wrote: > > > I figured it out ... > > > > The permissions on /dev/null by default are set to 0600 root root. I set > > them to 0666 root root. Problem solved. > > Whatever did this is a bug. /d

BUG: /dev/null 0600 was: Re: postgresql installation trouble ...

1999-05-25 Thread Brandon Mitchell
On Mon, 24 May 1999, Jon Marler wrote: > I figured it out ... > > The permissions on /dev/null by default are set to 0600 root root. I set > them to 0666 root root. Problem solved. Whatever did this is a bug. /dev/null should be 0666 by default. If you have an idea on what the offending prog

NDN(2): Re: postgresql installation trouble ...

1999-05-25 Thread Post Office
Sorry. Your message could not be delivered to: Jorge Araya (Mailbox or Conference is full.)

Re: postgresql installation trouble ...

1999-05-25 Thread Martin Bialasinski
>> "JM" == Jon Marler <[EMAIL PROTECTED]> writes: JM> The permissions on /dev/null by default are set to 0600 root root. JM> I set them to 0666 root root. Problem solved. This would be very strange. When I create it with MAKEDEV, it is $ ls -l null crw-rw-rw- 1 root root 1, 3 M

NDN: Re: postgresql installation trouble ...

1999-05-24 Thread Post Office
Sorry. Your message could not be delivered to: Jorge Araya (Mailbox or Conference is full.)

Re: postgresql installation trouble ...

1999-05-24 Thread Jon Marler
I figured it out ... The permissions on /dev/null by default are set to 0600 root root. I set them to 0666 root root. Problem solved. Jon [EMAIL PROTECTED]