No SuSE kernel running - error message

Frank Stuehmer <[email protected]> Tue, 06 May 2008 10:59:23 +0200
Newsgroups gmane.linux.suse.fou4s.devel
Message-ID <[email protected]>
Hi,

I'm using fou4s at a bunch of boxes, only one of them print this message:

Kiste # fou4s -ivv
Not updating rpm cache
No SuSE kernel running - can't check Kernel updates
Using fou4s version 0.15.0beta7
Using config file   /etc/fou4s.conf
Using host          Kiste
Using Server(s)     http://fou4s.gaugusch.at  http://download.opensuse.org/
Using Arch          i386/i686
Using Valid Archs    athlon i686 i586 i486 i386 noarch fat
Using Product       SuSE Linux
Using Version       10.3 (103)
Using Kernel         (running: 2.6.22.17-0.1-bigsmp, installed: )

I've found:

fou4s line 1178:
 version="`grep "\((root@[-a-zA-Z0-9]*\.suse\.\|-default \|-smp \)" < /proc/version`"

should be:
 version="`grep "\((root@[-a-zA-Z0-9]*\.suse\.\|-default \|-smp \|-bigsmp \)" < /proc/version`"

correct??

Thank you,

Frank
--