similar to: Windows Vista password dialog keeps coming up

Displaying 20 results from an estimated 200 matches similar to: "Windows Vista password dialog keeps coming up"

2008 May 09
2
Vista and "System error 53 has occurred"
Hi, Problem: Out of the blue Vista on my laptop decides it doesn't want to mount a share over PPTP VPN connection. I can mount the share in the local network but I can't do it over VPN. When trying to access the server, using "net view \\172.16.1.71" it shows the error in the subject. Platform/Versions: OS: Sun Solaris 10 11/06 release Samba version:
2008 Jan 25
0
VPN and NetBIOS aliases
Hi,I'm wondering if anyone has run into this but I found out that I can't use Window's VPN connection and logon to Samba using Aliases. I can log into the server using the server's main NetBIOS name but I can't use any of the aliases. Whilst inside the network the aliases work fine.Any ideas on how to get around this?# Samba config file created using SWAT # from 192.168.1.200
2013 Oct 06
1
Rsync copies more than the changes
I use rsync on an SSD which is slow at writing, but very fast at reading, so it is important to me to avoid writing data. I had hoped rsync would only write changes in files when using --inplace, but it seems not: # Make a 1 GB file $ perl -e 'print "x"x1000000000' > 1g # rsync it (as expected this costs 1 GB writes) $ ./rsync-3.1.0/rsync --progress --inplace -cva 1g 1g.copy
2007 Jun 19
1
plotting order of lines in xyplot panels while using conditioning variable and groups
I am using the following code: library(lattice) data<-read.csv("data.csv") attach(data) fig<-xyplot(S_t~month|event, key = list(text=list(lab=c("Time to first CV event - Data", "Survival post first CV event - Model", "Survival post first MIA/CA event - Data",
2006 Jan 18
1
Canonical Variance Analysis by any other name?
I've been asked about "Canonical Variance Analysis" (CVA). I don't see any reference to it searching the R site. Does it go by other names? Genstat describes it thus: Canonical variates analysis operates on a within-group sums of squares and products matrix, calculated from a set of variates and factor that specifies the grouping of units. It finds linear combinations of the
2010 Jul 09
1
KLdiv produces NA. Why?
I am trying to calculate a Kullback-Leibler divergence from two vectors with integers but get NA as a result when trying to calulate the measure. Why? x <- cbind(stuff$X, morestuff$X) x[1:5,] [,1] [,2] [1,] 293 938 [2,] 293 942 [3,] 297 949 [4,] 290 956 [5,] 294 959 KLdiv(x) [,1] [,2] [1,] 0 NA [2,] NA 0 Best, Ralf
2010 Jul 15
1
Repeated analysis over groups / Splitting by group variable
I am performing some analysis over a large data frame and would like to conduct repeated analysis over grouped-up subsets. How can I do that? Here some example code for clarification: require("flexmix") # for Kullback-Leibler divergence n <- 23 groups <- c(1,2,3) mydata <- data.frame( sequence=c(1:n), data1=c(rnorm(n)), data2=c(rnorm(n)), group=rep(sample(groups, n,
2005 May 06
1
distance between distributions
Hi, This is more of a general stat question. I am looking for a easily computable measure of a distance between two empirical distributions. Say I have two samples x and y drawn from X and Y. I want to compute a statistics rho(x,y) which is zero if X = Y and grows as X and Y become less similar. Kullback-Leibler distance is the most "official" choice, however it needs estimation of
2008 Jan 10
1
Entropy/KL-Distance question
Dear R-Users, I have the CDF of a discrete probability distribution. I now observe a change in this CDF at one point. I would like to find a new CDF such that it has the shortest Kullback-Leibler Distance to the original CDF and respects my new observation. Is there an existing package in R which will let me do this ? Google searches based on entropy revealed nothing. Kind regards, Tolga
2007 Dec 17
2
accessing samba over the internet with dreamweaver
Hello, I've got a friend who publishes his site via dreamweaver. He connects to his site via a samba share and opens and saves files. Now the sites have tempoarily relocated. I'm wanting him to still be able to access his site files with his dreamweaver over the internet. Is this doable with either samba, directly through dreamweaver, or something else? This needs to be as simple
2008 Jun 04
1
Problem with Login Shell in User Information using Winbind
Hi all I am trying to get windows AD logins to work with Fedora 8/9 linux.I had the same setup working well with fedora 7 , but with fedora 8/9 the problem is whenever I do "getent passwd 'username'" the login shell is listed as /bin/false and users cannot login , even though I have set it to use template shell= /bin/bash in the smb.conf configuration file. Also I have made
2008 Mar 18
1
kinit succeeded but ads_sasl_spnego_krb5_bind failed
Hi all, I'm having trouble joining samba to active directory. My samba version is 3.0.28a-35 and krb is 1.6.1-17.el5. It's running on centos 5, kernel version 2.6.18-53.1.14.el5. It's running on vmware server by the way if that is of any significance. The specific error that I get are as follows: when testjoining the domain: [2008/03/18 04:34:07, 0]
2003 Mar 05
8
How to draw several plots in one figure?
Hey, I want to draw several plots sequently, but have to make them dispaly in one figure. So how to achieve this? Thanks. Fred
2008 Oct 19
0
Kullback Leibler Divergence
Hi there, I'm trying to find the KL divergence measure between a prior and it's posterior distributions, and I'm using the KLdiv method in the flexmix package. plese see the example below: require(flexmix) x=seq(-4,4,length=100) d1=dnorm(x,0,1) d2=dunif(x,-3,3) y=cbind(d1,d2) kl=KLdiv(y) but let say, x1=seq(-5,5,length=100) d3=dunif(x1,-3,3) y1=cbind(d1,d3) kl1=KLdiv(y1) Notice
2008 Sep 29
2
density estimate
Hi, I have a vector or random variables and I'm estimating the density using "bkde" function in the KernSmooth package. The out put contains two vectors (x and y), and the R documentation calls y as the density estimates, but my y-values are not exact density etstimates (since these are numbers larger than 1)! what is y here? Is it possible to get the true estimated density at each
2008 Apr 09
6
Help: justification for Linux PDC vs Windows...
Hello, My IT department has implemented a samba PDC and now we are taking flack for it. Can anyone help me out with some good justifications for doing it this way vs the Microsoft way? Have a meeting about it in a short while... We wanted to do it because Linux is more secure and more stable. But there may be other good reasons and it would be good to know them. Or maybe it would be better
2007 Aug 03
3
question about logistic models (AIC)
Een ingesloten tekst met niet-gespecificeerde tekenset is van het bericht gescrubt ... Naam: niet beschikbaar Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070803/79b6292b/attachment.pl
2010 Oct 13
5
Poisson Regression
Hello everyone, I wanted to ask if there is an R-package to fit the following Poisson regression model log(\lambda_{ijk}) = \phi_{i} + \alpha_{j} + \beta_{k} i=1,\cdots,N (subjects) j=0,1 (two levels) k=0,1 (two levels) treating the \phi_{i} as nuinsance parameters. Thank you very much -- -Tony [[alternative HTML version deleted]]
2008 Aug 13
0
New package: BiplotGUI
Dear R users, I am pleased to announce the release of the new BiplotGUI package on CRAN. Biplots are graphs in which the samples and all the variables of a data matrix are represented simultaneously. They can be very useful for exploring multivariate data. The BiplotGUI package allows users to construct and interact with biplots as they are described in "Biplots" (Gower and Hand,
2008 Aug 13
0
New package: BiplotGUI
Dear R users, I am pleased to announce the release of the new BiplotGUI package on CRAN. Biplots are graphs in which the samples and all the variables of a data matrix are represented simultaneously. They can be very useful for exploring multivariate data. The BiplotGUI package allows users to construct and interact with biplots as they are described in "Biplots" (Gower and Hand,