iwasakims commented on PR #1295:
URL: https://github.com/apache/bigtop/pull/1295#issuecomment-2403821589

   debug logging of `systemctl status` on openEuler.
   ```
   # SYSTEMD_LOG_LEVEL=debug systemctl status zookeeper-server
   Bus n/a: changing state UNSET → OPENING
   sd-bus: starting bus by connecting to /run/systemd/private...
   Bus n/a: changing state OPENING → AUTHENTICATING
   Successfully forked off '(pager)' as PID 655.
   Found cgroup on /sys/fs/cgroup/systemd, legacy hierarchy
   sd_pid_get_owner_uid() failed, enabling pager secure mode: No data available
   Failed to execute 'less', using next fallback pager: No such file or 
directory
   Pager executable is "(built-in)", options "FRSXMK", quit_on_interrupt: yes
   Showing one /org/freedesktop/systemd1/unit/zookeeper_2dserver_2eservice
   Bus n/a: changing state AUTHENTICATING → RUNNING
   Sent message type=method_call sender=n/a 
destination=org.freedesktop.systemd1 
path=/org/freedesktop/systemd1/unit/zookeeper_2dserver_2eservice 
interface=org.freedesktop.DBus.Properties member=GetAll cookie=1 reply_cookie=0 
signature=s error-name=n/a error-message=n/a
   Got message type=method_return sender=org.freedesktop.systemd1 
destination=n/a path=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 
signature=a{sv} error-name=n/a error-message=n/a
   Considering root directory '/run/log/journal'.
   Root directory /run/log/journal added.
   Considering directory '/run/log/journal/9bef56442cb04a63ae048cf30ee7fc8e'.
   Directory /run/log/journal/9bef56442cb04a63ae048cf30ee7fc8e added.
   Journal effective settings seal=no keyed_hash=yes compress=no 
compress_threshold_bytes=8B
   File /run/log/journal/9bef56442cb04a63ae048cf30ee7fc8e/system.journal added.
   Considering root directory '/var/log/journal'.
   Journal filter: (_BOOT_ID=dc3550d2b8724f8db7f78d679571e3de AND 
((OBJECT_SYSTEMD_UNIT=zookeeper-server.service AND _UID=0) OR 
(UNIT=zookeeper-server.service AND _PID=1) OR 
(COREDUMP_UNIT=zookeeper-server.service AND _UID=0 AND 
MESSAGE_ID=fc2e22bc6ee647b6b90729ab34a250b1) OR 
_SYSTEMD_UNIT=zookeeper-server.service))
   Directory /run/log/journal/9bef56442cb04a63ae048cf30ee7fc8e removed.
   Root directory /run/log/journal removed.
   mmap cache statistics: 741 context cache hit, 4 window list hit, 1 miss
   Bus n/a: changing state RUNNING → CLOSED
   ○ zookeeper-server.service - ZooKeeper is a centralized service for 
maintaining configuration information, naming, providing distributed 
synchronization, and providing group services.
        Loaded: loaded (/usr/lib/systemd/system/zookeeper-server.service; 
static)
        Active: inactive (dead)
          Docs: https://zookeeper.apache.org/
   
   Oct 10 02:31:32 e076b2a05ad3 systemd[1]: 
/usr/lib/systemd/system/zookeeper-server.service:33: PIDFile= references a path 
below legacy directory /var/run/, updating 
/var/run/zookeeper/zookeeper_server.pid → /run/zookeeper/zookeeper_server.pid; 
please update the unit file accordingly.
   Oct 10 02:36:15 e076b2a05ad3 systemd[1]: 
/usr/lib/systemd/system/zookeeper-server.service:33: PIDFile= references a path 
below legacy directory /var/run/, updating 
/var/run/zookeeper/zookeeper_server.pid → /run/zookeeper/zookeeper_server.pid; 
please update the unit file accordingly.
   Oct 10 02:36:36 e076b2a05ad3 systemd[1]: 
/usr/lib/systemd/system/zookeeper-server.service:33: PIDFile= references a path 
below legacy directory /var/run/, updating 
/var/run/zookeeper/zookeeper_server.pid → /run/zookeeper/zookeeper_server.pid; 
please update the unit file accordingly.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to