Re: [Server-devel] failed to register

2012-06-05 Thread Jerry Vonau
On Tue, 2012-06-05 at 07:22 -0400, Holt wrote:
 On 6/4/2012 9:16 PM, Sameer Verma wrote:
  On Mon, Jun 4, 2012 at 6:11 PM, Jerry Vonaujvo...@shaw.ca  wrote:
  OK, let's check if the XS has the serial numbers, what is the output of
  /usr/bin/xs-list-registration? If that shows as correct the XOs timed
  out like in ticket 11056. Can you use the register again option from
  the home view? If that option is not available you'll have to manually
  add schoolserver.providence.uwimona.edu.jm to network-control-panel's
  server field and you should be good to go.
 
  Jerry
 
  [sverma@schoolserver ~]$ /usr/bin/xs-list-registration
  Listing students from  /home/idmgr/identity.db
  roshaun  marchall   SHC03801C2E 
  userSHC03801C74 
  userSHC03801C78 
  userSHC03801C65 
  xo  SHC03801C40 
  Ti-Annah Grant  SHC03801C31 
  userSHC03801C4F 
  xo  SHC03801C33 
  dadrique hamilton  cianna   SHC03801C6B 
  xo  SHC03801C77 
  malikha Algeca  BradnockSHC03801C32 
  user jahleel foster SHC03801C51 
  makada  SHC03801C7F 
  userSHC03801C34 
  shanell  moss   SHC03801C57 
  userSHC03801C18 
 
 
  I'm logging in remotely from San Francisco. Adam can give you the
  answer on the register again option
 
  cheers,
  Sameer
 
 XO-1.5s do not show a Register Again option, except on that 1 single 
 machine that registered successfully back on Saturday.
 
 That single XO-1.5 registered successfully (back on Saturday) regardless 
 whether its My Settings - Network - Server was set to 
 schoolserver.providence.uwimona.edu.jm or was not set to anything at all.
 
 As of Monday/now however, XO-1.5s cannot similarly register, no matter 
 if My Settings - Network - Server is set or not, even with 
 schoolserver.providence.uwimona.edu.jm remaining pingable.
 
 Anything else I can try?
 

Is idmgr running? Should show as running on port 8080 with netstat. 

Jerry


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


Re: [Server-devel] failed to register

2012-06-05 Thread Holt

On 6/5/2012 7:22 AM, Holt wrote:
XO-1.5s do not show a Register Again option, except on that 1 single 
machine that registered successfully back on Saturday.


That single XO-1.5 registered successfully (back on Saturday) 
regardless whether its My Settings - Network - Server was set to 
schoolserver.providence.uwimona.edu.jm or was not set to anything at all.


As of Monday/now however, XO-1.5s cannot similarly register, no matter 
if My Settings - Network - Server is set or not, even with 
schoolserver.providence.uwimona.edu.jm remaining pingable.


Anything else I can try?


Aside: all XO-1.5s are running 11.2.0, and if we can resolve this 
register-then-backup dilemma, our intent is to reflash all to 11.3.1.



Jerry Vonau's not only Canajun, he also has PAPAL powers (!) exposing a 
serious bug blocking Jamaica's XO-1.5s (Release 11.2.0 for now) from 
registering with their XS 0.7 _unless_ live DNS is turned on.


Workaround:


1) Turn on DNS in /etc/named-xs.conf.in then run:
[root@schoolserver ~]# nano /etc/named-xs.conf.in
changing this line...
forwarders {196.2.1.2; 196.2.1.3;};
to this line...
forwarders { 192.168.1.1; };
[root@schoolserver ~]# xs-domain-config
[root@schoolserver ~]# service named restart


2) Turn off all Internet except pings for our 4- and 5- year olds, at 
XS's firewall:

[root@schoolserver ~]# nano /etc/sysconfig/olpc-scripts/iptables-xs.in
# COMMENTED OUT THESE LINES BELOW, TO BLOCK KIDS FROM INTERNET
# -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
# -A FORWARD -o @@WAN@@ -j ACCEPT
[root@schoolserver ~]# xs-setup-network
[root@schoolserver ~]# service iptables restart
[root@schoolserver ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source   destination
ACCEPT all  --  anywhere anywherestate 
RELATED,ESTABLISHED

ACCEPT icmp --  anywhere anywhere
ACCEPT all  --  anywhere anywhere
ACCEPT tcp  --  anywhere anywherestate NEW 
tcp dpt:ssh

ACCEPT all  --  anywhere anywherestate NEW
REJECT all  --  anywhere anywherereject-with 
icmp-host-prohibited


Chain FORWARD (policy ACCEPT)
target prot opt source   destination
ACCEPT icmp --  anywhere anywhere
ACCEPT all  --  anywhere anywhere
REJECT all  --  anywhere anywherereject-with 
icmp-host-prohibited


Chain OUTPUT (policy ACCEPT)
target prot opt source   destination


3) APACHE WOULD NOT START; was misconfigured, so...
[root@schoolserver ~]# mv /etc/httpd/conf.d/munin.conf 
/etc/httpd/conf.d/munin.conf.SAVE

[root@schoolserver ~]# service httpd restart


4) Jerry hasn't yet figured out why ejabberd (collaboration) isn't 
working, but will try to hack thru these error msgs with me tomorrow, 
when I can get back inside the school:

[root@schoolserver ~]# service moodle restart
Disabling Moodle access and cron job:  [  OK  ]
Enabling Moodle access and cron job:   [  OK  ]
[root@schoolserver ~]# service pgsql-xs restart
Stopping pgsql-xs service: [  OK  ]
Starting pgsql-xs service: .   [  OK  ]
[root@schoolserver ~]# service ejabberd-xs restart
Shutting down ejabberd: already stopped[WARNING]
Starting ejabberd: [  OK  ]
[root@schoolserver ~]# ejabberdctl registered-users `hostname -f`
*The node ejabberd@schoolserver is started with status: started
ejabberd is not running in that node
Check for error messages: /var/log/ejabberd/ejabberd.log
or other files in that directory.*
[SNIP]
[root@schoolserver ~]# cp -pr /var/lib/ejabberd/spool 
/var/lib/ejabberd/spool.SAVE
[root@schoolserver ~]# rm -f /var/lib/ejabberd/spool/* 
/var/lib/ejabberd/spool/.erlang.cookie

