Centos 6

Just reinstalled my server with Centos 6, but I guess that Centos 6 is not supported yet?

Interestingly the installer still runs (but the VM 3.86 installer did not) and everything seems to work until I try to create an OpenVZ container, then I get

Updating network configuration files ..
HTTP/1.0 500 Perl execution failed Server: MiniServ/1.550 Date: Mon, 11 Jul 2011 23:34:00 GMT Content-type: text/html Connection: close
Error - Perl execution failed

Undefined subroutine &net::get_default_gateway called at /usr/libexec/webmin/server-manager/server-manager-lib-funcs.pl line 6040.

just FYI

Status: 
Closed (fixed)

Comments

Sounds like an OS detection issue ..

What output do you get from the following command, run on the Cloudmin master :

grep os_ /etc/webmin/config

os_type=generic-linux
os_version=2.6
real_os_type=Generic Linux
real_os_version=2.6

As I suspect, the OS is being detected wrong ..

What do the files /etc/centos-release and /etc/redhat-release contain on your system?

CentOS Linux release 6.0 (Final)

I see the issue - Webmin doesn't detect CentOS 6 properly yet, which isn't too surprising as it was just released.

The work-around is to re-install the OS, edit /etc/centos-release and remove the word "Linux" , then re-install Cloudmin. I will fix this properly in the next Webmin release.

Automatically closed -- issue fixed for 2 weeks with no activity.