Search found 30306 matches
- 2021/04/18 13:38:56
- Forum: CentOS 7 - Software Support
- Topic: Did I install Mysql with MariaDB?
- Replies: 1
- Views: 26
Re: Did I install Mysql with MariaDB?
Mariadb is a fork of mysql so many thing in it still refer to mysql and probably always will.
- 2021/04/17 11:54:45
- Forum: CentOS 8 - General Support
- Topic: Low memory in file system
- Replies: 2
- Views: 89
Re: Low memory in file system
I'd wait and find out where your disk space has gone before you uninstall anything. And I use a slightly different command to track down used space (run as root): du -m -x -d 1 / | sort -n That lists the top level directories on the / filesystem with the ones at the bottom that use the most space. I...
- 2021/04/16 09:32:42
- Forum: CentOS 8 - General Support
- Topic: UEFI SecureBoot: integrity: Problem loading X.509 certificate -74
- Replies: 5
- Views: 1126
Re: UEFI SecureBoot: integrity: Problem loading X.509 certificate -74
There is a Fedora bug entry for the message that is issued that says it's a problem in the RH patches they add to the kernel. I suspect they've helpfully backported the same bug to the RHEL kernels. Since RH have basically abandoned CentOS Linux 8, I would suggest that you test using CentOS Stream a...
- 2021/04/16 08:22:14
- Forum: CentOS 7 - General Support
- Topic: pmta
- Replies: 3
- Views: 246
Re: pmta
We do not support any control panels. You need to ask the people that supply it.
- 2021/04/15 17:45:08
- Forum: CentOS 7 - General Support
- Topic: IronPython and usb device on CentOS
- Replies: 2
- Views: 70
Re: IronPython and usb device on CentOS
Moved to the CentOS 7 forum since the OP clearly states that they are running 7 not 8.
- 2021/04/15 17:44:08
- Forum: CentOS 8 - General Support
- Topic: How to resize root partition removing default /home
- Replies: 23
- Views: 532
Re: How to resize root partition removing default /home
It was caused while playing around on installing cPanel. Firefox suddenly collapsed. I have contacted cPanel Forum without result We do not support cpanel systems for precisely those reasons. They change the group and permission on the su executable so that only people in that selected group can ru...
- 2021/04/15 13:38:40
- Forum: CentOS 7 - General Support
- Topic: resizing lvm
- Replies: 2
- Views: 56
Re: resizing lvm
man lvresize
Make sure you use lvresize -r to resize the filesystem at the same time as the LV.
Make sure you use lvresize -r to resize the filesystem at the same time as the LV.
- 2021/04/14 18:39:19
- Forum: CentOS 6 - General Support
- Topic: Server Hugh during boot, pointing modprobe error
- Replies: 1
- Views: 141
Re: Server Hugh during boot, pointing modprobe error
Congratulations, you win this month's prize for the most out of date and discontinued server. That is CentOS 6.5 from 2013 and is 8 years out of date. Since all of CentOS 6 went completely EOL in November 2020, you should look at running up a new machine on something much much newer and migrate to i...
- 2021/04/14 16:46:37
- Forum: CentOS 7 - General Support
- Topic: French language support settings
- Replies: 1
- Views: 56
Re: French language support settings
CentOS 7.7 is way out of date, run yum update to get up to date on 7.9 and resolve a large number of security problems.
What is the output from the locale command?
What is the output from the locale command?
- 2021/04/14 16:44:20
- Forum: CentOS 8 - General Support
- Topic: Failed to mount /boot
- Replies: 2
- Views: 72
Re: Failed to mount /boot
Neither of those are CentOS kernels unless you have a typo in their names. The solution will be to boot the working one and then yum reinstall kernel\*-4.18.0-193.19.1.ek8_2.x86_64 (though you need to fix the typo if it is one). Also, both of them are very old and indicate that you have not been kee...