Re: [OpenWrt-Devel] tor init script is broken

2011-11-15 Thread Nico
On Tue, Nov 15, 2011 at 11:46 PM, Peter Wagner wrote: > Hi {Nico} and the List, > > i think this is a good idea. But some other things i would change too. The > default homefolder of tor is /var/lib/tor (tor creates only files in this > folder) so the homedir in /etc/passwd should be changed to th

Re: [OpenWrt-Devel] tor init script is broken

2011-11-15 Thread Peter Wagner
Hi {Nico} and the List, i think this is a good idea. But some other things i would change too. The default homefolder of tor is /var/lib/tor (tor creates only files in this folder) so the homedir in /etc/passwd should be changed to that directory too. And as every program creates a pid in /var/

Re: [OpenWrt-Devel] tor init script is broken

2011-11-15 Thread Nico
Hi Peter & the List, On Tue, Nov 15, 2011 at 2:40 AM, Peter Wagner wrote: > Hi, > > the current tor init script that uses the new service wrapper is broken. It is working fine here. From our discussion on IRC, I suspect your issue was related to a free space problem on /tmp. Anyway, looking at

[OpenWrt-Devel] tor init script is broken

2011-11-14 Thread Peter Wagner
Hi, the current tor init script that uses the new service wrapper is broken. this patch fixes the initscript. /Peter diff --git a/net/tor/files/tor.init b/net/tor/files/tor.init index 42eff1a..5501527 100644 --- a/net/tor/files/tor.init +++ b/net/tor/files/tor.init @@ -2,16 +2,15 @@ # Copyright