Displaying 20 results from an estimated 24 matches for "ktaylor".
Did you mean:
taylor
2003 Jul 06
10
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585
------- Additional Comments From dtucker at zip.com.au 2003-07-07 00:32 -------
dmalloc (http://dmalloc.com/) claims to work on IRIX. It's likely to increase
the CPU and memory load, though.
I've built with dmalloc on Linux thusly:
LDFLAGS=-ldmalloc ./configure && make
eval `dmalloc -l /path/to/log high`
./sshd [options]
2004 Mar 29
10
[Bug 820] utmp seems to be getting clobbered on logins
...clobbered on logins
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: ktaylor at daac.gsfc.nasa.gov
[-hostname-]/usr/people/ktaylor>last -3
ktaylor ttyq2 host.someplace.org Mon Mar 29 12:04 still logged in
The is the information I expect to see.
Then, I open a second window:
[-hostname-]/usr/people/ktaylor>last -3
ktaylor ttyq3 host.someplace....
2002 Jun 25
7
[Bug 294] tcp wrapper access changed between 2.9.9p2 and 3.3p1
http://bugzilla.mindrot.org/show_bug.cgi?id=294
------- Additional Comments From ktaylor at daac.gsfc.nasa.gov 2002-06-26 00:53 -------
This is what's reported in the syslog from openssh-2.9.9p2 - with an ip address
range listed in hosts.allow
Jun 25 10:50:08 6D:server sshd[30123536]: Failed keyboard-interactive for
ktaylor from xxx.xxx.xxx.xxx port 40333 ssh2
Jun 25 10:50:13 6D:...
2003 Jun 03
15
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
...seMapping enabled
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: ktaylor at daac.gsfc.nasa.gov
** I'm re-opening this case (it was bug #574). I don't think it got entered
correctly into the system **
Occasionally, we're noticing that sshd is core dumping on our IRIX 6.5.18f machine.
The only time we've noticed it is when users are logging in with pu...
2001 Mar 06
3
suggestion: saving old binaries during installation
Just as a suggestion, I liked the way the ssh.com's ssh would move the
old binaries to filename.old then install the new ones....so that way
you have an old copy to revert back to if needed (without copying them
all by hand).
2004 Apr 05
5
[Bug 832] X forwarding crashes on some applications
...n some applications
Product: Portable OpenSSH
Version: 3.8p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: ktaylor at daac.gsfc.nasa.gov
Two linux boxes running 3.8p1. I log into one of the machines and run xcdroast
(for example), and the screen comes up, but as soon as something in the window
changes (highlighting a button, or clicking on a button), the window crashes
with an error like this:
Gdk-ERROR **:...
2004 Apr 06
2
[Bug 834] timezone settings on irix lost
...ettings on irix lost
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: ktaylor at daac.gsfc.nasa.gov
This may or may not be a bug, but it's different behavior between older sshd's
and the current.
I noticed after installing openssh3.8p1 on IRIX that the TZ environment variable
is not being set, so everything is appearing in GMT...and this is not the case
on linux....
2001 Mar 07
2
F-secure v1 client has trouble connecting to openssh-2.5.1p1
I'm observing that mac clients using F-Secure ssh v1 client log into the
ssh server, and then the client just hangs with nothing on the screen.
In the SYSLOG file, I see this:
Accepted password for user from host port whatever
Packet integrity error (62 != 58) at session.c:350
Disconnecting: Packet integrity error. (34)
This is sshd running on IRIX 6.5.3f
2003 May 27
1
[Bug 574] sshd crashing on irix openssh-3.6.1p1
http://bugzilla.mindrot.org/show_bug.cgi?id=574
------- Additional Comments From ktaylor at daac.gsfc.nasa.gov 2003-05-28 04:29 -------
doesn't look like the bug made it to the mailing list archive.
did anyone see it?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Sep 05
1
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585
------- Additional Comments From dtucker at zip.com.au 2003-09-05 13:39 -------
What's the status of this?
At the moment, my understanding is:
* a bug exists in getaddrinfo in IRIX 6.5.18 and up
* defining BROKEN_GETADDRINFO causes a type clash with gai_strerror
* solving the type clash results in an sshd that works OK
Should we be
2001 Aug 08
2
with-tcp-wrappers enable ?
Hello,
I try to compile openssh-2.9p1 on a SGI Origin 200 computer under IRIX
6.5 with the option --with-tcp-wrappers enable. I have also compiled
tcp-wrapper and have installed the library libwrap.a in /usr/lib and the
file tcpd.h in /usr/include.
When i run the ./configure script i have a error. The script asked me
that the libwrap is missing.
How can i resolve this ?
Thanks.
Bests Regards
2002 Jun 25
0
[Bug 294] New: tcp wrapper access changed between 2.9.9p2 and 3.3p1
...p2 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
ReportedBy: ktaylor at daac.gsfc.nasa.gov
We would like to be able to have tcp wrappers allow ssh access based on ip
address groups, rather than names only. This was working as expected for 2.9.9p2
and seems to only allow access by hostname for 3.3p1.
I started looking at how we have tcpd compiled, but I don't...
2003 Apr 08
1
IRIX compilation and openbsd-compat/basename.h
.../basename.h")
extern char *basename(char *);
^
1 error detected in the compilation of "progressmeter.c".
*** Error code 2 (bu21)
I commented this line in openbsd-compat/basename.h:
char *basename(const char *path);
and everything compiled fine.
Kevin Taylor
ktaylor at no-spammers.daac.gsfc.nasa.gov
2004 Mar 08
4
[Bug 810] TZ environment variable not being set
http://bugzilla.mindrot.org/show_bug.cgi?id=810
Summary: TZ environment variable not being set
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: Al.Smith
2003 May 22
1
sshd crashing on IRIX (3.6.1p1)
...ystems and Applications, Inc. \
Goddard Space Flight Center /
Greenbelt, MD 20771 \
/
Phone: (301) 614-5505 \
e-mail: ktaylor at daac.gsfc.nasa.gov /
----------------------------------------------------------'
2001 Mar 01
5
Expired password handling in openssh-2.5.1p1/2
Are there plans, or does someone have a fix, for having openssh force
users to change passwords when they're expired?
Right now the program closes the connection....the commercial ssh
manages to exec /bin/passwd after they enter their current password.
Any ideas?
2000 Feb 28
1
Failed RPC Call
...ons for /home2 and /home2/integrator are as
follows:
drwx--x--x 13 root root 4096 Feb 28 10:31 /home2/
drwxrwsr-x 4 root integrat 4096 Oct 29 12:34 /home2/integrator/
The group only shows up as integrat, but it is really integrator in
/etc/group:
integrator:x:604:kpieckiel,ktaylor,nreed
Is there ANY clue as to why I can't name this service Integrator, or some of
the other service names I've tried?
smb.conf file:
--------------
[global]
workgroup = STC_SUFFOLK
announce as = NT
announce version = 6.0
printcap name = /etc/printcap
load printers = yes...
2001 Mar 06
3
utmpx/wtmpx problems with 2.5.1p2 on irix...
I installed 2.5.1p2 on an irix system and noticed that if a user logged
in typed "logname" it was providing the wrong username. File creations
were correct, "w" produces the correct output....so something is funky
in p2 that wasn't there in p1.
2001 Mar 07
0
Compiling openssh-2.5.1p1 on IRIX in o32 mode
I get this error:
cc -o32 -g -I/usr/local/include -I/var/tmp/openssl-o32/include
-I/var/tmp/openssl-o32/include
-I. -I./openbsd-compat -I. -DETCDIR=\"/usr/local/ssh/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/local/ssh/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/ssh/libexec/ssh-askpass\"
-D_PATH_SFTP_SERVER=\"/usr/local/ssh/libexec/sftp-server\" -DHAVE_CONFIG_H
2001 Mar 07
2
openssh logging of remote commands in syslog
Another wonderful email from me. :)
The ssh.com version of ssh will log information on the remotely executed
command in the syslog:
Mar 7 15:29:20 6D:marx sshd[21346]: log: executing remote command as
root: ls
It seems that openssh doesn't do that by default. If you put the server
in debug mode you'll see the command, but a lot of extra stuff that you
don't want to see.
Feature