Search found 22 matches

by fullbore
2023/04/17 14:49:23
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: CentOS 9rbldnsd static
Replies: 3
Views: 2323

Re: CentOS 9rbldnsd static

From-
dnf config-manager --set-enabled crb
dnf install epel-release epel-next-release
dnf install rbldnsd.x86_64
by fullbore
2023/04/17 12:40:47
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: CentOS 9rbldnsd static
Replies: 3
Views: 2323

CentOS 9rbldnsd static

So as it's "static" it can't be enabled to start automatically in the normal way "systemctl enable rbldnsd-dsbl.service"

So how do I get it to start at boot time without having to remember to start it myself?
by fullbore
2023/04/16 10:57:33
Forum: 8 /8-Stream / 9-Stream - Networking Support
Topic: CentOS 9 /etc/sysconfig/network-scripts/ empty
Replies: 2
Views: 11149

CentOS 9 /etc/sysconfig/network-scripts/ empty

I seem to have made a mess of the networking when trying to set up KVM and nmcli device status shows "Ethernet" as disconnected, but when I went to look in /etc/sysconfig/network-scripts/ it's empty.

Where does CentOS 9 store the network configuration?
by fullbore
2023/03/17 10:02:55
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Repartitioning
Replies: 4
Views: 1610

Re: Repartitioning

Why your '/' is full? What consumes the space? Master server backups, probably easiest to move /huntingdon-backup to /home/huntingdon-backup du -h / --max-depth 1 186M /boot 0 /dev 70G /home 0 /proc 149M /run 0 /sys 4.0K /tmp 21M /etc 76K /root 12G /var 1.4G /usr 0 /afs 0 /media 0 /mnt 0 /opt 0 /sr...
by fullbore
2023/03/16 10:38:42
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Repartitioning
Replies: 4
Views: 1610

Repartitioning

I did an server install of Centos 9 and let the installer do automatic partitioning and it set it up like this with a massive /home partition and a tiny / partition, how to I shrink the /home partition to expand the almost full / partition? df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 3...
by fullbore
2022/07/08 15:41:20
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: rbldnsd CentOS 9
Replies: 2
Views: 621

Re: rbldnsd CentOS 9

Thanks, sorted now. :)

[root@Titanium ~]# dnf config-manager --set-enabled crb
[root@Titanium ~]# dnf install epel-release epel-next-release
by fullbore
2022/07/08 15:24:35
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: rbldnsd CentOS 9
Replies: 2
Views: 621

rbldnsd CentOS 9

Which repo is rbldnsd in for CentOS9? dnf install rbldnsd Last metadata expiration check: 3:07:12 ago on Fri 08 Jul 2022 12:43:11 BST. No match for argument: rbldnsd dnf install rbldnsd.x86_64 Last metadata expiration check: 3:10:04 ago on Fri 08 Jul 2022 12:43:11 BST. No match for argument: rbldnsd...
by fullbore
2022/06/15 12:20:30
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Using Putty to do a ssh connection with key authentication
Replies: 3
Views: 1269

Re: Using Putty to do a ssh connection with key authentication

OK, sorted

Downloaded the lasest Putty and generated a new ssh-rsa key pair and put the public one in ~/.ssh/authorized_keys and key login in now working
by fullbore
2022/06/15 11:56:46
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Using Putty to do a ssh connection with key authentication
Replies: 3
Views: 1269

Using Putty to do a ssh connection with key authentication

I see the following in /var/log/secure sshd[24813]: userauth_pubkey: key type ssh-dss not in PubkeyAcceptedAlgorithms [preauth] /etc/ssh/sshd_config contains- PubkeyAuthentication yes PubkeyAcceptedAlgorithms +ssh-dss And # ssh -Q key ssh-ed25519 ssh-ed25519-cert-v01@openssh.com sk-ssh-ed25519@opens...