02:58:50
2017-11-18 00:30:15 Posting ほた hota@mstdn.maud.io

This account is not set to public on notestock.

02:59:01

へえ

03:03:55
2017-11-18 00:38:13 Posting かるばぶ babukaru@mstdn.maud.io

This account is not set to public on notestock.

03:04:41

昔はずんだなんてみんな知らなかったのにな

03:06:07
2017-11-18 00:41:38 Posting らりお・ザ・何らかの🈗然㊌ソムリエ lo48576@mastodon.cardina1.red

インターネット引退したのかな……

03:06:09
2017-11-18 00:42:21 Posting かるばぶ babukaru@mstdn.maud.io

This account is not set to public on notestock.

03:06:16

よね

03:11:13
2017-11-18 00:45:45 Posting くろみる chrml@mstdn.nere9.help

This account is not set to public on notestock.

03:16:52
2017-11-18 01:38:58 Posting きーすと keasti@mstdn.maud.io

This account is not set to public on notestock.

07:41:26
2017-11-18 06:44:23 Posting はいこん hcm@mastodon.home.js4.in

This account is not set to public on notestock.

07:41:37
2017-11-18 03:01:14 Posting THE BOSS the_boss@theboss.tech&OLD

This account is not set to public on notestock.

07:41:40
2017-11-18 03:02:25 Posting THE BOSS the_boss@theboss.tech&OLD

This account is not set to public on notestock.

07:41:55

ボス丼たのしそー

07:50:14

そういえば僕のAdminマークも赤くなってた。3倍速いよ?

08:09:03

DockerのUbuntu、そういえばcurlとかopensslとかもOSXのはビミョーなので走らせたいんだった。しかしまずはmacOSで治ってないか試すところからよね(どうビミョーなんだっけ)

08:10:33
08:11:08
2017-11-18 04:58:58 Posting mastodon.kitamurakz.com kaz@mastodon.kitamurakz.com

This account is not set to public on notestock.

08:13:01
2017-11-18 05:02:29 Posting らりお・ザ・何らかの🈗然㊌ソムリエ lo48576@mastodon.cardina1.red

service は内部的には各サービス用のシェルスクリプトを叩いてるだけなので service svc_foo args の順になって、 systemctl はサービス情報が systemd に予め解釈されていて systemctl 側のサブコマンドで対象サービスを指定するから systemctl subcommand svc_foo の順になる、というふうに(直観的には)納得している

09:17:40
2017-11-18 09:08:59 Posting koshian@mstdn.jp koshian@mstdn.jp

This account is not set to public on notestock.

11:08:05

@babukaru grubのメニュー選択画面で何かキー(eだったかな?)を押すとカーネルオプションなど編集できたと思うので、runlevel下げて起動してみるとか試してみると何かわかるかもしれません。

12:36:13

Tokyo is 175 ms away today.

12:41:56

@babukaru USB関連のカーネルモジュール(なんかdhcpみたいな名前のやつ)がうまく動いてないのかもですねー。再インストールしてうまく行かなかったら、とりあえずブラックリストしてみると原因かどうかわかるかも。

12:49:48

「これまで見たこともない言語、プロトコル、アプリケーションの問合わせも当然あります。お問い合わせがあった時点で、私たちは全てを知っているわけではない。常に未知から始まるのです。」うちも泥縄あるあるだぁ← -- 池澤あやか、AWSを支えるクラウドサポートエンジニアたちから面接を受けてみた!|CodeIQ MAGAZINE https://codeiq.jp/magazine/2017/11/55533/

14:08:53

macOSのcurlは-kオプションでSNIが効かなくなるのだった

$ curl -kv https://mastodon.zunda.ninja/@zundan
* Trying 174.129.203.239...
* TCP_NODELAY set
* Connected to mastodon.zunda.ninja (174.129.203.239) port 443 (#0)
* WARNING: disabling hostname validation also disables SNI.
* Unknown SSL protocol error in connection to mastodon.zunda.ninja:-9838
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to mastodon.zunda.ninja:-9838

いっぽうdockerのubuntuはw

# curl
bash: curl: command not found

zunda (@zundan@mastodon.zunda.ninja)
14:12:36

あとopenssl s_clientの検証パスが微妙

$ :| openssl s_client -connect mastodon.zunda.ninja:443 -servername mastodon.zunda.ninja >/dev/null
depth=1 /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
verify error:num=20:unable to get local issuer certificate
verify return:0
DONE

いっぽうDockerのubuntuはw

# openssl
bash: openssl: command not found

14:12:53

というわけでDockerfileの作成に着手するのでした

14:56:02
GitHub - zunda/docker-ubuntu-toolbox: A Dockerfile to make it easier to live on other OS
14:58:25

タイムゾーンの変換も自由自在でござる♪

$ TZ=Asia/Tokyo date -d '2018-01-01 00:00 HST'
Mon Jan 1 19:00:00 JST 2018