Re: [Server-devel] Server-devel Digest, Vol 81, Issue 23

2014-01-12 Thread Dr. Gerald Ardito
Tony,
I don't want to speak for the teachers in Nepal, but I think, Speaking as
an educator, that more real data is better than the red light green light
scenario you propose.
I would be happy to participate in the design if that would be helpful.
Gerald


On Sun, Jan 12, 2014 at 11:13 AM, Tony Anderson tony_ander...@usa.netwrote:

 Hi,

 I am taking a simplistic approach to this problem. KA-Lite has a simple
 coach
 report which basically shows a table with a row for each registered student
 and a column for each activity. The cell is blank for no attempts, a light
 green
 for attempts which did not reach 'proficiency', and a dark green to show
 proficiency in that task.

 I think this is adequate for teachers, particularly if they can click on a
 cell to
 get more detail (e.g number of items completed, number of questions
 answered correctly, and so forth).

 Many of the sites I am supporting do not follow the one laptop per child
 model. In one case, the teachers pass out laptops without regard to who
 used it previously. In other cases, a set of laptops are used in more than
 one class.
 This means recording data against the laptop serial number is insufficient.

 The implementation strategy is to have the site provide a list of students
 (currently first and last name with the username as a concatenation of the
 two). The student logs in (By using the Journal activity, login is assured
 at boot
 time. After that, students must login as laptops are passed from class to
 class).

 A modification to activity.py adds id, start, stop, and outcome to the
 metadata.
 The id is the db id of the student (not the username). The outcome is a
 string - empty by default. A procedure 'write_outcome' added to
 activity.py, analogous to read_file and write_file enables a Sugar activity
 to add specific outcome
 information (either a string or a json with one of the keys: 'comment':'').

 The ds_backup.py is modified to save objects in the datastore to the school
 server (item by item, not rsync).

 A data collection script on the school server can go through the saved
 Journals
 adding this information to a database so that reports (such as the coach
 report) can be created on demand.

 Similar to KA Lite, the goal is to make information available to teachers
 on the
 progress of their students so that teachers can provide extra help and
 encouragement as appropriate. Currently, KA Lite does not provide feedback
 directly to the students but the main Khan Academy site has many examples
 of
 this (badges, points, etc.).

 Tony

 On 01/12/2014 04:31 PM, server-devel-requ...@lists.laptop.org wrote:

 Send Server-devel mailing list submissions to
 server-devel@lists.laptop.org

 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.laptop.org/listinfo/server-devel
 or, via email, send a message with subject or body 'help' to
 server-devel-requ...@lists.laptop.org

 You can reach the person managing the list at
 server-devel-ow...@lists.laptop.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Server-devel digest...


 Today's Topics:

 1. Re: [Sugar-devel] The quest for data (Sameer Verma)
 2. Re: [Sugar-devel] The quest for data (Walter Bender)


 --

 Message: 1
 Date: Sat, 11 Jan 2014 20:27:21 -0800
 From: Sameer Verma sve...@sfsu.edu
 To: Martin Dluhos mar...@gnu.org
 Cc: Devel's in the Details de...@lists.laptop.org,XS Devel
 server-devel@lists.laptop.org,Sugar-dev Devel
 sugar-de...@lists.sugarlabs.org,  Nina Stawski 
 m...@ninastawski.com,
 Leotis Buchanan leotisbucha...@exterbox.com
 Subject: Re: [Server-devel] [Sugar-devel] The quest for data
 Message-ID:
 CAFoGK8Go=Fh+Z0v7u+cj8yBqNhnPPz8hMupi_ZcrHD-e0f=N
 o...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1

 We had our January meeting at OLPCSF (and our 6th birthday). We talked
 about contributions to this project. Introducing Nina Stawski to the
 thread. She works with HTML and Javascript and is familiar with
 visualization. She suggested d3js.org as one of the options.

 Has anyone created the wiki page as yet?

 cheers,
 Sameer

 On Fri, Jan 10, 2014 at 12:37 PM, Sameer Verma sve...@sfsu.edu wrote:

 On Fri, Jan 10, 2014 at 3:26 AM, Martin Dluhos mar...@gnu.org wrote:

 On 7.1.2014 01:49, Sameer Verma wrote:

 On Mon, Jan 6, 2014 at 12:28 AM, Martin Dluhos mar...@gnu.org wrote:

 For visualization, I have explored using LibreOffice and SOFA, but
 neither of
 those were flexible to allow for customization of the output beyond
 some a few
 rudimentary options, so I started looking at various Javascript
 libraries, which
 are much more powerful. Currently, I am experimenting with Google
 Charts, which
 I found the easiest to get started with. If I run into limitations
 with Google
 Charts in the future, others on my list are 

Re: [Server-devel] [Sugar-devel] The quest for data

2014-01-12 Thread Dr. Gerald Ardito
Just to add my $.02, I agree with Walter and Claudia's approach in this
paper. Making the specifics of learning visible to teachers and students,
and doing the development from this perspective, I think is the best way to
go.
Thanks.
Gerald


On Sun, Jan 12, 2014 at 9:33 AM, Walter Bender walter.ben...@gmail.comwrote:

 On Fri, Jan 10, 2014 at 3:37 PM, Sameer Verma sve...@sfsu.edu wrote:
  On Fri, Jan 10, 2014 at 3:26 AM, Martin Dluhos mar...@gnu.org wrote:
  On 7.1.2014 01:49, Sameer Verma wrote:
  On Mon, Jan 6, 2014 at 12:28 AM, Martin Dluhos mar...@gnu.org wrote:
  For visualization, I have explored using LibreOffice and SOFA, but
 neither of
  those were flexible to allow for customization of the output beyond
 some a few
  rudimentary options, so I started looking at various Javascript
 libraries, which
  are much more powerful. Currently, I am experimenting with Google
 Charts, which
  I found the easiest to get started with. If I run into limitations
 with Google
  Charts in the future, others on my list are InfoVIS Toolkit
  (http://philogb.github.io/jit) and HighCharts (http://highcharts.com).
 Then,
  there is also D3.js, but that's a bigger animal.
 
  Keep in mind that if you want to visualize at the school's local
  XS[CE] you may have to rely on a local js method instead of an online
  library.
 
  Yes, that's a very good point.  Originally, I was only thinking about
 collecting
  and visualizing the information centrally, but there is no reason why it
  couldn't be viewed by teachers and school administrators on the
 schoolserver
  itself. Thanks for the warning.
 
 
 
  In fact, my guess would be that what the teachers and principal want
  to see at the school will be different from what OLE Nepal and the
  government would want to see, with interesting overlaps.

 You left out one important constituent: the learner. Ultimately we are
 responsible for making learning visible to the learner. Claudia and I
 touched on this topic in the attached paper.

 Just to place all my cards on the table, as much as I hate to suggest
 we head down this route, I think we really need to instrument
 activities themselves (and build analyses of activity output) if we
 want to provide meaningful statistics about learning. We've done some
 of this with Turtle Blocks, even capturing the mistakes the learner
 makes along the way. We are lacking in decent visualizations of these
 data, however.

 Meanwhile, I remain convinced that the portfolio is our best tool.

 regards.

 -walter


 
  cheers,
  Sameer
  ___
  Sugar-devel mailing list
  sugar-de...@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel



 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org

 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] [Sugar-devel] The quest for data

2014-01-12 Thread Dr. Gerald Ardito
Agreed.