[root@schoolserver ~]# cat /etc/sysconfig/ejabberd_domain_name
providence.uwimona.edu.jm
[root@schoolserver ~]# rm -f /etc/sysconfig/ejabberd_domain_name
[root@schoolserver ~]# cat  /etc/sysconfig/ejabberd_domain_name
INTENTIONALLYBOGUSprovidence.uwimona.edu.jm
[root@schoolserver ~]# service ejabberd-xs start
Starting ejabberd: /etc/sysconfig/xs_domain_name 
/etc/sysconfig/ejabberd_domain_name differ: byte 1, line 1

   [  OK  ]
*Failed RPC connection to the node ejabberd@schoolserver: nodedown*
[SNIP]
[root@schoolserver ~]# ejabberdctl registered-users `hostname -f`
*Failed RPC connection to the node ejabberd@schoolserver: nodedown*
[SNIP]
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] failed to register

2012-06-04 Thread Sameer Verma
On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonau jvo...@shaw.ca wrote:
 On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:
 On Sat, Jun 2, 2012 at 10:10 AM, Sameer Verma sve...@sfsu.edu wrote:
  XS 0.7
  OLPC build 874
  Sugar 0.92.2
 
  The XO fails to register, but a folder is created for the XO on the XS
  under /library/users/
 
  The XO shows no collaboration server under Control Panel | Network
 
  Any ideas? Pointers?
 
  cheers,
  Sameer

 On the XS I see the machine as registered via /var/log/messages
 (schoolserver olpc_idmgr: Registered user abcdefgh with serial
 SHC03345845)

 So, looks like the server end is doing what it should, but the XO end is not?

 Think you bumped into this: https://dev.laptop.org/ticket/11056

 Jerry


Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
(the trouble in in a school there).

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


Re: [Server-devel] failed to register

2012-06-04 Thread Holt

On 6/4/2012 3:27 PM, Sameer Verma wrote:

On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonaujvo...@shaw.ca  wrote:

On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:

On Sat, Jun 2, 2012 at 10:10 AM, Sameer Vermasve...@sfsu.edu  wrote:

XS 0.7
OLPC build 874
Sugar 0.92.2

The XO fails to register, but a folder is created for the XO on the XS
under /library/users/

The XO shows no collaboration server under Control Panel | Network

Any ideas? Pointers?

cheers,
Sameer

On the XS I see the machine as registered via /var/log/messages
(schoolserver olpc_idmgr: Registered user abcdefgh with serial
SHC03345845)

So, looks like the server end is doing what it should, but the XO end is not?

Think you bumped into this: https://dev.laptop.org/ticket/11056

Jerry


Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
(the trouble in in a school there).

Sameer


One XO-1.5 successfully registered back on Saturday.  It successfully 
then pushed 36MB to the XS' /library/users/SHC03801C2E (after running 
/usr/bin/ds-backup.sh on the XO-1.5 and waiting ~30min).  So we went 
home Saturday night with a false sense of confidence!


But no XO-1.5s will fully register today (all ~50 of the school's XOs 
are XO-1.5s).
Clearly, Jamaica's change from XS 0.6 to XS 0.7 two months ago destroyed 
reliable registration?


Frustrating as all XO-1.5s do connect to XS, whose /library/users become 
populated with each XO's serial number, when they 1st attempt to 
register.  EG. directory /library/users/SHC03801C18 on XS is just 1 of 
many examples of an XO-1.5 incompletely registering -- all similar 
directories contain:


.bash_logout
.bash_profile
.bashrc
.ssh

Is it normal that XO-1.5s can ping the schoolserver in these 3 ways:

ping 18.172.0.1
ping schoolserver(responds as 18.172.196.1)
ping schoolserver.providence.uwimona.edu.jm(responds as 
18.172.196.1)


But yet CANNOT ping the schoolserver's eth0 IP address:

ping 18.172.196.1(its inet addr according to ifconfig etho 
anyway)


If it matters, a failng-to-register XO-1.5's /etc/resolv.conf reads as 
follows:


# Generated by NetworkManager
domain providence.uwimona.edu.jm
search providence.uwimona.edu.jm localdomain
nameserver 172.18.196.1

What should I be trying?? :)

--
Help kids everywhere map their world, at http://olpcMAP.net !

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


Re: [Server-devel] failed to register

2012-06-04 Thread Daniel Drake
On Mon, Jun 4, 2012 at 4:19 PM, Holt h...@laptop.org wrote:
 One XO-1.5 successfully registered back on Saturday.  It successfully then
 pushed 36MB to the XS' /library/users/SHC03801C2E (after running
 /usr/bin/ds-backup.sh on the XO-1.5 and waiting ~30min).  So we went home
 Saturday night with a false sense of confidence!

 But no XO-1.5s will fully register today (all ~50 of the school's XOs are
 XO-1.5s).
 Clearly, Jamaica's change from XS 0.6 to XS 0.7 two months ago destroyed
 reliable registration?

Can you check if the XOs have any server listed in the Network section
of the sugar settings?
If they do, clear it and try again. You may be trying to register
against an old XS hostname. (yes, this Sugar behaviour is
questionable)

Based on the rest of your mail, maybe you aren't facing this problem.
But lets check anyway.

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


Re: [Server-devel] failed to register

2012-06-04 Thread John Watlington

On Jun 4, 2012, at 7:30 PM, John Watlington wrote:

 Adam, something is wrong with those addresses.
 The 18.nn.nn.nn subnet is owned by MIT.   You shouldn't be
 using any of them.Perhaps you meant 172.18.nn.nn ?

And I never got around to the second part of the comment.
eth0 (the WAN port) on the XS should be in a different subnet
than the laptops (the LAN ports).If for some reason it is not,
difficulties will ensue as the routing tables will be screwed up.

