nodece opened a new pull request, #22451:
URL: https://github.com/apache/pulsar/pull/22451
### Motivation
```
58a588ac742d:/pulsar# ./bin/pulsar-daemon start zookeeper
doing start zookeeper ...
starting zookeeper, logging to /pulsar/logs/pulsar-zookeeper-58a588ac742d.log
Note: Set immediateFlush to true in conf/log4j2.yaml will guarantee the
logging event is flushing to disk immediately. The default behavior is switched
off due to performance considerations.
ps: unrecognized option: p
BusyBox v1.36.1 (2023-11-07 18:53:09 UTC) multi-call binary.
Usage: ps [-o COL1,COL2=HEADER] [-T]
Show list of processes
-o COL1,COL2=HEADER Select columns for display
-T
```
ps command doesn't include `-p` option.
### Modifications
- Add `procps` package to fix the ps command
- Change `/pulsar/bin` permission to fix the write pid file
### Documentation
<!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
- [ ] `doc` <!-- Your PR contains doc changes. -->
- [ ] `doc-required` <!-- Your PR changes impact docs and you will update
later -->
- [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
- [ ] `doc-complete` <!-- Docs have been already added -->
--
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]