On Sun, Jan 12, 2014 at 6:02 PM, Walter Bender walter.ben...@gmail.comwrote:

 On Sun, Jan 12, 2014 at 3:32 PM, Sameer Verma sve...@sfsu.edu wrote:
  On Sun, Jan 12, 2014 at 6:33 AM, Walter Bender walter.ben...@gmail.com
 wrote:
  On Fri, Jan 10, 2014 at 3:37 PM, Sameer Verma sve...@sfsu.edu wrote:
  On Fri, Jan 10, 2014 at 3:26 AM, Martin Dluhos mar...@gnu.org wrote:
  On 7.1.2014 01:49, Sameer Verma wrote:
  On Mon, Jan 6, 2014 at 12:28 AM, Martin Dluhos mar...@gnu.org
 wrote:
  For visualization, I have explored using LibreOffice and SOFA, but
 neither of
  those were flexible to allow for customization of the output beyond
 some a few
  rudimentary options, so I started looking at various Javascript
 libraries, which
  are much more powerful. Currently, I am experimenting with Google
 Charts, which
  I found the easiest to get started with. If I run into limitations
 with Google
  Charts in the future, others on my list are InfoVIS Toolkit
  (http://philogb.github.io/jit) and HighCharts (
 http://highcharts.com). Then,
  there is also D3.js, but that's a bigger animal.
 
  Keep in mind that if you want to visualize at the school's local
  XS[CE] you may have to rely on a local js method instead of an online
  library.
 
  Yes, that's a very good point.  Originally, I was only thinking about
 collecting
  and visualizing the information centrally, but there is no reason why
 it
  couldn't be viewed by teachers and school administrators on the
 schoolserver
  itself. Thanks for the warning.
 
 
 
  In fact, my guess would be that what the teachers and principal want
  to see at the school will be different from what OLE Nepal and the
  government would want to see, with interesting overlaps.
 
  You left out one important constituent: the learner. Ultimately we are
  responsible for making learning visible to the learner. Claudia and I
  touched on this topic in the attached paper.
 
 
  Thanks for the paper. While we did point out to Portfolio and Analyze
  Journal activities in our session at OLPC SF Summit in 2013, I didn't
  include it in the scope of the blog post. I'll go back and update it
  when I get a chance.
 
  Just to place all my cards on the table, as much as I hate to suggest
  we head down this route, I think we really need to instrument
  activities themselves (and build analyses of activity output) if we
  want to provide meaningful statistics about learning. We've done some
  of this with Turtle Blocks, even capturing the mistakes the learner
  makes along the way. We are lacking in decent visualizations of these
  data, however.
 
 
  I haven't had a chance to read the paper in depth (which I intend to
  do this afternoon), but how much of this approach would be shareable
  across activities? Or would the depth of analysis be on a per activity
  basis? If the latter, then I'd imagine it would be simpler for
  something like the Moon activity than the TurtleBlocks activity.
 
  Meanwhile, I remain convinced that the portfolio is our best tool.
 
 
  I think the approaches differ in scope and purpose. In the RFPs I've
  been involved in, the funding agencies and/or the decision makers
  either request or outright require dashboard style features to
  report frequency of use, time of day, and in some cases even GPS-based
  location in addition to theft-deterrence, remote provisioning, etc.
  The same goes for going back to an agency to get renewed funding or to
  raise funds for a new site expansion. In a way, the scope of the
  learner-teacher bubble is significantly different from that of the
  principal-minister of edu. One is driven by learning and pedagogy,
  while the other is driven by administration. Accordingly, the reports
  they want to see are also different. While the measurements from the
  Activity may be distilled into coarser indicators for the MoE, I think
  it is important to keep the entire scope in mind.

 Don't get me wrong: satisfying the needs of funders, administrators,
 etc. is important too. They have metrics that they value and we should
 gather those data too. My earlier post was just to suggest ultimately
 we need to consider the learner and how making learning visible can be
 of use. That theme seemed to be missing from the earlier discussion.

 
  I am mindful of the garbage in, garbage out problem. In building
  this pipeline (which is where my skills are) I hope that the data that
  goes into this pipeline is representative of what is measured at the
  child's end. I am glad that you and Claudia are the experts on that
  end :-)
 
  cheers,
  Sameer
 
  regards.
 
  -walter
 
 
 
  cheers,
  Sameer
  ___
  Sugar-devel mailing list
  sugar-de...@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 
 
 
  --
  Walter Bender
  Sugar Labs
  http://www.sugarlabs.org



 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org
 ___
 Sugar-devel 

Re: [Server-devel] [Sugar-devel] offline a.sl.o

2012-11-29 Thread Dr. Gerald Ardito
This is very interesting.

I have a kind of related question. Has there been any work done for a
non-internet based email server (and XO based client)?
I know that Tony Anderson (now in Rwanda) is working in a school with no
internet access, but with the need for email-type communication.

Thanks.
Gerald


On Thu, Nov 29, 2012 at 8:09 PM, Aleksey Lim alsr...@sugarlabs.org wrote:

 On Sun, Nov 25, 2012 at 08:04:36PM -0800, Sameer Verma wrote:
  Has anyone looked into running an offline copy of
  activities.sugarlabs.orgon a server that isn't on the Internet (a la
  XS)?

 To run ASLO copy on a standalone server, you need to install ASLO/AMO
 php application (http://wiki.sugarlabs.org/go/Activity_Library/Devel
 but instructions might be outdated) and clone MySQL data with activity
 files (~9G). Some time ago, SL used 2nd ASLO node, but it used the same
 MySQL and files storage.

 There is the same need in ASLO on a school server in the field. But
 in my mind, trying to adapt ASLO/AMO to this scheme is an overkill.
 The real environments might assume lack of maintaining or restricted
 school servers (for example XO laptops in offline schools), i.e.,
 Apache+MySQL+PHP+ASLO/AMO is a real misuse.

 In this regard, Sugar Network[1] was initiated a ~year ago, i.e.,
 content sharing system (in contrast to ASLO, SN will provide
 non-software content like books or Journal objects). Sugar Network
 functionality is explicitly split into server side and client
 application(s). Server side is capable for running even on XO laptops
 (XO-1.5 is preferable) in pure offline case (e.g. one-teacher schools in
 Peru when people have only XO laptops) with further offline
 synchronization[2]. Clients might be any applications that use REStful
 API provided by Sugar Network node (master server like ASLO or any
 distributed node). For now there are two clients[3] written as a
 lightweight Web application and one that is pure JS application.

 The centralized scheme (like ASLO) is available right now[3] (it is
 being assumed to be used in Peruvian pilot). The offline model is
 in progress and should be ready, in some stage, during this year.


 [1] http://wiki.sugarlabs.org/go/Sugar_Network
 [2] http://wiki.sugarlabs.org/go/Deployment_Platform/Sneakernet
 [3] http://wiki.sugarlabs.org/go/Sugar_Network#Try_it

 --
 Aleksey
 ___
 Sugar-devel mailing list
 sugar-de...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Hidden SSID and Proxy settings

2011-03-03 Thread Dr. Gerald Ardito
Jerry,

The one I set up for testing has no security.
The real one in the school has security.

Clearly, this method (either one -- GNOME or NetworkManager) works. The
issue is the persistence. To ask teachers to do this with 100 students every
time they want to access the internet makes either one unworkable.

Any help will be appreciated.

Thanks.
Gerald

On Thu, Mar 3, 2011 at 10:55 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Thu, 2011-03-03 at 14:47 +1100, James Cameron wrote:
  On Wed, Mar 02, 2011 at 10:38:07PM -0500, Dr. Gerald Ardito wrote:
   Both methods work within a session.
   In GNOME, I can connect to the hidden network. And, if I change back
   to Sugar, the connection is intact.
 
  Yes.  NetworkManager still has knowledge of the hidden network
  connection request in memory, having been told about it by the GNOME
  nm-applet.
 
  (Restarting NetworkManager at this point causes the connection to drop
  and not be re-established.)
 

 Well sort of, if you restart MN in a terminal in GNOME, the connection
 is re-established, switch over to sugar the AP icon has the ESSID
 populated. This works if Available to all users was ticked as NM sees
 this as a system connection under root's control. Now open terminal in
 SUGAR and restart NM, now the ESSID is set to None. While un-ticked
 you will be prompted for the info, which is saved in connections.cfg.
 The difference might be that in GNOME you have gnome-keyring running
 while in SUGAR it's not. There is the question of who owns the
 connection while setup as an ifcfg file, root or olpc?


   When I reboot, however, while the Wireless Connections UI (iin either
   GNOME or Sugar using nm) shows the connection properly, it does not
   actually connect to the hidden ssid.
 
  Yes, I agree.  After reboot, NetworkManager is restarted, and therefore
  no longer knows about the hidden network connection request.
 

 Agreed, I'll look for how Connect to Hidden Wireless network runs its
 re-scan for the hidden network in the code.

  The ONBOOT setting doesn't appear to work either.
 

 On an un-hidden network it does, or at least loaded as the UI becomes
 usable.

 Gerald, does your AP have any security or is it just hidden?

 Jerry


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Hidden SSID and Proxy settings

2011-03-02 Thread Dr. Gerald Ardito
Jerry and James,

Thanks.
Both methods work within a session.
In GNOME, I can connect to the hidden network. And, if I change back to
Sugar, the connection is intact.
When I reboot, however, while the Wireless Connections UI (iin either GNOME
or Sugar using nm) shows the connection properly, it does not actually
connect to the hidden ssid.

Jerry, I have attached the file you requested.

Looking forward to making this work.
Gerald

