Re: [CentOS] df

2019-05-23 Thread Paul Heinlein
On Thu, 23 May 2019, Stephen John Smoogen wrote: On Thu, 23 May 2019 at 16:43, Paul Heinlein wrote: On Thu, 23 May 2019, Stephen John Smoogen wrote: I might actually be able to have a workable answer: alias drf='/usr/bin/df -x tmpfs' /usr/bin/df \ -x autofs -x binfmt_misc -x cgroup

Re: [CentOS] df

2019-05-23 Thread Stephen John Smoogen
On Thu, 23 May 2019 at 16:43, Paul Heinlein wrote: > On Thu, 23 May 2019, Stephen John Smoogen wrote: > > > I might actually be able to have a workable answer: > > > > alias drf='/usr/bin/df -x tmpfs' > > /usr/bin/df \ >-x autofs -x binfmt_misc -x cgroup -x configfs -x debugfs \ >-x

Re: [CentOS] df

2019-05-23 Thread mark
Stephen John Smoogen wrote: > > On Thu, 23 May 2019 at 16:22, mark wrote: > > >> >> I *swear*, I may get aggravated enough to write a drh - d *real* h. >> Between C7, with all the /tmpfs, and this debian 18.04 that has a dozen >> /snap all showing up All I want it to display is physical

Re: [CentOS] df

2019-05-23 Thread Paul Heinlein
On Thu, 23 May 2019, Stephen John Smoogen wrote: I might actually be able to have a workable answer: alias drf='/usr/bin/df -x tmpfs' /usr/bin/df \ -x autofs -x binfmt_misc -x cgroup -x configfs -x debugfs \ -x devpts -x devtmpfs -x efivarfs -x hugetlbfs -x mqueue \ -x nfsd -x proc -x

Re: [CentOS] df

2019-05-23 Thread Stephen John Smoogen
I might actually be able to have a workable answer: alias drf='/usr/bin/df -x tmpfs' On Thu, 23 May 2019 at 16:22, mark wrote: > > I *swear*, I may get aggravated enough to write a drh - d *real* h. > Between C7, with all the /tmpfs, and this debian 18.04 that has a dozen > /snap all showing

[CentOS] df

2019-05-23 Thread mark
I *swear*, I may get aggravated enough to write a drh - d *real* h. Between C7, with all the /tmpfs, and this debian 18.04 that has a dozen /snap all showing up All I want it to display is physical drive partition space mark ___ CentOS

Re: [CentOS] system unresponsive

2019-05-23 Thread mark
Jon Pruente wrote: > On Wed, May 22, 2019 at 10:02 AM mark wrote: > > >> That seems unlikely. Foe one, I've seen that... but I *always* see >> entries in the log about the oom-killer being invoked. For another, this >> isn't a compute node, it's *only* a fileserver, serving projects, home >>

Re: [CentOS] system unresponsive

2019-05-23 Thread Jon Pruente
On Wed, May 22, 2019 at 10:02 AM mark wrote: > That seems unlikely. Foe one, I've seen that... but I *always* see entries > in the log about the oom-killer being invoked. For another, this isn't a > compute node, it's *only* a fileserver, serving projects, home > directories, and backups

[CentOS] Bash completion thrown by quoted option args?

2019-05-23 Thread Leroy Tennison
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 "yum --debuglevel=" 1 "

Re: [CentOS] Bypassing 'A stop job is running' when rebooting CentOS 7

2019-05-23 Thread James Szinger
On Wed, May 22, 2019 at 1:41 PM Jon LaBadie wrote: > But we can blame systemd for the cryptic message > > A stop job is running > > Surely systemd knows what service it is waiting for, > why doesn't it tell us? > > The stop job XYZ is running The message reported by the OP and the message I

[CentOS] Bash completion thrown by quoted option args?

2019-05-23 Thread isdtor
There was a thread about C7 bash completion back in August last year, but it doesn't have answers for this problem. Example: "yum install /path/to/local/package" works fine with tab completion to fill in the path and package bits. However, "yum --debuglevel="1" install ..." just gets stuck and

Re: [CentOS] Bypassing 'A stop job is running' when rebooting CentOS 7

2019-05-23 Thread James Pearson
Scott Robbins wrote: > ** WARNING: This mail is from an external source ** > > > On Wed, May 22, 2019 at 03:41:24PM -0400, Jon LaBadie wrote: >> On Wed, May 22, 2019 at 09:07:32AM -0600, James Szinger wrote: >>> On Wed, May 22, 2019 at 7:44 AM mark wrote: The joys of systemd >>>