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 that 
build. I had to install libevent-2.1-6 before installing the Chromium 
packages. I installed the debug symbols and am running it under gdb so 
if it crashes I will report back with some output.




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-4 resolves the issue.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'experimental'), (300, 'buildd-unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mongodb-server-core depends on:
ii  libboost-chrono1.62.0   1.62.0+dfsg-10
ii  libboost-filesystem1.62.0   1.62.0+dfsg-10
ii  libboost-iostreams1.62.01.62.0+dfsg-10
ii  libboost-program-options1.62.0  1.62.0+dfsg-10
ii  libboost-regex1.62.01.62.0+dfsg-10
ii  libboost-system1.62.0   1.62.0+dfsg-10
ii  libboost-thread1.62.0   1.62.0+dfsg-10
ii  libc6   2.27-8
ii  libgcc1 1:8.2.0-10
ii  libgoogle-perftools42.7-1
ii  libpcre32:8.39-11
ii  libpcrecpp0v5   2:8.39-11
ii  libsnappy1v51.1.7-1
ii  libssl1.1   1.1.1a-1
ii  libstdc++6  8.2.0-10
ii  libstemmer0d0+svn585-1+b2
ii  libyaml-cpp0.5v50.5.2-4
ii  zlib1g  1:1.2.11.dfsg-1

mongodb-server-core recommends no packages.

mongodb-server-core suggests no packages.

-- no debconf information



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 option to ln (to force overwriting) also could work:

ln -sf /usr$i $i

After running dpkg --configure -a it said:
Setting up iptables (1.8.2-1) ...
update-alternatives: warning: forcing reinstallation of alternative 
/usr/sbin/iptables-nft because link group iptables is broken
update-alternatives: warning: forcing reinstallation of alternative 
/usr/sbin/ip6tables-nft because link group ip6tables is broken
update-alternatives: warning: forcing reinstallation of alternative 
/usr/sbin/arptables-nft because link group arptables is broken
update-alternatives: warning: forcing reinstallation of alternative 
/usr/sbin/ebtables-nft because link group ebtables is broken