Virtual Server Webmin User Creation Problem

Ubuntu 12.04, 64 bit. Creating a virtual server pulls this error, although the task completes.

However, transferring a server from one server to another via cloudmin fails.

Message:

Creating Webmin user .. Use of uninitialized value in concatenation (.) or string at /usr/share/webmin/acl/acl-lib.pl line 468. Use of uninitialized value in concatenation (.) or string at /usr/share/webmin/acl/acl-lib.pl line 468. Use of uninitialized value in concatenation (.) or string at /usr/share/webmin/acl/acl-lib.pl line 654. Use of uninitialized value in concatenation (.) or string at /usr/share/webmin/acl/acl-lib.pl line 654. .. done

System Details:

System hostname aws02.sscloudtech.com (162.243.214.225) Operating system Ubuntu Linux 12.04.3 Webmin version 1.675 Virtualmin version 4.05.gpl GPL Theme version 8.7

Status: 
Closed (fixed)

Comments

This will be fixed in the 1.680 Webmin release. Fortunately those warnings a harmless - the happen only because the warning level was increase in some Webmin modules.

Yea, I can confirm that perl likes to throw warnings for at-least the "olds" key in acl-lib for string-concats on an empty array. I had to hack around it by creating a dummy local $SIG warning sub to prevent the messages from showing.

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