Cheers,
wad


 On Jun 4, 2012, at 6:19 PM, Holt wrote:
 
 On 6/4/2012 3:27 PM, Sameer Verma wrote:
 On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonaujvo...@shaw.ca  wrote:
 On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:
 On Sat, Jun 2, 2012 at 10:10 AM, Sameer Vermasve...@sfsu.edu  wrote:
 XS 0.7
 OLPC build 874
 Sugar 0.92.2
 
 The XO fails to register, but a folder is created for the XO on the XS
 under /library/users/
 
 The XO shows no collaboration server under Control Panel | Network
 
 Any ideas? Pointers?
 
 cheers,
 Sameer
 On the XS I see the machine as registered via /var/log/messages
 (schoolserver olpc_idmgr: Registered user abcdefgh with serial
 SHC03345845)
 
 So, looks like the server end is doing what it should, but the XO end is 
 not?
 Think you bumped into this: https://dev.laptop.org/ticket/11056
 
 Jerry
 
 Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
 (the trouble in in a school there).
 
 Sameer
 
 One XO-1.5 successfully registered back on Saturday.  It successfully then 
 pushed 36MB to the XS' /library/users/SHC03801C2E (after running 
 /usr/bin/ds-backup.sh on the XO-1.5 and waiting ~30min).  So we went home 
 Saturday night with a false sense of confidence!
 
 But no XO-1.5s will fully register today (all ~50 of the school's XOs are 
 XO-1.5s).
 Clearly, Jamaica's change from XS 0.6 to XS 0.7 two months ago destroyed 
 reliable registration?
 
 Frustrating as all XO-1.5s do connect to XS, whose /library/users become 
 populated with each XO's serial number, when they 1st attempt to register.  
 EG. directory /library/users/SHC03801C18 on XS is just 1 of many examples of 
 an XO-1.5 incompletely registering -- all similar directories contain:
 
   .bash_logout
   .bash_profile
   .bashrc
   .ssh
 
 Is it normal that XO-1.5s can ping the schoolserver in these 3 ways:
 
   ping 18.172.0.1
   ping schoolserver(responds as 18.172.196.1)
   ping schoolserver.providence.uwimona.edu.jm(responds as 18.172.196.1)
 
 But yet CANNOT ping the schoolserver's eth0 IP address:
 
   ping 18.172.196.1(its inet addr according to ifconfig etho anyway)
 
 If it matters, a failng-to-register XO-1.5's /etc/resolv.conf reads as 
 follows:
 
   # Generated by NetworkManager
   domain providence.uwimona.edu.jm
   search providence.uwimona.edu.jm localdomain
   nameserver 172.18.196.1
 
 What should I be trying?? :)
 
 --
 Help kids everywhere map their world, at http://olpcMAP.net !
 
 ___
 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] failed to register

2012-06-04 Thread Holt

On 6/4/2012 7:32 PM, John Watlington wrote:

On Jun 4, 2012, at 7:30 PM, John Watlington wrote:


Adam, something is wrong with those addresses.
The 18.nn.nn.nn subnet is owned by MIT.   You shouldn't be
using any of them.Perhaps you meant 172.18.nn.nn ?


Wad's exactly right -- I spent too many years at MIT and so typed 18.* 
without thinking.  The correct IPs for the XS (no idea why there are 2) 
are in fact:

172.18.0.1  (pingable, ssh, etc)
172.18.196.1  (schoolserver?)

I remain very concerned that 172.18.196.1 is not pingable from the 
XO-1.5s, even when this IP's names {schoolserver, 
schoolserver.providence.uwimona.edu.jm} are pingable, responding with 
172.18.196.1


In Response to DSD:
There is no server set in My Settings  Network  Server on any of the 
XO-1.5s


Hopefully Sameer who helped with the original XS networking config 2 
months ago can respond to Wad's WAN/LAN request below??



And I never got around to the second part of the comment.
eth0 (the WAN port) on the XS should be in a different subnet
than the laptops (the LAN ports).If for some reason it is not,
difficulties will ensue as the routing tables will be screwed up.

Cheers,
wad



On Jun 4, 2012, at 6:19 PM, Holt wrote:


On 6/4/2012 3:27 PM, Sameer Verma wrote:

On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonaujvo...@shaw.ca   wrote:

On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:

On Sat, Jun 2, 2012 at 10:10 AM, Sameer Vermasve...@sfsu.edu   wrote:

XS 0.7
OLPC build 874
Sugar 0.92.2

The XO fails to register, but a folder is created for the XO on the XS
under /library/users/

The XO shows no collaboration server under Control Panel | Network

Any ideas? Pointers?

cheers,
Sameer

On the XS I see the machine as registered via /var/log/messages
(schoolserver olpc_idmgr: Registered user abcdefgh with serial
SHC03345845)

So, looks like the server end is doing what it should, but the XO end is not?

Think you bumped into this: https://dev.laptop.org/ticket/11056

Jerry


Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
(the trouble in in a school there).

Sameer

One XO-1.5 successfully registered back on Saturday.  It successfully then 
pushed 36MB to the XS' /library/users/SHC03801C2E (after running 
/usr/bin/ds-backup.sh on the XO-1.5 and waiting ~30min).  So we went home 
Saturday night with a false sense of confidence!

But no XO-1.5s will fully register today (all ~50 of the school's XOs are 
XO-1.5s).
Clearly, Jamaica's change from XS 0.6 to XS 0.7 two months ago destroyed 
reliable registration?

Frustrating as all XO-1.5s do connect to XS, whose /library/users become populated with 
each XO's serial number, when they 1st attempt to register.  EG. directory 
/library/users/SHC03801C18 on XS is just 1 of many examples of an XO-1.5 
incompletely registering -- all similar directories contain:

   .bash_logout
   .bash_profile
   .bashrc
   .ssh

Is it normal that XO-1.5s can ping the schoolserver in these 3 ways:

   ping 18.172.0.1
   ping schoolserver(responds as 18.172.196.1)
   ping schoolserver.providence.uwimona.edu.jm(responds as 18.172.196.1)

But yet CANNOT ping the schoolserver's eth0 IP address:

   ping 18.172.196.1(its inet addr according to ifconfig etho anyway)

If it matters, a failng-to-register XO-1.5's /etc/resolv.conf reads as follows:

   # Generated by NetworkManager
   domain providence.uwimona.edu.jm
   search providence.uwimona.edu.jm localdomain
   nameserver 172.18.196.1

What should I be trying?? :)

--
Help kids everywhere map their world, at http://olpcMAP.net !

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




--
Help kids everywhere map their world, at http://olpcMAP.net !

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


Re: [Server-devel] failed to register

2012-06-04 Thread John Watlington

On Jun 4, 2012, at 8:35 PM, John Watlington wrote:

 I suspect that your ISP is assigning 172.18.196.1 to the
 XS, which is then confused as to where packets destined
 for 172.18.xx.xx should be routed.
 eth0 and the other interfaces on the XS should be in separate
 subnets.

BTW, if this is actually the problem I don't have a quick fix.
This is why I chose the relatively unused 172.18.xx.xx unroutable
addresses originally, instead of the more common 10.xx.xx.xx or
192.168.xx.xx private ranges for the internal network.
Perhaps someone who has worked on the XS networking recently
can help ?

