similar to: HEAD and 2.0.4b - interworking?

Displaying 20 results from an estimated 1000 matches similar to: "HEAD and 2.0.4b - interworking?"

1999 May 28
0
NIS+ support
A small contribution :) I downloaded and installed 2.0.4b and compiled with NIS+ support since the fixed configuration for it was one of the new features. All worked fine, except that I found I couldn't change passwords. It turned out to be not a configuration error, but that some of the NIS+ routines hadn't been implemented yet. So I did that :) So far my mods seem to be working, but I
2000 Feb 09
1
Samba breaking for me between 2.0.4b and 2.0.6
Hi All A lazy question I guess before I start trawling through past messages and changes docs. We've been running a fairly simple samba config on Solaris 2.5.1 OK with version 2.0.4b. Just simple file and print sharing in a workgroup. After upgrading to 2.0.6 something seems to break. File and print sharing doesn't work and error messages such as remote computer (the samba server) not
2008 Feb 23
1
Reg. VNC server and Windows and Centos interworking
Hi all, I have a Windows XP PC and a Centos PC (Centos 4.3 release, kernel- 2.6.9-34.EL) which are in the same LAN. Currently, I am able to use VNC server on the centos to view the Windows PC, but not able to view the Centos PC from the Windows PC. This applies for even file sharing also. The samba server is running and I can view the windows network from Centos PC but in the Windows network, not
1998 Mar 09
0
Problems with wins proxy interworking (1.9.18p[23] -->1.9.17
Dear Ladies and Gentlemen, I am writing to ask your help with what may be an nmbd interworking problem. The situation is as described in the samba distribution documenet BROWSING.TXT. I have LANS connected by routers to a central site. FreeBSD 2.2.2R/Samba 1.9.17 nmbds at the remote LAN act as WINS proxy's to a a Samba WINS at the central site. All is well when the WINS proxy samba and the
2008 Nov 05
1
SER/Asterisk interworking mailing list.
Greetings, As a developer and consultant who spends considerable time on projects involving the fusion of Asterisk and products derived from the SER ecosystem (OpenSER, Kamailio, OpenSIPS, the new SIP-Router), I have found that there is a great volume of interest in this topic on the mailing lists associated with all communities involved, but a comparative lack of focus that results in
2009 Dec 09
2
Problem with if statement
I am trying to use the value of an ID variable in an if statement and not getting the results I expected. # ID values for two school districts > with(rf, tapply(DistrictID, DistrictName, min) ) Aberdeen School Dist. # 58 Buhl Joint School District 59340 53409 This creates DNAME as I expected ...
2008 May 13
1
Bubble plot pie chart map
Hello, I am currently trying to show the abundance of two species of zooplankton within the North Sea as pie chart bubble plots. I followed Werner Wernersen's advice in R help (http://finzi.psych.upenn.edu/R/Rhelp02a/archive/48644.html) and used Paul Murrell's paper "Integrating Grid Graphics Output with Base Graphics Output" (in R News) to try and do this (using the gridBase
2006 Aug 19
9
SSH scans vs connection ratelimiting
Gang, For months now, we're all seeing repeated bruteforce attempts on SSH. I've configured my pf install to ratelimit TCP connections to port 22 and to automatically add IP-addresses that connect too fast to a table that's filtered: table <lamers> { } block quick from <lamers> to any pass in quick on $ext_if inet proto tcp from any to ($ext_if) port 22 modulate
2006 Feb 15
1
Rails on Apache
Hi all, I''m trying to get rails to run under apache and have looked at the various how-to pages, but don''t seem to see an answer to my basic question: Can I do this without using mod-rewrite? Do I have to use .htaccess with various rewrite rules, or can I just do it with a really minimal .htaccess that only says something about the AddHandler for .cgi? -- cheers, Bruce
2004 Nov 14
0
Inbound Virus Alert
A virus has been detected in a message addressed to helpdesk.aberdeen at cnrinternational.com from r-help at lists.r-project.org. The subject of the message is Re: Here. The virus could not be cleaned and the message is held in Dirty Messages Message from: r-help at lists.r-project.org. Message subject: Re: Here Sent to: helpdesk.aberdeen at cnrinternational.com Dated: Sun, 14 Nov 2004
2018 Feb 16
0
Competing risks - calibration curve
Dear R users, I am new to R and wanted to apply competing risk methods in my research work. I used the R code given by Zhang et al in his paper 'Nomogram for survival analysis in the presence of competing risks published in Ann Trans Med 2017:5(20):403. I am struggling with getting calibration curve thro' internal validation. I am happy to receive suggestion in the coding as well
2006 Nov 01
0
spatstat symbol referencing error
Sparc Solaris 8 SunStudio 11 compilers R-2.3.1 spatstat 1.10-1 R-2.3.1 and spatstat were installed using SunStudio11 compilers on a Sparc Solaris 8 machine. No errors were reported in the compilations, however, when I try to load spatstat I get an error: > library(spatstat) Loading required package: mgcv This is mgcv 1.3-20 Error in dyn.load(x, as.logical(local), as.logical(now)) :
2007 Nov 28
1
Http_proxy settings with autoproxy.php
Just installed R on a new machine which is on a server. I am trying to download packages but seem to have trouble with our proxy settings. I have read the 2.19 section in R for Windows and tried what was suggested (setting http_proxy) but that did not help (still cannot connect). I think my problem is that we do not have a fixed port but use instead autoproxy. Has anyone encountered this problem
2010 Oct 06
0
methodology question : is anova appropriate for these data?
Representative small sample of data: algorithmID <- factor(c(rep('alg1',4),rep('alg2',4),rep('alg3',4))) threshold <- factor(rep(c(.45,.50,.55,.60),times=3)) score <- c(30,32,31,30,10,12,13,14,22,21,20,24) d <- data.frame(algorithmID,threshold,score) AlgorithmID is the name of each algorithm; threshold is the value of a parameter used by the algorithm that
2007 May 25
0
Help with complex lme model fit
Hi R helpers, I'm trying to fit a rather complex model to some simulated data using lme and am not getting the correct results. It seems there might be some identifiability issues that could possibly be dealt with by specifying starting parameters - but I can't see how to do this. I'm comparing results from R to those got when using GenStat... The raw data are available on the
2018 Feb 16
0
Competing risks - calibration curve
Hi, Sorry not to provide R-code in my previous mail. R code is below #install.packages("rms") require(rms) #install.packages("mstate") library(mstate) require(splines) library(ggplot2) library(survival) library(splines) #install.packages("survsim") require(survsim) set.seed(10) df<-crisk.sim(n=500, foltime=10, dist.ev=rep("lnorm",2),
2003 Sep 29
5
colours in dotchart (PR#4343)
Problem: neither fg or bg nor color work properly in dotchart. version: R-1.7.1 for windows code which shows the errors: x <- matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte r"))) dotchart(x,fg="blue",bg="lightgrey") dotchart(x,color=c("red","blue")) Dr Ian J Wilson Lecturer in
2007 Aug 02
1
Xyplot - adding model lines to plotted points
Hello, I have written code to plot an xyplot as follows: library(lattice) xyplot(len~ageJan1|as.factor(cohort),groups=sex,as.table=T,strip=strip.c ustom(bg='white',fg='white'),data=dat, xlab="Age (January 1st)",ylab="Length (cm)",main="Linear models for male and female cod, by cohort",type='p',
2018 Mar 21
1
selectFGR vs weighted coxph for internal validation and calibration curve- competing risks model
Dear Geskus, I want to develop a prediction model. I followed your paper and analysed thro' weighted coxph approach. I can develop nomogram based on the final model also. But I do not know how to do internal validation of the model and subsequently obtain calibration plot. Is it possible to use Wolbers et al Epid 2009 approach 9 (R code for internal validation and calibration) . It is
2010 May 31
1
Working example of logical storage pool and volume creation?
Hi all, Does anyone have a working example of creation of a logical storage pool and volume? I'm hitting a wall getting logical volumes to work on RHEL 6 beta. There's a single drive I'm trying to setup (sdc) as a libvirt managed logical storage pool, but all volume creation on it fails. Here's what I'm finding so far: Prior to any storage pool work, only the host