Re: [CentOS] Bash completion thrown by quoted option args?

2019-05-24 Thread Jonathan Billings
On May 24, 2019, at 10:48, wwp wrote: > >> On Fri, 24 May 2019 10:28:54 -0400 Jonathan Billings >> wrote: >> >>> On May 24, 2019, at 09:33, isdtor wrote: >>> >>> [root@localhost ~]# rpm -ql bash-completion |grep yum >>> [root@localhost ~]# >> >> The yum bash completion configuration is

Re: [CentOS] Bash completion thrown by quoted option args?

2019-05-24 Thread wwp
Hello Jonathan, On Fri, 24 May 2019 10:28:54 -0400 Jonathan Billings wrote: > On May 24, 2019, at 09:33, isdtor wrote: > > > > [root@localhost ~]# rpm -ql bash-completion |grep yum > > [root@localhost ~]# > > The yum bash completion configuration is in the ‘yum’ package. It's

Re: [CentOS] Bash completion thrown by quoted option args?

2019-05-24 Thread Jonathan Billings
On May 24, 2019, at 09:33, isdtor wrote: > > [root@localhost ~]# rpm -ql bash-completion |grep yum > [root@localhost ~]# The yum bash completion configuration is in the ‘yum’ package. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Bash completion thrown by quoted option args?

2019-05-24 Thread wwp
Hello isdtor, On Fri, 24 May 2019 14:33:29 +0100 isdtor wrote: > wwp writes: > > Hello isdtor, > > > > > > On Fri, 24 May 2019 09:33:55 +0100 isdtor wrote: > > > > > Leroy Tennison writes: > > > > I am going to take a really wild guess and say "Try replacing the > > > > outermost

Re: [CentOS] Bash completion thrown by quoted option args?

2019-05-24 Thread mark
isdtor wrote: > wwp writes: >> On Fri, 24 May 2019 09:33:55 +0100 isdtor wrote: >>> Leroy Tennison writes: >>> I am going to take a really wild guess and say "Try replacing the outermost quotes with single quotes or escape the double quotes around the numeral 1". Your second

Re: [CentOS] Bash completion thrown by quoted option args?

2019-05-24 Thread isdtor
wwp writes: > Hello isdtor, > > > On Fri, 24 May 2019 09:33:55 +0100 isdtor wrote: > > > Leroy Tennison writes: > > > I am going to take a really wild guess and say "Try replacing the > > > outermost quotes with single quotes or escape the double quotes around > > > the numeral 1". Your

Re: [CentOS] Bash completion thrown by quoted option args?

2019-05-24 Thread wwp
Hello isdtor, On Fri, 24 May 2019 09:33:55 +0100 isdtor wrote: > Leroy Tennison writes: > > I am going to take a really wild guess and say "Try replacing the outermost > > quotes with single quotes or escape the double quotes around the numeral > > 1". Your second example has double quotes

Re: [CentOS] system unresponsive

2019-05-24 Thread Thomas Bendler
You should be able to recognize or monitor this by configure the syslog to print everything on a specific TTY or use the remote logging functionality. Kind regards Thomas Am Do., 23. Mai 2019 um 18:31 Uhr schrieb Jon Pruente < jprue...@riskanalytics.com>: > On Wed, May 22, 2019 at 10:02 AM mark

Re: [CentOS] Bash completion thrown by quoted option args?

2019-05-24 Thread isdtor
Leroy Tennison writes: > I am going to take a really wild guess and say "Try replacing the outermost > quotes with single quotes or escape the double quotes around the numeral 1". > Your second example has double quotes within double quotes and I'm wondering > if that's getting rendered as