Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

Env * macOS 13.3.1 (a) M1 ```console $ rrdtool -v RRDtool 1.9.0 Copyright by Tobias Oetiker Compiled Usage: rrdtool [options] command command_options Valid commands: create, update, updatev, graph, graphv, dump,...

After ```console $ test/tool/run-test.rb Loaded suite tool Started Finished in 76.324451 seconds. ------------------------------------------------------------------------------------------------------------------------------------------------------------- 6 tests, 19 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed -------------------------------------------------------------------------------------------------------------------------------------------------------------...

I want to add some arm64 tests for this change.

Partially added CI for ARM64 and confirmed that this fix makes the test pass. The currently failing tests are not related to this PR.

Fixed `restore-keys` for `meson` test.

Hmm, some tests on arm64 look unstable... > How about this to test on local amd64 machine? I see! I will add it.

Thanks! I wasn’t able to reproduce the issue locally, but it seems that the cause is `src/.libs/lt-milter-manager` does not exist somehow. This would regenerate it.

> We need to fix at least this failure: > > https://github.com/milter-manager/milter-manager/actions/runs/17489941333/job/49726244101?pr=208#step:8:1519 > > ``` > Usage: > - milter-manager [OPTION?] > ? ^ > + lt-milter-manager [OPTION?] > ?...

Thanks for your review!

Fluentd has `--umask` command line option. * https://docs.fluentd.org/deployment/command-line-option However, we cannot set this in `system_config`. We should add this setting to `system_config`.