Displaying 20 results from an estimated 1000 matches similar to: "PRNG is not seeded"
2005 Jan 19
1
looking for rsyncd introduction
Is there a good introductory document for rsync in --daemon mode?
When folks ask questions like "what is rsyncd" I would like to have
someplace for them to go and learn.
Perhaps not - one more writing task for me!
Keith
--
Keith Lofstrom keithl@keithl.com Voice (503)-520-1993
KLIC --- Keith Lofstrom Integrated Circuits --- "Your Ideas in Silicon"
Design
2005 Mar 07
1
rsync as a change-detecting security tool
I suspect rsync actually *cannot* be used as a change detection
tool for security purposes, but I want some help with my reasoning.
Imagine a backup system that uses rsync to move files from client
to a trusted server. The backup system operates in "pull" mode,
and the backup server uses rsync to pull files from the client.
Rsync does its magic --link-dest thing, and we detect the
2004 Jul 27
1
Sad news about JW Schultz
I was saddened to learn today that JW Schultz was found dead back on
March 27th of this year. JW was a big help in the recent development of
rsync and I sorely missed his presence during the last release cycle.
JW was also the author of the Dirvish backup software, and Keith
Lofstrom (who provided me with the sad news) has plans to put some
memorial information onto the new dirvish site as
2007 Jul 18
8
Rysnc Schedule
What I want to do is use rsync to back up a folder to an external drive.
I would like to keep 30 days worth.
For example: I have backups of June 1 - June 30. Once July 1 comes along, I
want to keep June 2 - July 1 and delete June 1, and so forth.
Any ideas how I can accomplish this?
--
View this message in context: http://www.nabble.com/Rysnc-Schedule-tf4104577.html#a11672997
Sent from the
2008 Mar 26
2
PRNG is not seeded
Hi
when i restart sshd I get PRNG is not seeded
# /etc/init.d/sshd restart
PRNG is not seeded
#
No idea as what is going on
Thanks and Regards
Kaushal
2003 Dec 03
0
sshd files to start with "PRNG is not seeded" error
Hello All,
This is regarding a sshd problem. In our system we use
ocrandom (a random number generator) to fill in the
device /dev/urandom from which
sshd reads the randomness for seeding. In a situation
we stop the ocrandom and sshd. Now as usual we start
the ocrandom first and then
sshd. We get an error "PRNG is not seeded" while
starting sshd. When we start the sshd for the second
2004 Jun 28
2
PRNG is not seeded
hi
I am using Solaris 8 and installing the 3.8 openssh software that I received
from www.sunfreeware.com
I following the installation instruction see attachment but when I get to
ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N ""
I get a PRNG is not seeded could you help me in this matter. Thank you for
your cooperation.
Spencer Crim
2002 Jul 24
3
OpenSSH 3.4p1 "PRNG is not seeded"
I upgraded from OpenSSH_3.0.2p1 to OpenSSH 3.4p1. Starting SSHD or
ssh-keygen I'm getting the "PRNG is not seeded".
I have verified that prngd is running and "egc.pl /var/spool/prngd/pool get"
runs just fine reporting 32800 bits of entropy.
My platform is Solaris 8 (sparc) and I downloaded binaries from
www.sunfreeware.com.
My guess is the build of OpenSSH 3.4.p1 is
2002 Jul 01
0
[Bug 328] New: starting sshd yeilds PRNG not seeded
http://bugzilla.mindrot.org/show_bug.cgi?id=328
Summary: starting sshd yeilds PRNG not seeded
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P1
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2003 May 24
3
[Bug 575] a bug make me crazy--PRNG is not seeded
http://bugzilla.mindrot.org/show_bug.cgi?id=575
Summary: a bug make me crazy--PRNG is not seeded
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
2002 Jul 01
3
[Bug 328] starting sshd yeilds PRNG not seeded
http://bugzilla.mindrot.org/show_bug.cgi?id=328
------- Additional Comments From luc at suryo.com 2002-07-02 06:45 -------
This may not be a openssh problem....
If the openssh/openssl was compiled to use /dev/urandom (or /dev/random)
and your system does not have the proper path installed to support /dev/urandom
(or /dev/urandom) this is what you will see when you try to start sshd/ssh
2006 Nov 14
0
PRNG is not seeded
I had this problem here on some of our servers after an o/s upgrade, and
found that the /dev/urandom file had changed permissions from 644 to 600.
ls -l /dev/urandom
crw------- 1 root system 33, 1 Jul 21 10:49 /dev/urandom
I simply changed the permissions
chmod go+r /dev/urandom
and everything worked fine.
ls -l /dev/urandom
crw-r--r-- 1 root system 33, 1 Jul 21
2002 Sep 10
0
[Bug 328] starting sshd yeilds PRNG not seeded
http://bugzilla.mindrot.org/show_bug.cgi?id=328
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From djm at mindrot.org 2002-09-10 22:12
2008 Aug 25
2
slow Perl on CentOS 5
If your Perl apps are unusually slow on CentOS 5, have a look at this blog:
http://blog.vipul.net/2008/08/24/redhat-perl-what-a-tragedy/
In a nutshell: some Perl apps are 100x slower on RedHat / CentOS 5
compared to other distributions.
Bugzilla entry:
https://bugzilla.redhat.com/show_bug.cgi?id=379791
--
Florin Andrei
http://florin.myip.org/
2005 Jan 03
9
[Bug 968] OpenSSH 3.8p1 PRNG seed extraction failed error
http://bugzilla.mindrot.org/show_bug.cgi?id=968
Summary: OpenSSH 3.8p1 PRNG seed extraction failed error
Product: Portable OpenSSH
Version: 3.8p1
Platform: UltraSparc
OS/Version: SunOS
Status: NEW
Severity: major
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
2005 Mar 21
4
Patch: Offline transfer mode
Hi All,
Here's an rsync patch which adds an --offline flag, letting you transfer
changed blocks via removable media, while still comparing checksums via
the net. I expect this could be very popular for the growing number of
people who want to do disk-based offsite backups, which is what I needed
it for.
It took me longer than I hoped, but still only several hours to work
this out -- it
2006 Oct 07
0
[Bug 968] OpenSSH 3.8p1 PRNG seed extraction failed error
http://bugzilla.mindrot.org/show_bug.cgi?id=968
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #21 from dtucker at zip.com.au 2006-10-07 11:38 -------
Change all RESOLVED bug to CLOSED with the exception
2003 May 27
0
[announce] Dirvish 1.1 final
I am pleased to announce the availability of Dirvish version
1.1 final.
Dirvish is a fast, disk based, rotating network backup system.
With dirvish you can maintain a set of complete images of
your filesystems with unattended creation and expiration. A
dirvish backup vault is like a time machine for your data.
New features and improvements:
* Completely reworked and improved
2002 Jul 19
0
[Bug 361] New: PRNGD not yet seeded & SSH banner stills show previous banner
http://bugzilla.mindrot.org/show_bug.cgi?id=361
Summary: PRNGD not yet seeded & SSH banner stills show previous
banner
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: ssh
AssignedTo:
2005 Feb 16
11
[Bug 968] OpenSSH 3.8p1 PRNG seed extraction failed error
http://bugzilla.mindrot.org/show_bug.cgi?id=968
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #760| |ok?
Flag| |
------- Additional Comments From djm at mindrot.org 2005-02-16 11:24 -------