From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.49.48.228 with SMTP id p4csp394503qen; Tue, 25 Sep 2012 13:08:45 -0700 (PDT) Received: by 10.50.76.233 with SMTP id n9mr9034823igw.58.1348602318790; Tue, 25 Sep 2012 12:45:18 -0700 (PDT) Return-Path: Received: from rubyforge.org (50-56-192-79.static.cloud-ips.com. [50.56.192.79]) by mx.google.com with ESMTP id ak6si1268629igc.17.2012.09.25.12.45.18; Tue, 25 Sep 2012 12:45:18 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 4D0762E07C; Tue, 25 Sep 2012 19:45:18 +0000 (UTC) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) by rubyforge.org (Postfix) with ESMTP id 97B942E073 for ; Tue, 25 Sep 2012 19:45:10 +0000 (UTC) Received: by ieje11 with SMTP id e11so16978983iej.23 for ; Tue, 25 Sep 2012 12:45:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=MAq2q8Gtnw/C0kuKXZGGR0v0FhE5BidPTvGDKhSKyBU=; b=CeZf4B3zODHcqCnMudCjfv3nGQKkQiI8wVy6ujZSetyhofKm0FiOiCpeQ2an0BaMXZ rBuDKwKY8nlslNVemnQ6JeYQANtCFADz2vK/kkE64c5Vgeqan/hHCvDx7gUJMT6A+0Dg aScdgk83qixQq6BSjk1UbiMXzaBtpRwSfws45602DyeTZt+VYer6ekm5UAhjZzPFSEDO ckrfU2sL6HmTAeSCjCmUpMF3aswFjSm4PNhfrsnAmqJ7rBFGTF4sJGKqFqoICLpiaZSk CnnSa3LRJRA0ccaSycZsesxEIr/jps8Tbg9KVTFoDEozVYNf1oSCCc2E5Gze/8S+AOXF Bbgw== Received: by 10.50.88.229 with SMTP id bj5mr9078774igb.21.1348602310068; Tue, 25 Sep 2012 12:45:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.242.66 with HTTP; Tue, 25 Sep 2012 12:44:49 -0700 (PDT) In-Reply-To: <1348599178-sup-12@luna> References: <1348599178-sup-12@luna> From: Matthieu Rakotojaona Date: Tue, 25 Sep 2012 21:44:49 +0200 Message-ID: To: Sup developer discussion Subject: Re: [sup-devel] Update in heliotrope ! X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org On Tue, Sep 25, 2012 at 9:15 PM, Steven Hum wrote: > Hello Matthieu, Hello, > I am able to initialize the heliotrope mailstore directory easy enough > with > > ruby -Ilib bin/heliotrope-server -d > > (stuff gets created :-) but when I try to import with > > ruby -Ilib bin/heliotrope-import -a -d Did you even read the README ? =] It clearly says : "To bulk import mail, use heltrope-import. You must stop your server first." The thing is, both heliotrope-server and heliotrope-import will try to access the same resources, which are not designed for multi-concurrency. So, you have to shut heliotrope-server down before using heliotrope-import. > I tried using heliotrope-add with the server running, but it > hung at the same point (not surpisingly). This is more problematic, because it should work. Can you share some of your logs ? > Secondly, your note "stop all other activity with heliotrope while you > sync with offlinimap". Does that mean heliotrope-server should not be > running if offlineimap is (updating the maildirs)? No, on the contrary, it means that while heliotrope-server is running, you should either access it with a traditional http client, or with an IMAP client, but you should never do both the same time. But you will need heliotrope-server running for accessing IMAP. -- Matthieu RAKOTOJAONA _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel