similar to: PMI patch for OpenSSH 4.4p1

Displaying 20 results from an estimated 500 matches similar to: "PMI patch for OpenSSH 4.4p1"

2006 Nov 12
2
Client options to server
Hi, I'm using openssh 4.4 I'm trying to develop a new SSH appliance, but I need some parameters from client. In client I setup new record in the structure options that I think are passed to server. Where is the structure of the server where stored client options? Thanks -- Vincenzo Sciarra
2020 Jul 30
2
Set write permission for an user into a specific LDAP field...
I need to have an AD user that need to *write* in an users LDAP field. The user case is a MFP (a set of MFP, indeed) that have RFID auth, and so need to 'register' the RFID cards. Seems to me that i have to use dsacl/samba-tool acl ds, but i don't found a way to set the property for every user. EG, assign write permission to user 'mfp' to field 'pager' for every
2018 Aug 07
1
Samba MFP "scan to share" issue
Hello, I am testing a new samba share (Version 4.7.1) in order to replace an old samba share (Version 3.5.6). Especially, I am facing issues with Canon MFP "scan to share". With model Canon IR1730 (SMB1 only capable), "scan to share" seems to not work with the new 4.7.1 samba share. The canon error code returns by the Canon iR1730 is #0753 with this 4.7.1 samba share. It
2018 May 11
4
Samba, AD and devices compatibility...
Mandi! Rowland Penny via samba In chel di` si favelave... > I think that is what Andrew is trying to tell you, the printer needs to > support SASL over TLS/SSL or it will never work. I don't think there is > anything you can do, but I am surprised that the print doesn't already > support it, after all, it isn't something new ;-) Mi confusion grow. ;-) As stated in my
2010 May 25
2
Relative Risk/Hazard Ratio plots for continuous variables
Dear all, I am using Windows and R 2.9.2 for my analyses. I have a large dataset and I am particularly interested in looking at time to an event for a continuous variable. I would like to produce a plot of log(relative risk) or relative risk (also known as hazard ratio) against the continuous variable. I have spent a long time looking for advice on how to do this but my search has proved
2013 Feb 28
3
hp1213nf mfp printer driver in centos6.2
Dear Sir, ??????????????? Please know me how to function hp 1213nf mfp printer (printer + scanner + fax + copy) in centOS 6.2. The computer shows the printer but cannot oprate. the message displayed "Missing printer driver"? etc. ??????????????? This will be very helpful to me if anyone can inform me the technique to operate this printer in centOS 6.2. ????????? Thanking you,
2011 Sep 01
1
Background fill and border for a legend in dotplot
Dear R help group I've been working on this plot for a while now and now getting around to the minor adjusments. I would like to be able to put a border and background fill around the legend in this plot. I understand the legend 'bty' should do this have this capablity but not sure how the syntax works in this case ###### initalise library("lattice")
2012 Jan 09
2
Joint confidence interval for fractional polynomial terms
Dear R users, The package 'mfp' that fits fractional polynomial terms to predictors. Example: data(GBSG) f <- mfp(Surv(rfst, cens) ~ fp(age, df = 4, select = 0.05) + fp(prm, df = 4, select = 0.05), family = cox, data = GBSG) print(f) To describe the association between the original predictor, eg. age and risk for different values of age I can plot it the polynomials
2006 Oct 12
1
New auth method
How can add a new authentication method build by me to sshd ? Thanks -- Vincenzo Sciarra
2005 Sep 02
1
C-index : typical values
I am doing some coxPH model fitting and would like to have some idea about how good the fits are. Someone suggested to use Frank Harrell's C-index measure. As I understand it, a C-index > 0.5 indicates a useful model. I am probably making an error here because I am getting values less than 0.5 on real datasets. Can someone tell me where I am going wrong please ? Here is an example using
2011 Sep 15
1
Colour code y-axis labels on a dot plot
Dear R helpers I would like to be able to colour code the y-axis labels on a complex dot plot by a variable known as company (of which there are only two). The code is below and data attached. Thanks MarkM library("lattice") library(latticeExtra) # for mergedTrellisLegendGrob() # set size of the window windows(height=10, width=7,rescale=c("fixed")) ##read the data to a
2009 May 23
2
HP L7780 support in hplip 1.6.7???
Alle, I have an HP L7780 MFP, which is supported under hplip 1.7.2 but not the current install of 1.6.7. Does anyone know of a way just to add that particular driver to 1.6.7, or will it require removing the standard 1.6.7 and doing a custom install of 1.7.2. If the latter, what would you consider the dangers/other implications of going "rogue"? Best Regards, Camron -- Camron W.
2009 Jun 09
2
Isolating a single plot from plots produced simultaneously
Dear R-Help, I am using the 'mfp' package. It produces three plots (as I am using the Cox model) simultaneously which can be viewed together using the following code: fit <- mfp(Surv(rem.Remtime,rem.Rcens)~fp(age)+strata(rpa),family=cox,data=nearma,select=0.05,verbose=TRUE) par(mfrow=c(2,2)) plot(fit) They can be viewed separately but the return key must be pressed after each graph
2004 Nov 17
1
need help on R
Hi, I am working on a modeling project for PMI-Australia and interested in using R, especially POLYMARS or PLYCLASS. I use SAS /PC on WINDOWS for the statistical analyses including Modeling. I got R downloaded to the system but can't figure out how to interface with SAS so that I could use SAS datasets already in place. Also I could not find POLYMARS on the library packages. I need to know
2006 Oct 11
1
New Module Tutorial
Hi, how can add a new module in openSSH? Is there a tutorial? Thanks
2017 Sep 25
2
[PATCH v1 4/4] KVM/vmx: enable lbr for the guest
> +static void auto_switch_lbr_msrs(struct vcpu_vmx *vmx) > +{ > + int i; > + struct perf_lbr_stack lbr_stack; > + > + perf_get_lbr_stack(&lbr_stack); > + > + add_atomic_switch_msr(vmx, MSR_LBR_SELECT, 0, 0); > + add_atomic_switch_msr(vmx, lbr_stack.lbr_tos, 0, 0); > + > + for (i = 0; i < lbr_stack.lbr_nr; i++) { > + add_atomic_switch_msr(vmx,
2017 Sep 25
2
[PATCH v1 4/4] KVM/vmx: enable lbr for the guest
> +static void auto_switch_lbr_msrs(struct vcpu_vmx *vmx) > +{ > + int i; > + struct perf_lbr_stack lbr_stack; > + > + perf_get_lbr_stack(&lbr_stack); > + > + add_atomic_switch_msr(vmx, MSR_LBR_SELECT, 0, 0); > + add_atomic_switch_msr(vmx, lbr_stack.lbr_tos, 0, 0); > + > + for (i = 0; i < lbr_stack.lbr_nr; i++) { > + add_atomic_switch_msr(vmx,
2011 Aug 20
1
Detaching LVM volume from Windows guest
Hello, I have some difficulties regarding to above title. Windows as guest OS is running on KVM(Ubuntu natty). After attaching LVM volume to guest OS and did "safely remove device" in guest windows, detaching volume was failed. > root at localhost:/opt/win# virsh detach-disk testwin vdc > error: Failed to detach disk > errpr: operation failed: detaching virtio-disk2 device
2019 Mar 25
2
Unable to upload printer drivers
Hi, I'm trying to upload printer drivers on a fresh samba installation (version 4.9.4). I configured the settings accordingly to the wiki and also followed the instructions for adding printer drivers. I am able to read and write to the print$ share and to access the samba server via the printer management console. However when I try to upload an driver (and I tried different type 3
2011 Aug 15
2
Alternative and more efficient data manipulation
Hello list, ## I have been doing the following process to convert data from one form to another for a while but it occurs to me that there is probably an easier way to do this. I am often given data that have column names which are actually data and I much prefer dealing with data that are sorted by factors. So to convert the columns I have previously made use of make.groups() in the lattice