search for: lnode

Displaying 3 results from an estimated 3 matches for "lnode".

Did you mean: inode
2017 Oct 23
2
EnableFastISel
...done by testing if TM.Options.EnableFastISel is set. For example in SelectionDAGISel::LowerArguments SDB->setValue(&Arg, Res); if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::BUILD_PAIR) { if (LoadSDNode *LNode = dyn_cast<LoadSDNode>(Res.getOperand(0).getNode())) if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(LNode->getBasePtr().getNode())) FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); } Is it in BUG or am I missing somet...
2004 Jun 17
6
[Bug 881] PAM: authentication thread exited unexpectedly
...at wynes.com CC: a at wynes.com Relevant components of our environment: Solaris 8 Sun Resource Manager 1.3 (SRM) with all published patches. OpenSSH 3.8.1p1 We're having an issue where SSH logins using PAM authentication are failing for certain accounts (those without SRM lnodes). The client receives a "Connection Closed" message and sshd logs the message "fatal: PAM: authentication thread exited unexpectedly". With SRM, the kernel uses lnodes (Limit nodes) associated with uids to track usage and allocation for RAM, CPU and logins. An lnode can...
2003 Sep 25
2
sshd (openssh 3.7.1p1) dies during login on Solaris 8 system with SRM installed
I have compiled ssh 3.7.1p1 using gcc and am trying to get it to run on our Solaris 8 systems running Sun's SRM system. With existing users it is fine, but with a new user, the user can not ssh in on the first login, they get the message from SRM that no lnode has been created. I put sshd in debug and found that it SEG's here: debug3: mm_sshpam_free_ctx: waiting for MONITOR_ANS_PAM_FREE_CTX debug3: monitor_read: checking request 52 debug3: mm_answer_pam_free_ctx debug3: mm_request_receive_expect entering: type 53 debug3: mm_request_receive entering...