wad

 On Jun 4, 2012, at 8:04 PM, Holt wrote:
 
 On 6/4/2012 7:32 PM, John Watlington wrote:
 On Jun 4, 2012, at 7:30 PM, John Watlington wrote:
 
 Adam, something is wrong with those addresses.
 The 18.nn.nn.nn subnet is owned by MIT.   You shouldn't be
 using any of them.Perhaps you meant 172.18.nn.nn ?
 
 Wad's exactly right -- I spent too many years at MIT and so typed 18.* 
 without thinking.  The correct IPs for the XS (no idea why there are 2) are 
 in fact:
   172.18.0.1  (pingable, ssh, etc)
   172.18.196.1  (schoolserver?)
 
 I remain very concerned that 172.18.196.1 is not pingable from the XO-1.5s, 
 even when this IP's names {schoolserver, 
 schoolserver.providence.uwimona.edu.jm} are pingable, responding with 
 172.18.196.1
 
 In Response to DSD:
 There is no server set in My Settings  Network  Server on any of the 
 XO-1.5s
 
 Hopefully Sameer who helped with the original XS networking config 2 months 
 ago can respond to Wad's WAN/LAN request below??
 
 And I never got around to the second part of the comment.
 eth0 (the WAN port) on the XS should be in a different subnet
 than the laptops (the LAN ports).If for some reason it is not,
 difficulties will ensue as the routing tables will be screwed up.
 
 Cheers,
 wad
 
 
 On Jun 4, 2012, at 6:19 PM, Holt wrote:
 
 On 6/4/2012 3:27 PM, Sameer Verma wrote:
 On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonaujvo...@shaw.ca   wrote:
 On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:
 On Sat, Jun 2, 2012 at 10:10 AM, Sameer Vermasve...@sfsu.edu   wrote:
 XS 0.7
 OLPC build 874
 Sugar 0.92.2
 
 The XO fails to register, but a folder is created for the XO on the XS
 under /library/users/
 
 The XO shows no collaboration server under Control Panel | Network
 
 Any ideas? Pointers?
 
 cheers,
 Sameer
 On the XS I see the machine as registered via /var/log/messages
 (schoolserver olpc_idmgr: Registered user abcdefgh with serial
 SHC03345845)
 
 So, looks like the server end is doing what it should, but the XO end 
 is not?
 Think you bumped into this: https://dev.laptop.org/ticket/11056
 
 Jerry
 
 Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
 (the trouble in in a school there).
 
 Sameer
 One XO-1.5 successfully registered back on Saturday.  It successfully 
 then pushed 36MB to the XS' /library/users/SHC03801C2E (after running 
 /usr/bin/ds-backup.sh on the XO-1.5 and waiting ~30min).  So we went home 
 Saturday night with a false sense of confidence!
 
 But no XO-1.5s will fully register today (all ~50 of the school's XOs are 
 XO-1.5s).
 Clearly, Jamaica's change from XS 0.6 to XS 0.7 two months ago destroyed 
 reliable registration?
 
 Frustrating as all XO-1.5s do connect to XS, whose /library/users become 
 populated with each XO's serial number, when they 1st attempt to 
 register.  EG. directory /library/users/SHC03801C18 on XS is just 1 of 
 many examples of an XO-1.5 incompletely registering -- all similar 
 directories contain:
 
  .bash_logout
  .bash_profile
  .bashrc
  .ssh
 
 Is it normal that XO-1.5s can ping the schoolserver in these 3 ways:
 
  ping 18.172.0.1
  ping schoolserver(responds as 18.172.196.1)
  ping schoolserver.providence.uwimona.edu.jm(responds as 18.172.196.1)
 
 But yet CANNOT ping the schoolserver's eth0 IP address:
 
  ping 18.172.196.1(its inet addr according to ifconfig etho 
 anyway)
 
 If it matters, a failng-to-register XO-1.5's /etc/resolv.conf reads as 
 follows:
 
  # Generated by NetworkManager
  domain providence.uwimona.edu.jm
  search providence.uwimona.edu.jm localdomain
  nameserver 172.18.196.1
 
 What should I be trying?? :)
 
 --
 Help kids everywhere map their world, at http://olpcMAP.net !
 
 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel
 
 
 -- 
 Help kids everywhere map their world, at http://olpcMAP.net !
 
 
 

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


Re: [Server-devel] failed to register

2012-06-04 Thread Jerry Vonau
On Mon, 2012-06-04 at 20:04 -0400, Holt wrote:
 On 6/4/2012 7:32 PM, John Watlington wrote:
  On Jun 4, 2012, at 7:30 PM, John Watlington wrote:
 
  Adam, something is wrong with those addresses.
  The 18.nn.nn.nn subnet is owned by MIT.   You shouldn't be
  using any of them.Perhaps you meant 172.18.nn.nn ?
 
 Wad's exactly right -- I spent too many years at MIT and so typed 18.* 
 without thinking.  The correct IPs for the XS (no idea why there are 2) 
 are in fact:
  172.18.0.1  (pingable, ssh, etc)
  172.18.196.1  (schoolserver?)
 

Still don't think that is right, mine is using 172.18.96.1, what's in
the ifcfg-eth0 and ifcfg-eth1 filea in /etc/sysconfig/network-scripts/?

 I remain very concerned that 172.18.196.1 is not pingable from the 
 XO-1.5s, even when this IP's names {schoolserver, 
 schoolserver.providence.uwimona.edu.jm} are pingable, responding with 
 172.18.196.1
 

Have a look in the /var/run/named-xs/school.internal.zone.db file think
there might be an error there, but mine has 172.18.96.1.

What is in /etc/dhcpd-xs-conf?

 In Response to DSD:
 There is no server set in My Settings  Network  Server on any of the 
 XO-1.5s
 
 Hopefully Sameer who helped with the original XS networking config 2 
 months ago can respond to Wad's WAN/LAN request below??
 

DSD, any way to quickly restore the stock settings?

