mol-0.9.62 startmol says MOL kernel module is not loaded when it really is

Bill Fink mol-general@lists.maconlinux.org
Sun, 14 Apr 2002 15:27:30 -0400


On Sun, 14 Apr 2002, Samuel wrote:

> I've uploaded mol-0.9.62. It is available from the download
> page, http://www.maconlinux.org/download.html. The changelog
> for this release is included below (compared to 0.9.60 - I decided
> not to release 0.9.61 since unofficial releases have been been
> in circulation for some time).

Hi Samuel,

I'm having a serious problem with the just released mol-0.9.62.
I built mol and mol-kmods from the source RPMS which worked fine.
I do a "startmol --loadonly" in my /etc/rc.local which also worked
fine:

% lsmod
Module                  Size  Used by
sheep_net               5008   0 (unused)
mol                    39136   0 (unused)
sungem                 26784   1 (autoclean)

But when I try to run startmol I get:

% startmol
Copyright (C) 1997-2002 Samuel Rydh <samuel@ibrium.se>
Version 0.9.62 
Error: The MOL kernel module is not loaded

Everything worked fine with an rsync of mol on 4/9.  Checking:

% startmol --list
--------------------------------------------------------------
  Running kernel:         2.4.18-ben0-bill
--------------------------------------------------------------
  Available modules:
    2.4.18-ben0-bill      in /usr/lib/mol/0.9.62
--------------------------------------------------------------
  -noav = No AltiVec      -smp  = Multiprocessor Kernel
--------------------------------------------------------------

The only things that look strange are that it indicates I'm running a
multiprocessor Kernel which I'm not and that I don't have altivec when
I do.

% grep SMP /usr/src/linux/.config 
# CONFIG_SMP is not set

% grep ALTIVEC /usr/src/linux/.config
CONFIG_ALTIVEC=y

# grep disable_altivec /etc/molrc
disable_altivec:        no

% cat /proc/cpuinfo 
cpu             : 7400, altivec supported
clock           : 500MHz
revision        : 2.9 (pvr 000c 0209)
bogomips        : 996.14
machine         : PowerMac3,3
motherboard     : PowerMac3,3 MacRISC Power Macintosh
L2 cache        : 1024K unified
memory          : 768MB
pmac-generation : NewWorld

Any ideas?

						-Bill