=== JanC is now known as Guest95326 === JanC_ is now known as JanC === poster is now known as Poster === lionel_ is now known as lionel === lordievader is now known as Guest48691 === JanC is now known as Guest47474 === JanC_ is now known as JanC [17:13] am running ubuntu server, and I have two GPU's and want to do hardware pass through for a VM. I black listed/placed the device on a pci stub, yet the system still displays the terminal/cli on the GPU, although the resolution has changed. How do I force ubuntu server (my host OS) to use anothe GPU? [20:21] hi, am I missing something or this is indeed a dependency bug: [20:21] I'm trying to isntall build-essentials [20:21] but it won't install because deps can't be satisfied [20:21] drab: So pastebin the entire output please. [20:21] looking at it libc6-dev depends on libc6 (= 2.23-0ubuntu3) [20:21] but on xenial libc6 (2.23-0ubuntu7) [20:21] so it seems indeed a problem to me [20:22] bekks: the pastebin doesn't actually show that, had to do multiple run to get to that since the other deps were satisfied and this is not shown in the first run trying to apt-get install build-essentials [20:23] still, can do that if it helps [20:23] If apt-get install build-essentials doesnt show a missing dep, where do you see that missing dep? [20:23] http://dpaste.com/2Q36F82 [20:23] it does, it's just not pointing tou exactly what I wrote above [20:24] but anyway, there it is [20:24] can you pastebin the output of "sudo apt update" as well please? [20:26] http://dpaste.com/28S31RE [20:26] added the urls I actually mirror, assume that's what you wanted to see as well [20:27] mirror updates every night, the version numbers above I took from http://packages.ubuntu.com/xenial/libc6 [20:27] (and they match what I see with apt-get) [20:28] And what happens when you install libc6-dev and g++ ? [20:29] http://dpaste.com/1GJ3SA5 [20:30] Seems like your mirror is out of date. [20:31] weird, I pastebin those v numbers from packages.u.c and they were as per above [20:31] but now I refreshed and they are correct... [20:32] both read 2.23-0ubuntu7 [20:32] ok, fair enough [20:32] thank you [20:32] you're welcome :) [20:32] Maybe you should consider using another upstream mirror. [20:32] I've tried several... I keep having some problem or another, if it's not out of sync I get hash mismatches... [20:33] Most likely thats due to a proxy server then. [22:00] hi guys, i've created a virtual bridge interface on my box... is there an ifconfig / iptables / interfaces file parameter that will isolate each host from the virtual bridge subnet from one another? (i'd normally do this on a l2 switch itself per port... but this is all virtual) [22:04] tekk: each host from the bridge from one another? you mean attached to the bridge? [22:04] ie they can talk to the host, out, but not to each other? [22:04] exactly [22:05] should i just create a mac-based VLAN on the switch? or can i do it at the virtual-bridge level? [22:24] Open vSwitch is a production quality, multilayer virtual switch licensed under the open source Apache 2.0 license. [22:26] :o