search for: _got_

Displaying 3 results from an estimated 3 matches for "_got_".

2003 Oct 07
1
is.na(v)<-b (was: Re: Beginner's query - segmentation fault)
...erwards you expect f(x) == y to be true. So let's try it: > x <- c(1,NA,3) > is.na(x) <- c(FALSE,FALSE,TRUE) > x [1] 1 NA NA > is.na(x) [1] FALSE TRUE TRUE vvvvv So I _assigned_ c(FALSE,FALSE,TRUE) to is.na(x), but I _got_ c(FALSE,TRUE, TRUE)> instead. ^^^^^ That is not how a well behaved sinister function call should work, and it's enough to scare someone off is.na()<- forever. The obvious way to set elements of a variable to missing is ... <- NA. Wouldn't it be better if th...
2009 May 14
4
authenticate Linux users to AD on Windows 2003R2
Hello, I have enough details on how to have Linux users authenticate to a 2003r2 AD, but I need help getting their home dir's to automatically mount to a windows share. Any details would be greatly appreciated. Many thanks, James
2005 Aug 17
2
Dovecot Deliver Problem
Trying to use the deliver utility and getting this error: error: net_connect(/var/run/dovecot/auth-master) failed: No such file or directory -- Marc Perkel - marc at perkel.com Spam Filter: http://www.junkemailfilter.com My Blog: http://marc.perkel.com