Re: [CentOS] Unable to find the used space

2020-06-29 Thread John Pierce
On Mon, Jun 29, 2020 at 1:23 PM Michael Hennebry < henne...@web.cs.ndsu.nodak.edu> wrote: > > Though rather unlikely, it is possible that none of /* > are in the same filesystem as / , > hence the need for / rather than /* . as /dev, /proc, and /sys are mounted on nearly every linux system, and

Re: [CentOS] Unable to find the used space

2020-06-29 Thread Michael Hennebry
On Mon, 29 Jun 2020, Pete Biggs wrote: # du -sh /* Use 'du -xh --max-depth=1 /' it will clean up your output and show you only things on the root partition. Note the reason for -x . -x is equivalent to --one-file-system . It says that when searching from a directory, include only descenda

Re: [CentOS] CentOS 7 system running out of available memory, then unusable, network interfaces probably involved

2020-06-29 Thread John Pierce
On Mon, Jun 29, 2020 at 12:47 PM wwp wrote: > > Nothing jumps to my eyes looking at /var/log/messages but this, many > occurrences: > kernel: nf_conntrack: falling back to vmalloc. > nf_conntrack is only involved if you are doing some form of NAT routing on this system and/or fairly complex ip

[CentOS] CentOS 7 system running out of available memory, then unusable, network interfaces probably involved

2020-06-29 Thread wwp
Hello, my CentOS 7 system goes unstable after few days of use, memory consumption growing and never getting freed, until the system slows down to hell (swapping), kills apps, and eventually freezes or reboots itself. This only happens when I have two network interfaces turned on, one wired and on

[CentOS] Adding root CA certificates for use by NSS applications?

2020-06-29 Thread James Pearson
I'm trying to get a third party application to use the root CA certificate of an SSL proxy - but can't work out how to install the cert for use by all users on CentOS 7 I have the proxy vendor's supplied CA cert in PEM format I can install the cert in a user's home directory using 'certutil' -

Re: [CentOS] what's the advantage of NetworkManager for server?

2020-06-29 Thread Gordon Messmer
On 6/29/20 1:34 AM, d tbsky wrote: what's the advantage of NetworkManager for server? The shortest clear answer I can give you is: In the event of a power loss, many servers will boot faster than the managed Ethernet switch they are attached to.  Systems managed by network-scripts may not s

Re: [CentOS] Unable to find the used space

2020-06-29 Thread Peter Kjellström
On Mon, 29 Jun 2020 15:21:12 +0530 Sachchidanand Upadhyay via CentOS wrote: > Hi, > > While checking with df -h, it's showing the used space is 94% on > root (/). If checked with du -sh, it's not showing the used space. > > # df -h > Filesystem Size Used Avail Use% Mounted on > devtmpfs 7.8G

[CentOS] No samba-vfs-glusterfs package

2020-06-29 Thread Strahil Nikolov via CentOS
Hello Community, does anyone know if we got samba-vfs-glusterfs package available and if yes, in which repo ? On CentOS7 it was part of the base repo , but I can't find it. Thanks in advance. Best Regards, Strahil Nikolov ___ CentOS mailing list CentO

Re: [CentOS] Unable to find the used space

2020-06-29 Thread Pete Biggs
> > # du -sh /* Use 'du -xh --max-depth=1 /' it will clean up your output and show you only things on the root partition. And as someone else said, deleted but open files are not removed until the file handle is closed. This is used by some applications to "hide" totally temporary files. Do 'l

Re: [CentOS] RPMFusion and NVIDIA driver problem

2020-06-29 Thread Phil Perry
On 29/06/2020 07:36, Alessandro Baggi wrote: Hi list, I'm on C8.1 and I'm trying to install NVIDIA driver from rpmfusion-nonfree repository but it returns:  package kmod-nvidia-3:440.82-2.el8.x86_64 requires kmod-nvidia-4.18.0-147.el8.x86_64 >= 3:440.82-2.el8, but none of the providers can

Re: [CentOS] Unable to find the used space

2020-06-29 Thread Anand Buddhdev
Hi Sachchidanand, On Unix-like operating systems, if a process has a file open, and you delete the file, it will not be removed from disk immediately. That will only happen when the process closes the file descriptor, or exits. People new to Unix-like operating systems often don't know this.

[CentOS] Unable to find the used space

2020-06-29 Thread Sachchidanand Upadhyay via CentOS
Hi, While checking with df -h, it's showing the used space is 94% on root (/). If checked with du -sh, it's not showing the used space. # df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 7.8G 0 7.8G 0% /dev tmpfs 7.8G 0 7.8G 0% /dev/shm tmpfs 7.8G 857M 7.0G 11% /run tmpfs 7.8G 0 7.8G

Re: [CentOS] what's the advantage of NetworkManager for server?

2020-06-29 Thread Nicolas Kovacs
Le 29/06/2020 à 10:34, d tbsky a écrit : > Hi: >I always use network-scripts to start network at EL7. > NetworkManager is not as good as network scripts under that OS. > > but now EL8 said that network-scripts is depreciated. I wonder if > I should still use network-scripts to start netwo

[CentOS] what's the advantage of NetworkManager for server?

2020-06-29 Thread d tbsky
Hi: I always use network-scripts to start network at EL7. NetworkManager is not as good as network scripts under that OS. but now EL8 said that network-scripts is depreciated. I wonder if I should still use network-scripts to start network? I am afraid there will be new bugs for the netwo

[CentOS] CentOS 8 - Fail to mount ${HOME}

2020-06-29 Thread Yair Garfinkel
Hi, We have a large amount of CentOS 7 here and when a user logs in to any of them, his home directory is mounted of the network. When we tried to do this with CentOS 8, the user logs in but his home directory was created locally on the machine. - I have already disables this "nice" feature