webmin won't install if a 3.2.X kernel is running.
[darrel@localhost ~]$ uname -a
Linux localhost.localdomain 3.2.18-pclos2.bfs #1 SMP PREEMPT Thu May 24 04:44:50 CEST 2012 i686 i686 i386 GNU/Linux
[darrel@localhost ~]$ su -
Password:
[root@localhost ~]# apt-get update
Get:1 http://ftp.vim.org pclinuxos/2010 release [503B]
Get:2 http://ftp.nluug.nl pclinuxos/2010 release [3187B]
Fetched 3690B in 0s (11.8kB/s)
Hit http://ftp.vim.org pclinuxos/2010/megagames pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/main pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/main release
Hit http://ftp.vim.org pclinuxos/2010/megagames release
Hit http://ftp.nluug.nl pclinuxos/2010/updates pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/updates release
Hit http://ftp.nluug.nl pclinuxos/2010/nonfree pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/nonfree release
Hit http://ftp.nluug.nl pclinuxos/2010/kde4 pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/kde4 release
Hit http://ftp.nluug.nl pclinuxos/2010/games pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/games release
Hit http://ftp.nluug.nl pclinuxos/2010/xfce4 pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/xfce4 release
Reading Package Lists... Done
Building Dependency Tree... Done
[root@localhost ~]# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
[root@localhost ~]# apt-get install webmin
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
perl-Net-SSLeay (1.36-1pclos2010)
The following NEW packages will be installed:
perl-Net-SSLeay (1.36-1pclos2010)
webmin (1.490-1pclos2009)
0 upgraded, 2 newly installed, 0 removed and 0 not upgraded.
Need to get 15.3MB of archives.
After unpacking 38.8MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://ftp.nluug.nl pclinuxos/2010/main perl-Net-SSLeay 1.36-1pclos2010 [211kB]
Get:2 http://ftp.nluug.nl pclinuxos/2010/main webmin 1.490-1pclos2009 [15.1MB]
Fetched 15.3MB in 13s (1092kB/s)
Committing changes...
Preparing ############################## [100%]
Updating / installing
perl-Net-SSLeay-1.36-1pclos2010.i586 ############################## [100%]
Unable to identify operating system
error: %pre(webmin-1.490-1pclos2009.noarch) scriptlet failed, exit status 2
error: install: %pre scriptlet failed (2), skipping webmin-1.490-1pclos2009
Done.
W: Some errors occurred while running transaction
[root@localhost ~]#
Try again with 2.6.38.8 kernel running.
[darrel@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.38.8-pclos3.bfs #1 SMP PREEMPT Fri Jul 8 18:01:30 CDT 2011 i686 i686 i386 GNU/Linux
[darrel@localhost ~]$ su -
Password:
[root@localhost ~]# apt-get update
Get:1 http://ftp.vim.org pclinuxos/2010 release [503B]
Get:2 http://ftp.nluug.nl pclinuxos/2010 release [3187B]
Fetched 3690B in 0s (10.8kB/s)
Hit http://ftp.vim.org pclinuxos/2010/megagames pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/main pkglist
Hit http://ftp.vim.org pclinuxos/2010/megagames release
Hit http://ftp.nluug.nl pclinuxos/2010/main release
Hit http://ftp.nluug.nl pclinuxos/2010/updates pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/updates release
Hit http://ftp.nluug.nl pclinuxos/2010/nonfree pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/nonfree release
Hit http://ftp.nluug.nl pclinuxos/2010/kde4 pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/kde4 release
Hit http://ftp.nluug.nl pclinuxos/2010/games pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/games release
Hit http://ftp.nluug.nl pclinuxos/2010/xfce4 pkglist
Hit http://ftp.nluug.nl pclinuxos/2010/xfce4 release
Reading Package Lists... Done
Building Dependency Tree... Done
[root@localhost ~]# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
[root@localhost ~]# apt-get install webmin
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
webmin (1.490-1pclos2009)
0 upgraded, 1 newly installed, 0 removed and 0 not upgraded.
Need to get 0B/15.1MB of archives.
After unpacking 38.2MB of additional disk space will be used.
Committing changes...
Preparing ############################## [100%]
Operating system is Generic Linux
Updating / installing
webmin-1.490-1pclos2009.noarch ############################## [100%]
Webmin install complete. You can now login to https://localhost.localdomain:10000/
as root with your root password.
Done.
[root@localhost ~]#