/srv/irclogs.ubuntu.com/2012/10/14/#ubuntu-uk.txt

ali1234how do i configure lamp to send emails "properly"?02:14
ali1234it's identifying itself with the contents of /etc/hostname which remote servers are rejecting02:15
ali1234i want it to use the domain of the vhost...02:15
ali1234ip address would also work i suppose02:15
ali1234then i need to set up a SPF record02:15
=== chalced is now known as chalcedony
Azelphurali1234: I bet that's why my sites emails always get spamboxed02:39
* Azelphur shall have to check that02:39
ali1234http://askubuntu.com/questions/200835/how-to-configure-apache-php-postfix-website-emails-when-using-vhosts02:40
Azelphurfun02:40
=== StrontiumCat is now known as RadiumCat
=== RadiumCat is now known as NimChimpsky
=== Lcawte is now known as Lcawte|Away
=== Lcawte|Away is now known as Lcawte
bootljhfdsdsmornin'08:28
Myrttitime of day08:50
AlanBellanyone else got an MTP music player that won't sync with rhythmbox08:52
AlanBellor show up in banshee08:52
Myrttimy Galaxy Nexus doesn't08:57
MyrttiI'm not sure if it's because it's encrypted or because 12.04 is flaky08:57
MartijnVdSnah08:57
MartijnVdSit's because the MTP implementation is "dumb"08:58
Myrttithere's bugs for it in launchpad08:58
MartijnVdSit tries to enumerate all files on the device on mount08:58
MartijnVdShttp://intr.overt.org/blog/?p=15308:59
Myrttihttps://bugs.launchpad.net/ubuntu/+source/libmtp/+bug/90342208:59
MartijnVdS+ https://github.com/philipl/gvfs08:59
lubotu3Ubuntu bug 903422 in gvfs "Ubuntu does not work with Samsung Galaxy phones (needs update to libmtp)" [Wishlist,In progress]08:59
MartijnVdSMyrtti: that's also linked in the upstreeam bug - https://bugzilla.gnome.org/show_bug.cgi?id=66619509:01
lubotu3Gnome bug 666195 in general "Mount / Provide access to Android 4 (Ice Cream Sandwich, ICS) MTP devices" [Enhancement,Assigned]09:01
Myrttiwell effectively the only way of getting files into my phone is to use Bluetooth.09:06
Myrttiwhich is more or less unreliable09:06
dwatkinsMyrtti: can't you use AirDroid or similar?09:07
Myrttidwatkins: I categorically refuse to install extra software when things should just work09:07
dwatkinsMyrtti: I see your point, and respect it greatly.09:08
AlanBellyeah, I agree Myrtti09:08
MartijnVdSMyrtti: you could run Git gvfs + Philip's patch + git libmtp09:08
dwatkinsDid Samsung break something about filesystem support over USB, then?09:09
AlanBellit works *perfectly* for a few CDs but then you try to add more and it falls apart09:09
AlanBellMTP isn't a filesystem protocol as such09:09
Myrttidwatkins: it's more about not having an microSD card and having only one filesystem09:09
dwatkinsoh I see09:09
Myrttidwatkins: the mass memory can't be offered for USB the same time the phone is on and used by the OS09:10
Myrttiso they need MTP for it.09:10
christeli keep reading MTP as MLP and it totally messes with my brain because it has now convinced itself that you're a brony AlanBell :/09:10
* AlanBell goes to google to find out what christel is on about09:10
AlanBelloh, right09:11
AlanBellerr no, not a brony09:11
dwatkinshehehe09:11
* dwatkins hands christel some candyfloss09:11
MartijnVdSAlanBell: Don't you watch the show with your kids?09:11
dwatkinsI should catch up on MLP, havn't seen it in a while.09:11
christeldwatkins: thank you! ;)09:12
Myrttithe main reason why I don't like installing extra software is a habit from when I had Nexus One, it was chronically low on memory so extra apps didn't fit09:12
dwatkinsyeah, I had that trouble with the Nexus One also. I do prefer when things work properly out of the box.09:13
MartijnVdSI tend to not install a lot of apps either09:13
MartijnVdSand then my dad complained about his phone being slow...09:13
dwatkinsdoes having a lot of apps slow a phone down, or is it more that they're running (in the background)?09:13
MartijnVdSdwatkins: lots of apps come with crapware that runs in the back and shows ads09:14
dwatkinsPresumably there are some which run as a service, like AirDroid, which slow things down.09:14
MartijnVdSand ads = data traffic = battery09:14
AlanBellI think I have a sufficiently high version of libmtp09:14
MartijnVdSAlanBell: 1.1.4 or higher?09:15
MartijnVdSAlanBell: it also needs a git + custom patch version of libgvfs09:15
AlanBell!info libmtp909:15
lubotu3libmtp9 (source: libmtp): Media Transfer Protocol (MTP) library. In component main, is optional. Version 1.1.3-1ubuntu0.1 (precise), package size 130 kB, installed size 359 kB09:15
AlanBell!info libmtp9 quantal09:15
lubotu3libmtp9 (source: libmtp): Media Transfer Protocol (MTP) library. In component main, is optional. Version 1.1.4-1 (quantal), package size 132 kB, installed size 341 kB09:15
AlanBellI have 1.1.4-109:15
AlanBelldo I need the patched gvfs for rhythmbox?09:16
MartijnVdSyes09:16
AlanBellgrumble grumble should be in quantal grumble09:16
MartijnVdSit's a rewrite of the GVFS mtp subsystem to not do the equivalent of "ls -lR" when a device is mounted09:16
MartijnVdS(but instead just request files as necessary)09:16
MartijnVdSbecause that's why it hangs/timeouts: it's getting file info on EVERY file and dir on the device09:17
MartijnVdSand maybe even setting up change monitoring on them..09:17
AlanBellyeah, I ended up using go-mtp and doing rm -rf on the music folder of the device to clear it out so it would sync again09:17
AlanBellwhich got about a GB of stuff on it, but it seemed only a few tracks of each CD09:18
AlanBell55 CDs doesn't seem like an unreasonable amount, we probably have 100 or so in total09:18
MartijnVdSit is not09:19
AlanBellso, I compile https://github.com/philipl/gvfs then rhythmbox starts working?09:19
MartijnVdSbut as the gvfs code is enumerating EVERY file (music or not) on the device before you can use it09:20
MartijnVdSit should yes09:20
MartijnVdSwell09:20
AlanBellcool, I will try that09:20
MartijnVdScompile, install (make sure you can uninstall), etc.09:20
AlanBellyeah, will do09:20
AlanBellthen I will try it on my clean SSD09:20
WobboWat is een goed vervanging dan "EOG afbeeldingenweergave".09:21
WobboAangezien nu al maanden lang een bug heeft die niet opgelost wordt. Heb ik een andere nodig.09:21
AlanBellhello Wobbo09:23
MartijnVdSWobbo: Verkeerde taal :)09:23
MartijnVdSWobbo: dit is het Engelse kanaal09:23
WobboLol09:23
WobboNo problem... Sorry.09:23
MartijnVdSWobbo: which EOG bug is that?09:24
WobboThat bug is still not fixed.09:24
MartijnVdSWhich bug though?09:25
MartijnVdShttps://bugs.launchpad.net/ubuntu/+source/eog has the list of reported eog bugs09:25
WobboI am using 3x 1080x1920 screens using AMD.09:27
* AlanBell dislikes the mystery dependency hunt when compiling things09:28
MartijnVdSAlanBell: apt-get build-dep libgvfs09:29
MartijnVdSAlanBell: that should get you the basics09:29
Wobbosomehow all jpeg's wil stay color white.09:29
AlanBellMartijnVdS: cool, I found it, was  libgcrypt11-dev mostly09:29
AlanBellbut it doesn't make09:29
MartijnVdSAlanBell: apt-get source libgvfs, look in debian/rules for the ./configure line09:30
AlanBellhttp://paste.ubuntu.com/1278651/09:30
WobboPNG's are still working.09:30
MartijnVdSWobbo: Have you filed a bug report, so people can work on a fix?09:30
WobboWhere en how?09:31
MartijnVdSWobbo: from the command line: ubuntu-bug eog09:32
MartijnVdSWobbo: or look if it has already been reported on https://bugs.launchpad.net/ubuntu/+source/eog and mark yourself as "also affected"09:32
AlanBell /o\ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=67209909:32
lubotu3Debian bug 672099 in src:gvfs "gvfs: FTBFS: gvfsafpvolume.c:1085:3: error: dereferencing pointer to incomplete type" [Serious,Fixed]09:33
WobboLibreOffice has problems whit my resolution (3x 1080x1920).09:33
MartijnVdSWobbo: https://bugs.launchpad.net/ubuntu/+source/eog/+bug/93875109:33
lubotu3Ubuntu bug 938751 in eog (Ubuntu Precise) "jpeg images are washed out or colors are skewed " [Low,Confirmed]09:33
MartijnVdSWobbo: it might be a video driver bug then09:33
AlanBellwill try again later, sounds like some tricky merging of stuff will be in order09:33
WobboIs there an alternative then eog?09:39
brobostigongood morning everyone.09:39
WobboWhy cant i install https://launchpad.net/ubuntu/+source/eog the latest version: 3.6.0: https://launchpad.net/ubuntu/+archive/primary/+files/eog_3.6.0-0ubuntu1_amd64.deb09:49
brobostigonWobbo: easiest, might be to add the gnome3-teams ppa, and install from there.09:49
Wobboppa:gnome3-teams of  ppa:ubuntugnometeam/gnome3 ?09:55
brobostigondeb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu quantal main09:56
WobboAll update ar not possible.10:02
brobostigondid you change quantal to the ubuntu version you are running, and added it to your software sources properly?10:03
WobboYes, there are a lot of updates now, but10:05
brobostigonWobbo: yes, as that repo contains the whole of gnome3, and its apps.10:05
brobostigonWobbo: just update EOG, then disable the repo again.10:06
Wobbonot all are possible. And after to fix it, it returns that isn’t possible.10:06
brobostigonWobbo: yes, that is normal, due to some possible package clashes.10:07
popeymorning all10:08
brobostigonmorning popey10:08
WobboSame where updated but there are still a lot left.10:14
WobboThose are not selectable.10:14
WobboAnd i do not see anything about EOG 3.6.010:15
brobostigonlet me check here, it should be in there.10:17
* AlanBell fixes gvfs with one &10:20
Wobbonope nothing about EOG has an update.10:20
WobboIf I throw away gnome3-teams I get more problems then be full10:22
Wobbobe full10:23
WobboHow to get gnome3-teams away again?10:24
brobostigonyou are right, the newsest i can see here, is in the quantal main repo.10:25
brobostigonWobbo: you can just disable the repo, and then apt-get update, to rebuild your package lists.10:26
AlanBellsudo ppa-purge ppa:ubuntugnometeam/gnome310:26
AlanBellthat is how to undo a PPA10:26
brobostigonthank you AlanBell , i didnt think of that.10:27
Wobbothe only simple thing I need is to see JPEG again10:27
AlanBellWobbo: got a link to a PDF that doesn't display right?10:27
AlanBelloh, sorry eog, not evince10:28
AlanBellerr, what is wrong with it Wobbo? displays jpegs just fine for me on quantal10:28
WobboThere is a bug for my resolution.10:32
WobboI need another software than EOG...10:33
WobboSo, what is the best other software than EOG. Just to see pictures.10:33
Wobbonothing more nothing less10:34
Wobboand I'll just wait until it's fixed10:35
Wobbobut until that time I need any other software to do it10:36
Wobbobut until that time I need any other software to do it10:36
Wobbosorry10:36
* popey looks at prices for mSATA drives10:41
AlanBellWobbo: what is wrong with it?10:45
danawar2Hey ubuntu uk i am unable to download ubuntu from the website is there another location i can download ubuntu 12.04:32 from?10:45
soreau!torrent10:45
lubotu3Some torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus/Vuse (Java), !Frostwire (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/help/faq - See also !P2P10:45
AlanBellhttp://releases.ubuntu.com/12.04.1/10:46
soreau!download10:46
lubotu3Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at http://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Precise, and help keeping the servers' load low!10:46
soreau!torrents10:46
lubotu3Precise can be torrented from http://torrent.ubuntu.com/simple/precise/desktop/ubuntu-12.04-desktop-i386.iso.torrent or http://torrent.ubuntu.com/simple/precise/server/ubuntu-12.04-server-amd64.iso.torrent depending on your needs. Other flavors can be found at http://torrent.ubuntu.com:696910:46
AlanBellMartijnVdS: I think I have installed the patched gvfs and restarted but it doesn't work again10:46
AlanBellyou would think Canonical would be all over this if they are targetting consumers10:47
soreauDepends on what you mean by customers10:48
soreaucanonical seems to be selling out more and more every year10:48
AlanBellconsumers/home users10:48
soreauIt seems they're only worried about appeasing customers (such as Dell and anyone that pays them through a contract)10:49
popeythat's flat out not true10:50
soreauit used to not be as true10:50
AlanBelleven if it was true, I would be fine if it worked :)10:50
=== GentileBen is now known as WillemTheMarxist
AlanBellrhythmbox works well for a couple of CDs but trying to sync more than that results in so many popup error messages that gtk-window-decorator crashes10:54
AlanBellyou can just see the shadow of the error message get darker and darker as they build up :(10:56
czajkowskimorning10:57
brobostigonmorning czajkowski10:58
lmpmorning10:58
=== lmp is now known as danfish
danfishhi, it's been a while11:02
brobostigonhi danfish11:02
brobostigonwb danfish :)11:03
danfish:)11:03
AlanBellhi danfish11:07
AlanBelljoining us next thursday?11:07
brobostigonwhat is the empathy-telepathy package to talk to bonjour, that local network jabber thingie.?11:08
danfishAlanBell: would love to, but have to work :(11:09
danfishhope the chickens are all well11:10
AlanBellthey are, I have just been clearing up poop in the garden11:10
MartijnVdSis that a threat? :P11:10
AlanBellyou would think I pooped it myself given the conversation that preceeded the cleanup11:11
AlanBellhow are the ducks?11:11
danfishvery well11:12
danfishpeking and crispy are producing eggs ++11:13
AlanBelleggcellent11:13
danfishgetting a couple of goslings next month11:17
AlanBelloh that is cool11:19
AlanBellthey won't be ready for christmas then :)11:19
danfishheh!11:20
danfishmy dad used to buy a turkey 'teenager' and fatten it up for xmas. Stupid animals.11:21
danfishhmm, do-release-upgrade -d isn't showing 12.1011:25
popeyit wont if you have update manager set to LTS only11:25
popeysee /etc/update-manager/release-upgrades11:26
danfishah - my bad. Thanks!11:28
czajkowskidanfish: was just thinking I'd not seen you around lately11:28
* MartijnVdS plans his Cornwall holiday a bit more11:31
danfishczajkowski: true. hope you're good. Weird few months but normality being restored11:33
danfishMartijnVdS: the eden project is aces111:34
MartijnVdSdanfish: It's on my list :)11:34
MartijnVdSI hope the weather will be like the weather is on Google Streetview11:37
MartijnVdSI'll be going in the same week as those pictures were taken11:37
danfishMartijnVdS: the weather here is amazing today. Simply stunning. I hope you get the same.11:40
* AlanBell deletes all music on the nexus and tries again with a fresh clean Quantal11:43
AlanBell716 out of 723 songs transferred11:49
bigcalmEllo peeps11:49
bigcalmAlanBell: that's a lot of Justine Bieber bootlegs you have11:50
AlanBellheh, the little known big sister11:51
danfishAlanBell: Neil Diamond?11:51
AlanBelldanfish: yes, that is in there11:51
AlanBellbit curious why I have three copies of Queen greatest hits 211:52
MartijnVdSAlanBell: because you love it VERY much?11:53
AlanBellthree copies of greatest hits 1 I could understand11:53
danfishAlanBell: any Scissor Sisters and Elton John per chance?11:55
AlanBellyes,yes11:55
AlanBellbut only one scissor sisters track11:55
danfishI don't feel like dancing?11:57
AlanBellwe're not gonna take it11:57
MartijnVdSgangnam style?11:58
AlanBellnope, not got that11:58
MartijnVdSOne Direction?11:59
AlanBelldunno, I have a JLS cd, not sure I have 1D11:59
AlanBellboth are in the "kids like it" area11:59
christeluh huh :P12:02
AlanBellas is the "pop princesses" cd12:04
AlanBellnothing to do with me, that one12:04
MartijnVdSonly on sunday afternoons, right12:04
bootljhfdsdsI'm looking for the Weekly *video from Distrowatch* .. does anybody have the weblink ?12:12
bootljhfdsdsAlanBell, , the LUG starts next week in Douglas, I hope it all goes well...12:12
AlanBellyeah, hope so12:21
penguin42bootljhfdsds: IoMLug?12:30
=== Lcawte is now known as Lcawte|Away
=== Lcawte|Away is now known as Lcawte
DJonesDaft question, but following Baumgartner's skydive where he's hoping to fall from 23 miles above ground level, what happens to to the ballon & capsule? Do they stay up there, or crash land on somebody's house14:45
AlanBellisn't he doing it in Australia?14:46
PendulumAlanBell: New Mexico14:47
AlanBelloh, slightly out then :)14:47
DJonesIts close14:47
Pendulumtbh, I think it's really being done in an area of New Mexico that's mostly desert14:47
AlanBelloh, he is Austrian, thats where my head went wrong14:48
penguin42very similar :-)14:48
DJonesPendulum: Yeah, but you know the proverb about butterflies flapping their wings affecting the weather, one gust of wind & he could end up in Australia :)14:48
Pendulumhaha14:49
andycDJones, I dont know for certain but I'd say the balloon will burst and the capsule will drop down with a parachute14:55
andycLike one of those weather balloons people are so fond of attaching GPS and a camera to these days14:55
apacheukwasn't there another famous weather balloon crash in Roswell, New Mexico? :)14:59
MartijnVdSಠ_ಠ15:00
* AlanBell files an interesting banshee bug15:02
MartijnVdSWhat's wrong?15:02
AlanBellwill show you in a bit15:03
AlanBellbug 106651915:07
lubotu3Launchpad bug 1066519 in banshee (Ubuntu) "wrong title in context menu when using two CD drives" [Undecided,New] https://launchpad.net/bugs/106651915:07
bootljhfdsdspenguin42, Yes indeedy-do.15:18
penguin42bootljhfdsds: Apologies from the Manchester Lug (ManLUG) for taking your name :-)15:18
bootljhfdsdspenguin42, That's fine... I think that's really manchester's anyway.15:19
bootljhfdsdsI takle it that there are more than afew LUG's in the Northwest ??15:20
bootljhfdsds**take it15:20
penguin42yes15:21
jacobwthere's quite a lot in the north east too15:21
bootljhfdsdsI've heard of a Blackpool one.15:21
bootljhfdsdsmmmph.. What other LUG's are in the North West. ??15:22
penguin42bootljhfdsds: I think there is a liverpool one; I don't know of others15:22
penguin42I know of a sheffield one just over the boundary in Yorkshire15:23
bootljhfdsdsI think there is an East Lancs one.15:23
jacobwBradLUG, WYLUG, Huddersfield LUG, Sheffield LUG, York LUG15:23
bootljhfdsdsIs there a Carlaisle one (soz 4 spelling)15:23
bootljhfdsds?15:24
jacobwmight be too small an area15:25
bootljhfdsdsFunny thing.. I found a redbrick house for £22k a year ago .. but because I couldn't find a LUG in the area .. I said No.15:25
jacobw22k?15:26
bootljhfdsdsyep .. rightmove was it ?15:26
jacobwprobably :)15:27
bootljhfdsds**rightmove.co.uk i think ??15:27
jacobwi just spend a few minutes at google trying to spell carlisle15:27
bootljhfdsdsanyway, we're looking to indulge in plenty of cakes .. Anyone know of any new one's .. We've only a Tesco here.15:29
bootljhfdsds**   ??15:30
bootljhfdsdsWell anyway .. I saw they do a hardcore line in cupcakes these days .. so that is the default.15:31
bootljhfdsds:)15:33
jacobwsounds good15:35
SuperEngineerBBC 24 news now... Roswell sky dive live [Baumgartner is currently climbing]15:36
penguin42SuperEngineer: http://www.redbullstratos.com/live/15:38
SuperEngineercheers penguin4215:38
penguin42still looks like he's got quite a way to go up first15:38
SuperEngineer2 hours clim yet15:39
SuperEngineer*climb15:39
PendulumDJones: the online feed just answered your recovery question15:40
bootljhfdsdsyes I did see that a while ago on youtube .. 2 hours climb .. still better than The Z Factor.15:41
SuperEngineerseems so sad to see Endevour with it's windows blocked out, crawling through L.A. whilst 1 single man flies up in a ballon15:42
MartijnVdSSuperEngineer: it's the American way15:42
SuperEngineer...loke the blindfold of a man against a firing squad :(15:42
bootljhfdsdsI think they had a close miss going thru LA according to Yahoo news.15:42
penguin42there was a great LA picture somewhere taken from behind some houses where you can see some kids playing basketball and peeping through a gap in the houses you can see the shuttle going past15:43
SuperEngineerbootljhfdsds: I think it safe to assume an emergeny stop didn't take same distance as a car does!15:44
MartijnVdSSuperEngineer: not a drive-by shooting?15:44
bootljhfdsdstrue.15:44
andycDoes anyone every experience tab flickering when using a maximised chromium window?15:44
SuperEngineerMartijnVdS: very apt ;)15:44
penguin42bootljhfdsds:    https://plus.google.com/photos/+GuyKawasaki/albums/5798978099058303329/5798978100863669698   (shuttle)15:44
andycThis is in unity in 12.10 beta with all updates installed15:45
MartijnVdSpenguin42: WHY would basketball be cooler than a space shuttle going by your house?!15:45
penguin42MartijnVdS: No, I don't get it either, but it's a great shot15:45
MartijnVdSit is15:45
SuperEngineerlatest news .... space shuttlew drops the blindfold, sees kids playing basketball & flips a wing to knock them over... "oi! I'm over hear" Endevour shouts15:47
SuperEngineer...then cops put blindfold back on shuttle, & make Endevour continue it's death march15:49
* bigcalm returns from yet another wedding fair15:54
bigcalmGetting married is such an ordeal15:54
MartijnVdSbigcalm: your own, or someone else's? :)15:56
bigcalmMy own wedding, this sort of time next year15:56
penguin42bigcalm: so you don't fancy a nice simple one and a quick snack from the local takeaway; a lot easier?15:59
bigcalm:S16:03
SuperEngineeryea gads! you go a quick bath whilst Baumgartner's climbing... & what happens... flash crashes & takes t'internet conxn with it.  Not impressed.16:47
jacobwhow would flash crashing take the network stack with it?16:57
n1_hi. anyone using vodafone dongle to connect? how can i check if it is in usb or network mode (as usb modeswitch alread y comes preinstalled)?16:59
SuperEngineerjacobw: it seems it was other way round, t'internet conxn failed, so flash called it a crash...16:59
* MartijnVdS goes to poke at his internet connection17:00
SuperEngineer me just - still... silly flash for recognising something I didn't recognise instantly either ;)17:00
MartijnVdSI really really hope those fibre people come next month17:07
MartijnVdSDSL just dropped another 2 mbtis17:07
MartijnVdSmbits17:07
* SuperEngineer blames solar maximum... broadband been droppng & now 3 mobile [normally reliable fast fallback] keeps dropping17:10
MartijnVdSSuperEngineer: nah, I blame my coworkers :)17:10
SuperEngineerMartijnVdS: lol17:10
MartijnVdSSuperEngineer: I work at my ISP.. I've checked the systems, they put a new "profile" on the line, one that lowers the speed more agressively17:11
MartijnVdS(so bad lines are more stable)17:11
SuperEngineerMartijnVdS: hmmmmmmm17:11
* SuperEngineer wonders if Baumgartner proves a human can safely break sound barrier SuperEngineer can argue that UK m'way speed limit *is* too low17:17
SuperEngineer[which - in case- is a *very* variable spped limit] ;)17:17
SuperEngineer*speed17:18
penguin42that page is starting to get jittery for me17:22
* SuperEngineer wonders if apple are using the live redbullstratos feed to improve their mapping 17:23
MartijnVdSSuperEngineer: no, just to make it worse17:25
popeyno video here17:26
MartijnVdSSuperEngineer: "In 3 miles, go up into the stratosphere"17:26
SuperEngineerMartijnVdS: :D17:26
SuperEngineerMartijnVdS: "please enter your desired destination"... please .... no!17:27
SuperEngineerpopey: you trying to waTCH redbullstratos?17:29
popeyya17:29
SuperEngineerit is getting close to point of max height - could be a case of site full... refresh?17:29
SuperEngineerpopey:  failing success... try beeb or sky, they keep cutting back to it when relevant17:31
popeylive stream on bbc website works fine17:31
SuperEngineercool17:32
penguin42SuperEngineer: Hmm I wonder whether there is actually a bug with a long running live stream; quitting/restarting mine has helped17:32
SuperEngineerpenguin42: ditto17:32
SuperEngineer[bet it stalls just when he jumps]17:32
popeybah, need to put kids to bed17:34
SuperEngineeryea gads! he's nearly as high as I got in my youth schmoking things not necessarily sold by tobacco companies! ;)17:35
SuperEngineerpopey: would you have sent them bed during 1st moon landing?  force them to stay away17:36
SuperEngineerfrom bed17:37
* SuperEngineer just realised... he's still not as high as a certain person at Canonical went!17:38
popeyphew!17:41
penguin42SuperEngineer: Well, I guess that's your canonical height reference17:41
DJonesSuperEngineer: Yeah, but since one of Pans people is going that high........ What does that say17:51
SuperEngineerDJones: hmmmmmm17:53
* SuperEngineer liked 1 of Pan's peeps quite a lot17:53
DJonesI wonder if Baumgartner packed his own parachute?18:00
SuperEngineerDJones: ooo... don't say that! I've suffered that fate once myself!18:04
SuperEngineer["oh drat, oh darn" I recall saying as a candle appeared my head!]18:05
SuperEngineergo Felix go! & may the Gods speed you safely18:07
PendulumI wonder if his mother was actually able to watch the first part of that fall.18:08
SuperEngineer690mph!18:09
DJonesThe first part of the fall was probably the easiest, I'd be more worried about the last few feet18:18
PendulumYeah, but visually is the part that visually looks the worst (at least in my opinion)18:22
Pendulumbecause of the rolling18:22
DJonesI wouldn't mind the 130,000 ft fall, just the sudden stop at the end could be annoying18:24
zleaphttp://www.redbullstratos.com/live/18:25
SuperEngineercomment from Queen_UK on twitter: "Try parachuting into an Olympic Opening Ceremony, moonbeam."  ;)18:31
AzelphurxD18:37
popeygord, mSATA SSD arrives tomorrow, I'll let you know how it goes :)18:38
popeyhave to take the keyboard off to get to it18:39
=== heeed_ is now known as heeed
Neoti_Laptopanyone around tonight .....21:34
hamitrondepends if there are free gifts21:37
Neoti_LaptopBottle of wine ...... :P21:38
hamitronbottle of cheap beer would have done ;)21:38
Neoti_Laptopyuk.... i hate beer ...... only spirits or wine for me.21:39
Neoti_Laptopiv not been in the ubuntu room for a while.... whats the topic at the mo21:41
hamitronubuntu normally21:41
Neoti_LaptopLOLz..... doh! (Homer simpson style)21:41
hamitronI guess this room does cover a fair bit more21:42
hamitron:)21:42
Neoti_Laptopwell to change tack slightly..... im on the look out for any watch guard X700's etc.... if anyone would be kind enough to donate me a few .......21:43
dwatkinsbacon21:44
hamitronI just had old pizza21:44
Neoti_LaptopMeat Feast Pizza for me..... yum yum....21:45
hamitronplain cheese pizza from wednesday night21:46
hamitron;)21:46
Neoti_Laptopyum.21:46
hamitronfungus included no doubt21:46
hamitronbut looked ok I think21:46
=== Lcawte is now known as Lcawte|Away
Neoti_LaptopAnyone going to IPEXPO ?21:48
popeythere's a load on ebay Neoti_Laptop21:51
Neoti_Laptopi know i have bidded on them .21:51
Neoti_Laptopjust waiting ....21:51
Neoti_Laptopi need a couple of a project ....21:51
Neoti_Laptopwell a home lab really ...21:52
szymon_ghi22:52
szymon_gdoes anyone here have an experience with UKBA?22:52
Neoti_LaptopNope22:54
Neoti_Laptopi personally don't22:54
shaunothe border agency?  I try to avoid them as much as humanly possible22:54
szymon_g:| crap than22:55
xnoxszymon_g: I have.22:55
xnoxszymon_g: i can chat in private about it.22:56
szymon_gok22:56

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