Jerry

  And I never got around to the second part of the comment.
  eth0 (the WAN port) on the XS should be in a different subnet
  than the laptops (the LAN ports).If for some reason it is not,
  difficulties will ensue as the routing tables will be screwed up.
 
  Cheers,
  wad
 
 
  On Jun 4, 2012, at 6:19 PM, Holt wrote:
 
  On 6/4/2012 3:27 PM, Sameer Verma wrote:
  On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonaujvo...@shaw.ca   wrote:
  On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:
  On Sat, Jun 2, 2012 at 10:10 AM, Sameer Vermasve...@sfsu.edu   wrote:
  XS 0.7
  OLPC build 874
  Sugar 0.92.2
 
  The XO fails to register, but a folder is created for the XO on the XS
  under /library/users/
 
  The XO shows no collaboration server under Control Panel | Network
 
  Any ideas? Pointers?
 
  cheers,
  Sameer
  On the XS I see the machine as registered via /var/log/messages
  (schoolserver olpc_idmgr: Registered user abcdefgh with serial
  SHC03345845)
 
  So, looks like the server end is doing what it should, but the XO end 
  is not?
  Think you bumped into this: https://dev.laptop.org/ticket/11056
 
  Jerry
 
  Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
  (the trouble in in a school there).
 
  Sameer
  One XO-1.5 successfully registered back on Saturday.  It successfully 
  then pushed 36MB to the XS' /library/users/SHC03801C2E (after running 
  /usr/bin/ds-backup.sh on the XO-1.5 and waiting ~30min).  So we went home 
  Saturday night with a false sense of confidence!
 
  But no XO-1.5s will fully register today (all ~50 of the school's XOs are 
  XO-1.5s).
  Clearly, Jamaica's change from XS 0.6 to XS 0.7 two months ago destroyed 
  reliable registration?
 
  Frustrating as all XO-1.5s do connect to XS, whose /library/users become 
  populated with each XO's serial number, when they 1st attempt to 
  register.  EG. directory /library/users/SHC03801C18 on XS is just 1 of 
  many examples of an XO-1.5 incompletely registering -- all similar 
  directories contain:
 
 .bash_logout
 .bash_profile
 .bashrc
 .ssh
 
  Is it normal that XO-1.5s can ping the schoolserver in these 3 ways:
 
 ping 18.172.0.1
 ping schoolserver(responds as 18.172.196.1)
 ping schoolserver.providence.uwimona.edu.jm(responds as 
  18.172.196.1)
 
  But yet CANNOT ping the schoolserver's eth0 IP address:
 
 ping 18.172.196.1(its inet addr according to ifconfig etho 
  anyway)
 
  If it matters, a failng-to-register XO-1.5's /etc/resolv.conf reads as 
  follows:
 
 # Generated by NetworkManager
 domain providence.uwimona.edu.jm
 search providence.uwimona.edu.jm localdomain
 nameserver 172.18.196.1
 
  What should I be trying?? :)
 
  --
  Help kids everywhere map their world, at http://olpcMAP.net !
 
  ___
  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] failed to register

2012-06-04 Thread Sameer Verma
On Mon, Jun 4, 2012 at 5:41 PM, John Watlington w...@laptop.org wrote:

 On Jun 4, 2012, at 8:35 PM, John Watlington wrote:

 I suspect that your ISP is assigning 172.18.196.1 to the
 XS, which is then confused as to where packets destined
 for 172.18.xx.xx should be routed.
 eth0 and the other interfaces on the XS should be in separate
 subnets.

 BTW, if this is actually the problem I don't have a quick fix.
 This is why I chose the relatively unused 172.18.xx.xx unroutable
 addresses originally, instead of the more common 10.xx.xx.xx or
 192.168.xx.xx private ranges for the internal network.
 Perhaps someone who has worked on the XS networking recently
 can help ?

 wad

 On Jun 4, 2012, at 8:04 PM, Holt wrote:

 On 6/4/2012 7:32 PM, John Watlington wrote:
 On Jun 4, 2012, at 7:30 PM, John Watlington wrote:

 Adam, something is wrong with those addresses.
 The 18.nn.nn.nn subnet is owned by MIT.   You shouldn't be
 using any of them.    Perhaps you meant 172.18.nn.nn ?

 Wad's exactly right -- I spent too many years at MIT and so typed 18.* 
 without thinking.  The correct IPs for the XS (no idea why there are 2) are 
 in fact:
   172.18.0.1  (pingable, ssh, etc)
   172.18.196.1  (schoolserver?)

No, the schoolserver is running at 172.18.96.1


 I remain very concerned that 172.18.196.1 is not pingable from the XO-1.5s, 
 even when this IP's names {schoolserver, 
 schoolserver.providence.uwimona.edu.jm} are pingable, responding with 
 172.18.196.1


To clear things up, /sbin/ifconfig on the server says:

[sverma@schoolserver ~]$ /sbin/ifconfig
eth0  Link encap:Ethernet  HWaddr 00:1F:F2:00:FD:10
  inet addr:172.18.96.1  Bcast:172.18.127.255  Mask:255.255.224.0
  inet6 addr: fe80::abcd:ef02/64 Scope:Link
  inet6 addr: fe80::21f:f2ff:fe00:fd10/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:2838 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1617 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:268615 (262.3 KiB)  TX bytes:455477 (444.8 KiB)
  Interrupt:10 Base address:0x2000

eth1  Link encap:Ethernet  HWaddr 00:1C:49:01:04:3B
  inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21c:49ff:fe01:43b/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:5128 errors:0 dropped:0 overruns:0 frame:0
  TX packets:6159 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:709454 (692.8 KiB)  TX bytes:634107 (619.2 KiB)

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:27740 errors:0 dropped:0 overruns:0 frame:0
  TX packets:27740 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:3995149 (3.8 MiB)  TX bytes:3995149 (3.8 MiB)

tun0  Link encap:UNSPEC  HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  inet addr:10.1.2.22  P-t-P:10.1.2.21  Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:70 errors:0 dropped:0 overruns:0 frame:0
  TX packets:63 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:10246 (10.0 KiB)  TX bytes:8454 (8.2 KiB)


Where eth0 is LAN, eth1 is WAN (DSL router offers 192.168.1.0/24) and
tun0 is openvpn.

Sameer


 In Response to DSD:
 There is no server set in My Settings  Network  Server on any of the 
 XO-1.5s

 Hopefully Sameer who helped with the original XS networking config 2 months 
 ago can respond to Wad's WAN/LAN request below??

 And I never got around to the second part of the comment.
 eth0 (the WAN port) on the XS should be in a different subnet
 than the laptops (the LAN ports).    If for some reason it is not,
 difficulties will ensue as the routing tables will be screwed up.

 Cheers,
 wad


 On Jun 4, 2012, at 6:19 PM, Holt wrote:

 On 6/4/2012 3:27 PM, Sameer Verma wrote:
 On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonaujvo...@shaw.ca   wrote:
 On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:
 On Sat, Jun 2, 2012 at 10:10 AM, Sameer Vermasve...@sfsu.edu   
 wrote:
 XS 0.7
 OLPC build 874
 Sugar 0.92.2

 The XO fails to register, but a folder is created for the XO on the 
 XS
 under /library/users/

 The XO shows no collaboration server under Control Panel | Network

 Any ideas? Pointers?

 cheers,
 Sameer
 On the XS I see the machine as registered via /var/log/messages
 (schoolserver olpc_idmgr: Registered user abcdefgh with serial
 SHC03345845)

 So, looks like the server end is doing what it should, but the XO end 
 is not?
 Think you bumped into this: https://dev.laptop.org/ticket/11056

 Jerry

 Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
 

