Re: [ADMIN] invalid length of startup packet

2005-11-29 Thread Tom Lane
"Dan The Man" <[EMAIL PROTECTED]> writes: > I've been using postgresql v810 for a couple of weeks. I notice when I > start it up I get 'invalid lenth of startup packet' On a database that I > just initialized I get ' incomplete startup packet' after I first started > it. This never happened

Re: [ADMIN] invalid length of startup packet

2005-11-29 Thread Guido Barosio
I can notice:   < % %2005-11-28 07:31:10 EST>LOG:  database system was not properly shutdown; automatic recovery in progress   At a first sight, you didn't shut down the database as expected. (pg_ctl stop -m smart/fast/immediate). Now I don't know if this is the root cause for that message, but a c

[ADMIN] invalid length of startup packet

2005-11-29 Thread Dan The Man
Hi, I've been using postgresql v810 for a couple of weeks. I notice when I start it up I get 'invalid lenth of startup packet' On a database that I just initialized I get ' incomplete startup packet' after I first started it. This never happened that I can see in 8.0.3. Does any one know