00:07 | cyberorg has quit IRC | |
00:08 | johnny has left #ltsp | |
00:11 | johnny has joined #ltsp | |
00:20 | alkisg has quit IRC | |
00:39 | johnny has left #ltsp | |
00:40 | johnny has joined #ltsp | |
00:48 | AndyGraybeal has quit IRC | |
00:54 | AndyGraybeal has joined #ltsp | |
01:26 | vmlintu has quit IRC | |
01:28 | edcirh has joined #ltsp | |
01:28 | edcirh has left #ltsp | |
01:47 | t0mmii has quit IRC | |
01:52 | t0mmii has joined #ltsp | |
01:55 | gnunux has joined #ltsp | |
01:56 | cyberorg has joined #ltsp | |
02:05 | RiXtEr has quit IRC | |
02:06 | <gnunux> hi
| |
02:19 | alkisg has joined #ltsp | |
02:22 | dobber has joined #ltsp | |
02:23 | RiXtEr has joined #ltsp | |
02:35 | Faithful has joined #ltsp | |
02:38 | bobby_C has joined #ltsp | |
02:50 | t0mmii has quit IRC | |
02:55 | t0mmii has joined #ltsp | |
03:05 | johnny has left #ltsp | |
03:05 | alkisg1 has joined #ltsp | |
03:06 | johnny has joined #ltsp | |
03:10 | alkisg has quit IRC | |
03:22 | alkisg_web has joined #ltsp | |
03:22 | <alkisg_web> !buttons_layout
| |
03:22 | <ltspbot> alkisg_web: Error: "buttons_layout" is not a valid command.
| |
03:23 | <alkisg_web> !button_layout
| |
03:23 | <ltspbot> alkisg_web: "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:24 | alkisg_web has quit IRC | |
03:26 | t0mmii has quit IRC | |
03:28 | mikkel has joined #ltsp | |
03:29 | satellit_ has joined #ltsp | |
03:29 | satellit_ has left #ltsp | |
03:31 | t0mmii has joined #ltsp | |
04:34 | dobber_ has joined #ltsp | |
04:35 | dobber has quit IRC | |
04:39 | dobber has joined #ltsp | |
04:43 | alkisg1 has quit IRC | |
04:46 | cyberorg has quit IRC | |
04:48 | mikkel has quit IRC | |
04:51 | mikkel has joined #ltsp | |
05:19 | peter_tm has joined #ltsp | |
05:27 | alkisg has joined #ltsp | |
05:34 | Barbosa has quit IRC | |
05:36 | tomee^ has joined #ltsp | |
05:38 | <tomee^> hi, I am using LTSP for nodes of a small cluster. recently, after a power failure I cannot boot with ubuntu -server kernels, only -generic works. Any idea why?
| |
05:44 | BenG has joined #ltsp | |
05:58 | <peter_tm> No idea, but can we hypothesize that there might have been some type of corruption.. Can you run a MDM5 check on the kernel, or do you have a backup of the hard drive available?
| |
05:59 | <tomee^> Sure, w8
| |
06:00 | so, vmlinuz-2.6.24-24-server in /var/lib/tftpboot is the same as in /boot
| |
06:00 | bot initrds are different
| |
06:00 | are they supposed to be different ie does LTSP add something to the initrd?
| |
06:01 | s/bot/but/g
| |
06:03 | bobby_C has quit IRC | |
06:05 | <alkisg> tomee^: compare them to /opt/ltsp/i386/boot/vmlinuz, not with /boot
| |
06:06 | You cannot boot the server or the clients with that kernel?
| |
06:06 | <tomee^> the clients
| |
06:06 | the server booted fine
| |
06:06 | but clients can only boot with 2.6.24-16-generic so far
| |
06:06 | awww
| |
06:07 | it's the only one in /opt/ltsp/i386/boot ...
| |
06:07 | <alkisg> Why would you want to use the server kernel for the clients?
| |
06:07 | <tomee^> alkisg: because they have 10G ram
| |
06:07 | <alkisg> The clients?! Wow...
| |
06:07 | 32bit with PAE extensions kernel? Which distro/version is that?
| |
06:08 | <tomee^> ubuntu hardy
| |
06:08 | it's a small hpc cluster with diskless nodes
| |
06:08 | <alkisg> OK - when you upgrade to lucid, the -generic-pae kernel will be automatically selected.
| |
06:09 | To install the -server kernel now, just chroot and install it
| |
06:11 | <tomee^> ok, and then copy it to /var/lib/tftpboot ?
| |
06:12 | <ogra_cmpc> ltsp-update-kernels
| |
06:12 | <tomee^> ic
| |
06:12 | <alkisg> ...and ltsp-update-image
| |
06:12 | <tomee^> ok
| |
06:12 | <ogra_cmpc> right
| |
06:12 | <tomee^> root@c1:/# aptitude install linux-image-2.6.24-28-server
| |
06:13 | The following NEW packages will be installed:
| |
06:13 | lilo linux-image-2.6.24-28-server mbr
| |
06:13 | won't it screw up mbr in the master server? ;]
| |
06:13 | <alkisg> No - not if you don't mount /dev
| |
06:14 | Just mount /proc, nothing else.
| |
06:14 | (and maybe it even works without /proc)
| |
06:14 | I think you can also do --no-install-recommends or something...
| |
06:14 | <tomee^> I think these are dependencies not recommendations
| |
06:15 | but you're right, not mounting /dev makes sens
| |
06:16 | (rebooting nodes)
| |
06:20 | same problem
| |
06:20 | mount: mounting /dev/nbd0 on /rofs failed: No such device
| |
06:21 | if it didn't work at all I would suspect a broken configuration of the master
| |
06:21 | but why the heck does it work with the generic kernel?
| |
06:22 | <alkisg> Remove "quiet splash" from /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default
| |
06:22 | Reboot the clients, maybe you'll see a different error message then (e.g. the network module missing or something)
| |
06:23 | pmatulis has joined #ltsp | |
06:24 | cyberorg has joined #ltsp | |
06:25 | <tomee^> I already removed it
| |
06:26 | I can see it connecting to the NBD server
| |
06:27 | rootserver: 192.168.37.20 rootpath:
| |
06:27 | filename: /ltsp/i386/pxelinux.0
| |
06:27 | Negotiation: ..size = 255637KB
| |
06:27 | bs=1024, sz=255736
| |
06:27 | and then: mount: mounting /dev/nbd0 on /rofs failed: No such device
| |
06:28 | <alkisg> Urm... that doesn't sound right
| |
06:28 | Try putting break=mount in pxelinux.cfg/default, to manually test stuff
| |
06:28 | (or do you get a busybox?)
| |
06:28 | <tomee^> I get a busybox
| |
06:29 | <alkisg> ls -l /dev/nbd0
| |
06:29 | ls rofs, etc... are those there?
| |
06:30 | <tomee^> brw-rw---- 1 0 0 43, 0 /dev/nbd0
| |
06:30 | rofs is there and empty
| |
06:30 | etc contains usplash.conf, console-setup, udev, modprobe.d and default
| |
06:32 | <alkisg> mount -o ro -t squashfs /dev/nbd0 /rofs
| |
06:33 | What does that give you?
| |
06:33 | <tomee^> ount: mounting /dev/nbd0 on /rofs failed: No such device
| |
06:35 | <alkisg> OK, the problem is that `mount` line in ltsp_nbd, but I've no idea why it says "no such device".
| |
06:36 | ogra_cmpc, any ideas?
| |
06:36 | <ogra> lsmod ?
| |
06:36 | <tomee^> nbd module is there
| |
06:37 | <ogra> squashfs ?
| |
06:37 | cat /proc/filesystems
| |
06:37 | though the error should be different then
| |
06:38 | <tomee^> what should I look for in /proc/filesystems?
| |
06:38 | <ogra> squashfs
| |
06:38 | <tomee^> missing
| |
06:38 | <ogra> aha
| |
06:38 | might be that the server kernel misses support for squashfs then
| |
06:38 | check /boot/config-* in your chroot
| |
06:38 | grep for SQUASH
| |
06:40 | <tomee^> nothing, but the 2.6.24-16-generic also doesn't have it
| |
06:40 | while it boots, and squashfs is present in /proc/filesystems
| |
06:41 | <ogra> the config should have CONFIG_SQUASHFS=m
| |
06:41 | and thats a default in the generic kernels
| |
06:41 | since ubuntu exists
| |
06:42 | <tomee^> root@c1:/opt/ltsp/i386/boot# grep SQUASH config-2.6.24-16-generic
| |
06:42 | hmmmm
| |
06:42 | <alkisg> So if you do "modprobe squashfs" and retry that mount line, it works?
| |
06:43 | <tomee^> no
| |
06:43 | it says that module squashfs is not found
| |
06:44 | but I found that 2.6.24-19-server has that module
| |
06:44 | I'll try to boot with it
| |
06:52 | wow, it worked!
| |
06:52 | so I guess I have to stick with this kernel or upgrade to lucid and use -generic-pae
| |
06:53 | anyway, thanks much guys, you were really helpful!
| |
07:10 | jammcq has quit IRC | |
07:25 | <alkisg> tomee^: you can declare the module in an initramfs hook...
| |
07:28 | urm, or put CONFIG_SQUASHFS=m in boot/config...
| |
07:30 | <tomee^> but since the module is not present in /lib/modules
| |
07:30 | I suppose it isn't built at all for this kernel
| |
07:30 | it's funny that Ubuntu drops modules out of a production kernel within one distro release, though
| |
07:38 | hersonls has joined #ltsp | |
07:47 | bobby_C has joined #ltsp | |
08:04 | alkisg has quit IRC | |
08:10 | Gadi has joined #ltsp | |
08:14 | vmlintu has joined #ltsp | |
08:34 | dobber_ has joined #ltsp | |
08:35 | peter_tm has quit IRC | |
08:36 | dobber has quit IRC | |
08:37 | rwmarch has quit IRC | |
08:37 | rwmarch has joined #ltsp | |
08:39 | dobber_ has quit IRC | |
08:40 | dobber has joined #ltsp | |
08:45 | mikkel has quit IRC | |
08:55 | alkisg has joined #ltsp | |
09:01 | <rwmarch> I have " SCREEN_02 = shell " in /var/lib/tftpboot/ltsp/i386/lts.conf.
| |
09:01 | But, no login prompt, only flashing cursor at F2.
| |
09:01 | There is a login prompt at F1, however, users will not authenticate there.
| |
09:01 | Any suggestions, please.
| |
09:02 | <alkisg> The clients determine the location of lts.conf based on the dhcp server's boot filename option
| |
09:03 | What's your dhcpd.conf like?
| |
09:03 | <rwmarch> OK. I will check that.
| |
09:03 | <alkisg> Also, do you have [Default] on top of lts.conf?
| |
09:03 | <rwmarch> Yes.
| |
09:05 | <alkisg> if you have the same arch on the chroot as on the server, you can also try: /opt/ltsp/i386/usr/bin/getltscfg -c /var/lib/tftpboot/ltsp/i386/lts.conf -a
| |
09:05 | wahly has left #ltsp | |
09:07 | vmlintu has quit IRC | |
09:09 | <rwmarch> /usr/drs$ /opt/ltsp/i386/usr/bin/getltscfg -c /var/lib/tftpboot/ltsp/i386/lts.conf -a says: http://pastebin.com/ZugTa6rw
| |
09:10 | <alkisg> It seems ok, check your dhcpd.conf.
| |
09:11 | Btw, here's another way to get a shell on the clients: https://help.ubuntu.com/community/UbuntuLTSP/UnlockChrootRootAcct
| |
09:11 | And yet another way:
| |
09:11 | !localxterm
| |
09:11 | <ltspbot> alkisg: "localxterm" :: while sitting on a thin client, open a gnome terminal. In that, run: ltsp-localapps xterm. An xterm will open. That xterm runs locally, so any commands you enter there are executed directly on the client.
| |
09:14 | <rwmarch> localxterm - thanks, good to know. BTW, how do I tell which dhcpd.conf is used, /etc/dhcp3/dhcpd.conf or /etc/ltsp/dhcpd.conf. (Still getting to know version 5.)
| |
09:14 | <alkisg> distro/version?
| |
09:14 | thunsucker has joined #ltsp | |
09:15 | <rwmarch> lucid
| |
09:15 | <alkisg> /etc/ltsp/dhcpd.conf
| |
09:15 | <rwmarch> Thanks.
| |
09:15 | <alkisg> You can put it to pastebin if you want a second look
| |
09:16 | thunsucker_ has joined #ltsp | |
09:18 | <rwmarch> http://pastebin.com/G2mE6E1z for dhcpd.conf
| |
09:19 | tstafford has quit IRC | |
09:19 | tstafford has joined #ltsp | |
09:20 | thunsucker has quit IRC | |
09:20 | <alkisg> rwmarch: that filename should be relative
| |
09:20 | That's your problem
| |
09:20 | Btw, where's your tftp dir? In /var/lib/tftpboot or in /srv/tftp?
| |
09:21 | (lucid final uses /var/lib/tftpboot, but sometimes it breaks on upgrades from 9.10 and uses /srv/tftp...)
| |
09:22 | thunsucker_ has quit IRC | |
09:22 | thunsucker_ has joined #ltsp | |
09:22 | <rwmarch> OK. This is fresh install from altn CD.
| |
09:23 | thunsucker_ has quit IRC | |
09:23 | thunsucker_ has joined #ltsp | |
09:24 | thunsucker_ is now known as thunsucker | |
09:24 | <rwmarch> Clarify for me, which filename in dhcpd.conf you are referring to that should be relative path?
| |
09:24 | <alkisg> grep DIRECTORY /etc/default/tftpd-hpa
| |
09:25 | <rwmarch> TFTP_DIRECTORY="/srv/tftp"
| |
09:26 | <alkisg> OK, you may do the following:
| |
09:26 | 1) file a bug report on laundhpad
| |
09:27 | 2) change that file to the "usual" one:
| |
09:27 | http://pastebin.com/LfgeJgTd
| |
09:27 | 3) restart tftp: sudo restart tftpd-hpa
| |
09:28 | 4) change dhcpd.conf: http://pastebin.com/j9w2GqrA
| |
09:28 | 5) restart dhcpd: sudo invoke-rc.d dhcp3-server restart
| |
09:28 | You should be ok after that.
| |
09:28 | <rwmarch> Will do.
| |
09:29 | <alkisg> Ah, and delete /srv completely, and use /var/lib/tftpboot/ltsp/i386 instead.
| |
09:29 | (run sudo ltsp-update-kernels to make sure)
| |
09:33 | komunista has joined #ltsp | |
09:40 | toscalix has joined #ltsp | |
09:41 | vmlintu has joined #ltsp | |
09:50 | hersonls has quit IRC | |
09:55 | <rwmarch> I erred. This system is not a fresh install, but an alternate CD upgrade from 9.10.
| |
09:55 | And I remember several months ago, with the help of maillist archives, modifying dhcpd.conf because the client was not finding the tftp directory.
| |
09:57 | ogra has quit IRC | |
09:58 | ogra has joined #ltsp | |
09:58 | <rwmarch> Now I am getting:
| |
09:58 | bs=1024, sz=542280
| |
09:58 | /scripts/nfs-bottom/ltsp: eval: line 1: syntax error: redirection unexpected
| |
10:02 | <alkisg> Did you do all of the above steps?
| |
10:02 | I.e. you don't have a /srv anymore?
| |
10:06 | t0mmii has quit IRC | |
10:07 | t0mmii has joined #ltsp | |
10:09 | dobber has quit IRC | |
10:10 | mikkel has joined #ltsp | |
10:12 | <rwmarch> Yes, I re-checked all of the above steps. Removed the reference to /srv. Restarted dhcp. Restarted tftp. Also took out the option for nfs. Don't think I will need it anymore.
| |
10:12 | http://pastebin.com/BNJciAHY
| |
10:14 | shawnp0wers has joined #ltsp | |
10:16 | <alkisg> OK, so what do you have in `ls -l /var/lib/tftpboot/ltsp/i386` now?
| |
10:19 | <rwmarch> ls -l /var/lib/tftpboot/ltsp/i386
| |
10:19 | http://pastebin.com/ZVx05Bee
| |
10:25 | <alkisg> Hmm your kernels are old, before the lucid release
| |
10:25 | Try running sudo ltsp-update-kernels
| |
10:25 | tstafford has quit IRC | |
10:25 | <rwmarch> Will do.
| |
10:26 | And just found the syntax problem - lts.conf was causing it.
| |
10:26 | sudo ltsp-update-kernels
| |
10:28 | gnunux has quit IRC | |
10:28 | <rwmarch> So now the client is booting OK. And I am getting the screens. You fixed it. Thanks very much, alkisg.
| |
10:29 | <alkisg> You're welcome.
| |
10:31 | <rwmarch> I have been using LTSP-4 for many years. Have it figured out well enough to get myself through issues. I find version 5 a tough one to get my head around some of what is going on behind the scenes.
| |
10:32 | Would still be floundering without you. A little thin on documentation I find. Could be wrong.
| |
10:33 | <BenG> I found the learning curve much shallower that 4.2 rwmarch , FWIW
| |
10:33 | a few weeks of fiddling and I know where all the scripts are now
| |
10:34 | <rwmarch> In time I may come to the same conclusion, BenG.
| |
10:35 | <BenG> I reckon
| |
10:37 | tstafford has joined #ltsp | |
10:37 | komunista has quit IRC | |
10:40 | staffencasa has joined #ltsp | |
10:43 | cliebow has joined #ltsp | |
10:44 | tomee^ has quit IRC | |
10:53 | cliebow has quit IRC | |
10:53 | BenG has quit IRC | |
11:02 | evil_root has joined #ltsp | |
11:03 | <LedHed> Do the 'SOUND' and 'X_BLANKING' work with Fat Clients? for some reason I cant get either to work.
| |
11:04 | <johnny> trying to turn sound off?
| |
11:04 | sound is on by default
| |
11:04 | evil_root has left #ltsp | |
11:10 | pmatulis has quit IRC | |
11:11 | pmatulis has joined #ltsp | |
11:13 | <alkisg> SOUND=off stops pulse from being redirected from the server to the clients - fat clients don't get redirected sound, so I'm not sure what would SOUND=off mean for fat clients.
| |
11:16 | rwmarch has quit IRC | |
11:17 | <johnny> alkisg, pretend the sound card is disabled?
| |
11:17 | that's probably what it should do
| |
11:18 | <alkisg> How? That would mean no local sound, it's not the same as SOUND=false for thin clients where local sound still works...
| |
11:18 | <johnny> or set pulse to a null sink
| |
11:18 | i think SOUND=No .. means NO SOUND:)
| |
11:18 | who uses SOUND=No expecting local sound to work?
| |
11:18 | i bet almost nobody
| |
11:19 | pulse to a null sink is probably the easiest
| |
11:19 | <alkisg> Got any idea about the specifics on how to do it?
| |
11:19 | <johnny> pulse to a null sink is just a modification of the default.pa
| |
11:19 | or client.pa.. one of those files
| |
11:20 | but.. one of the reasons people use SOUND=No is to save memory on a low ram thin client
| |
11:20 | <alkisg> And won't sound work with alsa?
| |
11:20 | <johnny> so that won't help that ccase
| |
11:20 | <alkisg> (i.e. if someone sinks pulse, can't the user just select alsa?)
| |
11:20 | <johnny> alkisg, that's why i think it might be best to go a little lower level, perhaps alsa has a way to disabe sound cards.. and if not.. it could just forceall the mixer volumes to 0
| |
11:21 | <alkisg> I tried amixer to set the volume to 0, and it worked, but the users are still able to increase the volume
| |
11:21 | I didn't find any way yet to turn the sound off properly
| |
11:21 | <johnny> alkisg, did you talk to alsa developers?
| |
11:22 | <alkisg> Nope, I didn't go that far
| |
11:22 | <johnny> i think alot of problems with ltsp are folks not talking to upstream!
| |
11:22 | of course.. in the openssh case.. we know they won't do certain things.. like allow the null cipher :(
| |
11:22 | <alkisg> It's also lack of time - only 24h per day :D
| |
11:22 | <johnny> which is sad
| |
11:22 | because the null cipher would stop us from using LDM_DIRECTX as it is
| |
11:22 | <alkisg> E.g. getting teacher screen broadcasting was much more important than muting sound :)
| |
11:23 | Yeah, it also helps a lot on file transfers
| |
11:23 | <johnny> also it's great for transfering lots of data
| |
11:23 | hehe alkisg :)
| |
11:23 | <alkisg> I think there was a new libssh implementation that allowed the null cipher
| |
11:28 | korcan has quit IRC | |
11:34 | korcan has joined #ltsp | |
11:51 | khz|RiXtEr has joined #ltsp | |
11:54 | RiXtEr has quit IRC | |
11:57 | shawnp0wers has quit IRC | |
11:57 | RiXtEr has joined #ltsp | |
12:01 | khz|RiXtEr has quit IRC | |
12:20 | Lns has joined #ltsp | |
12:22 | komunista has joined #ltsp | |
12:23 | pmatulis has quit IRC | |
12:24 | pmatulis has joined #ltsp | |
12:37 | vagrantc has joined #ltsp | |
12:43 | khz|RiXtEr has joined #ltsp | |
12:44 | RiXtEr has quit IRC | |
12:46 | alexqwesa has quit IRC | |
12:47 | alexqwesa has joined #ltsp | |
12:49 | <LedHed> alkisg, do I need to have CONFIGURE_X = True for X_BLANKING to work?
| |
12:50 | <vagrantc> any of the values that require CONFIGURE_X should set it.
| |
12:50 | essentially, CONFIGURE_X shouldn't be needed from lts.conf anymore
| |
12:51 | <LedHed> I have X_BLANKING = 1800 (30 min), but the screen blanks in just 5 minutes.
| |
12:51 | maybe that setting doesnt work with fat clients either
| |
12:53 | <johnny> i just handle it by setting teh gconf keys
| |
12:53 | to enable the screen saver
| |
12:53 | and have those settings enable blanking
| |
12:53 | <LedHed> I'll try that
| |
12:53 | thanks
| |
12:54 | chupacabra has quit IRC | |
12:55 | jhutchins_lt has quit IRC | |
13:01 | The_Code has joined #ltsp | |
13:02 | <alkisg> LedHed: fat clients can be better configured using the usual DE ways, e.g. the following file disables screen locking by default:
| |
13:02 | cat /mnt/usr/share/gconf/defaults/10_ltsp_fat_client
| |
13:02 | /desktop/gnome/lockdown/disable_lock_screen true
| |
13:02 | * alkisg wants to make a big collection of useful (in LTSP) gconf keys... | |
13:05 | shawnp0wers has joined #ltsp | |
13:08 | <LedHed> alkisg, thanks
| |
13:13 | pths has joined #ltsp | |
13:22 | bobby_C has quit IRC | |
13:27 | <alkisg> !button_layout
| |
13:27 | <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
| |
13:27 | <alkisg> !compiz
| |
13:27 | <ltspbot> alkisg: "compiz" :: if compiz is giving you problems, one way to disable it for all users is: sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /desktop/gnome/session/required_components/windowmanager metacity
| |
13:29 | * vagrantc thanks ltspbot for being a great repository of knowledge | |
13:35 | <alkisg> !learn disable_lock_screen as To disable screen locking for new users in gnome: sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type boolean --set /desktop/gnome/lockdown/disable_lock_screen 1. To enable it for a specific user, from that user account run: gconftool-2 --type boolean --set /desktop/gnome/lockdown/disable_lock_screen 0.
| |
13:35 | <ltspbot> alkisg: The operation succeeded.
| |
13:35 | gentgeen__ has joined #ltsp | |
13:35 | korcan has quit IRC | |
13:38 | korcan has joined #ltsp | |
13:40 | jhutchins_lt has joined #ltsp | |
13:40 | Faithful has quit IRC | |
13:46 | jhutchins_lt has quit IRC | |
14:07 | jhutchins_lt has joined #ltsp | |
14:08 | shawnp0wers has quit IRC | |
14:10 | makghosh has joined #ltsp | |
14:28 | masterm has left #ltsp | |
14:39 | dobber_ has joined #ltsp | |
14:44 | thunsucker has quit IRC | |
14:44 | Faithful has joined #ltsp | |
14:44 | peter_tm has joined #ltsp | |
14:46 | pmatulis has quit IRC | |
14:50 | makghosh has quit IRC | |
14:52 | Egyptian[Home] has quit IRC | |
14:53 | jhutchins_lt has quit IRC | |
14:55 | jhutchins_lt has joined #ltsp | |
15:00 | <alkisg> !learn volumes_visible as To prevent volumes (cd, floppy etc) from showing on the user's desktops, run: sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type boolean --set /apps/nautilus/desktop/volumes_visible 0
| |
15:00 | <ltspbot> alkisg: The operation succeeded.
| |
15:00 | The_Code has quit IRC | |
15:02 | <johnny> alkisg, would be nice to have that only for the thin client users.. and not global
| |
15:03 | <alkisg> I'm using "defaults" so that the teacher can enable it for himself, but yeah, stacking gconf keys per group would be really cool
| |
15:03 | sabayon already does it, but it'd be better if it was embedded
| |
15:03 | I think gsettings will support that.
| |
15:04 | <johnny> yes.. i'm eagerly awaiting gsettings
| |
15:04 | tired of gconf
| |
15:04 | dconf + gsettings will be better
| |
15:05 | Egyptian[Home] has joined #ltsp | |
15:05 | * vagrantc scribbles on the future notepad | |
15:11 | toscalix has quit IRC | |
15:24 | jhutchins_lt has quit IRC | |
15:24 | jhutchins_lt has joined #ltsp | |
15:29 | johnny has left #ltsp | |
15:30 | johnny has joined #ltsp | |
15:31 | sharles has joined #ltsp | |
15:34 | <sharles> New to LTSP; need recommendations for inexpensive thin clients for offices running web browser, openoffice, gnucash and scribus
| |
15:35 | <johnny> inexpensive?
| |
15:35 | that's relative
| |
15:35 | i spend $200 a piece for dual core atoms with 2GB ram
| |
15:35 | <sharles> under $150
| |
15:35 | where?
| |
15:36 | <johnny> they didn't have any cdroms tho
| |
15:36 | newegg
| |
15:36 | <sharles> brand?
| |
15:36 | <johnny> msi wind
| |
15:36 | check out disklessworkstations
| |
15:36 | <sharles> slcik
| |
15:36 | oops -- slick
| |
15:36 | <johnny> they sponsor ltsp
| |
15:37 | vagrantc has quit IRC | |
15:38 | <johnny> sharles, usually the channel starts to die down in activity at this point
| |
15:38 | might be best to post to ltsp-discuss list
| |
15:39 | !discuss
| |
15:39 | <ltspbot> johnny: Error: "discuss" is not a valid command.
| |
15:39 | <johnny> !ltsp-discuss
| |
15:39 | <ltspbot> johnny: "ltsp-discuss" :: at https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
| |
15:39 | <johnny> that way you'll get a wider audience
| |
15:39 | <sharles> thanks!
| |
15:39 | <johnny> perhaps you should read the archives first tho
| |
15:39 | see if somebody answered your question already
| |
15:39 | <sharles> yup--will do
| |
15:40 | sharles has left #ltsp | |
15:42 | boojum has joined #ltsp | |
15:48 | jhutchins_lt has quit IRC | |
15:56 | vbundi has joined #ltsp | |
15:57 | <vbundi> anyone here use sabayon much?
| |
15:58 | <boojum> i'm interested, too.
| |
15:59 | <vbundi> I've used it, I can help you with basic stuff maybe, but I'm having a problem atm
| |
15:59 | <boojum> read someplace it's a resource hog
| |
15:59 | <alkisg> !seen sbalneav
| |
15:59 | <ltspbot> alkisg: sbalneav was last seen in #ltsp 1 week, 5 days, 4 hours, 19 minutes, and 7 seconds ago: <sbalneav> win 1
| |
16:00 | <vbundi> oh man
| |
16:00 | looks like he expert's on vacation :)
| |
16:00 | <johnny> resource hog?
| |
16:00 | how can it be a resource hog?
| |
16:01 | it doesn't do that much after login
| |
16:01 | <vbundi> it only uses resources when it's running it's little bubble when you are configuring stuff
| |
16:01 | <alkisg> boojum: sabayon the desktop locking program, not the distro...
| |
16:01 | <vbundi> and it's not bad afaik
| |
16:01 | <johnny> it should probably be renamed to gnome lockdown or somethin
| |
16:01 | <boojum> alkisg: yup -- think the post conflated the two
| |
16:02 | mikkel has quit IRC | |
16:04 | dobber_ has quit IRC | |
16:07 | khz|RiXtEr has quit IRC | |
16:07 | RiXtEr has joined #ltsp | |
16:39 | alkisg has quit IRC | |
16:55 | bobby_C has joined #ltsp | |
16:57 | komunista has quit IRC | |
17:04 | bobby_C has quit IRC | |
17:29 | Gadi has left #ltsp | |
17:44 | pmatulis has joined #ltsp | |
17:52 | alkisg has joined #ltsp | |
18:00 | alkisg has quit IRC | |
18:01 | alkisg has joined #ltsp | |
18:10 | staffencasa has quit IRC | |
18:21 | tstafford_ has joined #ltsp | |
18:21 | tstafford has quit IRC | |
18:29 | johnny has left #ltsp | |
18:32 | artista_frustrad has joined #ltsp | |
18:44 | artista_frustrad has quit IRC | |
18:46 | chupacabra has joined #ltsp | |
18:57 | artista_frustrad has joined #ltsp | |
19:25 | LedHed has quit IRC | |
19:37 | pmatulis has quit IRC | |
19:50 | alkisg has quit IRC | |
20:02 | Lns has quit IRC | |
20:40 | stgraber has quit IRC | |
20:49 | Appiah_ has joined #ltsp | |
20:49 | vbundi has quit IRC | |
20:49 | Egyptian[Home] has quit IRC | |
20:49 | Appiah has quit IRC | |
20:50 | vbundi has joined #ltsp | |
20:51 | Egyptian[Home] has joined #ltsp | |
20:55 | makghosh has joined #ltsp | |
21:10 | peter_tm has left #ltsp | |
21:13 | F-GT has quit IRC | |
21:30 | F-GT has joined #ltsp | |
21:41 | johnny has joined #ltsp | |
21:49 | try2free has joined #ltsp | |
21:51 | try2free has quit IRC | |
22:02 | diwakoe has joined #ltsp | |
22:09 | sbalneav has joined #ltsp | |
22:16 | ogra_cmpc has quit IRC | |
22:29 | ogra_cmpc has joined #ltsp | |
22:38 | makghosh has quit IRC | |
22:42 | Faithful has quit IRC | |
22:43 | vagrantc has joined #ltsp | |
22:47 | diwakoe has left #ltsp | |
22:55 | Faithful has joined #ltsp | |
23:15 | boojum has quit IRC | |