00:46 | shawnp0wers has left IRC (shawnp0wers!~shawnp0we@linuxjournal/staff/shawnp0wers, Read error: Connection reset by peer) | |
01:50 | klausade has joined IRC (klausade!~klaus@cm-84.215.153.179.getinternet.no) | |
02:31 | mmetzger has left IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net, Ping timeout: 260 seconds) | |
02:33 | mmetzger has joined IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net) | |
03:03 | elias_a_ has left IRC (elias_a_!elias@hilla.kapsi.fi, Ping timeout: 246 seconds) | |
03:03 | elias_a has joined IRC (elias_a!elias@hilla.kapsi.fi) | |
03:20 | sbalneav has left IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca, Ping timeout: 248 seconds) | |
03:21 | sbalneav has joined IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca) | |
03:25 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
03:26 | shawnp0wers has joined IRC (shawnp0wers!~shawnp0we@linuxjournal/staff/shawnp0wers) | |
03:34 | elias_a has left IRC (elias_a!elias@hilla.kapsi.fi, Ping timeout: 272 seconds) | |
03:34 | elias_a has joined IRC (elias_a!elias@hilla.kapsi.fi) | |
03:40 | andygraybeal has joined IRC (andygraybeal!~andy@h214.206.213.151.dynamic.ip.windstream.net) | |
03:48 | <alkisg> !learn fat-passwd as `to allow fat client users to change their password, install the usermode page both in the server and in the chroot, and put these in lts.conf: REMOTE_APPS=True, RCFILE_01="sed 's,^Exec=,Exec=ltsp-remoteapps ,' -i /usr/share/applications/redhat-userinfo.desktop", RCFILE_02="sed 's,^Exec=,Exec=ltsp-remoteapps ,' -i /usr/share/applications/redhat-userpasswd.desktop"`
| |
03:48 | <ltsp> The operation succeeded.
| |
03:49 | <alkisg> !learn fat-passwd as `to allow fat client users to change their password, install the usermode package both in the server and in the chroot, and put these in lts.conf: REMOTE_APPS=True, RCFILE_01="sed 's,^Exec=,Exec=ltsp-remoteapps ,' -i /usr/share/applications/redhat-userinfo.desktop", RCFILE_02="sed 's,^Exec=,Exec=ltsp-remoteapps ,' -i /usr/share/applications/redhat-userpasswd.desktop"`
| |
03:49 | <ltsp> The operation succeeded.
| |
03:52 | andygraybeal has left IRC (andygraybeal!~andy@h214.206.213.151.dynamic.ip.windstream.net, Read error: Connection reset by peer) | |
03:53 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 246 seconds) | |
03:54 | andygraybeal has joined IRC (andygraybeal!~andy@h214.206.213.151.dynamic.ip.windstream.net) | |
03:54 | <alkisg> vagrantc: hi, I got my LTSP Trusty installation up and running, do you want us to continue with the cdpinger removal?
| |
04:16 | <vagrantc> alkisg: sounds fun! :)
| |
04:17 | <alkisg> Nice! Are you going to use udisks for debian, or should I try to locate the udev logic that ubuntu uses instead?
| |
04:17 | I'm afraid that ubuntu might be _calling_ udisks at some point from some udev rule anyways...
| |
04:17 | <vagrantc> alkisg: well, i got it working without udisks with a modified udev rule, so i figured just install different udev rules on debian
| |
04:18 | <alkisg> Ah, sure, that sounds fine!
| |
04:18 | Will you submit a revised patch in the bug report?
| |
04:20 | <vagrantc> alkisg: i think the latest patch is what's needed on debian, just need to do packaging to make it conditional at build time or run time
| |
04:20 | or some combination thereof
| |
04:21 | alkisg: probably can't get it done today, but maybe in the next couple days
| |
04:21 | alkisg: i am cuurious about udisks being called from ubuntu udev rules, though
| |
04:22 | alkisg: i mean, if you *can* figure out a cleaner option that keeps the debian/ubuntu diff smaller, that'd be great.
| |
04:23 | <alkisg> Hmmm I'll try, but I think it was quite confusing and needed a lot of time, so if we have something quick that works, I'd prefer to postpone it and focus on other more important things first (more important than minimizing the .diff, that is), like the user-owned ssh socket
| |
04:24 | About ltsp-genmenu, I propose that we use server-side caching for the icons, e.g. to expand all of the icons in /usr/share/applications it currently needs 30 secs...
| |
04:27 | <vagrantc> sure sure
| |
04:27 | no attachment to ltsp-genmenu's implementation
| |
04:28 | <alkisg> vagrantc: do we still want the login server to only have ssh installed as a requirement? No ltsp package at all?
| |
04:28 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
04:28 | <alkisg> Or could we at some point require e.g. the ldm-server package?
| |
04:28 | <vagrantc> alkisg: we already don't support a lot of features without server-side stuff
| |
04:29 | <alkisg> Ah, cool. So we can have a service that caches stuff in /var/cache...
| |
04:29 | <vagrantc> i've never been so convinced of the importance of being able to log into servers without an ltsp related packages installed...
| |
04:30 | i mean, for basic functionality, sure, ssh and a window manager should ideally still work...
| |
04:30 | but if that makes everything else too complicated, i'd rather have the other features
| |
04:30 | <alkisg> Thanks for that! :)
| |
04:30 | <vagrantc> although it does make backports more important
| |
04:31 | alkisg: i would really want server-side requirements to be a stable implementation to minimize the need for server-side backports
| |
04:31 | or at least, the client-server interaction could be stable, even if under the hood it's a bit different
| |
04:32 | <alkisg> I think ltspd would help a lot there, once it replaces ldm-server...
| |
04:33 | It could even be a separate package from ltsp (like ldm-server is now), and it could contain anything that's needed from a server to allow ltsp clients to log in with all the features
| |
04:34 | <vagrantc> yeah, i haven't liked that ltsp-server is a dependency to use localapps, for example
| |
04:34 | i've typically set up a separate root server from the application server
| |
04:35 | <alkisg> vagrantc: I don't remember if I asked you previously, do you think it would be a security issue to pass $LDM_PASSWORD to the environment of shell scripts (as long as they don't use it in command lines, of course...)?
| |
04:35 | <vagrantc> eeeyk!
| |
04:35 | <alkisg> :D
| |
04:36 | Haha
| |
04:36 | Why do you think it's a security issue?
| |
04:36 | <vagrantc> my gut tells me so.
| |
04:37 | i don't have specifics
| |
04:37 | <alkisg> And if they're .c files, it's ok?
| |
04:38 | <vagrantc> there are numerous issues with security in environment variables in shell... badly written code is badly written code ... but i think there is a difference
| |
04:38 | which, i know, isn't very specific...
| |
04:39 | * alkisg imagined using `expect` to open the user-owned ssh socket from shell, or `crypt` to update /etc/shadow with the user's password's md5sum... | |
04:40 | <alkisg> OK, so I'll have to look into ssh.c if I want to make the socket user-owned
| |
04:40 | A last question there...
| |
04:40 | <vagrantc> because we need to cache the password to do that?
| |
04:40 | * vagrantc wonders how pam_sshauth does it... | |
04:40 | <alkisg> I just didn't want to do those in .c, I preferred to do it from shell scripts
| |
04:41 | Another question there.. We don't rely on the UID/GID of the local user being the same as the server user
| |
04:41 | <vagrantc> pam_sshauth opens a ssh connection as root, and then gets a bunch of info, and then opens it as user
| |
04:41 | alkisg: it does result in problems with UID/GID mismatches, doesn't it?
| |
04:42 | <alkisg> What if we had an ldm user instead, and opened the socket with its uid/gid, and then usermod'ed its name to that of the logged in user?
| |
04:42 | <vagrantc> how does sshfs handle switches?
| |
04:42 | <alkisg> vagrantc: with sshfs no, with named-based mapping nfs no, I don't know if nfs ever does uid mapping
| |
04:42 | <vagrantc> hmmm.
| |
04:43 | <alkisg> If the ldm-user logic doesn't hit into a wall anywhere, we could even run X as non-root
| |
04:43 | <vagrantc> i've definitely had issues with NFS setups where the uid/gid stuff didn't match
| |
04:45 | F-GT has left IRC (F-GT!~phantom@ppp59-167-136-109.static.internode.on.net, Read error: Connection reset by peer) | |
04:45 | F-GT has joined IRC (F-GT!~phantom@ppp59-167-136-109.static.internode.on.net) | |
04:47 | * alkisg wonders if it's possible to chown an ssh socket after it's created and still have it working | |
04:53 | andygraybeal has left IRC (andygraybeal!~andy@h214.206.213.151.dynamic.ip.windstream.net, Ping timeout: 248 seconds) | |
05:40 | <alkisg> Ah, no need, we can just merge two sockets together, one user-owned and the root-owned
| |
05:40 | * alkisg checks at mkfifo etc... | |
05:42 | <vagrantc> whoah
| |
05:48 | <alkisg> More in a while, bbiab :)
| |
05:48 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
06:36 | work_alkisg is now known as alkisg | |
07:12 | <alkisg> vagrantc: is there any reason not to delete the getty service on tty1 by default, since local login requires manual configuration anyway?
| |
07:58 | !nbd-client
| |
07:58 | <ltsp> nbd-client: To try mounting the NBD image from the client initramfs: nbd-client 192.168.67.1 -N /opt/ltsp/i386 /dev/nbd0
| |
08:00 | <vagrantc> alkisg: i suppose not...
| |
08:01 | * vagrantc clings to the poor getty | |
08:01 | * alkisg wants to see if that solves the plymouth message about tty1... | |
08:02 | * vagrantc sleeps | |
08:02 | <alkisg> goodnight!
| |
08:03 | Ouch the Trusty initrd is 6 mb larger...
| |
08:06 | vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Ping timeout: 246 seconds) | |
08:12 | alexqwesa has joined IRC (alexqwesa!~alex@109.172.12.47) | |
08:40 | teacher has joined IRC (teacher!c23fefe7@gateway/web/freenode/ip.194.63.239.231) | |
08:40 | teacher is now known as navgou | |
08:46 | GrembleBean has joined IRC (GrembleBean!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net) | |
09:01 | bennabiy has left IRC (bennabiy!~Thunderbi@24-181-55-79.dhcp.gnvl.sc.charter.com, Read error: Connection reset by peer) | |
09:03 | alkisg has left IRC (alkisg!~alkisg@plinet.ioa.sch.gr, Remote host closed the connection) | |
09:05 | bennabiy has joined IRC (bennabiy!~Thunderbi@24-181-55-79.dhcp.gnvl.sc.charter.com) | |
09:06 | work_alkisg has joined IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr) | |
09:23 | khildin_sn has joined IRC (khildin_sn!~khildin@41.83.44.231) | |
09:59 | FGXR6 has joined IRC (FGXR6!~phantom@ppp121-44-71-7.lns20.syd6.internode.on.net) | |
10:02 | F-GT has left IRC (F-GT!~phantom@ppp59-167-136-109.static.internode.on.net, Ping timeout: 272 seconds) | |
10:07 | bitcheker has joined IRC (bitcheker!~bitchecke@dynamic-adsl-62-10-108-237.clienti.tiscali.it) | |
10:18 | bitcheker has left IRC (bitcheker!~bitchecke@dynamic-adsl-62-10-108-237.clienti.tiscali.it, Quit: {exiting}) | |
10:34 | <khildin_sn> !seen alkisg
| |
10:34 | <ltsp> alkisg was last seen in #ltsp 2 hours, 30 minutes, and 37 seconds ago: <alkisg> Ouch the Trusty initrd is 6 mb larger...
| |
10:34 | <khildin_sn> !seen andygreybeal
| |
10:34 | <ltsp> I have not seen andygreybeal.
| |
10:35 | <khildin_sn> !seen andygraybeal
| |
10:35 | <ltsp> andygraybeal was last seen in #ltsp 1 day, 19 hours, 41 minutes, and 19 seconds ago: <andygraybeal> i have no idea about wireless internet of that :)
| |
10:46 | <Hyperbyte> !seen ltsp`
| |
10:46 | <ltsp> I have not seen ltsp`.
| |
10:46 | <Hyperbyte> !seen the light
| |
10:46 | <ltsp> (seen [<channel>] <nick>) -- Returns the last time <nick> was seen and what <nick> was last seen saying. <channel> is only necessary if the message isn't sent on the channel itself. <nick> may contain * as a wildcard.
| |
10:47 | <Hyperbyte> Hah
| |
10:53 | freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun) | |
11:06 | bobptz has joined IRC (bobptz!c23fefe7@gateway/web/freenode/ip.194.63.239.231) | |
12:00 | navgou has left IRC (navgou!c23fefe7@gateway/web/freenode/ip.194.63.239.231, Quit: Page closed) | |
12:05 | work_alkisg is now known as alkisg | |
12:16 | willianmazzardo has joined IRC (willianmazzardo!~textual@187.4.15.116) | |
12:22 | <alkisg> !seen the light
| |
12:22 | <ltsp> I have not seen the light.
| |
12:23 | <alkisg> Hyperbyte: ^
| |
12:37 | alexqwesa has left IRC (alexqwesa!~alex@109.172.12.47, Ping timeout: 248 seconds) | |
12:45 | <khildin_sn> hi alkisg .... :)
| |
12:47 | I will try Userfull to throw out the multipoint server
| |
12:49 | at least I will have an 'all edubuntu' environment with that...
| |
12:50 | * alkisg hopes userful is compatible with that specific equipment and doesn't need something else... | |
12:50 | <khildin_sn> next step is using other thin clients (with NIC instead only USB)
| |
12:50 | yes... I looked it up... they are HP T150 clients... and are on the list of userful
| |
12:52 | still shocked that 'they' donated such a NON scalable solution... :(
| |
12:53 | completely ignorant about the local situation....
| |
12:53 | giving 6 clients while there are classes of 30-50 students..... *bangs head against the wall*
| |
13:26 | workingcats has joined IRC (workingcats!~workingca@212.122.48.77) | |
13:26 | cliebow has left IRC (cliebow!~cliebow@WatchGuard.ellsworth-hs.ellsworth.k12.me.us, Ping timeout: 272 seconds) | |
13:36 | alkisg is now known as work_alkisg | |
13:38 | cliebow has joined IRC (cliebow!~cliebow@WatchGuard.ellsworth-hs.ellsworth.k12.me.us) | |
13:56 | alexqwesa has joined IRC (alexqwesa!~alex@109.172.12.47) | |
14:09 | mmetzger has left IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net, Ping timeout: 246 seconds) | |
14:09 | sbalneav has left IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca, Ping timeout: 246 seconds) | |
14:09 | mmetzger has joined IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net) | |
14:10 | sbalneav has joined IRC (sbalneav!~sbalneav@mail.legalaid.mb.ca) | |
14:12 | willianmazzardo has left IRC (willianmazzardo!~textual@187.4.15.116, Ping timeout: 246 seconds) | |
14:12 | freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Ping timeout: 246 seconds) | |
14:14 | freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun) | |
14:25 | shawnp0wers has left IRC (shawnp0wers!~shawnp0we@linuxjournal/staff/shawnp0wers, Ping timeout: 246 seconds) | |
14:25 | shawnp0wers has joined IRC (shawnp0wers!~shawnp0we@linuxjournal/staff/shawnp0wers) | |
14:38 | khildin_sn has left IRC (khildin_sn!~khildin@41.83.44.231, Ping timeout: 240 seconds) | |
14:52 | khildin_sn has joined IRC (khildin_sn!~khildin@41.83.49.103) | |
14:58 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
15:14 | dsugar100 has left IRC (dsugar100!~dsugar@columbia.tresys.com, Remote host closed the connection) | |
15:14 | dsugar100 has joined IRC (dsugar100!~dsugar@columbia.tresys.com) | |
15:15 | dsugar100 has joined IRC (dsugar100!~dsugar@columbia.tresys.com) | |
15:28 | Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas) | |
15:29 | freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Ping timeout: 260 seconds) | |
15:33 | freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun) | |
15:42 | andygraybeal has joined IRC (andygraybeal!~andy@h214.206.213.151.dynamic.ip.windstream.net) | |
15:52 | freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Ping timeout: 248 seconds) | |
15:54 | freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun) | |
16:00 | Fenuks has joined IRC (Fenuks!~Fenuks@212.164.205.71) | |
16:02 | GrembleBean has left IRC (GrembleBean!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net, Remote host closed the connection) | |
16:24 | bennabiy has left IRC (bennabiy!~Thunderbi@24-181-55-79.dhcp.gnvl.sc.charter.com, Quit: http://www.twelvetribes.org) | |
16:25 | bennabiy has joined IRC (bennabiy!~Thunderbi@24-181-55-79.dhcp.gnvl.sc.charter.com) | |
16:41 | <khildin_sn> andygraybeal, hows life ... :)
| |
16:43 | I am going to give userful a shot... the clients appear to be HP T150's and are supported by usrful version 4.1 and up....
| |
16:49 | GrembleBean has joined IRC (GrembleBean!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net) | |
16:55 | vagrantc has joined IRC (vagrantc!~vagrant@freegeek/vagrantc) | |
16:58 | GrembleBean has left IRC (GrembleBean!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net, Quit: I Leave) | |
17:07 | GrembleBean has joined IRC (GrembleBean!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net) | |
17:25 | <andygraybeal> khildin_sn, we got the kid home... my lady had a drug test and it showed up for barbituates and tricyclen ... downers and uppers!!!!
| |
17:25 | they contacted children services
| |
17:25 | <vagrantc> ?
| |
17:25 | <andygraybeal> anyway she isn't on drugs.
| |
17:25 | i guess it's just a false positive and they have to retest her or something
| |
17:26 | but it's not even his first 24 hours home.
| |
17:28 | it's weird
| |
17:28 | <vagrantc> certainly a strange thing to see on #ltsp first thing in the monring :P
| |
17:35 | <andygraybeal> yea sorry
| |
17:35 | totlaly off topic
| |
17:36 | how is life in africa khildin_sn?
| |
17:36 | hp t150.. i'm gonna look it up
| |
17:36 | i'm happy to hear userful will work with them! sounds very promising
| |
17:37 | <cliebow> andygraybeal, what a crock
| |
17:37 | <andygraybeal> yea, he's 12 days old!!!! :)
| |
17:38 | my first!!
| |
17:38 | edwinosantos has joined IRC (edwinosantos!be50c664@gateway/web/freenode/ip.190.80.198.100) | |
17:39 | <edwinosantos> hello everyone
| |
17:39 | <cliebow> Congratulations!!..i had my three and am working on thirds grandchild
| |
17:39 | <andygraybeal> i hope to live to see that!
| |
17:39 | <edwinosantos> does anybody here has arm ltsp clients working?
| |
17:39 | <andygraybeal> congrats to you too :)
| |
17:39 | <vagrantc> edwinosantos: a few proof-of-concepts...
| |
17:40 | <edwinosantos> my english is not that good . what do you mean with that?
| |
17:41 | <vagrantc> edwinosantos: kind of working
| |
17:41 | edwinosantos: but maybe with issues or problems
| |
17:41 | <edwinosantos> ohhhhh
| |
17:42 | * vagrantc has been looking for a decent arm-based thin client for ages | |
17:43 | ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, Ping timeout: 252 seconds) | |
17:43 | <khildin_sn> <- back
| |
17:43 | hi andygraybeal
| |
17:43 | <vagrantc> edwinosantos: do you have something in particular?
| |
17:44 | <edwinosantos> I am working on a really big project
| |
17:44 | ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de) | |
17:44 | <edwinosantos> and it crossed my eyes here arm thin clients
| |
17:45 | <khildin_sn> andygraybeal, gratz with your son!
| |
17:45 | <edwinosantos> I read something on wyse.com their t10 model. they talk very good about the model. but they just talk about windows and cytrix etc etc
| |
17:45 | price for those clients are way cheaper than a x86 thin client
| |
17:45 | <khildin_sn> edwinosantos, you already decided on the client to use?
| |
17:46 | <andygraybeal> khildin_sn, those t150 cost $120 last year? i can get used lenovo p4 for 50 bucks w/o harddrive :)
| |
17:46 | but nevermind, the power advantave of the t150.. so i lose.
| |
17:46 | <khildin_sn> andygraybeal, I can get P4's for nothing....
| |
17:46 | but shipping is a bitch
| |
17:46 | <edwinosantos> I am doing some talk with a company in china
| |
17:47 | <khildin_sn> andygraybeal, I am downloading userful image now...
| |
17:47 | <edwinosantos> amd t40n , no wifi, no ssd 127 us
| |
17:47 | <vagrantc> edwinosantos: it is possible, but it may be a lot of work to get working well.
| |
17:47 | <khildin_sn> 2GB on a 100Kb line..... argggggggggggggggggggg
| |
17:47 | already busy whole day
| |
17:48 | if all goes ok the DL is ready in 25 minutes
| |
17:48 | <edwinosantos> got it
| |
17:48 | <vagrantc> edwinosantos: for that price, you could get a wandboard quad which has decent support ...
| |
17:48 | <andygraybeal> userful is 2gb!!!!!?
| |
17:48 | <vagrantc> edwinosantos: well, a little more expensive
| |
17:48 | <khildin_sn> yeah... the full install
| |
17:48 | imox has joined IRC (imox!~imox@91-65-182-111-dynip.superkabel.de) | |
17:48 | imox has joined IRC (imox!~imox@91-65-182-111-dynip.superkabel.de) | |
17:49 | <edwinosantos> t.client is 2 Gb RAM
| |
17:49 | <khildin_sn> I also grabbed the package that runs on top of ubuntu.... that way less
| |
17:49 | <vagrantc> edwinosantos: a link to the client you're looking at?
| |
17:49 | <khildin_sn> edwinosantos, now you are talking... :) must fly!
| |
17:49 | what price?
| |
17:49 | <edwinosantos> 127
| |
17:49 | <khildin_sn> I'd love to ditch those T150's USB clients
| |
17:50 | <edwinosantos> hold on
| |
17:50 | <khildin_sn> edwinosantos, those clients are diskless as well?
| |
17:51 | or have a flashcard?
| |
17:51 | <edwinosantos> yeap no wifi , no ssd
| |
17:51 | I requested that
| |
17:51 | <khildin_sn> so no option to use a fat client image with LTSP?
| |
17:51 | <edwinosantos> vagrant have no link sales representative sent me the specs and picture
| |
17:52 | <khildin_sn> they don't want to sell anything then?.... *laughs*
| |
17:52 | <vagrantc> edwinosantos: hard to know how easy it would be too support
| |
17:52 | <khildin_sn> edwinosantos, ask a sample first... ;)
| |
17:52 | <edwinosantos> are you asking me about the arm clients?
| |
17:52 | sure man
| |
17:54 | <vagrantc> edwinosantos: if the vendor doesn't support the arm support in the linux kernel, it will probably be hard to support LTSP.
| |
17:54 | arm based boards are often very poorly supported
| |
17:55 | <edwinosantos> http://www.smartcloud-china.com/
| |
17:55 | I will stay with amd t40N then
| |
17:56 | <vagrantc> but some boards are well supported... so it really depend on the hardware
| |
17:57 | <edwinosantos> http://www.smartcloud-china.com/index.php?app=prot&act=show&cat=16&id=243
| |
17:57 | <khildin_sn> did you have a look at igel? I heard some good stories
| |
18:03 | Fenuks has left IRC (Fenuks!~Fenuks@212.164.205.71, Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/) | |
18:04 | freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Ping timeout: 272 seconds) | |
18:05 | <vagrantc> edwinosantos: sounds like pretty nice specs... wonder what the proc is based on
| |
18:06 | <edwinosantos> amd t40N
| |
18:07 | <khildin_sn> wow T40N?.... that's what I have in my homeserver.... (HP microserver)
| |
18:07 | freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun) | |
18:08 | <khildin_sn> isn't that a bit heavy for a TC?
| |
18:09 | <vagrantc> doesn't hurt to be able to do fatclients or localapps ...
| |
18:10 | and with arm, the power consumption is usually so low...
| |
18:10 | <khildin_sn> true... but then still.... I run Zentyal server with the whole lot on that
| |
18:10 | <vagrantc> that doesn't look like an arm processor, though.
| |
18:11 | <edwinosantos> for school labs what would u guys recommend'?
| |
18:11 | what specs
| |
18:12 | <vagrantc> the t40n
| |
18:12 | edwinosantos: it really depends on what they're doing
| |
18:12 | <khildin_sn> looks like x86 to me....
| |
18:13 | if you need some local apps (if your server has limited resources) get enough memory on the TC and not too little proc power...
| |
18:13 | like 1Ghz proc and 1 GB memory should be sufficient...
| |
18:14 | <edwinosantos> excelent
| |
18:14 | <khildin_sn> and a small SSD of 8 or 16GB...
| |
18:14 | <vagrantc> ssd?
| |
18:14 | <khildin_sn> or flashcard
| |
18:14 | <vagrantc> what do you need that for with LTSP?
| |
18:15 | <khildin_sn> local apps?...
| |
18:15 | or am I mixing something?
| |
18:15 | <vagrantc> localapps don't use local disks
| |
18:15 | <khildin_sn> ok my bad
| |
18:15 | <vagrantc> not typically
| |
18:16 | thin clients, fat clients, localapps ... all use storage on the server by default.
| |
18:17 | <edwinosantos> LTSP Rulessssss man
| |
18:17 | really in love with this technology
| |
18:18 | is there a software around that makes adding user easy fro school staff?
| |
18:19 | <vagrantc> you just add the users to the server install.
| |
18:20 | <khildin_sn> I am off... DL has finished
| |
18:20 | <edwinosantos> what about backing up a 500 students
| |
18:20 | users
| |
18:20 | khildin_sn has left IRC (khildin_sn!~khildin@41.83.49.103, Quit: Leaving) | |
18:20 | <edwinosantos> and loading in a new install thats easy too right
| |
18:21 | <vagrantc> that's not LTSP specific
| |
18:21 | <edwinosantos> yeap you are right
| |
18:21 | hehehehe
| |
18:21 | <vagrantc> other than LTSP tends to actually have many users on a single machine :)
| |
18:22 | edwinosantos: LTSP fat clients might be better if you have a lot of people using it at once
| |
18:24 | <edwinosantos> how many is a lot ?
| |
18:24 | in a 8 Gb quad core server
| |
18:25 | <vagrantc> edwinosantos: how many clients do you plan to have?
| |
18:25 | <edwinosantos> 30-50
| |
18:25 | alexqwesa has left IRC (alexqwesa!~alex@109.172.12.47, Ping timeout: 248 seconds) | |
18:25 | <edwinosantos> I will do some local apps too
| |
18:26 | <vagrantc> depending on what they're doing, that might not be enoughh
| |
18:26 | <edwinosantos> I was even thinking in fat clients all the way
| |
18:26 | <vagrantc> localapps could help, although often fat clients are simpler if you have the client hardware
| |
18:26 | <edwinosantos> 2 Gb Ram helps?
| |
18:27 | <vagrantc> yeaah, 2GB of ram in the thin clients should be pretty good.
| |
18:27 | although applications these days eat a lot of ram :(
| |
18:29 | <edwinosantos> standard edubuntu apps won't hurt that much?
| |
18:31 | libreoffice and such
| |
18:32 | <vagrantc> firefox can be brutal
| |
18:33 | <edwinosantos> yeah have experienced that hehehe
| |
18:33 | I have a hp thin client 512 Mb RAM and it doesn't run smooth on youtube
| |
18:35 | <vagrantc> many apps assume things like swap partitions and thus use ram wastefully
| |
18:35 | <edwinosantos> would you say that using swap in thin clients helps?
| |
18:36 | <alkisg> !flash
| |
18:36 | <ltsp> flash: Yes, flash sucks. An HD full screen 30 fps video needs 2.5 Gbps bandwidth (1920×1080×4×30)! Make sure you have LDM_DIRECTX=True in your lts.conf file, or if it's just youtube you're after, try some flash replacing plugin like http://linterna-magica.nongnu.org
| |
18:36 | <vagrantc> yeah,, it can help
| |
18:36 | <alkisg> Flash on thin clients is a special case :)
| |
18:36 | <vagrantc> especially bad.
| |
18:39 | <edwinosantos> if you could do a no-to-do list for ltsp development what would that be
| |
18:39 | workingcats has left IRC (workingcats!~workingca@212.122.48.77, Quit: Leaving) | |
18:39 | <vagrantc> what not to do with LTSP clients?
| |
18:40 | Phantomas has left IRC (Phantomas!~Phantomas@ubuntu/member/phantomas, Quit: Leaving.) | |
18:40 | <edwinosantos> yeah
| |
18:41 | <vagrantc> for thin clients, any multimedia is generally a bad thing.
| |
18:42 | that's why fatclients and localapps are so important
| |
18:47 | alexqwesa has joined IRC (alexqwesa!~alex@109.172.12.47) | |
18:48 | <edwinosantos> excelent
| |
19:03 | work_alkisg has left IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr, Ping timeout: 248 seconds) | |
19:03 | work_alkisg has joined IRC (work_alkisg!~alkisg@plinet.ioa.sch.gr) | |
19:09 | freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Quit: So long and thanks for all the fish) | |
19:12 | edwinosantos has left IRC (edwinosantos!be50c664@gateway/web/freenode/ip.190.80.198.100, Ping timeout: 250 seconds) | |
19:36 | GrembleBean has left IRC (GrembleBean!~Ben@cpc35-aztw23-2-0-cust207.18-1.cable.virginm.net, Quit: I Leave) | |
20:43 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
20:56 | cliebow has left IRC (cliebow!~cliebow@WatchGuard.ellsworth-hs.ellsworth.k12.me.us, Quit: Ex-Chat) | |
21:33 | imox has left IRC (imox!~imox@91-65-182-111-dynip.superkabel.de, Quit: imox) | |
21:55 | brunolambert has left IRC (brunolambert!brunolambe@nat/revolutionlinux/x-mdepgnjwxvpdatav, Quit: Leaving.) | |
22:11 | Phantomas has joined IRC (Phantomas!~Phantomas@ubuntu/member/phantomas) | |
22:55 | staffencasa_ is now known as staffencasa | |
23:41 | freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun) | |
23:50 | freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Read error: Operation timed out) | |