[Server-devel] How can I delete 10 years of git history in the XSCE repo?

2017-01-18 Thread George Hunt
The XSCE repo, inherited from laptop.org has grown to 80MB+. Recently, then the raspberry pi3 came out, as an experiment, I started a branch off or XSCE, which was initially aimed at a quick and dirty demo that our code could run on top of raspbian. Later, when that demonstration, seemed

Re: [Server-devel] [XSCE] CentOS 7 quirk: VGA cable not re-attachable

2016-08-29 Thread George Hunt
I do most of my testing of real hardware, and came across the VGA problem also, I've migrated to using the hdmi input to my monitor, and dongles that translate to hdmi. And I'm able to swap the monitor cable indiscriminately. On Mon, Aug 29, 2016 at 3:59 PM, Adam Holt wrote:

Re: [Server-devel] Fedora 24 released / Fedora 22 "end-of-life" July 19 2016

2016-06-23 Thread George Hunt
Peter, What can you tell me about rpi3 bluetooth support in the F-24 images that will be coming out soon? By necessity, I've been playing with raspian, because there's been a lot of hype/hope for opportunistic device to device file sharing with rpi3. On Thu, Jun 23, 2016 at 3:23 AM, Peter

Re: [Server-devel] [XSCE] Re: [Sugar-devel] Sugar-Server enhancement

2016-04-21 Thread George Hunt
e! > > Also some schools campuses are just too large to tie in all the IT infra > together, with buildings just too far apart. So there will be several > inexpensive school servers likely in these schools, who do not want to > network their buildings together at this point. >

Re: [Server-devel] Alas, I'm giving up on Access Point function for XO1.5

2016-04-07 Thread George Hunt
; a packet is being received late just after the > system sends the card an unrelated command, and you might observe a > response to tuning of the ping interval. > > Do you have your latest kernel source available anywhere? > > On Sat, Apr 02, 2016 at 11:44:03AM -0700, George Hun

Re: Alas, I'm giving up on Access Point function for XO1.5

2016-04-07 Thread George Hunt
; a packet is being received late just after the > system sends the card an unrelated command, and you might observe a > response to tuning of the ping interval. > > Do you have your latest kernel source available anywhere? > > On Sat, Apr 02, 2016 at 11:44:03AM -0700, George Hun

[Server-devel] Alas, I'm giving up on Access Point function for XO1.5

