search for: isf

Displaying 20 results from an estimated 39 matches for "isf".

Did you mean: if
2011 May 18
1
Need expert help with model.matrix
...ty', 'contr.poly') namD <- names(data) for (i in namD) if (is.character(data[[i]])) { data[[i]] <- factor(data[[i]]) warning(gettextf("variable '%s' converted to a factor", i), domain = NA) } isF <- sapply(data, function(x) is.factor(x) || is.logical(x)) isF[int] <- FALSE isOF <- sapply(data, is.ordered) for (nn in namD[isF]) if (is.null(attr(data[[nn]], "contrasts"))) contrasts(data[[nn]]) <- contr.funs[1 + isOF[nn]] # br...
2016 Aug 01
4
Unlock domain user
...i Rowland. The command (samba-tool user enable 'user') is used to enable a user account that has been disabled in AD, but it is not functional to unlock a user account that has been locked by wrong password. Anderson Hoffmann do Carmo MCP | MTA | MCDST | MCTS | MCSA | MS | MOS | ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV | 2016-08-01 13:51 GMT-03:00 Rowland penny <rpenny at samba.org>: > On 01/08/16 17:40, Anderson Hoffmann do Carmo wrote: > >> Hi for all! >> >> It's a simple question, but I did not find the answer! >> How unlock domain user af...
2016 Aug 01
2
Unlock domain user
...question, but I did not find the answer! How unlock domain user after the account blocked by wrong password? How to do this by samba-tool or any other tool in Linux_AD? Or is this possible only by Windows RSAT_Tool? Anderson Hoffmann do Carmo MCP | MTA | MCDST | MCTS | MCSA | MS | MOS | ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV |
2012 Feb 06
1
using file in hdfs for data mining algorithms in r
hi all, i am new to r , i am trying to run data mining algorithms using map reduce framework.. * *i have few basic doubts* *1. can i give file in hdfs to kmeans( ) ? ?I tried as > file1 = hdfs.file("testdata/synthetic_control.data") > isf = hdfs.read(lsf,5242880,0) >l = kmeans(isf,2,10) its not working.. please help 2. How to access the file in hdfs and give as input to algorithms ? please reply.. Regards, ./T.karthik* * [[alternative HTML version deleted]]
2013 Apr 12
2
model frame and formula mismatch in model.matrix()
Hello everyone, I am trying to fit the following model All X. variables are continuous, while the conditions are categoricals. model <- lm(X2
2016 Jul 12
1
Demote Win2008R2 DC Fail
...he end "Remove manually Windows DC entries in DNS" The script used in step 9 was " https://gallery.technet.microsoft.com/scriptcenter/d31f091f-2642-4ede-9f97-0e1cc4d577f3 " *Very thanks for all!* Anderson Hoffmann do Carmo MCP | MTA | MCDST | MCTS | MCSA | MS | MOS | ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV | 2016-07-12 9:55 GMT-03:00 Anderson Hoffmann do Carmo < anderson.hoffmann at gsurfnet.com>: > I will test this > Thanks ;-) > > Anderson Hoffmann do Carmo > MCP | MTA | MCDST | MCTS | MCSA | MS | MOS | > ITIL-F | ISFS | CLOUDF | CI-SCS | VCA...
2007 Feb 08
1
Problem with factor state when subset()ing a data.frame
Hi folks, I am running into a problem when calling subset() on a large data.frame. One of the columns contains strings which are used as factors. R seems to automatically factor the column when the data.frame is contstructed, and this appears to not get updated when I create a subset of the table. A minimal testcase to demonstrate the problem follows: sample <- data.frame(c("A",
2005 Sep 13
1
possible bug in model.matrix
...1, 2, 1, 1, 1, 2, : replacement has 100 rows, data has 50 > However, the call to lm works if the matrix is a numeric instead of logical: x <- rnorm(50) y <- matrix(runif(100),ncol=2) NROW(x)==NROW(y) lm(x~y) Seems to be a problem in model.matrix.default: debug: for (nn in namD[isF]) if (is.null(attr(data[[nn]], "contrasts"))) contrasts(data[[nn]]) <- contr.funs[1 + isOF[nn]] Browse[1]> Error in "[[<-.data.frame"(`*tmp*`, nn, value = c(1, 2, 2, 2, 2, 2, 2, : replacement has 100 rows, data has 50 > > R.Version() $platform [1] &q...
2016 Jul 12
2
Demote Win2008R2 DC Fail
On 12/07/16 13:33, Jason Waters wrote: > This is what I would do. > > 1. Make sure everything is off of the 2008 machine so you don't need to > turn it back on > 2. Shut down the 2008 machine > 2.5 Update your DNS on the samba machine to be the samba machine, not the > 2008 DC > 3. Test everything and make sure samba is fully working on your domain > 4. Test
2016 Aug 01
0
Unlock domain user
...i Rowland. The command (samba-tool user enable 'user') is used to enable a user account that has been disabled in AD, but it is not functional to unlock a user account that has been locked by wrong password. Anderson Hoffmann do Carmo MCP | MTA | MCDST | MCTS | MCSA | MS | MOS | ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV | 2016-08-01 13:51 GMT-03:00 Rowland penny <rpenny at samba.org>: > On 01/08/16 17:40, Anderson Hoffmann do Carmo wrote: > >> Hi for all! >> >> It's a simple question, but I did not find the answer! >> How unlock domain user af...
2010 Nov 07
1
rsync fails to retrieve file (if local file is incorrect)
...shfs/isd1 cd56731612bd5ee2d5a0f4404024cc49 /flashfs/isd1 # ls -al /flashfs/isd1 -rwxr-xr-x 1 root root 22914048 Nov 7 14:31 /flashfs/isd1 # # rsync -vva main2_mmlan::isd/isd1 /flashfs/isd1 opening tcp connection to main2_mmlan port 873 sending daemon args: --server --sender -vvlogDtpre.isf . isd/isd1 receiving incremental file list delta-transmission enabled isd1 is uptodate sent 28 bytes received 60 bytes 58.67 bytes/sec total size is 22914048 speedup is 260386.91 # md5sum /flashfs/isd1 cd56731612bd5ee2d5a0f4404024cc49 /flashfs/isd1 # # rm /flashfs/isd1 # /mountedisd/bin/rsync...
2005 Jan 07
8
Problem with bridging/routing on three interfaces and DNAT
Hello all, I have a problem with external access to a postfix mailserver running on my firewall as a mail-gateway. My setup with shorewall 2.2.0 rc4 is as follows: eth0 is zone isf - this is an intranet to other companies eth1 is zone loc - local network eth2 is zone net - internet, fix ip adress eth0 and eth1 are bridged shorewall version 2.2.0-RC4 ip addr show 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00...
2009 Jan 23
1
svnserve with SASL on CentOS 5.2
...sure whether this is an CentOS specific issue. Perhaps someone here has an idea of what's going on? ----------------------------- I got a fresh install of CentOS 5.2 x32, svnserve, version 1.5.5 (r34862), here is my svnserve.conf file [general] anon-access = none auth-access = write realm = isf [sasl] use-sasl = true min-encryption = 128 max-encryption = 256 and here is my /etc/sasl2/svn.conf file pwcheck_method: auxprop auxprop_plugin: sasldb sasldb_path: /svn/sassl mech_list: DIGEST-MD5 On the client I am using TortoiseSVN 1.5.5 (TortoiseSVN 1.5.5, Build 14361 - 64 Bit , 2008/10/24...
2010 Oct 29
1
What won't rsync sync this file?
...pl --delete --password-file=/export/home/webuser/.appprod --log-file=/export /home/webuser/logs/rsync-extranet-log /export/home/em/htdocs/docs/gis/GIS_NOD.htm webuser at appprod::dprweb_extranet/em /htdocs/docs/gis/ opening tcp connection to appprod port 873 sending daemon args: --server -vvvltprze.isf --delete --partial . dprweb_extranet/em/htdocs/docs/gis/ sending incremental file list [sender] make_file(GIS_NOD.htm,*,0) send_file_list done send_files starting send_files phase=1 send_files phase=2 send files finished total: matches=0 hash_hits=0 false_alarms=0 data=0 Number of files: 1 Numb...
2011 Oct 24
2
How to use "virsh migrat" with p2p option?
Hi libvirt support, Can you please give me some example of how to use "virsh migrate --live" with p2p option including both source host and target host? I try to get some info from your website, but no info with migrate. [root at vmoactive02 qemu]# virsh help migrate NAME migrate - migrate domain to another host SYNOPSIS migrate [--live] [--p2p] [--direct]
2010 Apr 19
2
from solaris to linux: /usr/local/bin/rsync: No such file or directory
...nc.c(543) [Receiver=3.0.7] 2010/04/19 12:48:50 [17785] [Receiver] _exit_cleanup(code=20, file=rsync.c, line=543): about to call exit(20) opening connection using: /bin/ssh -i /etc/r5backup/ssh-keys/r5backup_id_rsa -p 22 192.168.5.30 -l root /usr/local/bin/rsync --server --sender -vvvlWogDtprze.isf . /usr/src bash: /usr/local/bin/rsync: No such file or directory rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(601) [Receiver=3.0.7] No wonder, because rsync is installed in /usr/bin/ on linux. And: i...
2010 Nov 11
1
rsync stops at system call select()
...* At first, this works just fine.* But after about one or two days, rsync will stop at some place and the whole backup process stuck. The following is the output with -vv option when backup stop: *opening connection using: ssh -l admin 10.249.49.101 rsync --server -vvlogDtprze.isf . /news_hot_data* I used strace to track the system call, and I found select() was invoked again and again, never end until the program was killed by ctrl+c. The following is the output: ...... 18477 select(1027, [255 1024], [], NULL, NULL) = 1 (in [1024]) 184...
2016 Sep 20
2
setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor
..._list_get_last_refresh) Failed to fetch record! [2016/09/20 09:52:01.133106, 0] ../lib/util/become_daemon.c:124(daemon_ready) STATUS=daemon 'winbindd' finished starting up and ready to serve connections Anderson Hoffmann do Carmo MCP | MTA | MCDST | MCTS | MCSA | MS | MOS | ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV |
2016 Aug 01
3
Unlock domain user
On 01/08/16 20:29, Anderson Hoffmann do Carmo wrote: > I executed the command in two scenarios. > > Account 'user1' unlocked: > > root at gteste2:~# > root at gteste2:~# ldbsearch -H /var/lib/samba/private/sam.ldb -b > "dc=testead,dc=gsurfnet,dc=com" -s sub > '(&(objectclass=user)(samaccountname=user1))' lockoutTime > # record 1 > dn:
2016 Jul 26
1
how to backup samba ad domain
...%H%M)* *hostname=$(hostname -s)* *archive_file="$hostname-$day.tgz"* *# Backup the files using tar* *tar --acls --xattrs -czf $dest/$archive_file $backup_files* *# Start Samba* */etc/init.d/samba start* Anderson Hoffmann do Carmo MCP | MTA | MCDST | MCTS | MCSA | MS | MOS | ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV | 2016-07-26 12:01 GMT-03:00 Jules Houantonon <juleshoueto at gmail.com>: > Hi all, > > as for samba sernet installation, the etc direction is located in to /etc > and the private in to /var/lib/samba, as the sysvol to /var/lib/samba also, > &gt...