[05:05] choo choo [07:06] Alan The Amazing Belltrain [07:11] Morning all [07:24] morning [07:24] morning popey [07:25] Did you book a campsite? [07:25] nah, you don't need to book for this one [07:25] ooh, thunderbird 15 arrived in 12.04, nice [07:25] is it very different? [07:25] Mrs TheOpenSourcerer is off with the kids today to Chalmouth for the weekend [07:26] TB15 has integrated IRC, GChat, Twitter and other messaging protocols [07:26] MartijnVdS: ^^ [07:26] ooh [07:26] TheOpenSourcerer: *shudder* [07:26] https://wiki.mozilla.org/Thunderbird/Support/TB15UserChanges [07:27] well this is interesting [07:27] don't like the idea that if my mail client dies it takes out irc with it though [07:27] it lists "Ubuntu One" as a feature [07:27] on the Mozilla page [07:27] "Do one thing well" === chrisccoulson_ is now known as chrisccoulson [07:27] Ubuntu One is now supported in Filelink - the option to upload large attachments to online storage services. [07:27] Yeah - I played with it the other day - not sure I like it. The UI is a bit uninspiring too. [07:27] yeah, useful when sending large files [07:28] IRC is "ok" but twitter is very dull. Hotot is so much nicer and featured (in-line images, etc). [07:33] good morning lovelies [07:34] howdy christel [07:36] how art thou? :) [07:36] A bit.. runny (eww) [07:38] i say! [07:39] Probably ate something bad.. or some bug I picked up in Frankfurt took a week to start working === alan_g is now known as alan_g|afk [07:45] damn those german bugs [07:48] * christel hugs MartijnVdS [07:48] get better and stuff! [07:56] thanks :) [08:06] morning [08:11] what do you get someone for their 40th birthday? [08:11] a cake with 40 candles [08:11] cake! === schwuk_away is now known as schwuk [08:12] i'd probably eat it though and then there'd just be candles === alan_g|afk is now known as alan_g [08:29] TheOpenSourcerer, used to use hotot, but i realised that since i rebuilt this pc in january, i've just gone to the twitter website instead. [08:34] christel, edible candles? [08:39] didn't i read recently that thunderbird wouldn't be gaining new features anymore, just security updates? [08:44] good morning everyone. [08:47] morning. lovelay day it is too [08:47] morning mungojerry [09:09] morning guys [09:09] just realised i compltetly forgot to eat breakfast ..doh [09:10] hi, anyone setup git server on ubuntu ? [09:11] ubuntu 12.04 [09:15] KungFuPanda: a git server? [09:15] ye [09:15] while,we want to host our code on our own server, [09:16] git+ssh is easy [09:16] step 1: have a folder [09:16] step 2: there is no step 2 [09:16] and we want to use git to manage it [09:16] I followed this link, http://git-scm.com/book/en/Git-on-the-Server-Setting-Up-the-Server [09:17] bigcalm setup gitlab on his server, it's like github but your own private one [09:17] very nice [09:17] but I am just confused about the "authorized_keys" part [09:19] * bigcalm waddles in upon mention of his name [09:22] here is the process I have done: [09:22] 1. on our remote server, create a git user. [09:22] 2. mkdir testproject, [09:22] 3. git --bare init [09:22] 4. on my local create a testproject, git init [09:22] 5. on my local: git remote add origin git@gitserver:/home/git/testproject [09:22] 6. on my local: git push origin master. [09:22] 7 failed [09:23] KungFuPanda: I followed this to the letter: http://blog.compunet.co.za/gitlab-installation-on-ubuntu-server-12-04/ [09:24] bigcalm: thank you so much, I will try this, thanks [09:25] GEETLAB [09:30] KungFuPanda: what issue are you having with the keys on that git-scm link? [09:31] cuz like directhex said, this method is by far the most straightforward [09:32] I expect it's permissions on the .ssh dir mattt, only thing that seems to trip up people at my work [09:32] For KungFuPanda answer :) [09:33] diplo: :) [09:34] I do not understand about the authorized_keys part, so I do not setup any public keys under .ssh folder. [09:34] KungFuPanda: it's not a hard requirement [09:34] but then everyone has to use that shared password [09:34] which is kinda dirty [09:35] "Next, you need to add some developer SSH public keys to the authorized_keys file for that user. " --- where I can get the public keys ? [09:35] ask the developers to give you them [09:35] shall I just create by myself ? [09:35] i.e. they're in ~/.ssh/id_rsa.pub [09:35] on the developers' own systems [09:36] And it's easy to create new ones which you might assign to specific remote servers [09:36] on my local, ~/.ssh/ [09:37] only know_hosts file [09:37] "know_hosts" file [09:37] Then create one :) [09:37] ssh-keygen [09:38] can window user create one as well ? [09:38] with putty you can, but needs a slight modification [09:39] ha, thanks a lot, === It is now known as Guest49703 [09:44] what was the common recommended method of installing JRE nowadays? [09:44] github has easy guides on ssh key management, iirc [09:44] Myrtti, "use openjdk" [09:44] directhex: not an option [09:44] has make-jpkg been resurrected yet? [09:50] java 8| [10:10] Morning all [10:14] hi davmor2 [10:17] mattt: morning [10:18] davmor2: how you? [10:20] mattt: a bit like a headless chicken too much to do too little time :) [10:20] you? [10:22] bigcalm: you melted yet? [10:23] * davmor2 prods czajkowski for not being here to prod and then prods her cause it's friday :P Then realises how annoyed she'll be that she has had to scroll back for this :D [10:25] davmor2: thankful it's friday [10:25] and that the sun's out :) [10:26] mattt: indeed and I'm at work till 20:00 no sun for me [10:29] you need an elbaorate system of mirrors davmor2 [10:29] davmor2: Do you think she bothers anymore, as in here it's only you who prods her :D [10:30] aah prodogamy [10:30] or is it monoprodogamy [10:30] :-[, still confused, I had create a local id_rsa.pub for user "tester". [10:30] then create a file "authorized_keys" under remote server .ssh folder [10:30] copy paste "tester" id_rsa.pub to "authorized_keys" file. [10:30] git remote add origin git@gitserver:/home/git/testproject [10:30] git commit [10:30] git push origin master [10:30] mungojerry: haha [10:30] diplo: someone has to annoy her or her life just isn't complete :) [10:31] then I got : [10:31] tester@gitserver's password:? [10:31] do I need create a tester user on my gitserver ? [10:33] hah davmor2. Have you two actually ever met yet ? [10:35] diplo: Yeap [10:39] Surprised how long this radiator is giving out heat long after the boiler was turned off [10:43] diplo: dude's in lurrrv [10:44] bigcalm: you've got heat on today? [10:46] mattt: yearly gas safety inspection with British Gas [10:48] bigcalm: that'll do it :) [10:49] heh mattt :P [10:50] diplo: you found some luv? :) [10:50] I miss all of the interesting gossip [10:50] I think mattt's on about davmor2 [10:51] Don't make me load the screen irssi is on [10:52] A costa coffee has appeared in town. I should have got me some while I was getting birthday cards this morning :S [10:53] diplo: I missed that till you highlighted my nick :) [10:53] heh [10:53] mattt: I am with my wife she rock :) [10:53] you are married to a boulder? [10:54] davmor2: i'm only joking around [10:54] davmor2: but words of wisdom, get rid of your irc logs [10:56] mattt: Publicly available on the web, busted! [10:56] :) === Lcawte|Away is now known as Lcawte [11:09] get rid of everybody in the whole world bwahaha [11:09] or at least the search engines [11:10] oh i am sure mrs davmor2 would agree that czajkowski is most pokeable, in public [11:11] I wonder what would happen if I were to poke christel [11:11] mattt: Why? My wife knows what we are like she was at UDS and saw with her own two eyes :) [11:11] i we talking about prodding or poking [11:12] bigcalm: depends whether you use something sharp or something blunt [11:12] christel: blunt, I'm not going to stab you :P [11:12] oh good that's alright then [11:12] <3 [11:15] * bigcalm pokes christel [11:15] harder! [11:15] er, i .. hi [11:15] Haha [11:16] i am out of coffee, this saddens me [11:17] * bigcalm dccs some to christel [11:17] Wow, do people still use dcc? [11:19] yes, for coffee transmission [11:19] * davmor2 prods christel with a lump hammer was that hard enough? :D [11:19] Owie [11:23] bigcalm: I only touched her with it, I really wouldn't swing one at a person, let alone a person of the female persuasion :) [11:24] i think i just got some very slow spam that was sent from the 90s... has a bunch of "i want to give you $12.7 million!" then "The next series of Friends will be the last, David Schwimmer announced yesterday. He said: 'It's sad but enough is enough. We have all agreed this will be the final year.'" [11:26] gord: the 90's rang and wants it's mail back [11:31] bigcalm: apparently you do! [11:32] :P [12:07] davmor2: i'm just stirring things up, ignore me :) [12:07] mattt: oh is that what you were doing :) [12:08] :P [12:08] LUNCH! [12:08] Lego Batman 2! [12:08] for lunch [12:08] bigcalm: we really need to talk about your diet [12:08] I either eat or relax :D [12:08] Toodles for now [12:09] * mattt just had fish and chips [12:09] wasn't very nice :( [12:11] mattt: then you got them from the wrong chippy [12:12] davmor2: work canteen [12:12] definitely the wrong chippy [12:13] i once tried fish and chips from the indian up the road... that was odd [12:14] i refuse to do that [12:15] if they serve curry or spring rolls on the same menu [12:15] then i'll skip :P [12:15] which is exactly what i should have done today [12:16] hehe [12:17] the fish tasted of lemons only and the chips tasted of curry, it was very odd [12:19] http://i.imgur.com/X70yJ.jpg i did have a very tasty COD sandwich the other day mind [12:36] finally got it works, just I have to input password everytime do push or pull? anyway to avoid that ? [12:36] more details: git user on remote server, I had copy local user "tester" id_rsa.pub to remote server "authorized_keys" file. now every time when "tester" do push or pull, the system will ask for git@remote password, anyway to avoid this ? [12:36] http://www.theregister.co.uk/2012/08/31/bacon_sarnie/ will we submit jono between a couple of slices of bread? [12:38] "Agent admitted failure to sign using the key" this is the message I got, is it ssh-agent I should look at ? [12:38] christel: surely this is the ultimate in Bacon Sandwiches [12:38] http://www.flickr.com/photos/jonmasters/6317631242/ [12:40] davmor2: https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-snc6/205287_10151101668708760_1715801763_n.jpg rump steak, cumberland, bacon, oyster mushrooms and gruyere on the left, rumpsteak, mushrooms, wholegrain mustard, bacon and stilton on the right! [12:41] davmor2: perfect! tell whomever owns that to submit it to the el reg comp! :D [12:43] eewww the mushrooms and stilton would put me off, but I like the fact that it like a bread cornish pasty :D [12:49] davmor2: haha [13:46] christel: that looks delicious [13:47] OMNOM [13:49] * davmor2 rereads mattt's comment ah missed the that first time [13:50] davmor2: ;) [15:49] "400,000 apps in the Apple App Store have never been downloaded says report" [15:50] are they all fart apps? [15:50] The latter even counted the number of flashlight apps and found that Apple iPhone users in need of a quick light have 1,899 choices. [15:51] i use my flashlight app quite a bit to annoy people [15:51] this is the nature of the app store in general. only the top or promoted ones get noticed [15:51] i use it to read the gas meter [15:52] but i don't need 1900. i choose the best one [15:52] it has a thing that will strobe from 1hz to 20hz [15:52] which is fun [15:52] s/best/most popular/ [15:52] s/annoy/cause seizures [15:54] oi aquarius when i click a link to a video hosted on u1, i get a stream of crap in my browser... http://ubuntuone.com/5P2MrQofbiEfFZkLk8bKF5 [15:54] is that a mimetype issue or something? [15:54] popey, works perfectly for me, having just clicked on it [15:54] which browser? [15:54] Firefox. [15:55] hmm, chrome [15:55] Which browser do you have which is doing it wrong? :) [15:55] also, wget [15:55] i dont want a file on my filesystem called 5P2MrQofbiEfFZkLk8bKF5 [15:56] that's a wget bug [15:56] popey: could you get this idea in the hands of the team in charge of installers? http://www.reddit.com/r/Ubuntu/comments/z3s57/community_contest_wallpapers_landed_in_ubuntu_1210/c61f3ah [15:56] it ignores content-disposition headers. Not our fault :) [15:56] wget behaviour for years, annoys me [15:56] not just with u1 [15:56] SuperMatt, file a bug / patches welcome etc [15:57] but it something that's so awesome it should be pushed up to the top of the list! [15:57] * SuperMatt goes to file a bug [15:57] gord, indeed. It frustrates us, too :) [16:00] oh, I can't report a bug against ubiquity [16:00] anyone here happen to know their way around heimdall? [16:01] or a good site for getting sim unlock codes :p [16:03] SuperMatt, why? [16:04] hang on, let me get it back up [16:07] popey: over at launchpad.net/ubiquity, Report a bug is greyed out [16:08] you logged in? [16:09] SuperMatt: ubuntu-bug ubiquity? [16:10] popey: I am now and it still doesn't work, gonna give davmor2's idea a try [16:12] that seems to be working now [16:12] aaah, seems I need to raise the bug against the package, not to the team [16:13] *shakes fist at launchpad usability* === schwuk is now known as schwuk_away [18:16] anyone recommend a good online sim unlocking service? [19:12] night all [19:27] nn davmorius! <3 [20:04] Hello from the Samsung s3 [20:04] hello on the samsung s3! [20:04] i am dying from a food overdose [20:05] hello from the lounge [20:05] hello in the lounge! [20:06] Hello popey lounge [20:08] Irc isn't bad on this to be fair [20:10] hello from wayland [20:12] davmor2: oooh, how you like ? [20:12] There's always one [20:13] mattt not bad at all. [20:14] The screen is amazing [20:21] Oh well I'm off