Debian JPのミラーサーバ一覧、Ring Serverプロジェクトの部分を更新しておいた。
先日のbirdfontの修正に漏れがあった(linksが修正されてなかった)ので対応。
birdfontの依存関係を微調整するバグレポートが来てたので対応した。
W: birdfont source: inconsistent-appstream-metadata-license resources/linux/birdfont.appdata.xml (gpl-3.0+ != gpl-3+)
とあったが、これはどっちに揃えるのが良いのだろうね?
いつの頃からかデスクトップのapt updateがまともに働かなくなった。どうやらsquid-deb-proxy-client
がおかしい。
squid-deb-proxy-clientの中身を見てコマンドを実行。
23443 ? Ss 1:44 \_ tmux -u -2 -f /usr/share/byobu/profiles/tmuxrc new-session -n - /usr/bin/byobu-shell
23450 pts/2 Ss 0:00 \_ /bin/bash
22690 pts/2 S+ 0:00 | \_ /usr/bin/python /usr/share/squid-deb-proxy-client/apt-avahi-discover http://deb.debian.org/debian
22691 pts/2 Z+ 0:00 | \_ [avahi-browse] <defunct>
というようになったので、試しに引数なしで
23450 pts/2 Ss 0:00 \_ /bin/bash
24148 pts/2 S+ 0:00 | \_ /usr/bin/python /usr/share/squid-deb-proxy-client/apt-avahi-discover
24149 pts/2 Z+ 0:00 | \_ [avahi-browse] <defunct>
おお、defunct…。
この後、どうやらlaptopでもapt-cacher-ngが動いていて、こちらを消したら動くようになった。釈然としないので再度追試とかしてみるか…
debian-mirror.sakura.ne.jpでのmuninでの監視で、ちゃんと動いてなかったのを放置していたのを直そうと思い立った。
You don't have permission to access /munin-cgi/munin-cgi-graph/sakura.ne.jp/debian-mirror.sakura.ne.jp/apache_volume-pinpoint=1550237708,1550928908.png on this server.
ということなので、いろいろ調べて http://munin-monitoring.org/wiki/MuninConfigurationMasterCGI を見てから
$ sudo apt-get install libapache2-mod-fcgid
$ sudo a2enmod rewrite
$ sudo a2enmod fcgid
としてから/etc/apache2/conf-enabled/munin.conf
を以下のように書き換え。
--- /tmp/munin.conf 2019-02-23 23:06:32.694400917 +0900
+++ /etc/apache2/conf-enabled/munin.conf 2019-02-23 23:06:41.302614319 +0900
@@ -11,7 +11,7 @@
ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph
<Location /munin-cgi/munin-cgi-graph>
- Require local
+ Require all granted
<IfModule mod_fcgid.c>
SetHandler fcgid-script
</IfModule>
MathLibreをいじっててlive-build
パッケージでbusterサポートが抜けてたのでMerge Requestした。
groonga 9.0.0 を deleyed 3 でアップロードした。