Oliver O'Halloran
Oliver O'Halloran
Spotted this on a op-build CI job: ``` /proc/249/task/249/net/igmp /proc/249/task/249/net/raw6 /proc/249/task/249/net/snmp /proc/249/task/249/net/stat /proc/249/task/249/net/stat/rt_cache /proc/249/task/249/net/stat/arp_cache ^Z[1]+ Stopped find / [console-expect]#[ 718.461355761,5] IPMI: Soft shutdown requested ^MRequesting system poweroff [ 168.244801] reboot:...
Before we spend time trying to detect what system the state is in by writing to the host console we should check if the host is powered on or not....
We already put them in a timestamped directory. There's not much point in repeating it on the individual log files and as the logs are rotated the timestamps drift which...
Copied from an internal bug report: Failure message: ``` ====================================================================== FAIL: runTest (testcases.OpTestPCI.PcieLinkErrorsSkiroot) ---------------------------------------------------------------------- Traceback (most recent call last): File "/afs/rchland.ibm.com/projects/esw/dvt/git/apolloprep/op-test-framework/testcases/OpTestPCI.py", line 191, in runTest self.pcie_link_errors() File "/afs/rchland.ibm.com/projects/esw/dvt/git/apolloprep/op-test-framework/testcases/OpTestPCI.py", line 80,...
Generally grub is configured to will save the default boot option by updating the saved option in the grubenv file. It'd be nice if we could support the same when...
err.h was needed some time ago when astlpc.c just called warnx() and errx() directly. It uses a logging wrapper now so this isn't needed and since it's a BSD header...
Syntax errors in the astlpc case and linker issues in the demux daemon.