=== Jalen_ is now known as Jalen [05:31] can anybody just tell if I can use bcrypt with freeradius... or if I have to use a different encryption algorithm... [05:31] Is bcrypt an suitable option? [05:31] In case I would even be able to use it... [05:57] Nobody? [05:57] I ask again... if somebody missed my question. [05:57] can anybody just tell if I can use bcrypt with freeradius... or if I have to use a different encryption algorithm... [05:57] Is bcrypt an suitable option? [05:57] In case I would even be able to use it... === admcleod_ is now known as admcleod === iberezovskiy_off is now known as iberezovskiy === pavlushka is now known as Guest17606 === pavlushka_ is now known as pavlushka [11:48] coreycb, I'm going to add a transitional package for neutron-lbaas-agent -> neutron-lbaasv2-agent [11:49] otherwise users will end up with both running [11:49] maybe [11:51] actually no I'm not - the upgrade itself will uninstall neutron-lbaas-agent due to the hard versioning bounds we use between neutron-lbaas packages [11:56] python-oslo.privsep needs MIR, because python-nova now depends on it. [11:56] jamespage if you have some time today, please review and push the liberty branches of lp:~ddellav/ubuntu/+source/neutron-fwaas lp:~ddellav/ubuntu/+source/neutron-lbaas and lp:~ddellav/ubuntu/+source/neutron-vpnaas, vpnaas didn't have an upgrade but i imported anyway to keep the version number even with the others. [11:57] ah 1616764 [11:57] ah bug #1616764 [11:57] bug 1616764 in python-oslo.privsep (Ubuntu) "[MIR] python-oslo.privsep" [High,Incomplete] https://launchpad.net/bugs/1616764 [12:15] xnox; lots of rbd's as of friday :-) [12:16] =) [12:17] jamespage, i wonder if i should tweak things in britney somehow.... at the moment mir check generates an excuse, and doesn't trigger autopkgtests at all =( [12:17] imho the MIR check should not prevent running the adt tests === freyes__ is now known as freyes [12:38] hi all, I'm using 16.04 systemd-networkd, and I've blacklisted (with a key file) all my interfaces, so that networkmanager doesn't manage them, but I'm getting a secondary IP address assigned to my primary network interface, even though its already set a static interface (using networkd) - any ideas? [12:38] I dont want to completely disable networkmanager as I use it for wifi configuration from time to time [13:04] can i put a variable inside the variable? e.g..... [13:04] RESULT=fail=0 [13:10] Geom`: with a bit more context it might be easier to answer [13:10] Geom`: what language and what is what you want to achieve === RoyK^ is now known as RoyK [13:50] stgraber: ever tried to run a kvm inside a lxd container? [13:50] stgraber: I thought I dropped all isolation I could, but it still blocks me pretending it couldn't work with kvm kernel things [13:51] stgraber: if you ever had that running and have some notes let me know [13:56] cpaelzer, I have [13:56] cpaelzer, https://github.com/openstack-charmers/openstack-on-lxd [14:01] jamespage: ta, while I'm not sure yet I can use your juju bits for what I'm currently doing it proves it has to work some way :-) [14:01] * cpaelzer is reading through that stuff to identify potential workaroudns jamespage might have used [14:04] cpaelzer, the lxd profile is probably most interesting for you [14:05] yeah already reading that [14:05] I already had some parts of it, I'll have to check what difference remains [14:23] jamespage: ta++ [14:24] jamespage: I had mostly the same solutions before but on commandline [14:24] jamespage: the only diff was on the /dev/mem and /dev/kvm [14:24] jamespage: there I had the sledgehammer of [14:24] lxc config set "${containername}" raw.lxc lxc.aa_profile=unconfined [14:24] jamespage: but combining what I had with your great yaml did the trick [14:24] so, thanks! === petevg is now known as petevg_afk [15:18] cpaelzer: lxc config device add kvm unix-char path=/dev/kvm [15:25] * jelly waves at Lornzer [15:25] :) [15:26] hey guys, having some troubles with a webRTC server ( janus ) crashing from time to time - i assume its related to a 3rd party library setup which I did before [15:27] the error log of the app gives me the following: [15:27] janus: symbol lookup error: janus: undefined symbol: g_type_check_instance_is_fundamentally_a [15:28] the 3rd party libraries I installed are libSRTP & usrSCTP, both configure && make install'ed on the same server which is having issues now [15:28] Lornzer: do state which libraries you installed and how you managed to apparently configure; make; make install them under the /usr prefix [15:28] https://gist.github.com/anonymous/6550f144e14cc0efc43ebd932ec2347a [15:28] this is the script I used to install libSRTP [15:29] the one for usrSCTP looks pretty much similar, except a different source of course [15:29] Lornzer: do you perhaps have logs of the build and installation attempts for all the software mentioned, libSRTP, usrSCTP and janus? [15:30] also which ubuntu release are you using and was this "janus" thing built specifically for that release? [15:30] i didnt save any logs specifically - would syslog save any relevant info to that? [15:31] using ubuntu xenial on the affected server [15:31] oh i see [15:31] its running on another instance without problems, turns out that instance is running ubuntu trusty [15:32] this shouldnt affect the library setup process from the gist shared though, right? [15:38] the janus binary is exactly the same size / date on both servers (one running ubuntu trusty, one ubuntu xenial / slightly different linux kernel versions) -> can I assume that this is the cause for the error message (instead of the libraries as i suspected originally)? === Beret- is now known as Beret === dzragon^ is now known as dzragon [15:49] stgraber: thanks [15:50] cpaelzer: that's how I run my libvirt server, that and some block device passthrough from ZFS [15:50] stgraber: already got an even nicer solution including a custom default profile, but still it is reassuring that you are kind of referring the same === xMopxShe- is now known as xMopxShell === seyeongkim_ is now known as seyeongkim [15:51] stgraber: just migrated my kvm guest via two "different" KVMs that are only split by lxd containers [15:51] so - working [15:51] althou one has to convince libvirt a bit that these are two different systems [15:51] :-) === fidothe_ is now known as fidothe [15:52] stgraber: for shared images I just use a dir mountfrom host into all the guests being part of the same profile [15:52] stgraber: no need for more sophisticated block passthrough (yet) [15:52] i reinstalled / compiled the janus gateway on the machine and it is working / not crashing so far now :) thx for leading me on the right path jelly [15:53] while i'm at it: when talking about compiling packages from source = is this referring to the ./configure && make install process or does it refer to something else/more ? === jeremy_carroll_ is now known as jeremy_carroll === justizin_ is now known as justizin [16:02] that question was too stupid, huh? ;) anyway thx for the help! [16:28] xnox: still around? Poking at our broken yakkety builds on a trusty host atm [16:28] with latest sbuild I hit: [16:28] D: Error run_fetch_install_packages(): Undefined subroutine &Sbuild::ResolverBase::deps_iterate called at /usr/share/perl5/Sbuild/ResolverBase.pm line 1042. [16:32] jamespage, around, one sec. [16:33] xnox: that's provided by newer dpkg - but not entirelty happy with backporting that as well :-) [16:33] jamespage, is $ dpkg -l sbuild libsbuild-perl => match versions? [16:33] xnox: yeah [16:33] libdpkg-perl is the providing library [16:33] sigh. [16:34] xnox: I'm trying dropping in the deb from yakkety [16:34] not on our build server (ina vm) [16:35] sbuild is working now - need to see if dpkg exploded or not [16:35] whilst that should work, that's not the minimum required version. I was expecting that 0.67.0-1 is enough with apt-keys removed on the host [16:35] or welll 0.67.0-1ubuntu1. I can remember if you tried that already. [16:37] xnox: I did same issue - it also calls deps_iterate [16:38] nested sbuild is the answer? =) [16:38] schroot -> xenial -> run sbuild there to build things in yakkety [16:39] you should be able to start xenial lxc container on trusty, no? and then push/pull files to that and sbuild from there? [16:39] all of it sounds ugly. Is upgrade to xenial too painful? === pavlushka is now known as Guest64188 [16:40] we may have a problem in launchpad, if trusty hosts can't build thing =/ === pavlushka_ is now known as Guest93617 [16:42] xnox: quite possibly yes === Guest93617 is now known as pavlushka [16:49] xnox: lift and shift of deps_iterate directly into ResolveBase works around this for me [17:27] http://askubuntu.com/questions/820925/how-do-i-set-a-dns-server-in-maas-that-will-be-passed-on-to-the-nodes [18:00] hello [18:02] seph: hello? [18:29] I am wanting to know If there is any way to enable a GUI on my server [18:30] guest: Why do you want to do that? Is there a need for a gui on your server? [18:30] Yes, it is for my personal use, and I was wanting to do it as a learning experence [18:31] The easiest way is installing a lightweight desktop, it will pull in all the X dependencies. [18:34] Ok, How do you do that? do I use the sudo command to install it [18:35] lightweight desktop: openbox, mate-desktop, lubuntu-desktop or xubuntu-desktop >> sudo apt-get install # and to activate: ctrl alt F7 [18:37] thank you [18:44] @OerHeks I know this mostlikly to never happen but could you install more then one GUI [18:44] For the server [18:46] guest, sure, then you can switch after logging out > switch DE > login [18:46] oh ok [18:46] You can install as many as you want ;) [18:47] Unless disk space runs out or something. [18:47] Ah, very cool I though if you installed more then one it would break it or something like a but [18:47] guest, but remember, server starts in tty2 = ctrl alt F2, to get the gui: ctrl alt F7 [18:47] I understand [18:48] ok [18:52] Now when I use the gui will it be easy to navagate all the server tools [18:52] Most server tools are commandline only. [18:52] I checked everything during installing my server [18:52] oh ok [18:55] Thank you for all your help :) [20:02] hello guys, I can't fix the OpenSSL Padding Oracle(CVE-2016-2107), even though my openssl is version 1.0.2h and I have restarted my server, btw version 14.04.05 === philroche_ is now known as philroche === masACC is now known as maswan [20:41] I get the following error [20:41] http://imgur.com/a/Z47K1 [20:41] the log file does not show anything [20:42] any idea on how to solve it? === tarpman_ is now known as tarpman === ajmitch_ is now known as ajmitch === JanC is now known as Guest82728 === JanC_ is now known as JanC