/srv/irclogs.ubuntu.com/2011/02/18/#ubuntu-uk.txt

HazRPGis launchpad only for ubuntu code?00:04
dutchieno00:04
dutchiethere are lots of upstream projects on there too00:04
=== Lcawte is now known as Lcawte|Away
HazRPGcool00:06
Azelphurali1234 / exobuzz you guys seem knowledgable on microSD, http://www.amazon.co.uk/Patriot-Signature-microSDHC-memory-adapter/dp/B004H8FTCU/ref=sr_1_55?s=electronics&ie=UTF8&qid=1297986211&sr=1-5501:22
Azelphurany opinions on that? it seems to be a class 10 32GB, but no reviews I can see to judge it by01:22
ali1234all i know about microsd is that the speed is usually limited by the controller not the card, and in linux they often use PIO due to crap drivers, and you shouldn't use it unless there is absolutely no other alternative01:24
AzelphurI see01:24
ali1234USB will beat it in almost every situation01:24
Azelphurali1234: yea, this is for my phone though01:25
ali1234well what are you going to use it for?01:25
AzelphurUbuntu on the phone01:26
ali1234don't waste £75 to find out it's crap01:27
HazRPGhmm, why isn't my picture showing up on launchpad?01:27
ali1234get a 8GB class 4 and try it01:27
Azelphuri have a class 10 8gb01:27
Azelphurso i should try with that01:27
ali1234there's not much point using a 32gb for a ubuntu install on some android phone, because you'll install it and find out it's half finished and nothing works, and then give up on it :)01:30
ali1234and it really is half finished - htc are releasing phones faster than the htc-linux can keep up01:30
Azelphurali1234: apparently it runs the stock Ubuntu ARM now01:30
Azelphurin a chroot01:31
ali1234on a custom kernel, yes01:31
ali1234and there are only about 4 people working on that kernel01:31
Azelphurhaha01:31
AzelphurI'm interested in running mythtv on it01:31
ali1234and there's about 20 different htc phones, and they just released 5 more last week01:31
Azelphuralthough I doubt I'll get far :P01:31
ali1234mythtv won't work, there is no video acceleration under X1101:32
Azelphurhaha01:32
ali1234and no hardware decoding support01:32
ali1234you won't be able to run the new unity either01:33
ali1234maybe if it has a software mode, but then it will be super slow01:33
ali1234meego has the same problem - it requires accelerated graphics too01:33
Azelphur:p01:33
andylockransome stuff is so clever01:45
HazRPGo/ Lunchie01:54
HazRPGhe'll be back though ^^01:54
HazRPGrestarting into ubuntu if I recall01:54
HazRPGbtw, Lunchie is a good friend of mine from college days... managed to get him to hit up irc :)01:56
HazRPGyou should all say hi when he comes back :)01:57
ali1234Azelphur: the chroot that runs along side android requires you to run everything in vnc too02:04
ali1234you can imagine how much stuff that breaks02:04
HazRPGreally?02:06
Azelphurali1234: why would that break things?02:06
ali1234well VNC doesn't support 3d acceleration either02:06
Azelphur*shrug*02:07
ali1234so even if there was a driver, you wouldn't be able to use it02:07
ali1234plus lots of apps don't redraw the scree properly in vnc02:07
AzelphurI'm trying it for shits n giggles on my 8GB card now anyway02:07
Azelphurso I'll know how well it runs soon enough :)02:07
Azelphurali1234: feel like helping me mess about with this? :D http://pastebin.com/cNe3ZZ2H02:22
AzelphurI get problems on line 10, I've remarked the error in02:22
Azelphurit's weird because /sdcard/ubuntu/ubuntu.img exists, and /data/local/mnt exists02:22
ballbrb, time to stick the kettle on.02:22
ali1234Azelphur: modprobe loop02:24
Azelphurali1234: modprobe: chdir(2.6.32.28-cyanogenmod-g58d929e): No such file or directory02:25
shaunoI'm curious why you're only mknod loop2? does loop0 & 1 already exist?02:25
AzelphurI didn't write the script02:25
AzelphurI'm just trying to make it work :D02:26
shaunobe worth checking they're there then, because I don't see anything in the mount line that'd force it to use /dev/loop202:26
ali1234i suggest you write your own script :)02:27
* Azelphur cries02:27
ali1234btw, where you get this script?02:27
Azelphurhttp://androidclone.com/forums/showthread.php?tid=23&page=102:27
shaunohm, infact, loop2 *is* loop0.  that's fun02:27
shauno(loop0 is blockspecial 7,0)02:28
niknak_anybody else had trouble syncing tomboy notes recently? not used it in a while but both my machines not refuse to sync?02:28
Azelphurali1234: what good is writing my own script if I can't get loopback mounting to work :P02:29
ali1234androidclone.com?02:30
ali1234never heard of it02:30
Azelphurali1234: hehe, so any ideas on how I'd get loop working?02:31
ali1234well modprobe failed because you don't have the modules directory for thekernel you are running02:32
ali1234so you have to get them and install them02:32
AzelphurI see02:34
ali1234you're pretty much going to have to learn about how modprobe works, how the kernel works, how chroot works, and how to bootstrap ubuntu. at this point you'll be capable of doing this without someone else's script02:34
nucc1possibly dumb question here :p is it possible for me to swap out the core 2 duo in my laptop for a core i5?02:35
ali1234no, they use different slots02:35
nucc1:(02:35
nucc1wonder if its possible to get a newer board. lemme check manufacturer02:36
Azelphurali1234: I see :P02:36
ali1234maybe you don't need to modprobe loop02:36
ali1234maybe $kit/ubuntu.img doesn't exist?02:37
ali1234script uses variables like $kit and $mnt but does not define them02:37
Azelphurali1234: it does define them?02:39
ali1234what you pastebinned doesn't02:39
Azelphurexport kit=/sdcard/ubuntu02:39
Azelphurline 302:39
ali1234oh yeah02:39
ali1234so does it exist?02:39
Azelphuryup02:39
Azelphurand /data/local/mnt exists too02:39
Azelphurhense my confusion at the no such file or directory error02:40
Azelphurbut I suppose that's from it trying to modprobe loop but I don't have it02:40
ali1234you commented modprobe ext2?02:40
Azelphurso modprobe is throwing no such directory02:40
Azelphurali1234: nope, it came like that02:40
ali1234it is probably failing because it can't modprobe it02:40
Azelphuryea,02:40
shaunowell that's curious.  real curious.  wordpress just sent me a "someone requested a password reset" for localhost02:53
ali1234uh oh02:55
ali1234time to check all the logs very carefully02:55
shaunoprobably easier just to nuke it.  forgot that was still installed there for something02:58
shaunoa bit of a slap on the wrist that I forgot to firewall ipv6 tho; that's not reachable otherwise02:59
shaunohah, no, nm.  apparently that was me, back in december.  messing with postfix on my laptop has just emptied out a queue of mail that it's been waiting to send since the beginning of time03:11
shauno/facepalm03:11
nucc1i've got a Natty03:16
nucc1sorry03:16
nucc1i've got a Natty VM that says '/' is not ready yet or not present, but i can drop to a recovery console and ls fine in '/'03:16
nucc1what could be the problem?03:16
szymon_ghi03:46
HazRPGhey03:58
szymon_g\o04:03
szymon_g |04:03
szymon_g /\04:03
szymon_galmost :~04:03
shaunomorning04:17
szymon_gevening for some :)04:22
HazRPG:P04:44
HazRPGshauno: morning dude04:44
HazRPGhmm, seem to be having trouble changing any settings on wiki.ubuntu.com (my account settings)04:45
HazRPGkeeps saying that the email already belongs to somebody else04:45
shaunoooh, 10.04.2 is out.  doesn't look like my mirror's noticed yet tho05:05
shaunonice timing tho, I have a reboot scheduled later this month :)05:07
Myrtti*sighÄ07:09
HazRPGMyrtti: sup?07:39
HazRPGshauno: how often do you schedule reboots?07:39
exobuzzAzelphur, you got a reply regarding the microsd right ? i dont actually know much about them anyway, so can't advise. :)07:41
MyrttiHazRPG: my life just sucks the normal amount for the situation07:42
HazRPGMyrtti: Hmm, I can relate...07:43
HazRPGMyrtti: anything I can do to make you feel better/help/advise/etc?07:43
MyrttiHazRPG: I doubt it really07:44
HazRPGwanna talk about it?07:46
MooDoohello all08:04
MartijnVdS\o08:05
HazRPGMooDoo, MartijnVdS: \o08:14
* HazRPG hugs Myrtti08:15
MooDoo:)08:15
=== dipl0 is now known as diplo-
DJonesMorning all08:29
HazRPGmorning DJones08:29
HazRPG\o08:30
HazRPGyou meant to be online twice Lunchie, Lunchie1?08:30
HazRPGalso, hey dude :)08:31
HazRPGheh, just thought he might have left it running last night08:32
DJonesHi HazRPG08:32
dwatkinshiya08:46
* DJones debates buying a new laptop, 1600x900 resolution, 4gb ram, ubuntu compatible (preferably OTB)08:48
DJonesAny suggestions08:48
dwatkinsone touch backup?08:49
DJonesGrr, to quick on the enter key, any suggestions on make & model08:49
DJonesWith a reasonable price08:49
dwatkinsI like the ASUS Eee series, but they're mainly very small.08:49
DJonesI'm looking for something as a main pc, so the eee series would be too small (assuming you mean the Eeepc's)08:52
popeyThinkPad or MacBook Pro.08:54
popeyEnd of story :D08:54
DJonespopey: Just looking at Thinkpads08:54
danfishDJones: budgie?08:54
danfishsorry, budget08:54
popeyTweet!08:54
DJonesLooking at about £500 ish, but could change08:54
danfish<-- twit ;)08:54
DJonesThinkpads seem to be limited to 1366x768 looking at the lenovo website08:56
AlanBellis 1600x900 a real resolution?08:56
DJonesAlanBell: Widescreen 16:908:57
AlanBellsure, I just never saw one with that before08:57
DJonesAlanBell: This sort of thing http://www.acerdirect.co.uk/Aspire_7551_Windows_7_laptop__LX.PXE02.055/version.asp08:57
AlanBell1920x1080 is quite common as it is HD08:57
HazRPGDJones: correct me if I'm wrong, but isn't it almost impossible to find any any true 16:9 devices?08:57
AlanBellI used to have a laptop with 1600x1200 which was awesome08:58
DJonesAlanBell: yeah, I'd like 1920x1080 but prices seem to be out the budget08:58
AlanBellbefore they all started coming out with Shortscreen aspect ratio08:58
AlanBellWidescreen is a misnomer08:58
DJonesAlanBell: I'm still using a 1600x900 laptop dell inspiron 810008:58
HazRPGhmm, see there's widescreen and then there's widerscreen... its very confusing at times08:59
popeyyeah, i loved my dell 1600x120008:59
HazRPGhalf the movies I own still have a strip at the top and bottom because they use a different widescreen to the widescreen I have on my tv :/08:59
popeyshame it died :(09:00
AlanBellI had to give mine back when I was made redundant :(09:00
* HazRPG doesn't see the point in widescreen09:01
DJonesI can get an idea looking at pricerunner to filter based on various criteria09:01
HazRPGthe eye can only focus on a certain amount in front of it, the rest is a blur... regular screen was so much better imho09:01
HazRPG(currently using 2 full-screen's right now :D)09:01
HazRPGand before you say that's technically wide-screen - it is and isn't, because I can only see one screen properly at a time, the other just gets used for entertainment or dragging stuff out of the way09:02
* popey spies MooDoo resubscribing to the list09:02
HazRPGMooDoo: you mean he actually unsubbed!?09:03
HazRPGpopey* even09:03
MooDooBLUSH09:03
bigcalmGood morning kiddies :)09:04
AlanBellpopey: how many subscribers are there?09:04
popey69509:05
* HazRPG runs up and hugs bigcalm09:05
HazRPGpopey: :o09:05
bigcalmHeh09:05
AlanBellfive more for the big 70009:07
bigcalmuupc subs?09:07
popeyno, mailing list09:07
bigcalmAh09:08
HazRPGit should go up to 696 soon, I think another one of my friends is thinking about it :P09:08
bigcalmListening to Swede Mason isn't doing my hangover any good :)09:09
HazRPGbrb, going to the corner shop for some goodies ^^09:09
bigcalmIs it possible to have css only for webkit browsers without agent sniffing?09:11
dutchiewhy would you want to do that? :)09:12
dutchiegraceful degradation etc09:12
bigcalmBecause I can't get rid of some space in chrome & safari without messing up all other browsers09:12
dutchieyou can do stuff like -webkit-foo i think09:13
* bigcalm digs09:14
Oli``Anybody know if there's a PPA for the beta nvidia drivers? Like a beta version of the X-Swat PPA09:14
dutchieOli``: there's xorg-edgers09:15
bigcalmDoes Opera use webkit?09:15
MartijnVdSno09:15
MartijnVdSit uses its own renderer09:15
bigcalmIt's rendering correctly, so I think not09:15
bigcalmMartijnVdS: ta :)09:15
diplo-popey, who was that mobile company you we're on about the other week09:17
diplo-just sim cards and no support09:17
diplo-please09:17
popeydiplo-: http://popey.me/g4cv6409:18
popeygiffgaff :)09:18
diplo-That's it! Been trying to remember it09:18
diplo-thanks!09:18
popeynp09:18
diplo-There you go, you have a referral :)09:21
popey:D09:21
popeyta09:21
dutchiehmm, i wonder if giffgaff would be worth it for me09:22
MartijnVdShm, it looks nice.. we need something like this in the Netherlands :)09:25
HazRPGback09:28
HazRPGI has duff beer :P09:30
HazRPGpostman has just been :)09:30
HazRPGhttp://i51.tinypic.com/16gbadw.jpg09:46
JamesTaitJoyeux Vendredi, mes amis!09:49
daubersMorning09:50
HazRPGJamesTait: Bonne Vendredi, à vous aussi!09:51
JamesTaitHazRPG: Merci. :)09:52
JamesTaitI really should learn French again. And Spanish and German. And finally learn Afrikaans. Most of what I used to know of any of those languages has leaked out of my head over the years.09:53
dogmatic69JamesTait: why would you want to learn Afrikaans?09:54
HazRPGJamesTait: Votre bienvenue.09:54
HazRPGtook me a while to remember that O.o09:55
JamesTaitdogmatic69: My wife is South African and we still have family over there. It comes in handy when we visit.09:55
MartijnVdSJamesTait: Afrikaans is cool :)09:55
MartijnVdSJamesTait: Especially if you're Dutch :)09:55
HazRPGJamesTait: I know english and arabic, and only reason I know some french words is because they use it in arabic too for some things ^^09:56
dogmatic69JamesTait: tell them to learn a bit of english09:56
* dogmatic69 is from sa09:56
JamesTaitMartijnVdS: I'm not surprised to hear you say that. ;)09:56
JamesTaitdogmatic69: Well, Afrikaans is one of SA's 12 officially recognised languages, right? Then again, I don't think I'll be learning Zulu, Sotho, Xhosa....09:59
HazRPGdogmatic69: I'm guessing you mean South Africa and not Saudi Arabia :P10:00
dogmatic69JamesTait: 11 last time i checked10:00
JamesTaitOh well, close. :)10:00
dogmatic69HazRPG: something like that ;)10:00
* HazRPG use to live in saudi arabia10:01
HazRPGmost of them type it as SA even though technically speaking it should be KSA10:01
dogmatic69JamesTait: just learn some Funigalore, not sure on the spelling10:02
dogmatic69that will get you around the whole of southern africa10:02
JamesTaitLanguages interest me. I like to compare and contrast them.10:03
dogmatic69Funigalore is a merge of all the languages from sa, zimbabwe, mozambique etc10:04
dwatkinsThe 2-letter designation for South Africa is ZA10:04
dogmatic69was due to the mining back in the day10:04
dogmatic69yes10:04
dwatkinsI'm guessing that's because of the Afrikaans word for South10:04
JamesTaitZuidAfrika, IIRC?10:04
dogmatic69zuit afrika10:04
dogmatic69soemthing like that10:05
dogmatic69its the dutch work for south10:05
dogmatic69Afrikaans would be Suid-Afrika10:05
dogmatic69http://nl.wikipedia.org/wiki/Zuid-Afrika10:06
MartijnVdSAfrikaans rappers have been becoming more popular in the Netherlands since the world championship10:07
hoovermornin all10:15
HazRPGmorning10:15
HazRPGwow, this amp drink really has a nice kick to it!10:30
MartijnVdSHazRPG: if you want an amp, put your finger in a wall socket ;)10:32
HazRPGMartijnVdS: now that's cruel :P10:32
MartijnVdSHazRPG: it'll have a nice kick to it10:33
HazRPGhehe, wouldn't say nice :P10:33
MartijnVdSHazRPG: ok, but a kick anyway10:33
screen-xmorning :)10:35
MartijnVdS\o screen-x10:35
HazRPGmorning screen-x10:35
screen-xhello MartijnVdS and HazRPG, whats happening this morning?10:36
MartijnVdS(human) language discussion10:36
HazRPGcurrently watching a video about the history of dreamcast xD10:36
HazRPGand drinking amp, duff will be my next drink after that - so not a lot here :P10:37
HazRPGhttp://i51.tinypic.com/16gbadw.jpg10:37
screen-xHazRPG: low sugar diet ;-)10:37
HazRPG;p10:37
Myrttiimagine a gallstone patient on low carb diet10:38
screen-xMartijnVdS: my language question: why isn't postjudice a valid word, as the opposite of prejudice?10:38
MyrttiI can, and it's funny10:38
daubersscreen-x: Surely thats just judging?10:40
screen-xdaubers: yeah, but with emphasis on having sufficient information to make a good judgement10:41
HazRPGwow, I can't believe that was the main reason the dreamcast flopped10:51
HazRPGapparently it was because it didn't have a dvd drive10:51
mungojerryhazrpg i thought the reason was the PS1 was great10:53
HazRPGmungojerry: nope, you've gotta remember the japanese are the biggest drive for gaming - they're obsessed with it10:53
HazRPGmungojerry: the dreamcast did well in the first 2 years, more so then the PSX10:54
mungojerryi still want to play shenmue10:54
mungojerryi remember my friend telling me about it and it sounded cool10:54
gordits the best fork lift truck driving simulator i ever played10:55
HazRPGthe dreamcast sold 300 thousand units in the 2 years, and psx had only sold 100 thousand10:55
HazRPGgord: xD10:56
HazRPGgord: come on, it had an amazing story10:56
HazRPGmungojerry: the ps2 was apparently the cheapest (and one of few) dvd players in japan10:56
HazRPGso the majority of people bought it in japan for the fact that they could watch dvd's with it10:56
gordno, it doesn't have an amazing story, i actually really like the game but i can't say it has an amazing story ;)10:56
directhexwhere can i find some sailors?10:57
HazRPGdirecthex: harbour ;)10:57
HazRPGgord: I was disappointed that shenmue 3 wasn't going to be made :(10:57
directhexthe thing about shenmue is it's a 2-hour scrolling beat 'em up about revenge, fleshed out with 14 hours of wandering around buying virtual capsule toys10:58
directhexending very excitingly in getting on a boat10:58
HazRPGdirecthex: heh, and getting lost and not actually knowing where to go!10:58
gordi liked wandering around talking to people :) thats what makes it fun10:58
directhexwhich leads to a 2-hour scrolling beat 'em up about revenge, fleshed out with 14 hours of playing Lucky Hit10:58
gordthe fighting sure was not fun10:58
gordor the quick time events10:59
directhexshenmue *invented* the QTE!10:59
HazRPGgord: really? I loved it10:59
gordshenmue did invent it yes, those fools, they did not know what they would bring upon us10:59
directhexremember, shenmue came from a beat 'em up developer.10:59
gordno longer can i take a sip of a drink when a video game enters a cutscene, because it'll throw some qte event at me that ends up with orange juice everywhere11:00
HazRPGI could have sworn qte was used in other things before shenmue :/11:00
gordit had, but it wasn't called qte and wasn't used in the way that shenmue did it11:00
directhexHazRPG, the *name* comes from shenmue's manual. they were pioneering!11:00
HazRPGgord: I can visualise that xD11:00
* HazRPG burst out into laughter11:00
HazRPGdirecthex: this is true...11:01
HazRPGgord: agreed11:01
directhexultimately, shenmue was *very* slow, and most punters don't want something like that11:01
gordbeautiful game too11:01
HazRPGdirecthex: was still a great hit though shockingly11:01
directhexHazRPG, not really, it cost way more to make than they recouped11:02
directhexHazRPG, one of the most expensive games in history11:02
HazRPGgord: heh yeah, first thing my best friend told me when it released... and I quote, "Woah!!! The jeans look so realistic! I can't believe it!!!"11:02
directhexshenmue would only have broken even if every dreamcast owner in the world bought 2 copies11:02
mungojerrywho has time to play slow games nowadays? after 10 hours of ff X (i think) i got bored cos nothing had happened yet, and i certainly hadn't eachieved much11:02
directhexHazRPG, lol, i remember walking past GAME once. there was a crowd drooling at the big screen tv there, talking about the amazing new PS2 they were watching... then the sega logo appeared next to the title "shenmue"11:03
HazRPGmungojerry: I love my RPG's so I have to disagree with that one11:03
directhexmungojerry, FF13 is worse. people say it gets much better after 25 hours11:03
* mungojerry ponders what his favourite games ever are11:04
gorddirecthex, it doesn't11:04
directhexHazRPG, an rpg doesn't need to be slow to be compelling. baldur's gate 2 had *perfect* timing.11:04
gordyes, i played it for 25 hours and i hated every moment, got to the point where people said it gets better, it got worse, quit forever11:04
directhexabsolutely unsurpassed to this day11:04
HazRPGdirecthex: I liked FF13 - minus the linear first 10 chapters11:04
directhexgord, square made one good rpg in the 90's. the rest is varying grades of "meh"11:04
mungojerryprobably elite , exile, sensible soccer, SSX3, gta311:04
gorddirecthex, .. what? no. go away.11:05
gordthey made about 10 awesome rpgs11:05
HazRPGdirecthex: heh, yeah I remember something similar to that too :P11:05
directhexreally? really really? take ff6(3) as an example - the mechanics are *completely* broken11:05
* mungojerry wonders what he has started...runs away to hide11:06
gordchrono trigger, final fantasy 4, final fantasy 6, final fantasy 7 i guess, suikoden, suikoden II, entire secret of mana series super mario rpg11:06
directhexyour party splits into three sub-parties, but one character's special attack is to throw inventory items at enemies - and he can throw the other sub-team's weapons away, when they're on another continent? no.11:06
HazRPGdirecthex: guessing your not including parasite eve in that then? That was an awesome shooter/rpg!11:06
directhexHazRPG, parasite eve was capcom wasn't it?11:06
directhexgord, okay, i'll give you mario rpg, had forgotten that one.11:06
* screen-x runs fingers over an old heat sink and is ammused by the notes it produces11:07
HazRPGdirecthex: nope! Defo a square game!11:07
HazRPG<== use to be a mega fan of square + sega11:07
directhexhm, what am i confusing it with then?11:07
directhexanyway, square's best games never even released in yurp.11:07
HazRPGdirecthex: sadly :(11:08
HazRPGparasite eve 1 was way better than 2 and we never got that (we had 2 though!?)11:08
directhexchrono trigger debuted in europe in 2008. 2008!11:08
directhextwo thousand and bloody 8!11:08
HazRPGand chrono cross was an amazing game following on with the trend of chrono trigger, another game that never hit our shores (japs and US did though :/)11:09
directhexchrono cross didn't need 30 unlikeable characters11:09
davmor2morning all11:10
screen-xmorning davmor2 :)11:10
* davmor2 hugs czajkowski before the violence erupts11:11
HazRPGdavmor2: morning11:11
gorddirecthex, i have figured it out, you are unbelievably picky is all ;)11:11
HazRPGdirecthex: heh, was more than that surely?11:11
directhexultimately i just don't think i like jrpgs unless they're *incredible*11:11
directhexgord, hah, jinx!11:11
HazRPGdirecthex: I really liked the elements system they had going on11:11
HazRPGone advantage of living in saudi back then, was that I could buy games for any region11:12
directhexweirdly, even though my standards are ridiculous, i spent money on all four .hack games11:12
HazRPGhard playing japanese games when you can't read/write it, but still fun though11:12
directhexand the box set of the .hack series11:12
HazRPGdirecthex: heh same :P11:12
HazRPGsome people seem to forget the origins of where WoW came from11:13
directhexi liked the premise of a game about playing a phantasy star online rip-off11:13
HazRPGWoW is pretty much just .hack and phantasy star online - but on a larger scale11:13
directhexalthough it's frustrating in game 3 when your main healing character leaves the server in order to give birth11:13
directhexHazRPG, i'm not sure i'd credit WoW with having much in common with PSO, as an industry observer11:14
directhexHazRPG, guild wars is closer11:14
HazRPGdirecthex: oh, I forgot about that - but remember aeris died in Final Fantasy 711:14
LaneySPOILERS11:14
directhexaerith.11:15
directhexLaney, KING KONG DIES11:15
Laney/part11:15
HazRPGLaney: yeah but a game that old, if you haven't played it by now - then they aren't /going/ to play it unless someone forces them to11:15
gordbleh, software centre is currently recommending to me "emacs, qt creator, bluefish editor, stani's python editor and scribes text editor", i'm such a nerd11:16
HazRPGgord: xD11:16
gordalthough honestly, those recommendations suck11:16
HazRPGI need to get me some wood cutting tools and wood, so that I can finally make my console centre11:16
directhexHazRPG, EXPEDIT.11:17
directhexhttp://www.ikea.com/gb/en/catalog/products/70103090#11:17
HazRPGsee I just have an urge to put minecraft blocks in that xD11:18
HazRPGdirecthex: that would be cool n all - but it really annoys my sister that I always "steal" the tv every so often :/11:19
HazRPGdespite her hogging it all the time :/11:19
directhex"More TV solutions for flatscreen TVs up to 37" - lies, i have a 40" in there :p11:19
directhexwith rather little clearance11:19
directhex(1 inch gap at the top, and on both sides)11:20
HazRPGdirecthex: its probably just a recommendation so that its easy to get in and out and reach plugs, etc11:20
MartijnVdS40"? tiny tiny TV :)11:20
HazRPGalso depends on the stand it comes with, etc11:20
DJones40" Tv, is that a portable :)11:20
HazRPG:(11:20
* MartijnVdS has a 42", but I want a 58" with sat tuner11:21
directhexMartijnVdS, biggest that'll fit my unit though, and as you can see, my unit is awesome for gaming11:21
HazRPGmines only 30"11:21
MartijnVdSdirecthex: I have a modular system.. I can move shelves around to fit the 58" :)11:21
DJonesI've got a 42" in the living room and thats plenty big enough, I woudln't think there was much difference between a 40" & 42"11:21
directhexDJones, indeed. but i couldn't fit 42" here11:22
MartijnVdSdirecthex: Expedit is for storing (vinyl) records ;)11:22
directhexnow, 40" is just right given the sofa is only 2m away. perfect distance for 3d.11:22
* MartijnVdS has two of these: http://www.ikea.com/gb/en/catalog/products/5010308611:22
MartijnVdSin black/brown11:22
DJonesdirecthex: Thats true, ours has about 2.5"-3" of border/surround as well which makes it look bigger11:22
HazRPGMartijnVdS: true... but well if you have many consoles, it's a handy shelf-ing system11:22
directhexMartijnVdS, we have eight http://www.ikea.com/gb/en/catalog/products/80104094 for storing games11:23
HazRPGmy wii, ps3, x360, n64, md2, ps2, psx, and dc would fit nicely in that11:23
MartijnVdSdirecthex: I have a 80cm Billy half-full of CDs and a 40cm Billy with DVDs and games11:24
* MartijnVdS has ~10 games11:24
DJonesHazRPG: Looking at that list,I guess you're a "bit" of a gamer11:24
HazRPGDJones: use to be, when I had the time for it11:24
MartijnVdSHazRPG: when you were young :P11:24
HazRPGMartijnVdS: I'm 23!11:24
bigcalmdirecthex: http://www.flickr.com/photos/bigcuthy/2314799822/in/set-72157603398218096/11:24
DJonesHazRPG: I used to be the same and then I got married (Don't tell bigcalm about problems like that)11:25
HazRPGDJones: it got to the point where, if I hadn't played the game - it wasn't worth playing11:25
davmor2MartijnVdS: I have 3 billys full of dvd and blu-ray and 4 shelves, and then there are the games11:25
bigcalmTaken at my old house, they travel well thankfully :)11:25
* bigcalm eyes DJones11:25
HazRPGbigcalm: envious11:25
bigcalmHazRPG: cost a pretty penny11:25
MartijnVdShttp://twitpic.com/3lkuyu11:25
HazRPGbigcalm: the collection that fits inside, or the actual unit :P11:26
bigcalmHazRPG: both11:26
* HazRPG sadly still owns a crt widescreen 30" tv11:26
bigcalmAll 8 units are now completely full of DVDs11:26
bigcalmThe CDs are hiding in boxes now :(11:26
MartijnVdSHazRPG: ^ check out that photo :)11:26
bigcalms/DVDs/DVDS+Blu-ray11:27
MartijnVdSbigcalm: "movies"11:27
HazRPGMartijnVdS: I did, was just about to comment - not fair :(11:27
MartijnVdSHazRPG: not fair? it's only almost 400 CDs :)11:27
bigcalmMartijnVdS: that's a better way, aye11:27
directhexhttp://plixi.com/p/7834398411:28
directhexsorry, celphone pic11:28
directhexyou can just about see the nes, snes & n64 shelves11:28
bigcalmdirecthex: I like the alternating colours :)11:28
HazRPG:(11:28
* HazRPG must be in the wrong business11:28
directhexbigcalm, ikea never have enough of the same colour in stock :)11:28
bigcalmdirecthex: buy the glass doors and don't worry about dusting11:28
bigcalmHaha11:28
HazRPGdirecthex: going for the chessboard look?11:28
directhexHazRPG, more or less11:29
bigcalmGot mine from Wednesbury in 2 lots of 411:29
directhexwow, what a crap pic. http://plixi.com/p/7834421711:29
HazRPGdirecthex: I like how the last one doesn't have shelves and just stacked with books instead xD11:29
directhexstill, you can almost see, dreamcast & wii in top left, 360 in top middle11:30
directhexn64 in leftmost, snes in rightmost11:30
directhexmegadrive below n64, ps3 and ps3 below snes11:30
HazRPGdirecthex: wish I had a snes :/11:30
directhexand nes on bottom row, offset right11:30
MartijnVdSThis is the other side of my room: http://twitpic.com/410ttt11:31
DJonesThis is my game storage area http://goo.gl/xbWvl11:31
MartijnVdSdirecthex: *facepalm*11:31
HazRPGdirecthex: see that tv rack/shelf/whatever, would be awesome - but I want to make an actual arcade machine myself11:31
HazRPGwouldn't be too hard to make if I had the tools to do it, I mean I've got stacks of switches and other electric stuff to be able to make it turn on the right console if a controller was picked up, etc11:32
HazRPGI'm sure I could jimmy together a switching system for the video output too11:32
HazRPGor use an existing one and solder some wires to it11:33
czajkowskiAloha11:33
directhexeek! no cat talk, anyone!11:33
MooDoohello czajkowski11:33
HazRPGDJones: emu's huh?11:33
davmor2czajkowski: hello11:34
czajkowskihow are we al this friday morning11:34
mungojerryhas only just noticed that cron hasn't been starting since installing lucid about 1 year ago11:34
MooDooczajkowski: not looking forward to my "i got caught speeding and now i have to do a driver awareness course" course tonight :)11:35
popeyhaha11:35
HazRPGmungojerry: what /did/ it do? Or rather what jobs was it serving before the update(s)?11:35
czajkowskiMooDoo: eh ? yer kidding me ?11:35
mungojerryupdating stuff on our office display screens11:35
HazRPGczajkowski: hey \o11:35
MooDooczajkowski: nah it's an option now, points or a course, it's for low speeding incidents...37 in a 3011:36
HazRPGmungojerry: wait, so its been keeping the same imagine for a year?11:36
czajkowskiMooDoo: hah priceless11:36
* HazRPG can only imagine the screen burn damage that might cause11:36
mungojerryhazrpg,  we display stuff like http://apod.nasa.gov/apod/astropix.html11:36
MooDooczajkowski: pah! £90 and 4 hours this evening.11:36
HazRPGMooDoo: really?11:36
MooDooHazRPG: yup :)11:36
mungojerrybut a lot of it is only out of hours, so i never noticed that the display didn't change11:37
mungojerrythe in-day stuff worked11:37
czajkowskiMooDoo: sily boy for speeding11:37
MooDooczajkowski: yup i know.....:( only day i picked to drive the car and not be on my bike lol11:37
mungojerrybug 59211411:37
lubotu3Launchpad bug 592114 in upstart (Ubuntu) "upstart doesn't start cron automatically on boot in lucid for server on amd64" [Undecided,Incomplete] https://launchpad.net/bugs/59211411:37
mungojerrybad description though11:38
* HazRPG has an urge to buy a snes now11:38
selinuxiumHi all  o/11:41
HazRPGselinuxium: hey \o11:41
selinuxiumHy HazRPG, how's tricks?11:41
HazRPGselinuxium: not bad yourself?11:42
czajkowskiwhy is i baby sucking soothers are sooo cute11:42
MooDooczajkowski: :)11:42
selinuxiumHazRPG, Not too bad, back from Leeds.. Much better now.. :)11:42
czajkowskilike maggie from simpsons11:42
selinuxiumczajkowski, Depends how old they are... :)11:42
HazRPGselinuxium: cool, did you have fun?11:43
czajkowskiselinuxium: 4 months old11:43
TheOpenSourcererHi all.11:43
selinuxiumHazRPG, Not really, had to shout at our DC provider for being 3 month behind provisioning our systems..11:43
selinuxiumczajkowski, Cool..11:43
HazRPGouch11:44
selinuxiumI remebr when mine was cute and didn't have a better way of doing everythig...11:44
* popey tickles TheOpenSourcerer 11:44
* mungojerry has a 1yr old11:44
MartijnVdSpopey: alancest? :)11:44
popeyheh11:44
* TheOpenSourcerer giggles excitedly11:44
popeyand eww11:44
selinuxiumMy 'little;' girl is 1511:45
selinuxiumEwww +111:45
TheOpenSourcererWazzup popey ?11:45
popeynowt11:45
popey\o/ friday11:45
selinuxium\o/11:45
TheOpenSourcererOh :-(11:45
Neotihey people11:45
TheOpenSourcererThought you wanted to talk secret squirrel like ;-)11:45
TheOpenSourcererIt's FRIDAY :-D11:46
TheOpenSourcererAlanBell: Will be getting up around 4:00am in Sunday.11:46
Neotii might have a crunchy then11:46
TheOpenSourcerers/in/on11:46
Neoti\0/11:46
popey\o/ wifey out this evening11:47
popeyI get a night in with toys11:47
TheOpenSourcererMine is way for 4 days next week.11:47
NeotiLOL at toys11:47
TheOpenSourcererWith the kids !11:47
davmor2popey: you make it sound like it's a minecraft night or something11:48
Neotiwhat kind ... lol .....!!!!!11:48
popeyhaha davmor211:48
popeymaaaaybe11:48
DJones /o\ wifey supposed to be out tonight, but saying she's not going because of a cold11:48
DJonesNo toys for me11:48
* mungojerry marks the upgrading of the last rhel4 desktop on his network \o/11:49
davmor2DJones: it's your own fault for not keeping a large supply of lemsip in the cupboard for just such an emergency ;)11:49
mungojerryhome made lemsip is nicer :)11:50
X3Njust went passed the 800 mark on lp ~ubuntu-uk11:51
X3Nhttps://launchpad.net/~ubuntu-uk11:51
DJonesdavmor2: Wouldn't mind, I said I had a sore throat on Tuesday evening, Wednesday morning she said she had one as well, by Wednesday evening, mine had gone and she's got full blown flu (or more probably a cold)11:51
davmor2DJones: So I saw your words then and all I heard was "Yeap my fault entirely" :D11:52
DJonesdavmor2: :)11:53
DJonesI blame my mum, she had at the weekend11:53
czajkowskiX3N: is there an expirary on members in the team ?11:54
HazRPGwoot! I got accepted :D11:55
HazRPGX3N: yay!11:55
MooDooHazRPG: for waht11:55
HazRPGMooDoo: the launchpad thing xD11:55
X3Nno11:55
MooDooHazRPG: eeeee and you can see my ugly mug on the members photos page....11:56
MooDooforgot about that11:57
czajkowskiX3N: possibly not as high as that, many join teams and never take part or are active. still interesting mind you11:57
HazRPGheh I put my picture up... but still hasn't shown up on my main profile I don't think :/11:57
Mez_does anyone know an easy way to write a copy of a directory to DVD sized isos? (The directory is about 6Gb - so I want to split it nicely)11:59
=== Mez_ is now known as Mez
HazRPGX3N: do images have to get verified before they show up? Or am I missing a trick here?11:59
HazRPGMooDoo: which one's you?12:00
MooDooHazRPG: paul Mellors12:00
HazRPGMooDoo: nice big grin there :)12:01
X3NHazRPG: I don't think there is a vetting process for images12:01
MooDooHazRPG: at a christening12:01
HazRPGMooDoo: cool12:03
MooDooHazRPG: my laddos :)12:03
HazRPG:)12:03
HazRPGwhy are a lot of people scared to have their photo up12:03
HazRPGargh! holy cow, my photo is on there >_<12:04
MooDooHazRPG: not scare, probably not interested12:04
HazRPGMooDoo: I guess so12:04
HazRPGsome still use aliases for their names too, so I guess they like their privacy12:04
HazRPGheh, just realised that photo I put up was well before I grew my beard12:05
MooDoobeard ftw!12:05
* mungojerry wonders what the ratio of beards:non-beards is among the linux community12:06
HazRPGbut the photo has meaning in my eyes though, it was when me and a few friends tried to get bands that would not normally come to our area in - we did it on a not-for-profit basis, was fun, thus the reason you see me as the DJ in that photo... since we did all the work ourselves12:07
HazRPGmungojerry: make a survey!12:07
* MartijnVdS is beardless12:08
mungojerrybeards:pony tails:linux tattoo:none of the above12:08
mungojerryunbeared but regularly unshaven12:08
mungojerryugh its typo friday12:08
HazRPGtails:linux?12:09
* HazRPG just noticed czajkowski hiding behind a koala12:11
czajkowskic12:11
czajkowskiyes12:11
HazRPGheh my pc is called koala xD12:11
HazRPGwas given the name well before karmic too12:12
HazRPGfor a while I kept telling people "meet my karmic koala"12:12
HazRPGfrom an operating stand point, is English (UK) very different from English (US)? I mean I can understand the obvious spelling mistakes... and probably a few words that just don't translate between the two (context-wise)... but is there really much difference? (looking at danfish since I noticed he's part of the UK translating team)12:14
DJonesHazRPG: Did it take a while for your photo to come up on the mugshots page, just added one for me & its not shown up yet, although appears on my profile page now12:32
HazRPGDJones: well since I only just got accepted to the team, I'm not sure - since I uploaded it like 2-3 days ago12:33
HazRPGon my main page it doesn't show up, but it does on the mugshots12:33
DJonesHazRPG: ok, no worries, mine shows up if I go to edit my profile, but not on mugshots.  I guess most likely to be filtering through yet12:34
HazRPGheh, yeah mine showed up in edit too - but still hasn't been added to the main page (which is weird, since it is exactly the same photo - I just cropped/shrunk it)12:35
HazRPGit was also added the same day too12:35
DJonesHazRPG: Mine shows up on the mugshots for another team I'd joined, but not the -uk team12:36
HazRPGDJones: that could just be a cache thing12:36
HazRPGeither local cache, or website-based cache12:36
DJonesProbably, I've tried refresh, but no success yet12:37
DJonesSo I'm assuming its not local cache12:37
HazRPGI use to use Smarty for some sites I built, and I found some pages would update faster than others - depending on how often those pages were viewed - but it entirely depends on how it does it12:37
HazRPGDJones: what's the name if you don't mind me asking?12:38
DJonesHazRPG: Dave Jones12:38
DJonesI look a bit hairy on the picture though :)12:38
HazRPGDJones: I'll take a look12:38
HazRPGurgh, I hate it when chrome decides to update itself :/12:39
HazRPGmakes browsing sluggish until you actually restart the silly thing12:39
HazRPGDJones: nope, got nothing on either pages on my side12:41
DJonesHazRPG: Its wierd, I'm in 4 groups and 3 of them show the picture, just -uk doesn't, maybe theres an approval needed12:42
DJonesHazRPG: Does the picture show up on12:43
DJones12:37 < HazRPG> makes browsing sluggish until you actually restart the silly thing12:43
DJoneshttps://launchpad.net/~ubuntu-uk-marketing/+mugshots12:43
DJonesThat link12:43
HazRPGDJones: xD12:43
HazRPGyeah12:43
DJonesI least I know it works then12:44
DJonesThanks12:44
HazRPGmight just be an internal caching system that's slowly catching up?12:44
HazRPGno problem12:44
HazRPGDJones: does it show up on your main page?12:44
DJonesNo, I don't think they're meant to until you login and go to edit your profile12:45
HazRPGDJones: it should though, e.g. https://launchpad.net/~alanbell <==12:45
HazRPGmine doesn't show on mine https://launchpad.net/~hazrpg12:46
HazRPGor at least not for me12:46
MartijnVdSnot here either12:47
* HazRPG wonders if its hard to develop apps for ubuntu12:47
DJonesHazRPG: Did you use the Change branding option12:47
HazRPGyeah12:47
HazRPGit shows up on there... but not on the main profile page for some reason12:47
DJonesI haven't done that with mine, I'll try it now12:47
HazRPGoh... wait... the logo is gone from my branding section now :S12:48
DJonesThats worked for me12:49
HazRPGWoot! Shows up now...12:49
HazRPGhttps://launchpad.net/~hazrpg12:49
szymon_ghi12:49
HazRPGdon't know why it didn't the first time I did it ~2 days ago12:49
DJonesHi szymon_g12:49
HazRPGszymon_g: hey12:49
HazRPGDJones: so what do you do for the marketing team12:50
HazRPG?*12:50
DJonesAt the moment, nothing, although try & keep interested12:50
HazRPGDJones: when did you signup?12:50
DJonesAccording to the date, it says Sept 2007, I think I joined when there was something specific happening & probably forgotten about it since12:52
HazRPGDJones: the marketing team you mean?13:01
DJonesHazRPG: yes13:01
HazRPGapparently I've been a member with launchpad since 2006, I think it was because I sent a bug report once :P13:03
DJones:)13:03
HazRPGcan't say I've ever had any bugs since the few that I did submit in back then13:03
HazRPGmost of the issues I had since were mainly because I was being an r-tard and didn't know what I was doing :P13:04
czajkowskianyone use Sky and know what station I'd find Cbbeebbies on13:04
czajkowskicannot work this remote13:04
popey7113:05
popeyiirc13:05
czajkowskithanks13:05
popeyno, thats freeview13:05
popey701?13:05
popeyhttp://en.wikipedia.org/wiki/List_of_channels_on_Sky13:05
popey614 apparently :)13:05
popeyI quit sky years ago :)13:05
HazRPGshoot, was just about to say that13:05
HazRPG71 is freeview13:05
czajkowskipopey: you rock13:05
czajkowskithanks13:05
popeynp13:05
davmor2czajkowski: is that cause the squiggles on the button are too confusing ;)13:05
czajkowskidavmor2: no I couldnt get it up on the menu13:06
czajkowskiand 2 kids are not happy13:06
czajkowskiso if I cna make one happy I can sort the other one13:06
mungojerry /me notices that his /etc/issue file now says 10.04.213:07
HazRPGmungojerry: ^^13:09
HazRPGthink it was shauno earlier that mentioned that13:09
HazRPGthere was an update for ubuntu 10.0413:09
mungojerryhttps://wiki.ubuntu.com/LucidLynx/ReleaseNotes/ChangeSummary/10.04.213:09
* mungojerry runs 10.04 with a ridiculous number of PPAs13:13
nucc1is there a way to view a file in from the bottom up, using 'less'?13:17
mungojerryi usually just hit shift-G to jump to botton13:18
nucc1mungojerry, nice. thanks.13:19
nucc1got a PDF that fails to print consistently at a certain page, trying to find out why13:19
mungojerryctrl-b ctrl-f to skip pages13:19
ali1234i just press end and then page up13:21
nucc1:p i didn't realise that worked in less13:21
nucc1seems to be a ghostscript error13:22
nucc1i wonder why all bugzilla instances worldwide don't use a single authentication database :p13:22
mungojerryhas anyone tried embedding evince in firefox like this: http://askubuntu.com/questions/26796/how-to-embed-evince-in-firefox-413:23
czajkowskiseriously 2 dirty nappies in an hour13:25
czajkowskiI forgot about this13:25
HazRPGgord: money magic!13:26
gord<3 monkey13:26
HazRPGgord: just noticed your xbmc video13:26
HazRPGman I love that show!13:27
HazRPGpeople always think I made it up when I describe it13:27
HazRPGsome people were just never cool enough to watch channel 4 when it was on13:28
brobostigonafternoonings everyone.13:38
HazRPGhey brobostigon \o13:39
brobostigonhey HazRPG :)13:39
Myrttimmmm salmiakki13:46
danfishafternoon13:46
brobostigonafternoonings danfish and Myrtti13:47
screen-xhmm one of my cpu cores was getting rather hot (85 deg c) turns out gnome-panel was spinning.13:48
danfishczajkowski: don't cha just love that nappy smell with a freshly brewed deposit :D13:49
czajkowskidanfish: two very stinky ones13:50
czajkowski I suspect a 3d on the way13:50
popeyczajkowski: congratulations13:51
screen-xwut? /me assumed cz had borrowed a baby from somewhere13:52
davmor2czajkowski: wow 3d stinky nappies  /me wonders what will be 3d next13:53
danfishdavmor2: heh - from the sounds of it, not just 3D but smell-o-vision13:55
=== dogmatic69_ is now known as dogmatic69
pr0ph3thi all13:58
pr0ph3tis there a secure way to keep an open port on my router? (NAT forwarding)13:59
popeypr0ph3t: open port to what?14:01
mungojerrypr0ph3t you want to access a machine inside your network from the internet via the NAT router14:01
mungojerry.?14:01
pr0ph3terhm, I will access my computer remotely from my phone, streaming media files14:02
popeysounds insecure :)14:02
pr0ph3tso using the mobile network, i.e. a different network14:02
pr0ph3tit is, I basically open two ports and anyone can connect to them pretty much14:03
popeywhat client?14:04
pr0ph3tpopey, gmote14:04
popeywhy do you need to be outside the network?14:04
popeydoes your phone not have wifi?14:04
pr0ph3tyes but I can browse the server media files and play them on my phone, so it becomes a media centre accessible remotely, of course running ubuntu14:05
mungojerrygmote allows password protection, right?14:05
pr0ph3tmungojerry, no14:05
popeywhat process runs on the server?14:06
popeymaybe you could do something with port knocking14:06
popeyyou attempt to connect on some random high port number, which opens up a lower port number just for your IP14:07
pr0ph3tpopey, Gmote Server,  but it's a standard ubuntu installation14:07
popeydoes gmote server support passwords?14:07
pr0ph3tyes14:07
popeyso do that?14:07
pr0ph3tis that gonna be enough to be secure?14:08
mungojerrypr0ph3t you can additionally restrict incoming connections on 8889 (or whatever gmote port) to the mobile phone network netblock14:08
pr0ph3tnot 100% but at least 75%?14:08
mungojerryhave ou also seen this: https://wiki.ubuntu.com/UbuntuOne/MusicStreaming14:08
mungojerryspotify premium also works14:09
mungojerryboth of these require ££14:09
popey\o/ spotify14:10
pr0ph3tmungojerry, restricting access to mobile network sounds good, and I know about those programs, with gmote you can stream movies as well14:10
s-foxHello.14:10
pr0ph3talthough 3's gonna get annoyed14:10
mungojerryyeah i bet14:11
Myrttispotify ♥14:11
mungojerryunlimited data suddenly gets restrcited for fair use14:11
pr0ph3tbut they are giving "all you can eat data"14:11
pr0ph3twhich is not restricted by fair usage but to personal use14:11
mungojerryi just use an mp3 player with massive battery life instead of smartphone for listening to stuff14:11
mungojerrymy htc battery is too precious14:12
ali1234pr0ph3t: open 1 port, run openvpn on it, use certificates... that should be pretty secure14:12
ali1234plus it will prevent 3 from doing packet inspection14:12
Myrttiboo, kitty likes alpaca yarn too much14:12
pr0ph3topenvpn, I'll look it up, thank ali1234, thanks all14:13
Myrttiit's all in kitty drool now :-(14:13
brobostigon:(14:14
mungojerry"Oracle this week pushed an updated version of its Java runtime  environment that fixes 21 security vulnerabilities, 19 of which allow  attackers to remotely install malicious software on end-user machines."14:14
ali1234for that matter, you could just use ssh with certs and tunneling/proxyarp14:14
andylockranhey guys14:15
popeyhowdy howdy howdy14:15
andylockranI have a dd img file, (200GB disk) and I want to write that to a brand new 1TB physical disk14:15
andylockranhow do I go about that.. so i partition the 1TB first14:15
ali1234whole disk?14:15
andylockrandd is an image of a whole disk14:16
ali1234easier to mount it and copy the files14:16
andylockrancan I do a dd if=/home/andy/disk.img of=/dev/sdc14:16
mungojerrya whole disk e.g. /dev/sda will also include partition info14:16
ali1234you can do, but then you'll have a 200GB partition and nothing else14:16
ali1234you'll have to resize it14:16
mungojerryandylockran, i did that last week14:16
mungojerrythen u use partimage to resize14:17
andylockranyeah, that'll work for me.14:17
andylockranawesome14:17
andylockranis there a flag to show % complete when running the dd ?14:17
mungojerryi even needed to resize my logical partition, which was scary but worked14:17
mungojerryyes14:17
ali1234i would much rather format the new drive, loopmount the image, and cp -a the files14:17
ali1234that way you get a free defrag :)14:17
andylockrandmesg14:17
mungojerryandylockran, there's a kill command..14:17
andylockranali1234: that also makes sense14:18
mungojerryhold on i'll find it14:18
* mungojerry is from solaris background, dd just feels "right" to him14:18
mungojerryhttp://linuxcommando.blogspot.com/2008/06/show-progress-during-dd-copy.html14:18
mungojerryhaven't tried it, because the progress was v quick14:19
mungojerry200gb writing to  a local 7200rpm disk should only take 20-30 mins14:19
mungojerryactually i did at 80gb dd img that took ~15mins..200gb maybe longer14:21
mungojerryeven discovered that the win xp partition still worked after the dd 8-)14:22
danfish!info dcfldd | andylockran14:23
lubotu3andylockran: dcfldd (source: dcfldd): enhanced version of dd for forensics and security. In component universe, is optional. Version 1.3.4.1-2 (maverick), package size 35 kB, installed size 124 kB14:23
danfishandylockran: dcfldd has a nice progress bar and is a drop-in dd replacement14:24
mungojerrydanfish, nice14:25
andylockranthanks14:25
andylockran711705088 bytes (712 MB) copied, 40.5911 s, 17.5 MB/s14:25
andylockran8237560320 bytes (8.2 GB) copied, 473.931 s, 17.4 MB/s14:32
andylockran1GB/Minute ?14:32
mungojerrywhere are you copying from/to?14:34
andylockrantwo SATA disks in the same amchine.14:34
andylockran1 on a SATA card, the other on onboard controller14:34
andylockranis that slow?14:35
HazRPGHey guys, finally decided to test out ubuntu server in a virtual machine. Getting ready to migrate my old server over to ubuntu.14:36
HazRPGQuestion; Do you have to pay for landscape? And what is it exactly?14:37
danfishandylockran: not sure - depends on a number of factors including sata card make, type etc I suppose14:37
mungojerryandylockran, seems slow. i had slowness issues when originally creating the dd file from local sata to usb external drive (couple of hours at least), but the other way round was fast for me14:38
mungojerryi wonder if performance is linear :|14:38
andylockransata was meant to be 150mb/s14:40
danfishandylockran: daubers would know, but he's not around afaik14:40
andylockranSATA disk can write approx 35-40MB/s and read 17MB/s14:41
danfishandylockran: ahh, but you're forgetting there's a solar flare happening ;)14:41
andylockranah yea14:43
andylockranthat'll be it14:43
andylockranthanks14:43
HazRPGok, found out what it is... sounds pretty cool, but from the site it seems that it's a paid service... would I be wrong in thinking that? Tempted to try it out regardless though, is it expensive?14:47
popeylandscape is a pay-service, yes14:49
brobostigonfreetrial though.14:50
HazRPGbrobostigon: yeah I noticed :)14:50
HazRPGpopey: thanks for the up :)14:50
brobostigonHazRPG: :)14:51
AlanBellour free 60 day trial has been going since 09/06/0914:55
HazRPGAlanBell: really? Is that even possible?14:55
HazRPGsurely that's a bug...14:55
AlanBellprobably, or could be because we are a partner and someone pressed a magic button15:00
HazRPG:P15:00
AlanBellone of those things were it isn't really in my interest to find out15:00
HazRPGindeed15:00
andylockranthis is a little too slow..15:01
brobostigonok,i need some advice, i need to track the revisions i am making between versions of the car controller software i am making better, any ideas ?15:04
popeygit15:04
daubersbzr15:05
popeybzr15:05
dauberscvs15:05
* popey points and laughs15:05
popeyyou said it!15:05
* daubers had to use cvs the other day, it made me sad :(15:05
brobostigonhmm, :)15:05
dutchiepopey said git before bzr, loses 5 canonical points15:05
popeyyeah, I did15:05
brobostigoni could use launchpad?15:05
popeythought it might win me favour with the cool kids15:05
popeyyou could15:05
popey!bzr15:06
lubotu3bzr is Bazaar-NG, a decentralized revision control system designed to be easy for developers and end users alike. Decentralized revision control systems give people the ability to work over the internet using the bazaar development model.  See http://bazaar-vcs.org/QuickHackingWithBzr for a quickstart guide.15:06
daubersbrobostigon: launchpad uses bzr :)15:06
daubersbrobostigon: Nicer front end though15:06
popeyyou could use launchpad + bzr15:06
popeyor git + github15:06
brobostigonok, let me have a look at github and launchpad then. :)15:07
popeyare you doing this coding on ubuntu?15:07
brobostigondebian and ubuntu, yes.15:07
ali1234you don't need to use launchpad or github on any of that stuff15:07
ali1234if it is private, you just use git locally15:07
dutchiebzr has a flatter learning curve but is less powerful imo15:07
gordbrobostigon, pretty simple tutorial for bzr, "bzr init" in your directory. "bzr add *" add all the files. "bzr commit -m "This is my first commit" " does your commit, just commit all the revisions you want15:08
gordyou don't have to use launchpad at all15:08
ali1234the instructions for git are exactly the same except it is git commit -a (a for all) instead of bzr commit -m (m for who knows what?)15:08
dutchiemessage15:08
dutchiegit has exactly the same option for the same thing :)15:09
ali1234i see15:09
ali1234i just use the editor15:09
ali1234then i can actually write a reasonable description of the commit15:09
dutchieyeah15:09
jpdsdutchie: 'less powerful'?15:09
ali1234i really hate to see mega-commits labelled "commiting a bunch of stuff"15:09
HazRPGI use svn at home, is that bad compared to git/bzr?15:10
ali1234yes15:10
HazRPG:(15:10
brobostigonso what do i do then.15:10
ali1234what gord said15:10
dutchiejpds: dunno, that's just my (probably wrong) impression15:10
HazRPGI mean I've used git for grabbing and compiling code online, but never used it commits, etc15:10
ali1234svn sucks15:10
brobostigongord: however it would be good to make it easy, for other people to read said code aswell.15:11
gordbrobostigon, it honestly doesn't matter if you use bzr or git, but if you use bzr i can at least help you out with that, i use it all day long :)15:11
brobostigongord: bzr it is then.15:11
ali1234you can upload the repo later15:11
gordbrobostigon, well in that case when you want to "push" your code up to launchpad you just do "bzr push lp:~yourusername/+junk/<projectname>"15:11
ali1234it's distributed so you don't need to make it all in one place like you do with svn15:12
gordand after the first time you do that, bzr will remember so you just do "bzr push" every time you upload15:12
ali1234does bzr have rebase --interactive like git?15:12
brobostigongord: thank you, ok.15:12
dutchiegit add -p is one of the best git features imo15:13
dutchieand the all the branches in one dir is nice too15:13
HazRPGis it a bad idea to have a server (ubuntu) auto-update?15:15
gordbrobostigon, also, a little further ahead than you need but when you have a few revisions under your belt, "bzr visualise" will provide you with a nice pretty gui to look at what you did between revisions15:15
gordHazRPG, i set my server to auto-update security fixes, not auto-updating those would be insane15:16
brobostigongord: sounds good, :)15:16
HazRPGgord: heh, I meant the security updates... it's the option in the installer15:16
HazRPGgord: thanks :)15:16
penguin42how often does it run the autoupdates?15:17
HazRPGpenguin42: erm... I haven't even picked "no automatic updates, install security updates automatically, manage system with landscape" options yet15:17
HazRPGfirst time installing ubuntu server15:18
HazRPGor any linux server for that matter ...15:18
* penguin42 is just wondering if it's a daily thing on a cron then I'd pick the time to be one that I was around; if it was every few hours well, then you can't really change that15:18
HazRPG*shrug*15:19
HazRPGsoon find out...15:19
HazRPGwow why doesn't ubuntu-alternative (desktop) have an application picker like this :o15:20
brobostigongord: ok, bzr installed, do i start with bzr init, and then the bzr push lp:* ?15:20
ali1234because then it would be the server install15:21
gordbrobostigon, no follow the steps i outlined above, after a commit, you can then bzr push15:22
HazRPGali1234: no, I mean why doesn't it have an application picker for picking things like Open(Libre)Office; Games; etc15:22
ali1234i know...15:22
HazRPGwould be useful15:23
HazRPGI'm sure there's a reasoning as to why they don't somewhere15:23
ali1234actually i'm pretty sure it does have that15:23
HazRPGubuntu-alt install?15:24
HazRPGI just used it the other day, don't think I noticed one15:24
HazRPGI guess one could always use the oem-tools15:25
czajkowskifolks may be interested http://j.mp/eOHQhR15:25
ali1234or oyu could just use the server install disc15:25
daubersandylockran: A single SATA HDD is rubbish in linear performance (after catching up with the above). The bus can hand a lot more than the drive can deliver15:25
brobostigongord: ok, let me bring them up again.15:26
gordbrobostigon, bring them up, but them in tomboy, write them down :P15:26
HazRPGali1234: lol, wouldn't that defeat the whole purpose though? Since that would just be more work having to install the desktop environment, etc15:26
HazRPGczajkowski: hmm... interesting15:26
ali1234well which is it? you want to select packages, or not?15:27
brobostigongord: good idea, :)15:27
HazRPGali1234: well to select packages, but only to reduce time; not extend it.15:29
andylockrandaubers: that makes sense, thanks.15:30
brobostigongord: i am getting errors when i try bzr push, "error, connection closed"15:31
gordbrobostigon, full error please15:32
brobostigonWarning: Permanently added 'bazaar.launchpad.net,91.189.90.11' (RSA) to the list of known hosts.15:32
brobostigonPermission denied (publickey).15:32
brobostigonbzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.15:33
gordbrobostigon, have you registered your ssh key in launchpad? https://launchpad.net/people/+me/+editsshkeys15:33
brobostigongord: i thought i did/have, let mecheck.15:34
gordyou might also need to tell bzr who you are, but i'm not convinced you have to bzr whoami "John Doe <john.doe@gmail.com>"15:36
gordbzr launchpad-login should try and log you in at least15:37
brobostigonok.15:38
brobostigongord: thank you, :)15:43
brobostigonhttps://code.launchpad.net/~scraliontis/+junk/saab-hybrid15:43
gord:)15:45
brobostigongord: so for every revision, i bzr commit -m ? and then bzr push.15:50
gordbrobostigon, yup, or if you want to do a more detailed commit message you can just do "bzr commit", it'll open a text editor for you, once you save and quit it'll set your message that you saved as the message15:51
brobostigongord: ah,thats useful.15:52
brobostigoni just have a funny thought, wouldnt it be weird to monitor car controller bugs on launchpad.16:22
brobostigonhad*16:22
gordwhy would that be weird?16:26
brobostigonit was just my thought, what such a bug might entail, "brake failiure" "potentiometer not pickinh up properly, to regulate speed"16:28
gordsounds like the kind of thing that is perfect for launchpad if you ask me :)16:29
brobostigonmaybe, yes. but still in mymind, alittle weird.16:30
penguin42anyone happen to know what /lib/udev/watershed does?16:36
jpdspenguin42: apt-cache show watershed16:38
penguin42oh right, hadn't even thought it would be a separate package16:39
penguin42hmm ok - thanks16:39
* penguin42 is trying to debug a ~90 second pause in his boot involving some hideous mix of lvm and udev16:41
jpdspenguin42: Looked at bootchart ?16:42
penguin42jpds: Yeh, it shows udev and lvm doing 'something' for that time16:42
penguin42jpds: Bug 62539516:43
lubotu3Launchpad bug 625395 in linux (Ubuntu) "~30s boot pause" [Medium,Triaged] https://launchpad.net/bugs/62539516:43
AlanBell!ping17:00
lubotu3ping-pong, a fun game for all the family17:00
* DJones is slightly disturbed to see the names of a couple booking a honeymoon for after their wedding, a Mr Allcock and a Miss Cox17:11
danfish!friday17:24
danfishbah - the bot should know about Friday17:25
MartijnVdS!weekend17:25
lubotu3It's a weekend. Often on weekends the paid developers and a lot of the community may not be around to answer your question. Please be patient, wait longer than you normally would or try again during the working week.17:25
MartijnVdSit knows about weekend :)17:25
brobostigon:)17:26
danfishclose, but not close enough. Mr/Ms Bot, Friday = beer to be drunk, fun to be had.17:26
MartijnVdSbeer! but it's only 18:3017:27
MartijnVdSish17:27
danfishMartijnVdS: ...and your point being ;)17:27
MartijnVdSdanfish: I see yours now :)17:27
danfish:D17:30
AlanBell!gender17:31
lubotu3yes, I can confirm I am a female bot :)17:31
Pendulumso if lubotu3 is female, does that mean bots are like boats?17:34
danfishPendulum: please to be explaining17:56
Pendulumboats are always female17:57
Pendulumso are bots always female?17:57
davmor2Pendulum: The Terminator was a bot he was male :D17:58
Pendulumdavmor2: but he wasn't an IRC bot17:58
davmor2Pendulum: But then I can't be pedantic about your comment of "so are bots always female" :D18:00
Pendulumhaha18:00
gordif all boats are female and all bots are female, then all females are boat bots? my logic is sound i am sure.18:02
MartijnVdSIf all bots are female, why was the word "fembot" invented18:25
brobostigon:)18:26
lunchie3pureley to be used in austin powers lol, refers to the actual fembot design rather than fembot meaning femal bot18:34
lunchie3lo18:45
davmor2lunchie3: Tell bender that18:45
davmor2Pendulum: Irc bot are female as most ladies name things in a female fashion and most men call anything they work on her18:47
davmor2Pendulum: poor bot doesn't stand a chance really being worked on by both sexs18:48
AlanBelland your disturbing mental image of the day was brought to you by davmor218:50
lunchie2lo18:54
jacobw:)19:17
* MartijnVdS is so happy with $new_kitchen19:22
brobostigon:)19:22
MartijnVdSbrobostigon: so much shelf space, bigger fridge, bigger freezer, better microwave/oven combination19:24
jacobwbut does it run linux?19:25
brobostigonMartijnVdS: :)19:25
MartijnVdSjacobw: it's all Ikea19:25
MartijnVdSjacobw: I don't know really19:25
brobostigonMartijnVdS: how have you christened it?19:27
MartijnVdSbrobostigon: I've made pasta :)19:27
DJonesMartijnVdS: Beer fridge?19:28
MartijnVdSDJones: among other things :)19:28
dutchieDJones: is there any other sort?19:28
dutchieactually, proper beer does not require a fridge19:28
brobostigonMartijnVdS: yummy, nice.:)19:28
MartijnVdSbrobostigon: so.. want to buy a fridge? :) (my old one)19:29
DJonesdutchie: Sometimes there's a Vodka firdge, although that is more of a beer freezer19:30
penguin42MartijnVdS: Can it make pie  ?19:30
MartijnVdSpenguin42: yes19:30
DJoness/beer freezer/vodka freezer19:30
penguin42then it's a good kitchen19:30
MartijnVdSpenguin42: :)19:31
brobostigonMartijnVdS: i think it might be impractical to ship it,and we have  beer fridge already,19:31
MartijnVdSbrobostigon: also, my sister is interested (beer fridge/emergency freezer)19:31
brobostigonMartijnVdS: ah,19:32
MartijnVdSbrobostigon: this is the microwave/oven: http://www.ikea.com/nl/nl/catalog/products/7012302619:32
MartijnVdSalso, a small (45cm wide) dishwasher.. it's so cute ♥19:33
penguin42ooh a combimagnetron19:39
brobostigonMartijnVdS: nice.19:39
MartijnVdSpenguin42: it's a microwave.. and it's an oven! :)19:45
penguin42MartijnVdS: Yeh. I think our (free standing) microwave also has a conventional element, I've never used it - we've got a separate electric oven19:46
MartijnVdSpenguin42: I didn't want to "waste" space, it's only 4m wide19:46
dutchieMartijnVdS: that's a very large oven19:51
MartijnVdSdutchie: it's a bit larger than my old microwave19:52
popey\o/ minecraft o clock19:52
MartijnVdSpopey: isn't it always Minecraft o'clock at Popey Mansion?19:52
popeythere is that19:52
brobostigonandroid google reader widget, :)19:54
MartijnVdSbrobostigon: it has a widget? I saw an update..19:54
brobostigonMartijnVdS: it does now, it came with most recent update,19:54
* MartijnVdS enabled two-factor auth on his google account last week19:54
brobostigon?19:55
brobostigonwhat is that?19:55
brobostigonso you can be logged into more than one account atonce?19:55
penguin42MartijnVdS: How does it work with them?19:55
MartijnVdSbrobostigon: Google asks for a code (generated by an app on your phone) after logging in with your password19:56
MartijnVdSand it works great19:56
brobostigonMartijnVdS: what is its purpose?19:56
MartijnVdSbrobostigon: if h4x0rs figure out your password, they won't have access to your account, unless they can also guess that code19:57
MartijnVdSthe code changes every 30 seconds19:57
Myrttilike the RSA keyfobs some people need to log in to workplace networks - it's a onetime password that needs to be given to log in19:57
MartijnVdSand it's based on a shared secret between Google and my phone19:57
MartijnVdSMyrtti: a bit like that, yes19:58
MartijnVdSMyrtti: except Google _also_ wants my password19:58
brobostigonsounds interesting,19:58
MartijnVdSbrobostigon: http://www.theregister.co.uk/2011/02/10/gmail_2_factor_authentication/19:58
penguin42MartijnVdS: Except your phone is also logged onto google so has your password as well?19:59
MartijnVdSpenguin42: you have to generate "single-use" passwords for your phone (and google talk) etc.19:59
MyrttiMartijnVdS: well, so does these corporate networks19:59
MartijnVdSMyrtti: I've never used them really, I assumed they required only the code20:00
MyrttiMartijnVdS: bf works for a big international company and they need the keyfob + password for logging into vpn20:00
MartijnVdSMyrtti: I hope we'll switch to something sane like that20:01
* MartijnVdS has to use ssh -D now :(20:01
mgdmjpds: May I bother you for your window switching setup thing for irssi again? I've lost the text file I pasted it into.20:26
mgdm(I am also using a bare irssi config)20:26
MartijnVdSmgdm: /win <x>20:33
MartijnVdSmgdm: alt+<x>?20:33
MartijnVdSmgdm: ESC <x> ?20:33
mgdmMartijnVdS: jpds has a trick to set up /1 all the way to /200 in one shot20:33
MartijnVdSmgdm: nice.. dunno about that :)20:34
* MartijnVdS has 20ish windows, so I can cope :)20:35
* mgdm had about 70 until he restarted it the other day20:36
=== DaveBug is now known as TheBugcastDJ
pr0ph3thi all20:45
jacobwhi20:45
pr0ph3tis there anything on linux to stream audio wirelessly on the network? A bit like the airport express for mac to which you can connect usb devices and also has an audio jack in port20:46
MartijnVdSpr0ph3t: pulse has a server mode like that20:48
pr0ph3tMartijnVdS, but I would need something like an audio streaming server right?20:48
pr0ph3tjust like you would have a little printer server20:48
pr0ph3ti.e. and old computer that does just that20:49
MartijnVdSpr0ph3t: you can enable it if you have paprefs installed20:52
MartijnVdSpr0ph3t: and then have other pulseaudio devices discover/connect to it20:53
jpdsmgdm / MartijnVdS: /script exec for (1 .. 200) { Irssi::command("/alias $_ window goto $_") }20:58
popeyhehe20:58
popeyi used that ages ago20:58
* popey hugs jpds 20:58
DJonesIf anybody is wondering why their mobile twitter app has stopped working http://www.pocket-lint.com/news/38676/twitter-suspends-ubertwitter-twidroyd-echofon?21:00
AzelphurDJones: fun, also seems interestingly timed to coincide with twitters new android client21:02
lunchie666HazRPG,21:04
* jpds hugs popey.21:07
AlanBellooh, thanks jpds, that is awesome21:11
pr0ph3tMartijnVdS, would I be able to stream to a bluetooth audio receiver with puleaudio server?21:14
jpdsAlanBell: Welcome.21:14
jpdspr0ph3t: If you mean play music to your headset, yes; I'm doing that right now.21:15
pr0ph3tjpds, more like to my hi-fi system through a bluetooth receiver21:16
pr0ph3tsame concept I guess though, right?21:16
jpdspr0ph3t: If you can link the hi-fi to an application like blueman, I don't see why not.21:16
jpdsOnce you've registed the device to your machine, you just need to connect to it's "Audio Sink" service.21:17
jpdsits*21:17
* popey cuddles MartijnVdS 21:18
popeyyou told me about Alphawezen I think?21:18
popeymore of that please?21:18
pr0ph3tI haven't got the bluetooth receiver yet, I need to buy one and was wondering whether it was possible21:19
Azelphurpr0ph3t: you can get dirt cheap bluetooth receivers for like £1 from various asian places21:19
Azelphurthey seem to work with Ubuntu too21:19
pr0ph3tlol really? anywhere in London?21:19
Azelphurlol probably not in London, but online sure21:20
Azelphurhttp://www.dealextreme.com/p/super-mini-bluetooth-2-0-adapter-dongle-vista-compatible-1186621:20
popeypound shop21:20
AzelphurI've had 3 of these (Lost first one, using second one, just bought one for my mum it's in the post)21:20
popeyi found one on the window sill in the lounge the other day21:20
Azelphursignal quality isn't superb at a distance, but it can get anywhere in the room no problem21:20
popeyand another in my sons sock drawer21:21
Azelphurthey are like ninjas.21:21
popeythey are so easy to lose!21:21
pr0ph3tpopey, you got them from the pound shop?21:21
popeyI think I have seen them in there21:21
pr0ph3tI think I need something like this rather: http://cgi.ebay.co.uk/BRAND-NEW-MI-Q-BT139-BLUETOOTH-MUSIC-RECEIVER-EURO-2PIN_W0QQitemZ200573458574QQcmdZViewItem?rvr_id=211492690407&rvr_id=211492690407&cguid=b868f37612d0a47a44759845fefd4a8221:24
pr0ph3tthat I can connect to the hi fi system, which is not wifi enabled21:25
pr0ph3tbluetooth enabled I meant21:25
ali1234i got a bunch of those pound shop bluetooth dongles21:30
ali1234they are exactly the same as all my other bluetooth dongles21:31
pr0ph3tbut my hi-fi has not got a usb port unfortunately21:35
pr0ph3tDLNA is key right?21:36
ali1234i don't use bluetooth for audio21:41
ali1234but if i wanted to do that i would get a small embedded linux box with audio out and add a usb bluetooth21:42
grogoreohi22:21
grogoreoDoes anyone know with the new Gnome 3, can you have applets at the top - specifically the global menu applet?22:22
popeyno idea :)22:25
popeynever used GNOME 322:25
brobostigonits gnome-shell, gnome3 doesnt really exist yet,22:25
brobostigonwhich bit in gnome2 is the global menu applet anyways?22:26
ali1234isn't global menu the detached menus that are always at the top of the screen?22:28
brobostigongrogoreo: i doubt it though, you will have to start things either via activities/search or activities/ and the apps list.22:28
brobostigoni am preumsing its the apps menu, and those bits.22:29
pr0ph3tre all22:58
pr0ph3tI made a big mistake22:58
pr0ph3tI did apt-get install libindicator2 and it removed a lot of stuff22:59
pr0ph3tnow I reinstalled version 3 but all the stuff it removed was not installed back :S23:00
=== TheBugcastDJ is now known as DaveBug
jpdspr0ph3t: /var/log/apt/history.log - reinstall everything referenced there?23:13
brobostigonnos da, everyone. sleep well.23:24
vgxhi23:26
vgxis there a converted in ubuntu or for linux that converts youtube songs to mp3 on the fly?23:27
vgxrather than having to download and then convert23:27
vgxconverter*23:27

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!