Bug#934457: installation in chroot failing with Unknown device "/dev/fuse": No such device

2019-08-29 Thread Patrick Schleizer
Thank you very much for looking into this! Does the following information help to make head or tail of this? Otherwise, I will provide better instruction for reproduction. László Böszörményi (GCS): > How did you create that Buster chroot? #!/bin/bash set -x set -e img=/home/user/test.img

Bug#934457: installation in chroot failing with Unknown device "/dev/fuse": No such device

2019-08-11 Thread Patrick Schleizer
Package: fuse Severity: grave X-Debbugs-CC: whonix-de...@whonix.org Dear maintainer, The following code from /var/lib/dpkg/info/fuse.postinst is failing. if [ -e /dev/fuse ] then udevadm test --action -p $(udevadm info -q path -n /dev/fuse) > /dev/null 2>&1 fi + [ -e /dev/fuse ] +

Bug#909816: dependency issues - enigmail : Depends: thunderbird (>= 1:52.0) but it is not going to be installed or

2018-09-29 Thread Patrick Schleizer
Package: enigmail Severity: grave X-Debbugs-CC: whonix-de...@whonix.org Happening on Debian stretch. sudo apt-get install enigmail Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested

Bug#851175: plasma-workspace - All shell packages missing. This is an installation issue, please contact your distribution - missing dependency on plasma-desktop-data

2017-01-12 Thread Patrick Schleizer
Package: plasma-workspace Severity: grave X-Debbugs-CC: whonix-de...@whonix.org Installing plasma-workspace alone on Debian stretch (after a jessie -> stretch upgrade) leads to leads to the KDE desktop being totally unusable only showing the following error popup. All shell packages missing.

Bug#829640: (no subject)

2016-09-04 Thread Patrick Schleizer
> 1) It's still al just Wants, no Requires... i.e. if netfilter rules loading fails for whichever reason, the boot process will continue just normally, with networking and any daemons, that possibly require netfilter for their security, being brought up. There is a separate bug report for this:

Bug#829640: netfilter-persistent.service suggestion

2016-08-21 Thread Patrick Schleizer
Thank you for working on this patch! Me and rustybird agreed on the following. Please consider using the following as netfilter-persistent.service. # [Unit] Description=netfilter persistent configuration DefaultDependencies=no Wants=network-pre.target Before=network-pre.target

Bug#829752: do not bring up the network if the firewall fails

2016-08-21 Thread Patrick Schleizer
A way to fix this would be to not bring up the network if the firewall fails. I suggest adding the following file: /lib/systemd/system/networking.service.d/30_netfilter-persistent.conf With the following content: [Unit] ## Fail Closed Mechanism. ## When the firewall systemd service failed, do

Bug#832911: broken systemd dependencies may result in firewall not being load early enough

2016-07-29 Thread Patrick Schleizer
Package: firewalld Severity: grave X-Debbugs-CC: whonix-de...@whonix.org Tags: security Dear maintainer, the systemd dependencies in firewalld.service are broken. It leads to a systemd ordering cycle. And systemd's automatic breaking of the chain might result in the firewall not being load early

Bug#832802: usage of network-pre.target results in systemd ordering cycle

2016-07-28 Thread Patrick Schleizer
Package: netfilter-persistent Severity: grave X-Debbugs-CC: whonix-de...@whonix.org Tags: security Dear maintainer, I am using the following minimal systemd unit file for testing purposes. ### /lib/systemd/system/my-test.service [Unit] Description=my-test-firewall-service

Bug#829752: netfilter-persistent systemd service does not lock the network if netfilter-persistent wrapper is failing at system bootup

2016-07-05 Thread Patrick Schleizer
Package: netfilter-persistent Severity: grave X-Debbugs-CC: whonix-de...@whonix.org Tags: security Dear maintainer, there is a security issue with the netfilter-persistent systemd service. [1] If the netfilter-persistent wrapper [2] fails for some reason, it does not load any firewall rules and

Bug#829640: Acknowledgement (netfilter-persistent loads firewall rules too late)

2016-07-05 Thread Patrick Schleizer
Rusty Bird: > They also have to add Wants=network-pre.target then, > https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

Bug#829640: netfilter-persistent loads firewall rules too late

2016-07-04 Thread Patrick Schleizer
Package: netfilter-persistent Severity: grave X-Debbugs-CC: whonix-de...@whonix.org Tags: security Dear maintainer, there is a security issue with the netfilter-persistent systemd service. [1] netfilter-persistent orders itself before the wrong target. Should be 'Before=network-pre.target'.

Bug#796235: rinetd fills up the logs until disk is full up if it cannot bind

2015-08-20 Thread Patrick Schleizer
Package: rinetd Version: 0.62-5.1 Severity: critical X-Debbugs-CC: t...@punkave.com X-Debbugs-CC: whonix-de...@whonix.org When rinetd cannot bind, it quickly fills up the logs. Confirmations. [1] [2] CC'd upstream, Tom Boutell. Tom, do you still maintain rinetd? Severity critical chosen,