fetching zimbra source code from perforce server
Hello I'm trying (yesterday, today) to fetch source from perforce server with no success
bringout@desk-c2:~/devel/git/upstream/zimbra_p4$ ~/bin/p4 -v 9 -u public -P public1234 -c public-view sync -f //depot/zcs/GNR-604/...
...
VarArray extend 75
..
NetTcpEndpoint connect on 3
NetTcpTransport 192.168.45.115:41093 connected to 66.163.172.80:2666
RpcSendBuffer prog = p4
RpcSendBuffer version = 2009.1/LINUX26X86_64/205670
RpcSendBuffer = -f
RpcSendBuffer = //depot/zcs/GNR-604/...
RpcSendBuffer client = public-view
RpcSendBuffer cwd = /home/bringout/devel/git/upstream/zimbra_p4
RpcSendBuffer host = desk-c2
RpcSendBuffer os = UNIX
RpcSendBuffer user = public
RpcSendBuffer sndbuf = 49151
RpcSendBuffer rcvbuf = 32768
RpcSendBuffer func = protocol
Rpc invoking protocol
..
<00><00>user-sync<00>
>>> Dispatch(1) 0/0 0/0 0 ...
NetBuffer flush
NetTcpTransport send 331 bytes
p4 always stop on this "NetTcpTransport send 331 bytes"
is codes.zimbra.com:2666 ok?
I'm trying to pull GNR-604 sources and p4 after sending packet:
Code:
zimbrabuild -> codes.zimbra.mail.sp1.yahoo.net TCP D=2666 S=54644 Push Ack=1303697696 Seq=2809817485 Len=298 Win=49640
0: 0000 5e00 010c 0208 2059 28b6 0800 4500 ..^..... Y(...E.
16: 0152 c888 4000 4006 01ed 0a50 75ed 42a3 .R..@.@....Pu.B.
32: ac50 d574 0a6a a77a 698d 4db4 d920 5018 .P.t.j.zi.M.. P.
48: c1e8 0852 0000 5d5d 0000 0063 6d70 6669 .?.R..]]...cmpfi
64: 6c65 0000 0000 0000 636c 6965 6e74 0002 le......client..
80: 0000 0036 3400 6170 6900 0500 0000 3939 ...64.api.....99
96: 3939 3900 736e 6462 7566 0005 0000 0034 999.sndbuf.....4
112: 3931 3532 0072 6376 6275 6600 0500 0000 9152.rcvbuf.....
128: 3439 3634 3000 6675 6e63 0008 0000 0070 49640.func.....p
144: 726f 746f 636f 6c00 c3c3 0000 0070 726f rotocol......pro
160: 6700 0200 0000 7034 0076 6572 7369 6f6e g.....p4.version
176: 001d 0000 0032 3030 382e 322f 534f 4c41 .....2008.2/SOLA
192: 5249 5331 3058 3836 5f36 342f 3137 3931 RIS10X86_64/1791
208: 3733 0000 1700 0000 2f2f 6465 706f 742f 73......//depot/
224: 7a63 732f 474e 522d 3630 342f 2e2e 2e00 zcs/GNR-604/....
240: 636c 6965 6e74 000b 0000 0070 7562 6c69 client.....publi
256: 632d 7669 6577 0063 7764 000c 0000 002f c-view.cwd...../
272: 686f 6d65 2f70 7562 6c69 6300 686f 7374 home/public.host
288: 000b 0000 007a 696d 6272 6162 7569 6c64 .....zimbrabuild
304: 006f 7300 0400 0000 554e 4958 0075 7365 .os.....UNIX.use
320: 7200 0600 0000 7075 626c 6963 0066 756e r.....public.fun
336: 6300 0900 0000 7573 6572 2d73 796e 6300 c.....user-sync.
receives ACK and then hangs forever. I've started p4 with line:
Code:
p4 -u public -P public1234 -c public-view sync //depot/zcs/GNR-604/...
Sergey.