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
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
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
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
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' -
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
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
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
>
> # 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
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
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.
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
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
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
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
15 matches
Mail list logo