Re: [CentOS] Date question

2021-02-17 Thread Jonathan Billings
On Wed, Feb 17, 2021 at 01:57:50PM -0500, Jerry Geis wrote: > > SO from the man page on date I can do > > current=`TZ=":America/Indianapolis" date` > echo $current > current=`TZ=":America/Los_Angeles" date ` > echo $current > > And I get correct data. LA is 3 hours earlier. But doing this: > >

Re: [CentOS] Date question

2021-02-17 Thread Chris Schanzle via CentOS
On 2/17/21 1:57 PM, Jerry Geis wrote: > SO from the man page on date I can do > > current=`TZ=":America/Indianapolis" date` > echo $current > current=`TZ=":America/Los_Angeles" date ` > echo $current > > And I get correct data. LA is 3 hours earlier. But doing this: > > current=`TZ=":America/India

[CentOS] Date question

2021-02-17 Thread Jerry Geis
SO from the man page on date I can do current=`TZ=":America/Indianapolis" date` echo $current current=`TZ=":America/Los_Angeles" date ` echo $current And I get correct data. LA is 3 hours earlier. But doing this: current=`TZ=":America/Indianapolis" date +%s` echo $current current=`TZ=":America/

[CentOS] Using C7 as host to C5 guest

2021-02-17 Thread Jerry Geis
Hi all, I am using C7 as a host to a C5 image. This used to boot. I tried today to boot up the C5 image and it get stuck now on the boot screen. Any thoughts on why ? It stuck on the screen that shows root (hd0,0) Filesystem type ext2fs partition type 0x83 kernel /boot/vmlinuz-2.16.18-402.el5 T