Re: [Server-devel] failed to register

2012-06-04 Thread Sameer Verma
On Mon, Jun 4, 2012 at 5:44 PM, Jerry Vonau jvo...@shaw.ca wrote:
 On Mon, 2012-06-04 at 20:04 -0400, Holt wrote:
 On 6/4/2012 7:32 PM, John Watlington wrote:
  On Jun 4, 2012, at 7:30 PM, John Watlington wrote:
 
  Adam, something is wrong with those addresses.
  The 18.nn.nn.nn subnet is owned by MIT.   You shouldn't be
  using any of them.    Perhaps you meant 172.18.nn.nn ?

 Wad's exactly right -- I spent too many years at MIT and so typed 18.*
 without thinking.  The correct IPs for the XS (no idea why there are 2)
 are in fact:
      172.18.0.1  (pingable, ssh, etc)
      172.18.196.1  (schoolserver?)


 Still don't think that is right, mine is using 172.18.96.1, what's in
 the ifcfg-eth0 and ifcfg-eth1 filea in /etc/sysconfig/network-scripts/?

 I remain very concerned that 172.18.196.1 is not pingable from the
 XO-1.5s, even when this IP's names {schoolserver,
 schoolserver.providence.uwimona.edu.jm} are pingable, responding with
 172.18.196.1


 Have a look in the /var/run/named-xs/school.internal.zone.db file think
 there might be an error there, but mine has 172.18.96.1.

 What is in /etc/dhcpd-xs-conf?

 In Response to DSD:
 There is no server set in My Settings  Network  Server on any of the
 XO-1.5s

 Hopefully Sameer who helped with the original XS networking config 2
 months ago can respond to Wad's WAN/LAN request below??


 DSD, any way to quickly restore the stock settings?

Settings are stock. Adam confused 172.18.96.1 as 172.18.196.1

Sameer


 Jerry

  And I never got around to the second part of the comment.
  eth0 (the WAN port) on the XS should be in a different subnet
  than the laptops (the LAN ports).    If for some reason it is not,
  difficulties will ensue as the routing tables will be screwed up.
 
  Cheers,
  wad
 
 
  On Jun 4, 2012, at 6:19 PM, Holt wrote:
 
  On 6/4/2012 3:27 PM, Sameer Verma wrote:
  On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonaujvo...@shaw.ca   wrote:
  On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:
  On Sat, Jun 2, 2012 at 10:10 AM, Sameer Vermasve...@sfsu.edu   
  wrote:
  XS 0.7
  OLPC build 874
  Sugar 0.92.2
 
  The XO fails to register, but a folder is created for the XO on the 
  XS
  under /library/users/
 
  The XO shows no collaboration server under Control Panel | Network
 
  Any ideas? Pointers?
 
  cheers,
  Sameer
  On the XS I see the machine as registered via /var/log/messages
  (schoolserver olpc_idmgr: Registered user abcdefgh with serial
  SHC03345845)
 
  So, looks like the server end is doing what it should, but the XO end 
  is not?
  Think you bumped into this: https://dev.laptop.org/ticket/11056
 
  Jerry
 
  Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
  (the trouble in in a school there).
 
  Sameer
  One XO-1.5 successfully registered back on Saturday.  It successfully 
  then pushed 36MB to the XS' /library/users/SHC03801C2E (after running 
  /usr/bin/ds-backup.sh on the XO-1.5 and waiting ~30min).  So we went 
  home Saturday night with a false sense of confidence!
 
  But no XO-1.5s will fully register today (all ~50 of the school's XOs 
  are XO-1.5s).
  Clearly, Jamaica's change from XS 0.6 to XS 0.7 two months ago destroyed 
  reliable registration?
 
  Frustrating as all XO-1.5s do connect to XS, whose /library/users become 
  populated with each XO's serial number, when they 1st attempt to 
  register.  EG. directory /library/users/SHC03801C18 on XS is just 1 of 
  many examples of an XO-1.5 incompletely registering -- all similar 
  directories contain:
 
     .bash_logout
     .bash_profile
     .bashrc
     .ssh
 
  Is it normal that XO-1.5s can ping the schoolserver in these 3 ways:
 
     ping 18.172.0.1
     ping schoolserver    (responds as 18.172.196.1)
     ping schoolserver.providence.uwimona.edu.jm    (responds as 
  18.172.196.1)
 
  But yet CANNOT ping the schoolserver's eth0 IP address:
 
     ping 18.172.196.1    (its inet addr according to ifconfig etho 
  anyway)
 
  If it matters, a failng-to-register XO-1.5's /etc/resolv.conf reads as 
  follows:
 
     # Generated by NetworkManager
     domain providence.uwimona.edu.jm
     search providence.uwimona.edu.jm localdomain
     nameserver 172.18.196.1
 
  What should I be trying?? :)
 
  --
  Help kids everywhere map their world, at http://olpcMAP.net !
 
  ___
  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 mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] failed to register

2012-06-04 Thread Jerry Vonau
On Mon, 2012-06-04 at 17:49 -0700, Sameer Verma wrote:
 On Mon, Jun 4, 2012 at 5:44 PM, Jerry Vonau jvo...@shaw.ca wrote:
  On Mon, 2012-06-04 at 20:04 -0400, Holt wrote:
  On 6/4/2012 7:32 PM, John Watlington wrote:
   On Jun 4, 2012, at 7:30 PM, John Watlington wrote:
  
   Adam, something is wrong with those addresses.
   The 18.nn.nn.nn subnet is owned by MIT.   You shouldn't be
   using any of them.Perhaps you meant 172.18.nn.nn ?
 
  Wad's exactly right -- I spent too many years at MIT and so typed 18.*
  without thinking.  The correct IPs for the XS (no idea why there are 2)
  are in fact:
   172.18.0.1  (pingable, ssh, etc)
   172.18.196.1  (schoolserver?)
 
 
  Still don't think that is right, mine is using 172.18.96.1, what's in
  the ifcfg-eth0 and ifcfg-eth1 filea in /etc/sysconfig/network-scripts/?
 
  I remain very concerned that 172.18.196.1 is not pingable from the
  XO-1.5s, even when this IP's names {schoolserver,
  schoolserver.providence.uwimona.edu.jm} are pingable, responding with
  172.18.196.1
 
 
  Have a look in the /var/run/named-xs/school.internal.zone.db file think
  there might be an error there, but mine has 172.18.96.1.
 
  What is in /etc/dhcpd-xs-conf?
 
  In Response to DSD:
  There is no server set in My Settings  Network  Server on any of the
  XO-1.5s
 
  Hopefully Sameer who helped with the original XS networking config 2
  months ago can respond to Wad's WAN/LAN request below??
 
 
  DSD, any way to quickly restore the stock settings?
 
 Settings are stock. Adam confused 172.18.96.1 as 172.18.196.1
 
 Sameer
 

