00:10 | RiXtEr has quit IRC | |
00:10 | RiXtEr has joined #ltsp | |
00:23 | yanu has joined #ltsp | |
00:23 | yanu_ has joined #ltsp | |
01:05 | alkisg has joined #ltsp | |
01:09 | dlezcano has quit IRC | |
01:21 | dlezcano has joined #ltsp | |
01:25 | Gremble has joined #ltsp | |
01:30 | Uzzi has joined #ltsp | |
01:31 | <Uzzi> hi
| |
01:35 | alkisg has quit IRC | |
01:36 | jbrett has quit IRC | |
01:42 | moldy has quit IRC | |
01:43 | moldy has joined #ltsp | |
01:48 | <Uzzi> I've a client that doesn't boot! screen stopped after filename : /ltsp/i386/nbi.img
| |
01:58 | gsouque has quit IRC | |
02:04 | dobber has joined #ltsp | |
02:09 | <muppis> Uzzi, you should fix your dhcpd.
| |
02:10 | Uzzi, as clients do not use nbi.img file and it's incorrectly offered to client by dhcpd because missing or incorrect header in dhcp request made by pxe.
| |
02:13 | Gremble has quit IRC | |
02:13 | alkisg has joined #ltsp | |
02:16 | <Uzzi> other clients works fine
| |
02:17 | <muppis> Maybe different nic ?
| |
02:17 | alkisg has quit IRC | |
02:18 | <Uzzi> yes
| |
02:18 | <muppis> :)
| |
02:24 | <Uzzi> then what should I do?
| |
02:26 | Ive dhcp3 server and ltsp server in two different server
| |
02:32 | <muppis> At /etc/ltsp/dhcpd.conf you should find if else -statement. Remove/comment that, so only correct file stays there.
| |
02:35 | Ah, put your used dhcpd.conf to pastebin, so I fix it for you.
| |
02:36 | <arvin_> Uzzi: sorry that's probably my fault.
| |
02:37 | muppis: he can't boot etherboot devices, so I gave him a suggestion.
| |
02:37 | muppis: check it out and you'll see what I mean.
| |
02:38 | <muppis> arvin_, ah. Didn't know that.
| |
02:38 | <arvin_> muppis: drbl uses that very same vendor name string to qualify etherboot machines.
| |
02:38 | <muppis> arvin_, ok.
| |
02:39 | <arvin_> This is what I gave him: http://ltsp.pastebin.com/tF56ZmXZ
| |
02:39 | Something is probably wrong in the if statement.
| |
02:40 | <muppis> Afaik, whole statement isn't really needed, if not known to need. So this should be fine: http://ltsp.pastebin.com/jDGQzQmU
| |
02:41 | <moobyFR> I had some devices which didn't claim PXEClient in the option vendor-class-identifier, and weren't able to use the nbi.img.but they could handle pxelinux.0
| |
02:42 | <arvin_> muppis: wouldn't that rogue with the assumed existing DHCP?
| |
02:42 | muppis: this is how they solved it in DRBL (to avoid rogue DHCP:ing) http://ltsp.pastebin.com/PSvyfpuT
| |
02:43 | moobyFR: are you sure they were PXE and not etherboot?
| |
02:44 | <muppis> arvin_, you got point in there. :)
| |
02:45 | <moobyFR> yes sure
| |
02:45 | <Uzzi> this in mine http://ltsp.pastebin.com/EFdxEhMc
| |
02:46 | <arvin_> muppis: that drbl method works flawlessly by the way. I have yet to encounter any issues with that, and I've been running DRBL/Clonezilla for almost 1½ years now in production.
| |
02:46 | <Uzzi> now with acer host give /ltsp/i386/pxelinux.o but doesn't boot arvin_ muppis
| |
02:48 | <arvin_> Uzzi: you're defining two netmasks.
| |
02:49 | <muppis> arvin_, ok. Haven't yet needed DEBL/Clonezilla, so didn't know their special needs.
| |
02:50 | DRBL..
| |
02:50 | <Uzzi> my ltsp server is in 172.16.6.
| |
02:50 | other clients works fine with this dhcp.conf
| |
02:54 | <muppis> Then it's about what that one sends in request.
| |
02:54 | Or doesn't send.
| |
02:56 | <Uzzi> only this client doesn't work. grrrr
| |
02:57 | <muppis> Uzzi, you can make a own pool by mac for that.
| |
02:59 | <Uzzi> in my dhcp.conf i've fixed ip for this mac
| |
03:02 | <muppis> Uzzi, try specify filename -option in same place. I don't really know does it work, but worht of try if nobody rule me over.
| |
03:03 | <Uzzi> host acer { hardware ethernet 00:1c:25:3d:13:0a; fixed-address 172.16.1.140; filename "/ltsp/i386/pxelinux.0"; }
| |
03:03 | <muppis> yes.
| |
03:03 | <Uzzi> same error
| |
03:04 | i've just try it
| |
03:06 | <muppis> How about greating a own group for it?
| |
03:07 | <arvin_> muppis: When I took over as the local support at my job there were so many undocumented and homebrew (client integration) applications/solutions that it was impossible to do anything else than simply cloning the machines. Multicast cloning is extremely useful when you want to deploy 50 machines in 20 minutes. :)
| |
03:08 | <muppis> arvin_ :D yesh, it would dead boring clone them one by one.
| |
03:08 | <arvin_> muppis: I had to do that for 35 machines. It took me an entire weekend. That's when I decided "never more". :)
| |
03:09 | muppis: My problem is our god damn clients.
| |
03:10 | muppis: If they would have used MSI packages with standard instructions, I could have completed my unattended installation to make a fresh install automatically, rather than cloning the machines.
| |
03:11 | Though most applications are pre win2k even.
| |
03:11 | Solutions they used and never left because of the cost, when everything "works so fine already".
| |
03:12 | Yeah it works fine now, but when it doesn't you have to pay up for all those costs you ignored when you were encouraged to upgrade your god damn system.
| |
03:17 | Uzzi: did you fix your netmasks?
| |
03:17 | subnet 172.16.0.0 netmask 255.255.0.0 {
| |
03:17 | option subnet-mask 255.255.255.0;
| |
03:17 | Conflict
| |
03:19 | Change the first line to subnet 172.16.1.0 netmask 255.255.255.0 {
| |
03:21 | Uzzi: by the way, is there another DHCP in your environment?
| |
03:21 | alkisg has joined #ltsp | |
03:21 | <Uzzi> no no
| |
03:21 | but my ltsp server is in 172.16.6.50
| |
03:23 | <alkisg> !button-layout
| |
03:23 | <ltspbot> alkisg: Error: "button-layout" is not a valid command.
| |
03:23 | <alkisg> !button_layout
| |
03:23 | <ltspbot> alkisg: "button_layout" :: To revert the Ubuntu button position and ordering to their old values, run: sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /apps/metacity/general/button_layout menu:minimize,maximize,close
| |
03:52 | gsouque has joined #ltsp | |
03:54 | zz_evil_root is now known as evil_root | |
03:56 | <arvin_> Uzzi: can you paste your ifconfig?
| |
03:57 | <Uzzi> my ltsp server is 172.16.6.xyz, my dhcp server is 172.16.1.xyx and cliend have 172.16.1.xyz
| |
04:01 | <arvin_> Uzzi: netmask?
| |
04:01 | Uzzi: so you are using another DHCP.
| |
04:01 | Uzzi: You're confusing me. :)
| |
04:01 | <gsouque> does anybody know how to prevent users from shutting the server (on freenx)
| |
04:01 | <Uzzi> dhcp server and ltsp derver are two machine
| |
04:02 | <arvin_> Uzzi: The DHCP, is it a linux box?
| |
04:02 | <Uzzi> yes
| |
04:03 | of course
| |
04:03 | <arvin_> Uzzi: Did you make sure you've disabled DHCP in the LTSP?
| |
04:03 | <Uzzi> yes
| |
04:04 | evil_root is now known as zz_evil_root | |
04:04 | <arvin_> Uzzi: Ok good. Now change "option subnet-mask 255.255.255.0;" to option subnet-mask 255.255.0.0;
| |
04:04 | In dhcpd.conf
| |
04:05 | Uzzi: make sure you edit /etc/dhcp3/dhcpd.conf, since you won't have a /etc/ltsp/dhcpd.conf.
| |
04:08 | <alkisg> gsouque: which DE? On gnome, the server doesn't shut down from the logout menu...
| |
04:11 | <gsouque> i am using gnome and there is no pb with ltsp but with freenx users can shutdown the server
| |
04:11 | <Uzzi> arvin_, I kannot change subnet!
| |
04:12 | But this isn't the true broblems, 7 clients works fine! only this
| |
04:12 | <arvin_> Uzzi: you have to choose mate. Which subnet do you want to use 255.255.255.0 or 255.255.0.0.
| |
04:12 | Aha
| |
04:12 | Well that makes a difference.
| |
04:14 | Uzzi: what happens on the client when you try to boot it?
| |
04:15 | <alkisg> gsouque: hmmm, I'm using neatx-server and when I select "shutdown" from an nx session I just get logged off
| |
04:15 | <Uzzi> after filena: /ltsp eccccccccccc a splashy errore (se same in all clients) and after stop
| |
04:15 | <gsouque> yes but it is not the case with freenx
| |
04:16 | <alkisg> Strange
| |
04:16 | <gsouque> i don't use neatx becouse somes command lines like nxserver --list or terminate don't ever exist
| |
04:16 | <alkisg> gsouque: this isn't ltsp related though, so maybe you should try in some distro channel, e.g. #ubuntu etc
| |
04:17 | <arvin_> Uzzi: I don't understand. Do you see this in all clients, but 7 of them work?
| |
04:18 | <gsouque> yes thanks i ask here because users of this chan are good linux users !!! :)
| |
04:24 | zz_evil_root is now known as evil_root | |
04:25 | <Uzzi> http://pastebin.com/1WF0q6Gq then stop!!!!!
| |
04:34 | Uzzi has quit IRC | |
04:34 | Uzzi has joined #ltsp | |
04:37 | <arvin_> Uzzi: Is this happening for all clients?
| |
04:37 | <Uzzi> all other clients works fine
| |
04:40 | artista_frustrad has joined #ltsp | |
04:45 | sugoruyo has joined #ltsp | |
04:46 | <Uzzi> artista_frustrad, it doesn't load init
| |
04:47 | <artista_frustrad> Uzzi, what?
| |
04:47 | <Uzzi> ops sorry
| |
04:47 | arvin_, it doesn't load init
| |
04:50 | alkisg has quit IRC | |
04:53 | artista_frustrad has left #ltsp | |
04:55 | evil_root is now known as zz_evil_root | |
04:56 | <arvin_> Uzzi: ok, so next step, this client is PXE or etherboot?
| |
04:56 | <Uzzi> pxe
| |
04:57 | <arvin_> Does it work if you remove this: host acer { hardware ethernet 00:1c:25:3d:13:0a; fixed-address 172.16.1.140; filename "/ltsp/i386/pxelinux.0"; }
| |
04:57 | And set it as a "normal" client?
| |
04:57 | <Uzzi> sis191 pxe
| |
04:57 | arvin_, just do it! same errors
| |
04:58 | <arvin_> Can you paste your dhcpd.conf again?
| |
04:58 | You've probably updated it a bit by now.
| |
04:59 | <Uzzi> http://pastebin.com/E565ed2Z
| |
05:01 | and this is last log http://pastebin.com/1WF0q6Gq
| |
05:12 | <arvin_> option root-path "172.16.6.50:/opt/ltsp/i386";
| |
05:14 | # filename "/ltsp/i386/pxelinux.0"; }
| |
05:14 | Can you see the problem? :)
| |
05:14 | It's looking for 172.16.6.50:/opt/ltsp/i386/ltsp/i386/pxelinux.0.
| |
05:17 | <Uzzi> ?
| |
05:18 | but why other clients works fine?
| |
05:26 | there is
| |
05:30 | Uzzi has quit IRC | |
05:30 | <moobyFR> the problem is # and }
| |
05:30 | the } isn't seen
| |
05:30 | Uzzi has joined #ltsp | |
05:47 | toscalix has joined #ltsp | |
06:01 | litlebuda has joined #ltsp | |
06:14 | Uzzi has quit IRC | |
06:15 | Uzzi has joined #ltsp | |
06:16 | alkisg has joined #ltsp | |
06:41 | MorningSon has joined #ltsp | |
07:10 | Barcelo has joined #ltsp | |
07:12 | <Barcelo> hello!
| |
07:12 | <Appiah> \o
| |
07:13 | <Barcelo> I not had can activate the local devices, usb, cdrom, Audio/Sound, in thin client :s , already I had add the users to groups fuse, cdrom,audio, etc...
| |
07:14 | but localdev not run :s
| |
07:14 | I use Debian lenny, lxde
| |
07:15 | <Appiah> what does your lts.conf look like?
| |
07:15 | please pastebin it
| |
07:18 | Barcelo has left #ltsp | |
07:23 | joelgsm has joined #ltsp | |
07:25 | <joelgsm> hello! I want to install virtualbox-ose as localapp on a thin client. Can anybody help?
| |
07:33 | mgariepy has joined #ltsp | |
07:34 | Barcelo has joined #ltsp | |
07:34 | <Barcelo> sorry my conexion is bad
| |
07:35 | <mgariepy> good morning everyone and good afternoon elias_a
| |
07:35 | <Barcelo> I had lts.conf basic
| |
07:35 | [default]
| |
07:35 | SERVER = xxx.xxx.xxx.xx
| |
07:35 | XSERVER = auto
| |
07:35 | SOUND=True
| |
07:35 | LOCALDEV=True
| |
07:35 | LOCAL_APPS=True
| |
07:35 | #CONFIGURE_X=False
| |
07:35 | X_COLOR_DEPTH=16
| |
07:35 | LOCAL_STORAGE = N
| |
07:36 | appiah
| |
07:38 | Appiah, this is good?
| |
07:38 | robehend1 has joined #ltsp | |
07:40 | <alkisg> !pastebin
| |
07:40 | <ltspbot> alkisg: "pastebin" :: the LTSP pastebin is at http://ltsp.pastebin.com. Please paste all text longer than a line or two to the pastebin, as it helps to reduce traffic in the channel. Don't forget to paste the URL of the text here.
| |
07:40 | <alkisg> joelgsm: you just install it in the chroot, did you have any problems with that?
| |
07:42 | <Barcelo> sorry..
| |
07:44 | Gremble has joined #ltsp | |
07:48 | <joelgsm> @alkisg, I did it, but it does not create de vboxdrv module kernel
| |
07:49 | I tried to copy from a real virtualbox instalation but the command modprobe vboxdrv does not work
| |
07:52 | Faithful has joined #ltsp | |
07:54 | <alkisg> joelgsm: did you do mount -t proc proc /proc etc?
| |
07:55 | Also verify that the recommented packages like virtualbox-ose-dkms are indeed being installed
| |
07:56 | Gadi has joined #ltsp | |
07:58 | <joelgsm> I am first installing it on the real thin client before making it on the chroot
| |
07:58 | arvin_ has quit IRC | |
07:58 | <Barcelo> :s
| |
08:00 | <joelgsm> http://pastebin.com/ScLJrWiZ
| |
08:01 | shawnp0wers has joined #ltsp | |
08:11 | <Appiah> Barcelo: do you have ltspfs on the server?
| |
08:11 | and ltspfsd in the chroot
| |
08:17 | <Barcelo> mmm I had installed this
| |
08:18 | but ltspfsd mm not..
| |
08:19 | well, Appiah
| |
08:19 | #apt-get install ltspfs
| |
08:19 | and
| |
08:19 | #chroot /opt/ltsp/i368
| |
08:19 | ##apt-get install ltspfsd
| |
08:19 | ?
| |
08:20 | <Appiah> ltspfs is for the server
| |
08:20 | ltstpfsd is for the client chroot
| |
08:20 | so use apt to install it
| |
08:26 | Faithful has quit IRC | |
08:27 | Gremble has quit IRC | |
08:33 | <Barcelo> Appiah, ok thk! and later I configure lts.conf, or ist good I put after.?
| |
08:33 | <Appiah> lts.conf looks OK
| |
08:34 | <Barcelo> (y) thk
| |
08:43 | alkisg has quit IRC | |
08:47 | zz_evil_root is now known as evil_root | |
08:49 | <m4xx> has anyone heard of Option 66 as far as dhcp goes?
| |
08:49 | <zamba> yup
| |
08:50 | tftp server name?
| |
08:51 | <robehend1> lemme fire up my windows server, i can tell ya
| |
08:51 | <m4xx> ltsp/ubuntu dhcp server supports this correct? used when booting thin client?
| |
08:51 | <robehend1> "Boot Server host Name", so the servers IP
| |
08:52 | i've been using a windows DHCP since day one
| |
08:53 | <Appiah> m4xx: it should
| |
08:57 | Pweg has joined #ltsp | |
09:21 | <joelgsm> does anyone know how to load a kernel module which has been copied from another identical system?
| |
09:22 | <Appiah> cp/scp
| |
09:22 | ?
| |
09:31 | <joelgsm> root@ltsp10:/lib/modules/2.6.32-27-generic/# scp root@myhost:/lib/modules/2.6.32-27-generic/kernel/updates/dkms/vboxdrv.ko .
| |
09:31 | mgariepy has quit IRC | |
09:32 | <joelgsm> I copied the module from other identical system to mine
| |
09:33 | but modprobe vboxdrv does not work
| |
09:39 | RiXtEr has quit IRC | |
09:42 | <Appiah> try insmod
| |
09:44 | if you gonna use modprobe I think there are some configuration files that needs to be edited too?
| |
09:44 | RiXtEr has joined #ltsp | |
09:49 | <joelgsm> I modified the modules.dep for resolving dependences but I always get the same error: WARNING: Module vboxdrv not found.
| |
09:50 | It can be the module is not in the correct path?
| |
09:57 | <Appiah> and insmod says?
| |
09:58 | bobby_C has joined #ltsp | |
10:01 | Uzzi has quit IRC | |
10:01 | Uzzi has joined #ltsp | |
10:02 | <joelgsm> insmod seems to work but the module is not compiled for the same kernel that I am using.
| |
10:02 | I will try to copy a modulo with the same kernel
| |
10:05 | staffencasa has joined #ltsp | |
10:10 | mgariepy has joined #ltsp | |
10:12 | gnunux has quit IRC | |
10:13 | RiXtEr has quit IRC | |
10:17 | Pweg has quit IRC | |
10:18 | RiXtEr has joined #ltsp | |
10:32 | dobber has quit IRC | |
10:35 | _UsUrPeR_ has quit IRC | |
10:37 | Uzzi has quit IRC | |
10:37 | jbrett has joined #ltsp | |
10:38 | alkisg has joined #ltsp | |
11:13 | _UsUrPeR_ has joined #ltsp | |
11:27 | gsouque has quit IRC | |
11:53 | dr_data has joined #ltsp | |
12:49 | vagrantc has joined #ltsp | |
12:54 | <joelgsm> I did it!!
| |
12:55 | <robehend1> celebration!
| |
12:55 | <joelgsm> I instaled a virtualbox in the ramdisk of a thin client and copied a windows vm on its hardisk, and it runs!
| |
12:55 | <robehend1> does it run well?
| |
12:56 | <joelgsm> as a localapp
| |
12:56 | <robehend1> hmm
| |
12:56 | i should look at that one day, in case I cant get this Testnav working on ubuntu
| |
12:56 | <joelgsm> Now I have to setup the machine
| |
12:57 | I want to run navision on thin clients
| |
12:57 | <robehend1> not familiar with Navison
| |
12:58 | <joelgsm> a micro$oft erp
| |
12:58 | <robehend1> ah
| |
13:00 | seems like your going to have to have some pretty beefy thin-clients to run a virtual xp though
| |
13:00 | <joelgsm> I will setup windows terminal servers on virtual machines running on fat clients so that thin clients can connect to a windows aplication
| |
13:02 | So I will only setup one ltsp fat client and only one windows virtual machine for use in over 20 pc's (fats and thins)
| |
13:02 | <robehend1> hmm
| |
13:02 | shawnp0wers has quit IRC | |
13:02 | <robehend1> nice solution. though figuring out that ms licensing could be fun ;)
| |
13:04 | <joelgsm> Almost computers have allreeady windows on its hardisk, but it easier to manage using ltsp and virtual machines
| |
13:05 | and a windows in a vm will not have virus
| |
13:05 | as in a sandbox ;-)
| |
13:06 | leio_ has joined #ltsp | |
13:07 | <joelgsm> bye
| |
13:07 | joelgsm has left #ltsp | |
13:07 | leio has quit IRC | |
13:08 | dgroos_ has joined #ltsp | |
13:09 | <robehend1> dgroos_: wouldnt happen to have time to discuss your ltsp lockdown a bit, perchance?
| |
13:22 | leio_ is now known as leio | |
14:16 | kesou has joined #ltsp | |
14:19 | alkisg has quit IRC | |
14:32 | cemc has left #ltsp | |
14:32 | sugoruyo_ has joined #ltsp | |
14:36 | sugoruyo has quit IRC | |
14:36 | sugoruyo_ is now known as sugoruyo | |
14:54 | toscalix has quit IRC | |
14:57 | Gadi has left #ltsp | |
15:08 | <dgroos_> robehend1! how goes? yes I do.
| |
15:08 | <robehend1> fantastic. and it goes well, now that my switch has been replaced
| |
15:08 | darn you, 3com
| |
15:08 | <dgroos_> ups finally did their part, ay?
| |
15:09 | ahhh them.
| |
15:09 | So, I teach 5 classes a day.
| |
15:09 | students have computers built into their tables so that they can use them seemlessly with their other stuff.
| |
15:10 | bobby_C has quit IRC | |
15:10 | <dgroos_> Here's a link that tells trials and tribulations as well as how we built these tables:
| |
15:10 | http://groosd.blogspot.com
| |
15:10 | <Barcelo> sorry, I should create the users in chroot of thin client?
| |
15:11 | <robehend1> hmm ok
| |
15:11 | <dgroos_> So yeah, computer control is crucial and I must admit I'm at a rudimentary phase.
| |
15:11 | <Barcelo> chroot /opt/ltsp/i386
| |
15:11 | #adduser user1?
| |
15:11 | <robehend1> dgroos_: physical access isnt my primary concern, as I've already got that part covered. I'm more worried about software control/management, etc
| |
15:11 | <dgroos_> My bread and butter tool (does that work?) is alkisg's sch-scripts.
| |
15:12 | <robehend1> i'm not familiar with these scripts
| |
15:12 | <dgroos_> right--just showing you that kids have the tool constantly in front of them as they are doing their experiment or doing an online simulation or whatever.
| |
15:13 | <robehend1> ah ok
| |
15:13 | <dgroos_> I tried italc for 2 years with really no luck--it wouldn't work in a variety of ways but the bottom line was that I couldn't count on it.
| |
15:13 | <robehend1> same thing i've found. to unstable
| |
15:14 | <Barcelo> Appiah, yet not run audio and local devices, usb, cdrom in thin client
| |
15:14 | :s
| |
15:14 | <dgroos_> when you have 25-35 feisty students (not fawns ;)) in front of you, you need to be able to trust in your tools and italc just couldn't do that for me.
| |
15:15 | <robehend1> yep
| |
15:15 | <dgroos_> So, in steps alkisg (to a round of applause) with the Greek Solution.
| |
15:16 | They have a robust set of solutions for many thinks like updating the chroot/image, controlling/sharing the desktops,
| |
15:16 | <robehend1> any central repository or documentation? I could probably adapt from that
| |
15:17 | <dgroos_> logging out students or powering down clients.
| |
15:17 | That would be awesome!
| |
15:17 | <robehend1> currently, i'm using a bastard child of Sabayon and some perl/python scripts running as cron jobs
| |
15:17 | its running how I want, but I'm creating a handbook to provide to other techs in the area, and knowing these folks, i need to make it idiot proof
| |
15:18 | <dgroos_> Scott B did a great job resurrecting Sabayon, but soon after he left I had a few problems and couldn't get it to work properly.
| |
15:18 | <robehend1> Gadi has helped me with sabayon, and has clobbered together a fix
| |
15:18 | i've had success with it, but limited so
| |
15:18 | <dgroos_> Cool. I'd like to check it out, thanks.
| |
15:19 | What do you use it for exactly?
| |
15:19 | <robehend1> dgroos_: basically, when your working in a profile, Sabayon creates temp files under /tmp. What Gadi and I found out was that if you go in and delete that temp file before saving hte profile, it seems to work better
| |
15:19 | sugoruyo has quit IRC | |
15:20 | <robehend1> dgroos_: I use sabayon to set the default look of the Gnome for the kids, add desktop launchers, set up panels, etc. I've looked at the edubuntu-menueditor and had some success with it, but it wouldnt do what I completely needed.
| |
15:20 | <dgroos_> ? interesting... Is that little hack published on the sabayon page? It would be a good thing...
| |
15:21 | <robehend1> dgroos_: I believe theres a bug report up, but its not 100% reliable
| |
15:22 | bobby_C has joined #ltsp | |
15:22 | <dgroos_> Nice, sounds like your setup is more advanced than mine at this point.
| |
15:23 | I too tried edubuntu-menueditor and it looks cool but it doesn't quite work for my setup (can't remember why at the moment) but there is a work around that Marc sent me.
| |
15:23 | <robehend1> the clobbered solution m4xx and myself came up with was to create a user, we'll call him setup, and configure things the way you want. Then, copy all the files of his home to /etc/skel, so when users are created, they inherit it all
| |
15:24 | then m4xx created a perl scrip to automatically bring that in, worked nicely.
| |
15:24 | heck, even worked with my users that auth to MS AD
| |
15:25 | <dgroos_> robehend1, that's cool. Maybe this summer I'll have some time to try and learn about and incorporate these ideas.
| |
15:27 | <robehend1> dgroos_: so, if i can be so bold, how are you using LTSP in the classroom? I'm not a teacher, just the CIO, so having a teacher perspective is a great asset
| |
15:27 | <dgroos_> I don't suppose you have a list of steps you do when you set up a server for an educational setting? I made this wiki page to try and get it going...https://help.ubuntu.com/community/EdubuntuDocumentation/EdubuntuCookbook/BasicSetup
| |
15:28 | <robehend1> dgroos_: saw that, and will be more than happy to add to it. Just added another server to our elementary yesterday, actually. so it's fresh in my head
| |
15:29 | bobby_C has joined #ltsp | |
15:29 | <mgariepy> q
| |
15:29 | <robehend1> yes! I'm not the only one who accidently inserts commands into the IRC window!
| |
15:30 | <mgariepy> lol sorry guys
| |
15:30 | i had a focus problem.
| |
15:30 | <robehend1> my most common is LS
| |
15:30 | <dgroos_> You saw my setup so you can see that I use them pretty much in every thing I have the students do.
| |
15:30 | do you mean what apps do I use? or?
| |
15:31 | <robehend1> dgroos_: you wouldnt happen to have a sampling of lesson plans and such I could share with my staff? I notice I have to spoon feed them more than anything to convince them its worthwhile
| |
15:31 | that is, if it doesnt come from Pearson
| |
15:31 | or Mcgraw-Hill
| |
15:31 | <dgroos_> Also, here's the English page for sch-scripts: http://users.sch.gr/alkisg/tosteki/index.php?topic=3220.0
| |
15:31 | <robehend1> ah, nice, thanks
| |
15:32 | <dgroos_> Here's a link explaining some of my setup and my vision of what I'm trying to do with computers... http://plonedev.mpls.k12.mn.us/gcos
| |
15:33 | bobby_C has quit IRC | |
15:35 | <dgroos_> hmmm... that's tough if the teachers are not adventuring out to use the great technology. I'd say show them a couple killer applets such as:
| |
15:35 | brb
| |
15:41 | mgariepy has quit IRC | |
15:47 | <dgroos_> Here's one of my favorites--perhaps you've seen it? http://learn.genetics.utah.edu/content/begin/cells/scale/
| |
15:47 | <robehend1> lets check it out. also, did you get ppc macs working as thin clients?!
| |
15:47 | Barcelo has left #ltsp | |
15:48 | <dgroos_> but there are plenty of other things--have you seen the phet site: http://phet.colorado.edu/
| |
15:49 | <robehend1> i have not, but downloading as we speak
| |
15:49 | bobby_C has joined #ltsp | |
15:50 | <dgroos_> When I first looked at Ubuntu I tried to get it to work on some old macs I had but it was dreadfully slow so since then I get old PIII's and P4, remove the HD and use them.
| |
15:51 | What do you use?
| |
15:51 | <robehend1> ah, same here. to bad, i've got a stack of old macs
| |
15:51 | mostly some old celerons and p4s, though always looking for more old machines.
| |
15:52 | <dgroos_> Hmm... Have you seen GetSTEM? It's part of the MN High Tech association (they do the TEKNE awards). http://www.getstemmn.com/Pages/Default.aspx
| |
15:53 | <robehend1> we have used that, yes
| |
15:53 | <dgroos_> They would be a great resource for old PC's, I'd think. I've thought about tapping them but haven't needed to since there are quite a few here in Minneapolis Public Schools.
| |
15:53 | <robehend1> ya, we're a pretty small school, sub 700 enrollment
| |
15:54 | <dgroos_> Cool--how has it worked out? I posted there once and got a guy who knew linux help me to solve a printer issue :)
| |
15:54 | <robehend1> its been working nicely, actually. Replaced the entire media center with thin clients, and have now deployed them in grades k-4
| |
15:55 | we're calling it our "party with the penguin" deployment, and the younger kids eat it up
| |
15:55 | <dgroos_> That's really great. I'm trying to persuade MPS to move more towards open source and Linux and thin/fat clients.
| |
15:55 | :)
| |
15:55 | <robehend1> Good luck. Pearson wont budge an inch on Testnav requiring windows or mac
| |
15:56 | and MDE wont go to testnav 7, which is web based, until 2013 they're saying
| |
15:56 | <dgroos_> Good for you for pushing them! How about running it in a VM windows--possible?
| |
15:57 | I wonder if WINE would work :D
| |
15:57 | <robehend1> ha, we think alike
| |
15:57 | I've got it on my desktop, and it runs via wine fine. I'm waiting for the state to approve me on the training side of pearsonaccess, so I can test it on a live test
| |
15:57 | <dgroos_> This is really cool to find another Minnesotan using LTSP!
| |
15:58 | <robehend1> have you ever worked with Reason Computers? they are out of minnetonka
| |
15:58 | <dgroos_> :) Was it hard to install it?
| |
15:58 | Not familiar with them.
| |
16:01 | <robehend1> not to bad, actually
| |
16:04 | <dgroos_> That would be something to publish.
| |
16:04 | <robehend1> hmm? not following
| |
16:05 | <dgroos_> robehend1: you don't have smartboard software running on any thin clients?
| |
16:05 | vagrantc has quit IRC | |
16:05 | <robehend1> nope. no current need, though i've gotten the Smart software running on ubuntu 10.04 before
| |
16:06 | would probably set it up through a fat-client though
| |
16:06 | <dgroos_> Simon R gave an idea how to do it but I can't seem to get past the dependencies -- QT Pascal interface not found...
| |
16:06 | I should set up at least 1 test fat client. How hard is it?
| |
16:06 | <robehend1> not hard at all.
| |
16:07 | myself, I just built a new chroot on the server, and sent a few mac addresses that img
| |
16:08 | <dgroos_> So you define the clients you want to boot via which image base on mac addresses in the lts.conf?
| |
16:08 | *based
| |
16:08 | <robehend1> that'd work, yes. I run it off my main DHCP, myself, but lts.conf should be fine
| |
16:08 | RiXtEr has quit IRC | |
16:08 | RiXtEr has joined #ltsp | |
16:08 | <dgroos_> I think I'll try that.
| |
16:09 | <robehend1> you'll want to make sure its a pretty decent client though. 512 megs ram at least, i'd say
| |
16:09 | <dgroos_> I'm doing 512 on all my localapp clients and they seem to be OK but I was going to put a gig on the fat client.
| |
16:10 | <robehend1> i'm running them on 512, runs fine
| |
16:10 | firefox, flash, all of it
| |
16:10 | <dgroos_> Really!!!?
| |
16:10 | <robehend1> mhmm
| |
16:10 | my 1-4th graders use them every day for Accelerated Reader tests
| |
16:10 | and by god I'd hear about it if they couldnt do *that*
| |
16:11 | <dgroos_> I should do that then since there is an app that I think will only work on a fat client, and I think another will do well.
| |
16:11 | :)
| |
16:11 | <robehend1> which one is that? i may have tried it ;)
| |
16:11 | <dgroos_> I'm not a huge fan of accellerated reader/math but it has it's place.
| |
16:11 | CmapTools.
| |
16:11 | <robehend1> yep. for teachers who dont want to make their own curriclum
| |
16:11 | <dgroos_> Right.
| |
16:12 | <robehend1> never tried cmap tools
| |
16:12 | <dgroos_> CmapTools is an awesome program. For example, I made the instructions for an activity today using it
| |
16:13 | <robehend1> whats it do?
| |
16:13 | <dgroos_> and since it not only can be accessed on the local client but also on a server, the maps it makes are browsable via firefox etc.
| |
16:14 | I'll give you a few examples...
| |
16:15 | Here's for the lesson today... http://cmap.mpls.k12.mn.us/rid=1J21RYPD6-7M82X1-683/FM--Experiment%20with%20semi-permeable%20membrane.cmap
| |
16:15 | <robehend1> oh, mapping
| |
16:15 | I use Google Apps draw for that
| |
16:16 | not sure how i feel about being part of the Google botnet, but i do love me some google apps
| |
16:16 | <dgroos_> This one has been developing for 20 years and is pretty slick, it too can do the simultaneous editing over the web (with the cmaptools client working on files on the cmapserver).
| |
16:16 | <robehend1> ooo thats nice
| |
16:16 | hmm, so is this sch-scripts thing.
| |
16:16 | <dgroos_> I love google apps as well!
| |
16:17 | <robehend1> its been a big boon to people who hate open office.
| |
16:17 | <dgroos_> sch-scripts is great. alkisg has promised to make a 'proper' application out of it when he's done with his degree in 2 years.
| |
16:18 | Sch-scripts works well now, but it can be improved.
| |
16:18 | <robehend1> ya, i'm going to have to play with it
| |
16:19 | are you like logging right into the server and running it locally, for yourself? our servers headless and sits back in the room, so i'm doing it over x forwarding
| |
16:20 | <dgroos_> I'm sitting at a client and do everything on that (though right now on a laptop).
| |
16:20 | <robehend1> hmm. wonder if i could install it on a non-client and use it
| |
16:21 | <dgroos_> I think so--alkisg had to do a work around for me to do it on the client--I think they do it on the server though...
| |
16:21 | <robehend1> that makes sense
| |
16:21 | and the part i'm really concerned about, locking, seems to be working fine
| |
16:21 | <dgroos_> Here's a concept map a student is making as he works to figure out cells, using the words that are required by the district: http://cmap.mpls.k12.mn.us/rid=1J15G0PC9-5FP1MV-B5/Christian--Cell%20concept%20map.cmap
| |
16:22 | <robehend1> ooo nice
| |
16:22 | ya, bit more than google apps draw
| |
16:22 | <dgroos_> It's a work in progress--I think I'll use it as a final unit assessment.
| |
16:22 | (their concept maps)
| |
16:22 | <robehend1> that works
| |
16:23 | can't wait to see my students faces tommorrow when I lock their screens, and they see Greek letters..
| |
16:23 | <dgroos_> :D
| |
16:23 | Tell them Percy Jackson got virutalize :)
| |
16:23 | <robehend1> ha
| |
16:24 | i'm going to have to configure Wake on Lan though, to make sure the clients work
| |
16:24 | evil_root is now known as zz_evil_root | |
16:24 | <dgroos_> Let me know how it goes. If we can get several people using it maybe it can be updated earlier--with more help.
| |
16:24 | <robehend1> indeed. I'd be happy to get something like that up and running
| |
16:25 | <dgroos_> If you can get WOL to work let me know! I've had no luck.
| |
16:25 | <robehend1> did you get the view user screen working?
| |
16:26 | <dgroos_> I'd be happy to test it--I don't know programming --'cept for BASIC in college 30 years ago :)
| |
16:26 | Yes.
| |
16:26 | <robehend1> i'm learning python as I go, slowly but surely
| |
16:26 | what about teacher screen sharing
| |
16:27 | <dgroos_> Really, most everything works that I've tried except WOL.
| |
16:27 | <robehend1> hmm
| |
16:27 | i'm gonna assume it has to do with running via x-forward then
| |
16:27 | <dgroos_> Seems I tried it once and it did work.
| |
16:27 | <robehend1> the program runs, and I can lock machines and such, but beyond that, nada
| |
16:28 | <dgroos_> I'm guessing alkisg would be happy to help get it going.
| |
16:28 | which version of sch-script-client are you using?
| |
16:28 | <robehend1> the one that was in the link you sent me, 10.04.38
| |
16:29 | <dgroos_> OK good.
| |
16:29 | <robehend1> for funsies, i'm going to install the client and the script on my laptop, see if it hooks up
| |
16:29 | <dgroos_> you run LTSP on your laptop?
| |
16:29 | I probably could...
| |
16:29 | <robehend1> nope, standalone 10.04
| |
16:29 | i'm going to see if the standalone will hook up to an existing ltsp
| |
16:30 | <dgroos_> sure
| |
16:31 | <robehend1> so, how did you lockdown the desktop for your users, if you did? I'm talking things like the gnome menu, keepign em out of the command prompt, etc
| |
16:31 | <dgroos_> command prompts not a problem--don't have that sophistication here.
| |
16:32 | <robehend1> hmm ok
| |
16:32 | kesou has quit IRC | |
16:33 | <robehend1> no dice on running it on a standalone, btw. doesnt see ltsp, and no way to hook it too it
| |
16:33 | <dgroos_> This year I haven't had as much problem as before and haven't had a huge problem. The biggest issue are apparently this site is more fun than my stuff: http://coolmath.com/ :)
| |
16:33 | <robehend1> our kids like TuxMath
| |
16:34 | <dgroos_> I've got 9th and 12 graders.
| |
16:34 | <robehend1> we use it with 7-12. Oddly enough, the 11-12 like it more than the 7th
| |
16:34 | mostly becuase we give them the harder ones, where you get thing such as 11*12-22+14 , and you have to solve in your head in under 10 seconds
| |
16:35 | <dgroos_> cool! Does it have advanced stuff on it or is it mainly just shootin' astroids and fish?
| |
16:35 | right, nice.
| |
16:35 | <robehend1> it works great for the kids that are below grade level, as well
| |
16:35 | which is becoming more and more and more, sadly
| |
16:36 | <dgroos_> Well, I've got a job tomorrow, that's for sure.
| |
16:36 | <robehend1> fatclients take forever to build, btw
| |
16:37 | even with using hte servers package cache
| |
16:37 | <dgroos_> robehend1: It's been great talking. It's time to head home to the family but as they say, 'I'll be back..." :D
| |
16:37 | OK good to know.
| |
16:37 | <robehend1> yep, see you around!
| |
16:37 | <dgroos_> :)
| |
16:38 | dgroos_ has quit IRC | |
16:45 | robehend1 has left #ltsp | |
17:08 | bobby_C has quit IRC | |
17:28 | yanu_ has quit IRC | |
17:29 | dr_data has quit IRC | |
17:29 | Gremble has joined #ltsp | |
17:29 | yanu has quit IRC | |
17:32 | Gremble has quit IRC | |
18:05 | ogra has quit IRC | |
18:20 | vagrantc has joined #ltsp | |
18:42 | staffencasa has quit IRC | |
19:25 | vagrantc has quit IRC | |
20:47 | artista_frustrad has joined #ltsp | |
22:39 | MorningSon has quit IRC | |
22:46 | Mobe has joined #ltsp | |
23:07 | mistik1_ has joined #ltsp | |
23:11 | mistik1 has quit IRC | |