Re: [CentOS] bash off topic

2019-05-16 Thread Pete Biggs
On Thu, 2019-05-16 at 12:57 -0400, Jerry Geis wrote: > I have a simple bash script it will take arguments from a file that has > quotes. > > my file arg.txt would be this > -lt "*.txt" > > my script file would be > LS_ARG=`cat arg.txt` > ls $LS_ARG > > it does not run properly: > sh -x

Re: [CentOS-virt] centos-virt CPU microcode updates?

2019-05-16 Thread Anderson, Dave
Ah. Here it is, I was looking too far in the past: lists.centos.org/pipermail/centos-virt/2018-September/005869.html Thanks, -Dave > On May 16, 2019, at 12:43, Anderson, Dave wrote: > > Not sure about CentOS 6, but this was covered previously (at least for > 7...not sure how much they

Re: [CentOS-virt] centos-virt CPU microcode updates?

2019-05-16 Thread Anderson, Dave
Not sure about CentOS 6, but this was covered previously (at least for 7...not sure how much they differ)...not that I can find the message now, but here's what I recall/pieced together from bash history that works on CentOS 7: If the microcode you want is in the microcode_ctl package: mkdir

Re: [CentOS-virt] centos-virt CPU microcode updates?

2019-05-16 Thread Sarah Newman
On 5/16/19 2:12 AM, Karel Hendrych wrote: > Hi, > > is there any guide for CPU microcode updates on CentOS6, Xen 4.10, kernel 4.9 > ? I'm not sure off the top of my head. You can add ucode=scan to the xen command line, add a file /path/to/microcode_file as the last item in your boot list, and

Re: [CentOS] bash off topic

2019-05-16 Thread Paul Heinlein
On Thu, 16 May 2019, Jerry Geis wrote: I have a simple bash script it will take arguments from a file that has quotes. my file arg.txt would be this -lt "*.txt" my script file would be LS_ARG=`cat arg.txt` ls $LS_ARG it does not run properly: sh -x ./arg.sh ++ cat arg.txt + LS_ARG='-lt

[CentOS] bash off topic

2019-05-16 Thread Jerry Geis
I have a simple bash script it will take arguments from a file that has quotes. my file arg.txt would be this -lt "*.txt" my script file would be LS_ARG=`cat arg.txt` ls $LS_ARG it does not run properly: sh -x ./arg.sh ++ cat arg.txt + LS_ARG='-lt "*.txt"' + ls -lt '"*.txt"' ls: cannot access

[CentOS] CentOS-announce Digest, Vol 171, Issue 5

2019-05-16 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to

Re: [CentOS] centos 7 gnome-terminal login-shell

2019-05-16 Thread Martin Flemming
Hi and sorry again ! Did nobody got a solution or a opinion for this gnome-terminal-question ? thanks & cheers martin On Tue, 14 May 2019, Martin Flemming wrote: Hi ! I wonder, that i got a login shell, if i start the gnome-terminal on my Gnome-Desktop, recognizing the sourcing of

[CentOS-virt] centos-virt CPU microcode updates?

2019-05-16 Thread Karel Hendrych
Hi, is there any guide for CPU microcode updates on CentOS6, Xen 4.10, kernel 4.9 ? Thanks Karel ___ CentOS-virt mailing list CentOS-virt@centos.org https://lists.centos.org/mailman/listinfo/centos-virt