Adam:

OK, let's check if the XS has the serial numbers, what is the output of 
/usr/bin/xs-list-registration? If that shows as correct the XOs timed
out like in ticket 11056. Can you use the register again option from
the home view? If that option is not available you'll have to manually
add schoolserver.providence.uwimona.edu.jm to network-control-panel's
server field and you should be good to go.  

Jerry

 
  Jerry
 
   And I never got around to the second part of the comment.
   eth0 (the WAN port) on the XS should be in a different subnet
   than the laptops (the LAN ports).If for some reason it is not,
   difficulties will ensue as the routing tables will be screwed up.
  
   Cheers,
   wad
  
  
   On Jun 4, 2012, at 6:19 PM, Holt wrote:
  
   On 6/4/2012 3:27 PM, Sameer Verma wrote:
   On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonaujvo...@shaw.ca   wrote:
   On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:
   On Sat, Jun 2, 2012 at 10:10 AM, Sameer Vermasve...@sfsu.edu   
   wrote:
   XS 0.7
   OLPC build 874
   Sugar 0.92.2
  
   The XO fails to register, but a folder is created for the XO on 
   the XS
   under /library/users/
  
   The XO shows no collaboration server under Control Panel | Network
  
   Any ideas? Pointers?
  
   cheers,
   Sameer
   On the XS I see the machine as registered via /var/log/messages
   (schoolserver olpc_idmgr: Registered user abcdefgh with serial
   SHC03345845)
  
   So, looks like the server end is doing what it should, but the XO 
   end is not?
   Think you bumped into this: https://dev.laptop.org/ticket/11056
  
   Jerry
  
   Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
   (the trouble in in a school there).
  
   Sameer
   One XO-1.5 successfully registered back on Saturday.  It successfully 
   then pushed 36MB to the XS' /library/users/SHC03801C2E (after running 
   /usr/bin/ds-backup.sh on the XO-1.5 and waiting ~30min).  So we went 
   home Saturday night with a false sense of confidence!
  
   But no XO-1.5s will fully register today (all ~50 of the school's XOs 
   are XO-1.5s).
   Clearly, Jamaica's change from XS 0.6 to XS 0.7 two months ago 
   destroyed reliable registration?
  
   Frustrating as all XO-1.5s do connect to XS, whose /library/users 
   become populated with each XO's serial number, when they 1st attempt 
   to register.  EG. directory /library/users/SHC03801C18 on XS is just 1 
   of many examples of an XO-1.5 incompletely registering -- all 
   similar directories contain:
  
  .bash_logout
  .bash_profile
  .bashrc
  .ssh
  
   Is it normal that XO-1.5s can ping the schoolserver in these 3 ways:
  
  ping 18.172.0.1
  ping schoolserver(responds as 18.172.196.1)
  ping schoolserver.providence.uwimona.edu.jm(responds as 
   18.172.196.1)
  
   But yet CANNOT ping the schoolserver's eth0 IP address:
  
  ping 18.172.196.1(its inet addr according to ifconfig etho 
   anyway)
  
   If it matters, a failng-to-register XO-1.5's /etc/resolv.conf reads as 
   follows:
  
  # Generated by NetworkManager
  domain providence.uwimona.edu.jm
  search providence.uwimona.edu.jm localdomain
  nameserver 172.18.196.1
  
   What should I be trying?? :)
  
   --
   Help kids everywhere map their world, at http://olpcMAP.net !
  
   ___
   Server-devel mailing 

Re: [Server-devel] failed to register

2012-06-04 Thread Sameer Verma
On Mon, Jun 4, 2012 at 6:11 PM, Jerry Vonau jvo...@shaw.ca wrote:
 On Mon, 2012-06-04 at 17:49 -0700, Sameer Verma wrote:
 On Mon, Jun 4, 2012 at 5:44 PM, Jerry Vonau jvo...@shaw.ca wrote:
  On Mon, 2012-06-04 at 20:04 -0400, Holt wrote:
  On 6/4/2012 7:32 PM, John Watlington wrote:
   On Jun 4, 2012, at 7:30 PM, John Watlington wrote:
  
   Adam, something is wrong with those addresses.
   The 18.nn.nn.nn subnet is owned by MIT.   You shouldn't be
   using any of them.    Perhaps you meant 172.18.nn.nn ?
 
  Wad's exactly right -- I spent too many years at MIT and so typed 18.*
  without thinking.  The correct IPs for the XS (no idea why there are 2)
  are in fact:
       172.18.0.1  (pingable, ssh, etc)
       172.18.196.1  (schoolserver?)
 
 
  Still don't think that is right, mine is using 172.18.96.1, what's in
  the ifcfg-eth0 and ifcfg-eth1 filea in /etc/sysconfig/network-scripts/?
 
  I remain very concerned that 172.18.196.1 is not pingable from the
  XO-1.5s, even when this IP's names {schoolserver,
  schoolserver.providence.uwimona.edu.jm} are pingable, responding with
  172.18.196.1
 
 
  Have a look in the /var/run/named-xs/school.internal.zone.db file think
  there might be an error there, but mine has 172.18.96.1.
 
  What is in /etc/dhcpd-xs-conf?
 
  In Response to DSD:
  There is no server set in My Settings  Network  Server on any of the
  XO-1.5s
 
  Hopefully Sameer who helped with the original XS networking config 2
  months ago can respond to Wad's WAN/LAN request below??
 
 
  DSD, any way to quickly restore the stock settings?

 Settings are stock. Adam confused 172.18.96.1 as 172.18.196.1

 Sameer


 Adam:

 OK, let's check if the XS has the serial numbers, what is the output of
 /usr/bin/xs-list-registration? If that shows as correct the XOs timed
 out like in ticket 11056. Can you use the register again option from
 the home view? If that option is not available you'll have to manually
 add schoolserver.providence.uwimona.edu.jm to network-control-panel's
 server field and you should be good to go.

 Jerry


