Displaying 20 results from an estimated 5000 matches similar to: "PRNG is not seeded"
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
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 Jan 23
1
PRNG is not seeded
This is likely a linux or ssh problem, but perhaps someone else on this
list may have encountered it. I have run about 15,000 instances of
rsync in the last year, (about 500 total hours of rsyncing) using ssh
as a transport mechanism ( actually, I am running the dirvish backup
wrapper, www.dirvish.org, around rsync). In all cases, I am pulling
filesystems from a linux client to a linux backup
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
2001 Dec 21
6
Killing the builtin entropy code
Over the holidays, I intend to finally rid portable OpenSSH of the
builtin entropy collection code. Here's what I intend to do:
When init_rng is called, we'll check OpenSSL's RAND_status(). If this
indicates that their PRNG is already seeded, we'll do nothing. This
effectively detects platforms which have /dev/urandom (or similar)
configured into OpenSSL.
If OpenSSL isn't
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:
2002 Nov 08
1
Will OpenSSH fallback to internal PRNG?
Greetings.
I'm wondering if OpenSSH automatically falls back to the internal
PRNG (such as used on Solaris) when it can't use a better alternative.
The reason I ask is this: the machine I am compiling OpenSSH on has
the /dev/random patch for Solaris 8. I'd like OpenSSH to use
/dev/random
whenever possible, if it exists. However, I'd prefer NOT to have to
compile a separate
2013 Oct 02
5
Historical Data related to CPU,IO and Memory
Hi,
Are there any utilities or tools to look at historical data of Memory, CPU
Utilization or IO activity on CentOS 6.4 or 5.9 Version? For example the
how much the memory was consumed for the period of last six months.
Regards,
Kaushal
2001 Jul 11
1
OpenSSL PRNG
Just for peace of mind, can someone who knows the openssh code better than
I do, confirm that openssh doesn't use (in any circumstances) the openssl
prng (since the code in versions prior to 0.9.6b is rather weak).
My understanding is that it doesn't (using either /dev/random, egd, prngd or
the builtin code), but I may have missed some other use of the openssl prng
elsewhere...
-- Jon
2011 Aug 19
5
Outbound Dial
Hi,
I have 8 E1 PRI Lines and i have 200 phone numbers and 200 channels
(25 channels per PRI). is there a utility available in Asterisk to
dial out 200 numbers and run a campaign for 200 numbers concurrently
and play a mp3 file ?
Please suggest/guide
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
2020 Jul 16
2
Iptables rules not working
On Thu, Jul 16, 2020 at 9:25 PM Phil Perry <pperry at elrepo.org> wrote:
> On 16/07/2020 16:48, Kaushal Shriyan wrote:
> > Hi,
> >
> > I am running CentOS Linux release 8.2.2004 (Core) on a remote server. I
> am
> > running the below iptables command to allow SSH port 22 from a specific
> > source IP 219.91.200.59
> >
> > iptables -A INPUT -m
2012 Aug 02
3
amanda backup
Hi,
Is there a step by step guide to configure amanda server and client on
CentOS and backup on hard drive?
Regards
Kaushal
2020 Jul 16
6
Iptables rules not working
Hi,
I am running CentOS Linux release 8.2.2004 (Core) on a remote server. I am
running the below iptables command to allow SSH port 22 from a specific
source IP 219.91.200.59
iptables -A INPUT -m tcp -p tcp -s 219.91.200.59 --dport 22 -j ACCEPT
> service iptables save
The above iptables ruleset is not working and I am still able to connect
from the internet to SSH port 22. I look forward to
2008 Apr 04
3
rsync error
hi
I have the script http://pastebin.com/d4b062d28 and the roots cron
entry are as below
30 2 * * * su sms /usr/local/bin/testrsync_mysql.sh
I am getting the below error
building file list ... rsync: opendir "/var/lib/mysql/wordpress"
failed: Permission denied (13) done mysql/ib_logfile0
mysql/ib_logfile1
Killed by signal 2.
rsync error: unexplained error (code 255) at rsync.c(276)
2011 Jul 01
1
Starting asterisk: /usr/sbin/safe_asterisk: line 86: ulimit: open files: cannot modify limit: Operation not permitted
Hi
Please help me understand about the below issue ?
[root at asterisk1 ~]# /etc/init.d/asterisk restart
Stopping safe_asterisk: [ OK ]
Shutting down asterisk: [ OK ]
Starting asterisk: /usr/sbin/safe_asterisk: line 86: ulimit: open
files: cannot modify limit: Operation not permitted
2012 Jan 03
4
Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE.
Hi,
Please help me understand the following applications and what are its
advantages if we compare between each of them.
Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE.
Regards,
Kaushal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/ffad2be6/attachment.htm>
2012 Apr 25
3
High load
Hi
Is there a way to nail down the issue of high load on a server basically
trying to understand the reason behind high load at a specific time period.
I use top command but it does not have history.
Nagios reports saying "*[04-25-2012 10:11:00] SERVICE ALERT:
dev;LOAD;WARNING;HARD;3;WARNING - load average: 6.88, 6.36, 5.71"*
*
*
Please help me understand.
Regards
Kaushal
2011 Apr 30
12
HA Asterisk
Hi,
I have been looking at Asterisk SCF http://www.asterisk.org/asterisk/scf,
but its not yet production ready. Can someone please pitch in about HA
feature in Asterisk ?
(HA -> High Availability.) Also, What would be the pros and cons of using
AsteriskNow over Asterisk ? Are the versions same in Asterisk and
AsteriskNow ? We have been evaluating Asterisk for our Voice Application and
it seems
2022 Mar 07
3
Open source Pastebin service
Hi,
Is there any open source Pastebin service that can be set up in the private
LAN or Internal network? I am running CentOS Linux release 7.9.2009 (Core)
in my internal LAN network. Thanks in advance.
Best Regards,
Kaushal