2017-12-25 (Mon)
_ [debian] 続・kernel 4.14 変
linux-image-4.14.0-2-amd64 4.14.7-1 が入ったけどまだ解決されてないようだ。というか 4.15-rc からバックポートされてないのかな。> Revert “xfrm: Fix stack-out-of-bounds read in xfrm_state_find.”
_ [debian] 続々・system-wide PulseAudio
いつの間にか複数ユーザで同時発声ができなくなってた。 11.1-4 から 10.0-1+deb9u1 に戻しても状況が変わらないので別の問題っぽい。 調べてみると、
/usr/bin/pulseaudio --system --disallow-exit --disallow-module-loading=0 --daemonize --log-target=syslog --high-priority
以外に
/lib/systemd/systemd --user
\_ /usr/bin/pulseaudio --daemonize=no
なんてものがいたので、
systemctl --user stop pulseaudio.service
systemctl --user stop pulseaudio.socket
としてみたところ、複数ユーザで同時発声できるようになった。 しかしいつから何をきっかけでこうなってたんだろ。
2017-12-24 (Sun)
2017-12-23 (Sat)
_ [debian] lxc 変?
autopkgtest がうまく動かない。
lxc-start: lxccontainer.c: wait_on_daemonized_start: 754 Received container state "ABORTING" instead of "RUNNING"
lxc-start: tools/lxc_start.c: main: 368 The container failed to start.
lxc-start: tools/lxc_start.c: main: 370 To get more details, run the container in foreground mode.
lxc-start: tools/lxc_start.c: main: 372 Additional information can be obtained by setting the --logfile and --logpriority options.
#880502 かな。 とりあえず /etc/lxc/default.conf に
lxc.aa_profile = unconfined
を追加したら解消した。