=== kjalil [n=kjalil@host86-136-70-150.range86-136.btcentralplus.com] has joined #ubuntu-classroom === Saelynh [n=saelynh@cha92-11-82-243-247-67.fbx.proxad.net] has joined #ubuntu-classroom === cstudent [n=cstudent@67.129.197.198] has left #ubuntu-classroom ["Leaving"] === michl [n=michl@p54939B1C.dip0.t-ipconnect.de] has left #ubuntu-classroom ["Kopete] === Genjuro [i=Elliott@201.79.207.236] has joined #ubuntu-classroom === skateinmars_ [n=skateinm@arl13-1-82-240-6-242.fbx.proxad.net] has joined #ubuntu-classroom === vyoman [n=andre@80-195-189-177.cable.ubr05.croy.blueyonder.co.uk] has left #ubuntu-classroom ["Konversation] === davrieb [n=davrieb@a-128.dsl.tu-graz.ac.at] has joined #ubuntu-classroom === davrieb [n=davrieb@a-128.dsl.tu-graz.ac.at] has left #ubuntu-classroom [] === guillaumh [n=guillaum@4va54-5-88-163-244-1.fbx.proxad.net] has joined #ubuntu-classroom === SamuraiCat [i=jspierce@nat/ibm/x-0debc9576726f9fb] has joined #ubuntu-classroom === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-classroom === graham_100 [n=chatzill@host81-129-206-109.range81-129.btcentralplus.com] has joined #ubuntu-classroom [12:47] i have no clue how to use some parts of ubuntu can somebody help me?? === Madeye [n=Jad@81.10.126.19] has joined #ubuntu-classroom [12:47] please [12:47] graham_100: #ubuntu [12:48] andrew been in there not helping me [12:48] graham_100: Perhaps - what parts? (#ubuntu is good for general stuff usually, but depending what you need maybe we can take it here) [12:48] tonyyarusso i need to know how to use a second hard drive mainly on ubuntu [12:49] installed formatted and partitioned but i cant do anything with it [12:49] graham_100: Is it mounted? [12:49] it says so === gyaresu_ [n=gyaresu@124.243.158.56] has joined #ubuntu-classroom [12:49] Describe what your process is and what happens. [12:49] i just checked and it is mounted definately [12:50] i open the drive by double click [12:50] and once in i can't creat save or do anything with it [12:50] which i find strange === abattoir [n=abattoir@cm57.omega18.maxonline.com.sg] has joined #ubuntu-classroom [12:50] it is partitioned as ext2 [12:51] Okay, my first guess is it's a permissions issue. [12:51] It sounds like you don't have write permissions. [12:51] oh is that fixable? [12:51] Definitely. [12:51] As long as we can make sure that's what's going on. [12:51] ok how do i do that?? [12:51] We can check in the GUI, but frankly it's easier on a command line - is that okay? [12:51] i know some basics not that though lol [12:52] i can do terminal [12:52] cool === SamuraiCat [i=jspierce@nat/ibm/x-0debc9576726f9fb] has left #ubuntu-classroom [] [12:52] 'ls -l /media/newdrive' , or whatever the path to the drive is. === ash211 [n=andrew@adsl-152-169-197.asm.bellsouth.net] has joined #ubuntu-classroom [12:52] is the path to drive the hdb1?? [12:54] Whereever it's mounted. [12:54] hdb1 is the device, you need the mounted path. [12:55] tells me ls invalid option === sonex [n=bang@88.118.76.38] has joined #ubuntu-classroom [12:55] It's l and in Luxemburg in both cases, by the way, not a one. [12:56] mounted path would be computer:///?? [12:56] so hdbl?? [12:56] 37.3 GB Volume: hdb1 that is what it says it is [12:57] sorry if i sound so thick === stefg [n=chatzill@dslb-088-072-223-209.pools.arcor-ip.net] has joined #ubuntu-classroom [12:58] Did you mount it using a mount command, gui, or fstab? [12:59] i think i did it with the right click optiion [12:59] `right click` `mount device` [01:00] Ah, okay. [01:01] Oh! [01:01] 'cat /etc/mtab' [01:01] I think that will tell us something useful. [01:02] kelly@kelly-desktop:~$ cat /etc/mtab [01:02] /dev/hda1 / ext3 rw,errors=remount-ro 0 0 [01:02] proc /proc proc rw 0 0 [01:02] /sys /sys sysfs rw 0 0 [01:02] varrun /var/run tmpfs rw 0 0 [01:02] varlock /var/lock tmpfs rw 0 0 [01:02] procbususb /proc/bus/usb usbfs rw 0 0 [01:02] udev /dev tmpfs rw 0 0 [01:02] devpts /dev/pts devpts rw,gid=5,mode=620 0 0 [01:02] devshm /dev/shm tmpfs rw 0 0 [01:02] lrm /lib/modules/2.6.15-27-386/volatile tmpfs rw 0 0 [01:02] /dev/hdb1 /media/hdb1 ext2 rw 0 0 [01:02] sorry if i pasted to much [01:03] it's that bit on the last line about second drive yes?? [01:03] Correct. [01:03] So, 'ls -l /media/hdb1' [01:04] kelly@kelly-desktop:~$ ls -l /media/hdb1 [01:04] total 48 [01:04] drwxr-xr-x 2 root root 49152 2006-11-28 01:12 lost+found [01:04] what is that telling me ? [01:04] it has a file in there called lost+found [01:05] no, that's a directory [01:06] it should be empty [01:06] lost+found is empty [01:06] Good === xhaker [n=xhaker@a81-84-27-24.cpe.netcabo.pt] has joined #ubuntu-classroom [01:07] Oh hey, we actually need the parent of that don't we? [01:07] graham_100: 'ls -l /media' [01:07] My bad [01:07] well it's safe to assume from that output that root owns the entire drive [01:07] lost+found is where damaged files are dumped by fsck, if the filesystem is damaged by an unclean unmount. [01:07] because graham hasn't made any changes there yet [01:07] so he needs to make himself the owner of /media/hdb1 === dsas [n=dean@host-84-9-170-12.bulldogdsl.com] has joined #ubuntu-classroom === xhaker [n=xhaker@a81-84-27-24.cpe.netcabo.pt] has left #ubuntu-classroom ["Leaving"] [01:08] well the computer name is my g/f name "kelly" [01:08] maniacmusician: Not necessarily the owner - just have at least +w set [01:09] tonyyarusso: yeah true. I guess i'm just in the habit of doing that with my drives :) [01:09] graham_100: If I remember my mount syntax (debatable) you need to add 'user' to the "options" portion. [01:09] oooh how do we do that bit? [01:09] graham_100: If you just want a one-time fix, you can use sudo with chown or chmod (your choice) === dinda [n=dinda@cpe-72-181-82-33.houston.res.rr.com] has joined #ubuntu-classroom [01:09] is that straight forward way then? [01:10] or if you prefer gui, you can do a "gksudo nautilus" and use nautilus to modify the permissions [01:10] graham_100: 'gksu gedit /etc/fstab'. Find the line in there for this drive, and note the column headings - lloking for option. === abattoir [n=abattoir@cm57.omega18.maxonline.com.sg] has joined #ubuntu-classroom [01:10] graham_100: Change it from just defaults to defaults,user [01:10] (SOmeone correct me if I'm wrong) [01:11] sounds okay. [01:11] I know there's also a "users" option, which I get confused with "user" [01:11] i have fstab open now [01:11] good [01:11] See a line for this drive? [01:12] Common for all types [01:12] would that be it? [01:12] of file system are the options noauto (do not mount when "mount -a" is given, e.g., at boot time), user (allow a user to mount), and owner (allow device [01:12] owner to mount) [01:13] *oops* === dsas [n=dean@host-84-9-170-12.bulldogdsl.com] has left #ubuntu-classroom ["Ex-Chat"] [01:13] # /etc/fstab: static file system information. [01:13] # [01:13] # [01:13] proc /proc proc defaults 0 0 [01:13] /dev/hda1 / ext3 defaults,errors=remount-ro 0 1 [01:13] /dev/hdb1 /media/hdb1 ext2 defaults 0 2 [01:13] /dev/hda5 none swap sw 0 0 [01:13] /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 [01:13] is all that is there [01:13] Great === ash211_ [n=andrew@adsl-152-169-197.asm.bellsouth.net] has joined #ubuntu-classroom [01:13] is that good or bad?? [01:13] /dev/hdb1 /media/hdb1 ext2 defaults 0 2 is the line in question [01:14] Good [01:14] right i see that [01:14] Just make "defaults" "defaults,user" [01:14] Save, and exit [01:14] now i have to change it right?? [01:14] yep [01:14] changed how do i save it? [01:14] Then unmount and remount the drive for the new settings to take effect, and you should be all set. [01:15] Did you open in gedit? [01:15] Big ol' save button. [01:15] In nano, Ctrl-O [01:15] yeah i guess [01:15] *fstab (/etc) - gedit is the header on window [01:16] righto [01:16] so just ctrl-o now to save?? [01:16] :) think i am learning === dinda [n=dinda@cpe-72-181-82-33.houston.res.rr.com] has left #ubuntu-classroom [] [01:17] That was for a different editor. [01:17] graham_100: cilck the icon with the word 'save' under it [01:17] click, even [01:17] Ctrl-S, or the big save button [01:17] got it :) === sonex [n=bang@88.118.76.38] has left #ubuntu-classroom [] [01:18] now unmount remount to see if it works?? [01:18] a simple sudo mount -a will do the job [01:18] but i just tried that and because it's me unable to unmount the drive lol [01:19] "sudo mount -a" [01:19] sudo mount -a didn't appear to do anything let me just check [01:20] what it does is it remounts all the drives, and applies all changes made in the /etc/fstab file [01:20] so it just applied the permission changes [01:20] you should be able to write to the drive now [01:20] nope made no difference how do i unmount now??? [01:20] for some reason i can't get it to do these things lol [01:21] umount: only root can unmount /dev/hdb1 from /media/hdb1 [01:21] Use sudo [01:21] that is what it tells me [01:21] sudo umount [01:21] tonyyarusso: also, he was using unmount instead of umount [01:21] err wait. [01:21] he was using nautilus lol [01:21] That would do it too [01:21] now sudo -a mount to remount? [01:22] sudo mount -a [01:23] aargh didn't work ! how do you guys not get stressed with this?? === bw_hb [i=root@134.76.166.207] has joined #ubuntu-classroom [01:23] :) this is problem with using windows 15 years then going to linux i guess [01:24] so where do i begin now? [01:24] I'm guessing user was just the wrong option. [01:24] what I would do (because it's easiest for me) is make yourself the owner of the whole drive. [01:24] could i have done something wrong with the partition and format? [01:25] how do i do that with the owner ?? [01:25] I'm not familiar with the command line way to do it [01:26] sudo chown graham:graham, if graham is your user name [01:26] Actually, make it chown -R [01:26] and add the location of the drive, too [01:26] sudo chown -R graham:graham /media/hdb1 [01:26] and actually, the username is kelly [01:26] right [01:27] so sudo chown -R kelly:kelly /media/hdb1 === jorgp [n=jorgp@adsl-70-234-108-24.dsl.tul2ok.sbcglobal.net] has joined #ubuntu-classroom [01:27] ok so kelly being the user name of pc sudo chown -R kelly:kelly/media/hdb1?? [01:27] uu need a space there somewhere [01:27] make sure you leave a space between kelly and the path to the file [01:28] path to the drive* [01:29] file owner is still root [01:29] can't seem to do this [01:29] isn't there another way to do this? [01:29] Pastebin your terminal [01:29] is the extra drive empty? [01:30] the extra drive is empty but formatted [01:30] the chown command should have worked [01:30] umount: only root can unmount /dev/hdb1 from /media/hdb1 [01:30] That's what sudo is for [01:30] you need to put sudo in front your command to do it as root [01:31] kelly@kelly-desktop:~$ sudo chown -R kelly /media/hdb1 [01:31] kelly@kelly-desktop:~$ umount: only root can unmount /dev/hdb1 from /media/hdb1umount: only root can unmount /dev/hdb1 from /media/hdb1 [01:31] kinda like in windows where it asks you for administrator password to do some things, in linux use sudo [01:31] that is my terminal view at the moment [01:32] why do you have that pasted into the terminal? [01:32] do this: cat /etc/fstab [01:32] paste the results here [01:32] Corbeaux: I think he just did the chown command wrong [01:32] And it really should be kelly:kelly, not just one kelly [01:33] kelly@kelly-desktop:~$ cat /etc/fstab [01:33] # /etc/fstab: static file system information. [01:33] # [01:33] # [01:33] proc /proc proc defaults 0 0 [01:33] /dev/hda1 / ext3 defaults,errors=remount-ro 0 1 [01:33] /dev/hdb1 /media/hdb1 ext2 defaults,user 0 2 [01:33] /dev/hda5 none swap sw 0 0 [01:33] /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 [01:33] i just spotted i have an error on main drive with the o/s on it [01:34] What's that? [01:36] alright, i'm outta here. graham_100: the command is "sudo chown -R kelly:kelly /media/hdb1" just copy and paste it into the terminal. ciao, everyone [01:37] By maniacmusician [01:37] *bye [01:37] l8 [01:37] *bye* [01:37] that didn't do anything that line of command just then [01:37] you copied and pasted it? === jackrazz [n=jackrazz@209-144-236-189-dyndsl.oplink.net] has joined #ubuntu-classroom [01:38] sudo chown -R kelly:kelly /media/hdb1 [01:39] Oh! === H3g3m0n [n=hegemon@220-244-61-150.static.tpgi.com.au] has joined #ubuntu-classroom [01:39] then do : ls -l /media/hdb* [01:39] graham_100: "didn't do anything" - in Linux, no output means it works. It assumes it will work, and tells you if it doesn't, unlike Windows, which assumes it will fail and gets all excited when it can do something. [01:40] lol [01:41] is xgl installed as the default desktop in the new ubuntu? [01:41] 1 [01:41] Corbeaux: aiglx, not xgl - still under discussion [01:41] kh: 2 [01:42] k === graham_100 [n=chatzill@host81-129-206-109.range81-129.btcentralplus.com] has joined #ubuntu-classroom [01:43] hey graham [01:43] it worked :) [01:43] ls -l /media/hdb* [01:43] ah ok [01:43] thankyou all whom helped with that problem [01:43] cool :) [01:43] awesome [01:46] anyone know anything on wireless cards? [01:47] i know i need ndiswrapper and thats as far as i have been [01:48] *try to write down what i learn* [01:48] :) [01:49] sorry, never used wireless. Don't even have ubuntu installed, just here lurking for the first time since someone said it was cool somewhere [01:49] I can't help you with ndiswrapper, but I can recommend creating a "stuff I learned" folder and copying all of these sorts of conversations into it. [01:49] Corbeaux: haha! [01:49] That amuses me for some reason [01:49] it was on a LUG list :p === cavalierwisk [n=eric@74.132.225.141] has joined #ubuntu-classroom [01:52] will ubuntu's gui run ok in a virtual machine? I saw a video of the XGL desktop on youtube and got renewed interest in it. Which is in itself a paradox since initially, i hated it due to it's lack of a fullscreen text mode [01:52] can you get belkin cards to work on ubuntu?? mine is recognised but says "belkin unknown 700e" === proppy [n=proppy@ram94-2-82-66-68-232.fbx.proxad.net] has joined #ubuntu-classroom === proppy [n=proppy@ram94-2-82-66-68-232.fbx.proxad.net] has left #ubuntu-classroom ["Killed] [01:53] graham_100: i have some experience with ndiswrapper. it's a pain in the ass though. [01:53] the first thing I'd recommend is using these two pages http://ndiswrapper.sourceforge.net/mediawiki/index.php/Installation and http://ndiswrapper.sourceforge.net/mediawiki/index.php/List as they helped me a lot. But a new user like you may find himself in over his head with that [01:54] i think that may be the case [01:55] heh I guess I could walk you through it. are you trying to install it right now? [01:55] i have used ndiswrapper before but it caused problems on startup, just got stuck at configuring hardware and i had to re-install [01:55] i am wanting to get it working asap yeah :) === TFKyle [i=kyle@71-17-5-114.regn.hsdb.sasknet.sk.ca] has left #ubuntu-classroom ["Quality] [01:57] well first you start with the command "lspci". Find the line that your card is on, and copy&paste the number in front of it. [01:58] 0000:00:0b.0 Network controller: RaLink: Unknown device 0301 [01:58] i think that is it? === bcstv [n=bcs@dpc6935190052.direcpc.com] has joined #ubuntu-classroom [02:00] you said the card was belkin...that looks like the manufacturer is RaLink [02:00] Just post the entire output. [02:01] it is a belkin wireless g desktop f5d7000uk ver 6000uk [02:01] lspci |grep elkin [02:01] kelly@kelly-desktop:~$ lspci [02:01] 0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02) [02:01] 0000:00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)0000:00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge) [02:01] 0000:00:01.1 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 82) [02:01] 0000:00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07) [02:01] 0000:00:01.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07) [02:01] 0000:00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02) [02:01] 0000:00:02.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP) [02:01] 0000:00:0b.0 Network controller: RaLink: Unknown device 0301 [02:01] 0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter (rev 31) === fatsheep [n=ubuntu@74.130.193.56] has left #ubuntu-classroom [] [02:01] belkin card with ralink chipset? [02:02] must be [02:02] that is what i am thinking [02:02] i did something earlier and is said belkin unknown device 700e [02:02] graham_100: now do a "lspci -n". copy and paste the line with "0000:00:0b.0" in front of it [02:04] 0000:00:0b.0 0280: 1814:0301 [02:05] does that say what chipset it has? [02:06] Card: Linksys #[WMP54G v4.1] , 54mbps -- [link here|List#WMP54G v4.1] , Chipset: Ralink RT61 [02:06] the chipset part is all that matters. [02:07] so i have a lynksys card in principle? [02:07] you have a Ralink chipset. Belkin just buys them from RaLink and uses them in its cards [02:08] it also uses broadcom chipsets a lot. [02:08] ah i see so i should be able to get it to work then on this basis? [02:08] well I'm trying to find the driver. It says that it's provided on the RaLink website. [02:08] just a note graham, most hardware is created by just a few manufacturers then rebranded to hell and back by others so you will probably see this again with a belkin card that somehow gets id'ed as linksys. The chipset is all that matters and in this case, it seems to be ralink [02:09] so i need to get ndiswrapper again and install apropriate ralink driver?? [02:11] if i use the ralink rt61 driver will it work? [02:11] yes, you have to have ndiswrapper installed. "sudo aptitude install ndiswrapper-utils" [02:11] yes it should. Trying to find it right now though. === almeida [n=almeida@201.88.65.65] has joined #ubuntu-classroom [02:13] some reason i dont see ndiswrapper in my menus this time [02:13] it's a command line app, so you shouldn't. to get a gui for it, I think you'd install ndiswrapper-gtk [02:13] but actually [02:14] it seems that there are actually linux drivers for this chipset! [02:14] http://www.ralinktech.com/supp-1.htm [02:14] #kde [02:14] cool [02:14] i have problem on my system with wine now hang on [02:14] but they will require compiling and that's something I'm not very experienced with. should probably get on the forums if you need help with it === flummoxd [i=dilly@CPE0014bf831bd9-CM00111ae70dee.cpe.net.cable.rogers.com] has joined #ubuntu-classroom [02:15] unless Corbeaux feels like doing it (being from a non-ubuntu distro, he's probably more used to compiling) [02:16] I can tell you however that you will need to have your kernel headers installed and the correct gcc [02:16] now that is where i will be totaly lost === xinchuan [n=xinchuan@bb219-75-24-161.singnet.com.sg] has joined #ubuntu-classroom [02:17] :) yes, it's complicated. I recommend getting on to http://ubuntuforums.org and starting a thread in the general help section [02:18] as I said, your drivers are located at http://www.ralinktech.com/supp-1.htm and you have the RT61 chipset. you need to have your kernel headers and the proper version of gcc installed [02:20] well at least we have an idea of what the chipset is on the card and i have a loation of the drivers [02:21] yes. there is also a readme file, but that'll be over your head to, its very technical [02:22] I just downloaded the driver, and it also comes with a WPA supplicant, so that's good news for you === Cas_ [n=cas@218.17.234.245] has joined #ubuntu-classroom [02:22] i have noticed me being single track minded with windows has made linux difficult to learn for me [02:22] yeah, you'll notice that a lot in the coming months if you decide to continue with linux [02:22] what is a wpa suplicant? [02:23] it's an extra thing that allows you to use WPA encryption on your card. This often doesn't work for people, but your driver supports it, so it's a big plus [02:23] deffinately going to keep linux it's loads more stable than windows that i have noticed [02:23] i guess it's a good card i have then [02:24] :) === H3g3m0n [n=hegemon@220-244-61-150.static.tpgi.com.au] has joined #ubuntu-classroom [02:24] but my advice on getting comfortable with linux is to try and use the command line as much as possible, as it forces you to learn faster. Also, whenever people tell you to run commands or do something, make sure you ask questions about what you're doing, so that you understand it, and what's actually going on with your system as you do it. [02:25] the forums that I mentioned are an excellent place for getting help and learning stuff [02:25] that's a thing i havn't been doing, i do write things down as much as i can though [02:25] maybe someday i will help others like me [02:26] yeah, that's good. You'll find that the more common commands, you'll just memorize them, because of how often you use them [02:26] Oh, I'm sure you will. I've only been using linux for 4 or 5 months [02:26] (I tried it last year for a bit, but it was too hard, and I gave it up, went back to windows. Then this year, came back, stuck with it, and got rid of my windows partition too) === yaso [n=infest@59.92.54.122] has joined #ubuntu-classroom === Absolution [n=Absoluti@adsl-10-250-237.mia.bellsouth.net] has joined #ubuntu-classroom [02:28] i jumped in the deep end got fed up with g/f loosing all her work with windows crashing and got rid all together [02:28] lol [02:28] haha great, it will force you to learn a lot faster. [02:28] definately g/f is learning it all faster than me lol === zelda276 [n=Zelda@207.112.103.247] has joined #ubuntu-classroom === Absolution [n=Absoluti@adsl-10-250-237.mia.bellsouth.net] has left #ubuntu-classroom ["Leaving"] === fiveiron [n=fiveiron@74.137.132.103] has joined #ubuntu-classroom [02:32] well thats good [02:35] girls are usually more intelligent than us guys [02:35] or they argue until we say so [02:36] i'm a debian guy but forced to use redhat in work :( [02:38] ah I see. I don't really like redhat myself. dont see much advantage to them [02:38] companies just use it because of the reputation it's built up. [02:40] it's good to have someone to blame === ash211_ [n=andrew@user-11210ts.dsl.mindspring.com] has joined #ubuntu-classroom [02:41] or that's the logic they gave me when i kicked a fuss about hem not using debian the first time [02:42] haha yeah that too [02:42] Well, Ubuntu offers corporate-level support from Canonical, so maybe that's a more viable solution for companies in the future [02:43] in the future yes [02:43] i saw on the website a few months ago that they are even offering certification in ubuntu now [02:43] I think that's an awesome idea [02:45] yeah. The only problem is that it has to catch on. Don't know if that will ever happen [02:46] I try to convert all my friends to ubuntu but it's hard to give them support if you don't actually use it yourself sometimes, especially when they have questions about the GUI. I guess i can tell them to come here in the future [02:46] lots of really patient people here :p [02:48] hehe yeah. I'd actually recommend the forums as well. It's not as fast, but there's a lot of cool people there as well [02:48] http://ubuntuforums.org === almeida [n=almeida@201.88.65.65] has left #ubuntu-classroom ["Konversation] [02:49] something else that impressed me with ubuntu was it's one step lampp setup, well it was intended at the time, never checked if they actually did it [02:50] lampp used to take up to a full day the first time i tried [02:50] yup, that has been one of the priorities of the developers [02:51] and last I heard, it was going great [02:51] so they did it then? [02:51] well I don't know about one step [02:51] but I've seen how-to's for it on the forum, and they seemed pretty easy to follow [02:51] :) [02:52] i was thinking they would bring it down to apt-get install lamp [02:53] lol, maybe by 7.04 [02:53] it's really pretty amazing how fast development is going [02:54] agreed! === paran_ [n=paran@cl-56.sto-01.se.sixxs.net] has joined #ubuntu-classroom === paran [n=paran@cl-56.sto-01.se.sixxs.net] has joined #ubuntu-classroom === paran [n=paran@cl-56.sto-01.se.sixxs.net] has joined #ubuntu-classroom === t0h [n=tommi@dsl-lprgw1-fea5de00-78.dhcp.inet.fi] has joined #ubuntu-classroom === kishan [n=kishan@74.12.22.33] has joined #ubuntu-classroom [03:27] hi [03:28] any one teaching === kishan [n=kishan@74.12.22.33] has left #ubuntu-classroom ["Leaving"] === paran_ [n=paran@cl-56.sto-01.se.sixxs.net] has joined #ubuntu-classroom === mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-classroom === tonyyarusso [n=anthony@d235-243-188.home1.cgocable.net] has joined #ubuntu-classroom [03:33] I think it's pause until tomorrow right now [03:33] whatever that means [03:34] but it seems classes are mostly during the european day [03:34] means: "all times are in UTC" [03:34] yep [03:34] (I don't mind I'm CET) === nalioth is US CST [03:35] its a pause, yes. however there's #ubuntu-freshers which iirc is for general questions. there's not many in there now, but hopefully this will improve as friday reaches more people === bhale [n=bhale@brandonhale.us] has left #ubuntu-classroom [] [03:38] Yeah, I was looking for a clarification on that - why the separate channel for Friday's festivities compared to the rest of the week? [03:39] yes, that is a good question [03:39] i see much confusion ahead [03:39] Starting with me :) [03:39] Is something else going on here in the meantime, or? [03:40] at least there will be people in here to redirect everyone to #ubuntu-freshers [03:40] no, nothing going on here [03:42] Weird [03:47] you'd have to ask jono as to the reasoning. im sure somewhere in that british brain of his there's method to the madness === stryderjzw [n=stryderj@CPE000d88875ef6-CM00e06f16a5cc.cpe.net.cable.rogers.com] has joined #ubuntu-classroom [03:47] British...method...? [03:48] haha === stryderjzw [n=stryderj@CPE000d88875ef6-CM00e06f16a5cc.cpe.net.cable.rogers.com] has left #ubuntu-classroom ["Leaving"] [03:49] well [03:49] if this is a classroom and -freshers is not [03:49] then it makes sense [03:49] I assume you can speak more freely in -freshers [03:51] engla, there's #ubuntu-classroom-chat as well. why not do the freshers thing there? === H3g3m0n [n=hegemon@220-244-61-150.static.tpgi.com.au] has joined #ubuntu-classroom === fraiddo [n=fred@AAmiens-151-1-100-112.w86-198.abo.wanadoo.fr] has joined #ubuntu-classroom === mwingle [n=mwingle@cpe-66-87-4-209.ut.sprintbbd.net] has joined #ubuntu-classroom === effie_jayx [n=valles@190.37.159.143] has joined #ubuntu-classroom === l3ap [n=lviera@190.37.243.10] has joined #ubuntu-classroom === l3ap [n=lviera@190.37.243.10] has left #ubuntu-classroom [] [04:09] confusion confusion [04:10] /join #ubuntu-confusion ;) [04:11] confusion? [04:11] is there such channel ? === nalioth thought we were here already [04:11] nalioth, LOL === tonyyarusso resists the urge to change the topic to "Welcome to confusion!" === Casanova [n=prash@unaffiliated/casanova] has joined #ubuntu-classroom [04:22] is this room safe to bring in someone to help at the moment? [04:22] I fear tonyyarusso may scare them away === tonyyarusso puts on the friendly mask === dedi_tom [n=dacian@w-cl26-105-a.eng.monash.edu.au] has joined #ubuntu-classroom [04:22] jrib: All safe now! === Spiceydog [n=colin@207-255-143-164-dhcp.bfd.pa.atlanticbb.net] has joined #ubuntu-classroom [04:23] kk [04:23] great [04:23] Spiceydog: alright, you have https://help.ubuntu.com/community/Wine opened up? [04:24] yep [04:24] ok, well it says "For help on adding repositories, see the Repositories page" which is a link to https://help.ubuntu.com/community/Repositories === dedi_tom [n=dacian@w-cl26-105-a.eng.monash.edu.au] has left #ubuntu-classroom ["Kopete] [04:25] that page will give you a good understanding of how repositories work [04:25] ok [04:25] it goes on to say that you want to add the following repository: [04:25] deb http://wine.budgetdedicated.com/apt edgy main [04:25] where does it say that? [04:26] [WWW] WineHQ provides the newest versions of Wine packaged for Ubuntu. To use these, you need to add the WineHQ repository and then install Wine with Synaptic. For help on adding repositories, see the Repositories page. [04:26] 1. [04:26] Add the repository: [04:26] * [04:26] For Ubuntu 6.10 (Edgy Eft): Add the following repository deb http://wine.budgetdedicated.com/apt edgy main [04:26] ok [04:27] cool, do you understand how to do that? [04:28] well.. when i type: deb http://wine.budgetdedicated.com/apt edgy main into the terminal i get this: bash: deb: command not found [04:28] k, that's not the right approach. Open up your sources.list. 'gksudo gedit /etc/apt/sources.list' [04:28] ok open [04:29] ok pick any line that starts with "deb http..." and paste it here for us to look at [04:29] got it [04:29] deb http://security.ubuntu.com/ubuntu dapper-security main restricted [04:30] ok does that look similar to deb http://wine.budgetdedicated.com/apt edgy main ? (yes) [04:30] lol yah [04:30] so that line is just giving us a new deb line to add to your sources.list [04:30] ok [04:30] so at the bottom of the file in your editor, just paste: deb http://wine.budgetdedicated.com/apt edgy main [04:31] on its own line [04:31] yep [04:31] got it [04:31] you can do this through the gui as well, I encourage you to read through https://help.ubuntu.com/community/Repositories [04:31] Spiceydog: ok save the file and exit [04:31] done [04:31] now u want me to type: sudo apt-get update [04:31] ? [04:32] now any time you manually edit sources.list, you have to tell apt-get to update the package list. Right, apt-get update [04:32] E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied) [04:32] E: Unable to lock the list directory === Riggs [n=Riggs@ppp-62-245-160-32.dynamic.mnet-online.de] has joined #ubuntu-classroom [04:33] sudo apt-get update you probably skipped the sudo because I didn't say, sorry about that [04:33] ok its working [04:33] hmm [04:33] ok, so now your apt-get will look for packages in the new repository you just added [04:33] well it just did a hole buncha things... but then ended with those 'Could not open lock file...' things.. [04:34] try 'sudo apt-get install wine', it should prompt you to install the new version [04:34] except.. [04:34] hmm [04:34] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [04:34] do you have synaptic open maybe? [04:34] yep [04:34] that was it [04:34] let me redue it [04:34] alright it worked that time [04:34] yeah, synaptic and apt-get are just different ways to do the same thing. They use the same database so you can only use one at a time [04:35] try 'sudo apt-get install wine', it should prompt you to install the new version [04:35] sudo apt-get install wine now? === rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-classroom [04:35] hmm [04:35] well [04:35] wait [04:35] you aren't using edgy [04:35] lol great === hybrid [n=x@easyubuntu/supporter/hybrid] has joined #ubuntu-classroom [04:36] so where are you now, did it install? [04:36] no.. it said this: talled [04:36] Depends: libxml2 (>= 2.6.26) but 2.6.24.dfsg-1ubuntu1 is to be installed Depends: libxslt1.1 (>= 1.1.17) but 1.1.15-1ubuntu1 is to be installed [04:36] E: Broken packages [04:36] k [04:36] go back and edit your sources.list [04:37] make it say dapper instead of edgy on that last line [04:37] ok wut was it that i type to get that/ [04:37] gksudo gedit /etc/apt/sources.list [04:37] kk [04:38] hey shud it say: dapper-security instead of just dapper.. since the other 1 did? [04:38] nope, that's good [04:39] shud i do this again: sudo apt-get update [04:39] right, every time you edit sources.list you should do that === towsonu2003 [n=towsonu2@c-69-251-20-244.hsd1.md.comcast.net] has joined #ubuntu-classroom [04:39] alright. now ill do the install thing [04:40] this was a good way for you to learn a valuable lesson though, don't mix packages from other distributions or releases [04:40] yep, go ahead and install [04:40] alright it appears to be working now [04:40] omg... slow internet.. 39kbps.. [04:40] great, did everything make sense? Any questions? [04:41] yah made alotta since! thanks for all ur help. [04:41] np [04:42] what good gmas run on wine? [04:42] world of warcraft [04:43] hey does Counter-Strike run on it? [04:43] i got a special cracked version of counter-strike.. [04:43] Spiceydog: http://appdb.winehq.org/ === Spiceydog [n=colin@207-255-143-164-dhcp.bfd.pa.atlanticbb.net] has left #ubuntu-classroom [] === tovella [n=ktraglin@ool-182c9e48.dyn.optonline.net] has joined #ubuntu-classroom === tovella [n=ktraglin@ool-182c9e48.dyn.optonline.net] has left #ubuntu-classroom [] === cafuego_ [n=cafuego@ppp181-184.lns2.mel4.internode.on.net] has joined #ubuntu-classroom === _nightrid3r_ [n=kvirc@d54C5310A.access.telenet.be] has joined #ubuntu-classroom === tonyyaru1so [n=anthony@d235-240-148.home1.cgocable.net] has joined #ubuntu-classroom === Cas_ [n=cas@218.17.234.245] has joined #ubuntu-classroom === anurag [n=anurag@59.178.31.129] has joined #ubuntu-classroom === yaso [n=infest@59.92.55.235] has joined #ubuntu-classroom === Czessi [n=Czessi@dslb-088-073-032-227.pools.arcor-ip.net] has joined #ubuntu-classroom [05:45] exit [05:45] exit [05:45] quit [05:45] exit [05:48] finally [05:49] lol [05:49] hehehehehe [05:49] I guess s/he was sing a cli irc client? [05:49] sing=using === manuleviking_ [n=Tux@ANice-151-1-30-235.w83-197.abo.wanadoo.fr] has left #ubuntu-classroom ["Konversation] [05:51] perhaps, although you can use /exit on gui ones too [05:57] Is any indians out there !!!!!!!!!!!!!!! [05:58] what? [06:00] whatup? [06:00] whatsup? === poningru is an indian? [06:00] err -? [06:00] what bhasha? [06:00] err language [06:01] What the heck poningru ? === rgrep [n=matt@60-234-138-111.bitstream.orcon.net.nz] has joined #ubuntu-classroom [06:02] blargh? [06:02] sorry [06:03] What are you talking about? [06:03] UBUNTU! [06:04] tonyyarusso: yaso asked who here is an indian [06:04] I said I am [06:04] ah [06:04] ah, thanks [06:04] stupid indians geeks :@ [06:04] lol === highvoltage [n=jonathan@196.1.61.16] has joined #ubuntu-classroom === hybrid_ [n=x@72.169.30.254] has joined #ubuntu-classroom === abattoir [n=abattoir@cm57.omega18.maxonline.com.sg] has joined #ubuntu-classroom [06:06] sorry, how do i connect BSNL, TATA using Ubuntu [06:06] Do i need pppoe dialer or something ? === _nightrid3r_ [n=kvirc@d54C5310A.access.telenet.be] has joined #ubuntu-classroom [06:10] yaso: try 'sudo pppoeconf' [06:10] that is of course, if it is PPPoE [06:10] try #ubuntu for support questions [06:10] this channel might not be very active [06:11] abattoir, well, I can't config thought. nyway i found something intresting [06:11] abattoir, thanks [06:11] no problem [06:17] Does anyone really understand what Jono has in mind for tomorrow? [06:18] I think it's just time when people that are not yet using ubuntu, thinking about using it, or really new to it can come and ask some general questions, get tips on how to get a better experience out of it, etc [06:18] Who's giving the answers? Anybody who's been around for a bit? [06:19] Seems a tad free-for-all-ish. Could be interesting. [06:20] I think just normal community members [06:20] are giving answers [06:20] Could be cool [06:21] and yes it does seem free-for-all-ish. I'm hoping it'll be good, as long as we get good community turnout [06:21] of course, if we don't get much fresher turnout, that'll be pointless lol [06:21] I'm also a little intrigued that with the free-for-all he still seems to have himself handling keeping order in the channel on his own. [06:22] lol hopefully there won't be much need of order-keeping [06:23] If it's anything like the rest of the week it'll be fine. [06:24] yeah. but it could be full of newbies that have never used IRC and are used to AIM chat rooms or something. also, it has more potential for a lot of active members at one time [06:24] in the classroom, only the presenter talked, mainly, and a few odd people asked questions [06:24] Yeah === _czessi [n=Czessi@dslb-088-073-061-174.pools.arcor-ip.net] has joined #ubuntu-classroom === infest_ [n=infest@59.92.55.235] has joined #ubuntu-classroom === MarkoKaa [n=MarkoKaa@a80-186-165-168.elisa-laajakaista.fi] has joined #ubuntu-classroom === abattoir [n=abattoir@cm57.omega18.maxonline.com.sg] has joined #ubuntu-classroom === kaaloo [n=luis@rue92-3-82-232-48-241.fbx.proxad.net] has joined #ubuntu-classroom === devilsadvocate [n=devilsad@203.200.95.183] has joined #ubuntu-classroom === serzholino [n=serzho@16x.zp.ua] has joined #ubuntu-classroom === serzholino [n=serzho@16x.zp.ua] has left #ubuntu-classroom [] === Weebit [n=unknown@216.96.40.142] has joined #ubuntu-classroom === kaaloo [n=luis@rue92-3-82-232-48-241.fbx.proxad.net] has joined #ubuntu-classroom === schiele [n=robert@p54ABE24C.dip.t-dialin.net] has joined #ubuntu-classroom === j^_ [n=j^@e178000212.adsl.alicedsl.de] has joined #ubuntu-classroom === tyerldaf [i=doug@74.133.97.232] has joined #ubuntu-classroom [07:29] hey guys I just trying installing linux(unbunc), but it freezes up, ro something it says nautilus real small, and has 3 little boxes in a sqaure type box. [07:29] I check for defects, and it said 1 checksums failed please reboot, so should I try to redownload it, and reburn it on cd again? [07:30] Yeah. [07:30] Check the md5 of the iso before you burn, and burn at a low speed [07:30] okay [07:30] how can i check the md5 [07:30] md5sum [07:31] !verifyiso [07:31] Sorry, I don't know anything about verifyiso - try searching on http://bots.ubuntulinux.nl/factoids.cgi [07:31] man the bot's letting me down a lot lately [07:31] !verify [07:31] ? [07:31] To mount an .iso image: sudo mount -o loop my.iso /some/mountpoint - bin/cue can be converted to iso with bchunk .iso images of Ubuntu CDs can be downloaded from http://releases.ubuntu.com Always verify the .iso before burning, see http://help.ubuntu.com/community/VerifyIsoHowto or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [07:31] there we go === NeonLevel [i=Otto@189.169.56.61] has joined #ubuntu-classroom === _nightrid3r_ [n=kvirc@d54C5310A.access.telenet.be] has joined #ubuntu-classroom === e30power [n=rob@c-68-52-18-171.hsd1.tn.comcast.net] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-159-251.pools.arcor-ip.net] has joined #ubuntu-classroom === MarkoKaa [n=MarkoKaa@195.165.13.84] has joined #ubuntu-classroom === NeonLevel [i=Otto@189.169.56.61] has left #ubuntu-classroom ["Abandonando"] === Cieffe [n=cieffe@151.54.106.249] has joined #ubuntu-classroom === ALs [i=ALS@159.148.202.147] has left #ubuntu-classroom [] === tonyyarusso checks pockets [08:34] My my, what have we here? [08:34] nalioth: https://wiki.ubuntu.com/ClassroomTranscripts#head-b787da88ea1f9d431c1649d8cfaac71824eb4563 === silwol [n=silwol@193.170.135.113] has joined #ubuntu-classroom === effraie [n=effraie@jem75-1-82-228-146-152.fbx.proxad.net] has joined #ubuntu-classroom === punknroll [n=chatzill@chello080109155107.tirol.surfer.at] has joined #ubuntu-classroom === yaso [n=infest@59.92.55.235] has joined #ubuntu-classroom === vicox__ [n=vicox@p5498709C.dip.t-dialin.net] has joined #ubuntu-classroom === kacta [n=supreme@88.222.188.160] has joined #ubuntu-classroom === kacta [n=supreme@88.222.188.160] has left #ubuntu-classroom ["bum"] === cafuego__ [n=cafuego@ppp66-163.lns1.mel4.internode.on.net] has joined #ubuntu-classroom === gyaresu [n=gyaresu@124.243.158.56] has joined #ubuntu-classroom [09:03] how to reqest "unaffiliated" user clock. === tonyyserver [n=anthony@d235-240-148.home1.cgocable.net] has joined #ubuntu-classroom [09:14] nvm === kaaloo [n=luis@rue92-3-82-232-48-241.fbx.proxad.net] has left #ubuntu-classroom [] === emonkey [n=emonkey@adsl-84-227-183-213.adslplus.ch] has joined #ubuntu-classroom === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-classroom [09:27] NOTICE! Today is Ubuntu Freshers Day - head over to #ubuntu-freshers to ask any questions you like about being part of the Ubuntu community! === tristanbob [i=tristanb@oalug/member/tristanbob] has joined #ubuntu-classroom === yaso [n=yaso@59.92.55.235] has joined #ubuntu-classroom === rohan [n=rohan@unaffiliated/rohan] has joined #ubuntu-classroom === Blue-Omega [n=Blue@about/cooking/nakedchef/omelette/Blue-Omega] has joined #ubuntu-classroom === pradeep [n=pradeep@59.92.32.129] has joined #ubuntu-classroom === rohan [n=rohan@unaffiliated/rohan] has left #ubuntu-classroom [] === kh [n=kh@kone3.khdrive.fi] has joined #ubuntu-classroom === dpreacher [n=chatzill@59.95.26.105] has joined #ubuntu-classroom === Saelynh [n=saelynh@cha92-11-82-243-247-67.fbx.proxad.net] has joined #ubuntu-classroom === Crusher [n=You@124-254-101-94-dsl.ispone.net.au] has joined #ubuntu-classroom === cas_ [n=cas@218.18.17.126] has joined #ubuntu-classroom [10:07] no one teaching in class? [10:08] Today is Ubuntu Freshers Day [10:08] #ubuntu-freshers [10:08] what do ubuntu freshers do on this day? get freshened up? [10:09] the freshers channel is havin heavy volume discussion goin [10:09] https://wiki.ubuntu.com/UbuntuOpenWeek/UbuntuFreshersDay for more info :) [10:09] thanks dude [10:09] no prob [10:10] hey that's nice! [10:11] i wish most rooms/channels keep the conference mode coz ppl joinin and leaving take up lot of log space and also screen space [10:12] :) === j^_ is now known as j^ === j^ [n=j^@e178000212.adsl.alicedsl.de] has left #ubuntu-classroom [] [10:16] i mean the few people listed on the wiki page must be having a crazy load of queries to deal with...questions at all levels === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-classroom === vicox__ [n=vicox@p54987B08.dip.t-dialin.net] has joined #ubuntu-classroom === hedix [i=usr775@c1.edrana.lt] has joined #ubuntu-classroom === kh [n=kh@kone3.khdrive.fi] has left #ubuntu-classroom [] === thebigearl [n=koptein@dslb-088-070-006-097.pools.arcor-ip.net] has joined #ubuntu-classroom [10:55] NOTICE! Today is Ubuntu Freshers Day - head over to #ubuntu-freshers to ask any questions you like about being part of the Ubuntu community! === givre [n=Florent@APuteaux-152-1-3-247.w82-120.abo.wanadoo.fr] has joined #ubuntu-classroom === WebMaven [n=webmaven@ip72-193-220-34.lv.lv.cox.net] has joined #ubuntu-classroom === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has joined #ubuntu-classroom === nesusipratimas [n=chatzill@clt-84-32-240-71.dtiltas.lt] has joined #ubuntu-classroom === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === nesusipratimas [n=chatzill@clt-84-32-240-71.dtiltas.lt] has left #ubuntu-classroom [] === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === emonkey [n=emonkey@adsl-89-217-24-132.adslplus.ch] has joined #ubuntu-classroom === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === apokryphos- [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-classroom === Corbeaux [n=corbeaux@cuscon22191.tstt.net.tt] has left #ubuntu-classroom [] === domenico [n=mimmo@host196-37-dynamic.7-87-r.retail.telecomitalia.it] has joined #ubuntu-classroom === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has left #ubuntu-classroom [] === subramani [n=user@203.129.194.23] has joined #ubuntu-classroom === LinuxBA [n=alex@200.254.8.131] has joined #ubuntu-classroom === kjedelig [n=crz@62.57.227.154] has joined #ubuntu-classroom === Vilhelm1 [n=muipetus@GMMMCCCXVIII.dsl.saunalahti.fi] has joined #ubuntu-classroom === mattl [n=mattl@gnu/webmaster/mattl] has joined #ubuntu-classroom === rushdy [n=rushdy@rushdy.plus.com] has joined #ubuntu-classroom === walcky [n=cvalcke@195.115.152.114] has joined #ubuntu-classroom === bandolero [n=crz@154.red-62-57-227.user.auna.net] has joined #ubuntu-classroom === hybrid [n=x@72.169.30.254] has joined #ubuntu-classroom === luisbg__ [n=LuisB_G@87.217.147.239] has joined #ubuntu-classroom === parixa [n=hitesh@p54B04B4B.dip.t-dialin.net] has joined #ubuntu-classroom === ptr07 [n=chatzill@absp165.neoplus.adsl.tpnet.pl] has joined #ubuntu-classroom === pointwood [n=pointwoo@88-212-109-189.vl20-arh.dhcp.clearwire.dk] has joined #ubuntu-classroom === dhaumann [n=dhaumann@c83-252-76-129.bredband.comhem.se] has joined #ubuntu-classroom === stefg [n=chatzill@dslb-088-072-245-183.pools.arcor-ip.net] has joined #ubuntu-classroom === VladaC [n=vladimir@cable-89-216-17-79.static.sbb.co.yu] has joined #ubuntu-classroom === givr1 [n=Florent@APuteaux-152-1-66-83.w82-120.abo.wanadoo.fr] has joined #ubuntu-classroom === yuk [n=yuk@211.137.100.82] has joined #ubuntu-classroom === jayteeuk [n=jayteeuk@cpc1-derb5-0-0-cust76.lei3.cable.ntl.com] has left #ubuntu-classroom [] === silwol [n=silwol@193.170.135.113] has joined #ubuntu-classroom === PriceChild [n=pricechi@unix0.york.ac.uk] has joined #ubuntu-classroom [12:17] NOTICE! Today is Ubuntu Freshers Day - head over to #ubuntu-freshers to ask any questions you like about being part of the Ubuntu community! === VladaC [n=vladimir@cable-89-216-17-79.static.sbb.co.yu] has left #ubuntu-classroom ["Kopete] === shadeofgrey [n=shadeofg@69-163-245-93.atlsfl.adelphia.net] has joined #ubuntu-classroom [12:19] what pray tell is this channel used for? [12:20] shadeofgrey: classes - see /topic [12:20] shadeofgrey, its used for Ubuntu classes [12:20] like what? [12:20] there's a schedule in the topic which would serve as examples [12:21] are the classes offered here good for counting toward actual certification in ubuntyu? [12:21] ARE there certs for ubuntu? [12:21] shadeofgrey, see https://wiki.ubuntu.com/UbuntuOpenWeek for the schedule this week [12:21] shadeofgrey, something we are working on === thekorn [n=markus@a89-182-31-178.net-htp.de] has joined #ubuntu-classroom === dgr48 [n=mario@89-180-39-24.net.novis.pt] has joined #ubuntu-classroom [12:23] well let me just say [12:24] ive been using ubuntu a long time [12:24] since warty [12:24] 'and i have tio say you have all come a long way since then [12:24] i make a great living converting windows users to ubuntu users [12:24] shadeofgrey, There's a LPI Certification for Ubuntu avalaible [12:25] and everybody is always so happy when they watch windows disintegrate into distant memory and ubuntu take its place [12:25] so far ive convcerted 75 soccer moms and 200 university students all at $125 each... but that includes migrating all their old data [12:26] does anybody here know when ubuntu will be multicore capable? [12:26] http://www.mail-archive.com/lpi-announce@lpi.org/msg00111.html [12:27] AFAIK it already with the SMP kernel possible === geser [n=michael@dialin111069.justdsl.de] has joined #ubuntu-classroom [12:29] shadeofgrey: Ubuntu has had SMP capability since warty [12:29] okjay [12:29] where can i find info on putting ubuntu on macbookpro laptops [12:29] i want to run a dual boot environment [12:29] really bad [12:30] wow shadeofgrey, thats pretty good going! :D === proppy [n=proppy@ram94-2-82-66-68-232.fbx.proxad.net] has joined #ubuntu-classroom [12:36] rushdy, its like i always tell soccer moms... friends dont let friends run windows [12:36] its either tiger or ubuntu... anything less is so... 20th century [12:36] haha :D [12:37] though i must confess i lust after office 2007 [12:37] admitting that publically is the first step toward a full recovery [12:37] :) [12:37] its only because word really does kick ass [12:38] but i cant STAND internet exploder or Access .... or visual studio... or winblows... excel kicks ass though [12:39] and ii dont care what sgteve jobs says., keynote blows rancid wolverine nuts === tindust [n=tindust@213.193.225.53] has left #ubuntu-classroom [] === proppy [n=proppy@ram94-2-82-66-68-232.fbx.proxad.net] has left #ubuntu-classroom ["Killed] === pointwood [n=pointwoo@88-212-109-189.vl20-arh.dhcp.clearwire.dk] has joined #ubuntu-classroom [12:44] shadeofgrey: one of my house mates has been running office 2007 a few months.... then it suddenly decided it wasn't registered at 2 in the morning the night before a major essay hand in... I installed OOo on their machine and they've completely forgotten about MSO === Jay_Dogg [n=jukka@a88-112-87-169.elisa-laajakaista.fi] has joined #ubuntu-classroom === engla [n=ulrik@kr-lun-116-144-233-83.3.cust.bredband2.com] has joined #ubuntu-classroom === appen [n=Appen@CPE-139-168-0-59.vic.bigpond.net.au] has joined #ubuntu-classroom === Casanova [n=prash@unaffiliated/casanova] has joined #ubuntu-classroom === appen [n=Appen@CPE-139-168-0-59.vic.bigpond.net.au] has left #ubuntu-classroom ["Leaving"] === mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-classroom === Riot777 [n=riot777@unaffiliated/riot777] has joined #ubuntu-classroom === Cybermage [i=cyb@dslb-084-056-038-019.pools.arcor-ip.net] has joined #ubuntu-classroom === Jay_Dogg [n=jukka@a88-112-87-169.elisa-laajakaista.fi] has joined #ubuntu-classroom === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-classroom === dhaumann [n=dhaumann@c83-252-76-129.bredband.comhem.se] has joined #ubuntu-classroom === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-classroom === geser [n=michael@dialin111069.justdsl.de] has left #ubuntu-classroom ["Leaving"] === H3g3m0n [n=hegemon@220-244-61-150.static.tpgi.com.au] has joined #ubuntu-classroom === Ramunas [n=Ramunas@88.119.33.37] has joined #ubuntu-classroom === scristian [n=cristi@89.136.96.38] has joined #ubuntu-classroom [01:37] hello [01:38] hi === cs_student [n=vicox@p54987B08.dip.t-dialin.net] has joined #ubuntu-classroom === golden_agouti [n=chatzill@dD5779069.access.telenet.be] has joined #ubuntu-classroom === Seeker` [n=cjo20@ip-62-105-182-26.dsl.twang.net] has joined #ubuntu-classroom === Sikavica [n=andon_si@82.114.78.10] has joined #ubuntu-classroom === p|erce [n=user@202.128.47.9] has joined #ubuntu-classroom === spanky_ [n=Spanky@pD9EC121F.dip0.t-ipconnect.de] has joined #ubuntu-classroom === mah [n=marcel@85.25.52.135] has joined #ubuntu-classroom === Lesley [n=Lesley@dsl-241-76-46.telkomadsl.co.za] has joined #ubuntu-classroom === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has left #ubuntu-classroom ["Left] [01:56] heellooo! [01:57] howdy [01:57] we are very early [01:58] actually, you need to visit #ubuntu-freshers [01:58] they've been going for about 4 hours now [01:58] oh [01:58] bye === snapalot [n=snapalot@c1-7-12.tbnb.isadsl.co.za] has joined #ubuntu-classroom === snapalot [n=snapalot@c1-7-12.tbnb.isadsl.co.za] has left #ubuntu-classroom [] === p|erce [n=user@202.128.47.9] has left #ubuntu-classroom [] === meduxa [n=agustin@84.Red-217-127-164.staticIP.rima-tde.net] has joined #ubuntu-classroom === stefg [n=chatzill@dslb-088-072-213-053.pools.arcor-ip.net] has joined #ubuntu-classroom === MarkoKaa [n=MarkoKaa@a80-186-165-168.elisa-laajakaista.fi] has joined #ubuntu-classroom === Changlinn [n=mog@124.243.128.148] has joined #ubuntu-classroom === mah [n=marcel@85.25.52.135] has joined #ubuntu-classroom === ChrisNiemy [n=ChrisNie@Pc03c.p.pppool.de] has joined #ubuntu-classroom === Cieffe [n=cieffe@151.54.106.249] has joined #ubuntu-classroom === thekorn [n=markus@a89-182-31-178.net-htp.de] has left #ubuntu-classroom [] === PiffPaff [n=dennis@dslb-084-063-127-053.pools.arcor-ip.net] has joined #ubuntu-classroom === CVirus [n=GoD@62.135.96.76] has joined #ubuntu-classroom === willvdl [n=will@196.36.161.235] has joined #ubuntu-classroom === gabkdlly [n=gabriel@dslb-088-073-057-202.pools.arcor-ip.net] has joined #ubuntu-classroom === manuleviking [n=Tux@ANice-151-1-30-235.w83-197.abo.wanadoo.fr] has joined #ubuntu-classroom === GazzaK [n=Gary@unaffiliated/GazzaK] has joined #ubuntu-classroom === GazzaK [n=Gary@unaffiliated/GazzaK] has left #ubuntu-classroom ["GazzaK] === Trevi [n=Trevi@host-84-221-120-145.cust-adsl.tiscali.it] has joined #ubuntu-classroom === datten [n=datten@xdsl-81-173-182-43.netcologne.de] has joined #ubuntu-classroom === nilsflens_ [n=nbr@i577A2B6A.versanet.de] has joined #ubuntu-classroom === mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has left #ubuntu-classroom ["Bytes!"] === mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-classroom === guglielf [n=flp@ppp-21-70.21-151.libero.it] has joined #ubuntu-classroom === nilsflens_ [n=nbr@i577A2B6A.versanet.de] has left #ubuntu-classroom ["Ex-Chat"] === Seeker` [n=cjo20@ip-62-105-182-26.dsl.twang.net] has joined #ubuntu-classroom === nico [n=nico@gifu.newel.net] has joined #ubuntu-classroom === nico is now known as nico_ === rakesh [n=rakesh@202.141.130.198] has joined #ubuntu-classroom === nico_ is now known as nico__ === nico__ is now known as nic0 === nic0 is now known as nic0__ === ranf [n=ralfm@dslb-084-058-140-252.pools.arcor-ip.net] has joined #ubuntu-classroom === debarshi [n=rishi@202.141.130.198] has joined #ubuntu-classroom === emonkey [n=emonkey@160.85.34.70] has joined #ubuntu-classroom === SimonAnibal-away [n=sruiz@66.244.123.100] has joined #ubuntu-classroom === SimonAnibal [n=sruiz@66.244.123.100] has left #ubuntu-classroom [] === neversfelde [n=neversfe@p549413BC.dip0.t-ipconnect.de] has joined #ubuntu-classroom === luisbg_ [n=LuisB_G@87.217.146.75] has joined #ubuntu-classroom === neversfelde [n=neversfe@p549413BC.dip0.t-ipconnect.de] has left #ubuntu-classroom ["Konversation] === kaaloo [n=luis@rue92-3-82-232-48-241.fbx.proxad.net] has joined #ubuntu-classroom === gumpa [n=chatzill@s10-61.rb.lax.centurytel.net] has joined #ubuntu-classroom === melter [n=Melter@dyn248.iacc-tm4.ndsu.NoDak.edu] has joined #ubuntu-classroom === vyoman [n=andre@80-195-189-177.cable.ubr05.croy.blueyonder.co.uk] has joined #ubuntu-classroom === nic0__ is now known as M0ha === Saelynh [n=saelynh@cha92-11-82-243-247-67.fbx.proxad.net] has joined #ubuntu-classroom === fulat2k [n=Miranda@60.53.0.246] has joined #ubuntu-classroom === M0ha is now known as nic0__ === mruiz [n=mruiz@200.113.173.157] has joined #ubuntu-classroom === jorgp [n=jorgp@adsl-70-234-108-24.dsl.tul2ok.sbcglobal.net] has joined #ubuntu-classroom === DamnGenius [n=chatzill@cuscon15649.tstt.net.tt] has joined #ubuntu-classroom === givre [n=Florent@APuteaux-152-1-66-83.w82-120.abo.wanadoo.fr] has joined #ubuntu-classroom === givre [n=Florent@APuteaux-152-1-66-83.w82-120.abo.wanadoo.fr] has left #ubuntu-classroom [] === LjL [n=ljl@81-208-36-87.ip.fastwebnet.it] has joined #ubuntu-classroom === |ganja| [n=kvirc@hnv9-d9bee768.pool.mediaWays.net] has joined #ubuntu-classroom === overlord3 [n=bill@adsl-71-141-243-29.dsl.snfc21.pacbell.net] has joined #ubuntu-classroom === DamnGenius [n=chatzill@cuscon15649.tstt.net.tt] has left #ubuntu-classroom [] === BuffaloSoldier [n=firdaus@60.50.127.113] has joined #ubuntu-classroom === |ganja| [n=kvirc@hnv9-d9bee768.pool.mediaWays.net] has left #ubuntu-classroom ["So] === nic0__ [n=nico@gifu.newel.net] has left #ubuntu-classroom ["Quitte"] === vicox [n=vicox@p54987B08.dip.t-dialin.net] has joined #ubuntu-classroom === kaaloo [n=luis@rue92-3-82-232-48-241.fbx.proxad.net] has left #ubuntu-classroom [] === hastesaver [n=username@unaffiliated/hastesaver] has joined #ubuntu-classroom === Gnuklear [n=amp@62-51.trans.uaf.edu] has joined #ubuntu-classroom === greguti [n=greg@bne75-1-81-57-236-180.fbx.proxad.net] has joined #ubuntu-classroom === cgillogly [n=cgillogl@198.30.109.87] has joined #ubuntu-classroom === Seeker` [n=cjo20@ip-62-105-182-26.dsl.twang.net] has joined #ubuntu-classroom === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has joined #ubuntu-classroom === paracetamolo [n=paraceta@81-174-12-172.f5.ngi.it] has left #ubuntu-classroom [] === luisbg__ [n=LuisB_G@87.217.145.110] has joined #ubuntu-classroom === fraiddo [n=fred@AAmiens-151-1-65-124.w86-192.abo.wanadoo.fr] has joined #ubuntu-classroom === mwingle [n=mwingle@cpe-66-87-4-209.ut.sprintbbd.net] has left #ubuntu-classroom [] === MarkoKaa [n=MarkoKaa@a80-186-165-168.elisa-laajakaista.fi] has joined #ubuntu-classroom === Gnuklear [n=amp@62-51.trans.uaf.edu] has left #ubuntu-classroom [] === ThunderM [n=ThunderM@86.120.202.99] has joined #ubuntu-classroom === cgillogly [n=cgillogl@198.30.109.87] has left #ubuntu-classroom ["Leaving"] === ptr [n=peter07@absa214.neoplus.adsl.tpnet.pl] has joined #ubuntu-classroom === gandalfn [n=gandalfn@i02m-87-89-253-156.d4.club-internet.fr] has joined #ubuntu-classroom === ThunderM [n=ThunderM@86.120.202.99] has left #ubuntu-classroom [] === gandalfn [n=gandalfn@i02m-87-89-253-156.d4.club-internet.fr] has left #ubuntu-classroom [] === Squido [n=Squidder@office4.tmcs.net] has joined #ubuntu-classroom === walcky [n=cvalcke@195.115.152.114] has joined #ubuntu-classroom [04:20] hi all, when does it start? [04:22] NOTICE! Today is Ubuntu Freshers Day - head over to #ubuntu-freshers to ask any questions you like about being part of the Ubuntu community! [04:22] greguti: no sessions here today === KenMikaze [i=Casey@203-118-84-204.static.asianet.co.th] has joined #ubuntu-classroom === drozhkov [n=drozhkov@noise.cosmicparrot.net] has joined #ubuntu-classroom [04:22] when will the next classroom sessions be held here? [04:22] hello [04:23] f**k, where is the fresher day then? [04:23] I'm a newbie here. [04:23] greguti: #ubuntu-freshers :) [04:23] seems to me this channel is more than just for OpenWeek [04:23] goddam it! [04:23] Thanks abattoir! [04:23] atoponce: the New user network has classes here often, it is being used for the Open Week [04:23] atoponce: regular Open Week classes resume tomorrow [04:24] (depending on your TZ) [04:24] I just have a question. [04:24] https://wiki.ubuntu.com/UbuntuOpenWeek has the schedule [04:24] KenMikaze: ask :) [04:24] How come, Kubuntu 6.06 doesn't have firefox installed on the Internet menu? [04:25] KenMikaze: Kubuntu comes w/ Konqueror as the default web browser === PiffPaff [n=dennis@dslb-084-063-127-053.pools.arcor-ip.net] has left #ubuntu-classroom [] [04:25] ok, so what do i have to do then? [04:25] KenMikaze: you can install firefox either through Adept or by running 'sudo apt-get install firefox' in a terminal [04:25] sudo aptitude install firefox [04:25] ok, thanks. [04:25] KenMikaze: Try Konqueror, or get firefox if you want it [04:26] it's ok.. i'll do it the hard way. [04:26] konqueror does have an advantage over firefox: it's acid2 compliant [04:26] right now, I'm using windows just to download the linuxant driver for my internal modem. [04:26] thanks guys. === hastesaver [n=username@unaffiliated/hastesaver] has left #ubuntu-classroom ["Leaving"] === atoponce 's firefox. can't live without the extensions... [04:28] me too, I like firefox... [04:28] btw, what's acid2? [04:28] like i've said, I'm a newb, so please bear with me. [04:28] http://www.webstandards.org/action/acid2/ [04:28] it's a css level 2 tester. [04:32] I got it... it's cool. [04:32] well, at least I've got to try konqueror later. [04:32] once i finish the download. [04:33] you should see how IE renders Acid2. it's horrible === Crusher [n=You@124-254-120-155-dsl.ispone.net.au] has joined #ubuntu-classroom [04:34] wish I could, but my i.e.'s blocked by this wga thing. [04:34] http://level.s69.xrea.com/mozilla/image2/acid2/ie6.png [04:34] checking it out. [04:34] http://level.s69.xrea.com/mozilla/image2/acid2/ie7b2p.png [04:35] by the way, atoponce, where are you from? [04:35] opera, safari, konqueror all pass it. i think there are others too [04:35] utah/usa [04:36] por que? [04:36] bangkok here, but originally, from the p.i. [04:36] i'm from the philippines, but currently living here in bangkok. === Czubek [n=Damian@azu10.neoplus.adsl.tpnet.pl] has joined #ubuntu-classroom [04:37] cool === kaaloo [n=luis@rue92-3-82-232-48-241.fbx.proxad.net] has joined #ubuntu-classroom [04:38] firefox 3 will pass the test. they'll be using the gecko 1.9 engine [04:38] i'm looking forward to that [04:38] cool. [04:38] when's firefox 3 coming out? [04:39] may 2007 is the plan [04:39] http://wiki.mozilla.org/Firefox3/Schedule [04:40] cool. === cgillogly [n=cgillogl@198.30.109.87] has joined #ubuntu-classroom === MartinY [n=MartinY@85-210-45-118.dsl.pipex.com] has joined #ubuntu-classroom === Casanova [n=prash@unaffiliated/casanova] has joined #ubuntu-classroom === datten [n=datten@xdsl-81-173-182-43.netcologne.de] has joined #ubuntu-classroom === cgillogly [n=cgillogl@198.30.109.87] has left #ubuntu-classroom ["Leaving"] === p|erce [n=user@202.128.47.9] has joined #ubuntu-classroom === effraie [n=effraie@jem75-1-82-228-146-152.fbx.proxad.net] has joined #ubuntu-classroom === kaaloo [n=luis@rue92-3-82-232-48-241.fbx.proxad.net] has left #ubuntu-classroom [] === p|erce [n=user@202.128.47.9] has left #ubuntu-classroom [] === roychan [n=roychan@cm203-168-232-47.hkcable.com.hk] has joined #ubuntu-classroom === srikanthssn [n=logic@59.92.69.68] has joined #ubuntu-classroom === overlord3 [n=bill@adsl-71-141-243-29.dsl.snfc21.pacbell.net] has left #ubuntu-classroom [] === skeetbadger [n=jey@unaffiliated/skeetbadger] has joined #ubuntu-classroom === andy_Faelar [n=andy@213-156-52-97.fastres.net] has joined #ubuntu-classroom === QzxzBvcCb [n=QzxzBvcC@pclp28.phy.tu-dresden.de] has joined #ubuntu-classroom === m1sh-L [n=user@adsl-84-226-122-89.adslplus.ch] has joined #ubuntu-classroom === pikkio [n=pikkio@host49-131-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-classroom === luisbg_ [n=LuisB_G@87.217.146.190] has joined #ubuntu-classroom === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-classroom === datten_ [n=datten@xdsl-81-173-155-51.netcologne.de] has joined #ubuntu-classroom === dinda [n=dinda@cpe-72-181-82-33.houston.res.rr.com] has joined #ubuntu-classroom === dinda [n=dinda@cpe-72-181-82-33.houston.res.rr.com] has left #ubuntu-classroom [] === nanda [n=nanda@host86-130-137-202.range86-130.btcentralplus.com] has joined #ubuntu-classroom === jee [n=nobody@0x3e42a2f4.adsl.cybercity.dk] has joined #ubuntu-classroom [05:33] #ubuntu-classroom-chat === Czubek [n=Damian@baf13.neoplus.adsl.tpnet.pl] has joined #ubuntu-classroom === jonibo [n=jonas@213.212.2.215] has left #ubuntu-classroom [] === mah [n=marcel@85.25.52.135] has joined #ubuntu-classroom === rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-classroom === corstar [n=corstar@203-59-183-59.dyn.iinet.net.au] has joined #ubuntu-classroom === gnomonic [n=niels@cpe.atm2-0-10282.0x50a09aee.bynxx12.customer.tele.dk] has joined #ubuntu-classroom === graham_100 [n=chatzill@host81-129-206-109.range81-129.btcentralplus.com] has joined #ubuntu-classroom === gnomonic [n=niels@cpe.atm2-0-10282.0x50a09aee.bynxx12.customer.tele.dk] has left #ubuntu-classroom ["Ex-Chat"] === sidhi [n=sidhi@ARennes-352-1-98-241.w86-199.abo.wanadoo.fr] has joined #ubuntu-classroom === nanda [n=nanda@host86-130-137-202.range86-130.btcentralplus.com] has left #ubuntu-classroom ["Leaving"] === effraie [n=effraie@jem75-1-82-228-146-152.fbx.proxad.net] has left #ubuntu-classroom ["Je] === silwol [n=silwol@teacheradsl240.eduhi.at] has joined #ubuntu-classroom === willvdl [n=will@196.36.161.235] has left #ubuntu-classroom ["Leaving"] [06:11] just upgraded to ubuntu 6.10 frommmmmmmmmmmmm dapper as you can see i have a keyboarddddddddddd problem [06:11] lol [06:11] how do i fix this? [06:12] repeat rate too fast? [06:12] iam not sure [06:12] let me look [06:12] when you push a button it starts to flood it immediately? [06:12] no slight delay or is your buttons just "sticky" [06:13] not all thhhhhhhhhhhe time just as you see ittttttttttttt now [06:13] oh [06:13] dont know then [06:13] if i take off the key repeat when pressed down should this fix? [06:14] see whaaaaaaaaaaaaaat i mean with intermittttttttttttent problem? === viny1 [n=viny1@adsl-65-68-84-236.dsl.hstntx.swbell.net] has joined #ubuntu-classroom [06:15] i slowed down the speeeeeed of it still does it thouuuuuugh [06:15] lol [06:15] i wonder if turning off key repeat will fix? [06:15] try xset r off [06:16] i think i fixed it turning key repeat off [06:16] not looking as it's doing it anymore [06:17] wireless card probs too :S === srikanthssn [n=logic@59.92.69.68] has left #ubuntu-classroom [] [06:17] i know the card is recognised and i know it tells me that the driver is there === geof1 [n=geoff@host217-44-206-220.range217-44.btcentralplus.com] has joined #ubuntu-classroom [06:18] what do you do next as i am not too sure on that [06:19] ? === protuberance [n=cf@i577BB8B5.versanet.de] has joined #ubuntu-classroom === SimonAnibal [n=sruiz@66.244.123.100] has joined #ubuntu-classroom === luisbg_ [n=LuisB_G@87.217.144.157] has joined #ubuntu-classroom === mmedland [n=mmedland@81.168.72.134] has joined #ubuntu-classroom === VladaC [n=vladimir@cable-89-216-17-79.static.sbb.co.yu] has joined #ubuntu-classroom === Weebit [n=unknown@216.96.40.142] has joined #ubuntu-classroom === lotusleaf [n=lotuslea@kernel-panic/member/carne.asada.burrito] has joined #uBUNtu-classROOM [06:27] What happens now ? [06:28] i think my wireless card is not working?!?! === effraie [n=effraie@jem75-1-82-228-146-152.fbx.proxad.net] has joined #ubuntu-classroom === mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has left #ubuntu-classroom ["Buh-bye"] === aleka [i=aleka@24-75-199-158-st.chvlva.adelphia.net] has joined #ubuntu-classroom === tictacaddict [n=josh@26.102.dhcp.hope.edu] has joined #ubuntu-classroom === tictacaddict [n=josh@26.102.dhcp.hope.edu] has left #ubuntu-classroom [] === VladaC [n=vladimir@cable-89-216-17-79.static.sbb.co.yu] has left #ubuntu-classroom ["Kopete] === WizCraker [n=WizCrake@67.42.67.214] has joined #ubuntu-classroom [06:34] Seveas: ping === SimonAnibal [n=sruiz@66.244.123.100] has left #ubuntu-classroom [] === geof1 [n=geoff@host217-44-206-220.range217-44.btcentralplus.com] has left #ubuntu-classroom [] === jarnoz [n=jarnoz@dsl-trebrasgw1-fe41fa00-38.dhcp.inet.fi] has joined #ubuntu-classroom === WizCraker [n=WizCrake@67.42.67.214] has left #ubuntu-classroom ["Leaving"] === geof2 [n=geoff@host217-44-206-220.range217-44.btcentralplus.com] has joined #ubuntu-classroom === jarnoz_ [n=jarnoz@dsl-trebrasgw1-fe41fa00-38.dhcp.inet.fi] has joined #ubuntu-classroom [06:42] graham_100: someone had that key repeat problem yesterday and he got linked to a bug in launchpad, no idea what it was but if you can't find it I'll grep the logs. === geof2 [n=geoff@host217-44-206-220.range217-44.btcentralplus.com] has left #ubuntu-classroom [] === mbb [i=Mike@d5-237.rb.gh.centurytel.net] has joined #ubuntu-classroom === gabone [n=gabone@84.232.197.188] has joined #ubuntu-classroom === gabone [n=gabone@84.232.197.188] has joined #ubuntu-classroom === Yawner [n=alex@82-44-194-226.cable.ubr07.haye.blueyonder.co.uk] has joined #ubuntu-classroom [06:49] thanks === m4sch1ne [n=maschine@c154218.adsl.hansenet.de] has joined #ubuntu-classroom === jonasj [n=jonasj@port163.ds1-hg.adsl.cybercity.dk] has joined #ubuntu-classroom === jarnoz_ [n=jarnoz@dsl-trebrasgw1-fe41fa00-38.dhcp.inet.fi] has left #ubuntu-classroom ["Leaving"] === m4sch1ne [n=maschine@c154218.adsl.hansenet.de] has left #ubuntu-classroom [] === Sanne [n=Sanne@p548D8885.dip0.t-ipconnect.de] has joined #ubuntu-classroom === mbb [i=Mike@d5-237.rb.gh.centurytel.net] has left #ubuntu-classroom ["Leaving"] === gabone [n=gabone@84.232.197.188] has left #ubuntu-classroom ["Leaving"] === pradeep_ [n=pradeep@59.92.35.139] has joined #ubuntu-classroom === luke86 [n=luke86@chello212017086167.5.15.vie.surfer.at] has joined #ubuntu-classroom === julien [n=julien@d54C52122.access.telenet.be] has joined #ubuntu-classroom === Sanne [n=Sanne@p548D8885.dip0.t-ipconnect.de] has left #ubuntu-classroom ["Bye"] === dou213 [n=x@e180232135.adsl.alicedsl.de] has joined #ubuntu-classroom === azeem [n=mbanck@host109.natpool.mwn.de] has left #ubuntu-classroom [] === mattl [n=mattl@gnu/webmaster/mattl] has left #ubuntu-classroom ["Leaving"] === timinphx1 [n=tim@ip72-201-26-113.ph.ph.cox.net] has joined #ubuntu-classroom === DShepherd [n=dwight@port0002-abm-adsl.cwjamaica.com] has joined #ubuntu-classroom === Madhu [n=chatzill@219.65.139.159] has joined #ubuntu-classroom === TRB2 [n=rallye04@83.133.2.194] has joined #ubuntu-classroom === sistpoty_uni [n=sistpoty@faui31r.informatik.uni-erlangen.de] has joined #ubuntu-classroom === sistpoty_uni [n=sistpoty@faui31r.informatik.uni-erlangen.de] has left #ubuntu-classroom [] === sidhi [n=sidhi@ARennes-352-1-98-241.w86-199.abo.wanadoo.fr] has left #ubuntu-classroom ["Quitte"] === Thokalin [n=thomas@host196-71-dynamic.59-82-r.retail.telecomitalia.it] has joined #ubuntu-classroom === mmedland [n=mmedland@81.168.72.134] has left #ubuntu-classroom [] === Madhu [n=chatzill@219.65.139.159] has left #ubuntu-classroom [] === Saelynh [n=saelynh@cha92-11-82-243-247-67.fbx.proxad.net] has joined #ubuntu-classroom === Yawner [n=alex@82-44-194-226.cable.ubr07.haye.blueyonder.co.uk] has joined #ubuntu-classroom === TRB2 [n=rallye04@83.133.2.194] has left #ubuntu-classroom [] === givre [n=Florent@APuteaux-152-1-56-108.w82-120.abo.wanadoo.fr] has joined #ubuntu-classroom === julien is now known as napels7 === paran [n=paran@2002:d4d6:7070:0:0:0:0:1] has joined #ubuntu-classroom === Cieffe [n=cieffe@151.54.106.249] has joined #ubuntu-classroom [07:49] +e napels7 [07:50] join === mpathy [n=mm@dslb-084-056-179-183.pools.arcor-ip.net] has joined #ubuntu-classroom === julien [n=julien@d54C52122.access.telenet.be] has joined #ubuntu-classroom === andy_Faelar [n=andy@213-156-52-97.fastres.net] has left #ubuntu-classroom [] === selinuxium [n=selinium@82-34-184-164.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-classroom === ompaul [n=ompaul@gnewsense/friend/ompaul] has joined #ubuntu-classroom === stapel [n=stapel@86.111.172.220] has joined #ubuntu-classroom === thebigearl [n=koptein@dslb-088-070-006-097.pools.arcor-ip.net] has joined #ubuntu-classroom === stapel [n=stapel@86.111.172.220] has left #ubuntu-classroom [] === lumpki [n=lumpki@AC81F9E7.ipt.aol.com] has joined #ubuntu-classroom === davmor2 [n=davmor2@62-30-74-119.cable.ubr04.wolv.blueyonder.co.uk] has joined #ubuntu-classroom === davmor2 [n=davmor2@62-30-74-119.cable.ubr04.wolv.blueyonder.co.uk] has left #ubuntu-classroom [] === lumpki [n=lumpki@AC81F9E7.ipt.aol.com] has left #ubuntu-classroom ["Leaving"] === Kloske [i=mathias_@p549BCFBC.dip.t-dialin.net] has joined #ubuntu-classroom === Kloske [i=mathias_@p549BCFBC.dip.t-dialin.net] has left #ubuntu-classroom [] === fernando [n=fernando@bdsl.66.14.141.180.gte.net] has joined #ubuntu-classroom [08:26] exit === givre [n=Florent@APuteaux-152-1-56-108.w82-120.abo.wanadoo.fr] has left #ubuntu-classroom [] === lotusleaf [n=lotuslea@kernel-panic/member/carne.asada.burrito] has left #uBUNtu-classROOM ["trombone"] === DARKGuy [n=DARKGuy@201.208.215.208] has joined #ubuntu-classroom === bclinch [n=bclinch@80-42-19-249.dynamic.dsl.as9105.com] has joined #ubuntu-classroom === DARKGuy [n=DARKGuy@201.208.215.208] has left #ubuntu-classroom [] === Raffo [n=rmantill@200.60.67.173] has joined #ubuntu-classroom === WebMaven [n=webmaven@ip72-193-220-34.lv.lv.cox.net] has joined #ubuntu-classroom === Raffo [n=rmantill@200.60.67.173] has left #ubuntu-classroom [] === rhkfin [n=rhk@a88-114-123-46.elisa-laajakaista.fi] has joined #ubuntu-classroom === frafu [n=frafu@vodsl-9476.vo.lu] has joined #ubuntu-classroom === _GJ__ [n=GJ@host25.200-117-186.telecom.net.ar] has joined #ubuntu-classroom === Vlada [n=stevlada@81.18.54.1] has joined #ubuntu-classroom === protuberance [n=cf@i577BAFFD.versanet.de] has joined #ubuntu-classroom === n3m [n=bla@M763P023.adsl.highway.telekom.at] has joined #ubuntu-classroom === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-classroom === Squido [n=Squidder@office4.tmcs.net] has joined #ubuntu-classroom === rubadub [n=rubadub@adsl-68-73-122-91.dsl.emhril.ameritech.net] has joined #ubuntu-classroom [09:20] hi is there anybody left from the packaging team? === openix [n=theballz@60-234-247-77.bitstream.orcon.net.nz] has joined #ubuntu-classroom === napels7 [n=julien@d54C52122.access.telenet.be] has joined #ubuntu-classroom [09:27] join kanaal === Quantur [n=sven@ppp-62-245-242-226.dynamic.mnet-online.de] has joined #ubuntu-classroom === vinneer [n=vinnee@ool-4354626d.dyn.optonline.net] has joined #ubuntu-classroom [09:28] join #ubuntu-classroom === jkroto [n=chatzill@66-211-252-114.velocity.net] has joined #ubuntu-classroom === Tux_AX [n=Slash@adsl-10-250-237.mia.bellsouth.net] has joined #ubuntu-classroom === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-classroom === vinneer [n=vinnee@ool-4354626d.dyn.optonline.net] has left #ubuntu-classroom [] === jkroto [n=chatzill@66-211-252-114.velocity.net] has left #ubuntu-classroom [] === napels7 [n=julien@d54C52122.access.telenet.be] has left #ubuntu-classroom ["Ex-Chat"] === napels7 [n=julien@d54C52122.access.telenet.be] has joined #ubuntu-classroom === ash211 [n=andrew@user-11210ts.dsl.mindspring.com] has joined #ubuntu-classroom === fernando__ [n=fernando@201.28.44.10] has joined #ubuntu-classroom === stalefries [n=stalefri@134.39.59.2] has joined #ubuntu-classroom === Tux_AX [n=Slash@adsl-10-250-237.mia.bellsouth.net] has left #ubuntu-classroom ["Leaving"] === pikkio [n=pikkio@host49-131-dynamic.8-87-r.retail.telecomitalia.it] has left #ubuntu-classroom ["Leaving"] === PriceChild [n=pricechi@unix0.york.ac.uk] has joined #ubuntu-classroom === jose [n=jose@200.124.167.118] has joined #ubuntu-classroom === protuberance [n=cf@i577BAFFD.versanet.de] has left #ubuntu-classroom [] === leks [n=ale@80-218-96-27.dclient.hispeed.ch] has joined #ubuntu-classroom === luke86 [n=luke86@chello212017086167.5.15.vie.surfer.at] has joined #ubuntu-classroom [10:13] vyoman: you can always find them at #ubuntu-motu [10:13] vyoman: you can check in #ubuntu-freshers as well today [10:13] thanks === vyoman [n=andre@80-195-189-177.cable.ubr05.croy.blueyonder.co.uk] has left #ubuntu-classroom ["Konversation] === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === jose [n=jose@200.124.167.118] has left #ubuntu-classroom ["Konversation] === tenshu [n=tenshu@sgc91-1-82-231-155-79.fbx.proxad.net] has joined #ubuntu-classroom === tenshu [n=tenshu@sgc91-1-82-231-155-79.fbx.proxad.net] has left #ubuntu-classroom ["Quitte"] === cyphase [n=cyphase@67.180.20.241] has joined #ubuntu-classroom === engla [n=ulrik@kr-lun-116-144-233-83.3.cust.bredband2.com] has joined #ubuntu-classroom === michi [n=michi@p54B59793.dip0.t-ipconnect.de] has joined #ubuntu-classroom === tcort_ [n=tcort@pool-71-169-128-162.burl.east.verizon.net] has joined #ubuntu-classroom === luke86 [n=luke86@chello212017086167.5.15.vie.surfer.at] has joined #ubuntu-classroom === DerXero [n=patrick@dslb-082-083-135-232.pools.arcor-ip.net] has joined #ubuntu-classroom === ompaul [n=ompaul@gnewsense/friend/ompaul] has joined #ubuntu-classroom === Stemp [n=stemp@d80-170-107-16.cust.tele2.fr] has joined #ubuntu-classroom === Stemp [n=stemp@d80-170-107-16.cust.tele2.fr] has left #ubuntu-classroom [] === leks [n=ale@8.101.62.81.cust.bluewin.ch] has joined #ubuntu-classroom === mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-classroom === MartinY [n=MartinY@85-210-45-118.dsl.pipex.com] has joined #ubuntu-classroom === manuleviking_ [n=Tux@ANice-151-1-99-114.w86-206.abo.wanadoo.fr] has joined #ubuntu-classroom === ubuntu_ [n=ubuntu@lichte.ctcis.net] has joined #ubuntu-classroom === MartinY [n=MartinY@85-210-45-118.dsl.pipex.com] has joined #ubuntu-classroom === MartinY [n=MartinY@85-210-45-118.dsl.pipex.com] has joined #ubuntu-classroom === LoudMouthMan [n=nik@82-68-164-22.dsl.in-addr.zen.co.uk] has joined #ubuntu-classroom === kishan [n=kishan@74.12.22.33] has joined #ubuntu-classroom [11:11] hi [11:11] hi [11:12] everyone's in #ubuntu-freshers kishan [11:12] ok [11:12] what is going on there [11:13] n one is replying there [11:15] ask a question [11:15] today is freshers day === PriceChild goes back === ubuntu_ [n=ubuntu@lichte.ctcis.net] has left #ubuntu-classroom ["Konversation] === givre [n=Florent@APuteaux-152-1-44-244.w82-120.abo.wanadoo.fr] has joined #ubuntu-classroom === givre [n=Florent@APuteaux-152-1-44-244.w82-120.abo.wanadoo.fr] has left #ubuntu-classroom [] === hybrid [n=x@easyubuntu/supporter/hybrid] has joined #ubuntu-classroom === Kawachi [n=Kawachi@dave2069.plus.com] has joined #ubuntu-classroom === kishan [n=kishan@74.12.22.33] has left #ubuntu-classroom ["Leaving"] === PriceChild [n=pricechi@unix0.york.ac.uk] has joined #ubuntu-classroom === robotgeek [i=venkat@ubuntu/member/robotgeek] has joined #ubuntu-classroom [11:28] heh, just a bit too late i guess [11:31] robotgeek: no, everyone is in #ubuntu-freshers today [11:31] !freshers [11:31] Sorry, I don't know anything about freshers - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:31] !search freshers [11:31] Found: [11:31] oh well === hybrid_ [n=x@72.169.30.254] has joined #ubuntu-classroom === myself [i=user@smin225.blueisp.co.yu] has joined #ubuntu-classroom === stalefries [n=stalefri@134.39.59.2] has left #ubuntu-classroom ["I've] === deepcore [n=tobias@p5498819A.dip0.t-ipconnect.de] has joined #ubuntu-classroom === myself [i=user@smin225.blueisp.co.yu] has left #ubuntu-classroom [] === viny1 [n=viny1@adsl-65-68-84-236.dsl.hstntx.swbell.net] has left #ubuntu-classroom ["Leaving"] === firenurse4 [n=john@cblcpe-73-106.suite224.net] has joined #ubuntu-classroom === tcort [n=tcort@gentoo/developer/tcort] has joined #ubuntu-classroom === firenurse4 [n=john@cblcpe-73-106.suite224.net] has left #ubuntu-classroom ["Ex-Chat"] === Czubek [n=Damian@abpt34.neoplus.adsl.tpnet.pl] has joined #ubuntu-classroom === kab [n=abarrera@189.155.69.207] has joined #ubuntu-classroom === leks [n=ale@8.101.62.81.cust.bluewin.ch] has joined #ubuntu-classroom === leks [n=ale@8.101.62.81.cust.bluewin.ch] has joined #ubuntu-classroom === mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-classroom