Re: PRNGD is not seeded



On Mar 12, 9:09 pm, "N. Yaakov Ziskind" <aw...@xxxxxxxxxx> wrote:
i'm getting the message that PRNGD is not seeded when running ssh on
a 5.0.5 box. The ssh is some version:
OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004

that I got from a tarball somewhere. Prngd was installed via custom
from prngd-0.9.23-VOLS.tar that I got from somewhere else. Prngd starts
nicely:

prngd  1426     1  0 20:55:18       ?    00:00:00 /usr/local/sbin/prngd /usr/
local/var/prngd/prngd-pool

All the relevant files exist in the proper paths, I think, as delineated
in /etc/init.d/prngd. No information in /usr/local/var/prngd/prngd.log;
in fact, running prngd from the command line succeeds silently. Running it
with the -d flag yields nothing of interest:

[...]
Spawned gatherer (pid = 1789): /usr/bin/sar (sar)
Caught SIGCHLD (pid = 1789, gatherer_pid = 1789)
Read 1652 bytes from gatherer
Read 0 bytes from gatherer
Closing connection to gatherer
[...]

I'm stumped here. I'm wondering if I should install OSS646, but the box
is shaky (and miles away, with a flakey tape drive ...) and I'd really
like to install rsync, which requires ssh (right?) which requires prngd
...

ssh without any arguments displays its usage message, suggesting that I
installed it (somewhat) correctly. The tar ball had (certain) library
files on it, which I installed.

Any suggestions? Is it possible that prngd is operating properly, but
ssh is not talking to it? How would I test that?

Thanks ...

----
_________________________________________
Nachman Yaakov Ziskind, FSPA, LLM       aw...@xxxxxxxxxx
Attorney and Counselor-at-Law          http://ziskind.us
Economic Group Pension Services        http://egps.com
Actuaries and Employee Benefit Consultants

rsync does not require ssh.

you need to find some pretty old binary for rsync somewhere if you
can't
install oss646c.

Though, if your need is great you can extract just the couple needed
libs from oss646c or from any 507 box (or updated 506 box) and use
LD_LIBRARY_PATH to run rsync and force it to load these other libs
from
a separate directory without installing them over top of the stock
ones.
Without looking, I believe The needed libs are just libc and
libsocket.
Use ldd /path/to/rsync to find out for sure.

Current versions of rsync have a several advantages over old ones,
The biggest one to me is it no longer needs to assemble the full file
listing for the entire job up front, instead now it starts working on
a
chunk of files and proceeds to work on more chunks until the job is
done, meaning you no longer have to worry about breaking large jobs
into
smaller ones, you can do whole filesystems in one command.
Another is -z automatically skips several common already-compressed
file
formats so, you can just leave -z in all your commands and it will not
waste cpu and time trying to compress jpegs and tar.Z's.

With the LD_LIBRARY_PATH trick you may be able to use the version 3.0
binary I have here:
http://www.aljex.com/bkw/#rsync
I just discovered a few days ago that this binary fails to run on
5.0.5
even with oss646c installed. However, the 2.5.6 binary from the same
place does run.

There are even older binaries around elsewhere that were built on old
systems even before 5.0.4.

I have somehow lost the means to compile stuff. when I follow my own
recipe that I've used for years for setting up a new osr5 system and
build environment, but with the most recent versions of the packages
(osr507, linker&libs, osr507mp5, gnutools507Kj), something somewhere
isn't right. So, I have no rsync 3.0.5 to offer.

As for ssh, I believe that as of that 2.5.6 binary I was still
configuring the compile-time default for the -e option to use rcmd
instead of ssh, because back then most of the sco boxes I touched
still
had no ssh but rcmd was always installed and enabled by default. So,
that particular binary wouldn't even try to use ssh by default. But
regardless of the default, you can always use -e rcmd to override the
default. If the server is linux then on the server you have to install
and enable rsh-server on linux which is usually not installed by
default
any more. Or better yet, you can use native rsync instead of either
rsh
or ssh. I do this last simply for speed.

-- bkw
.



Relevant Pages

  • Re: PRNGD is not seeded
    ... The ssh is some version: ... Prngd was installed via custom ... I'm wondering if I should install OSS646, ... Nachman Yaakov Ziskind, FSPA, LLM awacs@xxxxxxxxxx ...
    (comp.unix.sco.misc)
  • Re: PRNGD is not seeded
    ... The ssh is some version: ... Prngd was installed via custom ... I'm wondering if I should install OSS646, ...
    (comp.unix.sco.misc)
  • Re: PRNG is not seeded
    ... > Enabling prngd ... ... version of one or all of it's libraries, but you don't have the profiling ... I certainly never went out of my way to install or use the profiling ... I have gwxlibs and mp1 installed on this box too, but ssh worked right from ...
    (comp.unix.sco.misc)
  • Re: Windows to Debian secure data transfer over internet
    ... Internet connection being what it is regarding stability, ... him to send it over rsync via ssh. ... Ask him to install the GUI scp client on his windows box. ...
    (Debian-User)
  • Re: Looking for precompiled rsync" for SCO 5.0.5, 5.0.6 and 5.0.7
    ... | I was recommended to use 'rsync' for multi-site transfers. ... No ssh was installed on my 5.0.5 test computer. ... should install one of the custom-installable packages from sco. ...
    (comp.unix.sco.misc)

Loading