Displaying 20 results from an estimated 30000 matches similar to: "[Bug 318] New: Install failure creating ssh_prng_cmds"
2003 May 04
9
[Bug 318] Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318
------- Additional Comments From dtucker at zip.com.au 2003-05-04 19:12 -------
Does anyone see any problems with the patch id #186? It seems OK to me.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Dec 14
1
[Bug 318] Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318
------- Additional Comments From roth at feep.net 2002-12-14 12:11 -------
Created an attachment (id=186)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=186&action=view)
Makefile patch
This isn't specific to Solaris; I'm having the same problem under AIX.
Yes, I am building in an NFS-mounted directory where root is mapped
2002 Nov 09
0
[Bug 318] Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318
------- Additional Comments From dtucker at zip.com.au 2002-11-10 09:11 -------
errno 13 == EACCES.
Did you do the "make install" as root? If so did you do it on an NFS filesystem
that maps root -> nobody?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
Below I've includes a patch which helps build OpenSSH outside from a
read-only source tree, find OpenSSL on Mac OS X, and fix a typo.
This applies to OpenSSH 2.1.1p4.
You should already have gotten a note from Melissa O'Neil about a
conflict with the crc32() symbol in zlib, which was causing a crash on
Darwin.
I've noticed another bug. If ssh is setuid, I get a permission
2002 Mar 18
1
Need help with buildpkg script
Ben,
I am trying to create a package for Openssh.3-1p1, but the
/contrib/solaris/buildpkg.sh script failes with the following errors:
./mkinstalldirs
/tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/b
in
mkdir /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/bin
./mkinstalldirs
/tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/s
bin
mkdir
2000 Sep 11
2
Problems/patches for BSD/OS 4.0.1
Two small problems with 2.2.0p1 on BSD/OS 4.0.1, both invoving the
internal entropy collector:
1) The ``ls'' commands in ssh_prng_cmds.in all use -n, which isn't valid
on BSD/OS and thus caused them all to fail when fixprogs checked them.
BSD/OS does, however, have a -T flag which gives complete timestamp
information (month, day, year, hour, minute, and second), which seems
like a
2001 Oct 16
6
program-prefix does not work
the configure option --program-prefix does not work although it is
listed in teh configure --help output.
The attached patch fixes these issues:
1) program prefix is not substituted in configure
2) program prefix is not present in Makefile
3) scp requires use of a known "scp" program
-- bryan
diff -cr openssh-2.9.9p2.orig/Makefile.in openssh-2.9.9p2/Makefile.in
***
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
http://bugzilla.mindrot.org/show_bug.cgi?id=198
Summary: Error getting file with sftp on old F-Secure servers
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=187
Summary: ssh-keygen not converting from and to SECSH standard
correctly
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo:
2000 May 19
0
I present: The Elusive 'fixprogs' script
Hi,
Here's the 'fixprogs' perl script that got missed off the 2.1.0p1
distribution. Please put this in your openssh directory, and re-run
'make install'. it doesn't need to be made executable.
For those interested, it runs through all the commands in the
ssh_prng_cmds file and tests if they work (as opposed to 'configure'
merely verifying that the executable
2002 Nov 30
0
[Bug 449] New: ssh_prng_cmds has malformed arp command
http://bugzilla.mindrot.org/show_bug.cgi?id=449
Summary: ssh_prng_cmds has malformed arp command
Product: Portable OpenSSH
Version: 3.4p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2001 Jan 06
0
ssh_prng_cmds in Solaris port
Hello,
I'm not sure if this is the correct place to send this, but perhaps you can
forward it to the proper folks if not...
The Solaris port of OpenSSH includes an ssh_prng_cmds file used for
collecting entropy, however many of the commands listed in the file are
incompatible with Solaris command syntax. Not knowing much about entropy or
random numbers, I've modified the file a bit to
2000 Aug 25
1
[patch] configurable ssh_prng_cmds
The following patch against openssh-SNAP-20000823 allows to override the
compile-time "ssh_prng_cmds" file at run time by adding new options to the
server and client configurations. (We move binaries around a bit, and this was
the only absolute path that couldn't be fixed at run-time).
Regards
Jan
diff -ur openssh-SNAP-20000823.orig/entropy.c openssh-SNAP-20000823.new/entropy.c
2005 Sep 06
1
make install error, 4.2p1
Good day and well met.
I'm trying to compile and install openssh-4.2p1 on a Sun Ultra-250 running
Solaris 8.
It's not happy about something. I've searched the bug list and the mail
archives but haven't seen another posting about this. Apologies if there is
one and my eyes just slid right over it.
I've run a configure with the following options, and with no options at
2006 Sep 09
2
Make Install Failed for 4.4p1 on FC4
Hi,
I tried to build the CVS snapshot for OpenSSH 4.4p1 dated 9/08/06. Make install failed on Fedora Core 4 system with the following errors:
[root at fedora4 openssh]# make install
\if test ! -z ""; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
make[1]: Entering directory `/usr/local/openssh/openbsd-compat'
make[1]: Nothing to be
2000 Oct 14
1
Installation globbers ssh_prng_cmds
Gidday,
I've just tried installing openssh-2.2.0p1 and found that it globbers my
ssh_prng_cmds file which has been customised from the normally installed
one. On BSDi 4.0.1 it doesn't detect enough commands for ssh-keygen to be
happy. Most of the commands do actually exist, but I have to specify where
they are.
Could someone please modify the installation scripts to either
backup this
2001 Jun 06
0
ssh_prng_cmds on Solaris
Hi,
I'm trying to build an openssh pkgadd package which is portable across
Solaris 2.6,7 & 8, so I can't rely on /dev/random support and must
instead fall back to ssh_prng_cmds for collecting entropy.
One of the default commands in ssh_prng_cmds "arp -a -n" is a problem
for any (2.6, at least) host which doesn't have an efficient/working DNS
or other name resolution
2009 Apr 07
2
Portable OpenSSH CVS install error
Hi,
I did a CVS checkout this morning to patch sftp.c for Jon Grant's
recent sftp request, but there seems to be an install problem on
Mac OS X 10.5.6 possibly caused by recent changes to configure.ac.
For example (most output pruned):
% ident configure.ac
configure.ac:
$Id: configure.ac,v 1.419 2009/03/18 18:25:02 tim Exp $
$Revision: 1.419 $
% autoreconf
% ./configure
% make
gcc
2001 Apr 05
3
Variable path to ssh_prng_cmds?
Hi there,
I have all my additional software mounted from one central place.
Therefore I'm trying to limit all unnecessary local files.
Local config files are ok... e.g. keys, ssh_config etc, but why
needs ssh_prng_cmds to be in /etc? So why not put it into $bindir?
There are no problems doing this with a few manual fixes. So
are there any security concerns? Is it possible to make this a
2001 Jun 01
0
Why does prng always need to run the ssh_prng_cmds?
This question is primarily for Damien, but if anybody else knows the
answer please chime in.
Why is it that on systems with no /dev/random or PRNGD or EGD (and I have a
lot of Solaris systems in this situation because I don't have root access
on them) that the OpenSSH 'ssh' command has to run through all those
ssh_prng_cmds every time it starts up? Why doesn't ~/.ssh/prng_seed