Displaying 20 results from an estimated 200 matches similar to: "PAM error on openssh-2.3.0p1/HP-UX"
2017 Dec 04
1
svyglm
Hi,
I am trying to run analyzes incorporating sample weight, strata and cluster (three-stage sample) with PNS data (national health survey) and is giving error. I describe below the commands used. I could not make the code reproducible properly.
Thanks,
#################################################
library(survey)####change to 0 and 1 variable
2012 Sep 15
1
Question about copying arguments in C.
Hi List,
I'd imagine this is a question that has been answered before, but I
can't seem to track it down, sorry for the duplication if it has.
I am writing an interface for a C library and want to return an S4
class from the 'constructing' method. One of the slots of the argument
to be returned will be filled with one of the arguments passed to the
function. My question is about
2001 Apr 11
1
openssh 2.5.2p2/Solaris 5.8 problems
openssh 2.5.2p2 on Solaris 8 has PAM/cron problems. If I build it with PAM
then cron quits working giving "cron audit problem." errors. If I turn
PAM off then cron works but I get kicked out of any session where a password
is needed (i.e. no .rhosts/.shosts or not using ssh-agent) with the message
"Connection closed by IP#". I get through if I have a .rhosts/.shosts or use
2001 Aug 03
1
Disconnecting: protocol error: rcvd type 98
When I SSH using protocol 1 from a Debian box running OpenSSH 2.9p2-4
to a sparc.sunos5 box running vanilla OpenSSH 2.9.1, after a little
while (of inactivity?) I get the following message on the client
terminal:
Disconnecting: protocol error: rcvd type 98
Looking further, this message is actually caused by the SSH daemon.
However, I'm at a loss to determine why sshd is doing this.
I attach
2000 Jul 11
0
persistant err message "tvp!=NULL"
=== not on the list, please cc ===
Greetings. I've STFW, and I've realy not seen any reference to this.
Recently I changed from loglevel info to loglevel debug. After I did that, I
started getting a PLETHERA of odd logs. I changed back to LogLevel INFO, but
I do stil get these messages, which kinda worry me:
Jul 11 10:10:13 cabal sshd[26003]: debug: tvp!=NULL kid 0 mili 10
Jul 11
2000 Dec 17
2
Portable OpenSSH Solaris UseLogin Issue
Greetings,
In order to use solaris's BSM (Basic security module) also called c2 audit,
which logs specific kernel calls depending on your audit_control,
I would need to use login(1) to log users exec calls and whatnot because
Portable OpenSSH does not have <bsm/audit.h> support, now that would mean I
would have to enable Uselogin in sshd_config in order for that to work.
I am running
2001 Jun 18
1
OpenSSH + Solaris + AFS ???
Hello *,
sorry if i missed an article which already solves my problem.
I need a working configuration of OpenSSH for Solaris 7 (SunOS 5.7)
with AFS support. PAM support to use the AFS PAm module `pam_afs.so'
and TCP-Wrapper support would be nice.
It would be nice to have similar configurations for Solaris 6
(SunOS 5.6), Solaris 8 (SunOS 5.8) and Solaris 2.5.1.
I have tested a few
2001 Aug 27
1
scp1 issue
Hi.
I hope this is not entirely inappropriate, I have tried
comp.security.ssh but have not received any response, anyhow
I am wondering how scp1 really works, as far as I can tell it should be
quite straight forward, just send
version string
CMSG_SESSION_KEY
CMSG_USER
CMSG_AUTH_PASSWORD
CMSG_EXEC_CMD
And wait for SMSG_STDOUT_DATA until SMSG_EXITSTATUS.
I have read the scp.c code and and it more
2000 Nov 08
1
internal error: we do not read, but chan_read_failed
Hello,
The error message in the subject line occurs with the new 2.3.0 openssh
version and appeared in the previous snapshots on our Solaris systems. As far
as I remember it was reported, but have not seen any more about this. I have
looked into it a little bit.
First, the file session.c (line 1849 onwards):
debug("session_exit_message: release channel %d", s->chanid);
2001 Jan 10
1
SSH2/1 Failure when using bash shell, other shells work
Got a strange problem here. We have OpenSSH 2.3.0p1 running on a variety of
machines and on one particular Redhat 6.2 machine(all patches applied) we
run into a situation where it will not allow us to start a shell when using
bash or bash2. csh and others work fine.
One note...if I enable PermitRootLogin, the user root IS allowed to login
with bash. This is very strange. I'm guessing it
2003 Jun 04
1
new application Dialtone()
Hello,
I created a new application for myself called Dialtone() by modifing
res/res_indications.c file. It can be used as such:
exten => s,4,Dialtone(30|${CALLERIDNUM})
exten => s,5,Playback(time-exceeded)
exten => s,6,Goto(s|1)
It will stutter if you have new voicemail and you have passed the mailbox
number as I did above. It will stop dialtone the moment you press a key
2000 Dec 27
0
'debug1: tvp!=NULL kid 0 mili 10' messages
Since 2.4 is approaching, I'll raise a question that's been bugging me...
I prefer to run all my sshd's with LogLevel DEBUG. I'm just a paranoid
control freak ;) Anyway, for as long as I can remember openssh's sshd
spits out 'tvp!=NULL kid 0 mili 10' (or very minor variations) continuously
when LogLevel DEBUG is used. Looking at serverloop.c it looks like this
2001 Apr 05
0
HP-UX 9 problems (hangs on logout; tty isn't sane)
I'm trying to get OpenSSH 2.5.2p2 to run on HP-UX 9.05. I've had some
decent results, but I'm also seeing some problems.
I'm using the EGD (I configured with --with-prngd-socket=/tmp/entropy).
* Compiling required some changes, which I've attached. Two of the
changes are "hackish", and not at all suited to inclusion in the
source tree, but they might point
2000 Jun 28
0
Solaris 8 build and test of snapshot
Hi Damien (Miller),
And compiles fine... (options below)
on running, this seemed to be the only issue...
debug: Command 'ipcs -a' timed out
last and who both report correctly, including the full hostname for who...
and probably nothing:
debug: tvp!=NULL kid 0 mili 10 bout 50 times while using ssh...
and on exit, this error message came up (this has been an issue with
solaris for a
2004 Feb 07
0
OS X
Hello,
has anyone experience with "CoreAudio" and "Vorbis" ?
I try to decode a file with ov_read(...).
It works for some (mili)seconds and then the Output get into trouble... .
You need some infos?
char buffer[4096];
OSStatus Render(...) {
bytes_read = ov_read(&vf, buffer, sizeof(buffer), 0, 2, 1,
¤t_section);
memcpy(ioData->mBuffers[0].mData,
2019 Oct 29
0
[Announce] Samba 4.11.2, 4.10.10 and 4.9.15 Security Releases Available
Release Announcements
---------------------
These are security releases in order to address the following defects:
o CVE-2019-10218: Client code can return filenames containing path separators.
o CVE-2019-14833: Samba AD DC check password script does not receive the full
password.
o CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server
via
2019 Oct 29
0
[Announce] Samba 4.11.2, 4.10.10 and 4.9.15 Security Releases Available
Release Announcements
---------------------
These are security releases in order to address the following defects:
o CVE-2019-10218: Client code can return filenames containing path separators.
o CVE-2019-14833: Samba AD DC check password script does not receive the full
password.
o CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server
via
2011 May 11
1
Total effect of X on Y under presence of interaction effects
Dear all,
this is probably more a statistics question than an R question but probably
there is somebody who can help me nevertheless.
I'm running a regression with four predictors (a, b, c, d) and all their
interaction effects using lm. Based on theory I assume that a influences y
positively. In my output (see below) I see, however, a negative regression
coefficient for a. But several of the
2019 Nov 03
0
Recent inability to view long filenames stored with scp via samba mount
On 03/11/2019 11:37, Michael Lueck via samba wrote:
> Greetings Samba team,
>
> It has been a long time since I needed to ask a Samba technical question.
>
> Server and workstation are both running the latest Samba packages via
> Ubuntu 16.04 LTS. I recently applied the security updates... actually
> that was yesterday I applied them.
>
>
>> samba
2002 Jun 05
0
new problem with shell closing as soon as its launched under HP-U X 10.20
Our admins recently rebuilt a server and put the Dec. 2001 HP patch bundle
on it. The ssh software was installed from a software depot, so it is the
same as was previously on the server and as is on other, functional servers.
Upon such time, when sshd comes up, it will accept connections, authenticate
users as normal, but their shell appears to die during connection.
The only output a user will