On Wed, Mar 2, 2011 at 9:10 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Wed, 2011-03-02 at 20:54 -0500, Dr. Gerald Ardito wrote:
  Hello again,
 
  I am just getting back to this.
 
  I have tried the instructions on the wiki at:
  http://wiki.laptop.org/go/Wifi_Connectivity#SSID_Network_Name
 
  But these instructions do not seem to work. After making the changes,
  nothing shows up in the Neighborhood view.
 
  I had success starting in Gnome, then connecting to the hidden
  network. And this kept when I switched back to Sugar.
  But, when I restarted, the hidden network was still hidden, and I had
  to do this again.
 
  Is there anyway to make this change permanent?


 Fire up the nm-connection-editor before you reboot, Find the connection
 under the wireless tab, tick both Connect automatically and Available
 to all users. This creates a file in /etc/sysconfig/network-scripts,
 forcing NM to bring up the connection on boot, before the UI loads and
 should be available in both Sugar and Gnome. You don't need to go into
 gnome to run the tool, in terminal: nm-connection-editor If you could
 send me the resulting ifcfg file from /etc/sysconfig/network-scripts,
 I'd be grateful for the example.

 Jerry




ifcfg-xonet2
Description: Binary data
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Hidden SSID and Proxy settings

2011-02-01 Thread Dr. Gerald Ardito
Jerry,

I am not sure. It is whatever version they were shipped with. They are XO
1.5s, and they arrived in October.
I am not where they are, so I can't check the version.

Thanks.

Gerald


On Tue, Feb 1, 2011 at 8:57 AM, Jerry Vonau jvo...@shaw.ca wrote:

 On Mon, 2011-01-31 at 15:15 -0500, Dr. Gerald Ardito wrote:
  I am trying to connect XOs in a school which as a wireless network
  with a hidden SSID. Additionally, the school requires proxy settings
  to establish internet connections.
 
 
  Can someone help me with this?

 Can you tell us what os version is installed on the XOs?

 Jerry



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Hidden SSID and Proxy settings

2011-02-01 Thread Dr. Gerald Ardito
Jon,

The school is in NYC, the land of hidden SSIDs.
I will check out this page and try to make it work in the school.

And, congrats to your grandma.

Thanks.
Gerald

On Tue, Feb 1, 2011 at 4:43 PM, Jon Nettleton jon.nettle...@gmail.comwrote:

 
  This wouldn't happen to be in NYC, would it?  I remember reading a long
 time
  ago that the schools there have a policy that SSIDs can't be broadcast.
 You
  might deter my Grandma with that, but it's almost pointless as a security
  measure.
 
 
 http://olpcnyc.wordpress.com/2008/05/09/connecting-to-hidden-wifi-networks/
 
  That workaround is likely deprecated now, though.
 

 If this is a newer image, one based on F11 then you should be able to
 use nmcli to connect.  Take a look at this page.

 http://blog.nixpanic.net/2011/01/connect-automatically-and-immediately.html

 Hope that helps. My grandma would still hack it in 2 seconds though :-)

 Jon

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Hidden SSID and Proxy settings

2011-01-31 Thread Dr. Gerald Ardito
I am trying to connect XOs in a school which as a wireless network with a
hidden SSID. Additionally, the school requires proxy settings to establish
internet connections.

Can someone help me with this?

Thanks.
Gerald
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Schoolserver and eth1

2011-01-16 Thread Dr. Gerald Ardito
Will do.
How do I do that?

Thanks.
Gerald

On Sun, Jan 16, 2011 at 2:20 PM, Tom Parker t...@carrott.org wrote:

 On Sun, 2011-01-16 at 10:38 -0500, Dr. Gerald Ardito wrote:
  I did install a third nic in one of the Dells, thinking that this
  would fix the problem.
  But only one was recognized by the XS. Either one could be recognized
  as eth0, but neither was recognized as Eth1.

 Post the output of lspci, ifconfig -a and the contents
 of /etc/udev/rules.d/70-persistent-net.rules

 With this information we will be able to help you.


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Schoolserver and eth1

2011-01-13 Thread Dr. Gerald Ardito
Tom,

Here's what's weird.
The server came with one nic (the box is a Del Vostro). I added the second.
Now, only the second works, and only as eth0. And, when it works as eth0, I
have an internet connection.
I tried installing two new nics, but only one shows up.

I would imagine that I don't have the drivers for the first (original) one.
Does that make any sense?
If so, what could I do?

Thanks.
Gerald

On Fri, Jan 14, 2011 at 12:40 AM, t...@carrott.org wrote:

 On Fri, January 14, 2011 5:08 pm, Dr. Gerald Ardito wrote:

  Even though there is physically a second nic, the school server doesn't
  seem
  to see it. When I ifconfig eth1, I am told there is no device present.

 Does the nic show up when do lspci? If not then it's likely broken.

 Does the nic show up with another name when you do

 ifconfig -a

 If so, you ought to be able to map it back to eth1 by modifying the
 persistent net rules in /etc/udev/rules.d. If not, then it is likely that
 the nic isn't supported by the kernel.


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Connecting the a Schoolserver via SSH

2010-12-21 Thread Dr. Gerald Ardito
Hello.

I have my schoolserver up and running (at last!).

I want to connect to it from one of the XOs using SSH.

I have read what is on the wiki, but I must be missing something.

Can someone provide some detailed instructions?

Thanks.
Gerald
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Connecting the a Schoolserver via SSH

2010-12-21 Thread Dr. Gerald Ardito
Anna,

Thanks. I'll try this out tomorrow.

I have another question for you.
I was testing the server with about 12 XOs today. They all connected fine
and had internet connections. But the performance seemed slow. It took
several seconds for pages to load at times.
Also, when I tried to have shared Activities (I opened a chat session, for
example), the performance was horribly slow, and not every computer could
connect.
Do you have any ideas about why this might be happening and how to make it
better?

Thanks.
Gerald

On Tue, Dec 21, 2010 at 5:05 PM, Anna ascho...@gmail.com wrote:


 On Tue, Dec 21, 2010 at 8:20 AM, Dr. Gerald Ardito 
 gerald.ard...@gmail.com wrote:

 Hello.

 I have my schoolserver up and running (at last!).

 I want to connect to it from one of the XOs using SSH.

 I have read what is on the wiki, but I must be missing something.

 Can someone provide some detailed instructions?

 Thanks.
 Gerald



 Gerald:

 Though you're supposed to use keys, and I still do from my main desktop,
 it's convenient when you're sshing from multiple XOs or other computers to
 go ahead and enable password based ssh login.  That way you don't have to
 fool with keys all the time.  Since my XSs are exposed to the internet, I do
 run ssh on a non-standard port, which keeps out the script kiddies.  If
 you're worried about that, it's really simple to change the port.  Anyway,
 it's just a config file edit to allow password based ssh logins.

 As root, create a regular user on the XS.

 adduser gerald
 passwd gerald

 You'll be prompted for the new password.  That's it for setting up a user.

 Enable password authentication in /etc/ssh/sshd_config and /etc/ssh/
 sshd_config.in  I think you're supposed to be able to edit only
 sshd_config and then run make -f /etc/xs-config.make sshd_config to do up
 sshd_config.in properly, but I just go ahead and make this minor change to
 both files, as I've never gotten xs-config.make to work consistently for me.

 In both those files, uncomment PasswordAuthentication yes and comment out
 PasswordAuthentication no so it looks like this:

 # To disable tunneled clear text passwords, change to no here!
 PasswordAuthentication yes
 #PermitEmptyPasswords no
 #PasswordAuthentication no

 Restart the ssh service.

 service sshd restart

 Now from an XO connected to the XS, you can

 ssh ger...@172.18.0.1

 or

 ssh gerald@XS's hostname

 Enter in your password and you should be greeted with the motd!  After you
 successfully ssh in, you can su root.  Sometimes that's not root enough,
 though and you might have to 'sudo su -' if it says you can't do something.

 Anna Schoolfield
 Birmingham


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] We need: examples of XS hardware in use --

2010-01-12 Thread Gerald Ardito
Martin,

I am running XS 0.6 on a Dell Laptop (Latitude, I think -- I'll get the
details) and an Active Antenna.

Gerald

On Tue, Jan 12, 2010 at 7:43 AM, Martin Langhoff
martin.langh...@gmail.comwrote:

 List, David, Reuben,

 We are getting increasing enquiries what hardware can we use for an
 XS in a school with N laptops?, and frankly the
 http://wiki.laptop.org/go/XS_Recommended_Hardware is a bit slim on
 concrete recommendations.

 So I need your help -- I've added some info in the hardware known to
 work section, but I'd like David to put more info on the exact model
 of MSI Wind he's using, additional hardware, number of laptops
 supported, and any extra notes.

 Similarly, Reuben, I need more info on what hw the OLPCCorps crowd is
 using.

 And anyone else that's running an XS (hi Hamilton!)... we need your hw
 profile and your numbers.

 Additionally, I've added a 'server sizing' section. It'll be great to
 get corroboration that the CPU/RAM to number of users match what you
 are using in the field, and whether your server gets in trouble when
 usage spikes.

 cheers,



 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff
 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Pushing Activities to XOs

2009-12-20 Thread Gerald Ardito
Hello all.

