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
Comments
Submitted by JamieCameron on Mon, 02/17/2014 - 01:05 Comment #1
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.
Submitted by pcfreak30 on Mon, 02/17/2014 - 16:07 Comment #2
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.
Submitted by Issues on Mon, 03/03/2014 - 16:11 Comment #3
Automatically closed -- issue fixed for 2 weeks with no activity.