=== Hornet- is now known as Hornet === Lcawte is now known as Lcawte|Away [06:08] MooDoo: Hiiiiiiii [06:15] hiiiiiiiiii [07:03] iiiiiiiiiiih [07:12] morning [07:12] well it looks like the phone went past the pebble watch milestone [07:12] \o/ [07:20] reaching 50% is still a possibility [07:21] it isn't beyond the imagination that they've already lined up a deal with a big backer who will put in 50% or whatever is left at the end, but only if the community reaches 50% first [08:23] Good morning peeps :) [08:28] Morning [08:34] morn [08:43] morning [08:44] Good morning all, happy Friday and happy Tell A Joke Day! :-D [08:46] ubuntu server cpu utilization 100 percent [08:48] MooDoo:ubuntu server cpu utilization 100 percent taking please tel me [08:49] dvrr: what does "top" show is using the most CPU? [08:51] please open this url http://paste.ubuntu.com/5992028/ [08:51] ok, so you have a java application that's using up all your CPU time [08:51] what java stuff are you running? [08:51] well, most of it. [08:52] running a minecraft server? ;) [08:53] jdk1.7 [08:53] yeah what you running on the server that uses the jdk? [08:53] you are running everything as root :-| [08:53] (not the actual problem but an observation anyway) [08:54] mungbean: it *is* an actual problem, usually [08:54] it's a security problem at least. [08:54] especially with Java's notable insecurities [08:54] a problem , but not *the* problem in hand [08:54] well that's a side note, lets see if we can help his java issue ;) [08:54] present running applications liferaytomcat, mysql, apache,mod_jk [08:55] ps -ef | grep 2954 [08:55] do any of them use java? [08:55] well if you don't run it as root, it's also easier to set limits (CPU usage limits, memory limits, etc.) :) [08:55] rather large mem too, must be tomcat [08:56] *le shuddre* [08:56] ps -ef will tell yout he parent process and the command line too [08:56] mungbean: oh, I've always used "ps faux" for that :) [08:56] or "ps fax" if I don't care about usernames [08:56] or ps -efl [08:57] # ps -ef | grep 2954 using root 28969 28919 0 14:26 pts/0 00:00:00 grep --color=auto 2954 [08:58] that's it? [08:58] seems like the java process has stopped or respawned with new process id [08:58] have you checked its logfiles? [08:58] top will tell you again [08:59] it could be in a start-crash-restart-loop [09:00] java process stop my tomcat server also stop [09:00] dvrr: please check its logfile, it might contain hints about what's wrong. [09:01] which log files tomcat or system logs [09:01] both, but start with tomcat logs. [09:02] please wait i will check log files [09:03] Please hold the line, your call is important to us [09:03] do-do-do-doooo-do-do-doooo [09:03] The number you are calling knows you are waiting... [09:03] you are number....one in the queue [09:04] please note your call may be recorded for training and quality purposes. [09:05] calls are currently being charged at a pound a minute, max call length 30 mins. [09:06] http://twistedsifter.files.wordpress.com/2013/08/internet-usage-of-the-world-based-on-time-of-day_2.gif [09:07] mungbean: are you subscribed to /r/mapporn as well? ;) [09:07] the small print suggests the premise is a bit flaky though [09:07] (safe for work, it's just maps) [09:07] /r/dataisbeautiful [09:07] ah yes, sorry, that's the other one I'm on [09:07] i refuse to sub to any /r/ called *pron [09:07] cos its just silly [09:07] yeah, it's a silly naming convention [09:09] dvrr could give us a whole ps -efl listing and we could see command line and parent pid [09:11] front page of linux magazine sep2013 issue: GNU Hurd, discovering the lost OS [09:12] Wow, I'd assumed Hurd was a forgotten project. [09:12] only one in the office today. this has been an unsatisfying week [09:12] Loads of people are on leave, so not a lot is getting done. [09:14] i hate turning up when there's nothing to do. i could work at home instead [09:14] hmm somebody is coming [09:15] quick, hide the linux magazines! ;) [09:16] eww, why are the pages all sticky [09:17] * dwatkins is reminded of Doctor Doolittle and the map book which the monkey filled with jam to make sure they went where he wanted them to go [09:21] mungbean: ps -efl http://paste.ubuntu.com/5992104/ [09:22] dvrr: seems to be truncated [09:22] don't see most of the processes from top [09:25] i am running only three app but it's taking 100 present & my RAM 16 gb [09:25] how to fix this problem [09:26] I think you need to go do some research via google. [09:26] * popey slaps MooDoo [09:27] * MooDoo sits in the corner and sulks [09:27] serverfault then? [09:27] dvrr: if java is eating lots of cpu then chances are the java application you're running is making it do that [09:27] is there nothing useful in the log files? does the problem occurr after a reboot as well? [09:28] dvrr: and that application (tomcat?) should be the first thing to examine [09:28] as dwatkins says, log files for tomcat may reveal insights [09:28] we didn't see the whole process list [09:28] indeed [09:28] -!- MooDoo [~paulmello@unaffiliated/moodoo] has left #ubuntu-uk [RAGEPART!] === Lcawte|Away is now known as Lcawte [09:31] how to see java howmuch cpu taking [09:33] This may help.. http://rajikak.blogspot.co.uk/2011/08/debugging-high-cpu-consumption-java.html [09:33] thank you [09:42] anyone use nuvola music player? [09:50] Morning all [10:11] Morning davmor2 [10:44] can't wait for lunch,,, [10:44] *... [10:47] Then don't [10:47] Go go go [10:56] wonder what the chacnes that sainsburys have put the ready meal i want on the shelves by now [10:56] shelf was bare at 9;30 [11:02] version control in owncloud works pretty smooth [11:08] hi guys. i'm trying to rtp stream audio from my mic on my home laptop to vlc locally [11:09] my i'm not hearing anything yet [11:09] i run avconv -f alsa -i hw:0,0 -acodec libmp3lame -ab 32k -ac 1 -re -f rtp rtp://192.168.7.11:1234 [11:09] the comand line shows stuff happening, ffmpeg(avconv) seems happy [11:10] does recording it to a file work? [11:10] (and then playing back later) [11:10] is the mic muted? [11:10] or low-volumed [11:10] i port forward with ssh so localhost:1234 maps to 192.168.7.11:1234 and use vlc localy [11:10] emm, that's a good idea, i'll try that [11:10] need to make ffmpeg record to a file for a minute and then transfer the file. [11:11] alsamixer on the command line seems to be ok, i turned capture of the mic up real high [11:11] and mic boost, but not getting even background noise outa vlc locally. [11:11] popey: java run different process id's in top command which one i have to kill please open this url http://paste.ubuntu.com/5992304/ [11:12] i have no idea dvrr [11:12] please tel me [11:14] dvrr: i dont know [11:18] awsome... audio to mp3 worked! [11:18] now, just to figure out why hte stream doesn't [11:18] are you snooping on somebody NET||abuse :P [11:18] on my doggies [11:18] snuffle snuffle chomp slurp woof [11:19] well, i have a friends dog over and they were curious if he would bark if he had company as he apparently does on his own [11:19] so i want to turn on audio and just have it in the background to get a sense of how much noise he makes when in company of my dog [11:19] I have motion seeing what they get up to, and they're rolling around every few minutes play fighting [11:25] I might be mis understanding the -f rtp rtp://x.x.x.:1234 bit,, the machine which is hosting the mic and webcam, do i put it's ip and a port for it to listen on in that address? [11:26] http://stackoverflow.com/questions/14298400/using-avconv-to-stream-live-audio-from-in-line-alsa-hw0-0-over-wireless-acces [11:27] is it over WAN or same lan? [11:27] ahh, hmm , i'm sshing in from office [11:27] so from office i do ssh -L 1234:ipofwebcambox:1234 [11:27] then point my vlc player at office laptop localhost:1234 [11:28] so i don't want to do that as the rtp stream is a directed stream, not a server waiting for me to just start listening to the stream [11:28] is that right? [11:28] :-S dunno [11:32] hmm, tried directing the rtp://x.x.x to the ip of the box i'm ssh'ing to, then -L 1234:127.0.0.1:1234 then vlc on office laptop i'm sshing in from opening localhost:1234 [11:32] still no audio [11:33] Forgive me if I sound stupid. Currently running Dell XPS 13 DevEd with stock kernel (3.2.0-52) and having terrible wifi issues. Forums suggest "apt-get install linux-backports-modules-cw-3.8-precise-generic". Can someone confirm that this will just add latest wifi drivers to my current kernel? I don't want to break all the other nice things about this laptop! [11:41] also, if I want to back out of the change, can I just "apt-get remove linux-backports...." ? [11:47] anyone here know how Postfix deals with SQL? [11:48] I have an SQL query (absolutely horrible) but I'm not sure how the query knows which email is being used... [11:51] isleofmandan: http://www.ubuntuupdates.org/package/canonical_kernel_team/precise/main/base/linux-backports-modules-cw-3.8-precise-generic sys it's an empty package :-| [11:52] http://pastebin.com/Dihg66Wk [11:52] contents of the deb file === alan_g is now known as alan_g|lunch [12:21] Anyone fancy answering a simple Java question? I have a string. If that string does not have a leading zero I want to add one. It may be of variable length? [12:21] TheOpenSourcerer: Strings in Java are immutable, you'll have to create a new instance (of type String ;)) and return that [12:22] TheOpenSourcerer: you might want to look at the "StringBuilder" class [12:22] TheOpenSourcerer: StringBuilder MyStringBuilder = new StringBuilder("World!"); [12:22] MyStringBuilder.Insert(0,"Hello "); // Hello World! [12:22] String.format() seems to be the cookie but I can't get the syntax. [12:23] TheOpenSourcerer: String result = String.format("The format method is %s!", "great"); [12:23] So, can I test for a leading zero and add one then? [12:26] TheOpenSourcerer: it sounds like you have a number instead of a string?> [12:26] TheOpenSourcerer: you can say: [12:28] String result; if (!original.startsWith('0')) { result = String.format("0%s", original); } else { result = original; } [12:28] or something similar [12:31] Thanks: !row12.Office_Phone.startsWith("0") ? "0" + row12.Office_Phone : row12.Office_Phone [12:35] that works? [12:36] <-- not a professional java wrangler ;) [12:36] you could remove the double negative there [12:37] http://www.ebay.co.uk/itm/171104024854 has gone on sale [12:37] £60?! [12:38] specs? [12:38] RAM, storage? [12:38] 1.0 GHz Cortex-A5 [12:38] 512 MB ROM, 256 MB RAM [12:38] 3.5" TFT 320 x 480 Pixels [12:38] wheres that written? [12:38] sounds similar to my htc desire [12:39] mungbean: behind the "Specifications" link on the ebay page [12:39] well that's certainly a bit more affordable than the edge :) [12:39] 137 sold [12:39] cheers MartijnVdS missed that bit [12:40] worse display than htc [12:40] http://www.gsmarena.com/htc_desire-3077.php [12:42] it is a stupidly cheap phone though [12:43] but i wonder how that display looks [12:43] mungbean: probably similar to most previous-era phones [12:43] its essentially a 4yr old phone [12:44] its the htc g1 [12:45] My girlfriend needs a new phone, but I'm not sure how beta the OS is [12:45] you could probably put CM on it? [12:45] which one of you just bought one :P [12:46] as the football season is about to start, have a little lol at this http://www.youtube.com/watch?v=MusyO7J2inM [12:47] it looks like the zte san francisco phone which was £99 last year [12:47] mungbean: Thanks. I assume there's no point installing empty packages! [12:47] isleofmandan: there could be [12:47] might check for presence of package and do something else [12:47] i'd go for it [12:47] and reboot [12:48] check what dmesg says before and after [12:48] mungbean: OK. I'll give it a shot. There's a user in Dell support forums who claims it has fixed things for him. [12:48] i saw that [12:48] I hope it does. Droppy-out wireless on a machine without an Ethernet port is very annoying :) [12:51] dependecy hell ensues... Oh well. [12:51] It doesn't want to install [13:03] https://plus.google.com/u/0/115831017343671643958/posts/eFnigFXxhM5 [13:03] ☻ [13:05] what's all this about? http://www.ebay.co.uk/itm/100-Genuine-HTC-Desire-C-top-power-button-Silver-side-on-off-wake-switch-key-/300932380622?pt=UK_Replacement_Parts_Tools&hash=item4610f7b7ce [13:05] price 995 , and 2 sold? [13:06] **** Temporarily re-priced to prevent purchase whilst missing stock is located **** [13:06] check the description [13:06] ah [13:06] saw a few v high ones [13:06] I'm quite surprised that the news that Ubuntu has broken all crowd funcding records hasn't surred a push to get it past 32mil [13:07] :-| [13:07] optimistic [13:08] isleofmandan: what errors did you get? [13:08] any of you on giffgaff? [13:09] yo [13:09] popey: yes [13:09] i want an app for ubuntu touch like the giffgaff app [13:09] is this gonna be about the APN [13:09] no [13:09] API [13:09] so close ㋛ [13:09] whats the GG app [13:09] the mobile app [13:10] never seen it [13:10] it tells you your current remaining mins/data etc [13:10] ah, I don't have that on my phone [13:10] but seems very useful [13:10] i get a popup that tells me after a call [13:10] me too [13:10] mostly I have free minutes so I don't see ito [13:10] -o [13:10] mungbean: The following packages have unmet dependencies. [13:10] linux-backports-modules-cw-3.8-precise-generic : Depends: linux-backports-modules-cw-3.8-3.2.0-52-generic but it is not installable [13:11] what kernel version you have? (uname -a) [13:12] mungbean: Linux Laptop 3.2.0-52-generic #78+kamal16~DellXPS-Ubuntu [13:12] popey: official GG app? [13:12] ya [13:12] giffgaff app [13:12] quetonix [13:12] ʘ‿ಠ [13:13] doesn't look official [13:13] https://itunes.apple.com/gb/app/my-giffgaff/id571246020?mt=8 [13:13] ☻ [13:13] quetonix August 9, 2013 [13:13] Giffgaff have not opened API access to the public. What this means is I cannot retrieve data from giffgaff servers as I am not affiliated with giffgaff. Therefore there is no way for me to retreive account details and can only nest a webview. This app contains many more functionalities other than the webview. Please look in the preferences section. [13:14] yeah, bummer [13:14] i forgot other phone OS were available [13:14] i put a proxy between my phone and giffgaff [13:15] i ass u med there was an app for your legacy platform [13:15] i was looking at the traffic to see what it did [13:17] http://paste.ubuntu.com/5992675/ [13:17] "Remember you've got time until midnight on the 12 JUNE 2013 to change your decision if you need to." [13:17] giffgaff page after i selected for chasback [13:19] unsure if i have achieved anything today [13:19] summer sucks [13:20] mungbean: You've helped me out :) [13:20] unsuccessfully so far... [13:21] did you add the depends package to the isntall line? [13:21] isleofmandan: if you try and install linux-backports-modules-cw-3.8-3.2.0-52-generic what error do you get then? [13:21] mungbean: Well, Dell's own support only seems of swapping Intel cards for Atheros ones, or vice versa without acutally solving anything, so don't beat yourself up! ;) [13:22] i get cc'd on the weirdest unconnected emails [13:23] mungbean: are you a manager? ;) [13:23] bank -> scott cc mungbean blah blah bank acount [13:23] publisher -> author cc mungbean "Would you do me a favor and send the latest interior of the Berger book as well as the cover file to Barbara, but before you do, can you mark across the cover as well as the first page of the interior "Uncorrected Proof"--this way when Barbara sends it to people it will be clear that this is not the final version?" [13:23] this is my personal gmail account [13:23] its like a crossed line [13:23] on average a few per week [13:24] davmor2: Note, selecting 'linux-backports-modules-cw-3.8-3.2.0-52-generic' for regex 'linux-backports-modules-cw-3.8-3.2.0-52' [13:24] E: Unable to locate package generic [13:25] isleofmandan: report a bug, and have a chat about the bug on #ubuntu-kernel [13:25] try just linux-backports-modules-cw [13:25] nah [13:25] mungbean: unable to locate... etc [13:26] sudo apt-get install linux-backports-modules-cw-3.8-precise-generic-pae [13:27] hmm they seem to be 32 bit versions [13:27] http://pastebin.com/tympCx67 [13:28] what results do you get for that command? [13:28] davmor2: I'm not sure exactly what bug to report really. All a bit complex. There are already a few bug reports about XPS13 wirless. It doesn't help that Dell has shipped more recent machines like mine with a different card. Wifi still drops, but it appears to be for different reasons to the Intel cards. [13:29] "The energy giant today revealed it would now only ring those households that "have a relationship" with the business, or ones that have agreed to call, such as by ticking a box on an internet comparison site." cheeky. [13:29] gocompare etc don't make it easy to unselect the box [13:29] isleofmandan: one would be that you have naff wifi, the second would be that you can't install linux-backports-modules-cw it is blocked, that is the bit that you can approach the kernel guys about it maybe that it is just a misconfigured module. [13:31] mungbean: linux-backports-modules-cw-3.8-precise-generic-pae:i386 : Depends: linux-backports-modules-cw-3.8-3.2.0-52-generic-pae:i386 but it is not installable [13:31] do you have backports enabled? [13:31] ah, try the pastebinned command i did [13:33] mungbean: linux-backports-modules-cw-3.8-precise-generic : Depends: linux-backports-modules-cw-3.8-3.2.0-52-generic but it is not installable (with the command from pastebin) [13:33] is backports enabled in software centre? [13:33] let me check... [13:34] * mungbean checks too [13:34] im on precise too [13:34] ah, on 3.2.0.51 though [13:34] i think thats your probs [13:35] Unsupported Updates (precise-backports) is ticked [13:35] where did the .52 kernel come from? [13:36] i'm not offered that one [13:36] It shipped with the machine. I think It's tweaked by Dell to make sure things like screen brightness, volume controls etc work... [13:36] the error message is real [13:37] isleofmandan: just catching up [13:37] you could possibly kludge by downloading the debs required for the .51 kernel , since there are just "empty" [13:37] you running 12.04 on an xps 13? [13:37] dpkg --contents shows whats in a deb [13:38] seeing dodgy wireless? [13:38] there is a fix [13:38] I'm guessing now though, TBH ;) [13:38] I'm back.. (yup, wifi again!) [13:38] linux-generic-lts-quantal is the kernel you want on 12.04 [13:38] apt-get install that [13:39] is that 3.5 or 3.8 popey? [13:39] 3.5 [13:39] 3.8 is raring [13:39] linux-generic-lts-raring [13:41] Is there an IRC command that allows me to catch up last few mins? I've missed a few lines while wifi dropped, it seems! [13:41] isleofmandan: just sudo apt-get install linux-generic-lts-quantal [13:41] that'll fix your wifi [13:42] then you can catch up with the irc logs on the web [13:42] forums are annoying for this reason [13:42] popey: Thanks. Will it leave hotkeys, suspend, hibernate and all that working too? [13:42] out of date info sends you down rabbit holes [13:42] i believe so [13:42] indeed, forums suck [13:42] OK. here goes :) [13:42] you'll still be able to choose the old kernel at boot time just in case [13:43] 3.5 fixed an annoying GPU lockup for me [13:43] eventually made it back into 3.2 though [13:44] popey: I have the newer Atheros Killer card rather than the Intel one, if that matters? [13:44] nope [13:44] good :) Installing now [13:44] stop asking questions and install it ☻ [13:45] go down the road to sadbfl and ask him :P [13:45] heh [13:45] It's tempting... Although I never get invited to his BBQs [13:45] how big is IOM? [13:45] diameter? === alan_g|lunch is now known as alan_g [13:46] about 13 miles wide [13:46] the IOM irc must be pumping. [13:46] so the size of london [13:46] I've been trying to start IoMLUG for years... [13:46] 80,000 people here [13:46] all LUG members? [13:46] so smaller than London that way! [13:46] i wonder if london could sink it [13:46] if all the people came and jumped on it [13:47] mungbean :) [13:47] maybe its like the floating island in life of pi [13:47] isleofmandan: were you born there or did you move there? [13:47] popey: Moved here in 2007 [13:47] everyone must be either rich, an inbred or motorbike fan? [13:48] or all three? [13:48] or migrant [13:48] Install done. I assume it's sudo reboot time now? [13:49] DO IT [13:49] * isleofmandan hopes shiny new laptop isn't a doorstop... [13:49] back soon [13:49] KABOOM! [13:49] KERPOW [13:49] quick, everyone hide [13:49] whats that smoke coming from yonder out North west [13:50] speak ukrainian [13:50] or upside down [13:50] This thing is fast :) [13:50] did you google that XPS issue or already know? [13:50] ʞɹoʍ ʇı pıp 'uɐpuɐɯɟoǝlsı ıɥ [13:50] i knew [13:50] maybe askubuntu might like to know [13:51] if it works [13:51] My old PC reboot takes about 5 minutes.. [13:51] Anyway, how do I double check I'm using new kernel.. uname -a ? [13:51] ya [13:51] yep [13:51] 3.5 :) [13:51] * isleofmandan goes to press all the buttons... [13:52] Vol, keyboard backlight, screen brightness all good [13:52] *Thanks Alan* :) [13:52] np [13:53] Have spent weeks researching via forums. [13:53] cant help but think this should be written down somewhere... [13:53] I'll create a Dell account just so I can update the Dell support forum and save others the hassle I've had [13:53] yeah, i found that page too [13:54] mungbean: Thanks to you too, of course [13:54] couldn't find any askubuntu questions about it [13:54] np. still too early to go home though :( [13:55] gonna have to tell my boss i've finished all the work , please sir can i have some more [13:59] can you do some of mine? [13:59] hmmm [14:00] my boss just went home early, so I can't really complain [14:00] my boss on hols [14:00] whole company is on hols [14:00] literally nothing to do [14:00] sometimes that makes matters worse [14:00] like when you have to escalate stuff [14:01] its a new team so not much historical issues to resolve [14:01] usually in summer i used to fixed niggling old problems and replace crappy kit [14:01] do fw upgrades [14:15] I don't tend to get any less busy at times like this, as the number of calls being reduced is balanced out by all the people with kids being on holiday a lot. [14:16] calls, e-mails, chats, facebook posts, tweets etc. - we get cases from a variety of sources. [14:27] mungbean: I've posted a 'question' on askubuntu, which also contains the answer. Are there any other popular forums I should visit to save people scratching their heads? [14:33] doo de doo [14:33] gtav preordered \o/ [14:35] \o/ [14:35] i still resent only being able to get it on the current gen [14:35] but i'm not going to wait until maybe new year for the new consoles to settle down before *Maybe* being able to buy a copy [14:40] isleofmandan: askubuntu is where i'd hope to find good info, so should be sufficient [14:47] anyone know about sun grid engine? [14:48] https://www.google.com/maps/preview#!data=!1m8!1m3!1d3!2d-0.192862!3d51.492132!2m2!1f291.8!2f71.14!4f75!2m5!1e1!2m3!1sc9UMhWP_MWm9U0L48xEjYw!2e0!7e5&fid=5 [14:48] and press cursor up [15:05] yeah AlanBell i saw that next week [15:07] oh cool, finally google maps has updated its picture of my house [15:07] now its my new car [15:08] and there's flowers in the window, proving i'm a great husband to alll the world [15:09] mungbean: did you come back from the future? [15:09] you saw it next week :O [15:10] yes, just my little relevant joke re the link [15:10] I thought next week will be a totally appropriate time to see the tardis :p [15:10] ugh [15:11] i can tell what time of day the google maps pic was taken as my neighbour got snapped taking his dog for the regular walk [15:12] my road is a totally weird mix of aug2012, sep2012, then aug2012 again then sep2008, all in 100 yds [15:12] :> [15:12] perhaps the best bits were combined [15:13] or they went home [15:13] have you sen the one in itialy when you take one step and its winter [15:13] snow everywhere [15:13] o spooky, back to aug2012 again after 1 step [15:14] i wonder if anyone has caught their SO having an affair with thi [15:14] yes, they have [15:15] saw it somewhere amongst those lists of things you spot on gmaps [15:16] http://paste.ubuntu.com/5993067/ any help? [15:17] reinstall with purge? [15:18] i tried that [15:18] tried a new user? [15:18] which version of skype is it? [15:19] 4.2.0.11-0ubuntu0.12.04.2 [15:20] you're on 12.04? [15:20] no [15:20] 13.04 [15:20] ok, np [15:20] i have the same version of skype here [15:20] * popey opens skype for the first time in aeons [15:21] it core dumps about 20mins into a vid call [15:22] maybe delete .config/Skype and start again? [15:22] i have seen others report skype crash during a call [15:24] that's one of the things I loved most about linux. You balls up a config and it's *so* easy to get everything back to the start [15:25] yup i deleted the skype config dir [15:26] because it's not in Windows 0o [15:26] maybe the NSA plugin crashed [15:27] bahaha === schwuk is now known as schwuk_away [15:28] http://www.bbc.co.uk/news/technology-23723801 anyone read this [15:28] http://www.theverge.com/2013/8/15/4621514/gone-home-review [15:29] i liked these kind of exploring games [15:29] glad they've been updated so you can pick up and explore nearly everything [15:29] available for linux === GentileBen is now known as BenWithTheKids === schwuk_away is now known as schwuk [15:54] sod it [15:54] knocking off time [15:55] daftykins: re gtav, i think they just poured so much dev time into it on current gen that doing it for pc+next gen would have either spread their existing resources too thin or they'd have had to get too many extra folk in [15:56] apparently on the 360 it's a 2 disc game, but the first disc is for the mandatory 8GB install; 2nd disc only required for actually playing the game [15:56] yeah [15:56] no surprises there [15:57] even XGD3 didn't really help matters XD [15:57] gaaaah [15:57] why office needs to close chrome to install updates is beyond me [16:03] neuro, it wants to force you into using IE [16:03] not entirely possible [16:04] IT WORKS [16:04] hell yes [16:04] \o/ [16:05] Monotoko, you still messing with postfix? :-p [16:05] diddledan_, not anymore! :P [16:05] it works now [16:05] yey! [16:05] well done! [16:05] that sql made my brian hurt [16:05] mix two of my most hated things into one... SQL and Postfix, and it's gonna take me a while [16:05] and I didn't have to fiddle with it [16:06] I ended up writing another query [16:06] and leaving that one the hell alone [16:06] lol [16:06] MOAR SQL! [16:06] Monotoko: i bet if someone forcibly switched you to sendmail or qmail, you'd long for the days when you had postfix [16:10] qmail FTL [16:10] sendmail FTevenmoreL [16:11] yes [16:12] yay, office 2011 update installed [16:12] what did i win? [16:12] unspecified updates [16:12] woot [16:13] when vendor updates come with release notes that basically say "trust us, go on, it'll be fine", i get concerned [16:13] I'm using dovecot and postfix [16:13] I think I must have done something terrible in a past life [16:14] * neuro uses the same setup [16:14] * mgdm too [16:14] a setup which, apparently, windows phone doesn't like [16:14] in all honesty, I think there is *a lot* that can be done to make smtp set up easier [16:14] so my dad has to send emails via gmail's smtp rather than mine :P [16:14] SuperMatt: postfix is pretty painless [16:14] there are so many options to it that it feels almost impenetrable to new users [16:14] "users"/ [16:14] ? [16:14] wekk [16:14] well [16:14] smtpds aren't for "users"! :) [16:14] people setting it up for the first time [16:15] bloomin' users [16:15] my life would be so much easier without users [16:16] haha, yeah, it would [16:17] I'm glad that my users are mostly the devs that have written the crap that's broken [16:17] so 99% of the time I just turn it back on them [16:18] :) [16:26] ... well shit [16:26] no swears in here [16:26] sorry, just realised I made a huge mistake [16:28] it happens to the best of us [16:28] and the worst [16:28] it just seems to happen [16:32] I just bombarded a group with every email sent through a highly sensitive system [16:32] because I forgot to remove a static string and add a %u match [16:32] >.> [16:33] email is not my strong point [16:33] oosp [16:41] Monotoko, break it then go home and ignore it for the weekend [16:41] diddledan_, not a good idea with my boss standing behind me [16:41] I've fixed the issue now and added the dynamic bit back... [16:42] what ever happened to the "boss key"?! [16:46] time to go [16:49] "boss key"? [16:51] i love the spam I get from my local curry house [16:51] its really personal [16:52] http://paste.ubuntu.com/5993420/ [16:54] thats kinda cool [16:56] yeah, he's a nice guy too [16:56] he comes over to your table and does little bits of origami [16:57] hehe === BenWithTheKids is now known as BenChildless === alan_g is now known as alan_g|EOD [17:18] popey: seems he's smarter than the average bear [17:21] daftykins: why are you calling him popey quite obviously he's bobo if Yogi is talking to him :D [17:22] davmor2: you raise a fair point, sir [17:23] daftykins: just don't mention picnic hampers [17:23] p..p..p..picnic baskets! 8D [17:24] yeah, the word picnic in our house is _always_ suffixed with "bobo" [17:24] XD [17:25] daftykins: see told you he was bobo :D [17:26] you did, you did [17:26] i guess that makes us rangers [17:27] daftykins: I think czajkowski is the pink one, I'm not fussed over colours once the pink one is gone...........go go power rangers [17:27] i never saw that growing up [17:27] i think you had to have satellite TV [17:28] daftykins: there's your problem you grew up, grow back down again and you too can ignore the horror that is power rangers :D [17:29] daftykins: I'm pretty sure it's meant to be Thundercats but with real people and cornier :) [17:30] daftykins: that or battle of the planets without the space ship === BenChildless is now known as GentileBen [17:33] just pushed the boat well and truly out, by buying a £3.45 DC power jack replacement for a laptop [17:33] oooh, i take such risks === schwuk is now known as schwuk_away [18:08] evening everyone, [18:08] pip pip brobostigon, exobuzz [18:09] hi [18:09] evening popey and exobuzz === Hornet- is now known as Hornet === graingert is now known as Guest84511