Re: [CentOS] Question on 7.2 and weird characters

2016-05-24 Thread Jim Perrin
On 05/23/2016 02:09 PM, Jerry Geis wrote: > When I run this command: > rm /tmp/jerry.txt > rm: remove regular file â/tmp/jerry.txtâ? > > I get the a with the carrot on top... > > How do I get back to the normal characters ? > > echo $TERM > linux This may also be related to your terminal and

Re: [CentOS] Question on 7.2 and weird characters

2016-05-24 Thread Mark Milhollan
On Mon, 23 May 2016, Jerry Geis wrote: >When I run this command: >rm /tmp/jerry.txt >rm: remove regular file â/tmp/jerry.txtâ? > >I get the a with the carrot on top... > >How do I get back to the normal characters ? Your locale specifies an encoding that your terminal doesn't understand, i.e., t

[CentOS] Hard drives being renamed

2016-05-24 Thread Pat Haley
Hi, We are running Centos 6.7 - 2.6.32-573.22.1.el6.x86_64 on a Quanta Cirrascale, up to date with patches. We have had a couple of instances in which the hard drives have become renamed after reboot (e.g. drive sda is renamed to sdc after reboot). One time this occurred when we rebooted fo

Re: [CentOS] Hard drives being renamed

2016-05-24 Thread m . roth
Pat Haley wrote: > > We are running Centos 6.7 - 2.6.32-573.22.1.el6.x86_64 on a Quanta > Cirrascale, up to date with patches. We have had a couple of instances > in which the hard drives have become renamed after reboot (e.g. drive > sda is renamed to sdc after reboot). One time this occurred whe

Re: [CentOS] Hard drives being renamed

2016-05-24 Thread John R Pierce
On 5/24/2016 2:08 PM, Pat Haley wrote: We are running Centos 6.7 - 2.6.32-573.22.1.el6.x86_64 on a Quanta Cirrascale, up to date with patches. We have had a couple of instances in which the hard drives have become renamed after reboot (e.g. drive sda is renamed to sdc after reboot). One time

Re: [CentOS] Hard drives being renamed

2016-05-24 Thread J Wilder
I've run into this with ZFS on Linux. The 'blkid' is useful to identify the target device and then add that to your fstab. I don't use device names at all anymore, too ambiguous (depending on the circumstance) in my opinion. On Tue, May 24, 2016 at 3:04 PM, John R Pierce wrote: > On 5/24/2016 2:

Re: [CentOS] Hard drives being renamed

2016-05-24 Thread Leroy Tennison
- Original Message - From: "John R Pierce" To: centos@centos.org Sent: Tuesday, May 24, 2016 5:04:24 PM Subject: Re: [CentOS] Hard drives being renamed On 5/24/2016 2:08 PM, Pat Haley wrote: > > We are running Centos 6.7 - 2.6.32-573.22.1.el6.x86_64 on a Quanta > Cirrascale, up to date

Re: [CentOS] Hard drives being renamed

2016-05-24 Thread Chris Murphy
On Tue, May 24, 2016, 3:08 PM Pat Haley wrote: > > Our questions are > > * Has anyone else experienced similar issues? > * What can we do to prevent such renaming in the future > Yes. You can't, it's non-deterministic. Use fs volume UUID instead, both in grub.cfg command line for root= param

[CentOS] Recommendations for Infiniband with CentOS 6.7

2016-05-24 Thread Pat Haley
Hi All, We looking for suggestions on dealing with mellanox drivers in CentOS 6.7 We tried installing mellanox drivers (MLNX_OFED_LINUX-3.2-2.0.0.0-rhel6.7-x86_64) on a Quanta Cirrascale server running Centos 6.7 - 2.6.32-573.22.1.el6.x86_64. When we rebooted the machine after installing th

Re: [CentOS] Hard drives being renamed

2016-05-24 Thread Miguel Medalha
>> I've run into this with ZFS on Linux. The 'blkid' is useful to identify the >> target device and then add that to your fstab. I don't use device names >> >> at all anymore, too ambiguous (depending on the circumstance) in my >> >> opinion. Right. And there are other ways to identify disks un

[CentOS] centos7 tmpfiles.d deleted outdate files

2016-05-24 Thread Qiang Chen
Hi all, I use centos7 and don't want to use tmpwatch as well as crond. I have a question to use `systemd-tmpfiles-clean.service` with my custom configured file in `tmpfiles.d` to delete outdated files periodically in some log dir. I have a `tmpfiles.d` configured file in `/etc/tmpfiles.d` na