Mount HFS & HFSPLUS (Apple Filesystem Types)

Issues related to hardware problems

Did the trick for you?

Yes
4
67%
No
1
17%
Not tested yest
1
17%
 
Total votes: 6

ben239568
Posts: 10
Joined: 2021/02/06 15:43:19

Re: Mount HFS & HFSPLUS (Apple Filesystem Types)

Post by ben239568 » 2021/03/11 21:36:25

Whoever wrote:
2021/03/09 02:41:10
What's in the directory /etc/yum.repos.d ?
You appear not to be running CentOS, but instead, some modification of CentOS.
Hi, thanks for trying to help me.

elrepo.repo
mysql-community.repo
imunify360-testing.repo
epel-testing.repo
CentOS-fasttrack.repo
EA4-experimental.repo
CentOS-x86_64-kernel.repo
imunify-rollout.repo
cpanel-plugins.repo
imunify360.repo
mysql-community-source.repo
CentOS-CR.repo
CentOS-Vault.repo
CentOS-Debuginfo.repo
wp-toolkit-cpanel.repo
EA4.repo
cPAddons.repo
CentOS-Base.repo
epel.repo
kernelcare.repo
CentOS-Media.repo
OVH-kernel.repo
CentOS-Sources.repo

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Mount HFS & HFSPLUS (Apple Filesystem Types)

Post by sml » 2021/03/11 22:24:26

Could you please provide the output of

Code: Select all

yum -q repolist enabled

ben239568
Posts: 10
Joined: 2021/02/06 15:43:19

Re: Mount HFS & HFSPLUS (Apple Filesystem Types)

Post by ben239568 » 2021/03/12 11:02:41

sml wrote:
2021/03/11 22:24:26
Could you please provide the output of

Code: Select all

yum -q repolist enabled
Yes:
Image

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Mount HFS & HFSPLUS (Apple Filesystem Types)

Post by sml » 2021/03/12 12:10:17

You're running an OVH kernel. Not only it's not supported by CentOS, but running kernelcare on top of it makes little sense as I believe Cloud Linux (the company behind kernelcare and AlmaLinux among other things) mostly support stock RHEL/CentOS/Oracle kernels in their products. The only 4.19 EL7 kernel kernelcare supports is kernel-4.19.150-76.ELK.el7 which is an EIG kernel. You can check if your kernel is supported by them with

Code: Select all

curl -s -L https://kernelcare.com/checker | python
See Stock CentOS kernel in OVH for how to change back to a supported kernel.

If your hardware requires you to run newer kernel than what supplied by CentOS, consider kernel-lt from the repository elrepo-kernel. They currently provide 5.4. It's unsupported by kernelcare though.
Last edited by sml on 2021/03/13 13:50:26, edited 2 times in total.

ben239568
Posts: 10
Joined: 2021/02/06 15:43:19

Re: Mount HFS & HFSPLUS (Apple Filesystem Types)

Post by ben239568 » 2021/03/12 12:51:46

sml wrote:
2021/03/12 12:10:17
You can check if your kernel is supported by them with

Code: Select all

curl -s -L https://kernelcare.com/checker | python
It says:
UNSUPPORTED; SECURE BOOT

Thanks for your time. I am doing this another way using an emulator. It's less dangerous and less stressful than messing with core system files and it will work for what I'm doing. I'm certainly not looking to reinstall the OS just for this. Thanks again.

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Mount HFS & HFSPLUS (Apple Filesystem Types)

Post by sml » 2021/03/12 12:56:09

ben239568 wrote:
2021/03/12 12:51:46
It says:
UNSUPPORTED; SECURE BOOT
Then there's no point in using kernelcare with this kernel. Or keeping the kernelcare repository enabled.

Post Reply