00:11 | alkisg has quit IRC | |
00:26 | masai47 has quit IRC | |
01:14 | lauri has quit IRC | |
01:14 | alkisg has joined #ltsp | |
01:15 | lauri has joined #ltsp | |
01:50 | frederickjh has joined #ltsp | |
01:51 | <frederickjh> Good Morning all!
| |
01:51 | <elias_a> Good morning!
| |
01:51 | <frederickjh> Just was working on upgrading my chroot and ran into a problem with dbus and dbus-x11.
| |
01:51 | https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/552404
| |
01:51 | How do I go back to the previous packages or fix this?
| |
01:52 | The error is this:
| |
01:52 | dpkg: dependency problems prevent configuration of dbus-x11:
| |
01:52 | dbus-x11 depends on dbus; however:
| |
01:52 | Package dbus is not configured yet.
| |
01:52 | dpkg: error processing dbus-x11 (--configure):
| |
01:52 | dependency problems - leaving unconfigured
| |
02:07 | Kicer86 has joined #ltsp | |
02:08 | <frederickjh> I will take that as a nobody knows.
| |
02:10 | <knipwim> frederickjh: at this hour, this is not a busy channel
| |
02:11 | <frederickjh> Yes I know.
| |
02:11 | dobber has joined #ltsp | |
02:11 | <frederickjh> One upgrade and you can break the whole system.
| |
02:11 | <knipwim> can't you find anything on the dbus configuration in the ubuntu docs?
| |
02:12 | <frederickjh> The problem is in the install package for dbus.
| |
02:12 | It is not setup to properly configure dbus in chroot.
| |
02:12 | So I am not sure if rolling back to the previous version will help or ball things up more.
| |
02:13 | <knipwim> me neither :)
| |
02:13 | you could wait till more ubuntu people show up
| |
02:13 | <frederickjh> You do not know if the guy that filed that bug report come here?
| |
02:13 | comes
| |
02:14 | <knipwim> that's alkisg
| |
02:15 | <alkisg> ?
| |
02:15 | <frederickjh> Ok, know when he normally wakes up?
| |
02:15 | <knipwim> i think he's awake :)
| |
02:15 | <frederickjh> Ok, so there is light in his timezone.
| |
02:16 | <alkisg> Hehe hi guys
| |
02:16 | I completely forgot about this problem...
| |
02:16 | <frederickjh> Hi alkisg!
| |
02:16 | New dbus and dbus-x11
| |
02:17 | Is there a work around?
| |
02:17 | <alkisg> Got it. Well, you can manually modify dbus.postinst to add that || true that I'm mentioning
| |
02:17 | <frederickjh> ok
| |
02:17 | I will take a look
| |
02:17 | <alkisg> /opt/ltsp/i386/var/lib/dpkg/info/dbus.postinst
| |
02:17 | <frederickjh> thanks
| |
02:18 | for some reason I cannot log in to launchpad to add my voice that problem.
| |
02:21 | <alkisg> I wonder why it hasn't yet affected more people... I just saw it again in my chroot
| |
02:21 | <frederickjh> That would be after the ".ReloadConfig" but before the "> /dev/null", right?
| |
02:23 | <alkisg> dbus-send --print-reply --system --type=method_call \
| |
02:23 | --dest=org.freedesktop.DBus \
| |
02:23 | / org.freedesktop.DBus.ReloadConfig > /dev/null || true
| |
02:24 | <frederickjh> Oh, ok
| |
02:24 | I will try that.
| |
02:25 | ok, that took care of the errors now to rebuild the clients.
| |
02:26 | * alkisg just did it this way instead: | |
02:26 | <alkisg> ln -s /bin/true /usr/local/sbin/dbus-send; apt-get install -f; rm /usr/local/sbin/dbus-send
| |
02:27 | <frederickjh> ok, I will make a note of that. does not look like the dbus developers are in a hurry to fix this.
| |
02:29 | <alkisg> I guess if more people comment on that bug report, it'll get their attention
| |
02:30 | <frederickjh> Lets start a campaign.
| |
02:32 | Looks like that may not have been the problem
| |
02:32 | I am still having a TFTP open timeout.
| |
02:32 | When trying to boot the clients.
| |
02:37 | <alkisg> dbus should be completely unrelated to your other problems
| |
02:37 | To troubleshoot tftp, see this page: https://help.ubuntu.com/community/UbuntuLTSP/Troubleshooting/TFTP
| |
02:37 | <frederickjh> ok
| |
02:37 | I did an update on the server yesteday.
| |
02:38 | I see xserver-common and xserver-xorg-core got updated.
| |
02:38 | <alkisg> Those too should be unrelated to tftp problems...
| |
02:38 | <frederickjh> I will take a look at that.
| |
02:38 | ok
| |
02:38 | I was just looking as to what might have broken tftp
| |
02:42 | I have weird stuff going on.
| |
02:42 | I can't get to that webpage an others are timing out.
| |
02:50 | frederickjh has quit IRC | |
03:12 | gnunux has joined #ltsp | |
04:17 | Guest96093 has quit IRC | |
04:18 | ogra has joined #ltsp | |
04:18 | ogra has joined #ltsp | |
04:19 | ogra is now known as ogra_ | |
04:19 | ogra_ is now known as ogra | |
04:32 | frederickjh has joined #ltsp | |
04:34 | <frederickjh> ok, I finally made it back.
| |
04:34 | Weird stuff.
| |
04:34 | It looks like the tftp server was not running.
| |
04:34 | and afterwards network-manager needed restarted.
| |
04:35 | No the clients boot but on login is seems to no accept the user name and password.
| |
04:35 | Something tells me this is related to the ssh keys
| |
04:35 | How do i recreate them?
| |
04:43 | <alkisg> ltsp-update-sshkeys && ltsp-update-image
| |
04:47 | <frederickjh> Thanks
| |
04:47 | should that be run in chroot?
| |
04:48 | ok
| |
04:48 | no
| |
04:48 | I just realized
| |
05:54 | Ok, the clients now boot, they can log in and every one has internet access. Thanks alksig for your help! 8-)
| |
06:03 | artista_frustrad has quit IRC | |
06:36 | bobby_C has joined #ltsp | |
07:34 | robehend1 has joined #ltsp | |
07:58 | mgariepy has joined #ltsp | |
08:00 | masai47 has joined #ltsp | |
08:04 | <masai47> I am way over my head on this. I have been asked to set up a server at a school that will act as fileserver, internet proxy, and a LTSP server. I am hoping to use Edubuntu 10.10 and maybe the clients as Fat clients as they have very reasonable hardware in comparison to the server. Thing is, I dont really know how to get started. I got bogged down after trying to follow up on a suggestion of installing it on RAID5. Now I just want to get the start of so
| |
08:04 | shawnp0wers has joined #ltsp | |
08:13 | Gadi has joined #ltsp | |
08:31 | <robehend1> masai47: what kind of hardware are you looking to use as a server?
| |
08:37 | <masai47> robehend1: core 2 duo, 4GB ram, 3x500GB HDD, But the clients have new celeron processors and 2GB ram
| |
08:37 | <robehend1> how many clients are you looking to support, and will your internet proxy also be filtering based on content?
| |
08:39 | alkisg has quit IRC | |
08:46 | <masai47> 8-12 clients
| |
08:47 | the 8 primary ones possibly as fat clients as they are new celeron processors with 2GB ram
| |
08:47 | frederickjh has left #ltsp | |
08:48 | <masai47> and maybe a few extra that are found computers with very old software
| |
08:49 | <robehend1> well, the ltsp part wont be a problem. is the internet proxy going to be doing any content filtering?
| |
08:54 | <masai47> ideally yes
| |
08:54 | Pweg has joined #ltsp | |
08:54 | <robehend1> just for those 8-12 clients, or for more
| |
08:54 | <masai47> just those
| |
08:54 | <robehend1> oh, thats not bad then at all
| |
08:54 | do you have a seperate DHCP that you can modify, or no
| |
08:55 | <masai47> and even if it was more, it will be many years before the internet connection would be capable of anything more than 100kbps and right now it will be more like less than 30
| |
08:55 | no
| |
08:55 | <robehend1> oh you want a caching proxy?
| |
08:56 | <masai47> (I barely know what most of this is) but yes because the connection will be so slow?
| |
08:56 | <robehend1> hmm, i'm not sure what to do there then, to be honest. I havent touchd a caching proxy since the nt4 days
| |
08:57 | for that, coul dlook into an Endian or Untangle box
| |
08:59 | <masai47> also, for the hardware on the LTSP, I think that at any one time some of the clients will be booted into windows (installed on the clients HDD) and only looking at the server as a file server
| |
08:59 | lets not worry about the internet for now
| |
08:59 | <robehend1> well, t he file server is a simple one. I'd recommend just using Samba
| |
09:00 | <masai47> I will (or someone else) will cross that bridge when an internet connection is brought into the school
| |
09:00 | yeah
| |
09:00 | <robehend1> Now, you said there was no DHCP server on the network, currently, correct?
| |
09:01 | <masai47> right now there are 3 un-networked pentium 2s in the computer lab
| |
09:01 | <robehend1> alrighty, well that will make it easier
| |
09:02 | if i'm not mistaken, i believe you can simply install Ubuntu desktop, run sudo apt-get install ltsp-server-standalone and then build your client.
| |
09:03 | <masai47> I have edubuntu 10.10 which has the LTSP server built in
| |
09:03 | <robehend1> believe you still have to build the client with edubuntu, lemme check
| |
09:03 | have you installed Edubuntu already?
| |
09:04 | <masai47> no
| |
09:04 | I got bogged down in the RAID issue
| |
09:04 | <robehend1> ah
| |
09:05 | <masai47> might have given up on that though at first it seemed to make a lot of sense
| |
09:05 | <robehend1> well, you could just run the Edubuntu Live ltsp, if your looking for just a "proof of concept" solution
| |
09:05 | <masai47> I may do that
| |
09:05 | <robehend1> if not, i believe you install as normal, and then install LTSP as normal
| |
09:07 | <masai47> I am trying to get the Ubuntu alternat CD to try to install with Raid and than build Edubuntu on top of that
| |
09:07 | lets pretend I have the server set up
| |
09:07 | <robehend1> ok..
| |
09:08 | <masai47> what do I need to do to set up an image for the thin (or fat) clients on the LTSP server
| |
09:10 | <robehend1> First, install ltsp. Next, run "sudo ltsp-build-client --arch i386 --chroot fati386 --fat-client"
| |
09:11 | !fat-clients
| |
09:11 | <ltspbot> robehend1: Error: "fat-clients" is not a valid command.
| |
09:11 | <robehend1> !fat-client
| |
09:11 | <ltspbot> robehend1: Error: "fat-client" is not a valid command.
| |
09:11 | <robehend1> darn, i thought that was in there
| |
09:11 | masai47: take a look at https://help.ubuntu.com/community/UbuntuLTSP/FatClients
| |
09:19 | <masai47> thanks
| |
09:20 | zz_evil_root is now known as evil_root | |
09:22 | prpplague has joined #ltsp | |
09:51 | muppis has quit IRC | |
09:52 | muppis has joined #ltsp | |
10:03 | gnunux has quit IRC | |
10:18 | rjune has quit IRC | |
10:34 | alkisg has joined #ltsp | |
10:41 | staffencasa has joined #ltsp | |
10:46 | <robehend1> alkisg: Had a thought on your vmware ltsp image thing. Would using the Edubuntu ltsp-live suffice, as a testing situation?
| |
10:50 | <alkisg> robehend1: nah, I've given teachers here a live CD long before edubuntu switched to dvd/live, but that's not enough
| |
10:50 | A vbox image would allow them to have user accounts, /home etc, i.e. work normally
| |
10:51 | <robehend1> ah, ya, valid point. I was just playing with their new ltsp-live thingy at the moment, is all
| |
10:52 | <alkisg> Also we'll probably ship different VMs per education level, with some greek edu apps that the ministry has here preinstalled (they're big, 4 Gb for primary, another 4 Gb for secondary etc)
| |
10:52 | <robehend1> ooo, I forgot, Greece has adopted Open-Source at the govermental level, havent they
| |
10:52 | dobber has quit IRC | |
10:53 | <alkisg> Nope, that's russia or something :)
| |
10:53 | <robehend1> i saw russia was mandating it come 2015 or something
| |
10:53 | <alkisg> There's a small ministry team that I'm in that strives to put it in as many schools as possible
| |
10:53 | <robehend1> by ministry, is that a local goverment, federal, or something else completley?
| |
10:54 | <alkisg> Greek ministry of education, local goverment
| |
10:54 | <robehend1> ah, nice
| |
10:54 | i'm in the process of lobbying my state gov for more support to open source, but its going...slowly
| |
10:55 | <alkisg> But other teams in the ministry here sign deals with MS, so I'm not very sure about what the future will bring... :D
| |
10:55 | <robehend1> ha nice. Ya, we sign deals with MS as well..but I'm hoping they'll at least make the mandated testing software compatible with linux
| |
10:56 | espicially since the company who provides it *already* has a linux compatible version developed and in use
| |
10:57 | <alkisg> That's what we're asking here too, but the previous software versions were incompatible, so we had to package them with a dependency to wine...
| |
10:57 | Fun, .exe inside .debs :)
| |
10:57 | <robehend1> I'm in the process of testing if it'll work through Wine, but the state says dont do that, cuz of security..
| |
10:58 | <alkisg> ? what does security have to do with wine or not?
| |
10:58 | <robehend1> my thoughts exactly
| |
10:58 | yanu_ has quit IRC | |
10:58 | <robehend1> they were concerned that by running it on a non-MS or non-apple hardware, the security of the data would be compromised..
| |
11:02 | hmm. now to figure out how to word an email to the new commissioner of education, promoting open source, while not sounding like a stalmanisqe crazy
| |
11:02 | chupacabra has quit IRC | |
11:03 | yanu has joined #ltsp | |
11:03 | yanu has joined #ltsp | |
11:08 | chupacabra has joined #ltsp | |
11:19 | <Gadi> robehend1: hey, did you ever have a problem with likewise-open crapping out when a large number of users log into the server?
| |
11:28 | <robehend1> Gadi: ya, i have. only like 50+ though
| |
11:31 | <Gadi> basically, anything having to do with auth, even a simple "w" command hangs
| |
11:31 | unless you restart lsassd
| |
11:31 | and then it is fine
| |
11:31 | right?
| |
11:32 | <robehend1> yes
| |
11:32 | havent tracked down why yet, but its a bit annoying, not gonna lie
| |
11:34 | but since likewise has been saying "wait for natty" on things like the assumedefauldomain bug in 10.04, i'm assuming thats what this one will be too
| |
11:34 | bbiab
| |
12:01 | adogado has joined #ltsp | |
12:09 | <Gadi> robehend1: yeah, I am seeing it in this particular case with 20 users
| |
12:09 | <robehend1> Gadi: ack, 20 users? the servers not underpowered, i'd assume?
| |
12:09 | <Gadi> this is a degree above annoying
| |
12:10 | its a VM
| |
12:10 | but when it hangs - it isnt resource constrained
| |
12:10 | and, as I say, restarting lsassd fixes it
| |
12:10 | and then more users happily log in
| |
12:10 | problem is, I can't find any logs indicating a failure
| |
12:12 | what clued me into it was an strace of "w"
| |
12:12 | which showed it trying to connect to lsassd's socket
| |
12:14 | adogado has left #ltsp | |
12:18 | <robehend1> hmm
| |
12:18 | ya, I havent found any logs that show issues either, oddly enough
| |
12:18 | you on what, Likewise 5.4?
| |
12:23 | shogunx has quit IRC | |
12:25 | shawnp0wers has quit IRC | |
12:50 | masai47 has quit IRC | |
12:50 | finn_ has joined #ltsp | |
12:51 | <finn_> hello all
| |
12:51 | i've recently discovered ltsp cluster
| |
12:51 | and was wondering if there is a HOWTO guide of some sort
| |
12:51 | for ubuntu 10.04
| |
12:54 | <robehend1> finn_: check out https://www.ltsp-cluster.org/documentation/howto/openvz-setup
| |
12:54 | <finn_> ok
| |
12:54 | <robehend1> some of it is OpenVZ specific, but the general idea should hold
| |
12:54 | <finn_> alright
| |
12:54 | thanks
| |
12:54 | <mgariepy> finn_, or https://help.ubuntu.com/community/UbuntuLTSP/LTSP-Cluster
| |
12:55 | <finn_> ahh
| |
12:55 | cool
| |
12:55 | <robehend1> mgariepy: bah, knew i had seen that somewhere.
| |
12:56 | <mgariepy> yesterday :)
| |
12:56 | i was scrolling back my logs
| |
12:56 | <robehend1> shhh, dont bring my horrid memory to light
| |
12:57 | <mgariepy> here just like me, i'm just keeping some pointers no real data :D
| |
12:59 | <finn_> ok so the ubuntu.com page seems to be for bigger deployments than i need
| |
12:59 | we only have like a hundred clients and two servers
| |
12:59 | (small school)
| |
12:59 | <mgariepy> finn_, how many clients will you have ?
| |
12:59 | <finn_> ~100
| |
13:00 | <mgariepy> ok nice :D
| |
13:00 | <robehend1> finn_: you doing fat clients, or t hin clients?
| |
13:00 | <finn_> thin
| |
13:02 | <robehend1> how will you be authenticating the users?
| |
13:02 | <finn_> we currently use the standard way.. not sure what that's called
| |
13:03 | <robehend1> and with the 100+ clients?
| |
13:03 | <finn_> sorry what?
| |
13:03 | <robehend1> when you have the cluster setup, how you going to authenticate then
| |
13:04 | <finn_> i'm not sure
| |
13:04 | currently we have them all up and running on one server
| |
13:04 | <robehend1> hows the performance for 100 clients off one server? I've been wondering how far it can scale before clustering
| |
13:04 | <finn_> it's not bad
| |
13:04 | we have firefox and chromium running as local apps
| |
13:05 | <mgariepy> what's the server ?
| |
13:05 | <finn_> um
| |
13:05 | <robehend1> ya, specs would be great, give an idea
| |
13:05 | <finn_> not sure of the exact specs
| |
13:05 | <mgariepy> 4xquad 16G of ram ?
| |
13:05 | <finn_> ~20GB ram
| |
13:05 | 8 cores in all
| |
13:05 | can't recall their exact numbers
| |
13:05 | <robehend1> dual processors, or just a quad core with hyperthreading
| |
13:05 | <finn_> checking
| |
13:06 | hold on
| |
13:07 | alright
| |
13:08 | we've got two quad core processors
| |
13:08 | 1.6GHz/core
| |
13:09 | <robehend1> hmm nice
| |
13:10 | mgariepy: say, looked through that cluster guide, but I'm still confused on which servers the users are authenticating to
| |
13:10 | <finn_> we've also got a similar server sitting unused and wanted cluster the two
| |
13:10 | <robehend1> whoa, wait. schools with servers unused? Need a tech? ;)
| |
13:10 | <mgariepy> robehend1, the applications servers
| |
13:10 | <robehend1> i had to build a classic frankenputer for mine
| |
13:11 | mgariepy: ah..so, if i did say, likewise-open as my authentication, i'd just install it per-normal on the app servers?
| |
13:11 | <finn_> robehend1: our IT guy is totally overwhelmed with other stuff. I'm doing this as part of my senior project
| |
13:11 | <mgariepy> the users logs into the application server which users ldap or ad or whatever pam support :)
| |
13:11 | robehend1, yep
| |
13:11 | <robehend1> finn_: ah, nice. I wouldnt let my students touch my network with a pole ;)
| |
13:11 | mgariepy: hmm..sounds to me like a weekend project a-brewin
| |
13:11 | <finn_> yeah we have a less than traditional school
| |
13:12 | <mgariepy> yeah, but, when you have some appserv you will need to share $HOME directory and stuff.
| |
13:12 | <robehend1> nice. then again, my students get confused when I update firefox and it gets a new icon, so take that as ya will
| |
13:12 | <finn_> oh haha
| |
13:12 | <robehend1> mgariepy: oh, ya, they're already mounting their homes via libpam, so thats not a problem
| |
13:13 | <mgariepy> i would like to try glusterfs one day.
| |
13:13 | <robehend1> not familiar, whats that?
| |
13:13 | <mgariepy> http://www.gluster.org/
| |
13:14 | like nfs but seems better on paper to me.
| |
13:14 | <robehend1> well, and nfs is proven which is handy
| |
13:15 | <mgariepy> yeah
| |
13:16 | <finn_> so which guide should i use?
| |
13:16 | the OpenVZ one?
| |
13:16 | <robehend1> the ubuntu.com one should be fine, as thats what clustering is for, its not dependant on size
| |
13:16 | <finn_> alright
| |
13:16 | thanks
| |
13:16 | <robehend1> what i'd say, is get a third machine, wont need much power, and then use both of those fancy servers as app servers
| |
13:16 | otherwise, ones sorta going to waste
| |
13:17 | <finn_> ok
| |
13:17 | what specs would you suggest for the third machine?
| |
13:17 | <robehend1> mgariepy: the root server of a cluster doesnt need much, does it?
| |
13:17 | <mgariepy> not more then the root server of a ltsp install :P
| |
13:18 | it's only a nbdserver
| |
13:18 | with dhcpd and tftp
| |
13:18 | <robehend1> ya, so you'd be fine with most any modern computer, i'd asume
| |
13:18 | <finn_> alright
| |
13:18 | sounds good
| |
13:18 | thanks, all
| |
13:18 | <mgariepy> yeah i guess so.
| |
13:18 | <robehend1> good luck!
| |
13:18 | <finn_> thanks
| |
13:19 | i'll probably be back
| |
13:20 | rpm_ has quit IRC | |
13:21 | finn_ has quit IRC | |
13:57 | Mava has joined #ltsp | |
14:04 | ball has joined #ltsp | |
14:06 | RiXtEr has quit IRC | |
14:10 | RiXtEr has joined #ltsp | |
14:59 | F-GT has quit IRC | |
15:00 | ball has quit IRC | |
15:03 | _UsUrPeR_ has quit IRC | |
15:03 | Gadi has left #ltsp | |
15:05 | _UsUrPeR_ has joined #ltsp | |
15:16 | Kicer86 has quit IRC | |
15:16 | F-GT has joined #ltsp | |
15:27 | dgroos has joined #ltsp | |
15:28 | Gremble has joined #ltsp | |
15:38 | <robehend1> dgroos: Wrote our new commissoner of education today, about changing the testing procedure to support more open source
| |
15:42 | <dgroos> robehend1: What's-her-name, yea, she is a pretty smart, forwardthinking administrator. She worked in Mpls before moving state-wide.
| |
15:42 | Good for you--I should do the same and she won't know it's a conspiracy!
| |
15:42 | <robehend1> ya, cassellius. I've heard good things, hoping she's smart enough to want to say "Hey, we're giving alot of money to MS.."
| |
15:43 | <dgroos> Right, Brenda (easier to spell than last name). I wonder who she listens to about technology issues--that would be interesting to know.
| |
15:44 | <robehend1> i met her when she was up in Perham on monday. Didn't go much into tech, just gave the classic "We may have to make dire cuts" speech
| |
15:44 | which, according to MSBA, may be a 50/50 deferrment, and cuts of up to 500 per pupil
| |
15:44 | <dgroos> :(
| |
15:44 | <robehend1> no sad face. budget crisis is a perfect time to sneak open source
| |
15:45 | <dgroos> What do you get when you cut past 'bare-bones'? Incomplete skeletons.
| |
15:45 | Right--silver lining!
| |
15:46 | <robehend1> ha, valid point, valid point. though, that 500 per pupil bit was scary
| |
15:46 | we'd lose at least 5 staff
| |
15:47 | <dgroos> I could tell you stories. In Mpls we have had 25-30 million cut from our budget each year (that I was counting anyway) since 2001. I know that many people on this list are in districts/countries where the same is happening.
| |
15:47 | <robehend1> yep
| |
15:47 | my tech budget got a 33% cut last year, a 40% cut the year before..
| |
15:48 | I'm down to sub 10k for 2 buildings. and that includes all printer i nk
| |
15:48 | <dgroos> In the last 10 years I've been in 3 schools that have closed!
| |
15:48 | <robehend1> yick
| |
15:48 | <dberkholz> you guys in MN?
| |
15:48 | <robehend1> mhmm
| |
15:48 | * dberkholz is down in roch | |
15:48 | <dgroos> and you, dberkholz
| |
15:48 | ...ester?
| |
15:48 | <robehend1> roch, eh? I'm up by Fargo, myself
| |
15:48 | <dberkholz> yep
| |
15:49 | <dgroos> cool!
| |
15:49 | <robehend1> how much of a linux deployment you have?
| |
15:49 | <dberkholz> i'm more of a distro guy, not ltsp admin
| |
15:50 | <robehend1> oh? how so
| |
15:50 | <dberkholz> i work on gentoo
| |
15:50 | <robehend1> oh, nice
| |
15:50 | i tried Gentoo once. I still have the scars
| |
15:50 | <dberkholz> from time to time i even touch ltsp for gentoo, but others have done the vast majority of that
| |
15:51 | <robehend1> i hear nothing but good things about it, but i always screw something up
| |
15:51 | <dberkholz> the trick is to persist till you stop screwing things up
| |
15:51 | <robehend1> so i hear
| |
15:51 | <dberkholz> after you've used it for a few years, you're pretty much a qualified linux expert
| |
15:51 | <dgroos> true for most things in life...
| |
15:51 | <robehend1> i figure when i update my home computer, the old one turns into my linux playground
| |
15:52 | since my current linux playground is a bit dated..
| |
15:52 | <dgroos> You know what would be an interesting app...
| |
15:53 | a google map with markers showing the locations of all people currently in an irc...
| |
15:53 | or does that exist?
| |
15:53 | <robehend1> meh, ip based geotagging isnt that precise yet
| |
15:53 | <dberkholz> wouldn't work so well on freenode with all the masks
| |
15:54 | <dgroos> Not sure how it would work, but I'd love the capability.
| |
15:54 | <robehend1> oh nice. the commissioner's people responded back
| |
15:54 | <dberkholz> it would work ok for you two since your hostmasks have IPs
| |
15:55 | not sure where it would say i am, with dberkholz [~dberkholz@gentoo/developer/dberkholz]
| |
15:56 | <robehend1> bah. The classic "we'll take this under advisement, but have no comments at this time" response
| |
15:56 | <dgroos> robehend1: again, I wonder who she listens to...
| |
15:56 | <robehend1> the voices in her head
| |
15:56 | <dgroos> :)
| |
15:56 | <robehend1> oh wait, thats Pawlenty.
| |
15:56 | <dgroos> don't we all :D
| |
15:56 | :(
| |
15:57 | that name makes me feel like I just bit a lemon... not to get political though.
| |
15:58 | <robehend1> ha, understandable. I was barely old enough to vote last time he got in office, so I'm claiming no judgement on this one
| |
15:59 | <dgroos> As just finishing my first half century, I've got a few years to develop one.
| |
15:59 | <robehend1> ha nice
| |
15:59 | <dgroos> robehend1: did you ever get sch-scripts working to your satisfaction?
| |
15:59 | <robehend1> dgroos: for my uses, its workin. I just run it on the server
| |
16:00 | also moved all of installs over to kvm, which was very helpful
| |
16:01 | <dgroos> That's the way they do it in Greece, one ltsp server per room and it's the teacher computer, as I understand it.
| |
16:01 | <robehend1> i can see the benefit of that
| |
16:01 | im still on one vm per building, but its workin so far
| |
16:01 | introducted my k-4th graders to Gcompris this week. Pretty sure the teachers are gonna give me a medal or something
| |
16:01 | <dgroos> how's kvm related?
| |
16:02 | nice.
| |
16:02 | <robehend1> dgroos: cuz I can vnc into the machine via virt-manager, which allows the screen broadcasting to work and such, all in one nice interface
| |
16:02 | Gremble has quit IRC | |
16:03 | <dgroos> Interesting--there are so many different ways to do similar things.
| |
16:03 | <robehend1> yep. i used to do NX, but no need with this. though it is slower than NX
| |
16:04 | <dgroos> I use NX and do love it.
| |
16:04 | but it can be a bear to make work...
| |
16:04 | <robehend1> used the webclient yet?
| |
16:04 | <dgroos> ?
| |
16:06 | <robehend1> nomachine has a web-based java NX client you can throw on a webpage
| |
16:06 | so, you dont need the client installed on your machine, it just grabs a plugin from the java one and goes
| |
16:07 | <dgroos> sounds interesting--haven't tried it.
| |
16:08 | got a question,
| |
16:08 | <robehend1> its pretty slick. we use it to provide students access to the system out of the building
| |
16:08 | shoot
| |
16:08 | <dgroos> I've got more an ubuntu question here--I've got an application I run on both the server and as a localapp and it won't print--other apps eg firefox and oo print.
| |
16:09 | <robehend1> you install cups in the chroot?
| |
16:09 | <dgroos> no, I don't remember doing that :)
| |
16:09 | <robehend1> thats what I had to do for localapp printing, and it automatically found the printers on the server then
| |
16:09 | <dgroos> But, it doesn't print when run on the server, either.
| |
16:10 | <robehend1> oh
| |
16:10 | hm
| |
16:10 | couldnt tell ya there. but i'm out for now. Gotta go drive through the blizzard for an hour
| |
16:10 | <dgroos> OK thanks anyway.
| |
16:11 | <robehend1> have a good one!
| |
16:11 | robehend1 has left #ltsp | |
16:12 | prpplague has quit IRC | |
16:12 | <alkisg> Wait, robehend1 is using sch-scripts? Woah, we have 2 international users... :D
| |
16:13 | dgroos has left #ltsp | |
16:54 | vagrantc has joined #ltsp | |
17:16 | shogunx has joined #ltsp | |
17:22 | vagrantc has quit IRC | |
18:16 | markit has joined #ltsp | |
18:16 | <markit> hi, any ACL expert? I'm confused about the difference in behaviour when I copy a file into an acl directory... seems defaults are ignored
| |
18:17 | I've a dir where teachers have rw default, and students r only
| |
18:17 | if teacher creates a file there, is ok
| |
18:17 | if he copies from his home, becomes "r" for teachers also
| |
18:27 | markit has quit IRC | |
18:36 | staffencasa has quit IRC | |
18:45 | gk__ has joined #ltsp | |
18:45 | <gk__> hello
| |
18:45 | wedwo- has joined #ltsp | |
18:46 | wedwo- has left #ltsp | |
18:49 | gk__ has quit IRC | |
18:51 | alkisg has quit IRC | |
19:03 | evil_root is now known as zz_evil_root | |
20:03 | gk__ has joined #ltsp | |
20:07 | bobby_C has quit IRC | |
20:21 | alkisg has joined #ltsp | |
20:26 | ogra has quit IRC | |
20:29 | gk__ has quit IRC | |
20:45 | <pmatulis> helo
| |
20:51 | Pweg has quit IRC | |
21:15 | ball has joined #ltsp | |
22:35 | cyberorg has quit IRC | |
22:37 | cyberorg has joined #ltsp | |
22:57 | vagrantc has joined #ltsp | |
23:17 | mistik1 has quit IRC | |
23:18 | mistik1 has joined #ltsp | |
23:25 | mahdi_ja has joined #ltsp | |
23:26 | <mahdi_ja> hi all.
| |
23:26 | in ltsp management any client can have a personal printer ?
| |
23:28 | <vagrantc> you can connect printers to individual clients, and set default printers for individual clients
| |
23:29 | <ball> Could I choose which terminals supported USB flash drives?
| |
23:29 | (I'm guessing terminals can serve those up to the server)
| |
23:32 | <vagrantc> yes
| |
23:32 | <ball> mahdi_ja: What protocol is used to serve the printers up to the host? lpd?
| |
23:32 | <vagrantc> you could specify LOCALDEV_DENY_USB=true or false
| |
23:33 | <ball> vagrantc: Thanks, that's helpful.
| |
23:33 | <vagrantc> actually, look at the manpage for lts.conf ... i'm a little blurry on the LOCALDEV_DENY options off the top of my head
| |
23:34 | the protocol used to server up local printers to the host is the HP jetdirect protocol, which is currently implemented using jetpipe
| |
23:34 | <ball> It's helpful to know there's an option and where to look for the details.
| |
23:35 | <mahdi_ja> ball, yes i use ldp?
| |
23:37 | <ball> mahdi_ja: Thanks.
| |
23:38 | ball has quit IRC | |