Re: [Freedombox-discuss] What Do You want to use the FreedomBox for?

2012-05-25 Thread bnewbold
short term practical wants: - redundant git repository backup - redundant crypto key backup (eg, plan B to regain access to other servers/identity) - personal information store: address book, calendering - VPN/tor/ipv6/cjdns end node (as a gateway for other traffic) - general purpose shell

Re: [Freedombox-discuss] InDisk -- does this technology exist in open source?

2012-05-30 Thread bnewbold
The FUSE (filesystem in userspace) library/module is implemented in many/most *NIX operating systems, and would allow a specific on-the-fly virtual file access like you describe to be implemented in a popular programming language (bindings for python, ruby, etc). Classic FUSE examples

Re: [Freedombox-discuss] FW: [Trisquel-users] Alternative freedom friendly solution to Raspberry Pi

2012-05-30 Thread bnewbold
As a potential solution to the never-ending recommended/supported hardware problem, i'm making some effort to either extend or duplicate the semantic wiki at: http://www.wikidevi.com/wiki/Main_Page to include non-wireless devices, environmental ratings, performance benchmarks, kernel

Re: [Freedombox-discuss] FBX Hackfest Mon July 9 - Thu 12 July 2012

2012-07-01 Thread bnewbold
On Sun, 1 Jul 2012, Markus Sabadello wrote: - Configuration Management.. There was a thread recently about Augeas, Config::Model, UCI, DebConf I will be at the hackfest in NYC tuesday through thursday (and maybe monday afternoon). I'd like to get consensus and write up a proposal for a

Re: [Freedombox-discuss] FBx Configuration Management

2012-07-01 Thread bnewbold
On Sat, 23 Jun 2012, Nick M. Daly wrote: Bryan, thanks for sending this along. I don't have any answers, but these are pretty fundamental questions. Thanks for the reply! Does anybody else have any guidance or insight? This is more than I want to bite off on my own. In case this thread

[Freedombox-discuss] FBx config mgmt update

2012-07-10 Thread bnewbold
Spoke with James and a few others here at the OpenITP event, notes and a rought plan are below. Some of this feels like reinventing the wheel; a future/mature implementation might use: D-Bus for message passing, PolicyKit for access control, Augeas for read/write or building off

Re: [Freedombox-discuss] FBx config mgmt update

2012-07-10 Thread bnewbold
Also, just to be explicit, this would provide process separation, but does not address local user authentication or access control. Eg, in this scheme plinth would have permissions to edit all configuration files and would need to authenticate users for access control on it's own (it doesn't

Re: [Freedombox-discuss] PHP Alternatives?

2012-07-14 Thread bnewbold
On Sat, 14 Jul 2012, Nick M. Daly wrote: CryptoCat (secure chat): CryptoCat Version 2 (???, in development) End client XMPP+OTR clients plus Prosody running on the device? If CryptoCat as-is is desirable, the server-side PHP code is 500 lines including comments and could be ported

Re: [Freedombox-discuss] FBx config mgmt update

2012-07-14 Thread bnewbold
Forgot to update this list, but I submitted a pull request to the Plinth repository: https://github.com/jvasile/Plinth/pull/2 The core of the changes I made are also available in a separate repository: https://github.com/bnewbold/exmachina http://git.bnewbold.net/?p=exmachina.git

Re: [Freedombox-discuss] FBx config mgmt update

2012-07-23 Thread bnewbold
On Sun, 22 Jul 2012, Nick M. Daly wrote: Bryan, is this ready for me to add to the weekly images? This might solve FreedomBuddy's OpenVPN service control issues. It's waiting for review/consensus/merge, but at this point there have been no complaints so it's probably good to go? Does

Re: [Freedombox-discuss] FBx config mgmt update

2012-07-23 Thread bnewbold
On Mon, 23 Jul 2012, Nick Daly wrote: Does anybody have thoughts on logical error handling behavior? Some of the existing Plinth code (eg, hostname changer) would try to revert changes when they failed; i'm not sure if that behavior should be implemented at the exmachina (library/wrapper)

Re: [Freedombox-discuss] FBx config mgmt update

2012-07-26 Thread bnewbold
On Mon, 23 Jul 2012, bnewb...@robocracy.org wrote: I should probably give the code a one-over and include a HOWTO; I'll do this tomorrow (tuesday). Added a HOWTO and some other improvements; updated the pull request: https://github.com/jvasile/Plinth/pull/2 -bryan

Re: [Freedombox-discuss] FreedomBox Unstable Image 2012.0819 Available

2012-08-21 Thread bnewbold
On Sun, 19 Aug 2012, Nick M. Daly wrote: Freedom Maker: https://github.com/nickdaly/freedom-maker - The weekly image has wireless again! Does wireless work out of the box for anybody? I booted with this week's image, and the Marvell .bin firmware files seem to have been fetched and put

Re: [Freedombox-discuss] FreedomBox Unstable Image 2012.0819 Available

2012-08-22 Thread bnewbold
On Wed, 22 Aug 2012, Nick Daly wrote: Are you building your own image or using the published ones? In either case, only images built from the shiny branch will have wireless enabled, and then only when you plug an ethernet cord into the eth1 slot during the first boot. The

[Freedombox-discuss] uap8xxx.ko kernel module

2012-08-22 Thread bnewbold
[follow up to RE: FreedomBox Unstable Image 2012.0819 Available] I've posted the method I used to get my dreamplug (older 8868 WiFi chipset) working as an accesspoint using the libertas_uap/uap8xx kernel module: https://github.com/bnewbold/dreamplug-libertas_uap This repo includes a .ko

Re: [Freedombox-discuss] DreamPlug and Trac on Wheezy?

2012-08-24 Thread bnewbold
It worked fine for me using the wheezy package, at least with tracd... === root@freedombox:~# uname -a Linux freedombox 3.2.0-3-kirkwood #1 Mon Jul 23 22:36:47 UTC 2012 armv5tel GNU/Linux root@freedombox:~# apt-get install trac [...] The following NEW packages

Re: [Freedombox-discuss] uap8xxx.ko kernel module

2012-09-06 Thread bnewbold
On Tue, 4 Sep 2012, Nick Daly wrote: On Tue, Sep 4, 2012 at 8:50 AM, Nick Hardiman n...@internetmachines.co.uk wrote: Is it a kind of update on this 2010 post for a guruplug? http://lists.debian.org/debian-arm/2010/05/msg00081.html yes. As noted in the LICENSE file, this is all very

Re: [Freedombox-discuss] Investigating Weekly-Image Boot Format Errors

2012-11-21 Thread bnewbold
[freedom-maker]source/install.sh still seems to have 3.2.0-3-kirkwood hardcoded in? https://github.com/NickDaly/freedom-maker/blob/master/source/install.sh I would grep around, there seems to be lots of hardcoding in freedom-maker. --bryan On Tue, 20 Nov 2012, Nick M. Daly wrote: The