Milton D. Miller II
Milton D. Miller II
The shutdown command has the delay for scheduled shutdown for compatibility with legacy (eg sysvinit) and similar. But the invoker can choose to reboot instead. And there is a cancel...
Upon further investigation the compat command is not open to patching (unless you find another shutdown that implemented it) https://github.com/systemd/systemd/blob/2292d377a2911382ffe24fad2e4c67a5999257b9/src/systemctl/systemctl-compat-shutdown.c#L21...L24 But the delayed shutdown is via a dbus call to...
Ps it can be relative https://github.com/systemd/systemd/blob/2292d377a2911382ffe24fad2e4c67a5999257b9/src/basic/time-util.c#L1109
I started drafting before other replies and have responded to many comments. `-c` is a dropbear option to use _forcecommand_ for this instance https://github.com/mkj/dropbear/blob/cdfda00b92d2f4a6edd389e1d55af4dda4fc5a01/manpages/dropbear.8#L114 and is combined with socket activation...
Except we go from port to console and then create socket activation of the port. We create a configuration for each needed port. We also created udev activation of TTY...
The error is coming from https://github.com/python/cpython/blob/88bac5d5044e577825db1f9367af908dc9a3ad82/Lib/json/__init__.py#L299 However latest tool has loads in healtcheck at line 2476 https://github.com/openbmc/openbmc-tools/blob/cff0bfa003d9f8a2f12f13c9b80646315c6f6b8c/openbmctool/openbmctool.py#L2476 so ~please indicate the exact version you are using.~ ahhh you stated 1.06...
> I'm the different user from above, just encounter the similar health_check fail JSON error. I'm sure I download the latest code from master branch and the tool version is...
Thanks for the report @tom-ky-wu , and I'm glad you were able to identify the cause your issue. I missed that your json.loads was a different context and totally different...
Can we make hard links where supported? Or will that cause more confusion.
The time spent in populate_rootfs is the time taken to unpack the compressed initramfs file system. The compression method was chosen to minimize the on-flash size. Other options may require...