=== funkyHat1 is now known as funkyHat [03:19] hey! guys mysqld in ubuntu14 get about 0,5 GB RAM in idle state. without any work. is it normal? [03:59] hhee; depends how your db's are configured.. [03:59] but remember; ram is there to be used, not to be free/idle [04:00] Xin, default config from official mysql oracle repo [04:01] Xin, tried to reboot, after reboot - same picture [04:01] welp [04:01] if you havent done anything to it [04:02] then it is, by definition, normal [04:02] I mean you could quite likely reduce that [04:02] Xin, dunno. i've found this http://dba.stackexchange.com/questions/129411/mysql-5-7-ubuntu-14-04-eating-up-my-ram [04:02] is that advisable? unclear [04:02] would it have any gains/downfalls? unclear === Xin is now known as RitoPls [04:09] Xin, yeah smth like that http://stackoverflow.com/questions/10676753/reducing-memory-consumption-of-mysql-on-ubuntuaws-micro-instance [04:16] mem usage reduced in 10 times === JanC is now known as Guest89378 === JanC_ is now known as JanC [05:30] Hi. I have some issues using nfs-kernel-server on 16.04. After boot I need to restart rpcbind to get nfs ports to open... [05:30] It used to work fine on a previous release === RitoPls is now known as Xin [08:48] Hi, I’m trying to deploy Openstack on a single Ubuntu 16.04 VM, I run `conjure-up openstack` but after the second screen, the installer freeze :/ [08:52] stokachu: present for you ^^ [09:25] Good morning. [10:50] Hey all... getting a W: Failed to fetch http://za.archive.ubuntu.com/ubuntu/dists/trusty/main/source/Sources 404 Not Found [IP: 197.155.77.2 80] error when I run apt-get update [10:50] this is on a new machine, anyone aware of any issues? [10:50] jeffmess: tried using the main mirror? [10:50] could be some issue with some .za mirror [10:50] not yet [10:51] okay, will give it a bash [10:52] looks like main is working [10:52] thanks! [10:54] Happens every now and again. I don't quite know where you are supposed to report mirror issues [10:58] oh well :/ [11:48] Allah is doing [11:48] sun is not doing Allah is doing [11:48] moon is not doing Allah is doing [11:49] planets are not doing Allah is doing [12:00] coreycb` i fixed up lp:~ddellav/ubuntu/+source/openstack-trove and lp:~ddellav/ubuntu/+source/keystone CI but they require the 3.14 version of oslo.utils that isn't available yet to build. I also took care of lp:~ddellav/ubuntu/+source/neutron and it builds successfully [12:00] jamespage ^ [12:01] ddellav, ok I'll look in a bit, thanks [13:23] ddellav, yeah so it looks like we need to bump oslo.utils to 3.14 [13:27] ddellav, neutron is pushed. want to bump oslo.utils? [13:29] coreycb`: I'm pretty sure I bumped it already but il check again. [13:29] with so many bumps in scandinavia I'm sure http://www.theverge.com/2016/7/5/12099612/hyperloop-one-helsinki-stockholm-30-minutes-study will explode on the first test :-) [13:37] ddellav, looks like all that's left in red is swift and nova-lxd so I'll look at those === Executioner is now known as Exec === Exec is now known as Execthts [13:57] hi folks, so I'm having some trouble with 16.04, kvm and libguestfs. Basically, there seems to be a bug in the ubuntu dhclient-script that I'm trying to work around but I don't know how to solve it. Basically the version of libguestfs that ships with 16.04 is incompatible with as dhclient-script has a bug in it which causes virtual machine initialization to fail (actually get stuck in a loop). [13:57] "/sbin/dhclient-script: 31: /sbin/dhclient-script: cannot open /etc/fstab: No such file [13:57] RTNETLINK answers: File exists [14:00] ddellav, jamespage: swift is better now. zul is looking at nova-lxd. === funkyHat2 is now known as funkyHat === GitBug is now known as GitDug === GitDug is now known as GitFukt === GitFukt is now known as gitgitgit === gitgitgit is now known as GitGud === tyhicks` is now known as tyhicks === Pap00se is now known as badboykas [15:55] coreycb: hi, could you take a look at bug 1599313 ? [15:55] bug 1599313 in python-funcsigs (Ubuntu) "Sync python-funcsigs 1.0.2-1 (main) from Debian experimental (main)" [Wishlist,New] https://launchpad.net/bugs/1599313 [16:03] jbicha, hi, I'll take a look in a bit === Guest_84857 is now known as user_9448 === user_9448 is now known as Guest_84855 === gnuoy is now known as jamespage_shadow === jamespage_shadow is now known as gnuoy === gnuoy is now known as jamespage_shadow === jamespage_shadow is now known as gnuoy === gnuoy is now known as jamespage_shadow === jamespage_shadow is now known as gnuoy === gnuoy is now known as jamespage_shadow === jamespage_shadow is now known as gnuoy [17:38] Hi, I have issues to get gpu passthrough working on a ubuntu 16.04 + intel + nvidia system. I try to run this script: http://paste.ubuntu.com/18644889/ and this is my configuration and other relevant outputs: http://paste.ubuntu.com/18645325/. But I cannot the any output on the monitor connected to the nvidia grafic card. [17:42] *cannot see any output === gnuoy is now known as jamespage_shadow === jamespage_shadow is now known as gnuoy === chmurifree is now known as chmuri === deadnull is now known as _deadnull === _deadnull is now known as deadnull === Guest18923 is now known as hobitti === GitDug is now known as GitDig [20:56] Hi folks, I’ve got a snap (app) installed that I want to alter apparmor security policy, so that a particular file is writeable. I’m getting this recommendation from snappy-debug.security; but I’m struggling to find docs on how this is managed. Any direction/pointers? Effectively I’m trying to allow a curl snap application to write it’s output to a file; and snappy is denying it. [21:08] guess more like apparmor is denying it [21:24] sawdog: you might also try in #snappy on freenode [21:25] yeah, it’s not really a snappy problem; it’s an apparmor profile issue [21:25] sawdog: most that i know is that the snappy folks tell you to start with --devmode first [21:25] apparmor denies all mknod from enforced apps [21:25] sawdog: well snappy is using apparmor profiles, so there may yet be an interaction [21:25] ah, so global policy [21:26] yeah; I am just learning what’s going on in Core - so was mistaken with snappy references; only issue related to snappy is how I’m installing apps in Core [21:27] the snappy folks might know a bit about modifying or extending the policy of an snap to allow mknod creation; might also be seccomp filtering the mknod [21:28] ubuntu core doesn’t have all the apps I need; e.g. aa-complain /apps/bin/curl.curl seems to be a solution; but aa-complain isn’t installed; so trying to understand how to change profliles/edit profiles [21:28] sawdog: you can use snappy in the ubuntu-server 16.04 images [21:28] that might be easier since more of the tool sets are available (rather than slimmed down core) [21:29] well, I need core for installing on an IOT gateway with small internal eMMC device [21:29] sawdog: sure, but you could try to get the snap working on ubuntu-server image with snappy [21:29] once working there, transition to a core image [21:29] true true