zow wrote:
So I'm poking around on my new Linode, just getting oriented, I do a `lsmod`, and get
Code:
Module Size Used by Not tainted
lsmod: QM_MODULES: Function not implemented
AFAIK, this is perfectly normal behaviour for a kernel compiled without module support.
zow wrote:
so I try the following
Code:
(none):/etc# modprobe -l
modprobe: Can't open dependencies file /lib/modules/2.4.22-linode9-3um/modules.dep (No such file or directory)
so I look in /lib/modules only to find it empty!
as is this :P
zow wrote:
Now it's been a while since I've futzed around with UML or Debian (I've been using Mandrake on my desktop for a while now), so I'm wondering:
- Do the Linodes use a monolithic kernel?
It would appear so. UML itself seems to be able to use modules (according to the docs). I can think of a few reasons for doing this, mostly not requiring each user to add the modules to his own filesystem before booting a new kernel.
Personally, and I was just thinking about this before I read your question, I would like the ability to boot my own custom kernel, (granted, with the required UML patches and so on), since I don't have the need for a lot of the support that tends to be compiled in generic-for-everyone kernels. Could compiling my own kernel, and uploading it somewhere, and selecting it through the members control panel be a future option for linode?