I have about 140 XOs connecting to a XS server (version .6).
Can I push activities to the laptops?
If so, how?

Thanks.
Gerald
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Sharing work between XOs/SOAS devices

2009-12-15 Thread Gerald Ardito
Hello all.

As our 5th graders are doing more and more work with their XOs, their being
able to turn in and share their work products (as opposed to collaborating
with others) is becoming more and more important.

My temporary solution is having them upload their work (along with
reflections, if desired) to Moodle, which I can do because we have an XS
implementation. However, this means that if a student has created a Memorize
vocabulary game that s/he want to share s/he has to:
1. Create the game.
2. Save it to the Journal
3. Go to Browse
4. Navigate to Moodle
5. Find the right course/right assignment within the course
6. Upload game.

S/he pretty much has to do the same thing to download and then play other
games. This is certainly workable, but dramatically slows down the momentum
of creating games and wanting others to play them.

So, I am asking to create/offering to help create an Activity that allows
users to share work products easily. I know that Bert was working on
something called Distribute, which may be a starting place. It seems to
share Journal objects, which seems right.

I am happy to work with developers on this. I could create requirements, if
need be. Just say the word.

I look forward to what comes next.

Thanks and best,
Gerald
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] [IAEP] Sharing work between XOs/SOAS devices

2009-12-15 Thread Gerald Ardito
Aleksey,

I think option 1 is good. It keeps the favorites metaphor from elsewhere
and allows for the sharing of multiple things at the same time.

Thanks.
Gerald

On Tue, Dec 15, 2009 at 2:22 PM, Aleksey Lim alsr...@member.fsf.org wrote:

 On Tue, Dec 15, 2009 at 12:30:22PM -0500, Gerald Ardito wrote:
  Hello all.
 
  As our 5th graders are doing more and more work with their XOs, their
 being
  able to turn in and share their work products (as opposed to
 collaborating
  with others) is becoming more and more important.
 
  My temporary solution is having them upload their work (along with
  reflections, if desired) to Moodle, which I can do because we have an XS
  implementation. However, this means that if a student has created a
 Memorize
  vocabulary game that s/he want to share s/he has to:
  1. Create the game.
  2. Save it to the Journal
  3. Go to Browse
  4. Navigate to Moodle
  5. Find the right course/right assignment within the course
  6. Upload game.
 
  S/he pretty much has to do the same thing to download and then play other
  games. This is certainly workable, but dramatically slows down the
 momentum
  of creating games and wanting others to play them.
 
  So, I am asking to create/offering to help create an Activity that allows
  users to share work products easily. I know that Bert was working on
  something called Distribute, which may be a starting place. It seems to
  share Journal objects, which seems right.
 
  I am happy to work with developers on this. I could create requirements,
 if
  need be. Just say the word.
 
  I look forward to what comes next.
 
  Thanks and best,
  Gerald

 What do you think about followed workflows, which is preferable

 1) user, using search controls, minimize list of entries in Journal
   bookmark this entirely list(names it)
   share the whole list(bookmark)
   user can have several bookmarks
   other users see that 1st user shared some bookmarks and can open
   these bookmarks in theirs Journal(it could be separate icon like USB)
   (bookmarks could be useful not only for sharing)

 2) there is no bookmarks
   user can share any object w/o bookmarking(e.g. by clicking star icon or
 so)
   other user see only one list of shared objects

 --
 Aleksey

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] [IAEP] Sharing EToys projects

2009-12-07 Thread Gerald Ardito
Dave,

It works perfectly!
Thanks for all of the work and the fast turnaround time.

I send you an XO orchestrated wave!

Best,
Gerald

On Mon, Dec 7, 2009 at 4:39 PM, Dave Bauer dave.ba...@gmail.com wrote:



 On Mon, Dec 7, 2009 at 4:13 PM, Bert Freudenberg b...@freudenbergs.dewrote:

 On 07.12.2009, at 22:08, Dave Bauer wrote:

 On Mon, Dec 7, 2009 at 4:04 PM, Bert Freudenberg b...@freudenbergs.dewrote:

 On 07.12.2009, at 21:54, Dave Bauer wrote:

 On Sun, Dec 6, 2009 at 7:22 PM, Gerald Ardito 
 gerald.ard...@gmail.comwrote:

 Tomeu,

 There is no mime type that I can see. The Journal entry simply says
 File filename.pr from url for file.
 This is no different, by the way, when I upload and then download games
 we made in Memorize. However, Memorize will load the downloaded game.

 Thanks.
 Gerald



 Hi, I checked the apache config and added the mime type for the .pr
 files. I downloaded the file on my Mac and it got the correct mime type and
 offered to open the project in Squeak.


 I'm not sure if the filename doesn't play a role on the Mac.

 I tried on soas-strawberry and XO-802 and it did not open etoys from the
 journal. Maybe etoys is looking for a different mime-type than
 x-application/squeak-project?


 Try application/x-squeak-project not x-application/...

 It used to work on 802. And it does work in F11_XO1.5/Sugar 0.84 - I just
 tried. Just go to Squeakland.org and click the project thumbnail next to
 Jeopardy 3point0 which is the current project of the week.


 Ok, good news! That opens in the etoys plugin in my browser so I will try
 to change the mime type and test again. Thanks

 Dave


 Ah well, the plugin embedding code (on Mac/Win/non-sugar Linux) provides
 its own mime type, so this does not really mean it will work in Sugar, where
 you do not have (nor need) the plugin.





 OK, I fixed this by adding

 'pr' = array ('type'='application/x-squeak-project','icon'='video.gif'),

 to lib/filelib.php in moodle. Looks like our version of XS did not support
 this mime type for forum uploads in moodle. This should be an XS 0.6
 install.

 Thanks!

 Dave



  - Bert -



 ___
 IAEP -- It's An Education Project (not a laptop project!)
 i...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/iaep




 --
 Dave Bauer
 d...@solutiongrove.com
 http://www.solutiongrove.com



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] [IAEP] Sharing EToys projects

2009-12-06 Thread Gerald Ardito
Tomeu,

There is no mime type that I can see. The Journal entry simply says  File 
filename.pr from url for file.
This is no different, by the way, when I upload and then download games we
made in Memorize. However, Memorize will load the downloaded game.

Thanks.
Gerald

On Sun, Dec 6, 2009 at 7:08 PM, Tomeu Vizoso to...@sugarlabs.org wrote:

 On Sun, Dec 6, 2009 at 21:31, Gerald Ardito gerald.ard...@gmail.com
 wrote:
  Hello.
 
  I am working with 140 5th grade students who are using XOs (mostly) and
  netbooks with SOAS.
  About 50 of them are using Etoys to create projects.
  I am trying to find a way to share them with their teachers and each
 other.
  When I try to upload them to a Moodle course and them download them, the
  downloaded files can't be read by EToys.
 
  Any ideas?

 This uses to be a problem with the mime types. Can you see with which
 mimetype is downloaded the file from moodle?

 Regards,

 Tomeu

 --
 «Sugar Labs is anyone who participates in improving and using Sugar.
 What Sugar Labs does is determined by the participants.» - David
 Farning

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS on Netbook

2009-10-22 Thread Gerald Ardito
Sameer,

I have tried to install the XS on a Dell Laptop (not netbook). It runs
great, but the wireless indicator is not on.
Could there be missing drivers?
If so, what can I do?

Thanks.
Gerald

On Tue, Oct 20, 2009 at 1:00 AM, Sameer Verma sve...@sfsu.edu wrote:

 On Mon, Oct 19, 2009 at 4:35 PM, Gerald Ardito gerald.ard...@gmail.com
 wrote:
  Hello,
 
  Has anyone installed the XS on a netbook?
  The big issue is that there is no optical drive, but beyond that I was
  wondering if that would work.
 
  Thanks.
  Gerald
 
  ___
  Server-devel mailing list
  Server-devel@lists.laptop.org
  http://lists.laptop.org/listinfo/server-devel
 
 

 I have it running on a Fujitsu Lifebook P2120
 (http://asia.cnet.com/reviews/notebooks/0,39050488,39009460p,00.htm),
 from an era when small laptops were expensive and were not called
 netbooks. This thing has a 933 MHz Crusoe processor, with 384 MB RAM.
 It doesn't complain for small set of XOs.

 Now that you've brought it up, I will try a netbook as well.

 cheers,
 Sameer
 --
 Dr. Sameer Verma, Ph.D.
 Associate Professor, Information Systems
 Director, Center for Business Solutions
 San Francisco State University
 http://verma.sfsu.edu/
 http://cbs.sfsu.edu/
 http://is.sfsu.edu/

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] XS on Netbook

2009-10-19 Thread Gerald Ardito
Hello,

