[03:13] I'm not sure whether I'm reading this right. I ran the thingy that paul thurrott linked to which highlights how much space is being wasted in a file via xml metadata in embedded images.. my entire c:\windows is either wasting 6.9MB or 6.9GB: actual value 6911207 [03:15] I'm unsure whether it was reading bytes or kbytes [03:16] if you wanna try, compile this repo using visual studio community (https://github.com/riverar/eoraptor) and run the next line in an administrator powershell terminal: [03:17] Get-ChildItem -Path C:\Windows\ -Directory -Recurse | Select-Object FullName | ForEach-Object { \path\to\eoraptor.exe $_.FullName | Select-String -pattern "Total: (?\d+)" | %{$_.matches[0].Groups['bytes'].value} | ForEach-Object { $sum += $_ } } [07:29] morning [07:38] morning boys and girls. [08:20] Morning all [08:20] morning all [08:22] MooDoo: dude really we've been through this one already ;) [08:22] davmor2: shush you [08:25] Good morning all, happy Thank You Thursday! 😃 ❤ [08:38] JamesTait: https://www.youtube.com/watch?v=wYxHBmVq4GM [08:39] Aha! 😃 [08:59] https://www.youtube.com/watch?v=cUXTN6ENsKQ [09:45] hey peeps, how you doin today [09:45] meh [09:45] that about sums it up JamesTait does that cover it for you too? [09:46] Same here [09:46] 5 hours of sleep is just not enough after a 19 hour workday [09:50] davmor2, that'll do nicely. [09:50] But foobarry's is better. 😉 [09:55] JamesTait: I meant the meh for how you are feeling right now :D [09:55] davmor2, oh that! Well, I'm not sure I have quite that much enthusiasm. [09:56] JamesTait: hahaha [12:22] this is whack - the article plays on his orientation as though it would have been ok if he really had supported chelsea: http://www.bbc.co.uk/news/uk-england-london-39729568 [12:40] my brother and cousins got assulated by a knuckle dragging spurs thug for supporting arsenal once [12:41] :-( [12:43] Man you should see what happen when there is a local derby here, There is a full police line up the fans are marched with their hands on their heads to the ground [12:44] Hey all, just wondering what do you guys do to store information about your customer sites. For example storing ADSL details for each site etc and licensing/hardware etc on site [12:44] diplo: post-it notes on my monitor :-p [12:44] it's a very organised system.. ;-0 [12:44] ;-) [12:45] It feels like that is how we work at the mo [12:45] It sucks! [12:45] I'm just trying to organise things as it's all in one blokes head at the mo and he's rarely in the office now and the other one who may know is leaving on May 10th and I'm sure this will all be dumped on my lap then [12:47] diplo: you could use taskwarrior on a server I believe it does secure coms but you would have to double check on it [12:48] * diplo investigates [12:49] Nope to hardcore, needs to be accessible to other people as well. trying to get away from one person knows everything. hence why I document EVERYTHING now and share it with sphinx all in a git repo too [12:49] We've got our own case manager, but its built in house and takes forever to get extra stuff added [12:52] diplo: wiki for internal stuff [12:58] Thought about that too, may have to be the way I go [12:58] Is that what you use foobarry ? [12:59] for internal stuff . plus we have an internal github instance. lots of stuff lives in there too [12:59] and we use racktables for server layouts etc [12:59] however... [12:59] don't you use redmine? [13:00] Nope, I want to, everything is a challenge at my work [13:00] :P [13:00] They say no, I do it in any free time I have, they see how great it is, we then start using it... [13:02] redmine has some cool CRM type plugins [13:02] and you can manage customers and other details [13:03] I may chuck up another instance, is it any better with the dreaded ruby updates ? [13:05] i haven't updated in a while :S [13:05] i get scared of ruby [13:06] That's why I haven't used it :P [13:35] Another Q, anyone here use draytek routers ? [13:38] never heard of them [13:38] Quite well known I believe, used mainly in SMB's [13:39] Just trying to see if I can automate backup of configs, they have a product but it appears to be 11-12k === Myrtti_ is now known as Myrtti [14:21] yes draytek are q good [14:33] They're alright, thinking about moving us to ubiquiti though. trying to get the boss to get us some test equipment in [15:28] Hi all. I've found a bug in the Nagios package which has been fixed upstream in v4.2.2 but Debian doesn't provide anything beyond 3.x. I'd like to backport this fix into v3.5.1 which ships with Ubuntu 16.04 but am not sure how to go about tackling this... am I best off trying to get this fixed at the ubuntu level, the debian level, etc? what's the process? I have the patch already I just need to get it applied [15:28] somehow. [15:29] find the maintainers in the debian package? [15:29] of* [15:29] aaronr: well you can start by writing a bug in launchpad and attaching a proposed fix to it that might get it expedited [15:29] in the MAINTAINERS file [15:29] whats the bug btw? [15:31] users of a hostgroup can view servers that are outside of their hostgroup -- reported to nagios upstream in 2013 here https://support.nagios.com/forum/viewtopic.php?f=7&t=21794 and fixed here: https://github.com/NagiosEnterprises/nagioscore/commit/d1b3a07ff72ece0d296b153d4d5c8c4543ed96c1#diff-b89a219dd5a0ac3e4e07f1dfd721dd78 [15:31] there appears to be a list of maintainers here: https://packages.debian.org/jessie/nagios3 [15:32] I'll start putting together a bug in launchpad [21:14] hup