From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 845B81381F4 for ; Mon, 13 Aug 2012 09:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 175B2E0759 for ; Mon, 13 Aug 2012 09:08:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 94699E052E for ; Mon, 13 Aug 2012 08:33:06 +0000 (UTC) Received: from Nyx.local (dynamic-adsl-84-221-248-58.clienti.tiscali.it [84.221.248.58]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lu_zero) by smtp.gentoo.org (Postfix) with ESMTPSA id 7F9AB1B400C for ; Mon, 13 Aug 2012 08:33:05 +0000 (UTC) Message-ID: <5028BBBE.6060109@gentoo.org> Date: Mon, 13 Aug 2012 10:33:02 +0200 From: Luca Barbato User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20120808 Thunderbird/15.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 To: gentoo-soc@lists.gentoo.org Subject: Re: [gentoo-soc] report 8.11: improving OpenRC References: <86wr1tcz8f.fsf@gmail.com> <86d333cngt.fsf@gmail.com> <5020DD0A.3030506@gentoo.org> <86ipct6k80.fsf_-_@gmail.com> <50235319.5000504@gentoo.org> <867gt75uab.fsf_-_@gmail.com> <5024CB9F.4060906@gentoo.org> <86y5lml15i.fsf_-_@gentoo.org> <86vcgpj8d8.fsf_-_@gmail.com> In-Reply-To: <86vcgpj8d8.fsf_-_@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: ca64d3ab-826c-4bb9-9031-f4649a6fc081 X-Archives-Hash: 92d3525274345b9404324168f766e18a On 8/12/12 1:50 AM, heroxbd@gmail.com wrote: > heroxbd@gmail.com writes: > >> Today's plan, >> >> 1. EPREFIX export from runscript.sh > > DONE > >> 2. test the EPREFIX and update http://wiki.gentoo.org/wiki/OpenRC/Prefix >> run runit supervised services on my NAS > > DONE > > http://www.awa.tohoku.ac.jp/~benda/projects/runit.html Might be moved to wiki >> 3. write a similar helper as lsb.pl for OpenRC to let it understand >> systemd unit. > > Not yet, roll into today's plan. > > I will install a OpenSUSE first for trying out native systemd. Then > write a tool to parse its unit files. Ok. Please document it. > another plan for today > > install newest ubuntu to try out upstart natively. Make a draft > event driven system on my laptop(debian) by newly packaged OpenRC with > incron/inotify extension. > > The event is like this: > > Trigger: pluggin iPhone to my laptop > > a. open up iproxy to redirect sshd inside iPhone out > b. ssh into iPhone and make a socks proxy > b1. auto tune tinc configure file > c. fire up proxychain to start tinc vpn through the socks proxy > > Finally: I have internet access through 3G network. Gateway is another > node in my vpn. > > Because my phone can be plugged in anytime, dependency itself is not > enough. I will need incron/inotify to drive OpenRC fire up a.b.c. step > timely. Seems an interesting experiment, go for it! lu