Has anyone installed the XS on a netbook?
The big issue is that there is no optical drive, but beyond that I was
wondering if that would work.

Thanks.
Gerald
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS on Netbook

2009-10-19 Thread Gerald Ardito
Dave,

Thanks.
And can I install (easily) from a USB drive, or do I need to attach an
external CD drive?

Gerald

On Mon, Oct 19, 2009 at 8:18 PM, Dave Bauer d...@solutiongrove.com wrote:

 On Mon, Oct 19, 2009 at 7:35 PM, Gerald Ardito gerald.ard...@gmail.com
 wrote:
  Hello,
 
  Has anyone installed the XS on a netbook?
  The big issue is that there is no optical drive, but beyond that I was
  wondering if that would work.
 

 Since you can run XS on an XO it should work fine. A little faster.
 You'll need an external hard drive to store the user data and backups.

 Dave

  Thanks.
  Gerald
 
  ___
  Server-devel mailing list
  Server-devel@lists.laptop.org
  http://lists.laptop.org/listinfo/server-devel
 
 



 --
 Dave Bauer
 d...@solutiongrove.com
 http://www.solutiongrove.com

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS on Netbook

2009-10-19 Thread Gerald Ardito
Dave,

Okay. Here it goes.

Gerald

On Mon, Oct 19, 2009 at 9:22 PM, Dave Bauer d...@solutiongrove.com wrote:

 On Mon, Oct 19, 2009 at 9:19 PM, Gerald Ardito gerald.ard...@gmail.com
 wrote:
  Dave,
 
  Thanks.
  And can I install (easily) from a USB drive, or do I need to attach an
  external CD drive?
 

 I haven;t tried it, but if you can make a bootable USB from the iso
 you should be able to install from there. I use unetbootin or Fedora
 LiveUSB creator for that and I have installed more traditional Linux
 installs on my netbook.

 Dave

  Gerald
 
  On Mon, Oct 19, 2009 at 8:18 PM, Dave Bauer d...@solutiongrove.com
 wrote:
 
  On Mon, Oct 19, 2009 at 7:35 PM, Gerald Ardito gerald.ard...@gmail.com
 
  wrote:
   Hello,
  
   Has anyone installed the XS on a netbook?
   The big issue is that there is no optical drive, but beyond that I was
   wondering if that would work.
  
 
  Since you can run XS on an XO it should work fine. A little faster.
  You'll need an external hard drive to store the user data and backups.
 
  Dave
 
   Thanks.
   Gerald
  
   ___
   Server-devel mailing list
   Server-devel@lists.laptop.org
   http://lists.laptop.org/listinfo/server-devel
  
  
 
 
 
  --
  Dave Bauer
  d...@solutiongrove.com
  http://www.solutiongrove.com
 
 



 --
 Dave Bauer
 d...@solutiongrove.com
 http://www.solutiongrove.com

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Initial Feedback

2009-10-11 Thread Gerald Ardito
Rangan,
This is really helpful.

I have been seeing the same things you saw in items 6 and 7:
shutdown/disconnected XOs still show in Neighborhood view.

Gerald

On Sun, Oct 11, 2009 at 7:06 AM, Rangan Srikhanta ran...@laptop.org.auwrote:

 Martin,

 Performed some basic testing today with the XS.

 Quite impressive.

 SPECS:
 1 x Linksys WRT54GL - DDWRT v24
 DELL Optiplex 755 - 160 GB, 2Gb Ram(that's all the specs I have for now)
 30 XO laptops

 Below is a summary of different things I tested to see how they worked - no
 science to what I did.

 1. PASS - Registered each XO and then hit ctrl-alt-erase to reboot sugar.
 All registered OK.
 2. PASS - Checked to see each XO was recognised in the neighbourhood view.
 Spot tests consistently re-affirmed this.
 3. PASS - Shared an activity and then had other XOs join. Includes accurate
 'huddling' around each activity. Spot check around room to confirm.
 4. PASS - Switched between activities whilst sharing. E.g. One person who
 was on Record, joined Jigsaw and this change was accurately reflected.
 5. PASS - When a person switched away from an activity (as opposed to
 exiting it) this was reflected in the neighbourhood view. Spot check around
 room to confirm.
 6. FAIL - Simulate dead battery - but cold shutting off a machine.
 Neighbourhood did not reflect this, showed they were still online. Had to
 restart, connect back to school server and shutdown properly to leave
 neighbourhood view. They way some of the kids are out in the deployment,
 they are still learning the whole shutdown/exit activity procedure, so this
 could pose a problem - though I understand how this could be hard to
 implement.
 7. FAIL - a reboot (full restart or ctrl-alt-erase) causes the rebooted
 machines not to accurately reflect who is part of a shared activity. Some
 rebooted machines reflected a more accurate picture than others, but none
 had the full picture. Kids will be going offline and online all the time in
 deployments so I can see how this could become a problem. Though this will
 be somewhat tempered by the ability to still share and view other XOs.

 Thank you,

 Rangan



 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Sugar Stick Backup is working! - Now I want the student work on the server to be useful.

2009-10-08 Thread Gerald Ardito
Caroline,

As this was the next thing I was going to worry about, I am thrilled to hear
that it works.
I will start testing our stuff next week.

In the meantime, I am also interested in how to make the backup stuff
useful.

Gerald

On Thu, Oct 8, 2009 at 9:43 PM, tkk...@nurturingasia.com wrote:

 Congtatulation...Nice feeling to see it working.

 I now have my SoAS registered at the SS and I left it online for 2
 hours..It is backing up my stuff automatically and across the globe.

 Agree that the next step is how to make the information useful. As I look
 at the backup information I have problems figuring out what it is. A teacher
 would be overwhelmed if the child does not tag and document stuff well.

 Looking forward to the next level of usage.

 T.K. Kang


 -Original Message-
 From: Caroline Meeks [mailto:carol...@solutiongrove.com]
 Sent: Friday, October 9, 2009 09:20 AM
 To: 'XS Devel', 'Walter Bender'
 Subject: [Server-devel] Sugar Stick Backup is working! - Now I want the
  student work on the server to be useful.
 
 We had 11 students using Sugar on a Stick and their sticks were backed up
 today at the GPA!  Yay!
 So now I have feedback on the Moodle UI.  I know we don't have a ton of
 people doing development work so we need to think about where to collect
 feedback if it cant be addressed in the immediate future.
 
 
- The files show up in Backup but I can't really do anything with
 them.
 I want to be able to browse Student work from a WebUI some how.
   - Maybe snapshots that I could view online like the previews in
 Sugar.
   - Ability to see the Description and Tags data
   - Ability to see all the past versions of this object (less
   important).
   - For Write documents and image files I'd like to be able to
 download
   them to a nonSugar system and view them.
   - As a teacher I'd like to be able to edit the description and tags
   fields from Moodle and have it get synced back.
- I want to be able to work with the files inside of Moodle
   - Collect them as assignments/homework in a class so as the teacher
 I
   have all my students on a page with a file each.
   - Blog about them. In my blog I'd like to be able to attach a file
   from my backup.
 
 Basically the student work is there but its not in a very useful form for
 either the teacher to assess learning or to reflect on the effectiveness
 of
 the lesson or the students' needs.
 
 
 --
 Caroline Meeks
 Solution Grove
 carol...@solutiongrove.com
 
 617-500-3488 - Office
 505-213-3268 - Fax
 


 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] DNS/dhcp question

2009-09-29 Thread Gerald Ardito
Jerry,

I am not trying to be vague about anything. I would love to give you a sense
of what is happening. I want to apologize ahead for not being clear. Not all
of this makes perfect sense to me.

