Send Netdot-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."


Today's Topics:

   1. Re: Netdot 1.0.2 install help (Matt Elliott)
   2. Re: Netdot 1.0.2 install help (Carlos Vicente)


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

Message: 1
Date: Mon, 29 Oct 2012 08:46:47 -0400
From: Matt Elliott <[email protected]>
Subject: Re: [Netdot-users] Netdot 1.0.2 install help
To: Carlos Vicente <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID:
        <fd6d6b2975595445a245d87baff0a8b856776c0...@taiexchccr.taiamerica.com>
Content-Type: text/plain; charset="us-ascii"

Thanks Carlos.  I did install via CPAN.  I had started a build on my local 
workstation in a VM, and memory limitations were causing apt-get to fail.  I 
migrated the VM to an ESX box and upped the memory.  Once I manually removed 
the SQL::Translator perl modules and installed via apt, the issues were 
resolved.

Thanks,
Matt

-----Original Message-----
From: Carlos Vicente [mailto:[email protected]]
Sent: Friday, October 26, 2012 10:14 PM
To: Matt Elliott
Cc: [email protected]
Subject: Re: [Netdot-users] Netdot 1.0.2 install help

Well, that must be it. Did you install that via CPAN?

It looks like the Ubuntu package is 0.11010.

You could uninstall the current one and then do:

        $ sudo apt-get install libsql-translator-perl

Or, the other option is to edit etc/netdot.meta and remove all the lines that 
have empty unique constraints:

     unique => [ [ ] ],


I'll try to push another release soon, but there are other priorities at the 
moment.

cv

On 10/26/12 5:26 PM, Matt Elliott wrote:
> root@ubuntu:~# perl -MSQL::Translator -e 'print "$SQL::Translator::VERSION\n" 
> '
> 0.11016
>
> :(
>
> -----Original Message-----
> From: Carlos Vicente [mailto:[email protected]]
> Sent: Friday, October 26, 2012 4:37 PM
> To: Matt Elliott
> Cc: [email protected]
> Subject: Re: [Netdot-users] Netdot 1.0.2 install help
>
> $ perl -MSQL::Translator -e 'print "$SQL::Translator::VERSION\n" '
>
> I see that the problem line is:
>
>   UNIQUE INDEX `accessright1` (``),
>
> which has to do with the fact that etc/netdot.meta has the following
> for
> AccessRight:
>
>     unique => [ [ ] ],
>
> However that didn't use to be a problem until now.
>
> Can you tell me which version of SQL::Translator you have? i.e.:
>
> $ perl -MSQL::Translator -e 'print "$SQL::Translator::VERSION\n" '
> 0.11010
>
> Thx
>
> cv
>
>
>

CONFIDENTIALITY NOTICE: This e-mail is confidential and may be protected by 
legal privilege. If you are not the intended recipient, be aware that any 
disclosure, copying, distribution, or use of this e-mail is prohibited.  If you 
have received this e-mail in error, please notify us immediately and delete any 
and all copies.  Thank you.



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

Message: 2
Date: Mon, 29 Oct 2012 08:48:52 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] Netdot 1.0.2 install help
To: Matt Elliott <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

Good. Thanks for the report. I'll make sure to remove those empty
constraints from the metadata file.

cv

On 10/29/12 8:46 AM, Matt Elliott wrote:
> Thanks Carlos.  I did install via CPAN.  I had started a build on my
> local workstation in a VM, and memory limitations were causing
> apt-get to fail.  I migrated the VM to an ESX box and upped the
> memory.  Once I manually removed the SQL::Translator perl modules and
> installed via apt, the issues were resolved.
> 
> Thanks, Matt
> 
> -----Original Message----- From: Carlos Vicente
> [mailto:[email protected]] Sent: Friday, October 26, 2012 10:14
> PM To: Matt Elliott Cc: [email protected] Subject: Re:
> [Netdot-users] Netdot 1.0.2 install help
> 
> Well, that must be it. Did you install that via CPAN?
> 
> It looks like the Ubuntu package is 0.11010.
> 
> You could uninstall the current one and then do:
> 
> $ sudo apt-get install libsql-translator-perl
> 
> Or, the other option is to edit etc/netdot.meta and remove all the
> lines that have empty unique constraints:
> 
> unique => [ [ ] ],
> 
> 
> I'll try to push another release soon, but there are other priorities
> at the moment.
> 
> cv
> 
> On 10/26/12 5:26 PM, Matt Elliott wrote:
>> root@ubuntu:~# perl -MSQL::Translator -e 'print
>> "$SQL::Translator::VERSION\n" ' 0.11016
>> 
>> :(
>> 
>> -----Original Message----- From: Carlos Vicente
>> [mailto:[email protected]] Sent: Friday, October 26, 2012 4:37
>> PM To: Matt Elliott Cc: [email protected] Subject: Re:
>> [Netdot-users] Netdot 1.0.2 install help
>> 
>> $ perl -MSQL::Translator -e 'print "$SQL::Translator::VERSION\n" '
>> 
>> I see that the problem line is:
>> 
>> UNIQUE INDEX `accessright1` (``),
>> 
>> which has to do with the fact that etc/netdot.meta has the
>> following for AccessRight:
>> 
>> unique => [ [ ] ],
>> 
>> However that didn't use to be a problem until now.
>> 
>> Can you tell me which version of SQL::Translator you have? i.e.:
>> 
>> $ perl -MSQL::Translator -e 'print "$SQL::Translator::VERSION\n" ' 
>> 0.11010
>> 
>> Thx
>> 
>> cv
>> 
>> 
>> 
> 
> CONFIDENTIALITY NOTICE: This e-mail is confidential and may be
> protected by legal privilege. If you are not the intended recipient,
> be aware that any disclosure, copying, distribution, or use of this
> e-mail is prohibited.  If you have received this e-mail in error,
> please notify us immediately and delete any and all copies.  Thank
> you.
> 


-- 
cv


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

_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users


End of Netdot-users Digest, Vol 47, Issue 13
********************************************

Reply via email to