similar to: Authentication inside VirtualMachine works but without doesn't

Displaying 20 results from an estimated 2000 matches similar to: "Authentication inside VirtualMachine works but without doesn't"

2010 Mar 20
3
Is winbindd required for Windows 7 clients
I'm having problems to et windows 7 clients running in my samba 3.4.2 PDC. They always load temporary profiles. WinXP clients are working perfectly. Is winbindd with an LDAP backend required for windows 7 clients? I didn't configure it because it was not necessary for winXP. regards robert -- GMX.at - ?sterreichs FreeMail-Dienst mit ?ber 2 Mio Mitgliedern E-Mail, SMS & mehr!
2009 Aug 12
1
CCF for hourly time series?
Hello, I have a dataframe containing various time series (not time series objects though!)with hourly time steps. I?d like to perform ccf for I need to know the correlation factors for different lags. Here is an example: x<-as.POSIXct(c("2008-12-25 16:00:00", "2008-12-25 17:00:00", "2008-12-25 18:00:00", "2008-12-25 19:00:00", "2008-12-25
2007 Jul 16
1
How to write a data.frame into n different csv-files
Hello, I want to write a data.frame with 10 different entries x (by index y)? into ten different csv-files. In every output file should be one of the ten numbers of x. I tried this one, but I can't write into ten different files, like test1.csv to test10.csv: x <- rnorm(10) y <- c(1:10) z <- data.frame(y,x) n <- nrow(z) for (i in 1:n) write.csv(z$x[i],
2009 Sep 15
6
Thunderbird does not find the right folders :-(
Moika, Overnight, I migrated my user-mails from uw-imap to dovecot-maildir. I used the uw2dovecot.pl script to convert all mails and changed exim, too. Receiving mails works fine allready, but nobody can access the usual subscribed folders with thunderbird. Via "subscriptions" I can find the converted folders in a folder called "_" (underline). People getting mad about me
2010 Apr 03
4
question difference of roaming profile between WinXP and Win7
Hello I want to add Win7 machine to my Samba PDC with WinXP clients. Google tells me I have to add a .V2 to my profiles. The samba log ask about a .v2 share. Can someone explain me the difference of the v2 extension at the profile names and the roaming profile share? Following my settings: smb.conf: [global] logon path = \\%L\nt-profile logon home = \\%L\nt-profile [nt-profile]
2010 Sep 03
2
density() with confidence intervals
Hello R users & R friends, I just want to ask you if density() can produce a confidence interval, indicating how "certain" the density() line follows the true frequency distribution based on the sample you feed into density(). I've heard of loess.predict(loess(y ~ x), se=TRUE) which gives you a SE estimate of the smoothed scatterplot - but density() kernel smoothing is not the
2009 Oct 27
1
wilcox.exact() problem
Dear R friends, here I write again about the wilcox.exact() problem. I want to compare two sets of categorical data, and in one case it says "negative length vectors not allowed", and in the other one I get the error "cannot allocate vector of length ...". On http://rapidshare.com/files/298621893/wilcox.exact_trouble.Rdata.html you can download the data that cause the
2009 Aug 18
2
(no subject)
Dear all, I have a problem with the function read.xls from the gdata package, error message see below. Two examples: First, I try to read my data, which does not work; Secondly, I tried the example code/data with the Iris data, which worked Any idea? Thanks, Lars > path<-"I:/subProjects/bh/HPGD/" > > setwd(path) > > xls <- "Platten_Liste_090421.xls"
2010 Jan 15
3
optimization problem
Dear R-experts, this is not a direct R-problem but I hope you can help me anyway. I would like to minimize || PG-I || over P, where P is a p x p permutation matrix (obtained by permuting the rows and/or columns of the identity matrix), G is a given p x p matrix with full rank and I the identity matrix. ||.|| is the frobenius norm. Does anyone know an algorithm to solve such a problem? And if
2004 Nov 16
3
questions
hi! i just downloaded real player 10 for mac os x - it will not open theora files. i guess i need a plugin for this. can anybody give me an exact link and tell me where to put the plugin? will it work with os 10.2 or do i need 10.3? and what do you think, when will theora 1.0 be ready to be released? i am just writing a proposal for my college (www.hfg-offenbach.de) to set up a theora/ torrent
2008 Sep 02
3
ftables package, zero rows
dear all, i'm just about to do some straightforward contingency tables using ftables (and ctab() for percents). the problem: factor "a" are regions, factor "b" are subregions. every region "a" consists of some subregions "b", but obviously not every subregion "b" is part of every region "a". if i use the ftable() function, the
2005 Apr 25
4
Suse 9.3 boot problem
Hi there I got Suse 9.3 on a raid 1 (md0 :boot and root and md1 home) When I try to get the xen kernel booted, the process goes up to a certain point and then reboots I got two problems: 1) Since I used default suse parameters I would assume all my settings should be OK, so why does it not boot? 2) When booting and getting to the reboot point, it holds the messages only for one second. How can
2006 Aug 31
2
need help with an interaction term
Hello! I?m fitting a model with glm(family binomial). The best model counts 9 Variables and includes an interaction term that was generated by the product of to continuous variables (a*b). All variables are correlated under a value of 0.7 (Spearman rank order) While the estimates of both main effects are negativ, the resulting interaction term is positiv. This change of sign makes it difficult to
2001 Aug 23
2
Missing Values from Spss-Data
Hello, i'm a newbie of the really fantastic "R" , but have some problems to define Missing Values from Spss-Files which i import with the read.spss(data) command ! What should i do to recode i.e. the values 9,99 & 999 to NA. Something like this x <- c(9,99,999,NA) x==NA ...do not what i want, because the data.frame show the values 9,99 & 999 and not NA in this fields ?
2005 Mar 01
13
Step-by-step guide for PowerPoint under wine?
Dear All, is there a step-by-step guide on how to install PowerPoint 2000 with wine (I'm running PhotoShop 3 and UltraEdit with it, perfectly !) System: SuSE Personal 9.1, wine -version is 20040213-41. I tried to start the install with 'wine /path/to/CD-ROM/setup.exe', it takes forever and finally it returns with 'file not found'. The files are all there, expect that on the
2009 Feb 10
2
Problem installing MASS-Package
Dear R-Help-Team, I tried to use isoMDS-Function of the MASS-Package: Message: Fehler: konnte Funktion "isoMDS" nicht finden (error: could not find function "isoMDS") so I tried to install the package MASS: > utils:::menuInstallPkgs() versuche URL 'http://cran.rakanu.com/bin/windows/contrib/2.8/VR_7.2-45.zip' Content type 'application/zip' length 1598763
2009 Oct 13
5
Introduction to mark-recapture analysis in R?
Normal 0 21 false false false MicrosoftInternetExplorer4 Dear R-helpers,   I was wondering whether there are any good books and/or website links that introduce mark-recapture analysis in R. In
2009 Dec 11
1
some problems with ram usage and warnings
Hi, i am new to the R-project but until now i have found solutions for every problem in toturials, R Wikis and this mailing list, but now i have some problems which I can't solve with this knowledge. I have some data like this: # sample data head1 = "a;b;c;d;e;f;g;h;i;k;l;m;n;o" data1 = "1;1;1;1;1;1;1;1;1;1;1;1;1;1" data2 = "2;2;2;2;2;2;2;2;2;2;2;2;2;2" data3 =
2010 Jan 11
1
K-means recluster data with given cluster centers
K-means recluster data with given cluster centers Dear R user, I have several large data sets. Over time additional new data sets will be created. I want to cluster all the data in a similar/ identical way with the k-means algorithm. With the first data set I will find my cluster centers and save the cluster centers to a file [1]. This first data set is huge, it is guarantied that cluster
2016 Jan 19
2
Change user Password with smbpasswd
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 "samba-tool user setpassword" works fine, but I don't want all "normal" Users to connect to the Domaincontroller to change their password. So I tried it with smbpasswd as it was mentioned in many places. I know that smbpasswd is normaly for NT-Domains but somehow also an AD-User must be able to change his password. passwd is