From owner-freebsd-ports@FreeBSD.ORG Sat May 14 09:19:54 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC2AD1065670; Sat, 14 May 2011 09:19:54 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id EC4478FC14; Sat, 14 May 2011 09:19:53 +0000 (UTC) Received: by bwz12 with SMTP id 12so3891938bwz.13 for ; Sat, 14 May 2011 02:19:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=FpduUk8+uhBOuP1D0Mq+SHWw1YRfUdK3/S7THvsQFeM=; b=HkusUpRExlvDCe0zUflQserYZVkxCh48ZQ/RNwh79BLNJgi2Xb3MvhMvl8q4EUMza7 HOh4R4bxJeEK8bnuAxN8g5MRCNoOIBBViywa1e+SrIuwnvqVbMn1bhOvNkrsqcn4gubY +jmx0PNtvkXZQsSE3LqQbulfh540jK45y0NMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=QAM4ZJvoVGXcy7fenREAuYkAsEQDdtdlt+y0X2ye/QurVfte8yoZjL4DKA2Rg+K2jK y7e3RRZVXh2nR7TbE4Keiw5Mm2x18ZPkutrZfnt5DzgQIz7ihYbUbq032SbijyY3b9Yw JRRtjw5kgvQDOUQ8EKRJzRTnEFvqopV5+LGEk= Received: by 10.204.42.69 with SMTP id r5mr57907bke.52.1305364591179; Sat, 14 May 2011 02:16:31 -0700 (PDT) Received: from localhost (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id c11sm1821793bkc.2.2011.05.14.02.16.29 (version=SSLv3 cipher=OTHER); Sat, 14 May 2011 02:16:30 -0700 (PDT) Date: Sat, 14 May 2011 12:16:33 +0300 From: "Sergey V. Dyatko" To: Christer Solskogen Message-ID: <20110514121633.1151f219@gmail.com> In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> <20110514094235.13e179a8@gmail.com> <20110514100526.3a3660c2@gmail.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: David DEMELIER , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2011 09:19:54 -0000 On Sat, 14 May 2011 10:49:20 +0200 Christer Solskogen wrote: > 2011/5/14 Sergey V. Dyatko : > > Amazing, 0.8.8 works fine(head, i386, ru_RU.KOI8-R) > > > > I'm testing a patch for latest _stable_ libtorrent/rtorrent > > versions on my tinderbox now. On next step I plan fill pr with > > update. > > Could you try to add this to .rtorrent.rc and see if rtorrent will > start or not: scgi_port = localhost:5000 > > Sure. I rebuild rtorrent with: [tiger@laptop]~%make -C /usr/ports/net-p2p/rtorrent showconfig ===> The following configuration options are available for rtorrent-0.8.8: XMLRPC=on "Compile with xmlrpc-c support" IPV6=off "Enable IPv6 support" ===> Use 'make config' to modify these settings [tiger@laptop]~%cat .rtorrent.rc scgi_port = localhost:5000 [tiger@laptop]~% all works fine: http://tiger.ipfw.ru/files/rtorrent.png -- wbr, tiger