Displaying 10 results from an estimated 10 matches for "whippet".
Did you mean:
whipped
2002 Apr 17
4
openssh-SNAP-20020412 and AIX ...
...5 (S) Integral constant
expression with a value greater than zero is required.
make: *** [monitor_fdpass.o] Error 1
(Should I be using bugzilla to report this?)
-s-
--
Sandor W. Sklar - Unix Systems Administrator - Stanford University ITSS
Non impediti ratione cogitationis. http://whippet.stanford.edu/~ssklar/
2001 Mar 16
0
SIGHUP/av[0] restart failure (AIX)
> Mar 13 12:01:48 whippet sshd[31644]: Received SIGHUP; restarting.
> Mar 13 12:01:48 whippet sshd[31644]: RESTART FAILED: av[0]='sshd',
> error: No such file or directory.
My guess is that you started sshd using "sshd" (either from within
/usr/local/sbin or with it in your PATH).
> The sshd pro...
2001 Dec 01
0
ssh/sshd_config option confusion ...
...on of each one, they are listed alphabetically there, with
no "logical" grouping.
For my own use, I've created a heavily annotated sample sshd_config
file, grouping all of the various directives in a way that seemed to
make the most sense. This file is available at:
<http://whippet.stanford.edu/~ssklar/misc/openssh/sshd_config.txt>
... if anyone is interested; I'd appreciate being mailed if someone
notices an error or omission (I based it on the 3.0.1p1 man pages).
If there is any interest in replacing the current sample conf files
that are bundled with the distrib...
2001 Mar 16
2
SIGHUP/av[0] restart failure
Hello,
OpenSSH 2.5.1p1 running under AIX 4.3.3ML06. When I send a HUP
signal to the parent sshd, that parent process dies, it's children
get "adopted" by init, and the following message is put in the error
log ...
Mar 13 12:01:48 whippet sshd[31644]: Received SIGHUP; restarting.
Mar 13 12:01:48 whippet sshd[31644]: RESTART FAILED: av[0]='sshd',
error: No such file or directory.
The sshd program is not named anything unusual, and is located in
/usr/local/sbin.
I searched this list (and other places), and found some info...
2002 May 22
2
chrooting/jailing transfer-only accounts
...e know if they can see any obvious holes in it.
I've tried unsuccessfully to break out if it is set up properly, but
others may have more success.)
Thanks, -S-
--
Sandor W. Sklar - Unix Systems Administrator - Stanford University ITSS
Non impediti ratione cogitationis. http://whippet.stanford.edu/~ssklar/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scpjail
Type: application/mac-binhex40
Size: 11846 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020521/cf77c2c8/attachment.bin
2002 Jun 25
1
For us AIXers ...
...CVS, nor do I know if there will be a new release in the
next few days incorporating these fixes.
Can someone authoritatively answer this question?
Thanks, --Sandy
--
Sandor W. Sklar - Unix Systems Administrator - Stanford University ITSS
Non impediti ratione cogitationis. http://whippet.stanford.edu/~ssklar/
2002 Jun 28
3
AIX usrinfo() cleanup.
Can we do this? Or should we drop the whole char *tty; ? There will
be no way of setting the TTY= correctly while using privsep (Mainly for
multiple streams over single session).
The only thing we really could do is do:
In do_setusercontext()
if (use_privsep)
aix_usrinfo(pw, NULL);
and back in the old spot put:
if (!use_privsep)
aix_usrinfo(pw, s->ttyfd == -1 ? NULL : s->tty);
2002 Jan 22
7
AIX reading /etc/environment out of step.
I was discussing with Don about a private topic..and while skimming the
code I noticed that during a 'ssh mouring at site ls' the /etc/environment
is *ONLY* read if the remote machine is an AIX box. This is undocumented
and I'm wondering if someone using AIX could explain WHY it exists in the
session.c:do_child()? No other OS has this. I don't see why AIX should
require it.
2002 Feb 20
11
Call for testing.
Recently we made somemajor changes to do_child() in
OpenSSH -current. Those changes included splitting it up
into smaller chunks to help with readability and also to
extract out IRIX and AIX specific code to reduce the number
of lines in our diffs against the OpenSSH tree.
I need people to do some testing on different platforms to ensure
that all the right #ifdef/#endif bits got put back in
2002 Jan 10
1
OpenSSH 3.0.Xp1, AIX -> Sun trusted host problem
...hen going from a sun host as
a client and a sun host as the server.
Thanks, --Sandy
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Sandor W. Sklar - Unix Systems Administrator - Stanford University ITSS
Non impediti ratione cogitationis. <http://whippet.stanford.edu/~ssklar/>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=