[CentOS] Kernel Panic on HP/Compaq ProLiant G7

2011-03-24 Thread Windsor Dave L. (AdP/TEF7.1)
Hello Everyone, I recently installed CentOS 5.5 x86_64 on a brand new ProLiant DL380 G7. I have identical OS software running reock-solid on two other DL380 ProLiant servers, but they are G6 models, not G7. On the G7, the installation went perfectly and the machine ran great for about 2 weeks

[CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Windsor Dave L. (AdP/TEF7.1)
Just thought I'd pass along an error I received this weekend after upgrading two servers to 5.6. Both are HP Proliant DL380 servers running 64-bit, but one is a G6 model and one is a G7. After the upgrade and the reboot to the 2.6.18-238.9.1.el5 kernel, both servers displayed the following er

Re: [CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Windsor Dave L. (AdP/TEF7.1)
On 4/25/2011 10:26 AM, Johnny Hughes wrote: > On 04/25/2011 08:58 AM, Windsor Dave L. (AdP/TEF7.1) wrote: >> Just thought I'd pass along an error I received this weekend after >> upgrading two servers to 5.6. Both are HP Proliant DL380 servers >> running 64-bit, but one

Re: [CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Windsor Dave L. (AdP/TEF7.1)
On 4/25/2011 5:15 PM, Johnny Hughes wrote: > On 04/25/2011 10:19 AM, Ned Slider wrote: >> On 25/04/11 15:44, Windsor Dave L. (AdP/TEF7.1) wrote: >> >> I saw and reported the issue during QA for CentOS-5.6. >> >> I think it's quite widespread, I saw

Re: [CentOS] Archive mail format?

2011-11-03 Thread Windsor Dave L. (AdP/TEF7.1)
On 11/2/2011 4:42 PM, Les Mikesell wrote: > On Wed, Nov 2, 2011 at 2:23 PM, Ljubomir Ljubojevic wrote: >> Vreme: 11/02/2011 07:53 PM, Phoenix, Merka piše: > I have a bunch of old mail spread variously across dovecot maildirs and > mbox format files on several machines that are headed fo

Re: [CentOS] find most recent file update in directory

2011-12-09 Thread Windsor Dave L. (AdP/TEF7.1)
On 12/9/2011 9:27 AM, John R. Dennison wrote: > On Fri, Dec 09, 2011 at 03:15:53PM +0100, Mogens Kjaer wrote: >> >> Try something like: >> >> find . -type f -printf '%A@ %p\n' | sort -n | tail -1 > > I believe you want %T@ instead of %A@ (modification time versus access > time). I would also sug