IRC chat logs for #ltsp on irc.libera.chat (webchat)


Channel log from 22 November 2006   (all times are UTC)

00:37sep has joined #ltsp
00:40vagrantc has quit IRC
02:03Shmattie has joined #ltsp
02:03bintut has joined #ltsp
02:03* bintut waves to all..
02:06Egyptian[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:16sep 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:13kukikuki has quit IRC
03:28ogra 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:22ltspbot has joined #ltsp
04:35
<bintut>
Patina: is it possible with this kind of setup? ==> http://paste.debian.net/17064
04:36klausade has quit IRC
04:36
<Patina>
I really don't know how shared networks work.
04:37
<bintut>
it's ok.. thanks..
04:42ltspbot` has quit IRC
04:52klausade has joined #ltsp
04:58robbie has joined #ltsp
05:11Egyptian[Home] has joined #ltsp
05:50MoL0ToV has joined #ltsp
05:53vmlintu has quit IRC
06:22jammcq has quit IRC
06:28Skarmeth has joined #ltsp
06:31Egyptian[Home] has quit IRC
06:34kenguru has quit IRC
06:34kenguru has joined #ltsp
06:42msinhore has joined #ltsp
06:44mascote has joined #ltsp
06:44
<mascote>
Hi
06:44
I need help with 'fuse' at LTSP 4.2 !
06:46Egyptian[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:49sep has joined #ltsp
06:49
<mascote>
hi
06:56cliebow_ has joined #ltsp
07:08prpplague has joined #ltsp
07:13bintut has quit IRC
07:19rjune has quit IRC
07:36_rodrigo_ has quit IRC
07:37_rodrigo_ has joined #ltsp
07:41rangerhomezzz is now known as rangerpb
07:42J45p3r has joined #ltsp
07:53ClaudioFelix has joined #LTSP
07:57Shmattie has joined #ltsp
08:06robbie has quit IRC
08:07FernandoMM has joined #ltsp
08:10bobby_C has joined #ltsp
08:22ClaudioFelix has quit IRC
08:31MoL0ToV has quit IRC
08:39cryptom 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:03rangerpb is now known as rangerhomezzz
09:20ccesario 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:24fxrsliberty has joined #ltsp
09:41rjune has joined #ltsp
09:49sbalneav has joined #ltsp
09:50
<sbalneav>
Morning all
09:52martinfernandez has joined #ltsp
10:02pscheie has quit IRC
10:02efra has joined #ltsp
10:02MetaCosm has joined #LTSP
10:02
<efra>
Hi everybody
10:04
<sbalneav>
Hello efra
10:04cryptom 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:23martinfernandez has left #ltsp
10:36Arsenick-TC2L has joined #ltsp
10:42Gadi 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:48cliebow_ 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:24bintut 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:57bintut has quit IRC
11:58
<mascote>
\exit
11:59mascote has quit IRC
12:04Stevec has joined #ltsp
12:04Sp0oKeR has joined #ltsp
12:38Sp0oKeR has quit IRC
12:51vagrantc has joined #ltsp
13:13arc__ has joined #ltsp
13:17Stevec has left #ltsp
13:29ufo__ has quit IRC
13:40prpplague has quit IRC
13:52pscheie has joined #ltsp
14:23fxrsliberty has quit IRC
14:31Egyptian[Home] has left #ltsp
14:32EversonCaratti has joined #ltsp
14:34Egyptian[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:53EversonCaratti has quit IRC
14:53sep has quit IRC
15:05pavka has joined #ltsp
15:06
<pavka>
hello everybody
15:10pscheie has quit IRC
15:24ruede has joined #ltsp
15:24efra is now known as efra_away
15:24* efra_away is away: I'm out to lunch | Sali a comer
15:24coldfire has quit IRC
15:30pavka has left #ltsp
15:32muh2000 has quit IRC
15:47
<sbalneav>
Heading home for the day, see you all tomorrow.
15:47sbalneav has left #ltsp
15:48Skarmeth has quit IRC
16:01EversonCaratti has joined #ltsp
16:06pavka has joined #ltsp
16:09pavka has left #ltsp
16:23efra_away is now known as efra
16:23* efra is back (gone 00:59:27)
16:31petre has joined #ltsp
16:32petre has quit IRC
16:38g333k_work has quit IRC
17:28bobby_C has quit IRC
17:34msinhore has quit IRC
17:35psycodad_ has quit IRC
17:35psycodad has quit IRC
17:40Gadi has left #ltsp
17:47EversonCaratti has quit IRC
18:36efra has quit IRC
18:51meduxa has joined #ltsp
18:52MetaCosm has quit IRC
19:37rangerhomezzz is now known as rangerpb
19:46rangerpb is now known as rangerhomezzz
19:57meduxa 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:37J45p3r has quit IRC
20:38FernandoMM has quit IRC
20:41PMantis has joined #ltsp
20:49parsley has quit IRC
20:49dtrask has joined #ltsp
20:51
<PMantis>
Ugh #ubuntu sucks
20:52dtrask 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:31anton_setiyono has joined #ltsp
21:34anton_setiyono has quit IRC
23:26pioto has quit IRC
23:34pioto has joined #ltsp
23:43mighty-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