2016-04-02 Thread George Hunt
The recent SD cards are so cheap, and wikipedia in various languages is such a good replacement for the encyclopedia I devoured as a kid, I spent a few weeks on this project. The results were mixed, but just not good enough. The XO1.5 can act as a gateway for a few minutes, or a few hours (with

OS builder generated ZD, 4 button install on unlocked XO1

2016-01-17 Thread George Hunt
I've been exploring an exchange with James Cameron: So then as I understand it, on an unlocked machine, the installers would need to type "fs-update 32018ht0.zd" at the OK> prompt to kick off the install. Is that correct? No, an unlocked machine will work like a locked machine when given

Simple stuff I don't know

2015-09-16 Thread George Hunt
What is the best way to autoexecute the browser at system boot time? I tried .xsession, and then I realized that there's a lot to learn about Sugar, and asking for advice might be a more direct approach. Can there be separate paths for Mate and Sugar?

Re: olpc-dm/Xorg segfault only if during systemd boot

2015-09-11 Thread George Hunt
ences. > > On Mon, Sep 07, 2015 at 03:21:10PM -0700, George Hunt wrote: > > I missed one obvious clue, thinking that Xorg.log was the strategic > place to > > look. > > > > /var/log/messages (search olpc-dm) shows > > > > • "olpc-dm.service holdoff time

olpc-dm/Xorg segfault only if during systemd boot

2015-09-07 Thread George Hunt
Context: XSCE server code loaded on 128GB SD card running on XO1.5. We've added lots of services, and for generic servers, disabled the GUI (systemctl disable olpc-dm). But for aesthetic reasons, it might be more attractive to start up in sugar/mate, and return the memory, if the user really

Re: [Server-devel] olpc-dm/Xorg segfault only if during systemd boot

2015-09-07 Thread George Hunt
I missed one obvious clue, thinking that Xorg.log was the strategic place to look. /var/log/messages (search olpc-dm) shows - "olpc-dm.service holdoff time over, scheduling restart" - and then "xauth: file /var/tmp/olpc-auth/.Xauthority does not exist" googling "Xauthority create olpc"

Re: olpc-dm/Xorg segfault only if during systemd boot

2015-09-07 Thread George Hunt
I missed one obvious clue, thinking that Xorg.log was the strategic place to look. /var/log/messages (search olpc-dm) shows - "olpc-dm.service holdoff time over, scheduling restart" - and then "xauth: file /var/tmp/olpc-auth/.Xauthority does not exist" googling "Xauthority create olpc"

Re: [Server-devel] [XSCE] Re: Rpi2 now available, and loads current XSCE master

2015-09-06 Thread George Hunt
I recently attended the SF OLPC monthly meeting, and Alex Kleider was asking for help getting the wifi going. So before I offered to help, I came home and downloaded the image that I had worked on back in March (almost forgotten). (just dd if= of=>/dev/sdb or whatever> bs=4M) When I just went to

Re: OS builder XO1 image on SD card boot questions

2015-09-02 Thread George Hunt
James, Thanks for the information. You are a wonderful source. Do you know of a publicly visible kernel for XO1 that was built with 0.7.7 version of dracut-modules-olpc? I looked through the ini files at the os-builder git repo, and they all seem to point to kernel rpms built before 6/2014.

Re: OS builder XO1 image on SD card boot questions

2015-09-02 Thread George Hunt
I realized that rpmdropbox f18-xo1 would be the place to look for recent kernels. I'm feeling slow tonight. Thanks again On Wed, Sep 2, 2015 at 7:28 PM, George Hunt <georgejh...@gmail.com> wrote: > James, > > Thanks for the information. You are a wonderful source.

OS builder XO1 image on SD card boot questions

2015-09-02 Thread George Hunt
The image I created with OS builder, and loaded onto an SD card, stalls with initramfs complaining that dracut does not have a rootfs declared in cmdline. Strangely, at the OK prompt, I can declare " root=/dev/mmcblk0p2 to boot-file" and then "boot", and I can get into the new image. There's a

[Server-devel] Access Point capability for the XO1.5 -- the dream of internet in a box on an SD card

2015-07-13 Thread George Hunt
Back in the 2010 timeframe, there was an effort to add Access Point capability to first the XO1, and later the XO1.5. Of particular interest to me is [1], which documents in detail how to install and configure the Thinfirm libertas driver. I found evidence in the git repo [2] that the driver was

Access Point capability for the XO1.5 -- the dream of internet in a box on an SD card

2015-07-13 Thread George Hunt
Back in the 2010 timeframe, there was an effort to add Access Point capability to first the XO1, and later the XO1.5. Of particular interest to me is [1], which documents in detail how to install and configure the Thinfirm libertas driver. I found evidence in the git repo [2] that the driver was

Re: [Server-devel] Trying to access a school server from the outside world

2015-06-16 Thread George Hunt
missed your request when it came 3 days ago. On Sat, Jun 13, 2015 at 7:54 PM, Gonzalo Odiard godi...@sugarlabs.org wrote: Could I use your passthrough server to access Sora server? What we should do setup it? Gonzalo On Sat, Jun 13, 2015 at 4:16 PM, George Hunt georgejh...@gmail.com wrote

[Server-devel] XO1.5 as Access Point using thinfirm

2015-06-16 Thread George Hunt
Thanks to James Cameron's work on FC22 kernel, I have an image of XSCE running in an SD card on an XO1.5. The regular libertas driver works as a client. There is documentation for using a special driver, and special firmware at http://wiki.laptop.org/go/Libertas_Thinfirmware_HOWTO:

OS Builder patch for FC22

2015-06-07 Thread George Hunt
With James kernel rpm, it seemed like a next step to make a ZD image. The following were found to be necessary: From bb527d3f0a5f22d93a9ebcba17f43fcf8c7b4d47 Mon Sep 17 00:00:00 2001 From: root root@localhost.localdomain Date: Sun, 7 Jun 2015 06:08:42 -0400 Subject: [PATCH] first build on fc22

Libertas firmware

2015-06-04 Thread George Hunt
I downloaded James new kernel. And found that it did indeed bring up the graphics chip, and considerable functionality.(light-dm seems to take 90%cpu for 30 seconds, before xfce desktop comes up -- a symptom I have not fully explored) But when I looked at the dmesg, there was mention of not being

Re: Libertas firmware

2015-06-04 Thread George Hunt
tried removing sdio8686.bin from /lib/modules/libertas again. And this time it failed (as I expected it to). Too much focus, or too much wine! Time for bed On Thu, Jun 4, 2015 at 11:05 PM, George Hunt georgejh...@gmail.com wrote: I downloaded James new kernel. And found that it did indeed

Kernel 4.1 branch at dev.laptop.org/git/olpc-kernel limping on FC22

2015-06-03 Thread George Hunt
Lots of learning, and only a little progress: The learnings are somewhat questionable (sometimes I was changing more than one thing at a time) 1. The kernel config file does not need to be in any order (a sorted config works just as well) 2. Changed settings can be appended to kernel

[Server-devel] Two (minimal) goals for a kernel for XO1.5 based upon fc22?

2015-05-27 Thread George Hunt
If I set just the goals of getting keyboard input, and display output, what problems will I face trying to use defconfig_xo1.5 from dev.laptop.org (x86-3.3 branch)? Does anyone have a config file that works on the XO1.5 on a Fedora release later than FC18 that I might springboard from? So far,

Re: [Server-devel] [XSCE] httrack web based interactive site crawler

2015-04-23 Thread George Hunt
Tim Adam wanted me to discuss centos with Fiji. So I tried to do an install of current master on Centos. The kalite-serve enable timed out, and it looks from the log that it might have been creating datasets when ansible yanked it away. Have you discovered how to recover from this situation?

Re: [Server-devel] [UKids] Enthusiasm for a Centos School Server is wonderful

2015-03-28 Thread George Hunt
And testing is going to be a lot rough at first. I started using Tim's suggestion to build up an automated server from https://github.com/XSCE/xsce-tests. But when it didn't work, I discovered that I was using an XO1.5, and the code had been written for an XO1, but the documentation didn't

[Server-devel] Rpi2 now available, and loads current XSCE master

2015-02-26 Thread George Hunt
Just got my second rpi, and discovered that they both failed until I used a more robust USB to micro USB power cable. It's pretty fast, for just 3watts, including the USB wifi dongle. To get the full install on fc21, I needed to comment out ajenti at

Re: [Server-devel] [XSCE] easy or complicated to change XSCE server + OpenVPN names?

2014-06-28 Thread George Hunt
Somehow I missed this email. I agree with Tim, that we need to standardize a place for a version number of the school server. I can create openvpn keys for all three schoolservers, and we can preload them into /etc/openvpn. Then all that is required is to change the variable in /usr/bin/xs-vpn,

[Server-devel] NUC and solar power questions

2014-06-20 Thread George Hunt
:10 AM, George Hunt georgejh...@gmail.com wrote: Tony, I'm currently running the i3 NUC off of a solar charged LA battery. Boots fine. Per Richard Smith's analysis, I'd say that the NUC can handle the 14+ charging/equalizing cycles, but might not get a full 12v in really cold climates

[Server-devel] Server Backup on HaitiOS

2014-06-16 Thread George Hunt
Tim discovered that backups to the XSCE in release 5.0 were failing. I had changed ds-backup-server to use the WSGI interface (mod_python was obsoleted in FC18). So I assumed that the ball was in my court. But I believe the test just completed indicates that the problem was really that the

Re: [Server-devel] [UKids] School Server Call: Nepal focus (Thurs 10AM NYC Time, June 5th)

2014-06-06 Thread George Hunt
Request for purchase information below: On Thu, Jun 5, 2014 at 2:25 AM, Adam Holt h...@laptop.org wrote: Nepal will be our focus today, with core developer Sumit Acharya joining us live from Nepal working thru the evolution of OLE Nepal's many schools servers. With OLE Nepal's new MSI

Re: [support-gang] SD Sugar boot for XO-1

2014-05-15 Thread George Hunt
On Wed, May 14, 2014 at 6:56 PM, James Cameron qu...@laptop.org wrote: On Wed, May 14, 2014 at 11:57:31AM +, tkk...@nurturingasia.com wrote: Is there a complete step by setp quick instruction that I can create a SD card that will boot Sugar for XO-1 machines? I am happy SD card

Re: [Server-devel] server and IAB

2014-05-01 Thread George Hunt
The fact that the screen comes up on a client XO suggests that the server is configured correctly. Build 852 is a very old build. I looked in sugarlabs.org activities browse, to see if there were any newer Browse versions that work with sugar .84. It does not look to be the case. I suggest

[Server-devel] XSCE on Cubox

2014-04-26 Thread George Hunt
We're making small steps. Tim took Jon's kernel work, and added in a root file system, and zipped a 4Gb image. I picked that up, and installed XSCE 5.0 (mostly successfully), and rezipped, and posted that up at http://download.unleashkids.org/xsce/downloads/. There is the beginnings of

[Server-devel] mea culpa -- my recent rpms moved to testing in XSCE

2014-04-23 Thread George Hunt
I woke up this morning with a wider focus than I had yesterday. Earlier, I had been concerned that XSCE 5.0 had been broken for over a month, because our rpms are no longer available on activitycentral.com. I fixed that problem, and pushed it to tag 5.0 on github a couple of days ago. But then

Re: [Server-devel] [XSCE] Fwd: [support-gang] Number of XO-1 per AP on XSCE - one data point

2014-04-07 Thread George Hunt
This number resonates with me. Kevin Gordon, in Toronto, was interested in XSCE primarily because it would offer ejabberd, without which the factorial N conversations taken two at a time would fill the air waves at N=13. I'm responding this way because of your statement that the clients were

Re: [Server-devel] [XSCE] cubox wifi

2014-02-25 Thread George Hunt
actually changed a bit as the new kernel is using the new device-tree based configuration. I will build you guys a testing kernel tarball and u-boot in a little bit. -Jon On Tue, Feb 25, 2014 at 12:18 AM, George Hunt georgejh...@gmail.com wrote: Hi Jon, Is it correct that I can follow

Re: [Server-devel] [XSCE] cubox wifi

2014-02-24 Thread George Hunt
Hi Jon, Is it correct that I can follow the directions at: http://imx.solid-run.com/wiki/index.php?title=Building_the_kernel_and_u-boot_for_the_CuBox-i_and_the_HummingBoard with a clone from the github link you provided at https://github.com/linux4kix/linux-linaro-stable-mx6? Are there any

Re: [Server-devel] XSCE or XS7: Getting back to virgin state

2014-02-15 Thread George Hunt
I guess you'd need to look at the services individually, and determine what you had changed during the testing, and reverse it. I suppose you could run the ansible playbook again. It might reinitialize some files for you. Using the runansible script should not destroy the function of the server.

Re: [Server-devel] XSCE5: OpenVPN usage

2014-02-14 Thread George Hunt
to connect to xsce.activitycentral.com rather than amazon. Tim *From:* George Hunt georgejh...@gmail.com *Sent:* Thursday, February 13, 2014 8:22 PM *To:* tkk...@nurturingasia.com *Cc:* Tim Moody timmo...@sympatico.ca ; Adam Holt h...@unleashkids.org *Subject:* Re: XSCE5: OpenVPN usage T.K

Re: [Server-devel] [XSCE] Re: a kernel for our solidrun protos?

2014-01-06 Thread George Hunt
is 2 days from now! What do others think? On Fri, Jan 3, 2014 at 9:37 PM, Adam Holt h...@laptop.org wrote: Thanks Sameer, fyi George's XO-4 should arrive by Tues. On Fri, Jan 3, 2014 at 9:31 PM, Sameer Verma sve...@sfsu.edu wrote: On Fri, Jan 3, 2014 at 3:47 PM, George Hunt georgejh

Re: [Server-devel] Cubox Solidrun Prototype Packaging

2014-01-04 Thread George Hunt
, Jan 4, 2014 at 3:48 PM, George Hunt georgejh...@gmail.com wrote: What's the best strategy long term? The cubox has all its connectors on one face. Most of these need to be available to the outside. We can open the cubox and solder a esata connector that comes out the back. Picture is at http

Re: [Server-devel] Cubox Solidrun Prototype Packaging

2014-01-04 Thread George Hunt
have one last intermittent bug that I think is fixed and then it should be ready for testing. If everything runs fine overnight it will be ready tomorrow morning. That's excellent! -Jon On Sat, Jan 4, 2014 at 4:44 PM, George Hunt georgejh...@gmail.com wrote: My experience tells me

Re: [Server-devel] [XSCE] Re: a kernel for our solidrun protos?

2014-01-03 Thread George Hunt
using. There were SATA config lines which were not enabled. Jon, what hardware have you been using? Maybe I can get you to email or post your config file. On Thu, Jan 2, 2014 at 12:16 AM, James Cameron qu...@laptop.org wrote: On Thu, Jan 02, 2014 at 12:00:43AM -0500, George Hunt wrote: Right

Re: [Server-devel] [XSCE] Re: a kernel for our solidrun protos?

2014-01-03 Thread George Hunt
Thanks James On Fri, Jan 3, 2014 at 7:06 PM, James Cameron qu...@laptop.org wrote: On Fri, Jan 03, 2014 at 06:47:25PM -0500, George Hunt wrote: Can I ask someone to email me the XO4 /boot/conf* file. I'm not at home, and I didn't bring an ARM XO with me to California. I would love

Re: [Server-devel] [XSCE] Re: a kernel for our solidrun protos?

2014-01-03 Thread George Hunt
as directly as we can for the goal. I could create the github presence, and you could contribute deltas. Which direction is easiest for you? On Fri, Jan 3, 2014 at 7:23 PM, George Hunt georgejh...@gmail.com wrote: Thanks James On Fri, Jan 3, 2014 at 7:06 PM, James Cameron qu...@laptop.org

Re: [Server-devel] [XSCE] XSCE 0.5

2013-12-30 Thread George Hunt
In order to change from a appliance machine to a gateway machine, the playbook and ansible will need to rewrite the iptables, and get the ports right so that dansguardian properly filters content that comes from the internet. I doubt very much that all this would work, without running

Re: [Server-devel] a kernel for our solidrun protos?

2013-12-30 Thread George Hunt
After a few false starts: - Putting the microsd card upside down does not work. - The microusb console connector is really intermittent (does not seat well with my connector body). - My hdmi to vga adapter causes the monitor to jitter I was not able to get the stock u-boot that

Re: [Server-devel] a kernel for our solidrun protos?

2013-12-29 Thread George Hunt
Thanks for the pointers. I did not know about uEnv.txt which I found at: http://processors.wiki.ti.com/index.php/AM335x_U-Boot_User's_Guide#Setting_U-Boot_environment_using_uEnv.txt On Sun, Dec 29, 2013 at 10:45 AM, Jon Nettleton jon.nettle...@gmail.comwrote: George, Start out running the

Re: [Server-devel] a kernel for our solidrun protos?

2013-12-22 Thread George Hunt
. Is there anything that I can start playing with? What is the status of your work? George On Tue, Nov 26, 2013 at 2:23 AM, George Hunt georgejh...@gmail.comwrote: I've used xzimages, and zimages, on trimslice, and it was easy enough. Is uboot already on the board? Occasionally, I've needed

Re: [Server-devel] [XSCE] Re: $400 computer for Haiti

2013-12-20 Thread George Hunt
and stressed. Anyway, heat related failure would be one of my main concerns in Haiti. Anna On Thu, Dec 19, 2013 at 4:58 PM, George Hunt georgejh...@gmail.comwrote: Hi all, The Haiti deployment we are preparing for, made $400 available for a server, and power is available. What hardware has

[Server-devel] $400 computer for Haiti

2013-12-19 Thread George Hunt
Hi all, The Haiti deployment we are preparing for, made $400 available for a server, and power is available. What hardware has been the question. Tony had lots of experience with Atom processors, and suggested nettop boxes. My research has led me to the following: $193 Zortec celeron processor

Re: latest HaitiOS-0.6 very close

2013-12-18 Thread George Hunt
On Wed, Dec 18, 2013 at 10:11 AM, Adam Holt h...@unleashkids.org wrote: Updates on my 4 suggestions from midnight 10hrs ago--forgive me for capitalizing names, so we can all focus on getting the very best OS into Sora's hands for Haiti during this home stretch Before Midnight EST Tonight: 1)

Re: latest HaitiOS-0.6 very close

2013-12-18 Thread George Hunt
Summary of where we stand (I think): Adam's list: 1 and 3 done. 2. I added qf119.rom to boot. It can be renamed to bootfw.zip, and flash romwith the X key. cludgy! I admit. But maybe other issues take precedence 4 awaits time and energy On Wed, Dec 18, 2013 at 1:12 PM, Tim Moody

Re: latest HaitiOS-0.6 very close

2013-12-18 Thread George Hunt
: Wednesday, December 18, 2013 4:57 PM To: Tim Moody Cc: Sandra / Sora Edwards-Thro ; Curt Thompson ; Developers List ; George Hunt ; Adam Holt Subject: Re: latest HaitiOS-0.6 very close http://mock.laptop.org/cgit/local.13.2.0-xo1/tree/RPMS Use the 'plain' link on the right to save the rpm

Re: latest HaitiOS-0.6 very close

2013-12-18 Thread George Hunt
: On Wed, Dec 18, 2013 at 06:20:38PM -0500, George Hunt wrote: I'll test Jerry's hypothesis that the q2119 wasn't signed properly by substituting an official one. I'm out this evening. So whatever happens will need to be in the next 4 hours. We've never signed anything called q2119

[Server-devel] specs for the MSI unit Nepal is installing as schoolserver

2013-12-18 Thread George Hunt
Hi James, Can you send me a link to the hardware that is being used in Nepal? What I'm currently looking at is http://www.amazon.com/ZOTAC-Intel-Barebone-Mini-PC-ZBOX-ID41-U/dp/B004WO8O9Y/ref=zg_bs_3015426011_3 . I thought 4 GB memory and a 1 TB drive might be needed. But we have about $400

[Server-devel] Favorite School Server hardware?

2013-12-05 Thread George Hunt
Adam Holt is planning for an XSCE schoolserver deployment in Haiti in January, and in this instance there's plenty of power, and my favorite trimslice ARM may be under powered for the number of clients he is contemplating. The on-the-ground experience is not good with the trimslice that we

Re: [Server-devel] Does XSCE need a new Home?

2013-12-02 Thread George Hunt
Adam, and I, talked for hours, primarily about the Malaysia summit, and also a little about the hosting issue nicely explored in this thread. Thanks everyone. What sticks in my mind is the idea that wiki.laptop.org is really strategic for Miami, as long as they are in the business of selling

[Server-devel] Can XSCE benefit a tablet deployment?

2013-12-02 Thread George Hunt
This is a branch off of the thread Does XSCE need a new home?, and stimulated by James Cameron's comments quoted where in part: I also disagree with the implication that the tablet is any more proprietary than the laptop. The mix of intellectual property is certainly different, but the

Re: [Server-devel] Does XSCE need a new Home?

2013-11-30 Thread George Hunt
host to be able to provide a role for XSCE, and take an approach similar to Sugar Labs' dual primary sites. On Fri, Nov 29, 2013 at 5:14 PM, George Hunt georgejh...@gmail.comwrote: Organizationally, I think there's a lot more leverage staying within the laptop.org fold, as long

[Server-devel] Does XSCE need a new Home?

2013-11-29 Thread George Hunt
This is a more related to Samuel Greenfeld's comments than the XSCE documentation/install thread from which I branch. I think it makes sense to grab off of laptop.org all the essential stuff and put it some new place. We don't know the future, but in the present the prospect of ongoing support

Re: [Server-devel] Does XSCE need a new Home?

2013-11-29 Thread George Hunt
be glad to spearhead taking up a collection among the people that follow these things. George On Fri, Nov 29, 2013 at 4:06 PM, David Farning dfarn...@activitycentral.com wrote: On Fri, Nov 29, 2013 at 7:13 AM, George Hunt georgejh...@gmail.com wrote: This is a more related to Samuel

Re: [Server-devel] a kernel for our solidrun protos?

2013-11-25 Thread George Hunt
at 7:00 PM, David Farning dfarn...@activitycentral.com wrote: sani, What would you recommend? On Sun, Nov 24, 2013 at 7:43 AM, George Hunt georgejh...@gmail.com wrote: Jon, I'm beginning to want to do something with the solidrun proto. It looks like I can use the fedora 18 image

Re: [Server-devel] [XSCE] xsce httpd.conf

2013-11-25 Thread George Hunt
Tim -- regarding httpd-xs.conf My memory is that the issue httpd-xs.conf was really trying to address was to set the memory limits, based upon the mount of total memory available -- getting squid, ejabberd, httpd, to share the available memory in an equitable fashion. This seems more like a

[Server-devel] a kernel for our solidrun protos?

2013-11-24 Thread George Hunt
Jon, I'm beginning to want to do something with the solidrun proto. It looks like I can use the fedora 18 image at https://fedoraproject.org/wiki/Cubie_Board, and drop in a kernel that works with the new board. Is that the case? Is there a kernel that I should be using? Or what do you suggest?

[Server-devel] Moving toward headless install on trimslice for XSCE

2013-11-16 Thread George Hunt
I'm wanting to do the following: - Get rid of the autologon to root at console tty. - Add a non privileged user (not a sudoer, not wheel), as we had pre-ansible, (user:admin,pw:12admin), so that the sshd config of permitrootlogon no can remain in place. - enable password

[Server-devel] Ansible facts listing

2013-11-16 Thread George Hunt
I've been perplexed as to why the documentation about listing ansible facts seemed to fail. ie ansible localhost -m setup --connection=local returns no hosts found What I discovered is that /etc/ansible/hosts file needs to be initialized with: [localhost] 127.0.0.1 Then the facts listing

Re: [Server-devel] How to create a screencast

2013-10-28 Thread George Hunt
: Sorry, Santi has been pulled away to work on other projects for a couple of days to a week. He is not ignoring you :( Just deep in a frustrating project :) On Sun, Oct 27, 2013 at 10:51 PM, George Hunt georgejh...@gmail.com wrote: Santi, In the demo last week, I think you said that you

Re: [Server-devel] extension of Moodle authentication mechanism

2013-10-28 Thread George Hunt
Thank you. I'll spend some time studying it and try to write up some documentation, and use cases. On Mon, Oct 28, 2013 at 5:07 AM, Miguel González migonzal...@activitycentral.com wrote: On Mon, Oct 28, 2013 at 4:54 AM, George Hunt georgejh...@gmail.comwrote: I heard that someone

[Server-devel] what I'm working on

2013-10-28 Thread George Hunt
Hi xsce team, I've been having fun working on little things that were not replicated by ansible playbooks. I started generating pull requests so everyone could see what I'm working on, even though I'm leaving for a week in Baja, and the work is not really complete But our new workflow really

[Server-devel] aliases for hacking on our XSCE school server

2013-10-27 Thread George Hunt
I recently pushed an xs profile to github that will start fine tuning the working environment on the XSCE Now I'm thinking that I should add and collect some functions and aliases which make working with ansible playbooks and github, easier, and require fewer keystrokes. So far I've thought of:

[Server-devel] How to create a screencast

2013-10-27 Thread George Hunt
Santi, In the demo last week, I think you said that you had used gstreamer to generate screencasts, and that icecast might be used at the school server end to distribute them, (there was some discussion whether icecast could do multicast). Can you give me a script, or at least more informtion

[Server-devel] extension of Moodle authentication mechanism

2013-10-27 Thread George Hunt
I heard that someone at activitycentral was extending, augmenting the authentication used by Moodle, so that other web based services can climb on. Can someone point me to the code? ___ Server-devel mailing list Server-devel@lists.laptop.org

Re: [Server-devel] [XSCE] Re: [IIAB] SGVHAK and IIAB Meeting this Saturday afternoon 10/26

2013-10-25 Thread George Hunt
Curt, Checking the facts: You have a laptop, (what make and model), which has a ethernet port, and a wifi adapter builtin. You want the wifi to act as AP. If this is so, it's very similar to the situation we have with the trimslice. One issue is that the wifi chipset needs to be able to go into

[Server-devel] github merge of DXS and XSCE (including history of both) DONE

2013-10-24 Thread George Hunt
Hi folks, After a small amount of head scratching (3hrs): https://github.com/XSCE is set up, with history from both projects, as a base for all to contribute to. Thank you Jerry ___ Server-devel mailing list Server-devel@lists.laptop.org

Re: [Server-devel] [XSCE] github merge of DXS and XSCE (including history of both) DONE

2013-10-24 Thread George Hunt
people can resume work on master (PR's and all). On Thu, Oct 24, 2013 at 12:15 PM, George Hunt georgejh...@gmail.comwrote: Hi folks, After a small amount of head scratching (3hrs): https://github.com/XSCE is set up, with history from both projects, as a base for all to contribute

[Server-devel] github workflow

2013-10-23 Thread George Hunt
After some discussion at the sprint, I looked for documentation of the workflow as I understand it: https://www.atlassian.com/git/workflows#!workflow-forking I found it helpful ___ Server-devel mailing list Server-devel@lists.laptop.org

Re: [Server-devel] [XSCE] Re: XSCE Proposal | Moving to github and notifications

2013-10-13 Thread George Hunt
I like github, based upon my limited experience, because of its browsability. There will be new workflows that need to be established, but I'm willing for it. My sense of it is that this becoming a activitycentral project, which is ok with me. I'm glad when people start putting a shoulder to the

Re: [Server-devel] [XSCE]

2013-10-12 Thread George Hunt
, which I know you take to be axiomatic, is not met by all of our target platforms in ways that we find satisfactory yet. Tony On 10/11/2013 09:58 AM, George Hunt wrote: for Haiti, I just disabled multiviews in /etc/httpd/conf.d/xs-portal.**conf (commented out) On Fri, Oct 11, 2013 at 9:14

Re: [support-gang] [Sugar-devel] Sugar on a $100 tablet!

2013-09-30 Thread George Hunt
Ruben, Once the sugar rpms's are loaded via the install shell script, what remote ssh command will bring up the sugar desktop on the Nexus? (the sugar-toolkit-gtk3 rpm was not found. I'm wondering if that that is critical to bringing up the desktop). George On Sun, Sep 29, 2013 at 10:58 AM,

Re: [support-gang] [Sugar-devel] Sugar on a $100 tablet!

2013-09-29 Thread George Hunt
Just as another data point, Vivitar manufactured the $150 xo-tablet, and also is offering a $100 Camelio tablet which has a similar footprint. It has an external micro SD card, like the xo-tablet, but not the hdmi video out. I purchased one, and contacted the manufacterer, to see if they would

Re: [Sugar-devel] Sugar on a $100 tablet!

2013-09-28 Thread George Hunt
, Ruben Rodríguez ru...@activitycentral.com wrote: 2013/9/11 George Hunt georgejh...@gmail.com: I have a nexus, and I'm anxious to learn how to swap out OS, reload stuff, etc. The first step is to install Ubuntu on it, you can follow this howto: https://wiki.ubuntu.com/Nexus7/Installation

Re: [Sugar-devel] Sugar on a $100 tablet!

2013-09-11 Thread George Hunt
at 1:47 AM, Ruben Rodríguez qui...@sugarlabs.orgwrote: 2013/9/7 George Hunt georgejh...@gmail.com: There's a complex Sugar on Android solution. At this point, it's only for hackers. But it just might help us achieve the $100 Sugar machine. Refer to http://forum.xda-developers.com

Re: [Server-devel] [XSCE] Dealing with huge xsce repo size

2013-09-08 Thread George Hunt
There's a political reason for the size of the repo. In my discussions with Daniel Drake at the last SF summit, we discussed the relationship between the work of XSCE and his finished 0.7 school server. The XSCE repo started from a clone of 0.7, which itself appears to trace back all the way to

Re: [Server-devel] [XSCE] A couple of thoughts about moving forward.

2013-09-08 Thread George Hunt
On Sun, Aug 11, 2013 at 9:47 PM, David Farning dfarn...@activitycentral.com wrote: Hey all, I would like to offer some reflections after the last couple of weeks. I stepped aside because I felt I was hindering the project more than helping it. I spent years being frustrated by Langoff's

Sugar on a $100 tablet!

2013-09-07 Thread George Hunt
There's a complex Sugar on Android solution. At this point, it's only for hackers. But it just might help us achieve the $100 Sugar machine. Refer to http://forum.xda-developers.com/showthread.php?t=2151092. The idea is to run a fedora arm image compiled to run under android, in the background.

Re: [Server-devel] [XSCE] Some queries regarding PATHAGAR workflows

2013-09-06 Thread George Hunt
it. 2. Modify all of the url routes in urls.py (r'^tags/(?Ptag.+)/$', 'pathagar.books.views.by_tag', would become (r'^books/tags/(?Ptag.+)/$', 'pathagar.books.views.by_tag', This is probably your best bet given your time constraints. --Seth On Sun, Aug 25, 2013 at 6:58 PM, George Hunt

[Server-devel] rc.local stall on reboot

2013-08-31 Thread George Hunt
I'm in Haiti, with limited internet access. Adam reports that the reboot at Silar's orphanage is stalling, and when he hits escape, we sees a red star traveling left and right, and an error message, which talks about a stop script. I am using rc.local to start up wvdial , which in turn

Re: [Server-devel] [XSCE] A couple of thoughts about moving forward.

2013-08-29 Thread George Hunt
Hi Anish, I look forward to playing with the XSCE installed via Ansible. Will there be an install procedure, and cookbook, to try it out? George On Wed, Aug 28, 2013 at 11:37 PM, Anish Mangal an...@activitycentral.comwrote: Well, I was sort of hoping: * We could start to have

ANNOUNCING School Server Community Edition Version 0.4 Release Candidate 1.

2013-08-24 Thread George Hunt
As regularly as the changing of the seasons, another version of XSCE is nearing release. This release provides something for both end users and deployers. End user: - Internet-in-a-Box (http://Internet-in-a-Box.orghttp://internet-in-a-box.org/ ) - Integration of Pathagar

Re: [Server-devel] Western Digital hard disk data

2013-08-14 Thread George Hunt
did the bus voltage do during these events? A HD would probably decide not to spin up if the bus voltage was out of spec. On Tue, Aug 13, 2013 at 02:00:31PM -0400, George Hunt wrote: Hi all, Following James' suggestion, I put my fluke 186 multimeter in current mode on the USB cable

Re: [Server-devel] [XSCE] Re: Root fs on XO1

2013-08-12 Thread George Hunt
On Sun, Aug 11, 2013 at 6:49 PM, James Cameron qu...@laptop.org wrote: Rather, I guess that our dracut-modules-olpc package simply hasn't got scripted support for swinging the kernel over to a root filesystem on the SD card on XO-1. http://dev.laptop.org/git/users/dsd/dracut-modules-olpc/

Re: [Server-devel] [XSCE] Re: Root fs on XO1

2013-08-10 Thread George Hunt
Thanks everybody for your responses. I learned a lot yesterday by trying things you all suggested. James' idea of using a XO1.5, and devalias. . .,fs-update . . to populate an SD card was quick, and booted on a 1.5. I tried copying the /boot directory of a XO1 to this SD, and it appeared that

[Server-devel] Root fs on XO1

2013-08-09 Thread George Hunt
Hi Jerry, et al, The motherboard flash on an XO1 is 1GB. The kernel, rootfs, provided by OLPC Boston for the XO1 occupies 745MB. The server software (XSCE) we have been adding on top of the OS occupies about 1.3GB. So obviously an additional SD card is required. My first approach has been to

[Server-devel] XSCE Update day 3

2013-07-10 Thread George Hunt
Today, we are focusing on integration of Internet In a Box, the rpm's, and the 600GB of external hard drive data and hardened up objectives for the rest of the week. We discussed French/Creole/Spanish translation of IIAB GUI? Braddock will try to send the English phrases (several hundred) to

Re: [Server-devel] [support-gang] XSCE Sprint

2013-07-09 Thread George Hunt
Thank you Tony for you perspective. So can we begin to look at implementation details? Perhaps discussions about how to implement new features belong on server-devel rather than support gang. My apologies if so. But if XSCE begins to offer features that are really used and needed in the

Re: [Server-devel] [support-gang] Value of remote access to School Servers.

2013-07-03 Thread George Hunt
The central openvpn server would be configured to pass out local (unroutable in the wider internet) addresses in the 10.0.0.0/8 subnet to each client. There would be one public/private key pair distributed with the XSCE software distribution, for testing. The server would be configured to accept

  1   2   >