Bug#945920: Random Chromium crashes

2020-01-03 Thread David Booss
I'm not at all sure if this is the right way to do it, but I was able to build using the enable-tracing.patch from Eloston by commenting out the public_configs lines containing zlib_config in third_party/perfetto/gn/BUILD.gn Right now I am typing into my webmail client using Chromium from t

Bug#914846: mongodb-server-core: libyaml-cpp0.5v5:amd64 0.5.3-0.1 upgrade breaks mongod

2018-11-27 Thread David Booss
Package: mongodb-server-core Version: 1:3.4.15-1 Severity: grave Justification: renders package unusable mongod fails to start with the following error after upgrading libyaml-cpp0.5v5 to the latest version 0.5.3-0.1: No map found at top level of YAML config Downgrading libyaml-cpp0.5v5 to 0.5.2

Bug#913811: iptables fails to upgrade from 1.8.1-2 to 1.8.2-1

2018-11-15 Thread David Booss
It looks like the postinst script is failing because the test -e on line 15 looks to a broken symlink at /sbin/iptables (at least on my system). Changing the -e to -L to test for a symbolic link could work. Changing the /var/lib/dpkg/info/iptables.postinst file on line 16 to add the -f op