> > 2006-09-26 14:06:51 LOG:  database system is ready
> > 2006-09-26 14:06:51 LOG:  transaction ID wrap limit is
> 2147484148, limited by database "postgres"
> > 2006-09-26 14:06:51 LOG:  autovacuum: processing database
> "bacula"
> 
> There, a vacuum begins.  Bacula is not doing that.

Vaccum/autovacuum cannot possibly have anything to do with this.
Standard vacuum will never affect client commands. Even vacuum full will
never affect new connections.

> > 2006-09-26 14:07:23 LOG:  connection received:
> host=192.168.222.254
> > port=42477
> > 2006-09-26 14:07:23 LOG:  connection authorized: user=bacula
> > database=bacula

This is what a connection normally should look like.


> Here I ran bconsole and issued "list volumes"
> > 2006-09-26 14:07:29 LOG:  connection received:
> host=192.168.222.254
> > port=42479

Ok, so here's a new connection coming in.

> > 2006-09-26 14:07:29 LOG:  could not receive data from client:
> Impossibile stabilire la connessione. Rifiuto persistente del
> computer di destinazione.

And this means that the TCP connection went away for some reason. Since
the actual error code is in Italian (I think? Definitly not English at
least), I can't say much more than that. But it's the kernel that told
postgresql that the connection has been closed. So the problem is not in
the PostgreSQL server installation. It can be in the OS install there,
or it can be on the client, or on the network in between.

> > 2006-09-26 14:07:29 LOG:  incomplete startup packet

That's just leftover from above - probably we never received a single
byte, because the startup packet would always fit in a single Ethernet
frame, IIRC.

It might also be worthwhile to run a network sniffer on the net to see
if there is any clue as to why the connection goes away.

//Magnus


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to