Re: [Server-devel] XSCE 0.2 - Network problems running xs-setup
It's installed hostname-3.10-1.fc17.i686 2013/3/22 Jerry Vonau : > On Fri, 2013-03-22 at 11:05 -0300, Rodolfo D. Arce S. wrote: >> I downloaded the RPM, installed using yum and didn' t ask for any >> dependencies. >> >> ran xs-setup and it failed, it did restarted the Network and waited >> for a bit, but later it just failed, didn' t try to download anything >> >> http://pastebin.com/vdgfuHtY >> > > Think we have an undeclared dependency on the rpm package 'hostname', > which may not be installed, can you check for that rpm package with > 'rpm -q hostname' please. > > Jerry > >> >> 2013/3/22 Jerry Vonau : >> > On Fri, 2013-03-22 at 10:24 -0300, Rodolfo D. Arce S. wrote: >> >> > That time to restart NM seems excessive, but we need to cover that >> >> > situation. What would you time is a safe amount of time to wait before >> >> > bailing out of the install? I'm thinking 2 minutes. >> >> > >> >> > >> >> >> >> It takes some time because the conection is wi-fi and it takes a long >> >> time to "negotiate" the conection, the is restored a couple seconds >> >> before the scripts exists. The ideal would be to check if connection >> >> is up and then continue, with a simple ping to the previously found >> >> gateway should work and timeout after 2 minutes or so. DHCP servers on >> >> most routers are fast enough for that window of time with cable >> >> connections, but wireless could take a while. 2 minutes is more than >> >> enough. >> >> >> >> > I have some revisions related to that in the testing repo, could you >> >> > start the next install with the testing repo enabled: >> >> >> >> I have to enable testing and upgrade the xs-cofig package? or is there >> >> a specific package that needs to be downloaded? >> >> >> > >> > We haven't updated the stable repo yet, the latest testing rpm is at: >> > >> > http://build.activitycentral.com/xs-repo/RPMS/noarch/?C=M;O=D >> > >> > You can then install the latest by hand with rpm if you wish. You will >> > still need to have the repo file present to be able to install other >> > packages. >> > >> > Jerry >> > >> > >> > >> >> >> > > -- Rodolfo D. Arce S. http://people.sugarlabs.org/~rolf ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] XSCE 0.2 - Network problems running xs-setup
I downloaded the RPM, installed using yum and didn' t ask for any dependencies. ran xs-setup and it failed, it did restarted the Network and waited for a bit, but later it just failed, didn' t try to download anything http://pastebin.com/vdgfuHtY 2013/3/22 Jerry Vonau : > On Fri, 2013-03-22 at 10:24 -0300, Rodolfo D. Arce S. wrote: >> > That time to restart NM seems excessive, but we need to cover that >> > situation. What would you time is a safe amount of time to wait before >> > bailing out of the install? I'm thinking 2 minutes. >> > >> > >> >> It takes some time because the conection is wi-fi and it takes a long >> time to "negotiate" the conection, the is restored a couple seconds >> before the scripts exists. The ideal would be to check if connection >> is up and then continue, with a simple ping to the previously found >> gateway should work and timeout after 2 minutes or so. DHCP servers on >> most routers are fast enough for that window of time with cable >> connections, but wireless could take a while. 2 minutes is more than >> enough. >> >> > I have some revisions related to that in the testing repo, could you >> > start the next install with the testing repo enabled: >> >> I have to enable testing and upgrade the xs-cofig package? or is there >> a specific package that needs to be downloaded? >> > > We haven't updated the stable repo yet, the latest testing rpm is at: > > http://build.activitycentral.com/xs-repo/RPMS/noarch/?C=M;O=D > > You can then install the latest by hand with rpm if you wish. You will > still need to have the repo file present to be able to install other > packages. > > Jerry > > > -- Rodolfo D. Arce S. http://people.sugarlabs.org/~rolf ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] XSCE 0.2 - Network problems running xs-setup
> That time to restart NM seems excessive, but we need to cover that > situation. What would you time is a safe amount of time to wait before > bailing out of the install? I'm thinking 2 minutes. > > It takes some time because the conection is wi-fi and it takes a long time to "negotiate" the conection, the is restored a couple seconds before the scripts exists. The ideal would be to check if connection is up and then continue, with a simple ping to the previously found gateway should work and timeout after 2 minutes or so. DHCP servers on most routers are fast enough for that window of time with cable connections, but wireless could take a while. 2 minutes is more than enough. > I have some revisions related to that in the testing repo, could you > start the next install with the testing repo enabled: I have to enable testing and upgrade the xs-cofig package? or is there a specific package that needs to be downloaded? -- Rodolfo D. Arce S. http://people.sugarlabs.org/~rolf ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
[Server-devel] XSCE 0.2 - Network problems running xs-setup
Hello: I ran into a few problems when trying to install the XSCE 0.2. I downloaded the repo and installed, during the installation process i got this messages, but apparently everything was installed correctly. http://pastebin.com/srwDn6wX I'm running in a HP DV4 laptop with Fedora 17 (security spin, i'm downloading the std version), it's connected to the internet with the wi-fi, and during xs-setup, connection is lost for some time (20-30 secs aprox), it stops and starts Networkmanager apparently, but is long enough for the script to fail at downloading the required software, and installation fails. I think is during xs-setup-network http://pastebin.com/7YTFHLL7 I'll be poking around to see if I can connect to internet with a cable, or pehaps give it a "sleep" to the script before downloading, if you could point me into wich file should i change. cheers -- Rodolfo D. Arce S. http://people.sugarlabs.org/~rolf ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] pgsql password
On Wed, May 09, 2012 at 12:18:56AM -0700, Sameer Verma wrote: > I'd like to use the postgresql database to runs some tables for > another service (pathagar). How/where do I look for the password to > get to pgsql? http://wiki.spry.com/Change_forgotten_PostgreSQL_password This are some useful commands to reseting postgresql root(postgres) password The important commmands are: root@localhost# su - postgres -bash-3.0$ psql postgres=# ALTER USER postgres WITH ENCRYPTED PASSWORD 'secret'; postgres=#\q Where "secret" is your new password. You might want to check if the auth settings for the server are similar Cheers.. R > > cheers, > Sameer > -- > Sameer Verma, Ph.D. > Professor, Information Systems > San Francisco State University > http://verma.sfsu.edu/ > http://commons.sfsu.edu/ > http://olpcsf.org/ > http://olpcjamaica.org.jm/ > ___ > Server-devel mailing list > Server-devel@lists.laptop.org > http://lists.laptop.org/listinfo/server-devel -- Rodolfo D. Arce S. http://people.sugarlabs.org/~rolf/ signature.asc Description: Digital signature ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] Dansguardian on XS
Al registrar los nuevos forwarders tenes que hacer el "make" a las configuraciones, ahora no recuerdo de memoria, pero era un script que aplicaba las nuevas configuraciones al XS, te envio el link cuando lo encuentre saludos.. R El día 4 de abril de 2011 10:43, German Ruiz escribió: > En 3 escuelas acá e Nicaragua tienen conexión a internet por un modem > 3G (Huawei 3G E968 Wireless Gateway), cuando me conecto a internet, y quiero > registrar la IP pública en openDNS, siempre me sale que la IP es > 190.212.80.224 ó 190.212.80.225, de igual manera cuando me conecto desde mi > laptop con un modem ZTE MF626 siempre me asigna una de estas 2 IP al momento > de navegar, supongo que esto es por el proveedor de Internet que es Claro > que está utilizando una proxy para estas conexiónes. > Para probar registre estas IP en openDNS y apliqué los forwarders > {208.67.222.222; 208.67.220.220;}; en el archivo /etc/named-xs.conf.in, > esperé unos 10 minutos y probé si estaba filtrando en contenido en la > escuela, lo cual no hacía, 5 minutos después, recibí email de usuarios que > aparentemente estaban siendo afectadas por el filtro, (facebook, youtube, > etc...). Por lo que descarte la opción de openDNS para estas escuelas, e > instalé squidguard a como hacen en Paraguay. > Que está impidiendo que openDNS funcione en estas conexiones??? > > Saludos > > El 4 de abril de 2011 04:57, Martin Langhoff > escribió: >> >> Hola Germán, >> >> cuentanos como es la instalacion del modem 3G -- porqué no funciona el >> uso de OpenDNS? >> >> un abrazo, >> >> >> martin >> >> 2011/4/1 German Ruiz : >> > Muchas Gracias Rodolfo >> > Lo he instalado en un XS acá en Nicaragua, por lo general nosotros >> > usamos >> > openDNS, pero en esta escuela se me hizo imposible, ya que ellos cuentan >> > con >> > un modem 3G. >> > Al parecer el filtro está funcionando... >> > Gracias >> > >> > 2011/4/1 Rodolfo D. Arce S. >> >> >> >> We used squidguard in the Paraguay deployment >> >> >> >> http://wiki.paraguayeduca.org/index.php/Squidguard >> >> >> >> Is in spanish, but the commands are selfexplanatory. Perhaps it can >> >> help, i'll try and translate to english soon >> >> >> >> Cheers.. R >> >> >> >> 2011/3/31, German Ruiz : >> >> > Hi >> >> > >> >> > Is there any documentation to install Dansguardian on XS 0.6??? >> >> > >> >> > Any wiki or something??? >> >> > >> >> > Thanks... >> >> > >> >> > -- >> >> > German R S >> >> > >> >> >> >> >> >> -- >> >> *Rodolfo D. Arce S.* >> >> web: rodolfoarce.com >> >> twitter: @rodolfoarces <http://twitter.com/rodolfoarces> >> > >> > >> > >> > -- >> > German R S >> > >> > >> > >> > ___ >> > Devel mailing list >> > de...@lists.laptop.org >> > http://lists.laptop.org/listinfo/devel >> > >> > >> >> >> >> -- >> martin.langh...@gmail.com >> mar...@laptop.org -- Software Architect - OLPC >> - ask interesting questions >> - don't get distracted with shiny stuff - working code first >> - http://wiki.laptop.org/go/User:Martinlanghoff > > > > -- > German R S > > > -- Rodolfo D. Arce S. web: rodolfoarce.com twitter: @rodolfoarces ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] Hibrid configuration for the XS-server|XS inside a network
Here's some usefull data from Paraguay Educa http://wiki.paraguayeduca.org/index.php/Servidor you can skip the stuff about puppet because that was for administrative purpose cheers.. R 2011/4/3 Alvar Maciel : > Hi, > My name is Alvar Maciel, I'm from Argentina and in our school we are trying > to use the moodle of the XS-Server. > In our school we have a Debian server that provides DHCP, DNS Service and > file sharing via Samba. In our case we want to use gnome with some courses > and sugar with other courses (we run sugar on Tuquito distribution > http://wiki.sugarlabs.org/go/Community/Distributions/tuquito). > To try I instal on a Virtual Machine XS-server. But I need some advises to > continue the implementation. > Can I run only the moodle from the XS to have the presencebycourse service? > how can I do this? > Another problem that I have is the addres taked by eth0, the interface takes > an addres from outside the pool of mi DHCP (we use 192.168.1.0 an the > interface show 10.0.2.15) and wen i change the > /etc/sysconfig/network-scripts/ifcfg-eth0-local and run /etc/init.d/network > restart appears a "fi unexpected on line 32 in ifcg-eth0". > Can you help me with this > > ___ > Server-devel mailing list > Server-devel@lists.laptop.org > http://lists.laptop.org/listinfo/server-devel > > -- Rodolfo D. Arce S. web: rodolfoarce.com twitter: @rodolfoarces ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] Help buying server for XS
s? >>> > Thanks! >>> > -- >>> > Omar Andres Zapata Mesa >>> > Head Developer Phenomenology of Fundamental Interactions Group (Gfif) >>> > http://gfif.udea.edu.co >>> > Division of computer science Gfif Developers (Gfif Dev) >>> > http://gfifdev.udea.edu.co >>> > Systems Engineering Student >>> > Universidad de Antioquia At Medellin - Colombia >>> > Usuario Linux #490962 >>> > >>> > ___ >>> > 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 >>> >>> >> >> ___ >> 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 > > -- *Rodolfo D. Arce S.* web: rodolfoarce.com twitter: @rodolfoarces <http://twitter.com/rodolfoarces> ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
[Server-devel] Schoolserver development in Uruguay
ly need to send a guy (not a sysadmin) to go, insert a CD, next, next, next, voila.. even when changes need to be done.. they should be done in the way that can be applyed to the Installation CD (or installation procedure) rather then installing, and later updating with remote control Remote control is the best solution for problems to be solved in real time, or for deploying new content when an XS is already installed and working, but there could be other ways Paraguay in that sense did something really cool.. install the schoolserver _in house_, update it and send it to the field, but in the fild had to go somebody that could make the adjustments for the network to work, and that simple task was very difficult sometimes, and updating the leases and content when no conection is available is not fun either. > == Content management == > > Paraguay seems quite happy with Plone, but frankly I can't understand The plone deployment was based on a decision to give the schools a simple CMS, not simple in deployment, but simple in using, using a plone CMS to create content is super friendly, but in time, none of the teachers or students got to used it (simple or not) > why. Teachers heavily use a really simple php tool called PAFM, which > provides basic hierarchical file management with no access control or > versioning. They used this tool instead because they learned how to use it during teachyer training, and they like it, it had an issue that once with access you could delete your co-workers files, but they used it anyways > Oddly, I've not yet may anyone using Moodle. When I ask why, I always > hear some vague comment about it being designed for higher education. > Same goes for Schooltool. These more structured tools probably present > an steeper learning curve and a bad fit for unsophisticated requirements > of users who are being exposed to information systems for the first > time. I guess this is related to the teacher training nd plone as well, they just didn't get to use it, i don't want to talk about complexity, but i think is more related to usage rather > > After they have functioning backups, Uruguay would like to provide a > wiki. They have already looked at Dokuwiki, with which I'm not familiar. > It seems to have a readable and easy to learn Creole-like syntax. I > would personally recommend going either for the simplest possible wiki > in this category, or straight to Mediawiki--the most feature-complete > out there. When a CMS was proposed, and later plone was accepted, i recomended dokuwiki, but for personal reasons i have to say, i have experience with dokuwiki, and deployment, updating, backup and other stuff is super fast (because it doesn't use a database, uses text files and folder schemes), but a being a wiki, is not as friendly to the newbie, because of the special syntax and all > == Server management tools == > > Paraguay uses Puppet. We're very happy with it. > Uruguay uses CFengine. They seem to be very happy with it as well. > > Both employ a flat hierarchy with one puppet master controlling all the > schools, which is simple and straightforward, but requires excellent > connectivity. I would advocate for this tools anytime, anywere.. but the conectivity is an issue, specially for places were the laptop is intended to go. The idea of the schoolserver should be of a _standalone_ and autonomous with simple yet friendly solutions to help improve class Internet is a luxury that Uruguay has because of a deployment politics that thay have (or so i read somewhere). Paraguay has internet, not because of a goverment desicion but rather because of the good resource movilzation, finding the sponsors that will give the internet, becuase of the projects public exposure If i think about what deplying in rwanda, uganda or even tibet, where the laptop is intended to go. There is no internet there, so their experience should point us to some key features that need to be included in the schoolserver I'm sorry this got so long, but there was plenty to be said.. :-) -- Rodolfo D. Arce S. -- Rodolfo D. Arce S. www.rodolfoarce.com ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] Samoa Deployment - planned hardware for 30 July 2010
I have some experience with networking and wifi links, and what Carlos states is correct Although ubiquity nanostations are used generally to make point-to-point connections over a long distance ("long" compared to regular wifi connections made in the same frecuency with conventional equipment). There are some models that can be used to connect large areas, but AP coverage isn't your only issue It is true that a number of factors influence the quiality of the wifi coverage, but the general issue is this.. wifi connections are bi-directional.. meaning that if your AP can reach a 1 mile radio, and you computer antenna can connect to only 30 yards.. you need to be 30 yards from the AP. There are a number of other factors that can improve or degrade the signal, but in empiric knoledge, this holds true. When you're thinking about connecting a school, any conventional AP/Router can work as long as you stay withing the 40 meter radio, with 1 or 2 15 cm think wall in between, but laptops should be as close as possible to the AP.. again.. empiric knowledge. This AP close to ceiling hypothesis will be tested next ;-) Cheers.. R 2010/7/20 Brenda Wallace : > On Wed, Jul 21, 2010 at 11:21 AM, James Cameron wrote: >> On Tue, Jul 20, 2010 at 11:02:47PM +1200, Tom Parker wrote: >>> The 400mW Ubiquiti device seems a good choice for a smaller number of >>> laptops over a wider area, but I'm no expert on these things. How many >>> walls can the TL-WR741ND penetrate? >> >> Impossible to predict. It depends on the materials used in the walls, >> the thickness relative to the wavelength, the humidity, and the >> structure holding the wall. The floor and ceiling construction also >> has a significant impact on signal propagation; they are in the Fresnel >> zone. >> >>> Is a higher transmit power only >>> really relevant if you're talking to an equally powerful partner? >> >> As a general rule yes, but there are a few exceptions. >> >> 400mW isn't that much greater than 200mW; radio power doubling does not >> double the range. >> > > I've had more success with wifi by placing the antenna in the roof > space. Generally walls go only as far as the ceiling, and ceilings are > thinner than walls. > ___ > Server-devel mailing list > Server-devel@lists.laptop.org > http://lists.laptop.org/listinfo/server-devel > -- Rodolfo D. Arce S. ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] [Marketing] [SoaS] The next Step: v2 Roadmap
Hello all: I'm actually not working solely with Sugar, but with the OLPC deployment and the XS.. The feature that i found to be more important is the re-installing of the operative systrem, beacuse the whole platform is still a little unstable, the OS reinstall is very usefull.. but the restore of the journal is very VERY complicated Daniel Drake made a couple of scripts that were very usefull, which restores a journal to a temp folder.. and when booting looks for that temp folder in order to restore If i tryed to do it manually.. is very long and complicated process.. do-able, but if i think of a 9 year old doing it.. well.. it could be to hard So I think that is someting that we shloud be aiming at.. simple journal backup and restore.. and not only in an OLPC, or XS envoiroment for that matter.. so even in places without XS (for backup) or where reinstall is a fast and easy way to get a system up again.. the journal is the only place where all things are stored cheers.. R On Sat, Jul 4, 2009 at 8:47 PM, Caroline Meeks wrote: > Hi, > I am going to try to answer this, or actually I hope start a brainstorming > session that will get us towards a feature list. > I am going to try to use the Customer Role of an Agile process. That means > I'm going to try to talk as much about the result I want to see as I can and > as little as I can about how to get to it. I do know that some of this is > in the works. I also know that some of it will require the heavens to > deliver us yet another genius programmer with a new skill set to accomplish > by September. But the job of the role of Customer is my mind is to talk > about what I'd like to see, what the business case for it is and what the > priority is. I hope other people will join me in this role as i think its > crucial information for the technical team to have. > Solid Collaboration - Priority A for GPA Project. - Defining what this looks > like and how we get there is an important discussion and i don't have all > those answers. This encompasses local and jabber collaboration. > Straightforward Teacher "Assignment" -> Student -> Teacher > workflow. Priority B for GPA For example. Teacher creates a template > to scaffold student writing. Students do the writing assignment and the > teacher "collects" them. Maybe this happens with Moodle or maybe its done > all in Sugar? > Straightforward Sugarization - By this I mean that a programmer who has > created a game for linux or the web could look at our documentation and > examples and tell his/her boss, "yes I see how we can make this available > for Sugar and it will be a better experience for kids in a classroom through > Sugar." Sugarizing should not mean giving up aggregating data for the > teacher. It should be a better user experience because: automatic saving, > cooler collaboration, easier installation and more consistent performance, > easier for teachers to find, available to the million kids with XOs. > .Priority A for Sugar. > Sugar on SoaS and Netbooks backs up and restores with XS - Priority A for > GPA, > Sugar Live CD - Boothelper - USB Creator all in one - Priority B for SoaS > Sugar on a Stick works with a VM - Priority B for GPA - it still has to > boot on its own also. > A Sugar machine can also run a SoaS - Priority C - Use case. Say you are in > a 1-1 Netbook deployment. Your netbook breaks and it'll be a week till its > repaired. It would be cool to burn a Stick for that kid from the XS backup > and they could then use a teacher's netbook or some kid who is in Gym that > period's netbook and still get to participate in the lesson. > Sugar works on preIntel Macs - Priority C for GPA, Priority B for Sugar. > Sugar works on lesser hardware, say Pentium III 256M. - Priority C for SoaS > Don't let the user keep opening activities until the machine crashes or is > driven to its knees - Priority C for GPA > Less cluttered, more consistent neighborhood view - Priority C for Sugar > I am copying the Server list because I think many of the things I think are > the most important next steps for Sugar require interfacing with, and > improvements in the XS. > Priorities are my current opinions and I tried to not bias them with how > hard I think the tasks are. They are about how important I think they are, > in my opinion, with my customer hat on, to either the GPA pilot, Sugar and > its marketing, and partnerships and adoption, or the Sugar on a Stick > project. I don't think for a second that things should be done in priority > order. > So I hope everyone else sticks their necks out and says what features they > want, what the use cases are and what they think their relative importance > are. Then we can narrow our focus back down to what we can do for > September. > > > > > > > > > 2009/7/4 Sebastian Dziallas >> >> Hi everybody, >> >> so here it is, the Sugar on a Stick v2 Roadmap: >> >> http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Roadmap#Roadmap >> >> Feedback is appreciate
Re: [Server-devel] XS 0.6 on SD card
WOW!!! that sounds like fun.. but.. try running registration.. or backup.. is gonna eat the space very fast.. be carefull with the proxy and jabber too.. they use a lot of resource i don't think the XS was designed with low resources in mind.. but we could hack it a little bit does mesh work? for internet conection? cheers.. R On Wed, Jul 1, 2009 at 11:53 AM, Sameer Verma wrote: > I finally managed to find enough time to install the xs on a SD card > and boot an XO from it. I am impressed! It took a bit longer to go > through the first boot (I presume its because of the SD card) but > after running network_config and domain_config, I rebooted and it ran > without a hitch. I hooked up a usb-to-ethernet adapter for the > backhaul. The mesh node services the XOs. Also ran yum > --enablerepo=olpcxs-testing update and it had no problems there > either. > > I haven't done extensive testing, but will do so and post some more > details soon. > > cheers, > Sameer > -- > Dr. Sameer Verma, Ph.D. > Associate Professor of Information Systems > San Francisco State University > San Francisco CA 94132 USA > http://verma.sfsu.edu/ > http://opensource.sfsu.edu/ > ___ > 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] Actualización XO
English: Hello Kevin: You can find the last versions of all software in the green frame to the right of the home page of wiki.laptop.org. I would recomend to read all procedures several times, not just because is good practice, but also because XOs are not like other laptops, nor is the software in them, is similar but very specific (firmware and operative system) If you have doubts, you can look in wiki.laptop.org, there's plenty of information there (sometimes too much) ;-) for a live-cd of sugar (the XO interface).. you can go to this page, from sugarlabs, there's an ISO and instructions on how to get it to a pendrive http://wiki.sugarlabs.org/go/Sugar_on_a_Stick If you need help in spanish, you can go to the different lists for that language, or if language is not a problem, most prefer english, this lists discussess specifically the XS http://lists.laptop.org/ cheers.. R Espanol: Hola Kevin: Puedes encontrar las ultimas versiones del software en la pagina de incio del wiki.laptop.org.. hay un cuadro verde a la derecha con acceso a las ultimas versiones de todo Te recomendaria que leas varias veces los procedimientos para actualizar algo, no solo porque es buena practica, sino porque las XO no son como una computadora normal, ni tampoco lo es el software que tiene, es similiar, pero muy especifico (firmware y sistema operativo) Si tienes dudas.. busca en la wiki.laptop.org.. hay muuucha info ahi (a veces demasiada) ;-) para un live-cd de sugar (el entorno de la xo).. puedes ir a este sitio, de sugarlabs, hay una ISO y ademas instrucciones para ponerlo en un pendrive http://wiki.sugarlabs.org/go/Sugar_on_a_Stick Si necesitas informacion en castellano, puedes acudir a las listas destinadas para ese idioma, o si no importa el idioma, lo preferente para la mayoria es ingles, esta lista es especificamente para discusiones sobre el servidor XS http://lists.laptop.org/ saludos desde paraguay.. R 2009/6/30 Kevin Benavides : > > > El 30 de junio de 2009 14:46, Walter Bender > escribió: >> >> Could you please ask you question in Spanish? I am having trouble >> following you in English. >> >> gracias. >> >> -walter > >>> > > Hola como estas Walter Bender soy Kevin de Nicaragua tengo una pregunta cuál > es la ultima vercion de software para la xo me gustaría saber y cuál es el > lugar para descargarlo, otra cosa las aplicaciones como calculado, etoys o > sudoku ya viene ahí en el paquete de actualizaciones porque una de las > aplicaciones comunidad es la que sirve para conectarse a internet pero los > driver del wireless son privativos, no sé si hay una actualización diferente > para las aplicaciones que trae la XO. > > > > Otra cosa si existe una actualización para la XO y sus aplicaciones sería > bueno un Livecd para hacer demostraciones para capacitaciones sobre el uso > de las XO por lo menos eso opino. > > > -- > Kevin Mauricio Benavides Castro > American College > Cel: (505) 8376-4616 > "Tener éxito en la vida no es llegar a tener fama, sino a realizar aquello > que realmente deseas" > > ___ > 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] backup server
The moodle directory is /var/lib/moodle, that's for the files and data, but the database, could that be backed up as a binary database file? i had some expriences with mysql (not ps-sql) that didn't work so well, should and "export" of the database work better for that? cheers.. R On Thu, Jun 25, 2009 at 4:15 AM, Martin Langhoff wrote: > On Wed, Jun 24, 2009 at 8:18 PM, Rodolfo D. Arce S. > wrote: >> >> What should be backed up for a reintallation of the server? Or better >> yet, what would be the steps for backup and restore of the XS? > > Good question! > > In general, I would say that you want to backup > > - /library > - /home/idmgr > - /var/lib/moodle > > But I haven't reviewed it thoroughly, so there may be some stray bits > landing elsewhere. I will be happy to merge patches that move all those > things to /library :-) > > One thing is tricky though: the mapping of the users described in the idmgr > DB to UIDs. Right now it is only in /etc/passwd so you are right, it should > be backed up. On restore, you will want to "restore" only part of the passwd > file to the restored system though. > > To make this work better, the idmrg scripts should be updated to > - put the uid of the user somewhere in the DB when the user is created > - have a 'rebuild' script that re-creates the proper OS user accts based on > the user/uid mapping (with due care to avoid priv escalation tricks!) > > Do you think you could file a task in trac for for this, so I remember? > Actually, 2: one for idmgr, one for moodle. > > 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] backup server
Hello: What should be backed up for a reintallation of the server? Or better yet, what would be the steps for backup and restore of the XS? I know that all backup files from laptops is saved in the /library/users directory, but all users and from the /etc/passwd? those are added through the registration process..if I re-regiter a latpop.. the home folder will remain as in the backup (/library/users/XX) and nothing would change? cheers.. R ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] Saludos desde Nicaragua, OLPC SERVER
I didn't fully understand what you said.. The main installation doesn't filter anything.. i think :S..it does use a squid proxy, but no blocking we later added squidGuard to do the redirection, you can look it up in our wiki, we added squidGuard because of our commitment to the educational usage of internet and also because of legislation saludos.. R On Wed, Jun 17, 2009 at 1:42 PM, Kevin Benavides wrote: > Thanks for the information, but I doubt the server can install any Linux > distribution in this case fedora 10 and configure it to filter the > information pages as unfair to the children not to enter these sites or > necessarily install vercion of schoolserver > > > -- > Kevin Mauricio Benavides Castro > American College > ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] Saludos desde Nicaragua, OLPC SERVER
Hola desde Paraguay We're going to continue this convesation in english so others may understand.. we have some instructions in this page for you to look at, they're in spanish and parts in english, hope it works out for you, its based on XS version 0.5.2 http://wiki.paraguayeduca.org/index.php/Servidor you can skip the parts about puppet or the FQDN naming, the rest is standard for any schoolserver installation saludos.. R On Wed, Jun 17, 2009 at 12:41 PM, Kevin Benavides < kbenavi...@americancollege.edu.ni> wrote: > Hola como estan soy de Nicaragua all here in my country is carried out > by the OLPC project but would like to know if you have a video of > installation of the server and which lower the vercion 5.0 website > that told me about their experiences of this software > > -- > Kevin Mauricio Benavides Castro > American College > ___ > 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] web file manager
Hello: Just wanted to let you know that we are using a php file manager to upload files to the schoolserver and later shared through the apache web server.. we're using XS 0.5.2 The project is called phpajaxfilemanager, and is open source, we placed in the /library/uploads directory in the schoolserver, don't forget to change permissions so apache can access them http://sourceforge.net/projects/pafm/ We create to aliases in the webserver.. using a config file like this.. we changed values for the php.ini file from this configuration, and applied only to the alias, so no other aplications (like moodle) would be affected by this changes # /etc/httpd/conf.d/002-uploader.conf Alias /upload /library/uploads AllowOverride All php_value upload_max_filesize 1000 php_value post_max_size 1000 Order allow,deny Allow from all Alias /files /library/uploads/files Options Indexes Order allow,deny Allow from all With this two aliases.. the teachers can use the "upload" interface wich has a very simple authentication.. and the children or other teachers can access to the "files" aliases, without having to authenticate, and they wont be able to erase anything, upload or modify anything I'll admit that is not the safest way to share files using the schoolserver, but it works fine for us.. do you think that are other ways of doing this?? are other deployments using different methods?? cheers.. R ___ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] Server configuration for static IP instead of DHCP
Sorry, made a mistake in the conf file.. here's the real example #IFCFG-ETH0-LOCAL DEVICE=eth0 ONBOOT=on IPADDR=192.168.1.230 NETMASK=255.255.255.0 BROADCAST=192.168.1.255 NETWORK=192.168.1.0 GATEWAY=192.168.1.1 DNS1=192.168.1.1 cheers.. R On Mon, Jun 15, 2009 at 9:18 AM, Rodolfo D. Arce S. wrote: > Could you ping hosts in your internal network? perhaps you didn't set > you gateway > > Instead of changing the /etc/resolv.conf maybe you could try to add > the option in the interface configuration > Example: > > #IFCFG-ETH0-LOCAL > DEVICE=eth0 > ONBOOT=on > IPADDR=192.168.1.230 > NETWORK=255.255.255.0 > BROADCAST=192.168.1.255 > GATEWAY=192.168.1.1 > DNS1=192.168.1.1 > > Could you send your ifcfg-eth0-local file? > > cheers.. R > > On Fri, Jun 12, 2009 at 7:32 PM, wrote: >> Yes, I followed the instruction and created a ifcfg-eth0-local and change >> the /etc/resolv.conf with the original nameserver 172.18.0.1 to 192.168.1.1 >> >> It boot and set my ip to 192.168.1.230. I could not ping an external IP not >> resolve domain names. The orignal dhcp setting just works well. I hope >> setting a static IP would be as easy. >> >> I want a static ip as I want to play around with external web access to the >> Xs-server loaded with other elearning application. >> >> >> >> >>>-Original Message- >>>From: Rodolfo D. Arce S. [mailto:rodolfoa...@eyuhoo.com] >>>Sent: Saturday, June 13, 2009 01:58 AM >>>To: tkk...@nurturingasia.com, 'XS Devel' >>>Subject: Re: [Server-devel] Server configuration for static IP instead of >>>DHCP >>> >>>You have to create a file >>>/etc/sysconfig/network-sripts/ifcfg-eth0-local and configue in it your >>> static IP like any other fedora machine >>> >>>hope that works.. cheers.. R >>> >>>On 6/12/09, tkk...@nurturingasia.com wrote: >>>> Everything works well with DHCP on eth0. However I want have a fixed ip >>>> instead. I followed the instruction Configuring a Static IP address. Each >>>> time I reboot I have assign a satic IP of 192.168.1.130. However not able >>>> to >>>> resolve when I ping mail.google.com. >>>> >>>> Read the thread below. What else do I need to do to get it functioning as >>>> before? >>>> >>>> Cheers >>>> >>>>>-Original Message- >>>>>From: Martin Langhoff [mailto:martin.langh...@gmail.com] >>>>>Sent: Tuesday, June 2, 2009 07:27 PM >>>>>To: i...@grapeprojects.com >>>>>Cc: server-devel@lists.laptop.org >>>>>Subject: Re: [Server-devel] Server configuration >>>>> >>>>>On Tue, Jun 2, 2009 at 12:40 PM, Neo Masilo wrote: >>>>>> Active antenna plugged in on the usb port and the XO's do connect to the >>>>>> server, but not the internet (DNS)>>Reuben Will the XS act as a gateway >>>>>> to >>>>> >>>> >From what you are saying, you are right in setting up the static >>>>>address. Your ISP is blocking direct DNS queries -- so for the >>>>>correct DNS settings you need to instead set the 'forwarders' properly >>>>>in /etc/named/named-xs.conf >>>>> >>>>> >>>>> >>>>> >>>>>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 mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel
Re: [Server-devel] Server configuration for static IP instead of DHCP
You have to create a file /etc/sysconfig/network-sripts/ifcfg-eth0-local and configue in it your static IP like any other fedora machine hope that works.. cheers.. R On 6/12/09, tkk...@nurturingasia.com wrote: > Everything works well with DHCP on eth0. However I want have a fixed ip > instead. I followed the instruction Configuring a Static IP address. Each > time I reboot I have assign a satic IP of 192.168.1.130. However not able to > resolve when I ping mail.google.com. > > Read the thread below. What else do I need to do to get it functioning as > before? > > Cheers > >>-Original Message- >>From: Martin Langhoff [mailto:martin.langh...@gmail.com] >>Sent: Tuesday, June 2, 2009 07:27 PM >>To: i...@grapeprojects.com >>Cc: server-devel@lists.laptop.org >>Subject: Re: [Server-devel] Server configuration >> >>On Tue, Jun 2, 2009 at 12:40 PM, Neo Masilo wrote: >>> Active antenna plugged in on the usb port and the XO's do connect to the >>> server, but not the internet (DNS)>>Reuben Will the XS act as a gateway >>> to >> > >From what you are saying, you are right in setting up the static >>address. Your ISP is blocking direct DNS queries -- so for the >>correct DNS settings you need to instead set the 'forwarders' properly >>in /etc/named/named-xs.conf >> >> >> >> >>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 mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel