=== gooseuk [n=goose@ACD657D5.ipt.aol.com] has joined #edubuntu [12:12] Hey... I need help === \sh is now known as \sh_away [12:14] Any one? [12:15] gooseuk: hi [12:15] what's wrong? [12:15] Hey! [12:15] I installed the OS onto a new hard drive on my system to test it, but I can't connect to the internet through the router now [12:16] What information do I need to correctly allow the computer to access the net? [12:16] hmm [12:17] let me get this right... [12:18] you have: Edubuntu on a HD, 1 eth0, 1 router, 1 ISP ? [12:18] yes [12:18] only 1 ethX? [12:18] I just entered 127.0.0.0 for the ip information on install, it was confusing [12:18] haaaa [12:18] no way [12:19] you did not read Install Notes :D [12:19] nope, I guess I will just try it again in the morning lol [12:19] where are the install notes? [12:19] ok, let's fix it immediately, shall we? [12:19] sure [12:20] ok, do you have access to this IRC while we work on the Edubuntu box [12:20] ? [12:20] Erm, give me two minutes [12:20] okidoki, however, it is pretty simple [12:21] Ok [12:22] you tell mw when we start [12:22] please ping me [12:22] np thank you, it will be about a minute [12:22] np === goose [n=goose@ACD657D5.ipt.aol.com] has joined #edubuntu === goose is now known as gooseuk [12:27] mhz: Ready [12:28] okidoki [12:28] so, first thing, please run a Terminal [12:28] .oO(maybe there's a GUI way, but I have never used it) [12:29] How do I open a terminal [12:29] or... At the menu upper bar you should have an option like System or Preferences? [12:30] I do [12:30] ok [12:30] the one at the right most side should present you a Network something. Please read me those options [12:31] Erm I don't understand, what option do you want me to open in the preferences menu [12:31] do not open, just read me thos options that mention 'network' please [12:31] Erm I have found a network settings window [12:32] ok [12:32] that one! [12:32] Great :( [12:32] :) [12:32] that will ask you for password [12:32] enter the user password [12:32] ::nods:: done [12:32] ok, there it will show/mention to you eth0. [12:32] is eth0 Active? [12:32] its active [12:33] ok, what ip number? [12:33] 255.0.0.0 [12:33] hhm, of this is what we'll do. very simpply/ === alison_ [n=alison@ool-457a6b4c.dyn.optonline.net] has joined #edubuntu [12:33] we need to have an ip # like: 192.168.0.1 [12:34] ip address: 192.168.0.1 [12:34] then [12:34] netmask: 255.255.255.0 [12:34] what other fields are there to be filled in or change on eth0? [12:34] gateway [12:35] gatway: 192.168.0.1 [12:35] ok now what [12:35] other fields? [12:35] no other fields [12:36] ok [12:36] just click ok? [12:36] besides eth0 tab, are there any other tabs? [12:36] General / DNS / Hosts [12:37] Can you read me the info on those fields, please? [12:37] General - Hostname: + Domain name: [12:38] DNS - DNS Servers: ADD [12:38] Hosts - ip address + aliases [12:38] can anyone help me out with the "next step" after freshly installing edubuntu? I think I need to configure my dhcpd.conf, but I'm not sure what should go in there. [12:39] alison_: yes we can. gimme a couple of minutes, please [12:39] sure. thanks. [12:39] alison_: however, id you provided a valid ip during install, then nothing else to edit :D just bootup your clients via PXE [12:40] gooseuk: then we need to set Hostname and DNS [12:40] hostname is the name you want the machine to be called [12:40] I tried, and got an error like: PXE-E11: ARP timeout [12:40] (i suggest you choose one word) [12:41] rgr done [12:41] alison_: then i need a little bit of extra info from the install you did [12:41] ok [12:41] gooseuk: now, DNS info. Do you have that? (we can skipt it anyways :D ) [12:42] I don't have it, shoot [12:42] ok [12:42] then save those changes you just made [12:42] ok done [12:42] cool [12:42] internet still not working :/ [12:43] how do you paln to boot the clients? [12:43] gooseuk: yes, of course. [12:43] gooseuk: oooh,, excuse me, Very important question: [12:44] usually, all clients get internet from the router? [12:44] yes [12:44] duh! [12:44] through a hub to the router [12:45] Id that a problem? [12:45] so my guess is that a) you manually assign IPs to each client or b) the router provides IP to each client [12:45] if it is a) then we are ok by doing this. if it's b) then the router will do it automatically [12:45] :D [12:45] I installed mandrake before and it could connect to the internet straight away... hmm do you have the link to the install notes? [12:46] oooh, then the router assigns the IP automatically! [12:46] hehehehe [12:46] so why doesn't this work then? [12:46] because we assigned IP manually and did not let the router work :D [12:47] I had tried it before we changed the settings and it still didn't work [12:47] gooseuk: solution is: go back to Network settings and in eth0 specify "automatic" [12:48] ok, do you have the link for install notes? === mhz seeing wiki [12:49] mhz: thanks for your help again, I will have a look at it again in the mornin, going to get some sleep lol [12:50] http://wiki.edubuntu.org/EdubuntuInstallNotes [12:50] gooseuk: if router assigns ip automatically, you need to stop manual ip [12:50] otherwise it will not work [12:51] how can I stop it [12:51] assign "automatic" in Network Settings for eth0 and save that config. === mhz actually always does it via command line. that's why he gets confused woth GUI way [12:52] whats the command line for it? [12:53] sudo /etc/init.d/networking stop [12:53] then... [12:53] sudo nano /etc/network/interfaces [12:54] change 'static' for 'dhcp' in eth0 line [12:54] then... [12:54] sudo /etc/init.d/networking start [12:54] and finally... [12:54] sudo nano /etc/ltsp/dhcpd.conf [12:55] and make sure that matches the IP settings provded by router [12:55] :) [12:55] and finally... [12:55] sudo /etc/init.d/dhcpd restart [12:55] adn you're ready [12:55] how do i find out if it matches the ip normally given out [12:55] in a command line environment or terminal [12:55] write [12:55] ifconfig [12:56] that will show you the current settings assigned to eth0 and lo [12:57] ok [12:58] thanks again mhz, will try it in the morning [12:58] night [12:58] nite [12:58] alison_: shoot [12:59] ok, well I followed that link to the install notes, and I configured my dhcpd.conf. I'm currently fiddling with my client and about to try booting again [12:59] did you edit /ltsp/dhcpd.conf? [12:59] or /etc/dhcp3/dhcpd.conf? [01:02] I edited /etc/ltsp/dhcps.conf [01:02] cool [01:02] *dhcpd [01:02] still the same error [01:02] PXE-E11: ARP timeout [01:02] does it correspond to same current IP in ifconfig? [01:02] I had same exact error for 19 hours until i saw the problem :D [01:04] alison_: if IP settings are ok on /network/interfaces and /ltsp/dhcpd.conf then another question: [01:04] well, I'm running two ethernet interfaces. eth0 is connected to the switch which goes to the clients. it's setup with a static IP. that's the IP I used in the dhcpd.conf [01:04] what is there between the server and client. crossover cable? [01:04] oh, a swithc [01:05] switch [01:05] yup [01:05] so.. [01:05] server -> eth0 static -> switch -> clients ? [01:05] yes, that's right. [01:06] can we double check /dhcpd.conf please? [01:06] could you paste it here? [01:06] ok [01:06] cool === macgyver2 [n=eric@pdpc/supporter/student/macgyver2] has left #edubuntu ["Leaving"] [01:07] oops, I'm on a different computer, so this will be a little tricky [01:07] hehehe [01:07] sorry [01:09] authoritative; [01:09] subnet 192.168.2.0 netmask 255.255.255.0 { [01:09] range 192.168.2.20 192.168.2.250; [01:09] option domain-name "example.com"; [01:09] option domain-name-server 192.168.0.1; [01:09] option broadcast-address 192.168.2.255; [01:09] option routers 192.168.0.1; [01:09] option subnet-mask 255.255.255.0; [01:09] [01:09] filename "/ltsp/pxelinux.0"; [01:09] option root-path "/opt/ltsp/i386" [01:09] } [01:09] ok [01:10] I set my static IP on eth0 to 192.168.2.1 [01:10] could you please comment the line: option domain-name-server 192.168.0.1 [01:10] ok === macgyver2 [n=eric@pdpc/supporter/student/macgyver2] has joined #edubuntu [01:10] and change option routers to 192.168.2.1 [01:11] oh, no wait [01:11] you don't have a router right? you have a switch? [01:12] if yu have a switch, then do hange to 192.168.2.1 [01:13] so that it matches your static IP [01:13] I'm connected to a router on eth1, using DHCP, but the switch is going to the clients [01:13] yes, then it should work. BUT could you please just desconnect the eth1 for this tests [01:13] ? [01:14] sure [01:14] usually, 2 dhcps running is conflictive [01:14] and I wanna make sure we are attacking step by step [01:14] so I should set the option routers to my eth0 static IP [01:14] yes [01:14] ok [01:15] now, /etc/init.d/dhcpd restart , of course :) [01:15] are you sure your static ip is currently 192.168.2.1 ? [01:16] also, please make sure the /etc/inet.d is pointing to right /dir for /ltsp [01:17] ifconfig shows eth0 having "inet addr:192.168.2.1 [01:17] ok [01:17] and inetd.conf? [01:18] tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/ [01:18] tftpboot ? [01:18] which? I'm confused. [01:19] /etc/inetd.conf [01:19] ok === pitux [n=pitux@14-184-222-201.adsl.terra.cl] has joined #edubuntu === mhz feels very relief alison_ can work on command lines :D [01:20] hehe... well, I've been using ubuntu on my main box since May... just a dummy at ltsp stuff === mhz gets confused with GUIs :D [01:20] lol [01:20] no problem, i was a dummy until last friday [01:20] lol [01:21] hello [01:21] hello [01:21] ok, inetd.conf has: [01:21] tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd - s /var/lib/tftpboot [01:22] looks like what you posted [01:23] yesp [01:23] so let's give this baby a try [01:23] ok [01:23] before.. you do have /opt/.... [01:25] alison_: you did restarted dhcp, right? [01:25] I restarted it, yes [01:26] okidoki [01:26] did the client boot? [01:26] this time it appeared to boot, and it's now stopped after a whole bunch of text with "Done." and then a little blinking _ [01:26] cool!!! [01:26] i had that too [01:26] simple to solve [01:26] oh, now it's trying to boot some more... [01:27] re try to boot the client [01:27] it's trying to sync the clock with ntp, which i'm supposing won't work [01:27] it happens like twice [01:27] oh, it is working then??????????????? [01:27] educool!! [01:27] I got a login screen~ === Nancy [n=nancy@ppp-69-223-46-78.dsl.dytnoh.ameritech.net] has joined #edubuntu [01:27] hehehe [01:27] do you feel good now? [01:28] absolutely!! thank you so much. [01:28] no problem [01:29] now, we gotta make your internet work plugin eth1 [01:29] actually, I gotta get logged in... it keeps booting me back to the login screen... maybe because I only have one account, and I'm logged in on that on the server? [01:29] no [01:30] that happens -supposedly- because you need to update your ssh keys [01:30] ogra provided me with a command lin to do so.. let me get in in my logs [01:30] ok === poningru is now known as poningru_sleep [01:35] a login screen never looked so beautiful [01:35] hehehe === mhz still diggin in the logs [01:36] alison_: ltsp-update-sshkeys [01:37] ok, done [01:38] and can you login now? [01:39] no... do I need to restart anything? [01:39] hmmm, don't know I have not yet tried that solution [01:39] :D [01:40] i was wiking some docs when I started the help to goosuek [01:40] lol... ok... lemme try again [01:40] and then you :) [01:41] oh, so is that why things were appearing there that I never saw before? lol [01:42] lol [01:42] alison_: please do let me know if that ssh updating worked [01:44] alison_: obviously, IF does work :D [01:46] nope, still can't log in. it goes to a black screen, then comes back to the login [01:46] hmmmmm [01:46] and you rebooted? [01:46] rebooted the client [01:47] should I reboot the server? [01:47] ah, but the server? [01:47] what's there to lose now? [01:47] :D [01:47] heh heh... I'm just so used to almost never having to reboot in this world of linux [01:48] me too, but after so many hours, my head can't hink of a logical reason while ogra is not here [01:48] ogra needed a hughe rest so I am not complaining [01:48] :) [01:55] *sigh* still a no-go. [01:55] hmmm === mhz thinking [01:55] is it normal to see several things fail and lots of complaining about fstab during the client bootup? [01:56] meybe [02:03] is xdmcp necessary? I keep reading about it on the LTSP docs, but it doesn't appear to be installed on my server [02:03] alison_: so far, i am getting blocked [02:03] sorry [02:03] i wish i could understand tonite [02:04] no problem [02:09] alright, I have to go. I will probably be back asking more questions later or tomorrow. :) [02:10] Thanks again for your help. you at least got me off to a good start. [02:10] educool! === mhz is going home, maybe [02:11] mhz: if you happen to get any info on this, maybe post it on the wiki? :) [02:11] of course [02:11] thanks [02:11] have a good night [02:11] but you please specifyu the problem on [02:11] UserComments [02:11] oh, ok, I'll do that === mhz heading home === mwright1night [n=matt@203-214-15-102.dyn.iinet.net.au] has joined #edubuntu [02:45] Hi all [02:45] I'm after a package called Teachers pet [02:45] how do I find it [02:45] i've installed edubuntu [02:46] 5.10 breezy release [02:47] http://www.teachers-pet.org/index.html [02:47] ? [02:48] not very funny [02:48] teachers pet is the replacement of teachers tool [02:48] and i've been looking all over [02:50] Thats what this site says it is. [02:50] But I guess you want something else. [02:51] http://www.kacper.com/teacherspet/teacherspet.html [02:51] This one? [02:51] it's the replacement for k12ltsp's teacher tool [02:51] which runs vnc in various ways too and from terminal server clients [02:52] it's supposed to be core edubuntu software === mwright1night is now known as mwright1 [02:56] http://wiki.edubuntu.org/TeachersPet?highlight=%28Teacher%29 [02:56] This one. [02:56] OK. [02:58] You tried TeachersTool? [03:04] Looks like its a to-do. Not implemented yet. === arkan0x [n=arkanox@pc-83-72-214-201.cm.vtr.net] has joined #edubuntu === pedersoj [n=pedersoj@12-215-137-171.client.mchsi.com] has joined #edubuntu [04:38] test [04:40] Test === pedersoj [n=pedersoj@12-215-137-171.client.mchsi.com] has joined #edubuntu === pedersoj [n=pedersoj@12-215-137-171.client.mchsi.com] has left #edubuntu [] === watanabe88 [n=vulpecul@ip68-8-82-147.sd.sd.cox.net] has joined #edubuntu [04:50] hello [04:50] anyone here === alison_ [n=alison@ool-457a6b4c.dyn.optonline.net] has joined #edubuntu === downclimb [n=johnson@host-69-145-229-49.cac-co.client.bresnan.net] has joined #edubuntu === swamych [n=swamych@59.93.65.131] has joined #edubuntu [06:57] can i expect free edubuntu cds === P3L|C4N0 [n=gcamposm@200.106.9.238] has joined #edubuntu === __macgyver2__ [n=eric@acs-24-154-44-35.zoominternet.net] has joined #edubuntu === P47|LL0 [n=gcamposm@200.106.9.170] has joined #edubuntu === Madpilot [n=bburger@S0106000d88b9f3db.gv.shawcable.net] has joined #edubuntu === Madpilot [n=bburger@S0106000d88b9f3db.gv.shawcable.net] has left #edubuntu [] === juliux [n=juliux@141.30.211.85] has joined #edubuntu [09:59] \win 41 [09:59] hm === \sh_away is now known as \sh === ogra [n=ogra@p5089E78D.dip.t-dialin.net] has joined #edubuntu [01:11] good mornin ogra [01:11] moin [01:11] I think I slept to much [01:11] 14hrs [01:11] 0_o [01:12] i'm still taking up on my lack of sleep :) [01:12] hehe [01:13] I was up for ~60hrs before I crashed though [01:13] everytime I'd go and try to sleep, I'd just wake up again [01:13] I hate that shit. [01:13] similar here... and we had release party yesterday night, so not much sleep either [01:14] ah yeah, I have a party today at 1 [01:14] I think === mwright1 [n=matt@203-214-15-102.dyn.iinet.net.au] has left #edubuntu [] === Yagisan [n=jamie@60-240-199-209.tpgi.com.au] has joined #edubuntu === gooseuk [n=philip@ACD657D5.ipt.aol.com] has joined #edubuntu [02:39] Hello any one around? === juliux [n=juliux@141.30.211.85] has joined #edubuntu [02:57] I need some help with trying to access my NTFS drives on the computer [02:58] re [02:59] RE? [03:05] damn [03:05] my 200GB hd is full. [03:05] =O === JohnnyCastaway [n=none@64-252-73-235.adsl.snet.net] has joined #edubuntu [03:07] I had to get another 80 GB hard drive for this OS lol [03:07] Can anyone help with install probs? [03:09] I wish I could help you [03:09] I have d/led 3 times burned 6 cd's all md5sums checkout used 3 different burners 3 different pc's 2 hd's and cant get past 6% of base install [03:09] What speed are you burning the CDs at? [03:10] 48 40 32 24 2 1 take your pick...went slower rach time it failed [03:10] each [03:11] I burnt mine at x8, it burnt well [03:11] What version of the program did you download? [03:11] Ubuntu works well I just cannot get edubuntu to work [03:12] [03:12] Weird... [03:12] It could be a hardware issue I suppose [03:12] I know...AND REALLY PISSING ME OFF [03:13] Ubuntu burned fine its edubuntu [03:13] That wont [03:13] I can't understand why it wouldn't work [03:14] I even used nero then dvd decrypter to burn [03:14] Im gonna give it 1 last shot on all new equipment [03:24] gooseuk: sudo mount -t ntfs /dev/hda1 /mount/windows [03:24] gooseuk: replace /dev/hda with your windows partition [03:24] gooseuk: replace /mount/windows with where you want to access it [03:24] I wanna just del my windows partition [03:24] Yagisan: How on earth do I find the floppy drive? [03:25] gooseuk: it's dev/fd0 - but I don't have one - so I forgot where it is mounted [03:26] I have a problem then [03:27] JohnnyCastaway; when you install - you have an option to delete the partions [03:27] gooseuk: as far as I can tell - you can't access the floppys on the clients yet [03:28] I let it set its own up... [03:30] Yagisan: erm... is there a way around that? [03:30] Does this have a good assortment of proggies for kids to learn on? [03:30] gooseuk: as yet - no, but check with ogra [03:31] JohnnyCastaway: yes - can you use fdisk ? [03:33] Its been a while since I have [03:34] JohnnyCastaway: there is an application called cfdisk, you can use that to delete a windows partition [03:35] Error: given UDI is not a mountable volume [03:36] gooseuk: you will need to adjust my example for your specific setup [03:36] What does that mean? Thats the error I get when I double click on the floppy icon [03:36] gooseuk: I think it means can't find floppy drive [03:37] damm, thats going to be a problem [03:37] gooseuk: server ? === macgyver2 [n=eric@pdpc/supporter/student/macgyver2] has joined #edubuntu [03:37] yeah this is the server version i am running [03:37] gooseuk: or clients need it ? [03:37] All of the systems need floppy access [03:38] They do? [03:38] gooseuk: best to speak to ogra about this [03:38] JohnnyCastaway: just for what gooseuk wants to do [03:38] I havent built a pc with a floppy in years [03:38] Oh ok [03:39] Had me worried there [03:39] guys - what arches are you using ? ppc ? amd64 ? i386 ? [03:40] i386 [03:40] Roger Yagisan, also I have another problem, can I have different menu options for different users [03:40] i386 [03:40] If I can get it going [03:41] gooseuk: it's a yes but answer too that [03:42] Do you know how to do it? [03:42] gooseuk: are you adding or removing - I know how to add [03:43] Well for the student accounts I want menus removed [03:45] gooseuk: what menus ? [03:47] Admin section in the System menu [03:48] gooseuk: I don't see an option to remove it - unless you are a member of the group admin you can't run it anyway [03:49] Ok great :) [03:49] gooseuk: only first user created when installing the server has admin rights === Nancy [n=nancy@ppp-69-223-58-116.dsl.dytnoh.ameritech.net] has joined #edubuntu [03:50] This floppy disk issue is going to be a problem :/ [03:51] gooseuk: I'm sure it can be fixed - I think ogra is celebrating the breezy release - he's normally here [03:51] The kids use floppy disks to bring their homework back home and then put them back on the system [03:52] Get thumb drives [03:52] I hope so... Hopefully you guys can come up with a fix before friday... [03:52] You mean USB drives? [03:52] Bigger and hot plug supports them [03:52] yes [03:52] School can't afford them [03:52] Mommy and daddy can... [03:53] In this case only some could [03:53] Use a group buy through the school [03:53] Get a discount [03:53] JohnnyCastaway: not all boxes have usb [03:54] So much for that idea then [03:55] ::nods:: But again cost is an issue, its an underfunded school, in a underpriviledged area [03:56] Well than not all will have pc access at home either [03:57] ::nods:: but some do, thats the issue, it still has to have that basic feature, not to mention teachers [03:58] They need that type of access [04:00] Be back shortly time to pick kids up [04:01] Yagisan: How do I install a internet filter to this client? [04:02] gooseuk: on the system that you installed squid on - install dansguardian [04:02] how do I install dansguardian? [04:03] gooseuk: synaptic - search dansguardian [04:06] Ok I think its installed [04:07] gooseuk: there is documentation is /usr/share/doc/dansguardian [04:07] gooseuk: and here http://dansguardian.org/ [04:07] how do I get there? [04:09] I can't find any thing about dansguardian in any menu [04:09] gooseuk: applications -> Assecories -> File Browser and navigate to /usr/share/doc/dansguardian [04:10] gooseuk: dansguardian is an add on for squid [04:10] gooseuk: it won't have a menu of it's own [04:11] Ok I found the documents for dansguardian? [04:12] gooseuk: hopefully they should be clear about how to configure it [04:12] I can't understand how I can start it etc.. [04:12] gooseuk: squid is installed right ? [04:13] no... [04:13] gooseuk: dansguardian is a webfilter that hooks into squid (the www-proxy) [04:14] Installing as we speak [04:14] gooseuk: it will automatically filter all www traffic that goes through squid - no client configuration required [04:15] ok I installed squid etc [04:15] I even installed a web admin feature [04:16] gooseuk: have a look at the website I listed - it has some useful information on the filter [04:16] gooseuk: cool - you'll hate me now - but I haven't configured squid in a long time so I have to RTFM to tell you what to do now [04:17] gooseuk: I just know what you need to use [04:19] I have a problem I can't access this web admin thing, it is asking for a username and password, I tryied my root username and password and nothing [04:21] Shit, its blocked me now! lol [04:23] gooseuk: sorry, I'm trying to get up to speed with it (last time I used it - it didn't even have web admin) [04:24] Lad, don't worry, you are helping me out alot [04:27] gooseuk: there is a user guide here (450k) http://squid-docs.sourceforge.net/latest/book-full.html [04:30] hmm I don't know where to start, I am not sure how to even start it [04:31] gooseuk: squid will automatically start itself on system boot [04:31] So I have to reboot? [04:31] squid should start dansguardian once it has been configured to use it [04:31] gooseuk: no, a sudo/etic/ini.d/squid restart should work [04:33] it says no such file or directory [04:35] gooseuk: typo. sudo/etc/init.d/squid restart [04:36] Still no such file or directory [04:37] gooseuk: should not be a space between sudo and / [04:38] gooseuk: be back soon - need to put little girl to bed [04:38] no problem, but it still doesn't work === gooseuk [n=philip@ACD657D5.ipt.aol.com] has joined #edubuntu === trondm_gone is now known as trondm === jsgotangco [n=jsg@info1-177.info.com.ph] has joined #edubuntu [06:05] Does edubuntu fit on a cd-rw? [06:07] yes [06:07] 700MB === trondm is now known as trondm_gone [06:10] I have a problem, I can't edit a tinyproxy.conf file... do you know of a reason why now? [06:10] not* [06:11] How do I change permissions === juliux [n=juliux@141.30.211.85] has joined #edubuntu [06:25] Ok new disc and 4x rw [06:26] awesome that'll work [06:28] Hasnt yet this is number 8 [06:29] 4 d/l all mathing md5sums [06:29] And thin is a brand new machine [06:29] matching [06:29] this === ealden [n=ealden@219.90.94.143] has joined #edubuntu === P3L|C4N0 [n=gcamposm@200.106.9.170] has joined #edubuntu [07:18] Ok 8 tries and it failed again [07:19] How do I check /target/var/log/bootstarp.log [07:20] It contiuously fails install base system [07:20] i would say hardware then [07:20] 3 different machines? [07:24] How do I check /target/var/log/bootstarp.log [07:25] How do I check /target/var/log/bootstrap.log [07:27] Is this picky about master/slave drive issues?\ === jinty [n=jinty@205.134.224.215] has joined #edubuntu === Robla64 [n=chatzill@c-66-31-199-42.hsd1.ma.comcast.net] has joined #edubuntu [08:16] anyone home? [08:17] Should I use lvm when partitioning the hard drive? [08:24] Libcurses.so.n.5 cannot open shared object file this is the error I get in terminal f3 any help? [08:24] No n === \sh is now known as \sh_away [08:47] Reburn no.9 [09:11] #9 may have been the lucky number today made it past 6% === jinty [n=jinty@205.134.224.215] has joined #edubuntu === Nancy [n=nancy@ppp-69-223-42-86.dsl.dytnoh.ameritech.net] has joined #edubuntu [09:24] somebody nows which cheap thinclients works with edubuntu? [09:35] bigger, the better [09:35] :-D [09:36] hm i search a diskless version [09:45] 9 disks later we made it to phase 2 and booted from the hd === runaway [n=runaway@207-118-216-236.dyn.centurytel.net] has joined #edubuntu === mwest [n=mwest@tsl.uct.ac.za] has joined #edubuntu [10:21] Is 6gb enough for edubuntu? [10:23] JohnnyCastaway, yes [10:24] More and more probs [10:24] but it is not very much space for user files [10:24] Now its missing gcompris [10:25] hm [10:25] i have no install problems [10:26] do you use the final? [10:28] cu all [10:32] I used the 1 on the site..i think its final