00:12 | twinprism has joined #ltsp | |
00:55 | * operatore off dulu | |
00:55 | * operatore wasalam | |
00:56 | operatore has quit IRC | |
00:56 | alkisg has quit IRC | |
01:45 | <X-TaZ> Someone here working on ltsp-cluster ? stgraber has gone ...
| |
02:48 | _Shane has joined #ltsp | |
03:07 | bobby_C has joined #ltsp | |
03:19 | alkisg has joined #ltsp | |
03:23 | chrisjrob has joined #ltsp | |
03:28 | ogra has quit IRC | |
03:29 | ogra has joined #ltsp | |
03:29 | <chrisjrob> i need some inspiration! i have some Wyse 9235LE thin clients, which are XPe based. i have used these on our existing etch server and they pxe boot reliably. i am now trying to use them on our new lenny server and pxe is failing with "error pxe-e51 no dhcp or proxy dhcp offers were received". it then goes onto boot XPe fine and duly picks up its dhcp assigned ip.
| |
03:30 | i feel like i have tried every dhcpd.conf setting to try and get them to work, but without joy, and any thoughts would be appreciated!
| |
03:32 | syslog does not show any dhcp request until it has booted XPe.
| |
03:38 | other clients are pxe booting fine, so dhcp and pxe are working.
| |
03:39 | so the obvious is that for some reason dhcpd is not configured to service the pxe request of this particular client, but i have set it up the same as every other client.
| |
03:39 | <sep> it have link when it tries to pxeboot ?
| |
03:40 | and it uses the same interface and configured mac ?
| |
03:40 | <chrisjrob> well when it begins the pxe dhcp if the cable is not connected it fails immediately without reporting its mac address,
| |
03:41 | if the cable is connected it initially reports its mac address, and it is that mac address that i have entered into dhcpd.conf
| |
03:41 | <alkisg> chrisjrob: try with gpxe: do `dhcp net0` and see what dhcp info actually reaches the clients
| |
03:41 | (best logging tool, client side...)
| |
03:42 | * chrisjrob googles gpxe | |
03:42 | <alkisg> (formerly etherboot - can be booted from cd / floppy / hd)
| |
03:42 | <ogra> chrisjrob, i heard that the newer syslinux has probs with some clients that do not respect the standard to 100%
| |
03:42 | <chrisjrob> ah yes the old etherboot site. hmm, have to get that onto a usb stick
| |
03:43 | <ogra> you might need to use the old pxelinux stuff from etch for them
| |
03:43 | <alkisg> ogra, "no offers received" is before pxelinux is loaded, right?
| |
03:44 | (goodday all btw)
| |
03:44 | <chrisjrob> alkisg: yes
| |
03:44 | <ogra> yeah, thats the client
| |
03:44 | <chrisjrob> ogra: some of my newer pcs have also struggled, leading me to use gpxe instead
| |
03:45 | so i suspect you have hit the nail on the head
| |
03:45 | what do i need to copy across from my etch server do you think, just the elements from /var/lib/tftpboot?
| |
03:46 | <alkisg> Ehm, pxelinux is used *after* the client gets a dhcp lease. Isn't the problem before this?
| |
03:46 | I.e. client not getting a dhcp lease at all?
| |
03:46 | <chrisjrob> yes alkisg, you're right.
| |
03:47 | unless it is getting the lease, but not logging it.
| |
03:47 | <alkisg> So all you can fix at this point is dhcpd.conf (or cabling/switches etc)
| |
03:48 | <chrisjrob> cabling is fine, i am in my office, and i have had countless clients working fine, and indeed this one works in XPe. i am plugged into the same switch as the server.
| |
03:49 | * chrisjrob looks at his dhcpd.conf for the hundredth time | |
03:49 | <alkisg> OK, then dhcpd.conf and dhcp3-server...
| |
03:49 | E.g. maybe this client doesn't receive a boot filename
| |
03:50 | chrisjrob: upload your dhcpd.conf to pastebin if you want so that we can have a look...
| |
03:50 | <chrisjrob> that's kind alkisg, I will, maybe i'm missing something obvious!
| |
03:52 | <ogra> do you see the dhcp request in the logs if you boot the client that doesnt work ?
| |
03:54 | <ltsppbot> "chrisjrob" pasted "dhcpd.conf - the offender is host ws060" (108 lines) at http://pastebot.ltsp.org/320
| |
03:55 | <chrisjrob> i have tried commenting out all the if/elsif/else statement to just leave filename "/ltsp/i386/pxelinux.0";
| |
03:56 | i've even put that under the host declaration.
| |
03:56 | <alkisg> Ah, another possibility of something going wrong is if you have a router somewhere that also offers dhcp leases
| |
03:57 | <chrisjrob> don't believe so, but i'll try stopping dhcpd and rebooting the client, see if it gets an address from somewhere else.
| |
04:04 | no, it hasn't obtained an ip address, so i don't believe there is another dhcp server on the network.
| |
04:08 | <alkisg> Try with gpxe to see what options actually reach the client
| |
04:09 | Then compare that with what you get if you connect it to the previous etch server.
| |
04:11 | <chrisjrob> that's going to be tricky, as it doesn't have an optical drive, nor floppy, nor any obvious way of getting into the bios
| |
04:11 | <alkisg> Doesn't it have an hd?
| |
04:11 | Put it in boot.ini...
| |
04:12 | (I assume Windows XPe are similar to XP?)
| |
04:12 | <chrisjrob> it has a flash drive i suppose, yes XPe is very similar to XP afaik.
| |
04:13 | <alkisg> https://help.ubuntu.com/community/UbuntuLTSP/grubgpxe#Boot%20from%20a%20Windows%20NT/2000/XP/2003%20partition
| |
04:13 | See there for how to put it in boot.ini ^^^
| |
04:15 | <chrisjrob> thanks alkisg.
| |
04:25 | <alkisg> (you may even use this boot.ini/grub4dos/gpxe combination as a permanent solution for this particular pc ;))
| |
04:38 | try2free has joined #ltsp | |
04:44 | <chrisjrob> hmm, there isn't a C:\boot.ini file :(
| |
04:45 | <alkisg> Uh, unless it's hidden, I don't know what XPe uses
| |
04:46 | try2free has left #ltsp | |
04:53 | <chrisjrob> not only was it hidden, but it was also "protected", so even showing hidden files failed to show it.
| |
05:08 | <alkisg> chrisjrob: that's what this line was for, in the tutorial link I gave you above: attrib -r -s -h C:\boot.ini
| |
05:08 | It unhides/unprotect the file...
| |
05:12 | <chrisjrob> alkisg: attrib isn't available in XPe, but it doesn't seem to be stopping me so far
| |
05:13 | should the GRUB4DOS line go under the [boot loader] section, or at the end as stated which is in the [operating systems] section?
| |
05:14 | <alkisg> chrisjrob: could you upload your boot.ini contents to pastebin, because it's been a long time since I used XP?
| |
05:15 | Usually it's at the end of the file
| |
05:16 | chrisjrob: ok, I saw an example boot.ini at google, it's at the end of file, at the [operating systems] stanza
| |
05:17 | <ltsppbot> "chrisjrob" pasted "Win XPe boot.ini" (5 lines) at http://pastebot.ltsp.org/321
| |
05:18 | "alkisg" pasted "chrisjrob new boot.ini" (7 lines) at http://pastebot.ltsp.org/322
| |
05:18 | <alkisg> chrisjrob: try this one ^^^ because I'm not sure if your system partition is C: or D:...
| |
05:19 | Ah, and set timeout=10
| |
05:19 | Not 0
| |
05:19 | <chrisjrob> thanks alkisg, it's on C and rebooting as we speak.
| |
05:19 | <alkisg> chrisjrob: It's not necessarily on C:
| |
05:20 | The boot manager may see different drive letters than windows
| |
05:20 | Windows keeps the drive letter mapping in the registry, so it may use different values...
| |
05:21 | (I'm worried about "2" in default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS)
| |
05:21 | (but if it's also active then you should have a problem...)
| |
05:22 | <chrisjrob> well it didn't work, but I was already rebooting when you pasted the new boot.ini - so i'll make the changes you suggested,
| |
05:24 | there seems to only be a C: and a Z: the latter being the ramdrive for working files (lost on reboot) doubt there's anything bootable on that.
| |
05:25 | i'll increase the timeout and reboot
| |
05:25 | <alkisg> Don't count on windows drive letters, these are assigned later on at the boot process
| |
05:25 | With timeout=0 it'll always boot windows - never grub4dos
| |
05:25 | runout has joined #ltsp | |
05:27 | <chrisjrob> any reason why i can't refer to it as: multi(0)disk(0)rdisk(0)partition(2)\grldr ?
| |
05:27 | <alkisg> Try it, I don't remember if arc paths are supported
| |
05:28 | <chrisjrob> well that's how they're referring to the Windows directory...
| |
05:28 | default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
| |
05:28 | <alkisg> Yes but that's for a different boot method
| |
05:28 | <chrisjrob> Ah.
| |
05:30 | <alkisg> chrisjrob: do you see the entry in the boot manager, and it fails to load, or you don't see it at all?
| |
05:39 | <chrisjrob> alkisg: sorry - every reboot takes a good 5 mins or more. yes i did see the entry in the boot manager, but it failed to boot it, with an error which make it clear that the disk was wrong.
| |
05:39 | ogra_ has quit IRC | |
05:39 | <chrisjrob> so i'm now adding the D:\grldr line.
| |
05:42 | <alkisg> chrisjrob: you may try them all at once, i.e. put an entry for C:, one for D:, and one for the arc path all at the same time
| |
05:43 | <chrisjrob> alkisg: too late ;). D fails with missing or corrupt system32\hal.dll
| |
05:44 | <alkisg> Hmmm?
| |
05:44 | And what was the error message for C:\grldr?
| |
05:46 | <chrisjrob> can't remember, but it seemed obvious at the time that it was the wrong drive - and i criticise my users for not writing down error messages.
| |
05:46 | <alkisg> (just wondering if it was an ntldr message or a grldr message...)
| |
05:46 | <chrisjrob> i'll let you know in 2 mins
| |
05:46 | <alkisg> So far it looks like grldr was never loaded.
| |
05:47 | <chrisjrob> Error for C: Try (fd0): invalid or null. Error: Cannot find grldr in all drives. Press Ctrl+alt+del to restart.
| |
05:52 | Error for D: Windows could not start because the following file is missing or corrupt: <Windows root>\system32\hal.dll. Please re-install a copy of the above file.
| |
06:00 | <alkisg> chrisjrob: ok, then grldr tries to load but cannot locate itself because of weird drive settings
| |
06:01 | Sorry, can't help, I've never seen XPe.
| |
06:01 | <ltsppbot> "chrisjob" pasted "alkisg" (8 lines) at http://pastebot.ltsp.org/323
| |
06:01 | <alkisg> If it supports booting from usb you may give it a shot from there
| |
06:02 | C:\grldr="GRUB4DOS boot loader (C)" was the correct one, but grldr couldn't take it from there
| |
06:08 | <chrisjrob> alkisg: well thanks anyway for all your time, back to trying to get it to pxe boot. it won't usb boot - tried that first.
| |
06:08 | pmatulis has joined #ltsp | |
06:30 | F-GT has quit IRC | |
06:31 | F-GT has joined #ltsp | |
06:48 | alkisg has quit IRC | |
06:48 | alkisg has joined #ltsp | |
06:59 | mikkel has joined #ltsp | |
07:06 | cyberorg has quit IRC | |
07:29 | cyberorg has joined #ltsp | |
07:46 | <runout> hi, i found an old irc log, >1 year old, about X_DPMS
| |
07:46 | some thing new? can't get it to work
| |
07:47 | ubuntu jaunty, ltsp 5
| |
07:47 | i like to prevent screen blanking on the clients
| |
07:47 | alkisg has quit IRC | |
07:49 | <runout> on kiosks it's really bad they go black every some minutes
| |
07:49 | people think they are dead
| |
07:56 | <POloser> :)
| |
07:58 | POloser has quit IRC | |
08:01 | X-TaZ has quit IRC | |
08:02 | X-TaZ has joined #ltsp | |
08:04 | <Drakonen> runout: think you'll have to configure the power manager
| |
08:05 | defaults for me are, turn of screen in 40 mins, turn on screensaver in 10, default is blanking for me
| |
08:06 | so you might wanna change the default screensaver :)
| |
08:07 | treyh has joined #ltsp | |
08:08 | <runout> i don't use any screensaver
| |
08:08 | the only app running is opera. it's a real kiosk only for browsing
| |
08:09 | <Drakonen> runout: is it running gnome?
| |
08:10 | more info pls what you did :)
| |
08:10 | <runout> gdm,
| |
08:10 | in the .xsession script i start
| |
08:10 | opera in kiosk mode
| |
08:10 | and metacity
| |
08:11 | <Drakonen> ok, so configure your gnome screensaver properly :)
| |
08:11 | elisboa has joined #ltsp | |
08:11 | <runout> thats not installed
| |
08:13 | <Drakonen> how did you install ubuntu / ltsp?
| |
08:13 | <runout> just as usual, but i uninstalled the screensaver by hand
| |
08:14 | <Drakonen> ok
| |
08:14 | then i dont know
| |
08:14 | <runout> also i couldn't find good info about configuring it
| |
08:18 | i think the problem is not the screensaver. maybe it's X. lokks like ltsp5 is ignoring the X_DPMS option in the lts.conf
| |
08:22 | <_UsUrPeR_> stgraber: ping
| |
08:22 | Remaille has joined #ltsp | |
08:28 | vagrantc has joined #ltsp | |
08:30 | <X-TaZ> waiting for stgraber too, _UsUrPeR_ :)
| |
08:33 | <_UsUrPeR_> x-taz: ahh.
| |
08:34 | * _UsUrPeR_ gets in the queuue in front of the stgraber help window | |
08:34 | <X-TaZ> Haha
| |
08:34 | there is too few help for his ltsp-cluster :x
| |
08:36 | <ogra> not enough users ... get some more for it :)
| |
08:39 | <X-TaZ> I'm currently writing french tutorials for ltsp and ltsp-cluster (once i'll get ltsp-cluster working ) Its a schoolwork
| |
08:39 | I think it will be usefull tu concentrate in one document all the help i got :)
| |
08:40 | * ogra wonders if the UbuntuLTSP wiki doesnt already have something on the cluster stuff | |
08:41 | cliebow has joined #ltsp | |
08:41 | <X-TaZ> ogra, "cluster" did not match on UbuntuLTSP :x
| |
08:42 | <cyberorg> X-TaZ, why don't you just ask what you want to know? may be stgraber will see that and reply whenever he is online
| |
08:43 | <X-TaZ> I already spoken to him yesterday. He told me to use a file that is no more on the launchpad website
| |
08:43 | it is control-center.config
| |
08:44 | <cyberorg> not in ltsp-cluster bzr tree?
| |
08:45 | Selveste1 has joined #ltsp | |
08:45 | <X-TaZ> bzr ?
| |
08:45 | bazaar
| |
08:45 | I searched for a while, it doesnt look to still be in it
| |
08:45 | <cyberorg> it is in ./ltsp-cluster-control/scripts/control-center.config
| |
08:45 | alkisg has joined #ltsp | |
08:45 | <ogra> https://wiki.stgraber.org/LTSP-Cluster
| |
08:46 | that has some documentation
| |
08:46 | <X-TaZ> A read all this many times
| |
08:46 | :)
| |
08:46 | Where did you find ./ltsp-cluster-control/scripts/control-center.config ?
| |
08:46 | <cyberorg> X-TaZ, bzr branch http://bazaar.launchpad.net/~ltsp-cluster-team/ltsp-cluster/ltsp-cluster-control
| |
08:47 | <ogra> hmm, looks like stephane should do some cleanup :) https://wiki.stgraber.org/LTSP-Cluster/gbgnqlgxzowvhctjtrviaunkifplwq
| |
08:48 | <X-TaZ> ty
| |
08:48 | <cyberorg> X-TaZ, you are right it seems to be removed now "-D scripts/control-center.config"
| |
08:49 | <X-TaZ> He gave me this link some days ago : http://bazaar.launchpad.net/%7Eltsp-cluster-team/ltsp-cluster/ltsp-cluster-control/download/head%3A/controlcenter.config-20090118065910-j5inpmeqapsuuepd-2/control-center.config
| |
08:50 | <cyberorg> http://prime.cyberorg.co.in/control-center.config is what it was before it got removed
| |
08:50 | Remaille has quit IRC | |
08:51 | <X-TaZ> Maybe you could help me on another problem I have. Its in the OpenVZ tutorial for ltsp-cluster. I made this ( on 5 servers ). I can't find what to do in the file when its asked to do : Set the IP address in /etc/ltsp/lbaconfig.xml ("echo 192.168.0.5" instead of using hostname to get it)
| |
08:51 | ty for the file :)
| |
08:51 | <cyberorg> my webserver does not like .config http://prime.cyberorg.co.in/control-center.config.txt
| |
08:52 | <X-TaZ> hehe just saw it
| |
08:53 | <treyh> this rpm claims to have a copy of it
| |
08:53 | http://rpm.pbone.net/index.php3/stat/6/idpl/12032431
| |
08:53 | <X-TaZ> In the lbaconfig.xml i can't find witch "hostname" occurency i have to modify by 192.168.0.5 :x
| |
08:53 | <cyberorg> treyh, that is what we got on suse, haven't updated them for a while
| |
08:56 | X-TaZ, there is only one
| |
08:58 | <X-TaZ> k so i replace <constant name="HOSTNAME"> with <constant name="192.168.0.5"> ? What does he mean with "echo ?
| |
08:59 | <cyberorg> i guess it would be <command>echo 192.168...
| |
09:00 | may be you could leave HOSTNAME alone and add 192 line, wild guess
| |
09:00 | <treyh> or maybe he just means to use the ip instead of hostname
| |
09:01 | <cyberorg> add new <constant name ="192... section
| |
09:01 | treyh, yup, or just replace <command>hostname</command> with <command>echo yourIP</command>
| |
09:02 | <treyh> yea, thats kinda like me saying yesterday I'm trying to convert my wife to ubuntu
| |
09:02 | and Gadi said, convert her to a distribution
| |
09:02 | could mean more than one thing
| |
09:02 | <X-TaZ> Heh its not very precise
| |
09:05 | elisboa has quit IRC | |
09:05 | elisboa has joined #ltsp | |
09:08 | <cyberorg> X-TaZ, may be it is precise, it is just lost in chinese whisper ;)
| |
09:08 | <X-TaZ> Haha
| |
09:09 | <cyberorg> treyh, what gadi really meant was to give your wife this DVD http://en.opensuse.org/Education/Live ;)
| |
09:14 | <treyh> lol
| |
09:15 | she doesn't like ubuntu, because "it's brown" lol
| |
09:15 | <cyberorg> i am sure she likes green :)
| |
09:15 | <treyh> lol
| |
09:15 | i gave up, she's stuck on vista right now
| |
09:16 | but when problems come up, I pretend to not know how to fix them because it's vista and no one is using it anymore lol
| |
09:17 | |Paradox| has quit IRC | |
09:17 | _Shane has left #ltsp | |
09:29 | dan_young has joined #ltsp | |
09:36 | Selveste1 has quit IRC | |
09:43 | Egyptian[Home] has quit IRC | |
09:45 | Egyptian[Home] has joined #ltsp | |
09:57 | cliebow has quit IRC | |
10:06 | dan_young has quit IRC | |
10:06 | |Paradox| has joined #ltsp | |
10:33 | staffencasa has joined #ltsp | |
10:56 | SLEducator has joined #ltsp | |
10:57 | CAN-o-SPAM has joined #ltsp | |
10:59 | mikkel has quit IRC | |
11:09 | SLEducator has quit IRC | |
11:30 | <chrisjrob> i've set up sound on my debian lenny ltsp5 server, but the old 4.2 method of adjusting volume by lts.conf doesn't seem to be working, before i spend to long troubleshooting this, i wonder whether anyone could confirm how you would normally set volume in ltsp 5? is it still via lts.conf VOLUME=90 etc?
| |
11:31 | <vagrantc> it is, though it might not be working in lenny. i haven't tested that version in a while.
| |
11:31 | <chrisjrob> thanks vagrantc, i'll investigate, i think i have a script to fix if not.
| |
11:32 | <vagrantc> i hate to say it, with lenny released just 2 months ago, but there's ltsp backports available for lenny :)
| |
11:33 | <chrisjrob> lol, excellent - i'll take a look.
| |
11:33 | <vagrantc> chrisjrob: check out http://wiki.debian.org/LTSP/Howto for info
| |
11:34 | <chrisjrob> vagrantc: is it stable enough for production use would you say?
| |
11:34 | <NeonLicht> I'm running it for a few weeks already and it works wonderfully
| |
11:35 | <chrisjrob> yay, good news indeed. i suppose i ought to know where the change log is...?
| |
11:35 | <vagrantc> chrisjrob: pretty stable, though i update the packages fairly regularly. so the versions change a fair bit, and that may introduce more frequent changes.
| |
11:36 | CAN-o-SPAM has quit IRC | |
11:36 | <vagrantc> but haven't seen any significant bugs, and they fix a lot of issues present in the versions released with debian lenny
| |
11:40 | elisboa has quit IRC | |
11:40 | Ryan52 has quit IRC | |
11:40 | zamba has quit IRC | |
11:40 | gentgeen__ has quit IRC | |
11:40 | sep has quit IRC | |
11:40 | dmarkey has quit IRC | |
11:40 | strattog has quit IRC | |
11:40 | knipwim has quit IRC | |
11:40 | laga has quit IRC | |
11:40 | vagrantc has quit IRC | |
11:40 | Lumiere has quit IRC | |
11:40 | monteslu has quit IRC | |
11:40 | X-TaZ has quit IRC | |
11:40 | ogra has quit IRC | |
11:40 | MM2 has quit IRC | |
11:40 | sepski has quit IRC | |
11:40 | dberkholz has quit IRC | |
11:40 | staffencasa has quit IRC | |
11:40 | ninkendo has quit IRC | |
11:40 | Eeyore-Jr has quit IRC | |
11:40 | ajohnson has quit IRC | |
11:40 | SDuensin has quit IRC | |
11:40 | primeministerp has quit IRC | |
11:40 | jbrett has quit IRC | |
11:40 | daduke has quit IRC | |
11:40 | topslakr_ has quit IRC | |
11:40 | sutula has quit IRC | |
11:40 | gea has quit IRC | |
11:40 | chrisjrob has quit IRC | |
11:40 | NeonLicht has quit IRC | |
11:40 | loather-work has quit IRC | |
11:40 | treyh has quit IRC | |
11:40 | F-GT has quit IRC | |
11:40 | Patina has quit IRC | |
11:40 | otavio has quit IRC | |
11:40 | leio has quit IRC | |
11:40 | Bushmills has quit IRC | |
11:40 | nicros has quit IRC | |
11:40 | datacrusher has quit IRC | |
11:40 | Egyptian[Home] has quit IRC | |
11:40 | vvinet has quit IRC | |
11:40 | klausade has quit IRC | |
11:40 | ltsppbot has quit IRC | |
11:40 | alkisg has quit IRC | |
11:40 | epsas has quit IRC | |
11:40 | slashdotfx has quit IRC | |
11:40 | |Paradox| has quit IRC | |
11:40 | twinprism has quit IRC | |
11:40 | pmatulis has quit IRC | |
11:40 | artista_frustrad has quit IRC | |
11:40 | shogunx has quit IRC | |
11:40 | comfrey has quit IRC | |
11:40 | map7 has quit IRC | |
11:40 | evilx has quit IRC | |
11:40 | rjune has quit IRC | |
11:40 | richard_parker_v has quit IRC | |
11:40 | tarbo has quit IRC | |
11:40 | wwx has quit IRC | |
11:40 | _UsUrPeR_ has quit IRC | |
11:40 | Hese has quit IRC | |
11:40 | bobby_C has quit IRC | |
11:40 | runout has quit IRC | |
11:40 | japerry has quit IRC | |
11:40 | yanu has quit IRC | |
11:40 | ltsplogbot has quit IRC | |
11:40 | loather has quit IRC | |
11:40 | Drakonen has quit IRC | |
11:40 | Appiah has quit IRC | |
11:40 | stgraber has quit IRC | |
11:40 | fgiraldeau has quit IRC | |
11:40 | cyberorg has quit IRC | |
11:40 | topslakr has quit IRC | |
11:46 | topslakr has joined #ltsp | |
11:46 | stgraber has joined #ltsp | |
11:46 | Drakonen has joined #ltsp | |
11:46 | fgiraldeau has joined #ltsp | |
11:46 | Appiah has joined #ltsp | |
11:46 | Hese has joined #ltsp | |
11:46 | loather has joined #ltsp | |
11:46 | ltsplogbot has joined #ltsp | |
11:46 | _UsUrPeR_ has joined #ltsp | |
11:46 | ltsppbot has joined #ltsp | |
11:46 | slashdotfx has joined #ltsp | |
11:46 | epsas has joined #ltsp | |
11:46 | wwx has joined #ltsp | |
11:46 | tarbo has joined #ltsp | |
11:46 | richard_parker_v has joined #ltsp | |
11:46 | nicros has joined #ltsp | |
11:46 | comfrey has joined #ltsp | |
11:46 | Bushmills has joined #ltsp | |
11:46 | shogunx has joined #ltsp | |
11:46 | leio has joined #ltsp | |
11:46 | otavio has joined #ltsp | |
11:46 | rjune has joined #ltsp | |
11:46 | evilx has joined #ltsp | |
11:46 | Patina has joined #ltsp | |
11:46 | klausade has joined #ltsp | |
11:46 | datacrusher has joined #ltsp | |
11:46 | artista_frustrad has joined #ltsp | |
11:46 | map7 has joined #ltsp | |
11:46 | vvinet has joined #ltsp | |
11:46 | yanu has joined #ltsp | |
11:46 | japerry has joined #ltsp | |
11:46 | twinprism has joined #ltsp | |
11:46 | bobby_C has joined #ltsp | |
11:46 | runout has joined #ltsp | |
11:46 | pmatulis has joined #ltsp | |
11:46 | F-GT has joined #ltsp | |
11:46 | treyh has joined #ltsp | |
11:46 | alkisg has joined #ltsp | |
11:46 | Egyptian[Home] has joined #ltsp | |
11:46 | |Paradox| has joined #ltsp | |
11:46 | chrisjrob has joined #ltsp | |
11:46 | sutula has joined #ltsp | |
11:46 | NeonLicht has joined #ltsp | |
11:46 | gea has joined #ltsp | |
11:46 | loather-work has joined #ltsp | |
11:46 | MM2 has joined #ltsp | |
11:46 | sepski has joined #ltsp | |
11:46 | dberkholz has joined #ltsp | |
11:46 | Lumiere has joined #ltsp | |
11:46 | vagrantc has joined #ltsp | |
11:46 | monteslu has joined #ltsp | |
11:47 | ajohnson has joined #ltsp | |
11:47 | laga has joined #ltsp | |
11:47 | strattog has joined #ltsp | |
11:47 | knipwim has joined #ltsp | |
11:47 | Eeyore-Jr has joined #ltsp | |
11:47 | gentgeen__ has joined #ltsp | |
11:47 | zamba has joined #ltsp | |
11:47 | dmarkey has joined #ltsp | |
11:47 | sep has joined #ltsp | |
11:47 | Ryan52 has joined #ltsp | |
11:47 | elisboa has joined #ltsp | |
11:47 | Lns has joined #ltsp | |
11:47 | X-TaZ has joined #ltsp | |
11:47 | ogra has joined #ltsp | |
11:47 | dmarkey has quit IRC | |
11:47 | gentgeen__ has quit IRC | |
11:47 | sep has quit IRC | |
11:47 | zamba has quit IRC | |
11:47 | Ryan52 has quit IRC | |
11:47 | Ryan52 has joined #ltsp | |
11:47 | sep has joined #ltsp | |
11:47 | dmarkey has joined #ltsp | |
11:47 | zamba has joined #ltsp | |
11:47 | gentgeen__ has joined #ltsp | |
11:47 | <_UsUrPeR_> man, of course I ask a question and not 3 seconds later a netsplit :P
| |
11:47 | SDuensin has joined #ltsp | |
11:47 | cyberorg has joined #ltsp | |
11:48 | ChanServ sets mode: +o Lumiere | |
11:49 | dberkholz_ has joined #ltsp | |
11:50 | dberkholz has quit IRC | |
11:50 | dberkholz_ is now known as dberkholz | |
11:50 | ninkendo has joined #ltsp | |
11:53 | <treyh> anyone else used Jaunty with ltsp?
| |
11:54 | UsUrPeR: you around?
| |
11:57 | japerry has quit IRC | |
11:57 | cyberorg has quit IRC | |
12:00 | cyberorg has joined #ltsp | |
12:01 | <alkisg> treyh: yeah, why don't you just ask?
| |
12:04 | <_UsUrPeR_> treyh: wat?
| |
12:10 | japerry has joined #ltsp | |
12:11 | vvinet has quit IRC | |
12:23 | chrisjrob has left #ltsp | |
12:26 | CAN-o-SPAM has joined #ltsp | |
12:26 | vvinet has joined #ltsp | |
12:28 | <treyh> I was going to talk to you about your question about lts.conf
| |
12:29 | I just installed jaunty, but not having any luck booting the client
| |
12:32 | <runout> i upgraded from intrepid. no problem. just the same issues as before
| |
12:35 | <_UsUrPeR_> treyh: oh, ok. Lay it on me
| |
12:35 | I should be able to help at least a little. I have been testing on Jaunty today
| |
12:38 | treyh_ has joined #ltsp | |
12:38 | <_UsUrPeR_> treh_: go for it
| |
12:42 | treyh has quit IRC | |
12:44 | treyh has joined #ltsp | |
12:47 | <treyh> !Doc
| |
12:47 | <ltspbot> treyh: Error: "Doc" is not a valid command.
| |
12:47 | <treyh> lol
| |
12:47 | !doc
| |
12:47 | <ltspbot> treyh: Error: "doc" is not a valid command.
| |
12:47 | <_UsUrPeR_> treyh: hey
| |
12:47 | <treyh> hey
| |
12:47 | <_UsUrPeR_> what's up?
| |
12:47 | pertaining to lts.conf
| |
12:47 | <treyh> so you said you modified lts.conf for a default and then also mac specific but it didn't work?
| |
12:48 | <_UsUrPeR_> correct. It's still using the [DEFAULT] settings
| |
12:48 | <treyh> do the default settings work?
| |
12:48 | paste that config file here
| |
12:50 | <ltsppbot> "_UsUrPeR_" pasted "current LTS.conf" (8 lines) at http://pastebot.ltsp.org/324
| |
12:50 | spectra has joined #ltsp | |
12:51 | <treyh> ok what is it not doing?
| |
12:51 | well better yet, what is it doing
| |
12:51 | booting to the shell everytime?
| |
12:51 | <_UsUrPeR_> I'm using the default as a control in this test to make sure it's booting to the MAC address. My client, with that mac address, is booting to shell
| |
12:51 | when it should be booting to ldm
| |
12:51 | <treyh> take out screen_02 = shell
| |
12:52 | spectra has quit IRC | |
12:52 | <treyh> on the mac specific entry
| |
12:52 | then the only option will be ldm
| |
12:52 | I think it goes in order on the screens, as to what it chooses first
| |
12:52 | I think, but I may be wrong
| |
12:52 | <_UsUrPeR_> in openSUSE, you would be correct
| |
12:53 | <treyh> is that what you're using?
| |
12:53 | <_UsUrPeR_> using ubuntu 9.04
| |
12:53 | spectra has joined #ltsp | |
12:53 | <_UsUrPeR_> in ubuntu, that is not the case. SCREEN_02 = shell would mean that CTRL+ALT+F2 would go to root shell
| |
12:53 | staffencasa has joined #ltsp | |
12:53 | primeministerp has joined #ltsp | |
12:53 | jbrett has joined #ltsp | |
12:53 | daduke has joined #ltsp | |
12:53 | topslakr_ has joined #ltsp | |
12:53 | <_UsUrPeR_> while SCREEN_07 = ldm would boot client directly to the login screen
| |
12:54 | <treyh> did you try taking it out?
| |
12:54 | * _UsUrPeR_ is trying now | |
12:54 | <treyh> i just got mine working
| |
12:54 | i can test with the same config to see what it does
| |
12:54 | in a couple minutes
| |
12:55 | <_UsUrPeR_> what clients are you using at the moment?
| |
12:55 | <treyh> on this test setup just trying out an old p3 lol
| |
12:56 | stand desktop pc
| |
12:56 | <_UsUrPeR_> ahh
| |
12:56 | <treyh> using rdesktop to redirect to TS
| |
12:57 | did that work?
| |
12:57 | <_UsUrPeR_> unfortunately, no
| |
12:57 | <treyh> hmmm
| |
12:58 | maybe it's a jaunty bug
| |
12:58 | <_UsUrPeR_> I'll give it another go in a moment...
| |
12:59 | <treyh> did you try ltsp-update-image , shouldn't matter but
| |
12:59 | ya neverk now
| |
12:59 | I had to do that when I disabled sound in lts.conf
| |
13:00 | <_UsUrPeR_> k, got it
| |
13:01 | <treyh> it worked?
| |
13:01 | * _UsUrPeR_ is embarrassed. | |
13:01 | <_UsUrPeR_> using wrong MAC >_<
| |
13:01 | <treyh> LOL nice
| |
13:01 | at least you found the solution
| |
13:01 | <runout> i was just about to ask you if you double checked the mac... lol
| |
13:03 | treyh_ has quit IRC | |
13:03 | <runout> if i change a value in lts.conf, do i have to update the image then?
| |
13:05 | <alkisg> No
| |
13:05 | <runout> ok, i was wondering about that.
| |
13:07 | <treyh> ogra told me that if you disable sound in lts.conf that you have to
| |
13:07 | <runout> is there a way to tell the xserver not to use dpms? X_DPMS=False does not work.
| |
13:07 | cliebow has joined #ltsp | |
13:08 | <vagrantc> if any SCREEN_* is specified, then it doesn't use the defaults (typically ldm)
| |
13:08 | _UsUrPeR_, treyh : ^^
| |
13:09 | <_UsUrPeR_> vagrantc: yeah, that's why screen_07 = ldm ;)
| |
13:09 | I got it. Case of me transposing numbers in a MAC
| |
13:10 | <vagrantc> that'll do it.
| |
13:10 | * Lns waves to fellow ltspers | |
13:11 | litlebuda has joined #ltsp | |
13:12 | <treyh> Hi LNS
| |
13:12 | <Lns> hey treyh
| |
13:13 | litlebuda has quit IRC | |
13:13 | <treyh> My Jaunty install, after install ltspfs, works with cdroms and usb sticks
| |
13:14 | <_UsUrPeR_> treyh: did you originally install ltsp with the alternate CD, or did you install normal ubuntu and apt-get afterwards?
| |
13:15 | <treyh> apt-get afterwards
| |
13:15 | <_UsUrPeR_> ok
| |
13:16 | <treyh> and i'm putting together a guide that I'm going to put on my site
| |
13:16 | <_UsUrPeR_> speaking of which: where do I put in a bug for the alternate CDs?
| |
13:16 | <treyh> your cdrom/usb stick redirection not working?
| |
13:16 | <_UsUrPeR_> negative.
| |
13:17 | if you had used the alternate install, ltspfs would have been installed already
| |
13:17 | <treyh> oh so thats not your problem?
| |
13:22 | <_UsUrPeR_> it has to do with the dhcpd.conf on the alternate install CD
| |
13:22 | it's not congruent with the automatically assigned IP address when the system is set up
| |
13:25 | <treyh> fun
| |
13:25 | didn't intrepid have the same problem?
| |
13:30 | my resktop command is putting "root" as the username on TS
| |
13:30 | I'd like it to be blank
| |
13:30 | tried using just -u
| |
13:30 | but comes up and shows -f lol
| |
13:40 | treyh has quit IRC | |
13:40 | treyh has joined #ltsp | |
13:42 | <_UsUrPeR_> treyh: yeah, intrepid did have the same problem
| |
13:43 | <treyh> yea thats why i didn't use the live c
| |
13:43 | *live cd
| |
13:45 | i mean the alternate cd
| |
13:47 | <_UsUrPeR_> as far as I can tell, that's the only bug I have seen\
| |
13:48 | treyh: pm
| |
13:49 | <treyh> pm?
| |
13:49 | <_UsUrPeR_> I have sent you a private message
| |
13:50 | <treyh> i'm using irssi not sure if it supports pm's
| |
13:50 | what irc client do you use
| |
13:50 | <_UsUrPeR_> oh :P
| |
13:51 | XChat
| |
13:51 | <treyh> sec i'll install it
| |
13:51 | been looking for something better
| |
13:52 | brb
| |
13:52 | treyh has quit IRC | |
13:54 | treyh has joined #ltsp | |
13:54 | <treyh> ok back
| |
13:55 | treyh_ has joined #ltsp | |
13:55 | <treyh_> hey
| |
13:55 | <treyh> ok so how do i check a pm
| |
13:56 | i think i got it
| |
13:56 | jhai1 has joined #ltsp | |
13:56 | jhai1 is now known as jhaig|home | |
13:56 | <treyh> sup jhail
| |
13:57 | treyh_ has quit IRC | |
13:57 | <jhaig|home> Hello
| |
13:59 | I have a newly set up ltsp on Ubuntu 9.04. I have booted up a client on a machine for the first time and it is at the console login prompt. Every so often it appears to try to start a graphical login but fails (screen goes blank but then returns to the console). Also, I cannot log in. How can I find what the problem is?
| |
14:00 | I am fairly new to this but I have managed to get a client running on a different machine as well as a virtual machine.
| |
14:01 | <treyh> video driver issue
| |
14:01 | what kind of video card?
| |
14:01 | <alkisg> treyh: rdesktop -u ''
| |
14:01 | <treyh> tried that
| |
14:02 | <alkisg> Try also with a space, rdesktop -u ' '
| |
14:02 | Not sure which of the two did the trick, it's been a while...
| |
14:02 | <jhaig|home> I'm not sure what video card it is. As I cannot log in I will probably need to reboot to find what it is. Hold on.
| |
14:02 | <treyh> when I did -u '' it put '' as the username lol
| |
14:02 | <alkisg> Maybe you double quoted it in lts.conf?
| |
14:03 | <treyh> let me check lts.conf
| |
14:03 | yea thats what it was
| |
14:03 | doubled quoted it
| |
14:03 | cahnged it to RDP_OPTIONS = -u "" -a 16 -r sound:local:alsa -r disk:drives=/media/root
| |
14:03 | before it was
| |
14:04 | <jhaig|home> The video card is almost certainly ancient, though.
| |
14:04 | <treyh> RDP_OPTIONS = "-u '' -a 16 -r sound:local:alsa -r disk:drives=/media/root"
| |
14:05 | what did the pc have on it before
| |
14:05 | windows 2000, xp?
| |
14:10 | another thing you could do jhaig is try another client
| |
14:10 | that has different hardware
| |
14:11 | <alkisg> jhaig|home: you could also try putting XSERVER=vesa in lts.conf to get you started
| |
14:11 | <jhaig|home> It works on another client (as it happens, one that I don't want to use as a client).
| |
14:11 | alkisg: Thanks, I'll have a look
| |
14:12 | <treyh> how do you respond to someone?
| |
14:12 | <alkisg> You mean in pm?
| |
14:12 | <treyh> test
| |
14:12 | well
| |
14:12 | it shows up here as
| |
14:12 | alkisg: thanks, I'll have a look
| |
14:13 | sent by jhaig
| |
14:13 | how did you do that so they know you responded to them
| |
14:13 | mushroomblue has joined #ltsp | |
14:13 | <alkisg> If you mention someone's name, he hears a beep... it that what you're talking about?
| |
14:13 | <jhaig|home> I have no file /var/lib/tftpboot/ltsp/i386/lts.conf. Is that the correct place for the file?
| |
14:13 | <alkisg> treyh: and there's also autocompletion of names with the tab character
| |
14:14 | <treyh> oh so you're just typing it in to respond
| |
14:14 | <alkisg> jhaig|home: no, create a new file in /var/lib/tftpboot/ltsp/i386/lts.conf
| |
14:14 | treyh: yeap
| |
14:14 | <treyh> alkisg: cool
| |
14:14 | <alkisg> jhaig|home: and put these two lines in it (just for testing - you'll have to modify them later on)
| |
14:14 | [Default]
| |
14:14 | XSERVER=vesa
| |
14:14 | <jhaig|home> OK, done that and rebooting (the client)
| |
14:15 | I assume I will be able to have different setting for different clients (by MAC address, perhaps?)
| |
14:15 | <alkisg> Yes, mac, ip, dns name etc
| |
14:20 | <jhaig|home> It looks like it has worked, and it has let me log in. Thanks.
| |
14:20 | <alkisg> jhaig|home: now you may open a terminal, and run this inside: ltsp-localapps xterm
| |
14:21 | A local xterm will be opened
| |
14:21 | So you can run lspci inside to see the card you have
| |
14:23 | <jhaig|home> S3 Inc. ViRGE/DX - Is this the information I need? There is a lot more output.
| |
14:26 | <alkisg> Yes... but... I don't know why the S3 driver would do this. You'll have to see the local xorg logs... if you want to do this now, try removing XSERVER=vesa from lts.conf and adding SCREEN_02=shell to get a real terminal.
| |
14:27 | <jhaig|home> Is # used for comments in the lts.conf file?
| |
14:27 | <alkisg> Yes
| |
14:31 | cliebow has quit IRC | |
14:32 | <jhaig|home> OK, it has booted up with a shell on the second console.
| |
14:33 | <alkisg> Try X -configure for a start
| |
14:36 | The xorg.conf should be generated in /root, and the logs should be in /var/log/Xorg.*.log
| |
14:37 | <jhaig|home> I've done that, and then "X -configure /xorg.conf.new" and the screen went blank. Going back to the console, it seems to be OK.
| |
14:38 | That log file has a few warnings but no errors.
| |
14:39 | <alkisg> Hmmm.... also try: `X -retro` and see if another log file is generated
| |
14:40 | treyh has quit IRC | |
14:41 | <jhaig|home> This time there is a fatal error - "Cannot run in framebuffer mode" at the end of the log file.
| |
14:43 | <alkisg> I don't know if/how you can fix this. You may scp the xorg.conf and xorg.log to your server and upload it to pastebin in case someone want to look at them and may help you.
| |
14:43 | !pastebot
| |
14:43 | <ltspbot> alkisg: "pastebot" is The LTSP pastebot is at http://pastebot.ltsp.org. Please paste all text longer than a line or two to the pastebot, as it helps to reduce traffic in the channel. A link to the content will be pasted in the channel.
| |
14:45 | <ltsppbot> "jhaig|home" pasted "Output from X -retro" (219 lines) at http://pastebot.ltsp.org/325
| |
14:46 | rkltgpm has joined #ltsp | |
14:47 | <jhaig|home> Just thought - when I had it working with the vesa XSERVER, the mouse wasn't working. It is a serial mouse and I remember in the past having problems with X that came down to being an issue with the mouse.
| |
14:47 | <alkisg> There are some lts.conf options for serial mice
| |
14:48 | !docs
| |
14:48 | <ltspbot> alkisg: "docs" is For the most current documentation, see http://wiki.ltsp.org/twiki/bin/view/Ltsp/LtspDocumentationUpstream
| |
14:51 | <jhaig|home> Right, trying with an X_MOUSE_DEVICE set. Is there a quick way to reboot a client? This is an old machine and the bios will not let me skip the memory test, which takes as much time as the rest of the boot.
| |
14:54 | |Paradox| has quit IRC | |
14:54 | rkltgpm is now known as |Paradox| | |
14:54 | <alkisg> jhaig|home: it would be easier to test with a ps2 or usb mouse, if you have one nearby... :)
| |
14:55 | <jhaig|home> That's true. I'll see if I can find one.
| |
14:56 | <runout> screen blanking problem still not solved. but its late here. cu
| |
14:58 | <jhaig|home> I've got a usb mouse and a ps2 adaptor. Trying it in the ps2 first.
| |
14:59 | runout has left #ltsp | |
15:07 | <jhaig|home> So now, with a ps2 mouse and XSERVER=vesa, it starts X and has a working mouse. However, without XSERVER=vesa, it still doesn't work. (Just rebooting now to check again)
| |
15:10 | <alkisg> OK. I've no idea what you can do to fix the "Cannot run in framebuffer mode" problem. :(
| |
15:10 | <jhaig|home> Thanks for the help. I'll try prodding it a bit more.
| |
15:11 | If the worst comes to the worst, at least I can use XSERVER=vesa.
| |
15:11 | pmatulis has quit IRC | |
15:11 | <alkisg> ...and I think you'll be able to use the serial mouse, if you really have to :)
| |
15:12 | <jhaig|home> 'really have to' = it would be lying around doing nothing otherwise.
| |
15:19 | XSERVER=s3virge in lts.conf works, so for some reason it appears that the problem is that it is not probing it properly.
| |
15:32 | jhaig|home has quit IRC | |
15:40 | wkrasko_ has joined #ltsp | |
15:40 | <wkrasko_> Can anyone here help me with LTSP/NAT/Firefox as local app? I'm going on 14 hours at this! Oh, and hello everyone. :)
| |
15:43 | I get an internet connection running firefox from server, but not running as local app. I used Ubuntu 9.04 . This is supposed to fix the issue: https://wiki.edubuntu.org/ThinClientHowtoNAT but I still get no connection after doing all that.
| |
15:45 | Remaille has joined #ltsp | |
15:47 | <vagrantc> wkrasko_: so, the pings work, but firefox doesn't?
| |
15:49 | <wkrasko_> no, if I do ltsp-localapps xterm and ping www.ubuntu.com from a thin client, I get unknown host
| |
15:50 | <vagrantc> wkrasko_: what's in /etc/resolv.conf ?
| |
15:51 | <wkrasko_> search umLtsp
| |
15:51 | nameserver 192.168.0.1
| |
15:51 | <vagrantc> can you ping 192.168.0.1 from the thin client?
| |
15:52 | <wkrasko_> eth0 is 192.168.1.3, Firewall/Gateway is 192.168.1.168 (Cisco ASA 5505) and eth1 (thin clients) is 192.168.0.1
| |
15:52 | I'll try, just a sec.
| |
15:52 | From locally run terminal or server run terminal?
| |
15:52 | <vagrantc> ltsp-localapp xterm
| |
15:52 | er, ltsp-localapps xterm
| |
15:52 | <wkrasko_> Yes, ping worked fine
| |
15:53 | <_UsUrPeR_> wrasko_: how did you install ltsp?
| |
15:53 | <vagrantc> wkrasko_: so, your server has two network cards, one with 192.168.0.1, and one with 192.168.1.3 ?
| |
15:53 | <wkrasko_> I've also tried with 192.168.1.168 in resolv.conf
| |
15:54 | <vagrantc> wkrasko_: "route -n" from the thin client (if it's longer than two lines, please use the pastebot)
| |
15:54 | <wkrasko_> Yes, .1.3 is eth0 going out to firewall->internet, and eth1 is 0.1 going to switch and then to thin clients. i installed from the 9.04 alternative cd.
| |
15:54 | <vagrantc> !pastebot
| |
15:54 | <ltspbot> vagrantc: "pastebot" is The LTSP pastebot is at http://pastebot.ltsp.org. Please paste all text longer than a line or two to the pastebot, as it helps to reduce traffic in the channel. A link to the content will be pasted in the channel.
| |
15:55 | twinprism has quit IRC | |
15:58 | <ltsppbot> "wkrasko" pasted "/sbin/route -n from ltsp-localapps xterm (on thin client)" (4 lines) at http://pastebot.ltsp.org/326
| |
15:59 | <_UsUrPeR_> wrasko_: could you post your /etc/ltsp/dhcpd.conf?
| |
15:59 | on the server
| |
16:00 | <ltsppbot> "wkrasko" pasted "/etc/ltsp/dhcpd.conf" (16 lines) at http://pastebot.ltsp.org/327
| |
16:00 | <vagrantc> wkrasko_: can you ping 192.168.1.168 from the thin client?
| |
16:01 | <ltsppbot> "wkrasko" pasted "/var/lib/tftpboot/ltsp/i386/lts.conf" (7 lines) at http://pastebot.ltsp.org/328
| |
16:02 | <wkrasko_> Yep, I can ping 192.168.1.168 as well.
| |
16:03 | <vagrantc> wkrasko_: from the xterm run via localapps?
| |
16:04 | <wkrasko_> Yes
| |
16:05 | <alkisg> wkrasko_, try: dig @192.168.0.1 www.google.com
| |
16:05 | (that's your dns server, isn't it?)
| |
16:05 | (you may have to install dig)
| |
16:05 | (temporarily, in the local xterm)
| |
16:05 | <vagrantc> wkrasko_: was that just a typo that you pasted /var/lib/tftpboot... but the content looks like /etc/ltsp/dhcpd.conf ... ?
| |
16:06 | * vagrantc uses bind9-host and the host command | |
16:06 | <wkrasko_> No, that was the last thing I tried was 192.168.0.1. Our dns servers are 66.7.224.17 & 15 stored in the firewall/router (192.168.1.168). I've tried using 192.168.1.168 as the dns server as well though. Should I try using one of the actual dns servers?
| |
16:06 | <alkisg> Yes
| |
16:07 | <vagrantc> wkrasko_: does the firewall use the 192.168.0.* addresses directly?
| |
16:07 | wkrasko_: also try pinging one of those DNS servers...
| |
16:07 | <wkrasko_> No, firewall/router is 192.168.1.168, ltsp server is 192.168.1.3, then the second nic/thin clients are 192.168.0.x
| |
16:08 | <vagrantc> wkrasko_: just making sure the firewall/router isn't NATted with the same ip addresses on the other end... is it a DSL or cable modem?
| |
16:08 | spectra has quit IRC | |
16:09 | <wkrasko_> T1's. The firewall goes into an Adtran Netvanta 4305 from our ISP that has 2 T1's going into it.
| |
16:10 | I get no reply when I ping the actual dns (66.7.224.17) from thin client->ltsp-localapps xterm
| |
16:11 | <vagrantc> wkrasko_: do you have any rules on the firewall that would block traffic from unknown ip ranges?
| |
16:11 | though if it's NATted... that shouldn't matter.
| |
16:12 | <alkisg> Maybe it doesn't reply to pings at all
| |
16:12 | <vagrantc> that's what i was just guessing...
| |
16:12 | <alkisg> (i.e. wkrasko_ can you ping your dns servers from your ltsp-server?)
| |
16:13 | <wkrasko_> Not sure, we had someone else set up the firewall and as far as I know it's pretty much the defaults for a Cisco ASA. I saw something about having to put a static route in your firewall, but the guy who wrote the NAT how to said you shouldn't need that with NAT just as you say.
| |
16:13 | Ok, no. I get no reply when I ping the dns servers from the ltsp server either.
| |
16:14 | <vagrantc> some servers refuse pings to prevent DoS attacks...
| |
16:14 | wkrasko_: can you ping 209.85.171.100 from the server and from the thin client?
| |
16:14 | <alkisg> Try using dig/host from a client to see if you can reach the dns server.
| |
16:14 | <wkrasko_> Actually, it looks like my firewall must be blocking pings. I can't get a reply from any address even from the server where I have a connection
| |
16:18 | runout has joined #ltsp | |
16:24 | <wkrasko_> Success! I must have been following the guides to closely as they all set DNS_SERVER in lts.conf to the router's ip. I just set it to 66.7.224.17 as guys mentioned, reboote the thin client, and it works!
| |
16:24 | Thanks so much everyone, now I can sleep. ;)
| |
16:26 | F-GT has quit IRC | |
16:27 | F-GT has joined #ltsp | |
16:28 | twinprism has joined #ltsp | |
16:30 | alkisg has quit IRC | |
16:31 | <vagrantc> wkrasko_: glad to hear it
| |
16:31 | wkrasko_: though it might be better to set it to you're firewall, if it's got a DNS proxy running on it, just in case your ISPs DNS changes.
| |
16:32 | wkrasko_: or install dnsmasq on your ltsp server and point to it
| |
16:35 | Gadi has joined #ltsp | |
16:43 | bobby_C has quit IRC | |
16:54 | litlebuda has joined #ltsp | |
17:03 | <wkrasko_> exit
| |
17:03 | wkrasko_ has left #ltsp | |
17:18 | CAN-o-SPAM has quit IRC | |
17:27 | Gadi has left #ltsp | |
17:28 | runout has left #ltsp | |
17:29 | Remaille has quit IRC | |
17:59 | litlebuda has quit IRC | |
18:22 | twinprism has quit IRC | |
18:39 | staffencasa has quit IRC | |
18:48 | twinprism has joined #ltsp | |
19:10 | japerry has quit IRC | |
19:15 | japerry has joined #ltsp | |
19:17 | japerry has quit IRC | |
19:18 | vagrantc has quit IRC | |
19:20 | elisboa has quit IRC | |
19:23 | lucascoala has joined #ltsp | |
19:37 | pmatulis has joined #ltsp | |
20:24 | twinprism has quit IRC | |
20:35 | Lumiere is now known as Lumi|GoCaps|OT | |
20:39 | try2free has joined #ltsp | |
21:01 | leio has quit IRC | |
21:09 | try2free has left #ltsp | |
21:15 | Lumi|GoCaps|OT is now known as Lumiere | |
21:17 | zlirp has joined #ltsp | |
21:18 | <zlirp> When running an LTSP setup, does most of the processing occur on the server, or is it possible to move some of that execution overhead to the clients?
| |
21:21 | No?
| |
21:26 | <epsas> it is almost all on the server
| |
21:26 | there has been talk of ltsp mosix / etc...
| |
21:26 | but i don't know about how that is moving
| |
21:41 | shogunx has quit IRC | |
21:42 | <zlirp> Yeah, I'm reading some "fat-client" tutorials here that look promising.
| |
21:42 | <pmatulis> zlirp: you can set up applications to run on the client. i've done it recently with Ubuntu
| |
21:43 | <zlirp> Do you have to mess around per-client?
| |
21:43 | <pmatulis> zlirp: no, you can set a global option
| |
21:43 | <zlirp> The fat client tutorials are exactly what I'm talking about as I'd like to be able to run high overhead apps (WINE) on the clients.
| |
21:44 | <pmatulis> zlirp: geez, you must have pretty powerful clients to run wine
| |
21:44 | <zlirp> ?
| |
21:44 | I'm not sure I understand what you mean?
| |
21:44 | They're all P4 PCs.
| |
21:44 | <pmatulis> zlirp: there you go
| |
21:44 | <zlirp> The problem is that I want to be able to manage them centrally.
| |
21:45 | Or be able to replace them when they fail with little to no effort (reconfigure a MAC ID)
| |
21:45 | <pmatulis> zlirp: what OS are you running?
| |
21:45 | <zlirp> all machines will run ubuntu
| |
21:46 | twinprism has joined #ltsp | |
21:46 | <pmatulis> zlirp: k, with 9.04 you can set it up easily
| |
21:46 | zlirp: i just did it with firefox
| |
21:46 | <zlirp> So is there a process per-application?
| |
21:47 | sorry -
| |
21:47 | that wording is a bit ambiguous
| |
21:47 | <pmatulis> zlirp: well you need to install it :)
| |
21:47 | <zlirp> Well, yeah :D
| |
21:47 | But I really don't want to have to do a song and dance AFTER installing each app.
| |
21:47 | I'd like to get it configured per-image, and then laugh my way home.
| |
21:47 | which the current tutorial seems to imply
| |
21:47 | http://wiki.ltsp.org/twiki/bin/view/Ltsp/LocalApps
| |
21:48 | <pmatulis> zlirp: you install the app to the chroot. with latest Ubuntu you need to rebuild the image
| |
21:48 | zlirp: so install all your apps in one go
| |
21:48 | <zlirp> What does rebuilding the image do? (curious)
| |
21:49 | So if I install WINE and run an OpenGL app, provided my thin client has a good 3D card, it'll run nicely?
| |
21:49 | "thin"
| |
21:49 | ;)
| |
21:49 | <pmatulis> zlirp: you build the image that the clients mount over the network
| |
21:50 | zlirp: what release of Ubuntu?
| |
21:50 | <zlirp> Latest.
| |
21:50 | <pmatulis> zlirp: good
| |
21:50 | zlirp: you'll be fine
| |
21:50 | <zlirp> So clients will just basically be using the server for file-access.
| |
21:50 | shogunx has joined #ltsp | |
21:50 | <zlirp> centralized OS hosting essentially.
| |
21:50 | <pmatulis> zlirp: not sure about your app in particular but in principle it works
| |
21:50 | <zlirp> Well, I'm willing to try :)
| |
21:51 | <pmatulis> zlirp: go for it!
| |
21:51 | <zlirp> What I want is all machines to have the same applications available. But of course, each machine may differ in hardware.
| |
21:51 | I'll be back on tomorrow probably once I'm actually at it.
| |
21:51 | Just burning a Jaunty server CD tonight.
| |
21:51 | <pmatulis> zlirp: nice, ping me to let me know if it works for you
| |
21:51 | <zlirp> Yeah, for sure. I'm sure I'll be mucking around.
| |
21:52 | <pmatulis> zlirp: one other thing
| |
21:52 | <zlirp> ?
| |
21:53 | <pmatulis> zlirp: if the local app needs to resolve internet names (needs a resolver) there is a bug. a workaround exists however
| |
21:53 | zlirp: it's documented on the UbuntuLTSP wiki
| |
21:53 | <zlirp> ah good
| |
21:53 | I'm sure I'll catch it ;)
| |
21:54 | <pmatulis> zlirp: https://help.ubuntu.com/community/UbuntuLTSP/LocalAppsResolvConf
| |
21:54 | * pmatulis retires | |
21:54 | pmatulis has quit IRC | |
21:59 | twinprism_ has joined #ltsp | |
22:06 | twinprism has quit IRC | |
22:39 | japerry has joined #ltsp | |
22:50 | F-GT has quit IRC | |
22:52 | F-GT has joined #ltsp | |