Search found 2019 matches

by hunter86_bg
2021/01/05 21:06:54
Forum: CentOS 7 - Hardware Support
Topic: [RESOLVED] - How to confirm power chords and power supplies are plugged in
Replies: 5
Views: 3472

Re: How to confirm power chords and power supplies are plugged in

The best way would be to access the IPMI (iDRAC, iLO,etc) over ssh and obtain the necessary information from there.
Usually IPMI supports e-mail & snmp traps - so you should be able to monitor it properly.

From Linux perspective - if there is no info from the HW , you cannot obtain such info.
by hunter86_bg
2020/09/27 19:02:13
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: samba-vfs-glusterfs missing in CentOS 8
Replies: 4
Views: 2678

Re: samba-vfs-glusterfs missing in CentOS 8

Recently AnoopCS from the CentOS Storage SIG has managed to build the latest version of samba-vfs-glusterfs. I had the chance to test gluster 8.0 with 'samba-vfs-glusterfs-4.11.11-1.el8.x86_64.rpm' and the relevant 4.11 samba which worked fine for my tests. For anyone interested I think that you jus...
by hunter86_bg
2020/09/20 19:05:35
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: KVM shutdown guests on reboot
Replies: 3
Views: 1374

Re: KVM shutdown guests on reboot

Did you reload the libvirtd.service ?

I would recommend you to test again .
by hunter86_bg
2020/07/09 17:24:10
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: /dev/mapper/centos-root keeps filling up, fast
Replies: 6
Views: 6606

Re: /dev/mapper/centos-root keeps filling up, fast

I use:

Code: Select all

findmnt /mountpoint &&  /path/to/script
by hunter86_bg
2020/04/19 20:01:12
Forum: CentOS 7 - Networking Support
Topic: TCP OFFLOADING --- INCORRECT CHECKSUM
Replies: 1
Views: 717

Re: TCP OFFLOADING --- INCORRECT CHECKSUM

I guess some device on the path (most probably a switch) doesn't support Frame control (IEEE 802.3x) - for example being disabled from the configuration.
by hunter86_bg
2020/04/16 04:07:01
Forum: 8 /8-Stream / 9-Stream - Security Support
Topic: They are trying to hack me again
Replies: 7
Views: 1928

Re: They are trying to hack me again

I use port knocking in order to respond to icmp or allow ssh.

No icmp echo reply - no ssh attempts.
by hunter86_bg
2020/04/14 20:37:28
Forum: CentOS 7 - Security Support
Topic: winbindd: Switching to LDAPS
Replies: 1
Views: 1559

Re: winbindd: Switching to LDAPS

Have you tried to put your CA certs in: /etc/pki/ca-trust/source/anchors/ and then use the update-ca-trust ?

An examlle can be found here
by hunter86_bg
2020/04/14 20:32:16
Forum: CentOS 7 - Security Support
Topic: Custom Kernel want to secure boot with custom private key
Replies: 4
Views: 3215

Re: Custom Kernel want to secure boot with custom private key

You need to compile and sign your new kernel. Then, you have to find a way to make your signature trusted.

I think that you might find more info here .
by hunter86_bg
2020/03/06 08:31:48
Forum: CentOS 7 - Networking Support
Topic: 2 nic 2 gateway
Replies: 3
Views: 869

Re: 2 nic 2 gateway

Actually it's possible , for example this one sounds plausible , yet it's impractical. Another way is to have it properly defined and set the static routes necessary. I think I saw somewhere a blog mentioning multiple routing tables that could allow that. Yet, I don't see any reason to create such a...
by hunter86_bg
2020/03/06 08:26:00
Forum: CentOS 7 - Networking Support
Topic: Why is it so slow to log in after changing the root username and waiting 26 seconds
Replies: 8
Views: 1233

Re: Why is it so slow to log in after changing the root username and waiting 26 seconds

Just don't rename root.
Just set in sshd' config 'PermitRootLogin no' and you will be OK.
The defaults for sshd are prety good.