From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 9384F21F620 for ; Thu, 31 Jul 2014 01:34:28 -0700 (PDT) Received: by mail-yh0-f53.google.com with SMTP id c41so1425900yho.26 for ; Thu, 31 Jul 2014 01:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=0hDlacsOwz+do5uByQaGIvd6P0BLVI9sUp8iN1qVnq8=; b=zBKfSO6nj/qMzY5jKJMOj68MpAs8jnzU8kynIXFYI52xJ9bOYq4LryiyGs/o5ICIim 8/botAW69KP1KrBaqkvVtiG30ROvWUNJTqx1pkUBdDtiaHxzjfvDoauO/uqA1yNslRB/ WVP6MgA7AmAx3PtfwJUqP4OpDgEdOT3IshEtiw3hgKcwjj9S9soyCQQZ+G5gGyBQTtCp B0rqWibCFbrqL5JKc8qC4pD6dB13BRIK7EU0kXoHkL0QucNw9IsUij5bzk+bbMxfJtYL OCH79n8Xy3UmYVETezqEqrAzwIoTJ8o432eA8U1EQX14GlK1rAl1GjhuB4D/oFJ9PEeY ltQQ== X-Received: by 10.236.103.135 with SMTP id f7mr4019766yhg.102.1406795667165; Thu, 31 Jul 2014 01:34:27 -0700 (PDT) Received: from ?IPv6:2602:306:363e:b63:fc3d:1a4f:eff5:adbd? ([2602:306:363e:b63:fc3d:1a4f:eff5:adbd]) by mx.google.com with ESMTPSA id q44sm7990247yhg.15.2014.07.31.01.34.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Jul 2014 01:34:25 -0700 (PDT) Message-ID: <53D9FF8E.5070803@gmail.com> Date: Thu, 31 Jul 2014 03:34:22 -0500 From: Paul Tow User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: cerowrt-users@lists.bufferbloat.net Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Cerowrt-users] Missing packages in CeroWrt repository X-BeenThere: cerowrt-users@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Support for user problems regarding cerowrt List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 08:34:28 -0000 I installed CeroWrt two days ago and have noticed that some packages are missing from its repository. Specifically, nginx, rtorrent, tmux, and screen are in the official OpenWrt trunk repository for ar71xx ( http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/ ), but not in the CeroWrt repository. Why is this? Is it possible for me to list multiple repositories in /etc/opkg.conf, and somehow specify their priority? Then I could set it to prefer packages from the CeroWrt repository, but still have access to packages that are only in the official OpenWrt repository. The opkg page on the OpenWrt Wiki ( http://wiki.openwrt.org/doc/techref/opkg?s[]=etc&s[]=opkg&s[]=conf#configuration ) doesn't make it clear if this kind of setup is possible. Speaking of nginx, I've read that it uses less CPU and RAM than lighttpd and is more actively developed, so I'm curious why CeroWrt's developers chose lighttpd instead. Does nginx have a problem or a lack of needed functionality, or was it not considered? http://wiki.dreamhost.com/Web_Server_Performance_Comparison http://www.wikivs.com/wiki/lighttpd_vs_nginx http://wiki.openwrt.org/doc/howto/http.nginx http://nginx.org/en/ CeroWrt is a great project and I appreciate the work its developers do. Thank you!