| 00:10 | vagrantc has joined #ltsp | |
| 00:31 | alkisg has joined #ltsp | |
| 01:08 | alkisg has quit IRC | |
| 01:09 | OvaKill has quit IRC | |
| 01:09 | OvaKill has joined #ltsp | |
| 01:14 | vagrantc has quit IRC | |
| 01:25 | OvaKill has quit IRC | |
| 01:41 | OvaKill has joined #ltsp | |
| 01:44 | OvaKill has quit IRC | |
| 01:44 | F-GT has joined #ltsp | |
| 02:13 | ogra_ has quit IRC | |
| 02:47 | ogra_ has joined #ltsp | |
| 02:48 | Patina has quit IRC | |
| 02:53 | Patina has joined #ltsp | |
| 03:12 | nubae has quit IRC | |
| 03:13 | nubae has joined #ltsp | |
| 03:20 | ogra has quit IRC | |
| 03:21 | ogra has joined #ltsp | |
| 03:21 | ogra_ has quit IRC | |
| 03:22 | ogra_ has joined #ltsp | |
| 03:28 | <knipwim> is this the correct format for /etc/ltsp/ltsp-build-client.conf?
| |
| 03:28 | http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/annotate/head%3A/server/configs/ALTLinux/ltsp-build-client.conf.in
| |
| 03:30 | and why is it not included in all distributions by default?
| |
| 03:38 | Patina_ has joined #ltsp | |
| 03:39 | Patina_ has quit IRC | |
| 03:43 | mikkel has joined #ltsp | |
| 03:45 | alkisg has joined #ltsp | |
| 03:52 | schregge has joined #ltsp | |
| 03:52 | <schregge> hi
| |
| 03:52 | how can i pass kenel parameters to a specific thinclient?
| |
| 03:53 | (apic/noapic)
| |
| 03:53 | <alkisg> schregge: etherboot or pxe?
| |
| 03:54 | <klausade> schregge: i would use pxelinux.cfg/default
| |
| 03:54 | <alkisg> pxelinux.cfg/01-<mac-address> for a specific client, but that's ONLY for pxe clients
| |
| 03:55 | <schregge> pxe
| |
| 03:55 | ok thanks
| |
| 03:55 | <alkisg> schregge: https://help.ubuntu.com/community/UbuntuLTSP/StaticIPsWithDHCP#Static%20IPs%20with%20pxelinux.cfg
| |
| 03:56 | more details there...
| |
| 04:56 | klausade has quit IRC | |
| 05:09 | ogra_ has quit IRC | |
| 05:11 | ogra_ has joined #ltsp | |
| 05:22 | alkisg has quit IRC | |
| 05:26 | klausade has joined #ltsp | |
| 05:48 | alkisg has joined #ltsp | |
| 06:06 | cinch has joined #ltsp | |
| 06:28 | NeonLich1 is now known as NeonLicht | |
| 06:45 | ogra_ has quit IRC | |
| 06:45 | ogra_ has joined #ltsp | |
| 06:45 | <cyberorg> alkisg, hi, changed defaults for live DVD, it should now work with existing dhcp server, IP address of the dvd would have to manually changed according to existing setup
| |
| 06:47 | ogra_ has quit IRC | |
| 06:51 | ogra_ has joined #ltsp | |
| 06:53 | <alkisg> Hey cyberorg! Did you use dnsmasq for this?
| |
| 06:55 | <cyberorg> alkisg, nopes, kiwi already had that feature :)
| |
| 06:55 | http://en.opensuse.org/LTSP/Tips_and_Tricks#Using_another_DHCP_server.2C_not_on_LTSP_server
| |
| 06:55 | <alkisg> But if the existing dhcp server doesn't give a filename, how are the clients going to boot?
| |
| 06:55 | <cyberorg> we made that default now
| |
| 06:56 | alkisg, we have dhcpd running on ltsp server
| |
| 06:56 | <alkisg> cyberorg: it says this: "You need to configure your original DHCP server (not the ltsp) , by editing it's dhcpd.conf: "
| |
| 06:56 | <cyberorg> alkisg, that is if we dont want second dhcpd at all
| |
| 06:56 | <alkisg> I'm saying that in the case where I *can't* reconfigure my original dhcp server, then I can't boot...
| |
| 06:56 | <cyberorg> in that case appending kiwiserver=192.168.1.231 kiwiservertype=tftp is enough
| |
| 06:57 | we now append that by default
| |
| 06:57 | <alkisg> cyberorg: Let me get this from the beginning. I have a router which acts as a dhcp server. It cannot be programmed to give a filename.
| |
| 06:57 | How can I boot ltsp in the same switch?
| |
| 06:58 | Answer: (1) make the ltsp server a proxydhcp, or (2) have multiple dhcp servers in the same switch. The first one is a "correct" way to do it, the second one is a little tricky.
| |
| 06:59 | <cyberorg> alkisg, simply configure IP statically, name server and gateway of ltsp server, run easy-ltsp > prebuilt image
| |
| 06:59 | <alkisg> cyberorg: statically where, in the pxe clients?
| |
| 06:59 | <cyberorg> we would have two dhcp servers in same network
| |
| 06:59 | on the server
| |
| 06:59 | <alkisg> How are the clients going to get an ip?
| |
| 06:59 | <cyberorg> alkisg, ltsp server will give them
| |
| 07:00 | router will not answer PXE requests
| |
| 07:01 | <alkisg> Most cheap router/modems do have an embedded dhcp server
| |
| 07:01 | Most greek schools use such a server to hand out dhcp leases
| |
| 07:01 | <cyberorg> alkisg, yes, but they dont answer pxe requests
| |
| 07:01 | try it, it works :)
| |
| 07:02 | some people have it in production already
| |
| 07:03 | <alkisg> cyberorg: I know it *can* work, I've tried all possible dhcp combinations :P But you have to rewrite dhcpd.conf if you only have 1 nic.
| |
| 07:03 | <cyberorg> alkisg, trust me, in kiwi-ltsp setup you will not have to change anything on other dhcp server
| |
| 07:04 | <alkisg> No, not in the other dhcp server, in the ltsp server you have to change dhcpd.conf.
| |
| 07:04 | I know you have a script to do that (easy-ltsp what was its name)
| |
| 07:04 | But it won't cooperate with the existing dhcp server
| |
| 07:04 | It'll use the same range...
| |
| 07:04 | <cyberorg> alkisg, you can specify range you want
| |
| 07:05 | <alkisg> Yes, so you need to do it manually.
| |
| 07:05 | A proxydhcp is the correct way to do that, that's why I'm waiting for the next dnsmasq version. Everything would be done automatically.
| |
| 07:05 | ...because the ltsp-server will have nothing to do with ip leases, it'll just provide the filename and other boot info.
| |
| 07:05 | <cyberorg> alkisg, either do it manually or from easy-ltsp, dhcpd.conf is auto generated
| |
| 07:06 | <alkisg> cyberorg: if I have a network of 10.10.10.x, and my router/dhcp server hands out addresses in the range 10.10.10.2 to 10.10.10.254, then there's no way to make it work correctly.
| |
| 07:06 | (with 1 nic)
| |
| 07:06 | <cyberorg> this setup will work either you have existing dhcp server or not
| |
| 07:07 | <alkisg> You'll have to modify the existing dhcp server, *or* use multiple IPs in the ltsp server nic
| |
| 07:07 | There's no way to cover all the possible cases/problems with normal dhcp3-server. proxydhcp is the way to go...
| |
| 07:08 | <cyberorg> alkisg, well we can get it working 90% of the time it is ok :)
| |
| 07:09 | <alkisg> cyberorg: wait for the next dnsmasq version, I'll make a script for an ltsp-server to automatically initialize itself in any network. If you like it, you may use it then...
| |
| 07:09 | <cyberorg> alkisg, ok, till then you can use this solution :)
| |
| 07:10 | <alkisg> (really simple, 1) get an ip with dhclient, 2) run dnsmasq as a proxydhcp)
| |
| 07:10 | cyberorg: you're doing a fine job, thanks for that.
| |
| 07:11 | <cyberorg> i think i've also added dhsmasq app on the DVD, so as soon as new version is out it will be there
| |
| 07:13 | yup it's there
| |
| 07:26 | alkisg has quit IRC | |
| 07:26 | alkisg has joined #ltsp | |
| 07:42 | ogra__ has joined #ltsp | |
| 07:43 | ogra_ has quit IRC | |
| 07:47 | alkisg has quit IRC | |
| 08:04 | schregge has quit IRC | |
| 08:55 | <knipwim> the ltsp-build-client.conf file is not a feature for all distributions right?
| |
| 08:55 | or should it function the same way regardless of linux distro
| |
| 08:57 | cyberorg has quit IRC | |
| 08:59 | cyberorg has joined #ltsp | |
| 09:00 | ogra__ has quit IRC | |
| 09:05 | ogra__ has joined #ltsp | |
| 10:15 | alkisg has joined #ltsp | |
| 10:32 | F-GT has quit IRC | |
| 10:37 | jammcq has joined #ltsp | |
| 10:43 | F-GT has joined #ltsp | |
| 11:05 | <knipwim> should ltsp-build-client.conf function with every linux distro?
| |
| 11:08 | pmatulis has joined #ltsp | |
| 11:10 | nubae has quit IRC | |
| 11:12 | nubae has joined #ltsp | |
| 12:14 | nubae1 has joined #ltsp | |
| 12:15 | nubae has quit IRC | |
| 12:21 | twinprism has joined #ltsp | |
| 12:29 | mistik1 has quit IRC | |
| 12:33 | mistik1 has joined #ltsp | |
| 13:49 | bobby_C has joined #ltsp | |
| 14:10 | bobby_C has quit IRC | |
| 14:41 | bobby_C has joined #ltsp | |
| 15:43 | bobby_C has quit IRC | |
| 16:17 | alkisg has quit IRC | |
| 17:20 | lucascoala has joined #ltsp | |
| 17:28 | Egyptian[Home] has quit IRC | |
| 17:50 | Egyptian[Home] has joined #ltsp | |
| 17:54 | mikkel has quit IRC | |
| 18:02 | vagrantc has joined #ltsp | |
| 18:11 | vagrantc has quit IRC | |
| 18:28 | J45p3r__ has joined #ltsp | |
| 18:28 | J45p3r__ has left #ltsp | |
| 18:56 | * map7`away changes away reason from "I'm away" to "I'm away" | |
| 18:57 | <laga> thanks map7`away.
| |
| 19:00 | map7`away is now known as map7 | |
| 19:00 | * map7 returns (I'm away [3d 16h 38m 13s] => I'm away [4m 25s]) (total away time: 3d 16h 42m 38s) | |
| 19:11 | nubae1 has quit IRC | |
| 19:12 | nubae has joined #ltsp | |
| 19:15 | shogunx has quit IRC | |
| 19:24 | shogunx has joined #ltsp | |
| 19:55 | pmatulis has quit IRC | |
| 20:21 | lucascoala has quit IRC | |
| 21:38 | moquist has quit IRC | |
| 22:44 | try2free has joined #ltsp | |
| 23:17 | try2free has left #ltsp | |
| 23:18 | BugsBunnyBR has joined #ltsp | |
| 23:23 | F-GT has quit IRC | |
| 23:24 | F-GT has joined #ltsp | |
| 23:29 | BugsBunnyBR has quit IRC | |