Current situation:
My XS box has 2 NICS
Eth0 connects to the school internet and has a static IP address
(10.125.105.153; subnet 255.255.248.0)
Eth1 connects to a VLAN set up for the XOs.
The Access Points for the VLAN point toward the XS box as the DHCP server
(so I'm told). I was given that IP address by my tech guy. Here are the
parameters: -IP range is 10.125.140.0
-Give the SchoolServer an IP address of 10.125.140.31,
-set up DHCP for a range of 10.125.140.100 - 254.
-Subnet mask should be 255.255.248.0


Ongoing questions:
1. I have been working under the assumption that eth1 should have the
Schoolserver address above (10.124.140.31). Is that correct?
2. What do I need to do (if anything) to configure the DHCP functions of the
XS?
3. Is there anything else you need to help with this.

Thanks.

Gerald


On Tue, Sep 29, 2009 at 10:21 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Tue, 2009-09-29 at 18:49 -0400, Gerald Ardito wrote:
  Jerry,
 
  I am still having problems.
  I thought I would try to simplify the network to see if that would
  make a difference.
 
  How about this:
  1. eth0 is plugged into our school network/internet
  2. eth1 is connected via ethernet cable to an access point.
 
  Would this work?
 That is the default layout.

  If so, how should eth1 be configured?
 
 As long as the access point is in bridging mode there should be no
 issues, and nothing needs to be changed with eth1. Are you able to
 re-configure the AP if needed? If so, what ip address does the AP use
 for management?

 I only know what you tell me about your network layout, with your XS
 setup like that, what are the results of  ip route ls? I'll assume
 that eth0 has a static ip address. Just to get a feel of what your
 layout looks like in my head.

 Jerry



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Ejabberd config question

2009-09-28 Thread Gerald Ardito
Okay, thanks.
Gerald

On Mon, Sep 28, 2009 at 4:09 AM, Martin Langhoff
martin.langh...@gmail.comwrote:

 On Sat, Sep 26, 2009 at 2:53 PM, Gerald Ardito gerald.ard...@gmail.com
 wrote:
  This is a question about ejabberd admin configuration.
  In the web admin interface, the list of online users is by jabber id
 (about
  a million characters long).
  Is is possible to display instead the Nickname?

 Unfortunately no, but you could write something that does it within
 Moodle. Both Moodle and idmgr have access to the mapping between SN
 and nickname.


 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Timeout issue (maybe)

2009-09-28 Thread Gerald Ardito
Thanks.
G

On Mon, Sep 28, 2009 at 4:03 AM, Martin Langhoff
martin.langh...@gmail.comwrote:

 On Mon, Sep 28, 2009 at 9:50 AM, Martin Langhoff
 martin.langh...@gmail.com wrote:
  Reuben's suggestions are right on the mark. An additional thing to
  check is -- on the XS -- what the ejabberd server thinks of the
  situation, so if you do

 Now at...

 http://wiki.laptop.org/go/XS_Techniques_and_Configuration#Presence_Service_.28ejabberd.29_Troubleshooting



 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] DNS/dhcp question

2009-09-26 Thread Gerald Ardito
Jerry,

I will try out what you suggested when I get back to school on Monday.
I'll let you know what happens.

Thanks.
Gerald

On Sat, Sep 26, 2009 at 2:08 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Sat, 2009-09-26 at 13:21 -0400, Gerald Ardito wrote:
  Jerry,
 
  Yes, we are adding the XS server to an existing network.
  Our tech people created a VLAN for the XOs, points to 10.125.140.31 as
  the DHCP server. So, computers coming into the network from these APs
  have no other DHCP servers.
 That sounds like the APs are acting as dhcp relays (as a router not a
 bridge)... These APs are also used with the existing network? This is
 really outside of what Martin had in mind...

  I have been assuming that I therefore have to set eth1, which is
  connected to that VLAN, to that IP address. Is that correct?

 If the AP are acting as dhcp-relays, yes. The AP are directing the dhcp
 requests to 10.125.140.31, a bridge would just forward the traffic, and
 not direct it.

 The default layout doesn't provide for VLANs, but adding an ip alias to
 eth1 should be no problem. create an
 /etc/sysconfig/network-scripts/ifcfg-lanbond0:3 containing:

 DEVICE=lanbond0:3
 ONBOOT=yes
 IPADDR=10.125.140.31
 NETMASK=255.255.248.0
 BOOTPROTO=static
 IPV6INIT=no

 restart the network, you should see the alias with ifconfig..

 That should get the XS on the same lan as the AP's... then dhcp might
 work for you.

  We also have another LAN which has its own DHCP server. I can have the
  XOs connect to our regular wireless network, and they get IP
  addresses and connect to the internet. I have trouble having more than
  about 20 at a time connect to our regular network, plus I want the
  benefits of the XS server.
 

 That can be a problem, how is eth0 set? by dhcp from the regular
 network? Is the ip address in the 10.125.140.0 netblock? What gateway
 is the XS using? What is the output of ip route ls? Do both eth0 and
 eth1 plug into the same switch?

  Does this help?
 
  Thanks.
  Gerald
 
 some,

 Jerry



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] DNS/dhcp question

2009-09-26 Thread Gerald Ardito
Jerry,

I'll get the info on Monday and send it to you before I do anything else.

Thanks.
Gerald

On Sat, Sep 26, 2009 at 2:53 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Sat, 2009-09-26 at 14:40 -0400, Gerald Ardito wrote:
 
  Jerry,
 
  I will try out what you suggested when I get back to school on Monday.
  I'll let you know what happens.
 
 Before you change anything please answer the questions below, I don't
 want to lead you on a wild goose chase...

 
 
  That can be a problem, how is eth0 set? by dhcp from the
  regular
  network? Is the ip address in the 10.125.140.0 netblock? What
  gateway
  is the XS using? What is the output of ip route ls? Do both
  eth0 and
  eth1 plug into the same switch?
 

 If your gateway is within 10.125.140.0/23, you will have to make some
 additional ip/routing changes in order to get to the internet from the
 XS box... Need that eth0 info..

 You have been warned...

 Jerry



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] DNS/dhcp question

2009-09-22 Thread Gerald Ardito
Martin,

I am hoping to hear back from you about this soon.
This is on the path to our deployment in the next couple of weeks.

Thanks.
Gerald

On Fri, Sep 18, 2009 at 6:44 PM, Gerald Ardito gerald.ard...@gmail.comwrote:

 Martin,

 Thanks.

 I am using version 0.6d5. And I followed the standard installation
 procedures.
 Our tech guy set up a VLAN which includes the APs, which point to the XS
 (my box) as the DHCP server.

 I didn't get to try the ping command you suggested. I will do so on Monday.

 Is there anything else I can do?

 Thanks.
 Gerald



 On Fri, Sep 18, 2009 at 4:23 AM, Martin Langhoff 
 martin.langh...@gmail.com wrote:

 On Fri, Sep 18, 2009 at 2:55 AM, Gerald Ardito gerald.ard...@gmail.com
 wrote:
  I have the XS server up and running on a Dell.

 Good!

  - What version of the XS?

  - Did you follow the standard installation procedures?

  - What happens if you do ...?
   ping -c1 `hostname -f`

  Eth0 is connected to the internet.

 good

  Eth1 is connected to the AP for the XOs. Or, more accurate, the AP for
 the
  XOs points to eth1. (I hope this is correct).

 The AP has to be running as an AP, _not_ as a router (so it does not
 need to point anywhere). Just connect the AP to eth1

  I have two problems:
  1) When I connected to the AP from the XOs, no IP address is generated.

 Probably the AP is trying to act as a router instead of as an AP. Make
 sure you disable all routing features.

  2) We are going to use a hosted XS off site, and I want to configure my
 box
  (which is the dhcp server) to point to it.

 What is my box? The XS _must_ be the local dhcp server. The XS must
 be local, not remote. There must be no box between the XS and the
 XOs.

 cheers,



 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] XS Timeout issue (maybe)

2009-09-22 Thread Gerald Ardito
Hello,

I have been testing an XS.
We are in NY and the server is in Boston.

I have set the Mesh Server on the XOs (in the Control Panel) for the
server's URL, and edited /etc/hosts on the XOs to point toward the server's
IP address.

The devices connect just fine, and I can collaborate on activities between
some machines.

I am noticing the following things:
1. In the Neighborhood view on the XOs, different devices seem to drop off
at irregular intervals. I don't understand why this is happening.
2. Even after a device has been shut down, it still appears in the
Neighborhood view on the other devices until they are restarted.
3. I don't' see all the devices in the Neighborhood view at any one time.

All of this seems different that how I understand how XS is supposed to
work.

So, some questions:
1. Is there some timeout function on the server? If so, can it be
customized?
2. Is there any limit to the number of connections made to an XS from one IP
address? I am thinking that since these devices are all coming from my
school, they are all leaving the building with one IP address.
3. If there is such a limit, can anything be done about this?

Thanks. My plan is to deploy 150 machines in the next two weeks, so any help
will be greatly appreciated.

Gerald
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] DNS/dhcp question

2009-09-18 Thread Gerald Ardito
Martin,

Thanks.

I am using version 0.6d5. And I followed the standard installation
procedures.
Our tech guy set up a VLAN which includes the APs, which point to the XS
(my box) as the DHCP server.

I didn't get to try the ping command you suggested. I will do so on Monday.

Is there anything else I can do?

Thanks.
Gerald


