Displaying 16 results from an estimated 16 matches for "ssklar".
Did you mean:
sklar
2001 Mar 16
2
SIGHUP/av[0] restart failure
...is not named anything unusual, and is located in
/usr/local/sbin.
I searched this list (and other places), and found some info related
to the above, but not anything that I'd call a solution or a
resolution.
Help? Thanks!
--
sandor w. sklar http://lindy.stanford.edu/~ssklar/
unix systems administrator polya hall, 255 panama -- mc: 4136
stanford university itss-css mailto:ssklar at stanford.edu
2002 Apr 17
4
openssh-SNAP-20020412 and AIX ...
...t
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/
2011 Aug 16
4
Dashboard table resource_statuses growing uncontrollably
I''ve "inherited" the administration of a puppet-dashboard (version
1.1.0, installed on RHEL 5.6 from puppetlabs RPM), and have hit a
problem I''m hoping for some help with.
In short, one table, "resource_statuses" appears to be growing at a
rate far higher then the other tables:
mysql> select count(*) from nodes;
+----------+
| count(*) |
+----------+
|
2001 Dec 01
0
ssh/sshd_config option confusion ...
...re 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 distribution with this one (...
2001 Mar 05
0
AIX 4.3.3 + sshd = bug
...ing the above change in the 2.3.0p1 and the 2.5.1p1 source
distributions solves the problem, however, I don't know if there
might be any other ill effect, or if the change will have an effect
on other platforms.
Thanks,
--Sandy
--
sandor w. sklar http://lindy.stanford.edu/~ssklar/
unix systems administrator polya hall, 255 panama -- mc: 4136
stanford university itss-css mailto:ssklar at stanford.edu
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 May 22
2
chrooting/jailing transfer-only accounts
...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 ...
...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/
2011 Sep 27
2
Dashboard parameters to control VIPs?
Some of the Red Hat Enterprise Linux servers in our environment
sometimes get assigned virtual IP addresses (eth0:1, eth0:2, etc).
Puppet Dashboard''s parameters seem like an ideal way to define and
provision virtual IPs on these servers. One could create a "vip1"
parameter on a node, and define a value of the IP address to use for
that vip. A manifest could then be written to
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 22
5
[Bug 124] Terminal hangs when data is streaming to it...
http://bugzilla.mindrot.org/show_bug.cgi?id=124
------- Additional Comments From markus at openbsd.org 2002-02-23 06:10 -------
what does "streaming" mean?
what does "output reports" mean?
do you have more detailed reports?
do you have debugging output? what clients are involved?
what servers? does the same happen with openssh 3.0.2?
does the same happen with a recent
2002 Jan 10
1
OpenSSH 3.0.Xp1, AIX -> Sun trusted host problem
...ost 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/>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007 Apr 08
11
Error message after upgraing the openssh 4.6P1
Hi,
We have upgraded the openssh 4.6P1 on Solaris 8 servers. After upgrade
we get the below error message whenever we execute the remote commands
using ssh. Please let me know what the fix is for this.
Apr 8 03:03:43 dvsrv10 sshd[25379]: [ID 800047 auth.info] Accepted
publickey for osteam from 10.0.93.31 port 35856 ssh2
Apr 8 03:03:50 dvsrv10 sshd[25381]: [ID 800047 auth.error] error:
2001 Mar 26
1
duplicated lines in serverloop.c? (openssh252p2)
Hi,
I was looking through the source, and I noticed that the following
code appears twice in the file serverloop.c. Is it supposed to, and
if not, would there be any ill effect?
+289
+290 /* Read and buffer any available stdout data from the
program. */
+291 if (!fdout_eof && FD_ISSET(fdout, readset)) {
+292 len = read(fdout, buf,
2007 Sep 07
0
OpenSSH 4.7p1, AIX 5.2, with IBM Kerberos = No Joy.
I just tried to build the 4.7p1 on AIX 5.2, with Kerberos 5 enabled,
using the IBM Kerberos implementation (krb5.client.rte,
krb5.toolkit.adt, etc.) Is this supposed to work, or is the full MIT
Kerberos distribution required? IBM provides an older version of
OpenSSH (4.3p2), with Kerberos support, but there are some problems
with it, and I was hoping the problems would be resolved with