00:37 | sep has joined #ltsp | |
00:40 | vagrantc has quit IRC | |
02:03 | Shmattie has joined #ltsp | |
02:03 | bintut has joined #ltsp | |
02:03 | * bintut waves to all.. | |
02:06 | Egyptian[Home] has quit IRC | |
02:08 | <bintut> i want to centralize a dhcp3 server into one.. the network is using class b (172.16.0.0/16) that has standalone workstations using windows and linux and ltsp thin clients using pxe and etherboot.. i also want to assign a range of ip addresses that from 172.16.11.0 to 172.16.100.255 will be used by the ltsp thin clients both using pxe and etherboot and from 172.16.101.0 to 172.16.255.254 will be used by any standalone or fat workstations..
| |
02:10 | the network is not that big enough... maybe around 300 to 350 hosts only but we decided to use class b for future expansions..
| |
02:11 | now my problem is, how can i group them in such a way that i can identify or the dhcp3 server can identify the range of ip addresses?
| |
02:13 | first, for the ip range from 172.16.11.0 to 172.16.100.255 to deny other workstations to use the ip addresses because it is allocated for ltsp thin clients and to automatically choose from pxe or etherboot..
| |
02:15 | second, the ip range from 172.16.101.0 to 172.16.255.254 will be given to standalone or fat workstations and will not download the linux images for pxe and etherboot..
| |
02:15 | any tips you can give?
| |
02:16 | sep has quit IRC | |
03:07 | <Patina> Something like this:
| |
03:07 | if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
| |
03:07 | filename "lts/eb-5.4.2-eepro100.zpxe";
| |
03:07 | } else if substring (option vendor-class-identifier, 0, 9) = "Etherboot"
| |
03:07 | {
| |
03:07 | filename "/lts/vmlinuz-2.6.17.3-ltsp-1";
| |
03:07 | option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f
| |
03:07 | :74:ff;
| |
03:07 | }
| |
03:07 | bintut: In a range declaration.
| |
03:13 | kukikuki has quit IRC | |
03:28 | ogra has quit IRC | |
03:31 | <bintut> Patina: sorry for the late reply..
| |
03:32 | Patina: what about those standalone or fat workstations? they might download the kernel from tftp..? or it won't?
| |
03:33 | <Patina> bintut: They will not match the substring
| |
03:37 | <bintut> Patina: oh.. if that's the case, the first problem has been answered already.. what about reserving a range of ip addresses for ltsp and separate for standalone/fat workstations
| |
04:02 | <Patina> Two subnet declarations: subnet 172.16.101.0 netmask 255.255.255.0 {
| |
04:03 | range 172.16.101.0 172.16.255.254
| |
04:03 | ....
| |
04:03 | }
| |
04:03 | And another also containing the substring testing
| |
04:05 | <bintut> Patina: isn't it that a netmask of 255.255.255.0 has 254 usable hosts only?
| |
04:06 | Patina: what is the netmask for the ip range of 172.16.0.0 to 172.16.10.255?
| |
04:06 | <Patina> bintut: Thats sounds correct, if you create two subnets with different addresses and that netmask, you will have 508.
| |
04:07 | bintut: You will have to calculate that one yourself.
| |
04:08 | <bintut> Patina: also, what is the netmask for the ip range of 172.16.11.0 to 172.16.100.255? and from 172.16.102.0 to 172.16.255.255?
| |
04:10 | Patina: ok
| |
04:18 | Patina: can i have multiple subnets inside a shared-network? for example, consider this:
| |
04:22 | ltspbot has joined #ltsp | |
04:35 | <bintut> Patina: is it possible with this kind of setup? ==> http://paste.debian.net/17064
| |
04:36 | klausade has quit IRC | |
04:36 | <Patina> I really don't know how shared networks work.
| |
04:37 | <bintut> it's ok.. thanks..
| |
04:42 | ltspbot` has quit IRC | |
04:52 | klausade has joined #ltsp | |
04:58 | robbie has joined #ltsp | |
05:11 | Egyptian[Home] has joined #ltsp | |
05:50 | MoL0ToV has joined #ltsp | |
05:53 | vmlintu has quit IRC | |
06:22 | jammcq has quit IRC | |
06:28 | Skarmeth has joined #ltsp | |
06:31 | Egyptian[Home] has quit IRC | |
06:34 | kenguru has quit IRC | |
06:34 | kenguru has joined #ltsp | |
06:42 | msinhore has joined #ltsp | |
06:44 | mascote has joined #ltsp | |
06:44 | <mascote> Hi
| |
06:44 | I need help with 'fuse' at LTSP 4.2 !
| |
06:46 | Egyptian[Home] has joined #ltsp | |
06:46 | <mascote> I use Red Hat Enterprise 4.0, and download from fuse project the tarball, I did the ./configure, make e make install.
| |
06:48 | The /dev/fuse is installed, but it is rw------- and the owner is 'root' and the group-owner is 'root' too. I change it to group-owner to 'fuse' group, but it's returned to group-owner 'root' again !
| |
06:48 | Anyone can help me? Thanks.
| |
06:49 | sep has joined #ltsp | |
06:49 | <mascote> hi
| |
06:56 | cliebow_ has joined #ltsp | |
07:08 | prpplague has joined #ltsp | |
07:13 | bintut has quit IRC | |
07:19 | rjune has quit IRC | |
07:36 | _rodrigo_ has quit IRC | |
07:37 | _rodrigo_ has joined #ltsp | |
07:41 | rangerhomezzz is now known as rangerpb | |
07:42 | J45p3r has joined #ltsp | |
07:53 | ClaudioFelix has joined #LTSP | |
07:57 | Shmattie has joined #ltsp | |
08:06 | robbie has quit IRC | |
08:07 | FernandoMM has joined #ltsp | |
08:10 | bobby_C has joined #ltsp | |
08:22 | ClaudioFelix has quit IRC | |
08:31 | MoL0ToV has quit IRC | |
08:39 | cryptom has joined #ltsp | |
08:40 | <cryptom> Hi all, in the past few days, I've setup a ltsp server and a client image. I'm really pleased with how well it works. But still, there a a few thing: I always get the KDE crash handler when exiting a session, is this known behavior?
| |
09:03 | rangerpb is now known as rangerhomezzz | |
09:20 | ccesario has joined #ltsp | |
09:20 | <ccesario> hi
| |
09:22 | I have one LSTP Server and 2 machines clients... (equals), but 1 machine not connect in ltsp, it stop in boot progress .... stop in following line ... "Loading bzImage-2.6.17.8-ltsp-1..."
| |
09:23 | somebody have some idea ?
| |
09:24 | fxrsliberty has joined #ltsp | |
09:41 | rjune has joined #ltsp | |
09:49 | sbalneav has joined #ltsp | |
09:50 | <sbalneav> Morning all
| |
09:52 | martinfernandez has joined #ltsp | |
10:02 | pscheie has quit IRC | |
10:02 | efra has joined #ltsp | |
10:02 | MetaCosm has joined #LTSP | |
10:02 | <efra> Hi everybody
| |
10:04 | <sbalneav> Hello efra
| |
10:04 | cryptom has quit IRC | |
10:05 | <efra> Hi sbalneav, how cold is weather up there?
| |
10:06 | <sbalneav> Not cold at all at the moment. 3C right now, above freezing!
| |
10:06 | <efra> gosh!!!
| |
10:12 | <martinfernandez> Hello everybody! I'm looking for help to solve a problem I'm experiencing with KDE/kdm: I'm able to login from a client (martin) and everything is fine. The problem is when I logout from KDE, after that the client's display starts reseting, until I restart X with <Ctrl-Alt-Del>. I get a series of the following messeges in the syslog: "Nov 22 12:08:35 Trapito-Testing kdm: martin:0[13982]: IO Error in XOpenDisplay" "Nov 22 12:08:35 Trapito-Testing kdm[12
| |
10:13 | <sbalneav> martinfernandez: Sounds like some kind of network problem.
| |
10:13 | Either that, or the number of concurrent XDMCP sessions configured in KDM is too low.
| |
10:14 | <martinfernandez> sbalneav: I will look for that in the kdmrc.
| |
10:16 | <psycodad> is there a way to set the mouse speed and/or acceleration for a rdesktop screen ?
| |
10:17 | or for other sessions too, in KDE i managed to decrease it to be usable by xset m 1/3
| |
10:23 | martinfernandez has left #ltsp | |
10:36 | Arsenick-TC2L has joined #ltsp | |
10:42 | Gadi has joined #ltsp | |
10:46 | <ccesario> I have one LSTP Server and 2 machines clients... (equals), but 1 machine not connect in ltsp, it stop in boot progress .... stop in following line ... "Loading bzImage-2.6.17.8-ltsp-1..."
| |
10:46 | somebody have some idea ?
| |
10:47 | <sbalneav> what kind of machine is it? What kind of network card does it have? Processor? Amount of memory? Video card? We need some more information.
| |
10:48 | <cliebow_> bbiab..
| |
10:48 | cliebow_ has quit IRC | |
10:51 | <ccesario> sbalneav, 2 pentium III 500Mhz, only init 3, and rtl-8139
| |
10:52 | the machines are equals
| |
10:53 | <sbalneav> ccesario: Well, if they're equals, then you've probably got a hardware problem with one of them, or you've got a bad port on your network. What kind of switch do you have? Is it a smart switch? We've had people with cisco switches that blocked tftp traffic.
| |
10:56 | <ccesario> sbalneav, no, the machines is ok!, I tested with boot recovery floppy and is working
| |
10:57 | <sbalneav> Then it's your network.
| |
10:57 | Check your switch.
| |
10:59 | <ccesario> Is OK... :/
| |
11:01 | <sbalneav> What kind of switch is it?
| |
11:03 | <coldfire> swap the ports that the clients are plugged into to see if the problem persists
| |
11:24 | bintut has joined #ltsp | |
11:26 | <bintut> using the dhcpd.conf in http://wiki.ltsp.org/twiki/bin/view/Ltsp/DHCP what will happen with the pxelinux.0 or the ltsp kernel if the standalone workstations automatically acquires ip addresses from the dhcpd server but boots from its own operating system and not from ltsp?
| |
11:27 | i mean, the dhcpd.conf at http://wiki.ltsp.org/twiki/bin/view/Ltsp/DhcpExample
| |
11:29 | <sbalneav> It will just get ignored.
| |
11:29 | The dhcp server simply passes along the information. It's up to the client to make use of it.
| |
11:31 | A PXE boot client asks for the information, then uses the tftp server to download the boot file.
| |
11:31 | If the kernel's already there, the kernel's going through it's own boot process.
| |
11:33 | <bintut> sbalneav: thanks a lot.. :)
| |
11:39 | sbalneav: do you think my /etc/dhcp3/dhcpd.conf at http://paste.debian.net/17096 is good enough? my dhcpd server is a separate box.. the only dhcpd server for my ltsp servers and standalone workstations (windows/linux)
| |
11:40 | <sbalneav> I can't really say. Best way to find out is to try it. :)
| |
11:41 | <bintut> i'm still in my house.. i'm preparing for it here.. i'll be in the office tomorrow.. it's actually very late at night here.. :)
| |
11:42 | sbalneav: i'll try my config tomorrow when i report to the office..
| |
11:57 | i have to go.. later..
| |
11:57 | * bintut waves to all.. | |
11:57 | bintut has quit IRC | |
11:58 | <mascote> \exit
| |
11:59 | mascote has quit IRC | |
12:04 | Stevec has joined #ltsp | |
12:04 | Sp0oKeR has joined #ltsp | |
12:38 | Sp0oKeR has quit IRC | |
12:51 | vagrantc has joined #ltsp | |
13:13 | arc__ has joined #ltsp | |
13:17 | Stevec has left #ltsp | |
13:29 | ufo__ has quit IRC | |
13:40 | prpplague has quit IRC | |
13:52 | pscheie has joined #ltsp | |
14:23 | fxrsliberty has quit IRC | |
14:31 | Egyptian[Home] has left #ltsp | |
14:32 | EversonCaratti has joined #ltsp | |
14:34 | Egyptian[Home] has joined #ltsp | |
14:40 | <patrickb> a quick question.....what is the syntax for "screen_xx" when connectiing to a WTS server with rdesktop?
| |
14:42 | <sbalneav> patrickb: We've got some excellent instructions on the wiki. wiki.ltsp.org. Check out the rdesktop section.
| |
14:44 | _rodrigo_ has quit IRC | |
14:53 | EversonCaratti has quit IRC | |
14:53 | sep has quit IRC | |
15:05 | pavka has joined #ltsp | |
15:06 | <pavka> hello everybody
| |
15:10 | pscheie has quit IRC | |
15:24 | ruede has joined #ltsp | |
15:24 | efra is now known as efra_away | |
15:24 | * efra_away is away: I'm out to lunch | Sali a comer | |
15:24 | coldfire has quit IRC | |
15:30 | pavka has left #ltsp | |
15:32 | muh2000 has quit IRC | |
15:47 | <sbalneav> Heading home for the day, see you all tomorrow.
| |
15:47 | sbalneav has left #ltsp | |
15:48 | Skarmeth has quit IRC | |
16:01 | EversonCaratti has joined #ltsp | |
16:06 | pavka has joined #ltsp | |
16:09 | pavka has left #ltsp | |
16:23 | efra_away is now known as efra | |
16:23 | * efra is back (gone 00:59:27) | |
16:31 | petre has joined #ltsp | |
16:32 | petre has quit IRC | |
16:38 | g333k_work has quit IRC | |
17:28 | bobby_C has quit IRC | |
17:34 | msinhore has quit IRC | |
17:35 | psycodad_ has quit IRC | |
17:35 | psycodad has quit IRC | |
17:40 | Gadi has left #ltsp | |
17:47 | EversonCaratti has quit IRC | |
18:36 | efra has quit IRC | |
18:51 | meduxa has joined #ltsp | |
18:52 | MetaCosm has quit IRC | |
19:37 | rangerhomezzz is now known as rangerpb | |
19:46 | rangerpb is now known as rangerhomezzz | |
19:57 | meduxa has quit IRC | |
20:02 | <kwak> hi anybody knows how i can add gnome menus in ICEWM.
| |
20:11 | <cliebow> kwak: isnt there something like icewm-gnome menus?
| |
20:16 | <kwak> cliebow: yeah there is.
| |
20:16 | but the menus are still now there.
| |
20:19 | cliebow: i have this line in menu file
| |
20:19 | #menuprog Programs folder icewm-menu-gnome2 --list /usr/share/gnome/apps
| |
20:33 | <cliebow> guess i cant help you much..my icewm is pretty well locked down
| |
20:37 | J45p3r has quit IRC | |
20:38 | FernandoMM has quit IRC | |
20:41 | PMantis has joined #ltsp | |
20:49 | parsley has quit IRC | |
20:49 | dtrask has joined #ltsp | |
20:51 | <PMantis> Ugh #ubuntu sucks
| |
20:52 | dtrask has quit IRC | |
21:01 | <kwak> well hope somebody can. icewm for thin clients is really fast.
| |
21:01 | and the similarities with windows will help my students.
| |
21:31 | anton_setiyono has joined #ltsp | |
21:34 | anton_setiyono has quit IRC | |
23:26 | pioto has quit IRC | |
23:34 | pioto has joined #ltsp | |
23:43 | mighty-d has joined #ltsp | |
23:44 | <mighty-d> Hi, can anyone help me, i'm trying to boot the ltsp. My server is slackware 11, when i go with the client it gets DHCP but it wont get tftp vmlinuz image...
| |
23:44 | its keep printing dots forever
| |