similar to: OpenSSH 3.3 & privlege seperation?

Displaying 20 results from an estimated 1000 matches similar to: "OpenSSH 3.3 & privlege seperation?"

2003 Mar 26
2
[Bug 521] PAM authentication not working in privilege seperation mode running in trusted system on hp-ux
http://bugzilla.mindrot.org/show_bug.cgi?id=521 Summary: PAM authentication not working in privilege seperation mode running in trusted system on hp-ux Product: Portable OpenSSH Version: 3.5p1 Platform: HPPA OS/Version: HP-UX Status: NEW Severity: major Priority: P2 Component: sshd
2010 Apr 05
2
Problem updating VM
Hi, I am trying to bring one of my CentOS 5 VMs up to date. I have run: yum clean all yum update yum yum clean all yum update python* rpm* yum clean all without any problems or error messages. Now when I try to run yum update, I get the following: [root at tusker ~]# yum update There was a problem importing one of the Python modules required to run yum. The error leading to this problem
2004 Feb 02
4
for loops?
Hello R people! How can one use a for loop (or something similar) in R? As I type in each line, I get syntax errors... I'm just confused how much to type in at each ">" prompt. Thanks for your help, cathy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Catherine M. Stein Research Assistant, Tuberculosis Research Unit Doctoral Candidate in
2002 Nov 12
2
2.5.5 build ignores $CPPFLAGS
(I'm not subscribed; Mail-Followup-To set.) Contrary to the claim in the output of ./configure --help, $CPPFLAGS is in fact not influential. --- rsync-2.5.5/Makefile.in~ 2002-03-24 23:36:34.000000000 -0500 +++ rsync-2.5.5/Makefile.in 2002-11-12 17:52:04.000000000 -0500 @@ -9,6 +9,7 @@ LIBS=@LIBS@ CC=@CC@ CFLAGS=@CFLAGS@ +CPPFLAGS=@CPPFLAGS@ LDFLAGS=@LDFLAGS@
2004 Jan 02
2
SEM help!!!
I have just started using the SEM package in R, so I'm not sure I'm doing everything right, but I keep getting an error concerning startvalues and I can't figure out how to fix it. Is anyone willing to read over my code and help me out??? Please email me if you are willing to look at my code and I will send it to you. Thank you so much, and Happy New Year! cathy
2006 Apr 10
0
ANI and DNIS Seperation on a PRI(TelephonyNumbering Plan (E.164/E.163) (1)'*4105556654*8005550215*' ])
Alexander, Thanks a million, you really saved me some time on this one. -----Original Message----- From: Alexander Lopez [mailto:Alex.Lopez@OpSys.com] Sent: Mon 4/10/2006 1:11 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: Subject: RE: [Asterisk-Users] ANI and DNIS Seperation on a PRI(TelephonyNumbering Plan (E.164/E.163) (1)'*4105556654*8005550215*' ]) from the
2003 Sep 17
8
[Bug 657] Priv seperation causes setreuid error
http://bugzilla.mindrot.org/show_bug.cgi?id=657 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Priv seperation causes |Priv seperation causes |segfault |setreuid error ------- Additional Comments From dtucker at
2006 Mar 30
3
Export Fixtures Plugin
= Description This plugin is a super lightweight tool used to export data into the test/fixtures directory. So if you want to export all your data from your production server into your development environment, this will simplify the process without having to load up your database manager. [%] rake db:fixtures:export_all RAILS_ENV=development [%] rake db:fixtures:load = INSTALLATION
2003 Dec 11
1
Binomial distribution & Catherine Loader's paper
Hi, I've been trying, without success to find a copy of the paper, by Catherine Loader, that describes the algorithn underlying the rbinom() and associated functions. The title is "Fast and Accurate Computation of Binomial Probabilities." All of the links to the paper that I've seen (including in the R docs) lead nowhere (i.e. are 404). I've sent Dr. Loader several emails,
2006 Apr 10
1
ANI and DNIS Seperation on a PRI (TelephonyNumbering Plan (E.164/E.163) (1) '*4105556654*8005550215*' ])
Yes its a T3 split into seven trunk groups with one D channel and NFAS on each. Can you explain the cut function or point me somewhere please? Thanks, Steve -----Original Message----- From: Alexander Lopez [mailto:Alex.Lopez@OpSys.com] Sent: Mon 4/10/2006 12:51 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: Subject: RE: [Asterisk-Users] ANI and DNIS Seperation on
2015 Dec 16
2
Running sshd with Privilege Seperation drops connection on password change
Hi Darren/Damien, Sorry for responding so late. Still hope we can get this sorted out. Yes I am indeed using PAM for ssh authentication and disabling priv seperation is a no-go for us since it opens up a security loophole. From what I can see in ptree and auth logs, when the child passwd process returns with SIGCHLD, the parent sshd process terminates. Sshd logs are as follows as requested at
2015 Dec 04
3
Running sshd with Privilege Seperation drops connection on password change
Hi folks, I came across this issue on both stock CentOS(v6.4) and Ubuntu(14.04 LTS) and was wondering if any of you have seen it. As far as I can tell this seems like a day-1 bug to me. PROBLEM: If I expire a linux user's password (passwd -e <user>) and then log in via ssh, it will prompt you for a password change. On changing the password successfully, sshd will drop the connection
2006 Nov 26
1
problem loading package Hmisc
Hi, I installed the package Hmisc with the command install.packages("Hmisc") without errors. When I try to load the library with command library(Hmisc) I get the error > library(Hmisc) Error in library(Hmisc) : there is no package called 'Hmisc' > version _ platform i386-pc-linux-gnu arch i386 os linux-gnu system i386,
2019 Jan 04
2
Potential bug in SelectionDAGLegalize::ConvertNodeToLibcall()?
Aside from the fact that you're checking for i64 specifically instead of generally checking for illegal types, how much of this is really PPC specific? Would this be a reasonable enhancement to the SDAG logic in general? -Hal On 1/4/19 8:03 AM, Nemanja Ivanovic wrote: The changes seem fine to me. I don't think this is excessively intrusive and it accomplishes what is needed by targets
2014 Jun 26
2
[LLVMdev] cross-section differences in MC generation
I think that's incorrect. It should to: .section .foo .L1: .L2 = .L1 .section .bar .long .L3-.L2 .L3: Because .L3 and .L2 are in different sections. - Justin On Thu, Jun 26, 2014 at 2:46 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: > This reduces to > > .section .foo > .L1: > .L2 = .L1 > .section .bar > .long .L1-.L2 > > > Which is fairly
2006 Oct 24
1
samba pdc with ldap backend setup problems
Greetings... I'm struggling trying to set up a samba 3.0.23c PDC with ldap backend. The server is Fedora 5, OpenLdap version 2.3.19-4. I've got it so smbd and nmbd start properly and I can use a windows box and see the domain using srvmgr.exe and usrmgr.exe. I'm then able to signon from a windows XP computer with the command net use \\pdcserver\ipc$ /user:root rootpassword Some
2001 Nov 27
3
Debug/error codes
I know in some ways the answer is RTFM, but I'm not even sure which docs to read or where they are. I've posted about my printing problem before (Win2k SP2 won't print to my Linux server printer), and even though I've had some suggestions, nothing has worked (after a solid week of trying combinations in smb.conf, I'm close to having to drop Linux and go to a complete
2019 Jan 04
2
Potential bug in SelectionDAGLegalize::ConvertNodeToLibcall()?
+ Eli Friedman as he often has very insightful comments regarding back end changes. On Fri, Jan 4, 2019 at 9:03 AM Nemanja Ivanovic <nemanja.i.ibm at gmail.com> wrote: > The changes seem fine to me. I don't think this is excessively intrusive > and it accomplishes what is needed by targets whose call lowering can > introduce illegal types. > Adding Justin Bogner as the
2014 Jun 26
2
[LLVMdev] cross-section differences in MC generation
I'm working on Position-independent code for 32-bit PowerPC, but running into a problem. At the beginning of each function, there's a pre-word that's the difference between the PICBase (.L1$pb) and the GOT. This works fine when generating assembly output, but it fails when generating ELF output, with the error "Cannot represent a difference across sections" (line 847,
2006 Apr 10
1
ANI and DNIS Seperation on a PRI (Telephony Numbering Plan (E.164/E.163) (1) '*4105556654*8005550215*' ])
OK I am going to do it again. Global Crossing is now sending ANI but it is not in the format I expected. Any one know of a way to get this data into two seperate variables? The first number is ANI and the second is DNIS so it is "*tendigits*tendigits* on one line like below. < Called Number (len=26) [ Ext: 1 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan