- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Random Number generator for use with sendmail
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 04:09 AM
04-13-2006 04:09 AM
Random Number generator for use with sendmail
This version has TLS support and that's why I need it...
I am getting an error saying that the random number generator is not seeded.
I don't know what that means.
Here is the full log...
Apr 11 07:45:17 hpov sm-mta[9430]: k3BBjHxC009430: SYSERR(root): dbm map "access": unsafe map file /etc/mail/access
Apr 11 07:45:17 hpov sm-mta[9430]: ruleset=check_relay, arg1=pandora, arg2=199.231.8.17, relay=pandora [199.231.8.17], reject=451 4.3.0 Temporary system failure. Please try again later.
Apr 11 07:55:17 hpov /sbin/init.d/sendmail[9518]: #### Starting sendmail ####
Apr 11 07:55:18 hpov sendmail[9536]: alias database /etc/mail/aliases rebuilt by root
Apr 11 07:55:18 hpov /sbin/init.d/sendmail[9518]: /etc/mail/aliases: 7 aliases, longest 9 bytes, 88 bytes total
Apr 11 07:55:18 hpov sendmail[9536]: /etc/mail/aliases: 7 aliases, longest 9 bytes, 88 bytes total
Apr 11 07:55:18 hpov sm-mta[9539]: starting daemon (@(#)Sendmail version 8.13.3 - Revision 2.001 - 2005/02/12): SMTP+queueing@00:30:00
Apr 11 07:55:18 hpov sm-mta[9539]: STARTTLS=server: file /etc/mail/certs/key.pem unsafe: Group readable file
Apr 11 07:55:18 hpov sm-msp-queue[9541]: STARTTLS: RAND_egd(/dev/random) failed: random number generator not seeded
Apr 11 07:55:18 hpov sm-msp-queue[9542]: starting daemon (@(#)Sendmail version 8.13.3 - Revision 2.001 - 2005/02/12): queueing@00:30:00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 04:16 AM
04-13-2006 04:16 AM
Re: Random Number generator for use with sendmail
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I
It's also possible that the product is installed but the startup script, /sbin/init.d/krng has not been run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 04:16 AM
04-13-2006 04:16 AM
Re: Random Number generator for use with sendmail
What OS are you running?
Is it 11.11 (11i)?
If so do you have the KRNG11i product installed?
A "pure" RNG was not included w/11i - you had to install KRNG11i to get it.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 04:18 AM
04-13-2006 04:18 AM
Re: Random Number generator for use with sendmail
Cheers Clay %~))
NPP,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 04:51 AM
04-13-2006 04:51 AM
Re: Random Number generator for use with sendmail
the operating system is a 11.11 64 bit server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 04:59 AM
04-13-2006 04:59 AM
Re: Random Number generator for use with sendmail
Is this the "new" 8.13.3 that HP just released for the sendmail CERT?
If so, I would report this ASAP to HP because these "unofficial" CERT patches get nowhere near the QA that "normal" patches do.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 05:03 AM
04-13-2006 05:03 AM
Re: Random Number generator for use with sendmail
dd if=/dev/random bs=256 count=1 2>/dev/null | xd -Ad -txS
You should see 128 random hex values displayed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 05:26 AM
04-13-2006 05:26 AM
Re: Random Number generator for use with sendmail
The dd using /dev/random did produce 128 hex numbers.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 05:37 AM
04-13-2006 05:37 AM