=== neuratix_ [n=lorents@ti521110a080-2619.bb.online.no] has joined #ubuntu-classroom === ash211 [n=andrew@user-11214ae.dsl.mindspring.com] has joined #ubuntu-classroom === Turgon [n=Turgon@unaffiliated/turgon] has joined #ubuntu-classroom === hexidigital [n=root@unaffiliated/hexidigital] has joined #ubuntu-classroom === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === hexidigital [n=root@unaffiliated/hexidigital] has joined #ubuntu-classroom === Pricey [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === Catachan__ [n=catachan@74.255.97.141] has joined #ubuntu-classroom [04:01] Catachan__: k, less traffic here [04:02] cool [04:02] does bash still throw an error at this point? [04:02] yes, let me paste the current line that I changed it too [04:03] I changed it to this: [04:03] PATH=/usr/hla [04:04] that makes your PATH only /usr/hla [04:04] okay [04:04] comment that line [04:04] tell me if bash still throws errors [04:04] lots of verbosenes also with out the line commented [04:05] what kind of verbosenes? [04:05] shisen [04:05] lots of debug, I shall post an example [04:05] by the way, comments are "#" right? [04:05] right [04:06] bash: [: =: unary operator expected [04:06] bash: [: =: unary operator expected [04:06] bash: [: =: unary operator expected [04:06] bash: [: too many arguments [04:06] bash: [: =: unary operator expected [04:06] bash: sed: command not found [04:06] just a short sampling from the end of the list [04:06] hmm [04:06] did you edit any file other than .bashrc? [04:06] uhm [04:06] I don't think so [04:07] mv ~/.bashrc ~/.bashrc.backup [04:07] I can check the environment [04:07] then see if you still get an error [04:08] okay, right now, having entered the commands, I have gotten a "No file or Directory" error [04:08] what commands? [04:08] mv ~/.bashrc ~/.bashrc.backup [04:08] followed by: [04:09] source ~/.bashrc [04:09] close your terminal and open a new one [04:09] I tried that just now, and redid the source comand [04:10] got the following error [04:10] bash: /home/catachan/.bashrc: No such file or directory [04:10] that's because we renamed .bashrc to .bashrc.backup [04:10] it no longer exists [04:10] okay === jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-classroom [04:10] that would make sense [04:10] ok I just wanted to make sure taht is where the errors are. Pastebin the entire file [04:10] oh! mv == move [04:11] go ahead and rename it back: mv ~/.bashrc.backup ~/.bashrc [04:11] right [04:11] oh, uhm, pastebin? [04:11] !pastebin [04:11] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #ubuntu channel topic) === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom [04:12] any prefrence to the syntax? [04:13] just use text [04:13] by the way, in about ten minutes, I have to sign off for about five minutes, so I can change locations, I should be back quickly though [04:13] okay [04:13] k [04:14] pasted! [04:14] http://paste.ubuntu-nl.org/4812/ === Pricey [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom [04:15] that looks fine, what does "source ~/.bashrc" say now? [04:16] uhm one moment [04:17] okay, so I just tried to rename ~/.bashrc.backup and it said that it did not exist [04:17] one second [04:18] okay, got it [04:18] Catachan__: ok, no errors? [04:18] no errors [04:18] Catachan__: now change line 75 to: [04:18] PATH="/usr/hla:${PATH}" [04:19] now source it? [04:19] yep [04:19] I assume [04:19] kk [04:20] no errors [04:20] then: echo $PATH you should see hla in your path [04:20] yep, it seems to be the first one in the list [04:21] k, do you need to do anything else? [04:21] I am begining to wonder if my download of the file also screwed up, actually [04:22] because it should give me a few lines of help related to the program when I type in hla -? [04:22] does command line unpackaging differ significantly from useing the GUI? [04:22] how did you unpack it? [04:23] I used the GUI extract in the Package manager [04:23] and extracted it to the usr directory [04:23] /usr? [04:23] right [04:24] you don't want to do that [04:24] you want to install custom stuff to /usr/local [04:25] Catachan__: why are you installing HLA by the way? [04:25] okay [04:25] I am trying to learn Assembly with the insane intent to become fluent [04:25] in it [04:26] there should be some assemblers in the repositories [04:26] ubuntu repositories? [04:26] okay [04:26] yeah [04:26] I must disconnect for a short period [04:26] thank you [04:26] http://ubuntuforums.org/showthread.php?t=342399 [04:27] nasm I've heard of before [04:28] as have I [04:28] that one is a lot easier to install: sudo apt-get install nasm [04:29] the thing is that the best tutorial I have found is for HLA [04:29] oh I see [04:29] but I shall look into nasm [04:29] thank you === cpk1 [n=cpk1@sjs-130-65-211-115.sjsu.edu] has joined #ubuntu-classroom === Catachan [n=catachan@74.255.97.141] has joined #ubuntu-classroom [04:43] jrib, still around? [04:43] Catachan: yep [04:44] when I extracted that file (hla) to the /usr/ folder, should I name it /.hla? [04:44] perhaps? [04:44] or does it matter when using the terminal to start a program? [04:44] one sec, link me to this file please [04:44] okay, which file exactly do you want? [04:45] a link to? [04:45] the one you are extracting [04:45] the download link? [04:45] sure, or the page [04:45] okay === Catachan [n=catachan@74.255.97.141] has joined #ubuntu-classroom [04:46] here is the page http://webster.cs.ucr.edu/AsmTools/HLA/dnld.html [04:46] the actual link is near the bottom [04:46] the dl link: http://webster.cs.ucr.edu/AsmTools/HLA/HLAv1.86/hla.tar.gz [04:48] I would just drop this in /opt, it doesn't look like it's properly structured for /usr/local [04:49] okay [04:50] oh, jeeze [04:50] I am a fool [04:50] /usr/ is not the same as /catachan [04:50] heh [04:50] you know I just realized that [04:50] I feel dumb now [04:51] lol [04:51] well you figured it out :) [04:51] but I had noticed it before, and just forgot it this time [04:51] so I feel stupid === hexidigital [n=root@unaffiliated/hexidigital] has joined #ubuntu-classroom [04:52] okay, so mv == move right? can I use it with a sudo and moving directories as well? [04:53] yes [04:54] okay [04:56] well, I got it moved [04:56] Catachan: k where is it now? [04:56] in /usr [04:56] so /usr/hla/hla should work [04:57] as a command [04:57] it recognizes it as a binary now [04:57] but it says that it cannot execute the file [04:58] /usr/hla/hla -? [04:58] doesn't work? [04:59] I get this: bash: /usr/hla/hla: cannot execute binary file [05:00] me too [05:00] hmm [05:01] Okay, hmm [05:01] I guess I should email the author [05:01] of the program [05:03] thank you very much [05:03] by the way [05:04] np, gl [05:06] thanks [05:07] jrib, might it be worth it to compile it from the source? [05:07] perhaps? [05:08] Catachan: wouldn't hurt to try [05:08] okay [05:08] I will look into taht [05:08] *that rather [05:12] hmm [05:14] Catachan: seems to work after compiling, or at least -? works [05:15] really? cool [05:15] I am curently working on how to compile actually, [05:15] is that just "makefile? [05:15] make -f makefile.linux [05:16] okay [05:16] out of curiosity, where did you place the extracted source? [05:16] but edit makefile.linux to suit your needs. it currently copies to /usr/hla which will fail since your user doesn't have access. That is ok, just copy afterwards yourself wherever you want [05:17] Catachan: I left it where it compiled since I'm not interested in hla :) But I would install this to /opt. And then wehreever the docs said "/usr" I would just use "/opt" [05:18] okay [05:18] cool [05:18] thank you so very much [05:19] Catachan: you probably need to install build-essential too [05:19] build essential? [05:19] it's a package that gives you a bunch of development stuff [05:19] in order to be able to compile perhaps? [05:20] right [05:20] and without it, the command "make" does nothing? [05:20] right? [05:20] you won't have a command "make" [05:20] right [05:20] okay [05:21] so, sudo apt-get build-essential? [05:21] sudo apt-get install build-essential [05:21] right [05:21] okay [05:22] !compiling | Catachan [05:22] Catachan: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first: not all !repositories are enabled by default!) [05:22] oh! that is a neat feature of the bots! [05:22] Catachan: that's a general guide but hla is a bit different. If you really want to understand what is happening a good guide on makefile's would help best [05:22] okay [05:22] I will look them up [05:22] thanks again [05:22] lol [05:23] Catachan: if you just open up makefile.linux in a text editor you can probably guess what is going on too [05:23] yeah [05:23] I looked it over [05:23] it appears to be fairly simple, in that it just tells where to install and compile and the like [05:24] thought that is surely a poor explanation [05:24] =-) === n2diy [n=darryl@ppp-42d4281a.wlks.losch.net] has joined #ubuntu-classroom [05:32] okay, I am getting the error "No rule to make target" [05:33] jrib? [05:34] Sorry to call you back, about this [05:34] Catachan: what command are you using? [05:35] make -f makefile.linux [05:36] Catachan: what is the result of: md5sum makefile.linux [05:37] c20340067b767c18ca562a1ba595ef0f /usr/hlasrc/makefile.linux [05:37] heh ok so we have the same file [05:37] I had to use the whole path name [05:38] Catachan: cd /usr/hlasrc [05:38] oh, right [05:38] that would work [05:38] does make -f makefile.linux work now? [05:39] uhm I get:: gcc -DLinux -c -O2 -o hlaparse.o hlaparse.c [05:39] yeah, it's doing its thing [05:39] but it may be at work at the moment [05:39] okay [05:39] wait a few minutes [05:39] cool [05:39] sure thing [05:40] just to remind you, it's a bad habit to install things into /usr directly. That's really for the package manager to work with. When you install custom stuff you should use /usr/local or /opt [05:40] okay, I will try to remember that and keep it in mind [05:41] hmm [05:41] flex -8 -i hla.flx [05:41] make: flex: Command not found [05:41] make: *** [lex.yy2.o] Error 127 [05:41] this is not the best thing is it? [05:42] once you compiled it, where did you move it to? [05:44] actually, that is a bad question, [05:49] okay, so I moved it to usr/local/hla, and I changed the .bashrc accordingly, and ran the source ~/.bashrc [05:49] when I run the command hla, or hla -? I get a cannot execute binary [05:50] thank you for your help, I am about to loose the internet connection at about 12:58, so I will do some fiddling myself, then if I can't get it, finish in the morning. [05:50] Thank you so very much man [05:51] jrib, by the way, did you bother to add the four lines mentioned in the install instructions for defining the variables and such? [05:53] never mind, it doesn't help if I comment them out or not. Thank you very much! [05:54] Catachan: install flex and recompile [05:54] flex? [05:55] apt get install flex? [05:55] 23:41 < Catachan > flex -8 -i hla.flx [05:55] 23:41 < Catachan > make: flex: Command not found [05:55] yep [05:55] okay [05:56] if you wan to use /usr/local then put hla and hlaparse into /usr/local/bin but you still need the hlalibs which aren't in here I think [05:56] okay [05:56] Catachan: you can probably just use the hlalib/ and include/ that you have from before (the failed binary installation) [05:57] okay === ccushway [n=ccushway@S010600179a2a5ae7.nb.shawcable.net] has joined #ubuntu-classroom === ccushway [n=ccushway@S010600179a2a5ae7.nb.shawcable.net] has left #ubuntu-classroom ["Konversation] === hedix [i=usr18622@c1.edrana.lt] has joined #ubuntu-classroom === hedix [i=usr18687@c1.edrana.lt] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-131-078.pools.arcor-ip.net] has joined #ubuntu-classroom === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-classroom === hedix [i=usr19815@c1.edrana.lt] has joined #ubuntu-classroom === hedix [i=usr20118@c1.edrana.lt] has joined #ubuntu-classroom === AlinuxOS [n=AlinuxOS@82.60.167.141] has joined #ubuntu-classroom === Blue-Omega [n=Blue@about/cooking/nakedchef/omelette/Blue-Omega] has joined #ubuntu-classroom === Shubacka [n=olivier@194.206.177.80] has joined #ubuntu-classroom === hedix [i=usr20479@c1.edrana.lt] has joined #ubuntu-classroom === hybrid__ [n=x@72.169.30.254] has joined #ubuntu-classroom === jenda [n=jenda@ubuntu/member/jenda] has joined #ubuntu-classroom === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has left #ubuntu-classroom ["Ex-Chat"] === macconline [n=macconli@190.37.37.52] has joined #ubuntu-classroom === silwol [n=silwol@193.170.68.74] has joined #ubuntu-classroom === hybrid_ [n=x@72.169.30.254] has joined #ubuntu-classroom === EDVINAS_ [i=usr20956@c1.edrana.lt] has joined #ubuntu-classroom === hybrid_ [n=x@72.169.30.254] has joined #ubuntu-classroom === EDVINAS_ [i=usr21048@c1.edrana.lt] has joined #ubuntu-classroom === EDVINAS_ [i=usr21056@c1.edrana.lt] has joined #ubuntu-classroom === EDVINAS_ [i=usr21056@c1.edrana.lt] has joined #ubuntu-classroom === cpk1 [n=cpk1@sjs-130-65-211-115.sjsu.edu] has joined #ubuntu-classroom === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu-classroom === ash211 [n=andrew@user-11214ae.dsl.mindspring.com] has joined #ubuntu-classroom === jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-classroom === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-classroom === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === merriam [n=merriam@84-12-152-141.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-classroom === Blue-Omega [n=Blue@about/cooking/nakedchef/omelette/Blue-Omega] has joined #ubuntu-classroom === jaba [n=jaba@jaba.mbnet.fi] has joined #ubuntu-classroom === neuratix [n=lorents@ti521110a080-2619.bb.online.no] has joined #ubuntu-classroom === LjL [n=ljl@unaffiliated/ljl] has joined #ubuntu-classroom === n2diy [n=darryl@66.212.43.80] has joined #ubuntu-classroom === bxero [n=tarq@210.192.83.89] has joined #ubuntu-classroom === bxero [n=fere@ppp85-141-253-144.pppoe.mtu-net.ru] has joined #ubuntu-classroom === Turgon [n=Turgon@62.42.28.35] has joined #ubuntu-classroom === Wooksta [n=Wooksta@82-41-99-118.cable.ubr03.dund.blueyonder.co.uk] has joined #ubuntu-classroom === fvaler [n=stane@220.78.239.141] has joined #ubuntu-classroom === brainsik [n=brainsik@adsl-75-55-213-221.dsl.pltn13.sbcglobal.net] has joined #ubuntu-classroom === b0sanac [n=b0sanac@62.162.225.120] has joined #ubuntu-classroom [05:16] !mk [05:16] Sorry, I don't know anything about mk - try searching on http://bots.ubuntulinux.nl/factoids.cgi [05:16] jrib, i am here [05:16] b0sanac: what is your native language? [05:16] Macedonian [05:16] i know macedonian serbian [05:16] and english a little [05:16] :) [05:17] k, it's easier for me to explain how to do this using a text editor [05:17] if you visit ubotu's page you can see the instructions for the gui [05:17] b0sanac: enter this command: gksudo gedit /etc/apt/sources.list [05:17] jrib, but pls can you tell me what to write in terminal [05:17] ok im in the list [05:17] and now ? [05:18] what to edit ? [05:18] now copy what you have there and paste it into the form at http://paste.ubuntu-nl.org . Afterwards, submit it and give me the link to the result [05:18] but [05:18] what to be the syntax ? [05:18] a [05:19] I need to see what you have [05:19] do you understand? [05:19] Posted by b0sanac on February 9th 17:19 [05:19] done [05:19] i paste it [05:20] is new linux [05:20] i install it now === AlinuxOS [n=AlinuxOS@82.60.167.141] has joined #ubuntu-classroom [05:21] jrib, are you here ? [05:21] b0sanac: yes I need the URL === Linkmasta23 [n=chatzill@user-0c6tkgd.cable.mindspring.com] has joined #ubuntu-classroom [05:22] http://paste.ubuntu-nl.org/4875/ ?? [05:22] that ? === Linkmasta23 [n=chatzill@user-0c6tkgd.cable.mindspring.com] has left #ubuntu-classroom [] [05:24] jrib, ?? [05:24] yes, thanks. I need to read it, give me a second :) [05:25] ok :) [05:25] b0sanac: ok you see lines 16 and 17? [05:25] # deb http://mk.archive.ubuntu.com/ubuntu/ dapper universe [05:25] # deb-src http://mk.archive.ubuntu.com/ubuntu/ dapper universe [05:25] yep [05:25] and ? [05:25] remove the # in front [05:26] ok? [05:26] thats all ? [05:26] no [05:26] do you want "multiverse" too? [05:26] ok [05:26] jrib, i want all to listen play :) [05:26] mp3 mpeg thats all video [05:26] thats all [05:26] :D [05:27] ok add the word "multiverse" to the end of lines 16 and 17 [05:27] deb http://mk.archive.ubuntu.com/ubuntu/ dapper universe [05:27] deb-src http://mk.archive.ubuntu.com/ubuntu/ dapper universe [05:27] man yes [05:27] but where to add it ? [05:27] deb-src http://mk.archive.ubuntu.com/ubuntu/ dapper universe multivers [05:28] there :) ? [05:28] jrib, ??/ [05:28] b0sanac: yes, but you forgot the "e" at the end of "multiverse" [05:28] :) [05:28] hehe i see [05:29] now is deb http://mk.archive.ubuntu.com/ubuntu/ dapper universe multiverse [05:29] deb-src http://mk.archive.ubuntu.com/ubuntu/ dapper universe multiverse [05:29] its ok now ? [05:29] a [05:29] do the same for lines 31 and 32, remove teh # and add multiverse [05:29] ok :) [05:30] done [05:30] thats all ? [05:30] now save and close gedit [05:30] done [05:30] i save and close [05:30] and what now ? [05:30] now run 'sudo apt-get update' [05:30] done [05:30] i type it [05:30] :) [05:30] and i wait [05:30] now try to install what you were trying to install before [05:31] mp3 [05:31] i want to install [05:32] done i install [05:32] i wait [05:32] :) [05:32] but [05:32] i want to install mpeg too [05:32] can you tell me how ? [05:32] sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gxine libxine-main1 libxine-extracodecs [05:33] that is for ? [05:33] mpeg or mp3 ? [05:33] almost everything [05:33] :) [05:33] hehe [05:33] ok [05:33] D: [05:33] wait [05:34] gxine is already the newest version. [05:34] libxine-main1 is already the newest version. [05:34] libxine-extracodecs is already the newest version. [05:34] 0 upgraded, 0 newly installed, 0 to remove and 105 not upgraded. [05:34] ?? [05:34] what is that ? [05:34] it means you have all of those packages already [05:35] soo [05:35] i can watch movie DVD i can listem mp3 mpeg that is it ? [05:35] WONDERFUL ! [05:35] you can't watch dvd yet [05:35] ohh [05:35] well not css protected dvd anyway [05:36] what i need to install to watch dvd a ? [05:37] come on lets fix that too then [05:37] :) [05:37] you need libdvdcss2 [05:37] http://mirror.ubuntulinux.nl/dists/dapper-seveas/extras/ [05:37] download the deb for libdvdcss2 and double click on it [05:37] or add teh seveas repository if you want instead [05:37] libdvdcss2 [05:37] Description: Simple foundation for reading DVDs - runtime libraries More... [05:37] To allow applications to access some of the more advanced features [05:37] of the DVD format. [05:37] Package: libdvdcss2_1.2.9-0.0ubuntu2_i386.deb [05:37] Package: libdvdcss2_1.2.9-0.0ubuntu2_amd64.deb [05:37] what package ? [05:37] 1 or two ? [05:39] jrib, ? [05:39] do you use i386 or amd64? [05:40] i dont know [05:40] -b0sanac- VERSION xchat 2.6.8 Linux 2.6.15-26-386 [i686/3.00GHz] [05:40] i686 [05:40] ? [05:40] :) [05:40] that is it or ? [05:40] do you use i386 or amd64? [05:40] bah [05:40] b0sanac: uname -a [05:41] Linux linux-security 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686 GNU/Linux [05:41] ok install i386 [05:41] so what package is ? [05:41] :) [05:41] the one with i386 in the name :) [05:42] Simple foundation for reading DVDs - devel files [05:42] To allow applications to access some of the more advanced features of the DVD format. [05:42] not the devel files [05:42] error [05:42] what to download man :D [05:42] tell me [05:42] http://mirror.ubuntulinux.nl/pool/dapper-seveas/extras/libdvdcss2_1.2.9-0.0ubuntu2_i386.deb [05:43] done [05:43] and where to extract ? [05:43] I hope it works without any other deps... just double click on it [05:43] ok i type install [05:43] it should open with gdebi [05:43] done [05:43] i install it :) [05:43] i install all [05:43] :D [05:43] and now its all ok ? [05:43] :) [05:43] ok now you should be able to play dvd's protected by css too [05:43] jrib, you know [05:44] jrib, YOU ARE THE BEST MAN ON THIS SERVER ! [05:44] :) [05:44] nobody tell me like you :) [05:44] some ppl tell me website [05:44] and pm me [05:44] :) [05:44] but yea [05:44] you are the best :) [05:45] thanks, have fun with ubuntu [05:45] thanks you too :) ! !!! YEAAAAAAAAAAAAAAAAAA :************************* THANKS === hexidigital [n=root@unaffiliated/hexidigital] has joined #ubuntu-classroom [05:46] nick jrib !!!!!! IS THE BEST ON THIS SERVER ! WHO HELP PPL ! [05:46] b0sanac: k, take it easy :) === Catachan [n=catachan@74.255.97.141] has joined #ubuntu-classroom [06:22] lol jrib :) === Catachan [n=catachan@74.255.97.141] has joined #ubuntu-classroom [06:44] jrib, thank you for the help last night, (as I was Catachan_) I managed to get the source of the program to compile alittle after midnight, so thankyou! === BuffaloSoldier [n=integral@ubuntu/member/BuffaloSoldier] has joined #ubuntu-classroom === darich [n=trickyki@host86-140-169-179.range86-140.btcentralplus.com] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-classroom === Catachan [n=catachan@74.255.97.141] has joined #ubuntu-classroom === emonkey [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #ubuntu-classroom === nothlit_ [n=nothlit@n218103252236.netvigator.com] has joined #ubuntu-classroom === nothlit_ is now known as nothlit === iKs [n=iks@mna75-9-82-243-59-107.fbx.proxad.net] has joined #ubuntu-classroom === Maikel [n=ma1kel@cp818518-b.roose1.nb.home.nl] has joined #ubuntu-classroom === Maikel is now known as ma1kel === nothlit_ [n=nothlit@pcd249238.netvigator.com] has joined #ubuntu-classroom === nothlit_ is now known as nothlit === ropenm [n=salort@220.78.239.141] has joined #ubuntu-classroom === Catachan [n=catachan@74.255.97.141] has joined #ubuntu-classroom === Catachan [n=catachan@74.255.97.141] has joined #ubuntu-classroom === nothlit_ [n=nothlit@pcd249140.netvigator.com] has joined #ubuntu-classroom === DBO [n=DBO@unaffiliated/dbo] has joined #ubuntu-classroom