Re: [Server-devel] unregister soas

2009-10-17 Thread Devon Connolly
Save the following script to /home/idmgr as something like remove_all_users: __ #!/bin/sh ##LIST ALL SERIAL NUMBERS## sqlite3 /home/idmgr/identity.db "SELECT serial FROM laptops" > dellist.txt ##DELETE ALL ACCOUNTS IN LIST## for serial in $(< dellist.txt); d

Re: [Server-devel] unregister soas

2009-10-17 Thread David Leeming
Is there a way to delete all users from the XS? I.e. I have upgraded from 0.5.2 and wish to start afresh with a "clean" upgrade. David Leeming -Original Message- From: server-devel-boun...@lists.laptop.org [mailto:server-devel-boun...@lists.laptop.org] On Behalf Of Devon Connolly Sent:

[Server-devel] Public folders in 0.6

2009-10-17 Thread David Leeming
Great work XS team! I just have a few minor issues as I get to know the new release. I have upgraded 0.5.2 to 0.6 successfully. I want the choice to use Moodle or to be able to browse public folders of HTML content. Previously I did this by adding a file html.conf to /etc/httpd/conf.d/ and

Re: [Server-devel] .6 release and Dansguardian

2009-10-17 Thread Jerry Vonau
On Sat, 2009-10-17 at 17:48 +, Devon Connolly wrote: > > What is the output of "iptables -t nat -L -v" > > > > I can't cite any explicit benefits as this is my first XS install and my > first time using Dansguardian. I'm still getting used to iptables and the > wonderful science of redir

Re: [Server-devel] unregister soas

2009-10-17 Thread Devon Connolly
With the latest XO build you need to: # rm .sugar/default/config Then press CTL+ALT+ERASE. You will need to re-enter the students name and the register option will have returned. From what I've experienced "sugar-control-panel -c registration" only seems to allow laptops that were having t

Re: [Server-devel] .6 release and Dansguardian

2009-10-17 Thread Devon Connolly
> What is the output of "iptables -t nat -L -v" > I can't cite any explicit benefits as this is my first XS install and my first time using Dansguardian. I'm still getting used to iptables and the wonderful science of redirecting packets. Google led me to believe this is the best way to

Re: [Server-devel] .6 release and Dansguardian

2009-10-17 Thread Jerry Vonau
On Sat, 2009-10-17 at 13:46 +, Devon Connolly wrote: > Ok. So I'll give you guys an overview of applicable config files to see > if we can't spot the problem. I will only list applicable entries. > First, the basic setup: > > 2 NICS, onboard and USB. USB nic is eth0 with fixed IP 192.1

Re: [Server-devel] moodle permissions (Tim Moody)

2009-10-17 Thread Tim Moody
OK the admin manually made the teacher a Teacher and now can see news. ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel

[Server-devel] moodle permissions

2009-10-17 Thread Tim Moody
User 1 (Admin), who was the first to register with XS, creates a news item that appears on the home page User 2 (Teacher) doesn't see it. Is this expected? ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/ser

[Server-devel] unregister soas

2009-10-17 Thread Tim Moody
Is there a way to unregister a client with the xs? sugar-control-panel -c register didn't seem to do anything. ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel

Re: [Server-devel] .6 release and Dansguardian

2009-10-17 Thread Devon Connolly
Ok. So I'll give you guys an overview of applicable config files to see if we can't spot the problem. I will only list applicable entries. First, the basic setup: 2 NICS, onboard and USB. USB nic is eth0 with fixed IP 192.168.1.1. eth1 is bonded to create lanbond0 on 172.168.0.1 I stil

Re: [Server-devel] .6 release and Dansguardian

2009-10-17 Thread Devon Connolly
Check on both the suggestions above. I had already added the entries to that portion of the file and I restarted iptables. The result is a working dansguardian when sshing into the server and opening lynx in a term. However none of the traffic coming from computers on the LAN is being di

Re: [Server-devel] .6 release and Dansguardian

2009-10-17 Thread Martin Langhoff
On Sat, Oct 17, 2009 at 2:15 AM, Devon Connolly wrote: > Right, I appended the aforementioned entries to "iptables-xs.in" so that > the resulting iptables-xs file reflected the modifications, but the rules > still did not take affect. And you did "/etc/init.d/iptables restart" to make it take eff