Re: [HACKERS] CVSup help??

Поиск
Список
Период
Сортировка
От dg@illustra.com (David Gould)
Тема Re: [HACKERS] CVSup help??
Дата
Msg-id 9805010353.AA26363@hawk.illustra.com
обсуждение исходный текст
Ответ на Re: [HACKERS] CVSup help??  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: [HACKERS] CVSup help??  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> On Tue, 28 Apr 1998, David Gould wrote:
>
> >
> > I am trying to use cvsup to get the latest but keep failing as follows:
> >
> > leslie:~$ cvsup sup.pgsql
> > Connected to postgresql.org
> > Updater failed: Premature EOF from server
> > Will retry at 04:40:54
> >
> >
> > Here is my sup file
> >
> > *default release=cvs
> > *default prefix=/cvs
> > *default backup compress use-rel-suffix
> >
> > pgsql   host=postgresql.org base=/cvs/pgsql delete
> >
> >
> > Any thoughts?
>

I ran strace on it. Here is the relevant dialog. It looks like the server
just hangs up on me. Is there a log file on the server that might indicate
why?

--------------
connect(4, {sin_family=AF_INET, sin_port=htons(5999), sin_addr=inet_addr("209.47.148.214")}, 16) = 0

write(1, "Connected to postgresql.org\n", 28Connected to postgresql.org
) = 28


read(4, "OK 15 4 REL_15_2 CVSup server re"..., 8192) = 36
write(4, "PROTO 15 4 REL_15_2\n", 20)   = 20

write(4, "USER ? leslie.illustra.com\n", 27) = 27
read(4, "OK\n", 8192)                   = 3

write(4, "ATTR 6\n0\ne7\ne1\nf1\nf1\n9\n.\n"..., 25) = 25
read(4, "ATTR 6\n0\ne7\ne1\nf1\nf1\n9\n.\n"..., 8192) = 25

write(4, "COLL pgsql cvs 2 66499\n.\n.\n", 27) = 27
read(4, "COLL pgsql cvs 66499\nPRFX /usr/"..., 8192) = 49

bind(5, {sin_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("158.58.56.127")}, 16) = 0
listen(5, 8)                            = 0
write(4, "PORT 158 58 56 127 5814\n", 24) = 24

accept(5, {sin_family=AF_INET, sin_port=htons(47873), sin_addr=inet_addr("24.0.0.0")}, [16]) = 6
close(5)                                = 0

write(4, "COLL pgsql cvs\n", 15)        = 15
write(4, "x\1\322\343\2\10", 6)         = 6
write(4, "0\0\0h\0009", 6)              = 6
write(4, ".\n", 2)                      = 2

read(6, 0x819400c, 8192)                = -1 ECONNRESET (Connection reset by peer)


write(1, "Updater failed: Premature EOF fr"..., 42Updater failed: Premature EOF from server
) = 42
----------------

Thanks
-dg


David Gould           dg@illustra.com            510.628.3783 or 510.305.9468
Informix Software                      300 Lakeside Drive   Oakland, CA 94612
 - A child of five could understand this!  Fetch me a child of five.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [INTERFACES] Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] CVSup help??