On Fri, Sep 18, 2009 at 4:23 AM, Martin Langhoff
martin.langh...@gmail.comwrote:

 On Fri, Sep 18, 2009 at 2:55 AM, Gerald Ardito gerald.ard...@gmail.com
 wrote:
  I have the XS server up and running on a Dell.

 Good!

  - What version of the XS?

  - Did you follow the standard installation procedures?

  - What happens if you do ...?
   ping -c1 `hostname -f`

  Eth0 is connected to the internet.

 good

  Eth1 is connected to the AP for the XOs. Or, more accurate, the AP for
 the
  XOs points to eth1. (I hope this is correct).

 The AP has to be running as an AP, _not_ as a router (so it does not
 need to point anywhere). Just connect the AP to eth1

  I have two problems:
  1) When I connected to the AP from the XOs, no IP address is generated.

 Probably the AP is trying to act as a router instead of as an AP. Make
 sure you disable all routing features.

  2) We are going to use a hosted XS off site, and I want to configure my
 box
  (which is the dhcp server) to point to it.

 What is my box? The XS _must_ be the local dhcp server. The XS must
 be local, not remote. There must be no box between the XS and the
 XOs.

 cheers,



 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] DNS/dhcp question

2009-09-17 Thread Gerald Ardito
Hello.

I have the XS server up and running on a Dell.
Per specs, I believe, I have two NICs, which I can see as eth0 and eth1.
Eth0 is connected to the internet.
Eth1 is connected to the AP for the XOs. Or, more accurate, the AP for the
XOs points to eth1. (I hope this is correct).

I have two problems:
1) When I connected to the AP from the XOs, no IP address is generated.
2) We are going to use a hosted XS off site, and I want to configure my box
(which is the dhcp server) to point to it.

Thanks for the help.

Gerald
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Usage stats

2009-08-30 Thread Gerald Ardito
Hello everyone,

I am in the midst of embarking on a doctoral study involving 150 5th grade
students and their XO laptops.
One of the things I want to measure is what activities they use and for how
long.
I would like to do this by obtaining some kind of log files, ideally ones on
a server so I don't have to collect them all one machine at a time.

What can I do?

Thanks.
Gerald Ardito
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Usage stats

2009-08-30 Thread Gerald Ardito
I am at Pace University in New York.
I am hoping to have the files backed up to the XS. I have had trouble
getting it to work.

On Sun, Aug 30, 2009 at 10:45 PM, Caroline Meeks carol...@solutiongrove.com
 wrote:

 Sounds great! Which university are you working?

 Where is your deployment?  Are the student files backed up to the XS?

 On Sun, Aug 30, 2009 at 10:26 PM, Gerald Ardito gma...@gmail.com wrote:

 Hello everyone,

 I am in the midst of embarking on a doctoral study involving 150 5th grade
 students and their XO laptops.
 One of the things I want to measure is what activities they use and for
 how long.
 I would like to do this by obtaining some kind of log files, ideally ones
 on a server so I don't have to collect them all one machine at a time.

 What can I do?

 Thanks.
 Gerald Ardito

 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel




 --
 Caroline Meeks
 Solution Grove
 carol...@solutiongrove.com

 617-500-3488 - Office
 505-213-3268 - Fax

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Help, please

2009-05-17 Thread Gerald Ardito
Tim,

I want to make sure I understand what you are saying.

First, I need to add the second NIC (which I bought today).
Then, I need to reinstall the server software.
By default, eth0 should be connected to the outside world/internet.
Eth1 will set itself up (with no help from me) as the DNS and DHCP server.
Therefore, the XOs talk to the AP which talk to the XS which assigns IP
addresses to the XOs.

Is that right?

Thanks.
Gerald

On Sat, May 16, 2009 at 11:55 AM, Tim Moody timmo...@sympatico.ca wrote:

 Hi Gerald,

 To expand a bit on what Martin wrote, the XS sits between the XOs and the
 world (rest of the network).  You haven't said how the XS and AP connect to
 each other, but I'm assuming it is via ethernet, that is the AP is not
 directly attached via USB.  If that is the case the XS needs two ethernet
 cards, one for the AP and XOs, and another for the world.  In all
 likelihood
 these would attach to different VLANs.

 I have fiddled with manually configuring ethernet on the XS and have wasted
 a lot of time.  If I were in your situation, I would simply reinstall the
 latest version of XS, especially since it is suited to your architecture
 and
 you probably don't have anything at this point that you need to preserve.

 Ask your network guy for a static IP address and addresses of the DNS
 server
 and gateway for the world.  During the install use these values to set up
 eth0.  Attach this ethernet port to the VLAN that includes external access
 (not the XOs and AP).

 XS install will set up eth1 with the proper IP address along with DHCP,
 DNS,
 Gateway for the XOs.  Attach this ethernet port to the special VLAN created
 for XOs and attach the AP to the same VLAN.  If the AP has a static IP
 address it needs to be in the subnet of eth1 and not in the range of DHCP
 address supplied by the XS, though letting the AP get its IP address via
 DHCP from the XS may also work.  Eth1 addresses will probably start 172.18.
 It is also possible that what you think are eth0 and eth1 are reversed by
 the install and there is a command to switch them, but a little
 experimenting will also reveal what's what.

 My guess is that you had the XOs in the same VLAN as the XS's external port
 before, which is why ping worked, but nothing else.

 Hope this helps,

 Tim


  Message: 8
  Date: Sat, 16 May 2009 06:10:07 -0400
  From: Gerald Ardito gma...@gmail.com
  Subject: Re: [Server-devel] XS Help, please
  To: Martin Langhoff martin.langh...@gmail.com
  Cc: Server-devel@lists.laptop.org
  Message-ID:
  9403b1570905160310w678cae38w958bbdadfe634...@mail.gmail.com
  Content-Type: text/plain; charset=iso-8859-1
 
  Martin,
 
  Thanks for the help.
 
  I am running version 0.5.2 (the latest stable version).
 
  The network looks like this:
  XOs connect to an AP
  AP points to server box
  Server box connected to VLAN
 
  The problems I am having:
  1) I was told by my network guy to set the box for a static IP address
 and
  default gateway. I do this via ifconfig, but when I reboot, it is gone.
  2) I was told by my network guy to configure DHCP for a bunch of
  parameters
  (subnet mask, IP range). I have references about dhcpd.conf but I was
  worried it was created by one of the olpc-scripts.
  3) So, since the server is not set properly, the XOs can't connect to
 that
  newly created wireless network.
 
  The old problems I was having:
  1) When we were all on the school's regular network, the XOs could ping
  the
  server and vice versa. But the Register function didn't work. I don't
  know
  if this is still a problem because I can't get the new chunk of things to
  work.
 
  Does this give you what you need?
  Is it possible to Skype sometime? My Skype username is gmanb5.
 
  Thanks.
  Gerald
  On Sat, May 16, 2009 at 5:45 AM, Martin Langhoff
  martin.langh...@gmail.comwrote:
 
  Hello Gerald,
 
  It'd be useful to hear more about
 
   - what XS version
   - network topology
   - what exact problems you are having
 
  it's hard to provide advise.
 
  I'll try however. In general, you should not change the dhcpd
  configuration
  on the XS. Give the XS 2 NICs, and let it run its own subnet.
 
  hope that helps - but do give us some more info!
 
 
  martin
 
  On Fri, May 15, 2009 at 10:50 PM, Gerald Ardito gma...@gmail.com
 wrote:
 
  Hello.
 
  I need some help. I have been trying to get my XS Server running for
  some
  months now with little success.
 
  Recently, in order to alleviate some problems, our school's network guy
  established a new VLAN only for the XOs.
 
  The VLAN points to my server box as the DHCP server.
 
  Here's what I think I need to do:
  1. Edit the DHCP config file for: 1) IP address; 2) subnet mask; 3) and
  IP
  range
  2. Edit the resolv.config file to point our schoolserver to the IP
  address
  set above
  3. Start the dhcpd service.
 
  Here are my questions:
  1) is that right?
  2) is there anything else I need to do to configure the DNS and DHCP
  services?
 
 
  Thanks. I

Re: [Server-devel] XS Help, please

2009-05-16 Thread Gerald Ardito
Martin,

Thanks for the help.

I am running version 0.5.2 (the latest stable version).

The network looks like this:
XOs connect to an AP
AP points to server box
Server box connected to VLAN

The problems I am having:
1) I was told by my network guy to set the box for a static IP address and
default gateway. I do this via ifconfig, but when I reboot, it is gone.
2) I was told by my network guy to configure DHCP for a bunch of parameters
(subnet mask, IP range). I have references about dhcpd.conf but I was
worried it was created by one of the olpc-scripts.
3) So, since the server is not set properly, the XOs can't connect to that
newly created wireless network.

The old problems I was having:
1) When we were all on the school's regular network, the XOs could ping the
server and vice versa. But the Register function didn't work. I don't know
if this is still a problem because I can't get the new chunk of things to
work.

Does this give you what you need?
Is it possible to Skype sometime? My Skype username is gmanb5.

