=== Jalen_ is now known as Jalen | ||
SupreX | can anybody just tell if I can use bcrypt with freeradius... or if I have to use a different encryption algorithm... | 05:31 |
---|---|---|
SupreX | Is bcrypt an suitable option? | 05:31 |
SupreX | In case I would even be able to use it... | 05:31 |
SupreX | Nobody? | 05:57 |
SupreX | I ask again... if somebody missed my question. | 05:57 |
SupreX | can anybody just tell if I can use bcrypt with freeradius... or if I have to use a different encryption algorithm... | 05:57 |
SupreX | Is bcrypt an suitable option? | 05:57 |
SupreX | In case I would even be able to use it... | 05:57 |
=== 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 | ||
jamespage | coreycb, I'm going to add a transitional package for neutron-lbaas-agent -> neutron-lbaasv2-agent | 11:48 |
jamespage | otherwise users will end up with both running | 11:49 |
jamespage | maybe | 11:49 |
jamespage | 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:51 |
xnox | python-oslo.privsep needs MIR, because python-nova now depends on it. | 11:56 |
ddellav | 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:56 |
xnox | ah 1616764 | 11:57 |
xnox | ah bug #1616764 | 11:57 |
ubottu | bug 1616764 in python-oslo.privsep (Ubuntu) "[MIR] python-oslo.privsep" [High,Incomplete] https://launchpad.net/bugs/1616764 | 11:57 |
jamespage | xnox; lots of rbd's as of friday :-) | 12:15 |
xnox | =) | 12:16 |
xnox | 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 |
xnox | imho the MIR check should not prevent running the adt tests | 12:17 |
=== freyes__ is now known as freyes | ||
stephanbuys | 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 |
stephanbuys | I dont want to completely disable networkmanager as I use it for wifi configuration from time to time | 12:38 |
Geom` | can i put a variable inside the variable? e.g..... | 13:04 |
Geom` | RESULT=fail=0 | 13:04 |
cpaelzer | Geom`: with a bit more context it might be easier to answer | 13:10 |
cpaelzer | Geom`: what language and what is what you want to achieve | 13:10 |
=== RoyK^ is now known as RoyK | ||
cpaelzer | stgraber: ever tried to run a kvm inside a lxd container? | 13:50 |
cpaelzer | stgraber: I thought I dropped all isolation I could, but it still blocks me pretending it couldn't work with kvm kernel things | 13:50 |
cpaelzer | stgraber: if you ever had that running and have some notes let me know | 13:51 |
jamespage | cpaelzer, I have | 13:56 |
jamespage | cpaelzer, https://github.com/openstack-charmers/openstack-on-lxd | 13:56 |
cpaelzer | 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:01 | |
jamespage | cpaelzer, the lxd profile is probably most interesting for you | 14:04 |
cpaelzer | yeah already reading that | 14:05 |
cpaelzer | I already had some parts of it, I'll have to check what difference remains | 14:05 |
cpaelzer | jamespage: ta++ | 14:23 |
cpaelzer | jamespage: I had mostly the same solutions before but on commandline | 14:24 |
cpaelzer | jamespage: the only diff was on the /dev/mem and /dev/kvm | 14:24 |
cpaelzer | jamespage: there I had the sledgehammer of | 14:24 |
cpaelzer | lxc config set "${containername}" raw.lxc lxc.aa_profile=unconfined | 14:24 |
cpaelzer | jamespage: but combining what I had with your great yaml did the trick | 14:24 |
cpaelzer | so, thanks! | 14:24 |
=== petevg is now known as petevg_afk | ||
stgraber | cpaelzer: lxc config device add <container> kvm unix-char path=/dev/kvm | 15:18 |
* jelly waves at Lornzer | 15:25 | |
Lornzer | :) | 15:25 |
Lornzer | 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:26 |
Lornzer | the error log of the app gives me the following: | 15:27 |
Lornzer | janus: symbol lookup error: janus: undefined symbol: g_type_check_instance_is_fundamentally_a | 15:27 |
Lornzer | 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 |
jelly | Lornzer: do state which libraries you installed and how you managed to apparently configure; make; make install them under the /usr prefix | 15:28 |
Lornzer | https://gist.github.com/anonymous/6550f144e14cc0efc43ebd932ec2347a | 15:28 |
Lornzer | this is the script I used to install libSRTP | 15:28 |
Lornzer | the one for usrSCTP looks pretty much similar, except a different source of course | 15:29 |
jelly | Lornzer: do you perhaps have logs of the build and installation attempts for all the software mentioned, libSRTP, usrSCTP and janus? | 15:29 |
jelly | also which ubuntu release are you using and was this "janus" thing built specifically for that release? | 15:30 |
Lornzer | i didnt save any logs specifically - would syslog save any relevant info to that? | 15:30 |
Lornzer | using ubuntu xenial on the affected server | 15:31 |
Lornzer | oh i see | 15:31 |
Lornzer | its running on another instance without problems, turns out that instance is running ubuntu trusty | 15:31 |
Lornzer | this shouldnt affect the library setup process from the gist shared though, right? | 15:32 |
Lornzer | 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)? | 15:38 |
=== Beret- is now known as Beret | ||
=== dzragon^ is now known as dzragon | ||
cpaelzer | stgraber: thanks | 15:49 |
stgraber | cpaelzer: that's how I run my libvirt server, that and some block device passthrough from ZFS | 15:50 |
cpaelzer | 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 | 15:50 |
=== xMopxShe- is now known as xMopxShell | ||
=== seyeongkim_ is now known as seyeongkim | ||
cpaelzer | stgraber: just migrated my kvm guest via two "different" KVMs that are only split by lxd containers | 15:51 |
cpaelzer | so - working | 15:51 |
cpaelzer | althou one has to convince libvirt a bit that these are two different systems | 15:51 |
cpaelzer | :-) | 15:51 |
=== fidothe_ is now known as fidothe | ||
cpaelzer | stgraber: for shared images I just use a dir mountfrom host into all the guests being part of the same profile | 15:52 |
cpaelzer | stgraber: no need for more sophisticated block passthrough (yet) | 15:52 |
Lornzer | 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:52 |
Lornzer | 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 ? | 15:53 |
=== jeremy_carroll_ is now known as jeremy_carroll | ||
=== justizin_ is now known as justizin | ||
Lornzer | that question was too stupid, huh? ;) anyway thx for the help! | 16:02 |
jamespage | xnox: still around? Poking at our broken yakkety builds on a trusty host atm | 16:28 |
jamespage | with latest sbuild I hit: | 16:28 |
jamespage | D: Error run_fetch_install_packages(): Undefined subroutine &Sbuild::ResolverBase::deps_iterate called at /usr/share/perl5/Sbuild/ResolverBase.pm line 1042. | 16:28 |
xnox | jamespage, around, one sec. | 16:32 |
jamespage | xnox: that's provided by newer dpkg - but not entirelty happy with backporting that as well :-) | 16:33 |
xnox | jamespage, is $ dpkg -l sbuild libsbuild-perl => match versions? | 16:33 |
jamespage | xnox: yeah | 16:33 |
jamespage | libdpkg-perl is the providing library | 16:33 |
xnox | sigh. | 16:33 |
jamespage | xnox: I'm trying dropping in the deb from yakkety | 16:34 |
jamespage | not on our build server (ina vm) | 16:34 |
jamespage | sbuild is working now - need to see if dpkg exploded or not | 16:35 |
xnox | 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 |
xnox | or welll 0.67.0-1ubuntu1. I can remember if you tried that already. | 16:35 |
jamespage | xnox: I did same issue - it also calls deps_iterate | 16:37 |
xnox | nested sbuild is the answer? =) | 16:38 |
xnox | schroot -> xenial -> run sbuild there to build things in yakkety | 16:38 |
xnox | 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 |
xnox | all of it sounds ugly. Is upgrade to xenial too painful? | 16:39 |
=== pavlushka is now known as Guest64188 | ||
xnox | we may have a problem in launchpad, if trusty hosts can't build thing =/ | 16:40 |
=== pavlushka_ is now known as Guest93617 | ||
jamespage | xnox: quite possibly yes | 16:42 |
=== Guest93617 is now known as pavlushka | ||
jamespage | xnox: lift and shift of deps_iterate directly into ResolveBase works around this for me | 16:49 |
PCdude | http://askubuntu.com/questions/820925/how-do-i-set-a-dns-server-in-maas-that-will-be-passed-on-to-the-nodes | 17:27 |
seph | hello | 18:00 |
PCdude | seph: hello? | 18:02 |
guest | I am wanting to know If there is any way to enable a GUI on my server | 18:29 |
lordievader | guest: Why do you want to do that? Is there a need for a gui on your server? | 18:30 |
guest | Yes, it is for my personal use, and I was wanting to do it as a learning experence | 18:30 |
lordievader | The easiest way is installing a lightweight desktop, it will pull in all the X dependencies. | 18:31 |
guest | Ok, How do you do that? do I use the sudo command to install it | 18:34 |
OerHeks | lightweight desktop: openbox, mate-desktop, lubuntu-desktop or xubuntu-desktop >> sudo apt-get install <package> # and to activate: ctrl alt F7 | 18:35 |
guest | thank you | 18:37 |
guest | @OerHeks I know this mostlikly to never happen but could you install more then one GUI | 18:44 |
guest | For the server | 18:44 |
OerHeks | guest, sure, then you can switch after logging out > switch DE > login | 18:46 |
guest | oh ok | 18:46 |
lordievader | You can install as many as you want ;) | 18:46 |
lordievader | Unless disk space runs out or something. | 18:47 |
guest | Ah, very cool I though if you installed more then one it would break it or something like a but | 18:47 |
OerHeks | guest, but remember, server starts in tty2 = ctrl alt F2, to get the gui: ctrl alt F7 | 18:47 |
guest | I understand | 18:47 |
guest | ok | 18:48 |
guest | Now when I use the gui will it be easy to navagate all the server tools | 18:52 |
lordievader | Most server tools are commandline only. | 18:52 |
guest | I checked everything during installing my server | 18:52 |
guest | oh ok | 18:52 |
guest | Thank you for all your help :) | 18:55 |
Fiki | 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 | 20:02 |
=== philroche_ is now known as philroche | ||
=== masACC is now known as maswan | ||
PCdude | I get the following error | 20:41 |
PCdude | http://imgur.com/a/Z47K1 | 20:41 |
PCdude | the log file does not show anything | 20:41 |
PCdude | any idea on how to solve it? | 20:42 |
=== tarpman_ is now known as tarpman | ||
=== ajmitch_ is now known as ajmitch | ||
=== JanC is now known as Guest82728 | ||
=== JanC_ is now known as JanC |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!