Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-12-2009, 09:14 PM
Junior Member
 
Posts: 5
Default Perforce stall when downloading Zimbra source code

I have tried numerous times to get the source code out of perforce.
Code:
export P4PORT=codes.zimbra.com:2666
./p4 -u public -P public1234 -c public-view sync //depot/zcs/FRANKLIN/ZimbraWebClient/...
It seems to stall very soon after I start the sync. I only ever get about three files:
Code:
blm@li18-23:/home/public/p4/FRANKLIN/ZimbraWebClient$ find .
.
./WebRoot
./WebRoot/js
./WebRoot/js/zimbraAdmin
./WebRoot/js/zimbraAdmin/common
./WebRoot/js/zimbraAdmin/common/ZaOverviewPanelController.js
./WebRoot/js/zimbraMail
./WebRoot/js/zimbraMail/mail
./WebRoot/js/zimbraMail/mail/model
./WebRoot/js/zimbraMail/mail/model/ZmMailMsg.js
./WebRoot/js/zimbraMail/mail/view
./WebRoot/js/zimbraMail/mail/view/ZmMailMsgView.js
blm@li18-23:/home/public/p4/FRANKLIN/ZimbraWebClient$
Would it be possible for someone to create tarballs of the source code for recent versions of Zimbra?

Regards,

Ben Marsh
Reply With Quote
  #2 (permalink)  
Old 07-13-2009, 08:47 AM
Moderator
 
Posts: 6,236
Default

Try a -f argument.
Reply With Quote
  #3 (permalink)  
Old 07-14-2009, 04:52 PM
New Member
 
Posts: 3
Default Perforce stalls/timeouts

Hi there,

I am trying to download the latest stable sources using perforce (Ubuntu 9.04 Jaunty) but am having terrible trouble with the connection either:

1) Timing out and never starting or,
2) Timing out or stalling half way through downloading.

I have tried time and again over the last day and a half!

I am issuing:

Code:
export P4PORT=codes.zimbra.com:2666
export P4EDITOR=vim
p4 -u public -P public1234 -c public-view sync -f //depot/zcs/FRANKLIN/...
An example of where it just doesn't even start is (with -v 100):

Code:
NetBuffer flush
NetTcpTransport send 287 bytes
Perforce client error:
        TCP receive failed.
        read: socket: Connection reset by peer
NetTcpTransport recv -1 bytes
~VarArray 0/0
<<< Dispatch(1) 0/0 0/0 0
NetTcpTransport 10.187.18.32:40503 closing unknown
NetTcpTransport lastRead=1
~VarArray 2/75
~VarArray 5/75
~VarArray 2/75
~VarArray 0/0
Could anyone enlighten me as to any current issues with the perforce server?

Many many thanks in advance.

A very frustrated, Tom
Reply With Quote
  #4 (permalink)  
Old 07-14-2009, 04:58 PM
New Member
 
Posts: 3
Default

Quote:
Originally Posted by mmorse View Post
Try a -f argument.
The -f argument does not make any difference. I too have been having no luck in downloading the sources over the last day and a half. I have started a thread (before I found this one) here.
Reply With Quote
  #5 (permalink)  
Old 07-15-2009, 02:37 PM
Moderator
 
Posts: 6,236
Default

I just had the same stall trouble (haven't hit the 'non-start' connection timeout issue) so I cleaned out the old workspaces (we only have a few licenses) & replaced them with public-view/linux/mac/pc (with respective common paths for each client) > sync's FRANKLIN-5018 fine.

(Should pretty much always use -f against codes.zimbra, I know that's slower than just changed files, but if you don't force it you may only get a partial based on someone elses sync. )

Our apologies that this issue is part of your first experience in the community! (That server needs some love from time to time.) SF/ZimbraCommunity should have tarballs if you'd like.

Last edited by mmorse; 07-15-2009 at 08:07 PM..
Reply With Quote
  #6 (permalink)  
Old 07-15-2009, 07:34 PM
Junior Member
 
Posts: 5
Default

The tarballs on sourceforge.net seem to be only available for 4.x versions of Zimbra (SourceForge.net: Zimbra Collaboration Suite - Project Web Hosting - Open Source Software) Do you know where there are source tarballs of 5.x versions of Zimbra? Especially 5.0.18.

On sourceforge:


zcs-5.0.0_BETA3_1276-src.tgz Any 40.1 MiB Mon Aug 27 2007 14:05 Source .gz 893
zcs-5.0.0_BETA3_1277-3rdParty-src.tar.gz Any 127.9 MiB Tue Sep 04 2007 16:06 Source .gz 628
zcs-5.0.0_BETA2_1095-src.tgz Any 36.3 MiB Thu Jul 26 2007 17:26 Source .gz 495
zcs-5.0.0_BETA1_856-src.tgz Any 35.6 MiB Mon Jun 04 2007 22:07 Source .gz 401
Zimbra_Source_Downloads_Moved_README.txt Any 103 Bytes Thu Oct 04 2007 15:02 text 2727
zcs-4.5.7_GA_1319-src.tgz Any 39.2 MiB Tue Sep 18 2007 15:44 Source .gz 938
zcs-4.5.6_GA_1044-src.tgz Any 31.0 MiB Wed Jul 04 2007 00:03 Source .gz 743

and so on.

Last edited by hsramneb; 07-15-2009 at 07:42 PM.. Reason: Add list of most recent source tarballs on sourceforge.
Reply With Quote
  #7 (permalink)  
Old 07-15-2009, 10:50 PM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Quote:
Originally Posted by hsramneb View Post
The tarballs on sourceforge.net seem to be only available for 4.x versions of Zimbra (SourceForge.net: Zimbra Collaboration Suite - Project Web Hosting - Open Source Software)
There are no source tarballs available, search the wiki for 'perforce'.
__________________
Regards


Bill
Reply With Quote
  #8 (permalink)  
Old 07-15-2009, 11:39 PM
Junior Member
 
Posts: 5
Default

Quote:
Originally Posted by phoenix View Post
There are no source tarballs available, search the wiki for 'perforce'.
Dear Bill,

Please see earlier posts about perforce not working for me and others.

Regards,

Ben Marsh
Reply With Quote
  #9 (permalink)  
Old 07-17-2009, 07:49 PM
New Member
 
Posts: 3
Default

Quote:
Originally Posted by mmorse View Post
Our apologies that this issue is part of your first experience in the community! (That server needs some love from time to time.) SF/ZimbraCommunity should have tarballs if you'd like.
Thanks Mike!
__________________
Tom Castleman
B3 IT Consulting Limited
www.b3itconsulting.com

Last edited by tomcastleman; 07-17-2009 at 07:51 PM..
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.