You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by David Medinets <da...@gmail.com> on 2013/04/15 04:58:51 UTC

generate_monitor_certificate.sh - problem running on Ubuntu

I tried to run the generate_monitor_certificate.sh script on an Ubuntu VM
and saw the following message:

root@li459-74:/usr/local/accumulo# bin/generate_monitor_certificate.sh
tail: cannot open `+2' for reading: No such file or directory

I briefly looked into the script but don't know enough about /dev/random to
debug much.

Re: generate_monitor_certificate.sh - problem running on Ubuntu

Posted by Billie Rinaldi <bi...@gmail.com>.
The advantage of using this script is that it prints out the parameters you
need to add to your accumulo-site.xml file for easy copying and pasting.
We could make the script generate the certificate using the
maven-keytool-plugin, if that makes sense.

Billie


On Mon, Apr 15, 2013 at 11:17 AM, Christopher <ct...@apache.org> wrote:

> Try using the maven-keytool-plugin to generate the certificate.
>
> --
> Christopher L Tubbs II
> http://gravatar.com/ctubbsii
>
>
> On Sun, Apr 14, 2013 at 10:58 PM, David Medinets
> <da...@gmail.com> wrote:
> > I tried to run the generate_monitor_certificate.sh script on an Ubuntu VM
> > and saw the following message:
> >
> > root@li459-74:/usr/local/accumulo# bin/generate_monitor_certificate.sh
> > tail: cannot open `+2' for reading: No such file or directory
> >
> > I briefly looked into the script but don't know enough about /dev/random
> to
> > debug much.
>

Re: generate_monitor_certificate.sh - problem running on Ubuntu

Posted by Christopher <ct...@apache.org>.
Try using the maven-keytool-plugin to generate the certificate.

--
Christopher L Tubbs II
http://gravatar.com/ctubbsii


On Sun, Apr 14, 2013 at 10:58 PM, David Medinets
<da...@gmail.com> wrote:
> I tried to run the generate_monitor_certificate.sh script on an Ubuntu VM
> and saw the following message:
>
> root@li459-74:/usr/local/accumulo# bin/generate_monitor_certificate.sh
> tail: cannot open `+2' for reading: No such file or directory
>
> I briefly looked into the script but don't know enough about /dev/random to
> debug much.