Re: make hpt37xx fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 4/9/2004 02:58 PM -0400, Felix Miata wrote (in part):
# make KERNELDIR=/usr/src/linux-2.6.3-7mdk

When I do this, a bunch of messages scroll, ending with:

Sorry, but I don't have an answer for your hard questions. However:


Where is this info scrolled off the screen too fast to read logged for later inspection?

It's not saved (unless you happen to be using some console/terminal/whatever that logs. Try (assuming you're using bash or similar):


make KERNELDIR=/usr/src/linux-2.6.3-7mdk >some-output-filename-you-like 2>&1

or

make KERNELDIR=/usr/src/linux-2.6.3-7mdk 2>&1 |less

The first instance redirects stdout to a file and then redirects stderr to stdout. The second redirects stderr to stdout and then pipes both to less to allow you to scroll around and/or save the result. If you don't want or need stderr output with stdout then just omit the "2>&1" or even replace it with "2>/dev/null" to throw it away.

--
Jeff Woods <kazrak+kernel@cesmail.net>



- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux