How to add loop suport to my kernel?

Issues related to applications and software problems
User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: How to add loop suport to my kernel?

Post by TrevorH » 2020/08/02 18:17:31

You don't need to do that. It was already built as a module and all you had to do was load it. Or perhaps there was a different problem at play.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Ramon F. Herrera
Posts: 53
Joined: 2020/07/29 14:56:14

Re: How to add loop suport to my kernel?

Post by Ramon F. Herrera » 2020/08/03 17:18:43

TrevorH wrote:
2020/08/02 18:17:31
You don't need to do that. It was already built as a module and all you had to do was load it. Or perhaps there was a different problem at play.
No problemo. I never installed the kernel that I built because I can get pretty nervous, with shaky hands in an operating room and I already killed a VPS.

Can you please provide instructions for loading that module?

Thanks!

-Ramon
JFK Numbers

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: How to add loop suport to my kernel?

Post by aks » 2020/08/03 17:24:11

$ man modprobe

Whoever
Posts: 1361
Joined: 2013/09/06 03:12:10

Re: How to add loop suport to my kernel?

Post by Whoever » 2020/08/06 00:51:31

Ramon F. Herrera wrote:
2020/08/03 17:18:43
TrevorH wrote:
2020/08/02 18:17:31
You don't need to do that. It was already built as a module and all you had to do was load it. Or perhaps there was a different problem at play.
No problemo. I never installed the kernel that I built because I can get pretty nervous, with shaky hands in an operating room and I already killed a VPS.

Can you please provide instructions for loading that module?

Thanks!

-Ramon
JFK Numbers
What type of VPS have you rented? Are you sure your VPS is running its own kernel? What is the result of the command:
uname -a

Ramon F. Herrera
Posts: 53
Joined: 2020/07/29 14:56:14

Re: How to add loop suport to my kernel?

Post by Ramon F. Herrera » 2020/08/06 16:57:58

Whoever wrote:
2020/08/06 00:51:31
What type of VPS have you rented? Are you sure your VPS is running its own kernel? What is the result of the command:
uname -a
Whoever:

Since day one, when I compared my trusty old CentOS 5 box against those fancy schmancy rented VPS, I have suspected that Virtual is the opposite of Real.

Code: Select all

[ramon@vps61676 ~]> ls -l /etc/modprobe.d
total 4
-rw-r--r-- 1 root root 166 Apr  7 09:37 firewalld-sysctls.conf
[ramon@vps61676 ~]> 
[ramon@vps61676 ~]> 
[ramon@vps61676 ~]> 
[ramon@vps61676 ~]> 
[ramon@vps61676 ~]> 
[ramon@vps61676 ~]> uname -a
Linux vps61676.inmotionhosting.com 3.10.0 #1 SMP Mon Mar 16 15:39:59 MSK 2020 x86_64 x86_64 x86_64 GNU/Linux
[ramon@vps61676 ~]>
I have found on the web recommendations: "Edit the grub.conf file". Except that my rented VPS doesn't have one.

-Ramon
JFK Numbers

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: How to add loop suport to my kernel?

Post by TrevorH » 2020/08/06 18:16:34

That's not CentOS.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Ramon F. Herrera
Posts: 53
Joined: 2020/07/29 14:56:14

Re: How to add loop suport to my kernel?

Post by Ramon F. Herrera » 2020/08/06 22:02:02

TrevorH wrote:
2020/08/06 18:16:34
That's not CentOS.
Well, that explains some things. If you go to my provider and check the VPS offerings (they only support Linux, 3 distros), the default is claimed to be CentOS 7.

https://www.inmotionhosting.com/cloud-vps

-Ramon
JFK Numbers
CentOS 7.jpg
CentOS 7.jpg (132.6 KiB) Viewed 1083 times
They Claim This.jpg
They Claim This.jpg (80.53 KiB) Viewed 1083 times

Post Reply