[01:22] morning all [03:43] i'm stuck with tftp being timeout [03:43] :( [03:44] i guess the NIC is the culprit [04:05] ari_stress, i've had that [04:05] what's the hardware? [04:06] lns: really? [04:06] it's on board rtl8139 [04:06] hmm [04:06] those are usually pretty damn solid actually [04:06] let me get the wireshark result [04:07] my issue was on a specific line of compaq ipaq workstations with buggy PXE revision [04:07] and no updates since mid 90's.. heh [04:08] Ethernet II, Src: Micro-St_c6:35:95 (00:13:d3:c6:35:95), Dst: QuantaCo_28:15:65 (00:c0:9f:28:15:65) [04:08] did you find a workaround for it? [04:08] no [04:08] they got tossed [04:08] unfortunately [04:09] ari_stress, that doesn't really say much.. just the source/dest macs i believe [04:09] do they match client and server? where is your dhcp server? are you sure you have correct parms for pxe? [04:09] i'm quite sure the dhcpd.conf is correct, because other client can boot into ltsp OK [04:11] the failed client symptoms are: seems like it doesn't recognize the 'next-server' parameter, because it looks for tftp server at 192.168.0.254 (my gateway), whereas it should be 192.168.0.237 [04:11] then for testing, i change all 192.168.0.254 in dhcpd.conf to 192.168.0.237, so it then connect to 237 [04:11] it requests for pxeclient.0, but still time out [04:12] ahh i think i've had that before too [04:12] what's the thin client? [04:12] what do you mean [04:12] i got around that actually by specifying (in dhcp) a couple of other random similar parms like 'next-server' ... i think 'server-identifier' and another one [04:13] is it an actual thin client or just a random computer with a rt8139 [04:13] oh, just a regular desktop pc with onboard rtl8139 [04:13] for whatever reason the pxe stack (?) required some non-standard parms from dhcp to find the tftp server [04:14] oh no [04:14] can you share the parameter to me? [04:14] i think 'server-identifier' and another one [04:14] ok let me google it [04:15] tftp-server-name [04:15] was the other one [04:15] is dhcp on your ltsp server? [04:16] make sure you have correct 'filename', 'root-path' and 'next-server' [04:16] yes it;s on the same machine as ltsp [04:16] k [04:16] let me experiment with it [04:16] ok [04:16] lemme know how it turns out [04:17] all of the above parameter is followed by ip address? [04:18] no not all of them [04:23] http://pastebot.ltsp.org/401 [04:23] look at that, that's my dhcp conf in ipcop === bddebian2 is now known as bddebian [05:34] lns: still not working [05:55] you got me then [06:09] i suspect maybe the 'filename' parameter needs tobe modified, so i change it into various setting, still not working === RichEd-1 is now known as RichEd [07:29] root@ubuntu710:~# ltsp-update-image [07:29] Parallel mksquashfs: Using 1 processor [07:29] Creating little endian 3.0 filesystem on /opt/ltsp/images/i386.img.tmp, block size 65536. [08:14] I am having trouble with edubuntu I have just installed it the client boot untill the splash screen progress bar is about 3/4 done then stops can anyone help ? [08:21] neil_d: it helps if we can see the boot messages -- press Alt+some Fkey to see them -- I forget which one but trial and error is safe :) [08:28] The client boot is stoping at "setup LSTP client" [08:37] hi @all, anyone here experiences with Neoware Eon-Thinclients in combination with Edubuntu? [08:47] hi all, how do i add printer in client? [08:47] should i logon first as admin? [09:45] hi guys [09:45] i made it [09:46] printing in ltsp5 is a success [09:46] :D [10:02] I have been having trouble getting my client to boot, I think I found the problem, in that the video hardware isn't detected correctly, how do I fix this ? [10:10] neil_d: u use ltsp5 from edubuntu? [10:10] ari_stress, yes [10:13] i'm afrain i cannot help. i'm new. and from what i read in lts.conf, ltsp5 now shouldn't be configured in any way, it will detect all things [10:13] # Note that things like sound and local device support are [10:13] # auto-enabled if the corresponding packages are installed, [10:13] # there is no need to manually set these options anymore. [10:13] # [10:13] # **** THIS FILE SHOULD NO LONGER BE USED FROM HERE !!! **** [10:13] # [10:13] # With the introduction of the nbd/unionfs/squashfs structure [10:13] # the lts.conf file moved to the tftp root please create: [10:13] # /var/lib/tftpboot/ltsp/i386/lts.conf instead for your changes [10:13] # [10:13] # In case you want to use the lts.conf here, this still works, [10:13] # but you need to run ltsp-update-image after every change. [10:13] sorry for the paste [10:14] i've just found it after pulling out my hair setting up printing [10:15] yes I saw this I have a lts.conf in /var/lib/tftpboot/ltsp/i386 and it seems to be parsed ok. [10:23] how do I setup to which xorg.conf to use for a client ? [11:07] what is meant to happen after "Starting LTSP client" ? [11:07] * neil_d that printed by the client startup. [11:14] I think I have a OK version of the xorg.conf being used (at least I don't get a black screen now). But it does nothing after printing "Starting LTSP client [OK]" :( what is meant to happen ? how do I fix this ? [12:43] hey [12:43] I have some questions about IPCop and PXE boots [12:43] I have a server which runs Edubuntu with the possibility to boot PXE ... but I use IPCop as DHCP server [12:43] can I set up IPCop to use the Edubuntu server as host for the PXE boot image? [12:47] i have not tried myself, but may I suggest,, [12:47] filename "/ltsp/pxelinux.0"; and option root-path "/opt/ltsp/i386"; in dhcpd.conf [12:48] plus "next-server (ip-adress to edubuntu server)" [12:49] ok [12:49] next-server is not the DHCP host? [12:49] so IPCop in this case? [12:49] next-server name; The hostname or address of the server from which the boot file is to be loaded. [12:50] you should put this on the dhcpd.conf on the dhcp-server [12:50] next-server should be pointing to where the boot image is, which probably would be edubuntu-server [12:50] but I disabled DHCP on the Edubuntu box [12:51] but you have a linux based dhcp-server? put it in the dhcpd.conf in your dhcp server [12:51] ok [12:51] but that one is IPCop [12:51] not the Edubuntu server with the image [12:51] but isn't IPcop linux based? [12:52] yes [12:52] the point with "next-server" is that it redirects to the server serving the boot image [12:53] so you should edit dhcpd.conf on IPCop, and make "next-server" pointing at your edubuntu-server [12:53] it's just a suggestion, not sure if it works [12:54] check out http://www.unix.org.ua/orelly/networking/tcpip/appd_03.htm as well [12:55] if you don't get my explanation, I will try to explain it better :p [13:14] ok [13:14] I get a TFTP server error [13:14] File Not Found [13:16] What have I done!? I installed the DebianEDU and DebianJr. packages on my Edubuintu desktop and now I \'m getting weird issues with updating the system, it even now identifies itself as Debian instead of Edubuntu 7.10! [13:17] sandy@sandy-desktop:~$ lsb_release -a [13:17] No LSB modules are available. [13:17] Distributor ID: Debian [13:17] Description: DebianEdu/Skolelinux (terra) [13:17] Release: 3.2 [13:17] Codename: etch [14:06] Heya [14:36] Morning all [15:35] anyone here used kompozer - web page creator : http://kompozer.sourceforge.net/ - and have an opinion on it ? [15:40] RichEd: Haven't used that. I've used the one that's got the blue fish for a symbol... what's it called...? [15:41] These days, if I need a web page, I tend to just use OO.o, and do a save as html :) [15:44] sbalneav: not sure which one you mean ... kompozer just got a nice review from Chris Dawson at ZDnet with some good talkback comments [15:45] I like him and his column ... he's a teacher / administrator, who write a column, and lurves Edubuntu LTSP :) [15:45] http://education.zdnet.com/?p=1425 [15:45] * writes a regular column [16:58] hey again [17:11] Hello [17:13] hi [17:13] i got autologin working with francis` patch [17:13] learned package building, etc [17:14] odd problem tho [17:14] nobody seems to believe it [17:14] if i hve lts.conf in the chroot, autologin works, but if it's in the /var/lib/tftboot/ltsp/i386 it doesn't [18:19] anybody know anything about this "young" theme bug [18:19] can't seem to set it [20:25] any thoughts on why print jobs will show up in the print manager window but not actually print? the printer is working and it will print a test page. just doesn't release jobs from clients. [20:26] printing was working before [20:28] okay, it finally printed. it sat there for a good 5 minutes before finally printing. not sure why.