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

HazRPGyeah, like RPD you need one to serve and one to connect00:00
pr0ph3tvino does that as well or not as featureful?00:00
HazRPGnot sure, only really used RDP and VNc00:01
HazRPGdwatkins: okay, made a secure password using lower/caps/nums/special key combos00:08
dwatkinsHazRPG: now make sure you don't forget it, just in case...00:08
HazRPGdwatkins: its my preferred password when sites/applications let me use it00:09
HazRPGI call is as my high-priority/secure password, so should be safe there00:09
HazRPGjust a pain to type in at times :P00:09
HazRPGadduser for creating new users correct?00:10
dwatkinsuseradd, no?00:11
HazRPGno ?00:11
dwatkins...and don't forget the -m00:11
dwatkinsI guess it depends on the distro and year.00:11
HazRPGubuntu 10.0400:11
HazRPGhasn't adduser been in since 8.04?00:11
andylockranhello00:13
andylockranI'm trying to get natty to load up gdm login screen00:13
andylockranit fails :(00:13
Cepheusi've always used useradd personally00:14
andylockranI'm running an oveau driver00:15
andylockranbut the monitor is a big 24" one.00:15
Cepheuswhat card do you have, andylockran?00:15
andylockrannvidia 7900GS00:15
andylockranworked fine with maverick00:16
andylockranshouldn't have upgraded so early :p00:16
Cepheuswhat kind of failure? black screen? Xorg crash?00:22
HazRPGdwatkins: how do I give the new user sudo/root access?00:23
Cepheusandylockran: Not 100% sure, but you may be afflicted by https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/72301200:24
lubotu3Ubuntu bug 723012 in xserver-xorg-video-nouveau (Ubuntu) "Xorg segfaults on nouveau" [Undecided,New]00:24
* HazRPG finding the ubuntu manual a bit daunting00:24
dwatkinsHazRPG: honestly, I dn't know the official method; I think there's a command, but I just edit the relevant file with visudo00:24
dwatkinsThat I can appreciate, HazRPG - understanding an entire OS can be a little daunting. I like to thing of it as little ants doing their jobs00:24
Cepheusthat seems a likely candidate, andylockran00:24
HazRPGdwatkins: ^^00:25
HazRPGyeah, I recall seeing something in the manuals about visudo00:25
* HazRPG is somewhat lost00:29
andylockransorted it :)00:30
HazRPGI know how to lock out root, however it would be silly to do so if my new user doesn't have sudo access yet00:30
andylockranCepheus: thanks for your help00:30
andylockranI upgraded to the latest today00:30
andylockranand it looks kewl00:30
Cepheusandylockran: awesome.00:30
andylockranit looks more than kewl00:31
andylockranone strange thing is that text resolution in terminal looks weird.00:31
andylockrankinda stretched, vertica00:31
andylockranl00:31
andylockranbut screen res is correct00:31
popeyandylockran: got natty + nouveau working?00:32
andylockranpopey: yeah00:33
andylockranhow to turn off that damn autohide :p00:33
andylockrando you know how to turn it off?00:34
CepheusI use the proprietary NVIDIA driver; my card is a little too new for nouveau support00:34
Cepheusat least, at an acceptable standard00:34
popeyno, i dont andylockran00:35
popeyI'm amazed nouveau is good enough to run minecraft ;)00:36
Cepheusah, the minecraft bug is spreading far and wide and fast.00:38
andylockranoooh, pressing super gets the menu to display00:38
DeathSlingI was after more info about xen so I went to there site only to find that they've had a serious hardware failure. Seeing as xen is about virtualisation and the ability to failover.... it's a bit ironic00:51
andylockranThat's tidy - googled for new version of my original wordpress theme01:01
andylockranfound a good 'un :)01:01
andylockranhttp://zrmt.com/  Theme is Cordobo Green.01:01
HazRPGhmm, the group "admin" doesn't seem to exist01:20
* HazRPG looking at /etc/group01:20
HazRPGadm does though01:20
popeythats right01:25
popeybah, bed!01:25
andylockran10043 andy      20   0  458m 158m  34m R  145  4.8   1:41.25 banshee-101:26
andylockranwow01:26
andylockran%CPU for banshee hitting 17701:26
HazRPGah ha! I think I get it now! :D01:28
CepheusI personally prefer Rhythmbox to Banshee01:36
Cepheusmono is a bit of a hog...01:36
hamitroneverything is :/01:36
hamitronat least it is starting to feel that way ;)01:37
Cepheusthe faster computers get, the less important optimisation is for devs01:37
Cepheusresult: bloat01:38
hamitronand then the need for even faster comps ;)01:39
HazRPGwhy is it that I hate documentation ... yet it is essentially what I'm doing now T_T01:59
HazRPGquestion about secure shell keys, I created one and linked it to my launchpad like a week ago... just wondering, I'm guessing I could make one for connecting to my vps... how would I limit access on my vps so that only my key is allowed access? And how would I use it to connect to it?02:09
CepheusHazRPG: I'm guessing you have full access?02:13
HazRPGyeah02:14
HazRPGI just bought a vps for £15 a year02:14
HazRPGplan to host my blog onto it, and possibly running irssi over screen02:15
HazRPGjust trying to lock it down though02:15
HazRPGso far, I've changed root password to a really really secure password (very obscure!), created a new user (that's me), created an admin group, made admin have some sudo access via visudo, and made my user a part of the admin group02:17
HazRPGalso been poking through /etc/ssh/sshd_config02:18
HazRPGso far the only change I've done is "PermitRootLogin no"02:19
HazRPGand added "AllowUsers <user>"02:19
HazRPGbut I haven't saved that file yet though02:19
andylockranI'd generate a ssh key instead of allowing passwords02:19
andylockranthat's a secure thing to do02:19
HazRPGyou mean what I've done so far is a secure thing to do, or the ssh key thing?02:20
HazRPGlimiting by ssh key is what I'd like to do02:20
HazRPGI've created one on my workstation (different from my launchpad one)02:21
Cepheusonce you can confirm your SSH key works for login02:21
HazRPGbut how do I use it02:21
Cepheusright02:21
Cepheusin your homedir02:22
Cepheuscd ~/.ssh02:22
HazRPGmuch appreciated in advance btw :)02:22
andylockrancopy id_rsa.pub (or the equivalent) in your homedir .ssh folder, into the remote .ssh dir - and renamed it to authorized_keys02:22
Cepheusthis02:22
andylockranor listen to Cepheus02:22
andylockransorry - that was a very quick explanation02:22
Cepheusdon't forget to chmod it to 700 and make sure you are the owner02:23
Cepheusotherwise SSH will refuse to use it02:23
* HazRPG opens up new terminal to confirm new user works02:23
Cepheusnow, if you did all that, ssh -i /path/to/your/privatekey user@host02:24
Cepheususer is your username obv, and host is your host02:24
Cepheusif that works02:25
HazRPGright ok so .ssh doesn't exist in my home directory so I'm doing mkdir .ssh02:26
Cepheusokay.02:26
HazRPGchmod 700 .ssh02:27
Cepheusmake sure you chmod it to 70002:27
HazRPGcorrect?02:27
Cepheusyes02:27
HazRPGright02:27
HazRPGuser@host being my current machine?02:28
CepheusHazRPG: The machine you want to connect to via SSH with private key02:28
Cepheusand the user02:28
HazRPGI'm guessing id_rsa is my private key02:30
Cepheusit is indeed.02:30
HazRPG(opening it says private key, so assumption seems correct)02:30
HazRPGokay, it asked for password after doing that... but I'm logged in using ssh -I /path/to/privatekey user@host02:32
Cepheuslittle i.02:33
HazRPGyeah little i02:33
HazRPGits just auto-word correct automatically changes it to caps on pidgin02:33
Cepheusah02:33
HazRPGjust did ls -a on .ssh and there's nothing there - but I'm guessing it shouldn't?02:34
Cepheusno, it should appear on ls -a02:34
HazRPGhmm, maybe I chmod it wrong02:34
HazRPGhang on02:34
Cepheusright directory?02:35
HazRPGno I think I just typed in "chmod 700 .ssh" instead of "chmod 700 .ssh <user>"02:36
HazRPGhmm, ls -ag shows this:02:38
HazRPGdrwx------ 2 admin  4096 2011-02-24 02:26 .ssh02:38
Cepheuswhat's the name of the user, anyhow?02:38
HazRPGhazrpg02:39
Cepheustry chown -R hazrpg.hazrpg .ssh02:39
Cepheusor, sudo chown -R hazrpg.hazrpg .ssh02:39
HazRPGhmm, its still not showing up in .ssh02:41
Cepheushmm02:44
Cepheusso .ssh is in /home/hazrpg?02:44
Cepheusand authorized_keys is in .ssh?02:44
HazRPGon my local machine?02:44
Cepheuson the remote machine02:45
Cepheusthe one you're trying to ssh to02:45
HazRPGon the remote there's nothing in the .ssh folder02:45
Cepheusah. you need to copy id_rsa.pub (or its contents) into the authorized_keys file there.02:45
HazRPGah, is there a quicker way to do that rather than typing it all out?02:46
HazRPGnever really used ssh to transfer files before02:46
CepheusHazRPG: Sure. open id_rsa.pub in gedit, select all, copy.02:47
HazRPGheh seriously?02:47
Cepheusyup02:47
Cepheusthen02:47
Cepheusecho *paste* > /home/hazrpg/.ssh/authorized_keys02:48
Cepheusshould work02:48
Cepheus(over ssh)02:48
Cepheusdon't type out *paste*, but right click > paste insteadd02:48
HazRPGguess I need to put "" in between that otherwise the spaces will just mess things up02:49
HazRPGheh, don't worry I knew that one ;)02:49
Cepheusyes02:49
Cepheusmy bad!02:49
HazRPG;)02:50
HazRPGright, done that02:50
HazRPGguess I should log back in again :)02:50
Cepheuschmod -R 700 ~/.ssh02:50
Cepheusthen you should be able to log in with the command from before02:51
HazRPGshould authorized_keys also be part of my group instead of admin btw?02:53
CepheusI think it should be as long as you're the owner and permissions are 70002:54
HazRPGI did chown on it just in case02:54
HazRPGright logging out and back in again02:54
HazRPGwell ubuntu just asked for my ssh passphrase, so I'm guessing something went right that time :)02:55
HazRPGstill no id_rsa in there though :(02:56
Cepheusdon't worry about that. all you need is the authorized_keys in there.02:57
HazRPGah ok02:57
=== 84XAAABJE is now known as Seeker`
Cepheusthat login okay?02:58
HazRPGyeah it did02:58
Cepheusawesome.02:58
Cepheusnow, the other bit that you wanted02:58
* HazRPG writes this all down just in case I need to reference it in future02:59
Cepheusto disable passworded logins from SSH02:59
HazRPGwell to only allow a person with an authorized ssh key yeah02:59
HazRPG(aka me)03:00
Cepheussudo echo "PasswordAuthentication no" >> /etc/ssh/sshd_config03:00
HazRPGI'll use vim, since I always like to make sure I comment stuff03:01
Cepheusthen sudo /etc/init.d/ssh restart03:02
Cepheusnow, your server will only accept public key logins03:02
HazRPGpublic key logins?03:03
Cepheuslogging in with your key.03:03
HazRPGyeah I got that03:04
HazRPGbut does that mean anyone with the public key will be allowed?03:04
HazRPG(my public key I mean)03:04
Cepheus*meant private key.03:04
HazRPGhope so :P03:04
Cepheusso of course:03:04
Cepheusdon't give away your public key03:05
HazRPGHmm, would I still need "AllowUsers hazrpg" then?03:05
HazRPGsince I added that in earlier03:05
HazRPGhang on, then why would launchpad add public keys if you couldn't give  that one away03:06
HazRPGsurely it's the private one you should never give away :P03:06
CepheusWell, it works like this.03:06
CepheusThe Public key verifies your identity. anything wanting to verify your identity just needs your public key.03:07
CepheusThe private key IS your identity. Anyone that has it is you according to the public key.03:07
Cepheusand, keep the allowusers line.03:08
HazRPGI thought authentications could only happen if you had the private key03:09
HazRPGyeah I will do03:09
HazRPG(keep AllowUsers)03:10
CepheusThe public key is like a record of your thumbprint.03:11
CepheusThe private key is like your thumb itself.03:11
CepheusPeople can know your thumbprint but they can't go round putting your thumbprint everywhere03:11
HazRPGso someone with the public key, can't gain access to my server unless they had the private key to go with it?03:12
Cepheusexactly so03:12
Cepheusso just make sure you don't lose your thumb =p03:12
HazRPGI've backed up both keys03:13
HazRPGyou just had me concerned for a moment, since I have a public key on launchpad - when you said don't give it out, well I already have a public key out there on the net03:13
Cepheusno. the public key can be given to anyone.03:14
HazRPG*phew*03:14
HazRPGlol03:14
HazRPGthank you very very much dude, been a great help :)03:14
Cepheusno problem. Sorry that I faltered through this a bit =p03:14
HazRPGyou shall be much credited on my blog when I write up my adventures with ubuntu server03:14
HazRPGits cool03:15
HazRPG<== still an ubuntu server trainee03:15
HazRPGlearning stuff pretty quick though03:15
HazRPGfound screen very useful when the internet was being choppy the other night03:16
HazRPGso glad that was one of few commands I learned early on03:16
Cepheuslearning is the big hurdle with linux. once you learn, you are the master!03:16
HazRPGindeed!03:16
HazRPGI thought I knew a lot until I started messing with ubuntu server in a VM03:17
HazRPGwas almost like everything else was small fry03:17
HazRPGthing I've noticed is, that control in linux is very easy and straight forward - you just need to know your commands/files & directories well03:18
HazRPGin windows, anyone can pretend to know anything because most of it is point-click03:18
HazRPGalways funny to see sysadmins go nuts when they're point-clicks don't work and they can't work out what's wrong :P03:19
Cepheusyes. that is one of the beauties of GNU/Linux and other similar operating systems: everything can be done the same way.03:19
HazRPGtheir*03:19
HazRPGI think the only thing that varies in linux is the sudo command03:19
HazRPGI've found all the others seem to exist in pretty much all03:19
CepheusGUI is nice and accessible. but you're limited to whatever the person who wrote the software wants you to see03:19
HazRPGthus the reason I'm trying to learn all this :)03:20
HazRPGgot fed up of my home server not doing what I explicitly want it to03:20
Cepheuswith the command line, you don't have to memorize menus or spend hours looking for options.03:20
HazRPGor worry that the GUI will change and you can't find it again :P03:21
HazRPG(updates, etc)03:21
Cepheusoh, the number of times this happens03:21
Cepheusespecially microsoft03:21
Cepheusthey love doing this.03:22
HazRPGtell me about it :/03:22
HazRPGlast service pack messed things up big time with my apache server and a few other things03:23
CepheusSee: Office, Windows, Visual Studio, Paint, MSN/Windows Live Messenger, Internet Explorer03:23
HazRPGit decided to reset a few environment variables and other stuff, and moved them around03:23
Cepheusthey don't look the same for more than 5 minutes.03:23
HazRPGheh agreed03:23
HazRPGI must say, I'm starting to love the command line03:24
CepheusI haven't updated yet. I dislike Microsoft's big updates. Especially when their operating systems bluescreen while doing them and render your system 100% inoperable03:24
HazRPGgoing from maybe using it a few times in a week03:24
HazRPGI've gone to using 5-7 at a time every day!03:24
Cepheusno matter what operating system, I can guarantee you I always have at least one terminal open =p03:25
Cepheuseven on my phone!03:25
HazRPGoh I meant my windows server I have, it's a student licence I have on it03:25
HazRPGkeep meaning to root my nexus :P03:25
Cepheusah. I've got one but I've not used it.03:26
HazRPGput cm6 or something on it03:26
HazRPGnexus one?03:26
HazRPG:o why not?03:26
CepheusI bought a hacker's phone ;)03:26
HazRPGdo tell ;)03:26
Cepheusno, a Windows Server student license03:26
HazRPGyeah I got it from Uni last year03:27
CepheusNokia N900. Not particularly handsome or bulky in the spec department.03:27
Cepheusbut it's raw linux.03:27
Cepheusessentially customised debian.03:27
HazRPGoh wow, I almost bought that phone too!03:27
HazRPGis it any good?03:27
HazRPGspread the joy, dish out the dirt!03:28
CepheusIt works okay as a phone, but it shines in the hacker department.03:28
HazRPGalmost got that phone myself, since I've always preferred nokia's phones - plus the slide out keyboard seemed like a bonus too03:28
HazRPGCepheus: how so? raw terminal access?03:29
CepheusEverything is almost identical in structure to debian/ubuntu - command line is there with bash, your full array of tools,03:29
CepheusXorg and pulseaudio03:29
HazRPGwow03:29
Cepheusit's desktop linux adapted for the phone.03:29
* HazRPG looks at his nexus...03:29
HazRPGsee that was one thing that almost put me off it03:30
HazRPGwell did put me off it03:30
HazRPGI wasn't sure if they'd pull of the fact that it had too many tools from the desktop side of things - was afraid it might end up being a sluggish machine to run03:30
HazRPGs/of/off*03:31
Cepheusthe third party apps are not as extensive as android's at all though. but there are huge amounts of open source software ported.03:31
CepheusIt's not actually that slow, surprisingly.03:31
HazRPGI recall reading someone trying to port blender to it just for fun as proof of concept03:32
HazRPGwhen I read that, my jaw dropped and wished I'd got one instead of the nexus03:32
Cepheushah.03:32
Cepheusif lwjgl supported OpenGL ES... well, it might possibly play Minecraft.03:33
Cepheusbut03:33
Cepheusit doesn't03:33
Cepheusand it'd probably run very slowly on account of the limited memory and non-desktop processor03:33
HazRPGI thought it had something comparable to the atom on-board03:35
HazRPGI thought it was at least 1GHz03:35
AzelphurCepheus: I have a G2 running android myself :D03:35
HazRPGoh wow, hey :)03:36
Azelphurnah, it's 528mhz qualcomm03:36
Azelphurin the n90003:36
Cepheusnope. 600MHz Cortex A803:36
AzelphurI thought the n900 was 528?03:36
HazRPGoverclocked maybe :P?03:36
Azelphurhehe03:36
HazRPGgive it some more juice!03:36
AzelphurHazRPG: my G2 has an 800Mhz processor in it, I've overclocked it to 1.8ghz03:36
HazRPGnice xD03:37
Cepheussays here that the default max frequency is 600MHz03:38
CepheusI've gone up to 1.1GHz03:38
HazRPGhmm, apparently my vps doesn't have man installed :S03:39
AzelphurI wish android was more like maemo, it's a shame maemo died.03:39
Cepheusyeah03:39
Cepheusit died of windows phone 703:39
AzelphurxD03:39
Azelphurwindows mobile 7 is just a joke03:39
HazRPGI think the problem is google is so big that people trust them blindly03:39
AzelphurMicrosoft is way too late to the party to make much of a difference03:39
CepheusThe biggest problems with maemo are the 3 largest overheads03:40
CepheusXorg, Pulseaudio, and Gecko.03:40
HazRPGheh did you hear about microsoft wanting geohotz to jailbreak the windows 703:40
HazRPGfor their phone03:40
Cepheuspowerful? yes. also a bit large.03:40
AzelphurHazRPG: seems completely stupid lol03:41
HazRPGCepheus: you could say that, but if they'd packed it into some slightly better hardware then you wouldn't be saying that :P03:41
CepheusI would have thought that they would have chosen WebKit over Gecko, really.03:41
CepheusHazRPG: It was a for-market prototype, really03:41
HazRPGI've heard people saying they put android on the ol' n90003:41
HazRPGseems like such a waste to place it on such a device :(03:42
Cepheusthey have. It doesn't work quite right yet.03:42
CepheusI want Intel to hurry up and get MeeGo to a usable state... maybe that'll work out03:42
HazRPGhowever I guess with android being on it, you do get to have a lil more leg room as far as resources go03:42
Cepheusbut I didn't like that direction completely either03:43
HazRPGright I really really need to write down the stuff you showed me earlier before I forget03:43
Cepheushah03:43
HazRPGback in a bit03:43
Cepheuswell, the only thing I reall didn't like about MeeGo was the choice to use RPM over dpkg03:44
HazRPGbest way to learn is to do, and then write it in your own words - it sticks better then :)03:44
Cepheusoh yes.03:44
HazRPGI really wish rpm would die :/03:44
HazRPGhmm something doesn't seem right here04:01
HazRPG/etc/group shows this "admin:x:1001:"04:03
HazRPGor does the number not really matter?04:03
HazRPGalso, shouldn't my user be added on at the end?04:03
HazRPG:q!04:04
HazRPGoops04:04
HazRPGCepheus: btw, thank you for the help earlier :)04:38
Cepheusno problem.04:45
Myrttibtw, MeeGo development is still ongoing and even the amount of commits Nokians do to it hasn't fallen05:58
Myrttiit's way too early to call MeeGo dead06:00
MartijnVdS"dying" then06:00
MartijnVdS?06:00
MyrttiI'd say "struggling" until the full commitment of Nokia works out06:01
MartijnVdS"on life support"06:01
Myrttibut it has been struggling since day one with Android being so strong06:02
Myrttiin theory it's on a strong basis in comparison to Android, which in many ways is a closed box06:02
Myrttibut...06:02
Myrttitheory doesn't work like that06:02
Myrttibut then again, feel free not to join my fragile optimism, it is a bit mandatory for me but I can fully understand why others don't feel the same :-/06:05
=== ax_ is now known as asgw
HazRPGmorning gues06:55
HazRPGguys*06:55
HazRPGand gals*06:55
HazRPGhmm... what does the red "42!" mean in byobu06:56
AlanBellmorning07:09
AlanBellHazRPG: 42 updates available to apply with apt-get upgrade07:09
HazRPGAlanBell: ah, awesome :)07:09
HazRPGAlanBell: muchas gracias :)07:10
HazRPGwould explain why I couldn't find any results for it in google07:11
HazRPGmy first thought was "wow, meaning of life, the universe and everything"07:11
alexcockellMorning..07:13
HazRPGmorning07:13
alexcockellLooks like we're all watching the Meego news...07:14
HazRPG:P07:14
alexcockellI was a little concerned about why it was a half'n'half blend of Debian and Red Hat... would that have described it accurately?07:15
HazRPGhmm, latest apache2 seems to be very different from what I'm use to (config-wise)07:16
HazRPGthey've moved all the files around07:16
alexcockellSo a bit like GRUB2 was to GRUB?07:16
alexcockellNot that I would know - preinstall user here...07:16
HazRPGalexcockell: nah, I use apache2 on my existing server, but I only patched it up every so often07:17
HazRPGthe whole config was pretty much one file though07:17
HazRPGnow it seems to be at least 407:18
HazRPGthat I can see07:18
HazRPGI like it the idea, means stuff is only placed where it needs to be... but still learning where stuff is meant to go07:18
shaunomorning07:21
DJonesMorning all08:12
shaunohalf tempted to go back to bed already08:30
HazRPGmorning08:40
DJonesshauno: Looking at the weather forecast, today is supposed to be quite good, if you go back to bed, you might miss this years summer08:40
HazRPGheh, after securing my vps up and doing a bit of config08:40
HazRPGunder "Technical Info" it says "Server Status: SSH login failed"08:41
HazRPGthat's on the website for my vps08:41
HazRPGI wonder if that's because of the way I've set it up08:41
HazRPGI've set it to only allow ssh key logins, and restricted root access, and only one user is allowed to login (me)08:44
HazRPGthat's pretty rock solid surely...08:44
HazRPGunless I've got neighbours already trying to access my server08:44
dwatkinshi folks08:56
HazRPGI think I should give ubuntu server a rest for a little bit08:56
HazRPGlet some of the stuff I've done so far sink in lol08:56
HazRPGI think I've wrote about ~200 lines of stuff so far of things I've learned!08:58
BigRedSHazRPG: that's pretty good! But, yeah, you can overdo the experimenting! :)09:06
HazRPGits why I'm documenting everything I do in my own words :)09:06
HazRPGthat way its sticking in my mind better09:07
HazRPGplus it means I have something to reference that I'll be able to understand at a glance09:07
HazRPGone reason why I love commenting my code too09:08
HazRPGthey're like little notes to yourself to remind you about stuff :)09:08
HazRPGI think coding is where I got this habit from :P09:08
MartijnVdSHazRPG: just remember to comment on the "why".. the how should be obvious from reading the code ;)09:09
HazRPGMartijnVdS: I've been commenting since I was 13, so I learned that the hard way ;)09:09
* MartijnVdS has to wade through lots of "what" comments every day... people tend to forget to document the "Why" :(09:09
HazRPGMartijnVdS: I feel your pain09:10
czajkowskiAloha09:10
HazRPGI'm currently going through the same thing for the site I'm working on :(09:10
HazRPGczajkowski: hey :)09:10
AlanBellyay09:10
AlanBellhi czajkowski09:10
screen-x`morning :)09:10
czajkowskiAlanBell: fancy seeing you here09:10
* HazRPG waves to AlanBell :)09:11
* AlanBell is on the other side of the room to czajkowski 09:11
czajkowskiso when does this thing start09:13
JamesTaitOHAI!09:18
czajkowskigrrrrr09:20
screen-x`this is among the things I was hoping not to see when running do-release-upgrade "[: 22: bin: unexpected operator"09:22
screen-x`I see that JamesTait is speaking lolcat today..09:22
JamesTaitI can haz cheezeburger?09:23
MartijnVdShttp://lolcode.com/09:23
MartijnVdSHazRPG: also, unit tests -- they make life easy :)09:24
JamesTaitMartijnVdS: +1 for unit tests.09:25
MartijnVdSJamesTait: we write them religiously at work.. we've learned a lot about writing testable code :)09:25
MartijnVdSJamesTait: also, http://misko.hevery.com/code-reviewers-guide/09:26
MartijnVdSJamesTait: (java-oriented, but adaptable to other languages)09:26
JamesTaitMartijnVdS: Same here. TDD and code reviews and pylint for style. And I think only a bot and a small subset of "admin" users can merge branches into trunk, and the bot runs the tests and makes sure they pass before doing the merge.09:28
HazRPGMartijnVdS: unit tests?09:29
* czajkowski mutters09:35
czajkowskiI hate being touched and patted in a condescending way09:35
czajkowskidrives me batty09:35
MartijnVdSHazRPG: check that link I posted :)09:36
MartijnVdSHazRPG: extra code (tests) you write to confirm that the other code you wrote does what it should :)09:36
czajkowskipatting me on the arm saying there there is not a good way to get in my books!09:37
* kazade pats czajkowski on the arm09:37
JamesTaitHazRPG: But for TDD, you should write the tests *before* you write the code it's going to test. It sounds weird, but it forces you to think about how your code will work before you start trying to write it.09:37
MartijnVdSJamesTait: we do that 50/50 at work09:37
MartijnVdSsometimes we do tests first, sometimes code.. depends on what we're doing really09:38
HazRPGMartijnVdS: I don't get what I'm doing on this site :S09:38
MartijnVdSHazRPG: read, watch videos :)09:38
JamesTaitMartijnVdS: Yeah, we're pretty good with it, and I'd say we do it pretty consistently for all bug fixes except the simplest, but for new code, sometimes it just grows from something simple and we write tests for it afterwards.09:39
HazRPGJamesTait: I tend to find either writing them down, discussing them with people, or writing it out in a text editor (what its meant to do and how) works best09:40
danfishAlanBell: stop patting czajkowski on the arm ;)09:40
JamesTaitMartijnVdS: There are times when it's a bit of push and shove - you write a few tests to figure out the interface, you write some implementation to make the tests pass, then you experiment a little bit and end up with something that appears to work, so write the tests to verify it.09:40
MartijnVdSHazRPG: Look for "Clean Code Talks" on youtube -- he's done google tech talks to explain :)09:40
HazRPGpreviously I use to even do mockups in a presentation app, vb6 or flash - just to get a rough idea of how things are going to piece together09:40
MartijnVdSJamesTait: yeah, but knowing a few good patterns for writing easily-testable code helps a lot as well :)09:41
JamesTaitMartijnVdS: One trick I tend to use it to hash stuff out in comments first, then add the code afterwards.09:41
MartijnVdSHazRPG: but can you be sure all old functionality works the same as before after adding a new feature?09:41
JamesTaitMartijnVdS: +1 for patterns too.09:41
MartijnVdSJamesTait: yes, I write code as comments first (in Dutch or English), then replace those comments with real code :)09:42
shaunothat was something I liked about the google code uni exercises.  each one is a file full of empty/skeleton functions, and a test at the end.  you code to match the test09:42
HazRPGMartijnVdS: I try my best to make my work as modular as possible, that way instead of having massive amounts of code mashed into one, your only doing the essentials on the main pages, everything else is managed in classes/modules/functions09:43
MartijnVdSHazRPG: you should seriously consider writing unit tests then :)09:43
HazRPGMartijnVdS: your making me feel like I'm a bad coder lol09:44
MartijnVdSHazRPG: I don't know that.. you might be :P09:44
MartijnVdSHazRPG: you might be the best coder ever to walk the earth.. :)09:44
HazRPGI wouldn't go that far :P09:44
MartijnVdSHazRPG: anyway.. if you have time, check out those videos.. they rock :)09:45
HazRPGno code is ever perfect - no matter who the programmer is09:45
* BigRedS really needs to get into this whole planning-the-code thing09:45
HazRPGthe lolcode ones?09:45
MartijnVdSHazRPG: no, the "Clean Code Talks" and http://misko.hevery.com/code-reviewers-guide/09:45
BigRedSeverything I write is a quick-and-dirty script that stays in place until I try to modify it and find it incomprehensible09:45
MartijnVdSHazRPG: http://misko.hevery.com/presentations/ == clean code talks (among others)09:46
HazRPGBigRedS: its not that hard really09:46
MartijnVdSBigRedS: recognising that there is a problem is the first step in solving it :)09:46
HazRPGMartijnVdS: oh, yeah I've got one on now - clicked the sub button too ^^09:46
HazRPGMartijnVdS: much like my fear of using only a CLI for servers :P?09:47
MartijnVdSHazRPG: probably, yes ;)09:47
HazRPGI must say I'm really enjoying working with ubuntu server :)09:47
HazRPGfound myself having several terminals open now as standard haha09:48
BigRedSMartijnVdS: It's also the smallest and easiest step :)09:48
* HazRPG currently has htop running in the background for some of the machines in the house to keep an eye on them ^^09:49
tugrikanyone out there running an up to date 10.04?  Can you tell me what the output if of "sshd -V"?09:49
HazRPGtugrik: one moment09:49
HazRPGtugrik: I've got: OpenSSH_5.3p1 Debian-3ubuntu4, OpenSSL 0.9.8k 25 Mar 200909:50
tugrikit is 5.3, ok, cheers HazRPG09:51
HazRPGtugrik: no problem09:51
tugrikbtw - what are you looking out for with htop?09:51
HazRPGjust general monitoring to make sure nothing is going haywire09:51
tugrikcool, look at "monit" if you want notifications about certain processes or the overall load on the box09:52
* HazRPG hates it when my sister just tells me "its not working" and not giving details as to why09:52
tugrik:)09:52
HazRPGfrom what I can see, it's a web interface?09:53
BigRedSyeah, you stick a bunch of monitors on your box, and it displays what's wrong09:54
HazRPGcool, might have to give that a try09:54
BigRedSI think you can plug active notifications in, too, so you can sit there reading the paper safe in the knowledge that if anything breaks your phone will go off09:54
BigRedSunless the bit that does the phone breaks :)09:54
HazRPG:P09:55
* HazRPG really likes the "shutdown -h now" command ^^09:56
* screen-x` uses twitter for phone notifications, so theres 40% chance that if something breaks, he'll know about it09:56
HazRPGunless it's the internet that  breaks09:56
=== screen-x` is now known as screen-x
screen-xHazRPG: hence the low percentage..09:56
HazRPG:P09:56
screen-xalso the unreliability of twitter..09:56
shaunoI get sms when things don't look right.  rather annoying, because it's usually while I'm sat in front of it09:58
screen-xHazRPG: although actually the internet connection failure issue is somehwat mitigated by monitoring from local and remote boxes -- one of them is likely to be able to twitter.09:59
HazRPGMartijnVdS: heh so far this is how I code :P10:11
MartijnVdSHazRPG: "this"? :)10:12
HazRPGthe class/function testing as you go along10:12
MartijnVdSHazRPG: automated tests, or manual? :)10:12
HazRPGboth10:13
MartijnVdSHazRPG: this is all about having/using an automatic test framework10:13
Jibadeehascreen-x, are the SMSs free if you use twitter for phone notifications10:14
HazRPGI use google calendar for free sms's :P10:15
dwatkinsI used to have twitter updated from a script, I need to learn OAUTH to find out how to make this work again.10:15
Jibadeehagood idea HazRPG10:15
HazRPGoriginally when someone told me about it, I thought it was daft to use a calendar for dealing with sms's but you'd be surprised when you actually start doing it10:16
JibadeehaHazRPG, it is quite a clever way to do it10:17
HazRPGalso means that its not shown in public eye :P10:18
HazRPGor even your own if you use the calendar for other things (like I do)10:18
JibadeehaHazRPG, google calendars it is then10:18
HazRPGits not that hard to do either10:19
Jibadeehawhat API do you use10:20
HazRPGeven better, none ;)10:20
Jibadeehajust URLs10:20
HazRPGgoogle calendar can be set to just monitor a url of feeds10:20
HazRPG(I have a url feed for birthdays from facebook)10:20
screen-xdo-release-upgrade doesn't seem to have many options, is there a way to get it to choose the default answer to all questions?10:21
MartijnVdSscreen-x: no, becuase you never know all questions in advance10:21
Jibadeehanice - this is a clever idea10:21
MartijnVdSscreen-x: packages might ask the dreaded Yes/No/Diff question10:21
screen-xJibadeeha: (really slow response) but yes, the sms notifications are free10:21
HazRPGJibadeeha: you have to send your data into a file on a webserver somewhere in a format that the calender can understand10:22
screen-xMartijnVdS: in that case, I want to keep my locally changed version10:22
HazRPGJibadeeha: and then just use the basic functions inside of google calendar as to when you want SMS's to be sent10:22
screen-xMartijnVdS: I'm pretty sure apt/dpk have the required options, just need do-release-upgrade to pass them..10:23
JibadeehaHazRPG, so i could put an alert in the feed on my webserver for the calendar to pick up - sounds easy enough10:23
MartijnVdSscreen-x: patches welcome, I guess ;)10:23
screen-x;)10:23
HazRPGso you could have it set to send an SMS as soon as a new event has been found, or you could have it so that it's sent closer to the date (like few days/hrs) that you've set it for10:24
HazRPGjust make sure you add a few minutes or so onto the stamp you put in your feed to allow for uploading/download etc10:25
MartijnVdSif you use the gdata API to add the event to a google calendar, it can be almost instant10:25
HazRPGotherwise it might just count it as being in the past and not send an sms10:25
MartijnVdSand you don't need web space to upload an ics to10:26
popeymorning all10:26
MartijnVdS\o popeyman10:26
HazRPGcould do it that way too...10:26
HazRPGJibadeeha: the whole thing is well documented if you just search for it10:27
czajkowskihmmm10:30
popeyHMMMMMM indeed!10:31
HazRPGpopey: \o hi :)10:32
HazRPGMartijnVdS: wow, that room looked empty!10:36
HazRPGMartijnVdS: during the Q&A10:36
screen-xBought otterbox case for HTC Desire, not quite as sturdy as it looks in the pics, but fits well.10:37
MartijnVdSHazRPG: it's not a celebrity speaker :)10:37
MartijnVdSHazRPG: he's*10:37
HazRPGMartijnVdS: might have to re-watch that later when I can fully take in what he's saying... I don't think I've ever done it that way before, I do tend to do a lot of the other stuff that he talks about10:37
HazRPGI always try to write things in such a way that classes aren't trying to connect too much into other classes, but that's just me10:38
MartijnVdSHazRPG: http://www.c2.com/cgi/wiki?LawOfDemeter10:38
HazRPGheeh10:40
HazRPGhehe*10:40
HazRPGright, I've gotta grab some zzz's before my brain melts10:42
HazRPGmight be back online in 6hrs or so10:42
screen-xHazRPG: sleep well :)10:43
HazRPGtoodles o/10:43
HazRPGscreen-x: will do :)10:43
* HazRPG might wait for electricsheep to run before leaving ^^10:43
popeyAlanBell: upgraded ubuntu-uk.org to wordpress 3.1, looks like nothing is broken10:48
czajkowskipopey: you're missing over there10:53
czajkowskipopey: AlanBell is at the plugfest10:53
AlanBellpopey: great10:55
* czajkowski waves at AlanBell 10:57
davmor2morning all11:02
popeyYES!11:07
danfishpopey: ??????????11:12
popey??????????????????????????????????????????11:12
danfishheh - YES! to what? Won the lottery?11:13
* mungojerry wonders if he could buy a real gold crown for his head at the price he just paid the dentist for a little one on his tooth11:13
* davmor2 hugs czajkowski 11:16
dwatkinspopey has changed languages, we may never understand him again...11:20
popeyBEEF!11:20
dwatkinsare you talking in hex now?11:20
danfishdwatkins: no - mad cow disease. It's finally got him ;)11:23
* exobuzz backs away slowly from popey11:26
kaushalCan someone recommend complete replacement of Outlook 2007 on MS Windows XP including Calendar/Meeting Rooms in a suitable Email Client on Ubuntu ?11:31
czajkowskidavmor2: dealing with old school boys club11:31
czajkowski:(11:31
czajkowskiso not nice11:31
BigRedSkaushal: what sorts of servers do you need to speak to? There's not a lot that speaks Exchange very well11:32
davmor2czajkowski: :D this from the woman from the all girls club right,  do they know what they let themselves in for?11:32
kaushalMicrosoft Exchange Server 200711:32
czajkowskidavmor2: oh I got told it was just the dutch mannerism11:32
czajkowskiby tthe british buy who then started to pat my arm also11:33
BigRedSI've never had much success making free software talk to Exchange. MS don't like people doing that, so they do try to make it hard11:33
exobuzzjoggler users: new jolicloud - xbmc installed by default as well as mplayer with vaapi support) - http://joggler.exotica.org.uk/jolicloud/ (and squeezeplay as before)11:33
screen-xkaushal: the standard answer is google apps, but that is just as proprietary exchange..11:33
BigRedSEvolution's probably as close as you'll get11:33
davmor2czajkowski: haha!11:33
czajkowski:(11:33
popeyscreen-x: depends what the motivation is11:33
popeyscreen-x: if the motivation is to "get off exchange" then google apps is fine :)11:33
popeyscreen-x: if the motivation is "get control of our own mail and get off exchange" then may not ;)11:34
BigRedSah, I thought it was just 'replace Outlook'11:34
popeywell, we dont know do we, limited spec :)11:34
BigRedS"complete replacement of Outlook 2007 on  MS Windows XP including Calendar/Meeting Rooms11:34
BigRedS" sounds very client-side11:34
exobuzzi couldnt handle evolution.. went to thunderbird,. evolutions odd way of searching just sucked vs thunderbirds lovely full text index11:34
screen-xBigRedS: complete replacement, includes server..?11:34
BigRedSthunderbird 3's way of searching irritates the hell out of me11:35
exobuzzbut of course it has that server client support11:35
BigRedSscreen-x: not if it's for Outlook. That's the client11:35
popeykaushal: can you be more specific about which bits need replacing?11:35
exobuzzBigRedS, i really like it. its lovely and quick11:35
* BigRedS wants exobuzz's evolution11:35
mungojerryBigRedS: the thunderbird 3 search is great for me11:35
BigRedSer, thunderbird11:35
screen-xBigRedS: ah yes.. I tend to lump them together.11:35
exobuzzBigRedS, and tyou have both quick message filter and full search ;-)11:35
popeyhttps://lists.ubuntu.com/archives/ubuntu-users/2011-February/240387.html11:35
popeylooks like just the client11:35
BigRedSEvery time I do a search, my pc freezes for about twenty seconds11:35
exobuzzand evolution devleopment is SLOOW11:35
mungojerryBigRedS: did you upgrade from evo 2 ?11:36
exobuzzevolutions search is way slower than thunderbirds though11:36
mungojerryi had problems in tb211:36
mungojerryand trashed my local cache and started again11:36
exobuzzmostly i wish ubuntu didnt integrate "their" choice of apps as much as they do. i dont user the evolution calendar, so remove it from the panel..11:37
mungojerryre: kaushal question, there's also a proxy app that can sit between exchange and your client to talk "exchange", i froget the name now tho11:37
BigRedSmungojerry: nah, I meant tb. tb's always been freeze-happy for me, but now the searches take longer 'cause I keep getting the 'search everything' bar by mistake11:38
mungojerryBigRedS: usually i use the tb3 "filter these messages" box, but occasionally use global search which isn't bad either, but used to be worse in lower versions11:38
mungojerryhow many gb's is your mailstore11:39
BigRedSIf I do the global search, it also does all teh folders i'm subscribed to, which is several million messages11:39
mungojerryugh11:39
BigRedS'cause it doesn't bother to do imap properly, and insists on having *every* message from the last ten years11:39
mungojerryi turn off the download/store locally stuff11:40
BigRedSyeah, even so it wants all those headers11:40
mungojerryi used evo 24x7 against my zimbra server for a year, then switched to tb in 2010 & 201111:41
mungojerryevo used to crash on me all the time without a trace11:41
exobuzzwell. isnt it great we have a choice of FREE mail clients. so we can all use the ones we like ;-)11:41
mungojerryespecially when i went near the calendar11:41
* popey notes that kaushal has disappeared11:41
mungojerrylol11:42
mungojerryit's a bit like asking for directions in a room full of men11:42
screen-xmungojerry: ask the question, wait for them to start arguing about the best route, then run away?11:43
exobuzza friend sent me an animated gif that killed my evolution dead some years back. was a gtkhtml or something issue i guess.11:43
screen-xexobuzz: thats a compatibility feature with outlook11:43
exobuzzheh11:43
exobuzzstill got the gif! http://malus.exotica.org.uk/~buzz/animated.gif11:44
exobuzztis a lot of frames11:44
screen-xsfw/11:44
exobuzzyeh it's safe11:44
exobuzztis the whole intro sequence to turrican 2 as a gif anim ;-)11:44
exobuzzthe same gif also brought down mediawiki11:45
screen-xchrome seems ok with it11:45
exobuzzyeh the browsers seemed happy.11:45
exobuzzmediawiki used imagemagick and it decoded it in ram frame by frame. wasnt very happy11:46
mungojerryvmware-tools insists on creating a xorg.conf even when X isn't installed :(11:47
* BigRedS is reminded of mongodb11:50
BigRedSthat pulled in a shedload of x-dependent bits and pieces11:50
mungojerrywas there a webos tablet launch yesterday?11:50
popeyi saw a video of an HP one on click.11:51
popeyfrom mobile world congress11:51
popeybut they wouldn't let the reporter use it11:51
screen-xthe hp touchpad isnt released11:51
mungojerryi reckon if i had a tablet i'd get one of these things to go with it : http://www.senacases.com/apple/apple-ipad-cases/keyboard-folio/11:51
mungojerry(minus the ipad)11:51
screen-xatrix style11:52
davmor2popey: do me a favour open up gwibber drag you scrollbar to the bottom and then use your mouse/trackpad to scroll down again is it the top of you feeds again only at the bottom?11:52
popeydavmor2: at work, no ubuntu, sorry11:52
popeydavmor2: i have filed a bug about it11:52
popeyi bugged ken about it and he said he'd take a look11:52
davmor2popey: I thought that was it showed as you scrolled11:52
popeyits various manifestations of the same thing IMO11:52
davmor2ah okay :)11:53
* mungojerry has no unity launcher or panel today :(11:53
mungojerryafter running last nihts updates11:53
mungojerryunity --reset doesn't fix either11:54
MartijnVdSback to classic gnome :)11:54
davmor2mungojerry: ditto11:55
mungojerrydavmor2, makes me feel better :)11:56
davmor2ubuntu1 is going potty too11:56
mungojerryhow can i stop u1?11:58
popeyu1sdtool mungojerry11:58
* czajkowski dislikes disorder11:59
screen-xcat /stuff/cz* |sort11:59
* czajkowski sends screen-x to the naughty step with davmor2 and MooDoo 12:00
screen-xwut? I was being helpful..12:00
mungojerryarggh i wish alt-f2 worked in unity12:02
screen-xit dosen't? is there an alternative?12:02
davmor2screen-x: My job to annoy czajkowski your job to calm and sooth don't mix them up it confuses her else bless ;) (that should get you off the naughty step incase I become a bad influence)12:02
screen-xmungojerry: does gnome-do work?12:03
AlanBellmungojerry: https://wiki.ubuntu.com/Unity/KeyboardShortcuts12:03
screen-x"special mode" haha12:03
mungojerryAlanBell: thanks but launcher is not appearing right now12:05
popey:( 500 error on the wiki12:05
popeyle sigh12:05
mungojerrygonna revert to classic mode :)12:05
* popey notes that some of those features dont work12:06
mungojerryunity-panel-service: no process found: ...12:07
AlanBellmungojerry: if you or anyone else discover additional keystrokes please add to that page12:09
mungojerrysure12:11
gordwoo, only have to be at uds for three days this time, traveling during the week \o/12:32
SuperMattguys, is there a nice easy way to dump your current PPAs to a file so I can get it back later?12:39
dogmatic69cp path/to/ppa path/to/tmp12:41
SuperMattI don't know where ppa information is stored12:41
dogmatic69i cant remember right now either, but i was deleting some the other day12:41
dogmatic69its just a bunch of txt files12:42
TommehSuperMatt: Just backup /etc/apt/sources.list & /etc/apt/sources.list.d/12:45
TommehUnless you've added PPAs manually via editing the sources.list, you should find that the sources.list.d directory contains all of your PPA information.12:45
SuperMatttbh, I've looked at my ppas and there's only a couple I really need, so I've marked them down12:46
SuperMattcba to copy info12:46
* mungojerry is debugging latex documents :(12:53
TommehSuperMatt: in some cases, all you need is a mental list :)12:53
daubersAfternoon12:55
daubersAnyone a genius with python and TarFile?12:57
TommehIsn't there a #python for that? :)12:57
TommehI mean, if you're really trying to narrow down the ones that know the most about python.12:57
daubersTommeh: Yeah, not really had much like in #python12:57
TommehAhh12:57
mungojerryfrom what i've seen #ubuntu-uk is the place to go with windows problems, food hygeine, and android issues :)13:03
mungojerryi hear it's better than google+wolfram alpha for producing worthwhile results :)13:04
TommehI must remeber to debug the firmware issues in my routers here next time :p13:05
gordwoo another angry letter from tv licensing because i don't want to watch tv13:07
mungojerrythe iplayer thing sure is a big loophole13:08
gordi don't even use that13:08
mungojerry:)13:08
dwatkinsI thought you needed a license to watch iPlayer?13:08
gordthey just don't seem to understand what "i don't watch broadcast tv" means13:08
daubersgord: Ring them up and threaten them with action because the bad wording of the letter suggests you must pay a licence even if you don't have a TV13:08
daubersgord: WFM :)13:08
kvarleydwatkins: Only the live streams13:08
kvarleydwatkins: The ondemand stuff doesn't come under the tv license I dont think13:09
dwatkinskvarley: aha I see13:09
mungojerryfor the memory13:09
mungojerrys/memory/moment13:09
kvarleydwatkins: Not sure though, we have a TV license anyway13:09
dwatkinskvarley: I just moved my license with me when I moved house, the BBC is good enough I feel it's only fair to pay for it13:10
kvarleydwatkins: Ah ok, they are good but could be better :P13:10
mungojerrythink the bbc shouldn't produce tosh though13:10
kvarleydwatkins: Proper support for linux would be nice13:10
mungojerrypopulist trash soaps etc aren't exactly what the bbc was created for13:11
kvarleyTheir air installer never, ever, worked for me :/13:11
mungojerryif it was called ilinux you'd be sure it got the support it deserved13:11
mungojerrythe android app is really poor too13:12
kvarleyIt's basically just their website13:12
kvarleymungojerry: It's alright I guess but the fact it uses flash means it crashes half way through a tv episode usually13:12
mungojerryget_iplayer is what u need13:13
kvarleyAnd you have to have the screen turned on while using the app which is annoying when you want to listen to the radio13:13
kvarleymungojerry: Yes indeed13:13
mungojerryactually flash has improved latetly13:13
daubersWoot!13:13
daubersFinally got the damn thing to do what I want13:13
* daubers puts the sledgehammer away13:13
mungojerryuntil recently the flash player would pop out of full scren every 5 mins13:13
dwatkinskvarley: I suspect it's just a matter of browser market share that means linux isn't supported (although that's probabyl a chicken and egg situation)13:14
mungojerryand also the decision makers at the bbc are trendy isheep who don't realise that standards and open-friendly stuff is important13:15
=== sxndave|2 is now known as sxndave
mungojerrydoc files clicked from the internet now open in my firefox browser, i've been wanting this for years :)13:16
mungojerryi just never realised it was possible13:16
kvarleymungojerry grats13:17
kvarleydwatkins: hehe...iSheep13:18
dwatkinskvarley: I havn't had any problems with iplayer in the last couple years from linux13:19
BigRedSWhat's the current favourite for a small plug server?13:29
BigRedSEr, I meant cheap. Small is sort-of implicit in the term 'plug server'13:30
danfishBigRedS: guruplug13:34
BigRedSdanfish: hah, that's the only one I've found so far, too :) cheers!13:35
andylockranhowdy13:38
danfishBigRedS: :)13:39
danfisho/ andylockran13:39
andylockranhows things?13:39
=== popey changed the topic of #ubuntu-uk to: Welcome to #ubuntu-uk! http://ubuntu-uk.org | This channel is publicly archived: http://irclogs.ubuntu.com | Mailing List: http://tinyurl.com/uukml | Support Guidelines - http://tinyurl.com/uuksupport | Meeting Thursday March 3rd 21:00 GMT in #ubuntu-uk-meeting http://tinyurl.com/uukmeet | Windows problems, food hygeine, android issues.
andylockranplease don't kick me13:42
andylockranphew13:42
popeyalso13:43
popey(13:43
andylockranwhat's up ?13:43
Laney)13:43
X3NBigRedS: have you looked at pogoplug?13:45
andylockranpopey: does banshee eat CPU on your machine?13:45
andylockranjust disabled a few of it's plugins, and that's stopped the fan spinning :)13:47
popeyandylockran: i do not use banshee13:48
popeyi use spotify13:48
andylockranme also, however, some of my local mp3s are playing doubletime in spotify13:49
andylockranah, actually, all my mp3s are playing doubletime13:52
BigRedSX3N: nope. I have noted that openWRT does pretty much all I want a plug server to do though...13:54
BigRedSooh, it's certainly prettier13:55
ali1234bug 39626813:55
lubotu3Error: Could not parse data returned by Launchpad: list.index(x): x not in list (https://launchpad.net/bugs/396268)13:55
ali1234bug 39626814:03
lubotu3Launchpad bug 396268 in banshee (Ubuntu) "Banshee uses too much CPU" [Medium,Triaged] https://launchpad.net/bugs/39626814:03
ali1234\o/14:03
daubers500032862309214:07
daubersoops14:07
mungojerrydaubers: is that your credit card number?14:08
andylockranI'm guessing it _was_14:08
AlanBellit isn't14:09
AlanBellfails luhn check14:09
daubersNope, someone gave me a barcode reader to play with14:09
daubersI now have a document with every barcode in sight in it :)14:09
mungojerryi need one of those to inventorize my book collection14:09
daubersI think thats th barcode for some walkers crisps14:09
daubers00020043777414:09
daubers00020043777414:09
daubers00020043777414:09
daubers00020043777414:09
daubers00020043777414:09
daubersBlast, wrong focus14:09
andylockran492949294929492914:09
* DJones kicks daubers for spam14:09
daubersSorry :(14:10
* andylockran has a barcode reader to hand :)14:10
daubersFocused on the wrong window14:10
gordi learnt the other day that barcodes actually just have the data they contain written underneath them14:10
gordi mean, i knew that sometimes the shop people put in numbers, but i thought they were just *magic* numbers that only they knew14:10
mungojerrylol14:10
mungojerryandylockran are you using the podcast extension as per the banshee bug14:11
mungojerrymy banshee uses 10% cpu14:14
ali1234the BPM plugin also causes high CPU14:14
mungojerryi disable that one too,14:15
ali1234you basically have to disable all plugins14:15
mungojerryi disable everything i would never use14:15
ali1234also 10% CPU is still obscenely high for an MP3 player14:15
kaushal1Hi14:17
kaushal1popey: back again14:17
kaushal1sorry was away for sometime14:17
kaushal1Please let me know about the post to the ubuntu users mailing list14:18
mungojerryali1234, i disabled some plugins,...now 5%14:18
mungojerryi'm more concerned about my firefox spiking up to 50%14:18
ali1234nvidia?14:18
popeykaushal1: if you're going to ask a question, you might want to hang around for the responses14:18
mungojerryintel14:19
popeykaushal1: if you look at the logs for this channel you'll see people asked some further questions14:19
popey!logs14:19
lubotu3Official channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too; for older LoCo channel logs, see http://logs.ubuntu-eu.org/freenode/14:19
kaushal1what does one mean by reclaim the inbox in Thunderbird ?14:26
mungojerryrhythmbox is using more CPU than my banshee14:27
popeykaushal1: its marketing14:29
kaushal1still not clear14:29
BigRedSit's just Thunderbird's slogan14:29
popeyits just a marketing term for "use thunderbird"14:29
popeyit doesn't _mean_ anything14:29
kaushal1oh ok14:30
popeyother than "We're better"14:30
kaushal1popey: thanks14:30
ali1234still waiting for someone to make a desktop email client that is better than gmail's web interface14:30
BigRedSI find gmail's 'threading' _really_ irritating14:30
popeyi love it14:31
ali1234i find evolution's "inbox soup" really irritating14:31
popeytasty14:31
BigRedSyes, I don't particularly like any other client, though :)14:31
* TheOpenSourcerer very rarely uses gmail's web interface. It's Thunderbird and K9 for me :-)14:31
kaushal1whats K9 ?14:32
TheOpenSourcererAndroid email client14:32
popeyhttp://www.apple.com/uk/thunderbolt/14:32
kaushal1oh ok14:32
popeyooooo14:32
gordalso a dog14:32
davmor2kaushal1: it's a dog in dr who14:32
popeywhich is funny because...14:32
popey14:30:36 #ubuntu-community-team: < jcastro> BARK BARK HELLO POPEY BARK BARK14:32
TheOpenSourcererIt was a robot. Not a real dog.14:32
popeyjcastro is also a dog14:32
gorduuugh BAD APPLE14:33
gordno14:33
gordwe just started standardising on usb, lets not screw it up again :(14:33
davmor2TheOpenSourcerer: Shhhhh he's got ears doth he not hear14:33
AlanBellpopey: throw your mac away, here comes a new one14:34
ali1234"Thunderbolt enabled products are compatible with existing DisplayPort  devices so you don’t have to go buy a new display to take advantage of a  Thunderbolt technology enabled computer." - unless your monitor only has DVI, VGA, and HDMI14:36
mungojerryarggh14:36
mungojerrysick of apple14:37
popeyAlanBell: clearly14:37
ali1234it's an intel invention14:37
mungojerry"apple were instrumental in popularising usb"??14:37
mungojerryas i recall, devices used to be firewire only didn't they?14:38
ali1234yes14:38
shaunoI do believe they were the first vendor to ditch legacy ports completely  (where fw isn't legacy ;)14:38
ali1234apple was basically the only computer that came with firewire as standard14:38
gordyes but it sounds bad to say "we made firewire and then usb beat us"14:38
mungojerrylol14:38
ali1234everyone else had to buy a PCI card14:38
ali1234gord: exactly, yeah14:38
* AlanBell has a video camera with firewire, and a laptop without :(14:38
mungojerryeven now, they hardly give many usb ports on their devices14:38
shaunoeveryone thought they were crazy when they ditched floppies, and moved mice & keyboards to usb.  and now they pretend it never happened :)14:39
ali1234nobody puts enough damn USB ports on their devices14:39
* BigRedS 'only' has three usb sockets on his laptop, and still hasn't managed to run out14:39
gordi ahve one usb socket on my netbook, still not run out there either14:39
mungojerryapple users have been conned into thinking usb doesn't matter because they can buy apples wireless bluetooth keyboard, etc14:40
ali1234when you plug your laptop into a keyboard and mouse, then you only have 1 port left14:40
ali1234in the case of my netbook, that port is used by the bluetooth donle14:40
ali1234so then i can't plug in a usb flash drive14:40
shaunoI don't think I've been conned at all.  and I find being told what I'm thinking to be rather offensive.14:40
gordif i enable bluetooth on my netbook the wifi doesn't work... so i don't use bluetooth14:40
ali1234reverse here14:41
ali1234wifi is too unreliable, so i always use bluetooth for transfering files14:41
BigRedSali1234: that I can understand, but I never plug in a usb keyboard, and very rarely a mouse14:41
BigRedSthe last time I had a laptop as my main PC, and so did want that, I had a usb hub that connected all the gubbinses in one go14:42
* daubers forsees the new MacBooks having Mobos riddled with issues due to esseintially having two northbridge chips to take advantage of this new connector14:42
shaunoBigRedS: that's pretty much what I do.  a poor-man's docking station :)14:42
ali1234i haven't run out of usb ports on my desktop yet, but specifically bort a motherboard with 12 USB sockets and firewire14:43
ali1234bort?14:43
ali1234really?14:43
BigRedSshauno: hah, yep. I did know someone who, with duct-tape and cardboard wedges, aligned all his plugs along the back of his desk so he could just slide his laptop back into it and everything was plugged in :)14:43
gordbort is a perfectly cromulant word14:43
shaunoBigRedS: hah, I haven't gone that far.  but moved as much as I sensibly could onto a hub so I don't have to replug 8 devices14:44
Mezis it just me, or are natty's notifications missing the bottom and right fades?14:49
gordMez, works fine here14:53
andylockranMez: what driver are you using?14:54
Mezintel, afaik14:54
Cepheusmy desktop is economy; I have 6 USB ports and no firewire14:55
gordMez, screenshot?14:55
Mezgord, just pushing it now14:55
Mezhttp://img41.imageshack.us/i/screenshotbd.png/14:56
Mezok, is imageshack stupidly slow?14:57
gordtis14:57
MezWell, the image is there anyway14:57
gordwaiting for the zoomed in view... wonder if it will ever load14:57
Mezhttp://ubuntuone.com/p/en414:59
andylockranhow to kill ubuntu one in natty?14:59
gordMez, i asked, its a known bug. it'll be fixed in the next release ;)14:59
popeyandylockran: define kill14:59
andylockranat the moment I log in and i just get the background15:00
andylockranubuntuone-syncd is going crazy15:00
Mezgord... in... orange orangutan ? (or whatever)15:00
andylockranyet each time i kill it, it comes back :)15:00
gordMez, next notify-osd release :P15:00
Mezgord :D15:00
gordhopefully this weekend15:00
andylockranis there a cli interface to prevent auto-login ?15:00
davmor2andylockran: it's an issue with lib unity apparently should get fixed soonish15:01
Mezew.... auto-login ?15:01
Mezandylockran: yesterday I had a notifcation every 10s that ubuntu one couldn't gonnect to server.15:01
* Mez slaps aquarius15:01
davmor2andylockran: just click on the don't notify on reports from this app and it will stop15:01
andylockrandavmor2: sure - that's what i've done - but nothing loads past showing the wallpaper15:02
andylockranit's a very nice wallpaper (not my face) - but I could do with some 'added functionality'15:02
davmor2andylockran: that's the libunity issue,  hit the power button restart, when you click on you're name at gdm change the drop down to classic desktop for now15:03
andylockrandavmor2: how do I disable auto-login :p15:03
gordor ctrl+alt+f1 - type unity15:03
davmor2gord: no it's broken15:04
* Mez hasn't bothered with unity.15:04
andylockranyeah, core dump on accessibility loading15:04
MezIts confusing as hell for me.15:04
gordreally? i don't get that15:04
MezI should report bugs on it really... but meh15:04
Mezbtw15:04
gordupgraded lately?15:05
* Mez slaps davmor215:05
andylockranmoi, I upgraded at lunchtime15:05
davmor2Mez: what for?15:05
Mezgord, yes.  This is a fresh install from a couple of days ago.15:05
Mezgord: simply put, it only allows me to find an app by searching, but doesn't allow me to search...15:05
andylockranCan someone goole how to disable auto-login.. I've got no other machine to hand...15:05
gordMez, not you :P15:05
Mez(confusing description, but meh)15:05
Mezdavmor2: for being you :P)15:05
gord i don't need opinions on unity today15:06
andylockranno worries15:06
andylockranit's in the gdm/custom.conf file I think.15:06
Mezandylockran: vim /etc/gdm/gdm.conf15:06
gordandylockran, load up a vt, type DISPLAY=:0 gnome-panel15:06
gordand maybe DISPLAY=:0 metacity --replace15:06
andylockrangord: yeah, tried that.. disabled auto-login in custom.conf and was able to change session15:07
andylockranthanks for your help15:07
popeyi have discovered a new jolly jape15:07
popeyyou know those sugar sachets you get from restaurants15:08
popeyyou can feed one through the gap in the hinge of co-workers laptop15:08
popeythen the sugar goes through the gap, and you end up with a bulb of sugar on both sides15:08
popeyyou can't pull it through, and can't push it through15:08
popeysugar everywhere over laptop15:08
popey\o/15:08
gordnon of our laptops will ever be safe again15:08
andylockranpopey: I hope you filed a bug.15:09
DJonesdaubers: Something like that, I think popey is the bug15:09
DJonesThat was for andylockran15:09
daubersDJones: I wondered...15:10
popeyyay!15:14
popeysugar all over laptop15:14
BigRedSsweet!15:14
BigRedStoday is obvious joke day15:14
dogmatic69anyone played urban terror?15:14
andylockrandogmatic69: too soon15:16
gorddogmatic69, i think i tried it many many years ago15:16
dogmatic69i just downloaded it...15:23
dogmatic69http://oi53.tinypic.com/28arcsp.jpg15:25
gorddogmatic69, run it in a window and maximise it, sdl sucks with multiple screens and does that15:29
dogmatic69gord: if i make it not full screen then its a little box and has no maximize button, just minimize and cloase15:29
dogmatic69close15:29
gorddogmatic69, increase the resolution in its options then15:30
dogmatic691600xwhatever15:30
dogmatic69that made it smaller o.o15:30
andylockranpopey: geteting some strange behaviour in spotify15:31
popeygood good15:31
popey /join #spotify15:31
popey:)15:31
andylockranta15:31
popeythey are nice15:31
andylockranta15:33
diploSome advice guys, not overly ubuntu related but could be :)15:34
diploWe have some web hosting, after 3 failed htpasswd failure attempts they ban the IP15:35
diploWe don't want that, not sure how they are doing it, any suggestions on how they are doing it and secondly15:35
diploAny ideas on a way of overiding with htaccess ??15:35
diploTa fanx15:35
andylockranfail2ban/denyhosts ?15:35
andylockranah, in apache?15:36
diployeah15:38
diploSo our customer is trying to login, failed 3 times with htpasswd and the web hosts banned the IP15:38
diploSo want to over ride there settings15:38
Tommehdiplo: could be something like Atomic Secured Linux15:40
TommehDifference is that will (I believe, by default) lift the block after 10 minutes.15:40
dwatkinsSounds pretty severe to ban an IP like that; I could understand it with ssh, although I'd increase the threshold to 10.15:42
TommehDepends highly on the hosting15:42
TommehIf you've got IPs routinely trying these all day long, it's a big drain on resources (not to mention what might happen if someone gets through)15:42
TommehThough having an outright, infinite rule again the IP, is a little bit OTT, in my eyes.15:43
Tommeh*against15:43
BigRedSdiplo: you'll probably find that the block happens too early - the connection never gets as far as apache so there's nothing a .htaccess file can do15:45
diploExactly what I said to my colleagues dwatkins, fail2ban seems to read apache/error_log15:47
BigRedSfail2ban defaults to a 10 minute ban15:47
diploSo I'm guessing it reads the thaccess failures and then adds to iptables ban15:47
BigRedSyeah15:47
diploThis is permanent15:47
diplo:/15:47
BigRedSno, ten minutes later it removes the iptables rule15:47
BigRedS(by default)15:48
diploHave to ask them to remove, just about to read up and see if there is way of whitelisting certain IP's rather than keep removing from blacklist15:48
diplonah I mean the our hosts it doesn't remove it after 10, it's still there a day or so later15:48
BigRedSahh, yeah, you can make it do that, which is slightly dumb :)15:49
diploYep, exactly what we said :P15:50
BigRedSIt's odd, though - Fail2ban, when it works (and it does with apache) is pretty effective by default15:51
BigRedSit keeps track of bans, so if the same IP address keeps getting banned, the bans get longer15:51
BigRedSthey've actively broken it15:51
diploSo may not be fail2ban, could be as tommy says be Atomic Secured or somethng15:52
diploNot being overly helpful, but I can't stop customers being stupid @ typing15:52
diplo:P15:52
BigRedShah, yeah. really, not letting you whitelist stuff is generally pretty dub15:54
BigRedS*dumb. 'cause they'll just get yet more support requests from you asking for unblocks15:54
dwatkinsI assume you can't just change source IP address, diplo15:56
diploNope, but I was just wondering whether if I add "allow from x.x.x.x" into the local htaccess that it won't log failures15:57
BigRedSdiplo: I don't think you can do http auth only to some IP addresses in pure apache15:59
BigRedSthat'd be approximately what you're after, though16:00
dwatkinsyeah, assuming it's processing the apache log, then if you can stop it logging failure, you're sorted16:00
dwatkinsassuming you want to stop it logging all attempts to break in...16:00
mungojerryi have many users logging into server with fail2ban enabled - never had any complaints16:01
diployeah, this is basically just stopping our customers  customers looking at the site till it's ready16:01
mungojerryplus it does block a lot of jerks too..or at least limit them16:01
diploI totally understand it for ssh/email protocols etc but for htpasswd I think it's just dumb, at least failure @ 316:02
mungojerryso u think they are trawling the logs and running a cron script to ban via iptables?16:03
dwatkinsdiplo: can you call the hosting people to discuss it?16:03
Tommeh<diplo> So may not be fail2ban, could be as tommy says be Atomic Secured or somethng16:04
TommehProbably not, but worth asking.16:04
diploColleague already has and basically won't do jack16:06
diplo:P16:06
dwatkinsdiplo: that sounds like cause to consider switching hosting services, you should be able to escalate to someone who at least cares16:07
mungojerrysounds like classic british customer service :(16:11
TommehAhem16:11
* Tommeh is British and works for a hosting company16:11
TommehI therefore take offence ;)16:11
jpdsTommeh: Just another generalisation.16:12
* dwatkins is British also16:14
* dwatkins even works in customer services, so is doubly offended16:14
diploI'd love to move, but don't want to move 80+ sites to find the nex tcompany is the same16:14
diploTommeh, who do you work for :) Someone worth recommending ?16:15
daubersSerious "Someone stop me wanting to attack this thing with a hammer" question16:15
dwatkinsdiplo: I could reccomend you a b2b hosting company, but I think my friend sold the business, so I wouldn't want to do so then for you to find it's the same as the company you're using.16:15
daubersI'm trying to control a tape drive through python with the ioctl commands, but getting no sense out of any of it16:16
daubersWhat the hell should I be doing?16:16
Tommehdiplo: dropped you a private message to avoid spamming the channel16:16
diplota16:16
mungojerryOT: "A woman in Brazil was  shocked to find an alligator hiding behind her sofa after heavy rains  flooded her house in the town of Parauapebas, in Para state.  She said she was alerted to the reptile's presence by her three-year-old son,  who was patting its head.  "16:28
popeyheh16:28
* mungojerry thinks his son would do the same..16:28
popeydaubers: poking /dev/nmt type stuff?16:28
Amanda__Hi :)16:31
Amanda__I'm trying to compile Apache2 from source, when I come to the ./configure part, how can I use the same structure as the default one in ubuntu/debian?16:32
Myrttiis there a specific reason you're compiling it from source?16:33
directhexyou can read the package's debian/rules file to see what it passed to configure16:33
Amanda__Myrtti: to play with the latest version16:33
Myrttiright.16:34
Amanda__directhex: is that, "./debian/rules binary" without the quotes16:34
directhexAmanda__, that's in order to execute one of the targets in debian/rules, which is a makefile.16:35
directhexAmanda__, if you open it in a text editor, you can read it to see what it's doing (likely in a configure or configure-stamp rule)16:35
Amanda__directhex: ill have a look, thanks16:36
shaunohm, that's fun.  apt-get source apache says to use 'bzr get http://code.launchpad.net/ubuntu/+source/apache2' to grab the latest.  running that tells me it's not a branch16:38
Amanda__directhex: do i open the rules file?16:44
directhex<directhex> Amanda__, if you open it in a text editor, you can read it to see what it's doing (likely in a configure or configure-stamp rule)16:45
Amanda__directhex: sorry, where is the file please?16:57
directhexdownload the source package16:57
andylockranwhich software can be used to play blu-ray on ubuntu?17:00
popeyVLC?17:00
shaunoI really hope there's backups, because this sounds like it's sizing up to be an educational experience ;)17:00
X3NAmanda__: why not just install it with the default options?17:01
bigcalmandylockran: https://help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD17:01
X3Nsudo apt-get build-dep apache2 && ./configure --prefix=/usr17:02
popey /usr?17:03
popeyrly?17:03
X3Nthat's the prefix that the package would install into17:03
mungojerry/usr/local/apache surely?17:04
shaunowhich is why it's a bad idea.  it'll take forever and a day to clean that up enough to have the package install sensibly in future17:04
X3Nyou can just reinstall from the package..17:05
X3Nmake uninstall if you want to as well17:05
=== mgdm_ is now known as mgdm
Amanda__X3N: thanks but I just want to compile the latest apache2 with the same ./configure as the debian/ubuntu install does :)17:09
mungojerryx3n you should never overwrite software shipped with the OS with custom compiled stuff17:09
shaunoI'd be more tempted to grab the source package from natty, and try to rebuild the .deb's on the current platform.  apache's not a simple package.  it's not even a single non-simple package.  fighting dpkg on home turf is never going to be pretty.17:10
shaunohttp://packages.ubuntu.com/natty/apache2 is 2.2.27, which is the latest on httpd.apache.org.  sources on the right.  take full advantage of the work the regular maintainer have already done.17:11
shaunoer, 2.2.1717:11
X3Nmungojerry, I compile software for my system all the time...17:11
shaunostill not sure this is something I'd do just to get from .16 in maverick to .17 current ;)17:14
X3Nif you compile and install an older version then yes, you'll get problems17:14
X3Nand obviously if you use the package updates it'll overwrite your compiled version17:15
Laney♥ seesmic in chromium --app mode ♥17:15
Amanda__shauno: how can you use natty apache2 on maverick?17:23
shaunograb the source package & build it17:24
popeyis it worth it?17:25
dauberspopey: Yup, it's horrid17:25
daubersre:tape stuff17:25
popeymaverick has 2.2.16, natty has 2.2.1717:25
daubersdealing with all the structs is a bit of a pain, and figuring out what the IO commands are is also a bit of a pain17:25
Amanda__popey: i like bleeding edge17:26
Amanda__updates17:27
popeywhat does 2.2.17 give you that 2.2.16 didnt have?17:27
popeyhttp://changelogs.ubuntu.com/changelogs/pool/main/a/apache2/apache2_2.2.17-1ubuntu1/changelog17:27
popeydoesnt look worth it17:27
popeyjust for a number17:27
Amanda__a higher version number17:27
popeyhttp://www.apache.org/dist/httpd/CHANGES_2.2.1717:28
popeyand the administrative overhead that you will have to rebuild it bugs / security updates require it17:29
popeysounds OCD to me17:29
Amanda__ocd?17:29
popeyObsessive Compulsive Disorder17:29
popeypeople who want the latest version of stuff with no discernable reason other than "it's a higher number" smack of OCD to me17:30
MartijnVdSCDO, at least put the letters in the correct order 8-)17:30
popeyMartijnVdS: last time someone cracked that joke, I spat port at them17:30
popey(as I laughed)17:30
Amanda__o.o17:31
popeyAmanda__: http://stackoverflow.com/questions/130894/how-to-build-a-debian-ubuntu-package-from-source17:31
Amanda__I think ill just accept defeat17:33
popeyIt's not hard to do17:33
popeyI have rebuild newer packages before, very easily17:34
davmor2Amanda__: Don't forget that the version in maverick has all the security updates backported to it and there is no guarantee that the natty version won't rely on something not available in maverick17:34
popeyIt's mostly just a pointless waste of time though :)17:34
shaunocertainly not worth it just to get a bigger number.  if you had something specific you were trying to test, maybe17:35
popeywell, it's a learning exercise, if nothing else17:35
shaunojust tried it myself, it's complaining my version of libssl-dev is too old17:35
shaunoeg, it's not going to be a non-minimal task to satisfy it17:36
popeyyou could use pbuilder :)17:36
dutchiepbuilder is cool17:36
popeyit is17:36
shaunowell, that machine is actively using libssl for things I'd rather didn't fall over :)  so I'm not going to push any further than idle curiousity17:37
popey:)17:38
shaunoI'd pop open a fresh vm if it was going to be useful, but I'm not sure this is :)17:38
Amanda__why does ubuntu not have mysql 5.5.9?17:39
Amanda__only 5.117:39
AzelphurSigh, ordered stuff from deal extreme nearly 2 weeks ago and it hasn't even left the warehouse yet :/17:39
popeyAmanda__: https://bugs.edge.launchpad.net/ubuntu/+source/mysql-5.1/+bug/69092517:41
lubotu3Ubuntu bug 690925 in mysql-5.1 (Ubuntu) "Package MySQL 5.5.x for Natty" [Wishlist,In progress]17:42
popeybecause nobody has packaged it yet17:42
=== Craig_Dem_ is now known as Craig_Dem
shaunoAzelphur: 2 weeks ago would have been just before chinese new year?  I'd poke 'em & make sure it hasn't been forgotten about over the holiday17:43
Myrttipopey: nice aversion ;-)17:43
andylockrananyone use lovefilm ?17:43
Azelphurshauno: yea, I just poked em17:44
popeyI like surprises from there17:44
popeyi order stuff then forget about it17:44
Azelphurhaha17:44
popeyi have ordered some proper tat from DE17:45
shaunothat's what they're best at :D17:45
Azelphuromg, they have a ninja mask :o http://www.dealextreme.com/p/thermal-fleece-one-hole-balaclava-facemask-5382217:45
Myrttihee, my sodastreamer dandelion&burdock concentrate has been shipped today17:45
popeyI ordered some Hulk Smash gloves17:45
Amanda__popey: is mysql the only available database programme?17:45
popeyutterly pointless17:45
shaunoI got my pirate flag from DE :)17:45
Azelphurwin \o/17:46
Myrttinevermind that the shipping doubles the price, want d&b!17:46
popeyAmanda__: no17:46
popeyAmanda__: its one of the most common ones17:46
Azelphurhaha, they have a G2 ripoff, http://www.dealextreme.com/p/a5000-lcd-touch-screen-android-dual-sim-dual-network-standby-quadband-gsm-tv-cell-phone-5640217:47
popeythey have some awful cheap tablets17:47
shaunoAmanda__: http://en.wikipedia.org/wiki/List_of_relational_database_management_systems   knock yourself out.   mysql 5.1 is perfectly functional tho, and postgre is the "runner up" (debatably better at some tasks, but less mindshare).17:47
* Azelphur looks17:48
Myrttimmmm d&b17:48
Amanda__thanks17:48
shaunoAmanda__: I would warn tho, that striving to have the absolutely latest version of everything is liable to come back to bite you.  it's called the 'bleeding edge' for a reason17:48
ali1234i thought postgre was generally considered to be better than mysql17:49
popeyi think he meant in mindshare17:49
popeynot in features/performance17:49
ali1234right, it's the betamax to mysql's vhs17:49
popeyyes17:49
popeythe squarial to mysql's dish17:49
shaunoali1234: bingo.  mysql's winning feature for me, is that it's available on every 2-bit host going17:49
Azelphur$93 is their cheapest, not bad :)17:49
shaunopostgre is better at most other tasks, but mysql wins at availability17:50
popeyAzelphur: see if you can get one that will run a PS2 EMY :)17:50
popey*emu17:50
Azelphurhaha17:50
AzelphurI see a $129 one with an ARM 11 800Mhz17:50
Azelphurthat might do it, specially if you overclock17:50
Amanda__I think the reason I've been going with bleeding edge was because i was brought up on windows17:52
shaunothe key difference is that for changes that really matter (generally security & obvious stability fixes), they're merged back into the packages being currently shipped17:53
dutchieAmanda__: in unix-land, "stable" really does mean stable (most of the time)17:54
dutchie;)17:54
Amanda__why is there so many linux disto's with most having the same software17:57
Amanda__seems a bit silly that17:57
ali1234because nobody can agree whether the window buttons should be on the left of the window, or the right of the window17:57
ali1234etc17:57
Amanda__take linux mint, the only difference that i can see is the start menu, so why not make it a package instead of another os17:58
TommehMint has a bit of a different philosophy too. From what I remember, it includes non-free software.17:59
ali1234hmm... make a package? would that be deb, rpm, ebuild, or tarball?17:59
TommehOut of the box.17:59
ali1234if you pick the distro that is closest to what you want it saves a lot of time customizing everything17:59
Myrtti"install gentoo"18:01
TheOpenSourcererAmanda__: Take a look at this map - There are quite a few distributions http://futurist.se/gldt/wp-content/uploads/11.02/gldt1102.svg Most are made for a specific purpose or to scratch someone's itch. It's Free Software so you can...18:01
TheOpenSourcererPS - You might need to change the zoom level a tad.18:02
TheOpenSourcererROTFL: http://www.damnvulnerablelinux.org/18:04
shaunohah, I hadn't seen that chart before.  both awesome and terrifying18:05
shaunokinda reminds me of the old 'unix family tree' one.18:07
popeyi had that printed out and on my wall for a while18:07
TheOpenSourcererThere's a png version too for those on inferior browsing technology18:07
shaunosvg is fine, I'm on a mac :p18:08
Amanda__i think i'm going to go for a different tac tic18:11
Amanda__not worry about version numbers18:11
shaunojust make sure you stay somewhat recent with the updates provided, and you'll be fine18:14
Amanda__Thanks everyone bye18:27
n1md4BigRedS: Game tonight?19:35
kvarleyn1md4:  game of what?19:51
=== bigcalm_ is now known as bigcalm
bigcalmHumm, server attacks?19:53
MartijnVdSMars Attacks19:53
bigcalmTerrible film19:53
shaunoI liked it :(19:54
shaunobtw, shuttle launch in 2 hours if anyone's bored/nerdy.  http://www.nasa.gov/multimedia/nasatv/ in various freedom-hating formats19:54
n1md4Alien Swarm19:55
n1md4kvarley: You're welcome to join us.19:56
n1md4kvarley: Do you have the game?  It's available free on Steam.19:56
kvarleyn1md4: Steam...brrrrrrr *shivers down spine*19:57
n1md4:P19:57
n1md4I'll accept that as a no.19:57
kvarleyI have steam but only for black ops which I rarely play19:57
* n1md4 shrugs19:58
n1md4You asked ;)19:58
bigcalmBring on Portal 219:59
* popey hugs vlc and http://playlist.yahoo.com/makeplaylist.dll?id=136816320:04
popeywhich gives a lovely quality video20:04
* MartijnVdS looks around on Astra20:06
MartijnVdSsomeone _must_ be relaying it20:06
bigcalmWow, that is great quality20:07
* MartijnVdS has heard nice rumours about internet speed at work20:07
MartijnVdStoo bad network management people almost had heart attacks when they heard them :)20:08
popeyThe following packages will be REMOVED ubuntu-desktop unity20:17
popeyuhhh, no thanks20:17
brobostigonevening everyone.20:17
popeybrobostigon: seen there's a shuttle launch later?20:17
brobostigonpopey: i intend towatch, :)20:18
brobostigonpopey: what time roughly ?20:19
* DJones hasn't watched a shuttle launch since 198620:19
shaunobrobostigon: 21:50 our time20:22
gordlittle tip, thursdays are not good days to update on ;)20:22
brobostigonshauno: thank you, :)20:22
MartijnVdSgord: if it removes unity, it's the best day to update on, imho :P20:25
gorduhuh20:26
MartijnVdSit seems Apple hasn't renamed Mission Control and Launchpad20:37
MartijnVdShttp://rss.slashdot.org/~r/Slashdot/slashdot/~3/FE-y5sQ0Z7s/Mac-OS-X-107-Lion-Developer-Preview-Available20:37
daubersEvening20:40
brobostigonnoswaith dda daubers20:40
MartijnVdS\o brobostigon20:40
brobostigono/ MartijnVdS20:40
brobostigonmicromen, bbc4, :)21:04
=== Moniker42 is now known as Guest84477
AlanBellevening peeps21:31
popeylo21:31
brobostigonevening AlanBell21:32
bigcalmHi kids21:36
brobostigonevening bigcalm21:38
bigcalmAre there any web dev tools for Safari?21:45
shaunojust the built-in inspector really21:49
shaunosame as chrome's, it's in the wbekit engine21:50
gordfinally updating my phone to gingerbread, woo21:56
bigcalm2.3 or CM7?21:58
gord2.3.321:58
Azelphurmy phone runs cm7 with a custom kernel >:)21:58
brobostigonthat is both dangerous and exciting atthe same time, going in to space onthe top of a fire cracker.21:59
bigcalmCM7 stopped my N1 from being useable as a phone. So went back to 6.1.121:59
Azelphurhehe21:59
Azelphurmy G2 is fine on CM722:00
gordi don't go in for all that custom rom stuff22:00
brobostigonno cm7 for my g1 :(22:00
Azelphur:(22:00
brobostigonalthough thecode is sitting there in their git.22:00
ali1234compile it then.........22:01
brobostigonali1234: if i understood how, i would have alreadydone it.22:01
Azelphurbrobostigon: is there anything >=2.3.2 for the G1?22:01
ali1234android is actually quite easy to build, you more or less just run a script and get an image22:02
brobostigonAzelphur: not with the cm tweaks you need for the g1, like keep messaging in memory.22:02
Azelphurah :(22:02
brobostigonAzelphur: i did not know that.22:03
Azelphurbrobostigon: you mean ali1234 :P22:03
brobostigonAzelphur: yes, sorry.22:03
Azelphurhehe22:04
ali1234but tbh if they didn't make an image it probably doesn't work right22:04
brobostigonali1234: no aosp 2.3 build for g1 i have seen up to no, works right. but i dont see why it shouldnt.22:05
brobostigonor otherwise.22:05
brobostigonnow*22:05
ali1234probably because the binary hardwawre drivers only work on an older kernel version that isn't new enough for 2.322:05
ali1234the MSM kernel is a complete mess :(22:06
brobostigonhowever i hve tried an aosp 2.3 build for g1, and it worked mostly fine, however without certain tweaks, i mentioned earlier, it doesnt make things as good as they could be.22:07
brobostigonhttp://sandbox.devnull.name/android/gingerbread/22:08
gordooooh 2.3 is pretty22:09
brobostigonlike without, messaging in memory, sms can get dropped, when memory lacks sometimes.22:09
ali1234i'm still waiting for someone to give me an android phone...22:11
gordgive? ;)22:12
ali1234yeah22:12
ali1234apparently HTC are not quite so desperate for app developers as nokia22:12
gordandroid doesn't have a problem with lack of app developers22:13
ali1234does HTC even have their own app store?22:14
Azelphurali1234: don't think so, that sort of behaviour is discouraged by google I think22:14
gordeh no, few different retails have their own app stores, its fine on android22:15
gorddon't know if htc do, its kinda dumb when people do do that22:15
Azelphuryea it's fine but it's discouraged I think22:15
ali1234i dunno why nokia is so obsessed with "ecosystems"22:15
gordits not discouraged22:15
Azelphurwhich it should be, unless you have a special case there's really no need to roll your own app store22:15
ali1234they are good at making hardware22:15
Azelphur*shrug*22:16
gordthey are obsessed because they wanted to make android/iphone before those things existed, but it wasn't the right time. puzzled, they started questioning if they had enough app developers, what was wrong with their "ecosystem"22:17
gordin truth, nothing was wrong, it was just the wrong time22:17
ali1234if you buy one of these new nokia-wp7 it will likely have three appstores on it: ovi, microsoft, and the operator store22:17
gordis microsoft allowing app stores that aren't microsoft backed?22:18
ali1234well the thing is, all of them will be the same thing, rebranded22:18
ali1234so everyone will take a cut no matter which one you buy from22:18
ali1234basically it will just be a confusing mess for no reason, because everyone wants to be king of the "ecosystem"22:19
ali1234then you have intel's "appup"22:19
gordi am now going to take a photo of my phone using cheese then use my phone to take a photo of that photo. because its marginally easier to upload through my phone to picassa than it is otherwise22:19
ali1234which is basically a white-box appstore that anyone can rebrand22:20
gordhehe when you power off 2.3 it does an old tv like power off animation22:21
gordthats so nerdy22:21
popeygoing to a dot?22:21
gordwell not quite a dot, but nearly22:21
gordif it just faded out a dot over 30 seconds like an old tv i would be convinced my phone was busted ;)22:22
Azelphurgord: indeed :D22:22
Azelphurgord: haha first time I saw it it startled me I thought it was broke :P22:23
gordgeez, android games are crazy pretty now that there are tegra2 devices http://www.youtube.com/watch?v=gzGLmeuUV4c&feature=player_embedded22:24
gordi mean geez22:24
Azelphurgord: have you seen the playstation emulator?22:26
ali1234that video had better graphics than any platstation game22:26
Azelphur*shrug* have you seen the NDS emulator? :D22:26
ali1234i would say about equal to NDS22:27
Azelphur:)22:27
Azelphurthere's an NDS emulator in the works, you can actually use it but it's not optimized at all yet so slower than a snail in reverse22:27
ali1234playstation is now 16 years old... wat22:28
Azelphurlol22:28
ubuntuuk-planet[Stuart Langridge] Goodbye, Rory - http://www.kryogenix.org/days/2011/02/24/goodbye-rory22:31
gordi have a nintendo ds, don't need an emulator thanks :P22:42
gordeeee i'll have a 3ds in a month22:42
popeywhat kind of ds do you have?22:43
jacobwwhat does one do when the parents buy a new netbook with XP, expect you to set it up and say "well, i want this one to stay a windows computer"22:55
jacobwso fustrating. i'm not interested in furthering the use of 10 year old operating systems :|22:55
* jacobw rants22:55
rattleStuffi'd advise installing ubuntu and saying 'what netbook?'22:55
* jacobw waits for 11.04 to be released with new netbooky goodness23:00
popey:)23:00
AlanBellhow do I pipe stderr as well as stdout into pastebinit?23:01
AlanBellnever mind, found it23:03
Thingymebobanyone running natty?23:04
AlanBellhttp://paste.ubuntu.com/571958/23:04
AlanBellThingymebob: in a VM, but not right now, unity is broken for me23:04
ThingymebobYeah been using it with classic desktop. Updated Today and totally killed networking, no wireless no wired!23:05
popeyyes, today was a bad day to update23:06
jacobwis anyone watching question time?23:06
ThingymebobOh yes! Glad I still have maverick on here23:06
* Cepheus shakes fist at mercurial23:09
popey:)23:10
Cepheusit's times like these I wish Unity run on linux. Stuck on windows doing dev stuff.23:11
Cepheus*ran23:12
Cepheus(the gaming engine, not the shiny new desktop in the upcoming Natty23:12
gordpopey, ds lite at the moment, was going to order a dsi XL because those look great but they announced the 3ds that week ;)23:12
* brobostigon tries a new gingerbread for g1 build.23:14
AlanBellgord: is there a quick fix I can do to get past a unity core dump following GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.interface' does not contain a key named 'accessibility'23:14
AlanBellwould adding that key to gconf or something be a good plan?23:14
gordAlanBell, latest version? did a new release today23:15
AlanBellyup23:15
gordthe problem is that gnome switchd to gsettings and they didn't update the accessibility stuff to gsettings, they  just left it using gconf. which means the schema doesn't exist in gsettings. its a pain, don't know what the fix is right now23:16
AlanBellfrom this afternoon, I will update/dist-upgrade again now23:16
popeygord: what colour ds lite?23:16
gordi'm sure i can find one, but tomorrow, i'm "off the clock" :)23:16
gordpopey, ruby red of course!23:17
popey:)23:17
hamitronevening all23:17
popeylo23:17
Cepheusmy black DS lite is looking a little worse for wear. :(23:17
gordwith an apple green stylus, because i think clashing colours look good, i don't care what people say23:18
hamitronthey do :)23:18
gordwords can't bring me down23:18
hamitroncolours must either match perfectly, or clash, else it looks wrong23:18
popeyhmm23:22
popeylaunchpad seems ill23:22
popeyalan@mbp:~$     bzr branch lp:ubiquity23:22
popeybzr: ERROR: Connection error: Couldn't resolve host 'xmlrpc.launchpad.net' [Errno -2] Name or service not known23:22
popeyalan@mbp:~$ host xmlrpc.launchpad.net23:22
popeyxmlrpc.launchpad.net has address 91.189.89.22423:22
popeyxmlrpc.launchpad.net has address 91.189.89.22523:22
gordouch23:22
popeyis it just me?23:23
Cepheusbazaar acting bizarre23:23
Cepheusheh.23:23
gordpopey, seems to work here23:24
AlanBellyay, done a dist-upgrade that failed, did dist-upgrade -f, that uninstalled unity /o\23:31
popeyi have switched to safe-upgrade23:32
AlanBellbother, and it broke networking /o\23:32
* AlanBell goes to bed. Night all23:32
popeynn23:33
popeyGolly, Movies4Men really is shockingly bad telly23:33
Cepheusi tend to ignore the telly for the most part23:34
ThingymebobYay \o/ fixed!23:55
brobostigoni am watching quadrophenia, and sting definatly cant dance.23:55
popeyAliens :)23:57
popeyon ITV+128923:57
Cepheuswhere's my ITV -1?23:58
Cepheusthat'd be handy for the grand national23:58
brobostigon:)23:58

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