Displaying 2 results from an estimated 2 matches for "peak4s".
Did you mean:
peak4t
2005 Aug 26
4
Samba clients fail after reboot
...the box.
On the domain controller I get in the event viewer:
The session setup from the computer LNXSRV failed to authenticate. The
name of the account referenced in the security database is LNXSRV$.
The following error occurred:
Access is denied.
On the linux side I get:
# wbinfo --sequence
PEAK4S : 1
BUILTIN : 1
PEAKADILLY : DISCONNECTED
# wbinfo -D PEAKADILLY
Name : PEAKADILLY
Alt_Name : PEAKADILLY.LOCAL
SID : S-1-5-21-725345543-813497703-839522115
Active Directory : Yes
Native : No
Primary : Yes
Sequence : -1
# wbinfo -u...
2013 Mar 22
3
Distance calculation
Hi Elisa,
I hope this is what you wanted.
dat1<-read.csv("peaks.csv",sep=",")
#Subset
dat2<-dat1[1:5,]
res1<-do.call(cbind,lapply(seq_len(nrow(dat2)),function(i) do.call(rbind,lapply(split(rbind(dat2[i,],dat2[-i,]),1:nrow(rbind(dat2[i,],dat2[-i,]))), function(x) {x1<-rbind(dat2[i,],x);