Displaying 20 results from an estimated 70 matches similar to: "segmentation violation using openssh-2.9.9p2 on linux 2.2.19"
2004 Jul 30
1
Compiling * on OpenBSD 3.5
Hi,
Has anyone had any success? After a clean install of OpenBSD, I do the following:-
pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/gmake-3.80.tgz
pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/bison-1.35p1.tgz
pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/ruby-ncurses-0.8.tgz
Then, I get (via CVS) the asterisk source..
cd /usr/src/asterisk
/usr/local/bin/gmake clean
2005 Aug 09
2
error compiling asterisk on solaris
hello,
can anyone help me? im gettitng this error when i tried runnin make on solaris 9
rm -f include/asterisk/version.h.tmp
make[1]: `ast_expr.a' is up to date.
make[1]: Leaving directory `/export/home/fst/chris/cvs/asterisk'
gcc -g -o asterisk io.o sched.o logger.o frame.o loader.o config.o channel.o t ranslate.o file.o say.o pbx.o cli.o
2001 Oct 03
0
a trouble about filename authentication in 2.9.9p2
Hello,
After upgrading OpenSSH to 2.9.9p2, I've found some troubles on public
key authentication with an sshd working at Solaris 2.5.1 machine.
The server failed to validate the user's path in
auth.c:secure_filename(). There were actually two reasons for the
trouble:
1. the "realpath" of pw->pw_dir (that realpath() would return) was
different from pw->pw_dir itself.
2001 Nov 04
0
openssh-2.9.9p2 and kerberos 5
> does anyone know if openssh 2.9.9p2 works
> with kerberos 5? Pls let me know.
There is code in 2.9.9p2 to do Kerberos v5 over the version 1 protocol.
This code doesn't compile by default on the portable version, and is Heimdal
specific.
I've got a set of patches (now completed, and being tested locally) which
add a --with-kerberos5 option to ./configure to set this up for
2001 Sep 28
0
openssh-2.9.9p2 session.c uses two undeclared void functions
I found this problem on 32-bit Solaris 8 sparc. session.c uses two
void functions without declaring them first; this violates the C
standard, which requires declarations for such functions. Here's a
patch.
2001-09-28 Paul Eggert <eggert at twinsun.com>
* session.c (do_pre_login, record_utmp_only): Add missing
declarations.
2001 Oct 09
0
2.9.9p2 on SGI Irix
Just a FYI: OpenSSH-2.9.9p2 compiles just fine on Irix 6.5.13, using the
MIPSPro-7.3 compiler (gcc-3.0 creates a binary that gives funny log
messages), linking against the freeware OpenSSL package from
freeware.sgi.com
No PAM, but anyway...
This is how i did it:
bash-2.04# export CC=cc
bash-2.04# ./configure --prefix=/usr/local/openssh \
--with-ldflags=-L/usr/freeware/lib32 \
2001 Oct 19
1
TCP wrappers and 2.9.9p2
I don't know if this is still a problem in the latest snapshot, but with
2.9.9p2, if you do a "./configure ... --with-tcp-wrappers", there's no way
to specify a location for tcpd.h and libwrap.a. This is troublesome on
Solaris where you might install stuff like that in /opt/lib or
/usr/local/lib or something that is not searched by default.
Ed
Ed Phillips <ed at
2001 Oct 31
2
Problem compiling 2.9.9p2 on Sol 2.6
It appears that "fixpaths" has "/usr/bin/perl" hard-coded in. This causes
make to fail immediately after running configure.
Ed
Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082
Systems Programmer III, Network and Systems Services
finger -l ed at polycut.nss.udel.edu for PGP public key
2001 Dec 17
1
disabling sftp authentication using openssh 2.9.9p2...
I'm trying to use sftp from a 2.9.9p2 client, connecting to a F-Secure 2.4.0
server, but consistently get the following.
debug1: authentications that can continue: hostbased,publickey,password
debug1: next auth method to try is publickey
debug1: try privkey: /path/acct/.ssh/id_rsa
debug1: try pubkey: /path/acct/.ssh/id_dsa
debug1: authentications that can continue:
2002 Jun 25
0
[Bug 294] New: tcp wrapper access changed between 2.9.9p2 and 3.3p1
http://bugzilla.mindrot.org/show_bug.cgi?id=294
Summary: tcp wrapper access changed between 2.9.9p2 and 3.3p1
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
2001 Sep 28
2
2.9.9p2 bug in PAM support
With OpenSSH 2.9.9p2 as the server, I'm not able to do scp or "ssh
machinename command" in general to any of my Suns!
I tracked this down a bit; the problem occurs only when PAM support is
enabled. However, if I remove line 430 of session.c,
"do_pam_session(s->pw->pw_name, NULL);" inside of do_exec_no_pty, the
problem goes away.
It looks like the following entry
2001 Sep 29
1
scp 2.9.9p2 doesn't work
I just upgraded openssh on my Solaris 8 boxes from 2.9p2 to 2.9.9p2,
and scp has stopped working. Remote logins with ssh do work, though.
Both client and server run 2.9.9p2.
Please let me know if you need more information (configure options,
config files etc.). I'm not on the list, so CC's would be appreciated.
Thanks!
$ scp vsftpd-0.9.2.tar.gz user at server:/usr/local/src/misc/ftp
2001 Sep 27
2
openssh-2.9.9p2, AC_SYS_LARGEFILE, SCO, and HPUX
openssh-2.9.9p2/configure.in says:
# Disabled until it works on SCO and HPUX
#AC_SYS_LARGEFILE
As an autoconf maintainer I'd like to fix this. Can you please
explain what's broken on SCO and HPUX?
I'm puzzled by the comment, as AC_SYS_LARGEFILE is a feature
introduced in autoconf 2.50, whereas openssh-2.9.9p2/configure was
built with autoconf 2.13.
Anyway, some older GNU
2001 Sep 26
2
openssh-2.9.9p2 session.c fails on Solaris 7,8 w/ SunPro C
FYI--
session.c fails from openSSH 2.9.9p2 with SunPro C compiler on Solaris 7,
8. The function do_pre_login had to be moved to before its use in
do_exec_pty (a predeclaration would work).
It does appear to work correctly, given the above fix. Still having the
largefile problem (argh), so if anyone can help with /that/ ...
--
Austin David -- Sr. Systems Architect
Wink Communications
2002 Jul 05
0
[Bug 338] New: X11 forwarding no longer works after upgrading from 2.9.9p2 to 3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=338
Summary: X11 forwarding no longer works after upgrading from
2.9.9p2 to 3.4p1
Product: Portable OpenSSH
Version: -current
Platform: Sparc
URL: ftp://gandalf.cc.purdue.edu/pub/ssh/ssh-X11-bug.tgz
OS/Version: Solaris
Status: NEW
Severity: normal
2001 Oct 08
1
Ported OpenSSH 2.9.9p2 to Dynix
Hello Porters,
I've finally (thanks to Wendy Palm of Cray) ported OpenSSH to
Dynix v4.4.4. I had to make sure that "UseLogin" was set to "no" in the
sshd_config file. Also, here are the old-style contextual diffs (obtained
with 'diff -c' on the Dynix box) of the two files I had to change:
*** configure Sat Jun 16 17:09:50 2001
--- configure.new Mon Oct 8
2001 Dec 17
0
sftp ls problem upgrading from 2.9.9p2 to 3.0.2p1 on Linux
I am running two Red Hat 6.2 servers with the 2.2.16 kernel. I am
running OpenSSH_2.9.9p2 (SSH proto 2) and OpenSSL 0.9.5a 1 on both with
no problems. I am having problems upgrading to OpenSSH 3.0.2p1 on both
systems. After doing a gnu make installation, ssh works fine, but sftp
displays fourteen digit numbers instead of file names when you do an ls
listing of directory contents. File transfers
2003 Jan 14
1
rsync hanging with openssh-2.9.9p2 as the transport
Hi,
This is perhaps a stupid question. I apologize in advance if it's already
been covered, but I'm stumped...
I'm using rsync to backup some file systems to a remote host.
The transport is openssh-2.9.9p2.
The problem does not occur when the transport is rsh.
I'm invoking rsync as follows:
rsync -RlHptgoD --numeric-ids -e "ssh" -rzx --stats .
2001 Sep 29
0
configure.in fixes for 2.9.9p2
configure.in patches for 2.9.9p2:
1. Allow --with-pcre to take a path specifying the root of the
PCRE install (ROOT/include, ROOT/lib)
2. Ditto for --with-zlib
3. $no_libnsl and $no_libsocket can be determined programmatically
4. Check for innetgr, getspnam, and util in the default $LIBS before
checking in -lrpc, -lgen, and -lutil, respectively
5. dirname() is in -lgen on some
2001 Oct 31
3
2.9.9p2 and Solaris-2.8 PAM: Cannot delete credentials[7]: Permission denied
The 2 errors:
pam_setcred: error Permission denied
Cannot delete credentials[7]: Permission denied
Looks to be a major bug in the PAM module for Solaris-2.8/2.7/2.6.
Has anyone from the list (developers of OpenSSH, endusers, hackers, etc.)
came up w/ a solution? Even a temporary one?
When authenticating yourself on the same system that worked, but when
authenticating to another system failed. I