[sverma@schoolserver ~]$ /usr/bin/xs-list-registration
Listing students from  /home/idmgr/identity.db
roshaun  marchall   SHC03801C2E 
userSHC03801C74 
userSHC03801C78 
userSHC03801C65 
xo  SHC03801C40 
Ti-Annah Grant  SHC03801C31 
userSHC03801C4F 
xo  SHC03801C33 
dadrique hamilton  cianna   SHC03801C6B 
xo  SHC03801C77 
malikha Algeca  BradnockSHC03801C32 
user jahleel foster SHC03801C51 
makada  SHC03801C7F 
userSHC03801C34 
shanell  moss   SHC03801C57 
userSHC03801C18 


I'm logging in remotely from San Francisco. Adam can give you the
answer on the register again option

cheers,
Sameer

 
  Jerry
 
   And I never got around to the second part of the comment.
   eth0 (the WAN port) on the XS should be in a different subnet
   than the laptops (the LAN ports).    If for some reason it is not,
   difficulties will ensue as the routing tables will be screwed up.
  
   Cheers,
   wad
  
  
   On Jun 4, 2012, at 6:19 PM, Holt wrote:
  
   On 6/4/2012 3:27 PM, Sameer Verma wrote:
   On Sun, Jun 3, 2012 at 3:24 PM, Jerry Vonaujvo...@shaw.ca   wrote:
   On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:
   On Sat, Jun 2, 2012 at 10:10 AM, Sameer Vermasve...@sfsu.edu   
   wrote:
   XS 0.7
   OLPC build 874
   Sugar 0.92.2
  
   The XO fails to register, but a folder is created for the XO on 
   the XS
   under /library/users/
  
   The XO shows no collaboration server under Control Panel | Network
  
   Any ideas? Pointers?
  
   cheers,
   Sameer
   On the XS I see the machine as registered via /var/log/messages
   (schoolserver olpc_idmgr: Registered user abcdefgh with serial
   SHC03345845)
  
   So, looks like the server end is doing what it should, but the XO 
   end is not?
   Think you bumped into this: https://dev.laptop.org/ticket/11056
  
   Jerry
  
   Thx. Will investigate. Copying Adam Holt and the Jamaica team on it
   (the trouble in in a school there).
  
   Sameer
   One XO-1.5 successfully registered back on Saturday.  It successfully 
   then pushed 36MB to the XS' /library/users/SHC03801C2E (after running 
   /usr/bin/ds-backup.sh on the XO-1.5 and waiting ~30min).  So we went 
   home Saturday night with a false sense of confidence!
  
   But no XO-1.5s will fully register today (all ~50 of the school's XOs 
   are XO-1.5s).
   Clearly, Jamaica's change from XS 0.6 to XS 0.7 two months ago 
   destroyed reliable registration?
  
   Frustrating as all XO-1.5s do connect to XS, whose /library/users 
   become populated with each XO's serial number, when they 1st attempt 
   to register.  EG. directory /library/users/SHC03801C18 on XS is just 
   1 of many examples of an XO-1.5 incompletely registering -- all 
   similar directories contain:
  
      .bash_logout
      .bash_profile
      .bashrc
      .ssh
  
   Is it normal that 

Re: [Server-devel] failed to register

2012-06-04 Thread Jerry Vonau
On Mon, 2012-06-04 at 18:16 -0700, Sameer Verma wrote:
 On Mon, Jun 4, 2012 at 6:11 PM, Jerry Vonau jvo...@shaw.ca wrote:
snip
 
  Adam:
 
  OK, let's check if the XS has the serial numbers, what is the output of
  /usr/bin/xs-list-registration? If that shows as correct the XOs timed
  out like in ticket 11056. Can you use the register again option from
  the home view? If that option is not available you'll have to manually
  add schoolserver.providence.uwimona.edu.jm to network-control-panel's
  server field and you should be good to go.
 
  Jerry
 
 
 [sverma@schoolserver ~]$ /usr/bin/xs-list-registration
 Listing students from  /home/idmgr/identity.db
 roshaun  marchall SHC03801C2E 
 user  SHC03801C74 
 user  SHC03801C78 
 user  SHC03801C65 
 xoSHC03801C40 
 Ti-Annah GrantSHC03801C31 
 user  SHC03801C4F 
 xoSHC03801C33 
 dadrique hamilton  cianna SHC03801C6B 
 xoSHC03801C77 
 malikha Algeca  Bradnock  SHC03801C32 
 user jahleel foster   SHC03801C51 
 makadaSHC03801C7F 
 user  SHC03801C34 
 shanell  moss SHC03801C57 
 user  SHC03801C18 
 
 
 I'm logging in remotely from San Francisco. Adam can give you the
 answer on the register again option
 
 cheers,
 Sameer
 

Never tried with having the same user-name for more than one XO, not
sure on how well that will go.

Jerry  



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


Re: [Server-devel] failed to register

2012-06-03 Thread Jerry Vonau
On Sat, 2012-06-02 at 13:15 -0700, Sameer Verma wrote:
 On Sat, Jun 2, 2012 at 10:10 AM, Sameer Verma sve...@sfsu.edu wrote:
  XS 0.7
  OLPC build 874
  Sugar 0.92.2
 
  The XO fails to register, but a folder is created for the XO on the XS
  under /library/users/
 
  The XO shows no collaboration server under Control Panel | Network
 
  Any ideas? Pointers?
 
  cheers,
  Sameer
 
 On the XS I see the machine as registered via /var/log/messages
 (schoolserver olpc_idmgr: Registered user abcdefgh with serial
 SHC03345845)
 
 So, looks like the server end is doing what it should, but the XO end is not?

Think you bumped into this: https://dev.laptop.org/ticket/11056 

Jerry

 
 --
 Sameer
 ___
 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] failed to register

2012-06-02 Thread Sameer Verma
On Sat, Jun 2, 2012 at 10:10 AM, Sameer Verma sve...@sfsu.edu wrote:
 XS 0.7
 OLPC build 874
 Sugar 0.92.2

 The XO fails to register, but a folder is created for the XO on the XS
 under /library/users/

 The XO shows no collaboration server under Control Panel | Network

 Any ideas? Pointers?

 cheers,
 Sameer

On the XS I see the machine as registered via /var/log/messages
(schoolserver olpc_idmgr: Registered user abcdefgh with serial
SHC03345845)

So, looks like the server end is doing what it should, but the XO end is not?

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