/srv/irclogs.ubuntu.com/2010/10/04/#edubuntu.txt

alkisgGood morning08:03
freedomdoes edubuntu builtin dhcp server?11:51
freedomhow do i run ltsp after install?11:52
=== nixternal is now known as Guest8628
=== nixternal_ is now known as nixternal
kidarhi alksig16:09
kidarhope u remember me. have a problem in the classroom that i set up16:10
kidarthe pcs that have win98 have only 24mb ram. server has 3gig16:21
kidaris there a way of setting up server to give more mem16:22
alkisgTo use 24MB PCs as ltsp clients? It's too little RAM, they won't boot with that16:28
alkisg64MB is the lowest minimum for 10.04, and even then it won't work out of the box, but a few manual changes are needed in some startup scripts16:29
alkisgAbout 80MB is the "out of the box" minimum16:29
kidarhow about booting straight from network card with these pc, is there anyway i can configure ltsp server to give sufficient ram to the stations16:54
alkisgkidar: there's no way to boot any recent linux version with those stations17:21
alkisgThe only way to make them useful with linux would be to either use the ancient LTSP 4, which noone uses anymore, or use some ancient distro like Deli-linux, and then do remote X to the ltsp server17:22
alkisg(that's not LTSP anymore though)17:22
kidaror alternatively get more mem17:29
kidarin the system i also 3 pcs which have 128mb and xp. managed to get them to boot using the onboard nic but it is very slow17:31
alkisgDid you try LDM_DIRECTX=True? It gives speed at a security cost.17:32
alkisgAlso, if you don't have gigabit network, it'd help to upgrade it, at least from the server to the switch.17:33
kidarserver is gigabit rest 10/10017:40
kidarregarding ldm no i did not try. where/ how to? also the school does not have internet so a solution for that too pls or alt i can bring it home again17:42
kidarby the way did not get ur name the last time :)17:42
alkisgThe proper channel for ltsp questions is #ltsp, there's a link to the ltsp docs there17:51
alkisgAlso the man page has some info about it: http://manpages.ubuntu.com/lts.conf17:51
alkisgBtw, for the gigabit server<=>switch connection to work, you'd need to disable flow control, otherwise it's 10 times slower: https://help.ubuntu.com/community/UbuntuLTSP/FlowControl18:06
highvoltagealkisg: hey there, how are you doing?20:51
alkisgHi highvoltage20:51
* alkisg is watching a video about some new ministry plans *not* to have computer lessons in high schools in Greece..!!!20:52
mhall119that's sad to hear20:54
mhall119what was the rationale?20:54
alkisgmhall119: are there computer lessons in secondary education in your country?20:54
mhall119alkisg: not much, mostly tough typing when I went through school20:55
alkisgNo idea about the rationale, the plans are not official yet - but I really wonder why they'd do that20:55
mhall119I don't think it's any more indepthy now20:55
highvoltagealkisg: what? how's that possible!?20:55
alkisgUgh. Here we even had some programming lessons in high schools (17 y.o.)20:55
highvoltagealkisg: I guess there'll probably be some objections :)20:55
alkisgI hope so... :)20:55
mhall119I wish programming was a required topic for all high schools20:56
mhall119in the near future, everybody is going to need to understand at least some of it20:56
highvoltagealkisg: I've been tasked to test NBD this week and look at its current status20:56
alkisgNow they say they won't have any computer lessons at all, not even optional ones, for students wanting to go to universities that involve programming...20:56
alkisghighvoltage: and?20:56
highvoltagealkisg: stgraber told me that you had some problems before in your implementations, I just wanted to check if there's something not already in the bug lists and if there's something else I should also note :)20:57
alkisgnbd-proxy is causing problems to lots of people, I'm not sure if the bug reports reflect that well enough,20:58
alkisgand there are some upstart problems which I worked around in a recent commit (trying up to 10 times - some clients make it on the 8th try!),20:58
alkisgother than those, nbd works well20:59
highvoltageouch21:00
alkisgIf I had to give an estimate, I'd say that about 5-10% of ltsp clients don't boot without those nbd-proxy/upstart-or-udev workarounds... :(21:01
alkisgAbout nbd-proxy, I think it'd be good if stgraber only used that for cluster installations by default,21:02
highvoltageoops, I see I just said nbd earlier, I meand nbd-proxy :)21:02
alkisgand for a proper solution to the udev problem, a more experienced hacker than me would be needed - I tried udevadm settle but it didn't work for me21:02
highvoltage*meant21:02
highvoltage(ugh Mondays)21:02
alkisgAlso the "disabling compression by default" too would be better if it was only enabled for ltsp cluster, as it's causing a lot of slowdown21:04
stgraberhmm, maybe you're lucky not to go through the case where having compression causes kernel panic but it was really easy to reproduce with ltsp-live back in lucid21:06
stgraberno compression turned the kernel panic issue down to 0 so it was prefered to do it this way and let people re-compresss (at their own risk) than the other way around21:06
alkisgstgraber: I've reenabled compression for all schools here in greece, so I can report for about 1000 clients that they work OK21:07
alkisgWasn't it working OK previously in 8.04-9.10?21:07
stgraberit was yes, something in the kernel made it break after that21:07
stgraberwe still run with compression on for 8.04 and 9.10 (though we try to get rid of these ;))21:08
alkisgstgraber: without compression it's much slower, e.g. fat clients need twice the time to boot21:08
alkisgIn any case it's been working ok in all installations here21:08
alkisg(with compression on)21:09
alkisgMaybe those people that you refer to had networking problems, and compression == off just means that they'll get periodic crashes instead of nbd "notifying" them with kernel panics?21:10
stgraberI'll be re-testing with Natty but at least on lucid I could get kernel panics almost 50% of the time with two machines on a gigabit network, one being a regular core2 laptop as a server and the other an asus EEE as a client21:10
* alkisg has seen that and it was solved when the people fixed their network sockets...21:10
stgraberthey were connected through two cat6 network cables (tested for gigabit without any issue) and didn't go through any router21:11
stgraberthese issues seem to happen more often when the network speed was great21:11
alkisgAny realtek cards there? Maybe it was a driver issue....21:11
stgraberintel e1000 both sides IIRC21:11
alkisgHmmm weird that I never saw that problem... I've personally tested on gigabit networks too21:12
stgraberit was so reproducable that I couldn't even get my lucid benchmarks right just because it'd freeze half of the time ;)21:12
alkisgomg :)21:12
stgraberI tried with every single mksquashfs parameters to improve the situation and the only way I found that would restore stability to 100% was to turn off compression21:13
alkisgstgraber: ah, were you using nbd-proxy?21:13
stgraberthen I managed to do over 2000 reboots in a row without any crash21:13
alkisgI've seen it fail many times, I'm not using it on greece at all21:13
alkisgSo maybe it's a nbd-proxy/nbd compression combination problem21:13
alkisgIf you could test without nbd-proxy on that environment where you were seeing the problem, that'd help...21:14
stgrabernbd-proxy was doing what it was supposed to in these cases. So running it would freeze in these cases and without it it wouldn't freeze immediately but doing a "find /" after boot would return I/O errors21:14
alkisgExcept for clients not booting at all with nbd-proxy, I've also seen it have "negotiation problems" and "unexpected header in nbd reply" and stuff like that21:15

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!