commit | 9862e00d29c29318c065385de0990e682820fabe | [log] [tgz] |
---|---|---|
author | Paul Fertser <fercerpav@gmail.com> | Thu Mar 17 10:25:00 2022 +0000 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Mar 29 17:37:03 2022 +0000 |
tree | dc8012c87b2d6e6bebd7d1745db664eea342b428 | |
parent | bef990f88c404ae96dd43cc051b977f1e97ad8dd [diff] |
rsyslog: fix default server config Directory /etc/rsyslog.d/ is expected to hold several *.conf files each serving an independent purpose, all processed in order for each syslog message. The deprecated action ~ means "discard action is carried out, the received message is immediately discarded. No further processing of it occurs". Thus the config files that happen to be alphabetically after server.conf are not going to ever see any messages, and that is unexpected and confusing. Fix by shipping a config which writes any message to /dev/null. This is needed to avoid error 2103 in default configuration where no other output actions are specified for rsyslog. Also enable processing of other *.conf file which might be shipped by other packages or added by an end user. This should also be accomplished by a similar change to phosphor-logging so that it wouldn't revert to wrong behaviour when sending to remote syslog is disabled. Signed-off-by: Paul Fertser <fercerpav@gmail.com> Change-Id: I5da9a46df1b8cf1326bb1a7b93af18cfc568dee8
OpenBMC is a Linux distribution for management controllers used in devices such as servers, top of rack switches or RAID appliances. It uses Yocto, OpenEmbedded, systemd, and D-Bus to allow easy customization for your platform.
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat \ zstd pigz
sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake \ rpcgen perl-Thread-Queue perl-bignum perl-Crypt-OpenSSL-Bignum sudo dnf groupinstall "C Development Tools and Libraries"
git clone git@github.com:openbmc/openbmc.git cd openbmc
Any build requires an environment set up according to your hardware target. There is a special script in the root of this repository that can be used to configure the environment as needed. The script is called setup
and takes the name of your hardware target as an argument.
The script needs to be sourced while in the top directory of the OpenBMC repository clone, and, if run without arguments, will display the list of supported hardware targets, see the following example:
$ . setup <machine> [build_dir] Target machine must be specified. Use one of: bletchley gsj romulus dl360poc kudo s2600wf e3c246d4i mihawk swift ethanolx mtjade tiogapass evb-ast2500 nicole transformers evb-ast2600 olympus-nuvoton witherspoon evb-npcm750 on5263m5 witherspoon-tacoma f0b p10bmc x11spi fp5280g2 palmetto yosemitev2 g220a qemuarm zaius gbs quanta-q71l
Once you know the target (e.g. romulus), source the setup
script as follows:
. setup romulus
bitbake obmc-phosphor-image
Additional details can be found in the docs repository.
The OpenBMC community maintains a set of tutorials new users can go through to get up to speed on OpenBMC development out here
Commits submitted by members of the OpenBMC GitHub community are compiled and tested via our Jenkins server. Commits are run through two levels of testing. At the repository level the makefile make check
directive is run. At the system level, the commit is built into a firmware image and run with an arm-softmmu QEMU model against a barrage of CI tests.
Commits submitted by non-members do not automatically proceed through CI testing. After visual inspection of the commit, a CI run can be manually performed by the reviewer.
Automated testing against the QEMU model along with supported systems are performed. The OpenBMC project uses the Robot Framework for all automation. Our complete test repository can be found here.
Support of additional hardware and software packages is always welcome. Please follow the contributing guidelines when making a submission. It is expected that contributions contain test cases.
Issues are managed on GitHub. It is recommended you search through the issues before opening a new one.
First, please do a search on the internet. There's a good chance your question has already been asked.
For general questions, please use the openbmc tag on Stack Overflow. Please review the discussion on Stack Overflow licensing before posting any code.
For technical discussions, please see contact info below for Discord and mailing list information. Please don't file an issue to ask a question. You'll get faster results by using the mailing list or Discord.
Feature List
Features In Progress
Features Requested but need help
Dive deeper into OpenBMC by opening the docs repository.
The Technical Steering Committee (TSC) guides the project. Members are: