X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=blobdiff_plain;f=initscripts%2Fpl_wrapper;h=a46b9f51f12a6d10db543fb2bc2b06a6e38013af;hp=da5fc3a26647a41912e943c6753aaa23a9ed5a2e;hb=4b85e30580433a5d81c692170de638e09bd4cc22;hpb=7e298339a55b0c97853d7aaaaa180e898c4e3a76 diff --git a/initscripts/pl_wrapper b/initscripts/pl_wrapper index da5fc3a..a46b9f5 100755 --- a/initscripts/pl_wrapper +++ b/initscripts/pl_wrapper @@ -3,8 +3,8 @@ # nodes starting up with fedora18 - especially under kvm/qemu btw # tend to startup unreliably, this is an attempt to get more details by # * running pl_boot and pl_sysinit in -x mode -# * and logging everything in /var/log/pl-boot +# * and logging everything in /var/log/ as well as echoing in /dev/console # # also we just run both in sequence instead of relying on convoluted systemd dependencies # -(bash -x /etc/init.d/pl_sysinit ; bash -x /etc/init.d/pl_boot) > /dev/console 2>&1 +(bash -x /etc/init.d/pl_sysinit ; bash -x /etc/init.d/pl_boot) 2>&1 | tee /var/log/bootcd.log > /dev/console