平衡点


2025/04/03

_ 居室ルータのネットワーク上流が死んでた.

hostname は XXXXX にしてるけど.

:
3月 31 07:26:16 XXXXX systemd-networkd[660]: enp2s0: Lost carrier
3月 31 07:26:16 XXXXX kernel: r8169 0000:02:00.0 enp2s0: Link is Down
3月 31 07:26:19 XXXXX systemd-networkd[660]: enp2s0: Gained carrier
3月 31 07:26:19 XXXXX kernel: r8169 0000:02:00.0 enp2s0: Link is Up - 1Gbps/Full - flow control rx/tx
:

…はて. 何だろうか?

check interval 弄るとか, Link up の際に諸々再設定するとか, どうやるんだったっけ…


2025/04/15

_ glibc の executable stack

古いバイナリを使い続けてる時にハマったりするのかな. まあ, 某バイナリなんかは memory randomization の段階で既に使えなくなっている気もするが.

glibc (2.41-7) unstable; urgency=medium

Starting with glibc 2.41, shared libraries requiring an executable stack cannot be dynamically loaded through the dlopen mechanism from a binary that does not require an executable stack. This change aims to improve security, as the previous behavior was used as a vector for RCE (CVE-2023-38408). Attempting to do so will result in the following error:

cannot enable executable stack as shared object requires: Invalid argument

While most libraries generated in the past 20 years do not require an executable stack, some third-party software still need this capability. Many vendors have already updated their binaries to address this.

If you need to run a program that requires an executable stack through dynamic loaded shared libraries, you can use the glibc.rtld.execstack tunable:

Glibc6_TUNABLES=glibc.rtld.execstack=2 ./program

– Aurelien Jarno <aurel32@debian.org> Sun, 13 Apr 2025 14:41:11 +0200


2025/04/30

_ dovecot の更新でハマる.

maildir の設定が変わった模様

これまで: 10-mail.conf にて

mail_location = maildir:%h/Maildir:INBOX=%h/Maildir/INBOX:LAYOUT=fs

更新後: 10-mail.conf にて

mail_driver = maildir
mail_path = ~/Maildir
mail_inbox_path = ~/Maildir/INBOX
mailbox_list_layout = fs

とすることに.

…もう少し changelog なり NEWS なりで触れてくれてもエエんちゃいます? とか思ったり.


連絡先など
最近の日記
  • 2025/04/30
    • 1. dovecot の更新でハマる.
  • 2025/04/15
    • 1. glibc の executable stack
  • 2025/04/03
    • 1. 居室ルータのネットワーク上流が死んでた.
  • 2025/03/25
    • 1. Wanderlustで日本語の添付ファイルを扱う defadvice を nadvice に書き換える(失敗?)
  • 2025/03/06
    • 1. Emacs30 で lookup-el が動かなくなった.
一覧
2006|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|02|03|04|08|09|10|11|12|
2013|01|02|03|04|05|06|08|09|10|11|12|
2014|01|02|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|09|10|
2016|02|03|
2017|01|02|03|05|06|07|09|11|12|
2018|03|06|07|10|11|12|
2019|01|02|03|04|05|07|10|12|
2020|01|02|03|04|05|08|09|10|11|12|
2021|01|02|03|05|06|07|08|09|11|12|
2022|01|02|03|04|05|06|08|10|11|12|
2023|02|03|04|06|08|09|11|12|
2024|01|02|03|04|05|06|10|12|
2025|02|03|04|
Back to Top ▲