| /openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/ |
| H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 15 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 20 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 24 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
| /openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/ |
| H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 15 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 20 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 24 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
| /openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-extended/rsyslog/ |
| H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 15 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 20 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 24 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
| /openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/ |
| H A D | rsyslog_%.bbappend | 6 file://rotate-event-logs.service \ 7 file://rotate-event-logs.sh \ 16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 21 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 25 SYSTEMD_SERVICE:${PN}:append:mori = " rotate-event-logs.service"
|
| /openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/ |
| H A D | rsyslog_%.bbappend | 6 file://rotate-event-logs.service \ 7 file://rotate-event-logs.sh \ 16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 21 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 25 SYSTEMD_SERVICE:${PN}:append:kudo = " rotate-event-logs.service"
|
| /openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/ |
| H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 21 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 26 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
| /openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/ |
| H A D | rsyslog_%.bbappend | 7 file://rotate-event-logs.service \ 8 file://rotate-event-logs.timer \ 17 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 18 install -m 0644 ${UNPACKDIR}/rotate-event-logs.timer ${D}${systemd_system_unitdir} 32 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service rotate-event-logs.timer"
|
| /openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/ |
| H A D | test_progress_logs_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Progress logs" sub-menu. 15 ${xpath_progress_logs_heading} //h1[text()="Progress logs"] 24 [Documentation] Verify navigation to progress logs page. 31 [Documentation] Verify existence of all input boxes in progress logs page. 34 # Search logs. 46 Page Should Contain Progress logs 69 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain post-code-logs
|
| H A D | test_event_logs_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Event logs" sub-menu of "Logs" menu. 15 ${xpath_event_logs_heading} //h1[text()="Event logs"] 69 # Search logs. 93 [Documentation] Select all error logs and verify delete, export and cancel buttons. 183 [Documentation] Verify that error logs can be resolved via GUI 194 # Since we are selecting 'all events', 3+1 logs are resolved including informational. 195 Wait Until Page Contains Successfully resolved 4 logs. timeout=10 197 # Verify the event logs status from Redfish after mark as resolved. 230 [Documentation] Navigate to the event logs page from main menu. 234 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain event-logs [all …]
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | logging.bbclass | 16 # Output: logs console 26 # Output: logs 36 # Output: logs console 47 # Output: logs console 58 # Output: logs console 69 # Output: logs console 81 # Output: logs console 92 # messages to the logs. Depending on the debug log level, they may also 94 # Output: logs console 110 # All debug output is printed to the logs
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs.py | 75 logs = [] 79 logs.append(location) 88 logs.append(os.path.join(location, logfile)) 89 return logs 107 logs = [f for f in dir_files if os.path.isfile(f)] 108 return logs 138 def parse_logs(self, logs, lines_before=10, lines_after=10): argument 148 for log in logs:
|
| /openbmc/phosphor-host-ipmid/test/message/ |
| H A D | payload.cpp | 316 std::vector<std::string> logs; variable 322 logs.push_back(std::string((char*)iov[0].iov_base, iov[0].iov_len)); in sd_journal_sendv() 332 logs.clear(); in SetUp() 341 EXPECT_EQ(logs.size(), 0); in TEST_F() 350 EXPECT_EQ(logs.size(), 1); in TEST_F() 361 EXPECT_EQ(logs.size(), 1); in TEST_F() 372 EXPECT_EQ(logs.size(), 0); in TEST_F() 382 EXPECT_EQ(logs.size(), 0); in TEST_F() 394 EXPECT_EQ(logs.size(), 0); in TEST_F() 406 EXPECT_EQ(logs.size(), 0); in TEST_F() [all …]
|
| /openbmc/openbmc-test-automation/openpower/pel/ |
| H A D | check_error_logs.robot | 2 Documentation BMC server health, check error logs. 21 [Documentation] Check error logs with Redfish. 29 Log To Console \n\nEvent logs:${redfish_event_logs} 32 Log To Console \n\nEvent logs flagged:${event_logs_flagged}
|
| /openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/ |
| H A D | rsyslog.logrotate | 23 # Keep up to 2 256k files for cpu console logs 34 # Keep up to 2 64k files for atf console logs 45 # Keep up to 2 64k files for secpro and mpro console logs 57 # Keep up to 2 64k files for Mt.Jade's scp console logs
|
| H A D | rotate-event-logs.service | 2 Description=Rotate the event logs 6 ExecStart=/usr/bin/rotate-event-logs.sh
|
| /openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/ |
| H A D | rotate-event-logs.service | 2 Description=Rotate the event logs 6 ExecStart=/usr/bin/rotate-event-logs.sh
|
| /openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/ |
| H A D | rotate-event-logs.service | 2 Description=Rotate the event logs 6 ExecStart=/usr/bin/rotate-event-logs.sh
|
| /openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/ |
| H A D | rotate-event-logs.service | 2 Description=Rotate the event logs 6 ExecStart=/usr/bin/rotate-event-logs.sh
|
| /openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/ |
| H A D | rotate-event-logs.service | 2 Description=Rotate the event logs 6 ExecStart=/usr/bin/rotate-event-logs.sh
|
| /openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-extended/rsyslog/rsyslog/ |
| H A D | rotate-event-logs.service | 2 Description=Rotate the event logs 6 ExecStart=/usr/bin/rotate-event-logs.sh
|
| /openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
| H A D | run-ptest | 3 logdir=$PWD/logs 10 ./test --keep-going --disable-integrity --skip-broken --save-logs --logdir=$logdir
|
| /openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
| H A D | Redfish_JsonSchema_ResponseValidator.robot | 33 Shell Cmd mkdir -p logs/ 63 # the logs for debugging "validate_errs_AccountService" and move to logs/. 65 Shell Cmd mv validate_errs logs/validate_errs_${url.rsplit("/")[-1]}
|
| /openbmc/phosphor-fan-presence/docs/sensor-monitor/ |
| H A D | README.md | 14 time. Event logs will also be created. 28 When the alarm properties are asserted, event logs are created. When they are 29 deasserted, informational event logs are created.
|
| /openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
| H A D | 0001-Makefile-drop-running-scrips-install.patch | 23 $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/logs 24 $(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/ossec.log 34 …$(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/active-responses.log
|
| /openbmc/qemu/block/ |
| H A D | vhdx-log.c | 491 vhdx_log_flush(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogSequence *logs) in vhdx_log_flush() argument 502 cnt = logs->count; in vhdx_log_flush() 514 ret = vhdx_log_peek_hdr(bs, &logs->log, &hdr_tmp); in vhdx_log_flush() 531 ret = vhdx_log_read_desc(bs, s, &logs->log, &desc_entries, true); in vhdx_log_flush() 539 ret = vhdx_log_read_sectors(bs, &logs->log, §ors_read, in vhdx_log_flush() 671 vhdx_log_search(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogSequence *logs) in vhdx_log_search() argument 737 *logs = candidate; in vhdx_log_search() 759 VHDXLogSequence logs = { 0 }; in vhdx_parse_log() local 804 ret = vhdx_log_search(bs, s, &logs); in vhdx_parse_log() 809 if (logs.valid) { in vhdx_parse_log() [all …]
|