You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@vcl.apache.org by Luis A Lopez Negron <lu...@upr.edu> on 2020/11/12 16:22:17 UTC

VCL question

Hi Folks:



I’m trying to install Apache VCL 2.5.1 on CentOS8 and after installing all
required packages and perl  (v5.26.3) modules, when running vcld –setup, I
 get this : I have searched everywhere with no success.  I will appreciate
any help. There is already an old version of VCL running but I need to
update both the OS and the VCL


VCL Management Node Setup

Unimplemented: POSIX::tmpnam(): use File::Temp instead at
/usr/lib64/perl5/POSIX.pm line 185.

Use of uninitialized value in array dereference at

        /usr/local/vcl-2.5.1/bin/../lib/VCL/utils.pm line 3395 (#1)

    (W uninitialized) An undefined value was used as if it were already

    defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.

    To suppress this warning assign a defined value to your variables.


    To help you figure out what was undefined, perl will try to tell you

    the name of the variable (if any) that was undefined.  In some cases

    it cannot do this, so it also tells you what operation you used the

    undefined value in.  Note, however, that perl optimizes your program

    and the operation displayed in the warning may not necessarily appear

    literally in your program.  For example, "that $foo" is usually

    optimized into "that " . $foo, and the warning will refer to the

    concatenation (.) operator, even though there is no . in

    your program.


Use of uninitialized value $image_name in concatenation (.) or string at

        /usr/local/vcl-2.5.1/bin/../lib/VCL/utils.pm line 3643 (#1)

Use of uninitialized value $imagerevision_id in concatenation (.) or string
at

        /usr/local/vcl-2.5.1/bin/../lib/VCL/DataStructure.pm line 744 (#1)

----------------------------------------------------------------------------------------------------

Image Management

   1: Capture a Base Image


[]

Make a selection (1, 'c' to cancel):

-- 
Luis A. López
Retired Sys Admin, UPRM

Re: VCL question

Posted by Luis A Lopez Negron <lu...@upr.edu>.
Hi Mike:

Thank you very much for the update. I'll be waiting until you resolve these
issues.

On Tue, Nov 17, 2020 at 10:00 AM Mike Jennings <gm...@ncsu.edu> wrote:

> I am currently in the process of working on getting the management node
> setup and working on centos 8.  There is currently some issues that need to
> be resolved.  I am working on that right now.
>
> Mike Jennings
>
> On Thu, Nov 12, 2020 at 11:22 AM Luis A Lopez Negron <
> luis.lopeznegron@upr.edu> wrote:
>
>> Hi Folks:
>>
>>
>>
>> I’m trying to install Apache VCL 2.5.1 on CentOS8 and after installing
>> all required packages and perl  (v5.26.3) modules, when running vcld
>> –setup, I  get this : I have searched everywhere with no success.  I will
>> appreciate any help. There is already an old version of VCL running but I
>> need to update both the OS and the VCL
>>
>>
>> VCL Management Node Setup
>>
>> Unimplemented: POSIX::tmpnam(): use File::Temp instead at
>> /usr/lib64/perl5/POSIX.pm line 185.
>>
>> Use of uninitialized value in array dereference at
>>
>>         /usr/local/vcl-2.5.1/bin/../lib/VCL/utils.pm
>> <https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Futils.pm%2F&data=04%7C01%7Cluis.lopeznegron%40upr.edu%7C672f532360b941e765eb08d88b012b7b%7C0dfa5dc0036f461599e494af822f2b84%7C0%7C0%7C637412184424490757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=NnnXOo07gzjqKr5Fxw5qPAyyTpsAOai%2BjQ7d69e2VHY%3D&reserved=0>
>> line 3395 (#1)
>>
>>     (W uninitialized) An undefined value was used as if it were already
>>
>>     defined.  It was interpreted as a "" or a 0, but maybe it was a
>> mistake.
>>
>>     To suppress this warning assign a defined value to your variables.
>>
>>
>>     To help you figure out what was undefined, perl will try to tell you
>>
>>     the name of the variable (if any) that was undefined.  In some cases
>>
>>     it cannot do this, so it also tells you what operation you used the
>>
>>     undefined value in.  Note, however, that perl optimizes your program
>>
>>     and the operation displayed in the warning may not necessarily appear
>>
>>     literally in your program.  For example, "that $foo" is usually
>>
>>     optimized into "that " . $foo, and the warning will refer to the
>>
>>     concatenation (.) operator, even though there is no . in
>>
>>     your program.
>>
>>
>> Use of uninitialized value $image_name in concatenation (.) or string at
>>
>>         /usr/local/vcl-2.5.1/bin/../lib/VCL/utils.pm
>> <https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Futils.pm%2F&data=04%7C01%7Cluis.lopeznegron%40upr.edu%7C672f532360b941e765eb08d88b012b7b%7C0dfa5dc0036f461599e494af822f2b84%7C0%7C0%7C637412184424490757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=NnnXOo07gzjqKr5Fxw5qPAyyTpsAOai%2BjQ7d69e2VHY%3D&reserved=0>
>> line 3643 (#1)
>>
>> Use of uninitialized value $imagerevision_id in concatenation (.) or
>> string at
>>
>>         /usr/local/vcl-2.5.1/bin/../lib/VCL/DataStructure.pm line 744 (#1)
>>
>>
>> ----------------------------------------------------------------------------------------------------
>>
>> Image Management
>>
>>    1: Capture a Base Image
>>
>>
>> []
>>
>> Make a selection (1, 'c' to cancel):
>>
>> --
>> Luis A. López
>> Retired Sys Admin, UPRM
>>
>

-- 
Luis A. López
Retired Sys Admin, UPRM

Re: VCL question

Posted by Mike Jennings <gm...@ncsu.edu>.
I am currently in the process of working on getting the management node
setup and working on centos 8.  There is currently some issues that need to
be resolved.  I am working on that right now.

Mike Jennings

On Thu, Nov 12, 2020 at 11:22 AM Luis A Lopez Negron <
luis.lopeznegron@upr.edu> wrote:

> Hi Folks:
>
>
>
> I’m trying to install Apache VCL 2.5.1 on CentOS8 and after installing all
> required packages and perl  (v5.26.3) modules, when running vcld –setup, I
>  get this : I have searched everywhere with no success.  I will appreciate
> any help. There is already an old version of VCL running but I need to
> update both the OS and the VCL
>
>
> VCL Management Node Setup
>
> Unimplemented: POSIX::tmpnam(): use File::Temp instead at
> /usr/lib64/perl5/POSIX.pm line 185.
>
> Use of uninitialized value in array dereference at
>
>         /usr/local/vcl-2.5.1/bin/../lib/VCL/utils.pm line 3395 (#1)
>
>     (W uninitialized) An undefined value was used as if it were already
>
>     defined.  It was interpreted as a "" or a 0, but maybe it was a
> mistake.
>
>     To suppress this warning assign a defined value to your variables.
>
>
>     To help you figure out what was undefined, perl will try to tell you
>
>     the name of the variable (if any) that was undefined.  In some cases
>
>     it cannot do this, so it also tells you what operation you used the
>
>     undefined value in.  Note, however, that perl optimizes your program
>
>     and the operation displayed in the warning may not necessarily appear
>
>     literally in your program.  For example, "that $foo" is usually
>
>     optimized into "that " . $foo, and the warning will refer to the
>
>     concatenation (.) operator, even though there is no . in
>
>     your program.
>
>
> Use of uninitialized value $image_name in concatenation (.) or string at
>
>         /usr/local/vcl-2.5.1/bin/../lib/VCL/utils.pm line 3643 (#1)
>
> Use of uninitialized value $imagerevision_id in concatenation (.) or
> string at
>
>         /usr/local/vcl-2.5.1/bin/../lib/VCL/DataStructure.pm line 744 (#1)
>
>
> ----------------------------------------------------------------------------------------------------
>
> Image Management
>
>    1: Capture a Base Image
>
>
> []
>
> Make a selection (1, 'c' to cancel):
>
> --
> Luis A. López
> Retired Sys Admin, UPRM
>