The --bindmounts option will provide the host’s ccache to cowbuilder,
--hookdir installs ccache inside and --configfile actually enables ccache.
Use CCACHE_DIR=/var/cache/ccache ccache -s to checkout cache usage, e.g.
cache directory /var/cache/ccache
primary config /var/cache/ccache/ccache.conf
secondary config (readonly) /etc/ccache.conf
cache hit (direct) 3492
cache hit (preprocessed) 227
cache miss 2483
cache hit rate 59.96 %
called for link 466
called for preprocessing 114
compile failed 23
preprocessor error 36
bad compiler arguments 6
autoconf compile/link 85
no input file 73
cleanups performed 0
files in cache 4835
cache size 567.8 MB
max cache size 1.0 GB
Following http://without-systemd.org/wiki/index.php/Debian_Stretch and adding a
pin on *systemd* will lead to libvirt-daemon-system being uninstalled
though (dependency chain: libvirt-daemon-system -> polkit -> libpam-systemd).
It is possible to build rebuild polkit without systemd, see
https://github.com/bidaian/no-systemd, but that means tracking another package
diversion.
An alternative solution is to just not use systemd as init, put keep the other
packages installed:
A recent Windows 7 installation started crashing with a Bluescreen of Death
after installing the qlx driver inside the guest. Switching back to the vga
model allowed me to boot it again:
If ssh -X fails with X11 forwarding request failed on channel 0 when
connecting to an IPv4 only host, check your /etc/ssh/sshd_config for
AddressFamily inet:
Specifies which address family should be used by sshd(8).
Valid arguments are “any”, “inet” (use IPv4 only), or “inet6” (use IPv6 only).
The default is “any”.