Displaying 9 results from an estimated 9 matches for "teset".
Did you mean:
reset
2012 Nov 07
5
Calling R object from R function
...M==11){
vecx <- modInd$vectx
px <- length(vecx) # ncol for X
nam <-colnames(dat[,vecx])
Asse <- matrix(NA,nrow=asim,ncol=px)
colnames(Asse) <- nam
}
for(i in 1:asim){
set.seed(i)
Samdat <- dat[sample(1:nrow(dat), nrow(dat), replace = TRUE), ]
TrSet <- Samdat[1:50,]
TeSet <- Samdat[51:75,]
}
Model<- ModelFun(TrainData=TrSet ,TestData=TeSet ,mdat=dat,nsam=i)
Y <- Model$Y
X <- Model$X
fit <- lm(Y~X)
return(fit)
}
--
View this message in context: http://r.789695.n4.nabble.com/Calling-R-object-from-R-function-tp4648714.html
Sent from the R help maili...
2006 Jul 12
3
unix password sync not working
Hi all
I trying to sync a samba password with Linux password. I did:
encrypt passwords = yes
; passwd program = /usr/bin/passwd %u
passwd program = /tmp/teste %u
update encrypted = no
unix password sync = yes
passwd chat debug = yes
passwd chat = *New*password* %n\n*Re-enter*new*password* %n\n*changed*
The problem is 'passwd program' is not even called.
I
2007 Jul 06
8
interop with strongswan / ipsec
...th1:192.168.246.0/24 ipsec
# Shorewall version 3.4 - Interfaces File
#ZONE INTERFACE BROADCAST OPTIONS
net eth1 detect norfc1918,nosmurfs
loc eth0 detect
vpn1 tun0 (these are openvpn tunnels)
vpn2 tun1 ...
policy (for teseting only)
# IPSec - VPN
fil fw ACCEPT
fw fil ACCEPT
fil loc ACCEPT
loc fil ACCEPT
My problem is to reach the remote sites, from remote station to hosts on
the LAN behind the shorewall
there is no problem at all.
But how does shorewall "...
2003 Oct 22
1
sshd 3.7.1p1 and 3.7.1p2 on 2.0.39 linux kernel crashes
...tion
was not implemented until kernel 2.1.44 and is thus not available to 2.0.X
systems.
there were no compile problems probably due to the glibc/linux header
weirdness, and the rest of the package seems to function...though i suspect
that the sftp server may have the same problem ( i haven't teseted it)
prior openssh versions did not display this problem.
thanks for your assistance,
fractoid
2015 Dec 07
0
userid shows 4294967295
I expect the difference comes from the fact you are using ID mapping
because, according to what I believe I understood, ID map generates UID
(the map) and gives these generated UID to users. So one system give one
UID to your teset users, another system gives him another UID.
You can configure into AD uidNumber and gidNumber to give your AD users
definitive UID/GID.
Adding that information to AD is not enough as on UNIX/Linux system you use
something to build users using information grab in AD. So you have to use a
tool whic...
2015 Dec 07
5
userid shows 4294967295
Hello again,
I'm getting close to a working setup but still run into glitches here and
there.
I have 2 Ubuntu servers working as AD server, one Ubuntu desktop with
winbind configured. I've setup a number of accounts with Unix
properties. I've been primarily testing with my own account which works
just fine. I've now assigned Unix properties to another account. When I
run
2003 Aug 14
3
User directories and groups usage
Morning everyone.
I was playing around today with our PDC setup.
One thing I noticed is that when I setup users to have their 'My Documents'
directory be /home/<user> everything works well.
One thing I noticed is that the directory, subdirectories and files have
the owner of the user and the group as per assigned, and permissions as 700.
If I wanted to set it up so a specific
2019 Apr 26
4
Configured AD backend but getting different uid and gid
Hi,
Thank you for replying. User home directory creation is working without the
need to edit /etc/pam.d/common-session
The logon script I mentioned here is a in-house script to handle directory
mounting for file server access, and create shortcut on the account desktop
for different logins.
On my Linux machines, currently all is done manually by local user account
creation and by adding the
2010 Jan 31
6
em(4) + ALTQ broken
I'm having problems getting PF + ALTQ to work on em(4) interfaces under
8.0-RELEASE. Kernel was rebuilt with the additional options necessary for
ALTQ and what not. Same basic configuration works fine under 7.2-RELEASE.
Basically, the queues create successfully but running a pfctl -vsq shows a
zero packet/byte count for all queues, even the interface's root queues.
This same problem is