Thanks.
Gerald
On Sat, May 16, 2009 at 5:45 AM, Martin Langhoff
martin.langh...@gmail.comwrote:

 Hello Gerald,

 It'd be useful to hear more about

  - what XS version
  - network topology
  - what exact problems you are having

 it's hard to provide advise.

 I'll try however. In general, you should not change the dhcpd configuration
 on the XS. Give the XS 2 NICs, and let it run its own subnet.

 hope that helps - but do give us some more info!


 martin

 On Fri, May 15, 2009 at 10:50 PM, Gerald Ardito gma...@gmail.com wrote:

 Hello.

 I need some help. I have been trying to get my XS Server running for some
 months now with little success.

 Recently, in order to alleviate some problems, our school's network guy
 established a new VLAN only for the XOs.

 The VLAN points to my server box as the DHCP server.

 Here's what I think I need to do:
 1. Edit the DHCP config file for: 1) IP address; 2) subnet mask; 3) and IP
 range
 2. Edit the resolv.config file to point our schoolserver to the IP address
 set above
 3. Start the dhcpd service.

 Here are my questions:
 1) is that right?
 2) is there anything else I need to do to configure the DNS and DHCP
 services?


 Thanks. I really need to get this running!

 Gerald

 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel




 --
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Help, please

2009-05-16 Thread Gerald Ardito
Martin,

I will look at the configuration section as you suggest. I have been using
it.
Are you saying that without doing anything else (like editing dhcpd.conf),
the server will act as the DHCP server? Or do I still need to edit that
file?

Also, do I need 2 NICs. My network guy says no. That if I set the default
gateway properly, all will be well. What do you think?

Thanks again.
Gerald

On Sat, May 16, 2009 at 6:42 AM, Martin Langhoff
martin.langh...@gmail.comwrote:

 On Sat, May 16, 2009 at 12:22 PM, Gerald Ardito gma...@gmail.com wrote:

 So, how do I make the server work as the DHCP server?


 the XS will act as DHCP server once domain_config and
 /etc/sysconfig/network have been set properly.

 Look at the initial configuration section in
 http://wiki.laptop.org/go/XS_Installing_Software

 cheers,


 martin
 --
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Help, please

2009-05-16 Thread Gerald Ardito
Tim,

This is incredibly helpful.
I will get and install the 2nd NIC, and then reinstall the XS software.

I will give all this a try when school resumes on Monday and update the
list.

Thanks.
Gerald

On Sat, May 16, 2009 at 11:55 AM, Tim Moody timmo...@sympatico.ca wrote:

 Hi Gerald,

 To expand a bit on what Martin wrote, the XS sits between the XOs and the
 world (rest of the network).  You haven't said how the XS and AP connect to
 each other, but I'm assuming it is via ethernet, that is the AP is not
 directly attached via USB.  If that is the case the XS needs two ethernet
 cards, one for the AP and XOs, and another for the world.  In all
 likelihood
 these would attach to different VLANs.

 I have fiddled with manually configuring ethernet on the XS and have wasted
 a lot of time.  If I were in your situation, I would simply reinstall the
 latest version of XS, especially since it is suited to your architecture
 and
 you probably don't have anything at this point that you need to preserve.

 Ask your network guy for a static IP address and addresses of the DNS
 server
 and gateway for the world.  During the install use these values to set up
 eth0.  Attach this ethernet port to the VLAN that includes external access
 (not the XOs and AP).

 XS install will set up eth1 with the proper IP address along with DHCP,
 DNS,
 Gateway for the XOs.  Attach this ethernet port to the special VLAN created
 for XOs and attach the AP to the same VLAN.  If the AP has a static IP
 address it needs to be in the subnet of eth1 and not in the range of DHCP
 address supplied by the XS, though letting the AP get its IP address via
 DHCP from the XS may also work.  Eth1 addresses will probably start 172.18.
 It is also possible that what you think are eth0 and eth1 are reversed by
 the install and there is a command to switch them, but a little
 experimenting will also reveal what's what.

 My guess is that you had the XOs in the same VLAN as the XS's external port
 before, which is why ping worked, but nothing else.

 Hope this helps,

 Tim


  Message: 8
  Date: Sat, 16 May 2009 06:10:07 -0400
  From: Gerald Ardito gma...@gmail.com
  Subject: Re: [Server-devel] XS Help, please
  To: Martin Langhoff martin.langh...@gmail.com
  Cc: Server-devel@lists.laptop.org
  Message-ID:
  9403b1570905160310w678cae38w958bbdadfe634...@mail.gmail.com
  Content-Type: text/plain; charset=iso-8859-1
 
  Martin,
 
  Thanks for the help.
 
  I am running version 0.5.2 (the latest stable version).
 
  The network looks like this:
  XOs connect to an AP
  AP points to server box
  Server box connected to VLAN
 
  The problems I am having:
  1) I was told by my network guy to set the box for a static IP address
 and
  default gateway. I do this via ifconfig, but when I reboot, it is gone.
  2) I was told by my network guy to configure DHCP for a bunch of
  parameters
  (subnet mask, IP range). I have references about dhcpd.conf but I was
  worried it was created by one of the olpc-scripts.
  3) So, since the server is not set properly, the XOs can't connect to
 that
  newly created wireless network.
 
  The old problems I was having:
  1) When we were all on the school's regular network, the XOs could ping
  the
  server and vice versa. But the Register function didn't work. I don't
  know
  if this is still a problem because I can't get the new chunk of things to
  work.
 
  Does this give you what you need?
  Is it possible to Skype sometime? My Skype username is gmanb5.
 
  Thanks.
  Gerald
  On Sat, May 16, 2009 at 5:45 AM, Martin Langhoff
  martin.langh...@gmail.comwrote:
 
  Hello Gerald,
 
  It'd be useful to hear more about
 
   - what XS version
   - network topology
   - what exact problems you are having
 
  it's hard to provide advise.
 
  I'll try however. In general, you should not change the dhcpd
  configuration
  on the XS. Give the XS 2 NICs, and let it run its own subnet.
 
  hope that helps - but do give us some more info!
 
 
  martin
 
  On Fri, May 15, 2009 at 10:50 PM, Gerald Ardito gma...@gmail.com
 wrote:
 
  Hello.
 
  I need some help. I have been trying to get my XS Server running for
  some
  months now with little success.
 
  Recently, in order to alleviate some problems, our school's network guy
  established a new VLAN only for the XOs.
 
  The VLAN points to my server box as the DHCP server.
 
  Here's what I think I need to do:
  1. Edit the DHCP config file for: 1) IP address; 2) subnet mask; 3) and
  IP
  range
  2. Edit the resolv.config file to point our schoolserver to the IP
  address
  set above
  3. Start the dhcpd service.
 
  Here are my questions:
  1) is that right?
  2) is there anything else I need to do to configure the DNS and DHCP
  services?
 
 
  Thanks. I really need to get this running!
 
  Gerald
 
  ___
  Server-devel mailing list
  Server-devel@lists.laptop.org
  http://lists.laptop.org/listinfo/server-devel
 
 
 
 
  --
  martin.langh

Re: [Server-devel] IRC channel/using ejabberdctl

2009-02-18 Thread Gerald Ardito
I am having a similar problem.
There seems to be a discrepancy between the host/domain names between the
server and ejabberd.
I would really appreciate clarification of the conventions for this.

Thanks.
Gerald

2009/2/18 Yifan yifan@students.olin.edu

 Hi Martin,

 I went into the log files and realized that the domain had a schoolserver
 tacked in front of my domain name, which solved the previous problem;
 apparently I was trying to create an account for a server that didn't really
 exist. The specific domain name I was trying to use was
 olpcnetworkserver.cfs.mass.org, but I think it's now
 schoolserver.olpcnetworkserver.cfs.mass.org.

 I'm now running into another problem in this step. Now I'm using

 ejabberdctl register admin schoolserver.olpcnetworkserver.cfs.mass.orgadmin

 and getting the error

 RPC failed on the node ejabb...@e1534: nodedown

 I also attached the log file. (If you want I can also paste it; it's a
 rather large file) Do you have any idea what this might be caused by? Thank
 you so much for your help!

 Yifan





 On Mon, Feb 16, 2009 at 11:13 PM, Martin Langhoff 
 martin.langh...@gmail.com wrote:

 Hi Yifan,

 This is the right place to ask for help. Tell us a bit more about the
 steps you are following after the initial installation is complete.

 some more specific questions

  - what domain did you pass to domain_config ?
  - can you send the ejabberd log? it is in /var/log/ejabberd/

 cheers,


 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff



 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] XO School Server Help needed

2009-02-15 Thread Gerald Ardito
Hello.

I have been trying to configure my school server. The install is fine, but I
am having trouble with ejabberd. When I try to register a user, I get the
following:

RPC failed on the node register at schoolserver
http://lists.laptop.org/listinfo/server-devel: nodedown

What can I do?

Thanks.
Gerald
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel