Re: Which openssl for zesty?

2017-02-12 Thread Mark Shuttleworth

Seems to me that 17.04 is a good release for a sweeping change that
might shake out lots of minor issues. We'd much rather take that hit in
a non-LTS release, and this will let us focus much more on quality as we
head towards 18.04.

Mark

On 09/02/17 13:17, Jeremy Bicha wrote:
> On Thu, Feb 9, 2017 at 8:00 AM, Dimitri John Ledkov  wrote:
>> We are sticking to openssl 1.0, and src:openssl currently provides
>> meta-packages to point everything to build against openssl 1.0.
> Thanks for the clarification.
>
>> Do you have a list for these?
> No, just look through update_excuses.html or
> http://qa.ubuntuwire.org/ftbfs/ and see if anything needs work. Maybe
> there aren't that many related build failures left.
>
> Jeremy
>


-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Re: netplan and post-up/pre-down scripts

2017-02-12 Thread Tom H
On Thu, Jan 12, 2017 at 10:57 PM, Seth Arnold  wrote:
>
> If you don't need it, try turning stp off:
> brctl stp wan0 off
> brctl stp lan0 off
>
> (Is there a way to turn it off via iproute2 instead? I couldn't find
> it quickly, if there is a way.)

I've never found any ip or bridge option to show or control stp.
There's only echoing into "/sys/":

# brctl show lxcbr0
bridge name bridge id STP enabled interfaces
lxcbr0 8000.f04da29a3351 yes enp19s0
tap0

# echo 0 > /sys/class/net/lxcbr0/bridge/stp_state

# brctl show lxcbr0
bridge name bridge id STP enabled interfaces
lxcbr0 8000.f04da29a3351 no enp19s0
tap0

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel