- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems with prngd ??
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
07-09-2003 09:58 PM
07-09-2003 09:58 PM
Problems with prngd ??
i got on different workstations following syslog-entry:
"prngd[1724]: write() in socket_write() failed: Broken pipe"
I don??t know how i should handle this message? Is it critical? And how can i solve this problem?
I use openssh Version 3.5.p1
THX!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 10:03 PM
07-09-2003 10:03 PM
Re: Problems with prngd ??
Is this a new configuration, or has it been running a while?
Can you create key-pairs correctly? Can you connect to hosts correctly using SSH?
Has prngd managed to create the socket required? Exactly what command do you use to start prngd?
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 09:43 PM
07-10-2003 09:43 PM
Re: Problems with prngd ??
I can connect to hosts correctly and i can create key-pairs correctly.
I don??t know how to find out wether prngd has managed to create the socket. When i open a secure-shell on a workstation and have a look on the socketlist, i can only find the necessary slogin.
The command, which is executed at the start of open-ssh, is:
/opt/prng/bin/ -c /opt/prng/etc/prngd.conf -s /var/spool... # the last part i can??t read
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 09:43 PM
07-10-2003 09:43 PM
Re: Problems with prngd ??
I can connect to hosts correctly and i can create key-pairs correctly.
I don??t know how to find out wether prngd has managed to create the socket. When i open a secure-shell on a workstation and have a look on the socketlist, i can only find the necessary slogin.
The command, which is executed at the start of open-ssh, is:
/opt/prng/bin/ -c /opt/prng/etc/prngd.conf -s /var/spool... # the last part i can??t read
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 09:44 PM
07-10-2003 09:44 PM
Re: Problems with prngd ??
I can connect to hosts correctly and i can create key-pairs correctly.
I don??t know how to find out wether prngd has managed to create the socket. When i open a secure-shell on a workstation and have a look on the socketlist, i can only find the necessary slogin.
The command, which is executed at the start of open-ssh, is:
/opt/prng/bin/ -c /opt/prng/etc/prngd.conf -s /var/spool... # the last part i can??t read
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 09:44 PM
07-10-2003 09:44 PM
Re: Problems with prngd ??
I can connect to hosts correctly and i can create key-pairs correctly.
I don??t know how to find out wether prngd has managed to create the socket. When i open a secure-shell on a workstation and have a look on the socketlist, i can only find the necessary slogin.
The command, which is executed at the start of open-ssh, is:
/opt/prng/bin/ -c /opt/prng/etc/prngd.conf -s /var/spool... # the last part i can??t read
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 09:56 PM
07-10-2003 09:56 PM
Re: Problems with prngd ??
Why can't you read it? Are you using Reflection or something?
How do you start the OpenSSH and prngd? Is it possible to attach a copy of he start script?
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 04:38 AM
07-11-2003 04:38 AM
Re: Problems with prngd ??
/opt/prngd/bin/prngd -c /opt/prng/etc/prngd.conf -s /var/spool/seed -m 0777 /dev/random
I start openssh at the systemstartup with a Start-Link in /sbin/rc2.d
i have appended the startfile named "openssh"