search for: nrs

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

Did you mean: nr
2008 Jun 05
0
Asterisk -> Nortel CS1K via NRS
Hi, Was wondering if anyone had any tips or experience in getting a Nortel CS1K and Asterisk 1.4.19 to talk to each other via NRS? So far I've gotten asterisk to place calls to the CS1k via the NRS, however calls originated by the CS1K get rejected by the NRS with a 404 Not Found message. If I take the NRS out of the equation by replacing the IP address of the NRS in the CS1K with that of the Asterisk server then everyt...
2010 Oct 17
6
klibc 1.5.20 falls into an finite loop during build against linux 2.6.35.4
GEN usr/klibc/syscalls/SYSCALLS.i GEN usr/klibc/syscalls/syscalls.nrs GEN usr/klibc/syscalls/typesize.c KLIBCCC usr/klibc/syscalls/typesize.o OBJCOPY usr/klibc/syscalls/typesize.bin GEN usr/klibc/syscalls/syscalls.mk GEN usr/klibc/syscalls/SYSCALLS.i GEN usr/klibc/syscalls/syscalls.nrs GEN usr/klibc/syscalls/typesize.c KLIBCCC usr/...
2005 Jul 28
0
[PATCH] Use KLIBSRC + KLIBINC consistent in kbuild files
...Kbuild b/klibc/syscalls/Kbuild --- a/klibc/syscalls/Kbuild +++ b/klibc/syscalls/Kbuild @@ -11,8 +11,6 @@ endif # Composite object containing all .o file always := syscalls.o -klibc-dir := $(srctree)/usr/klibc - ##### # Generate syscalls stubs @@ -24,7 +22,7 @@ targets += SYSCALLS.i syscalls.nrs targets += $(syscall-objs) # Side effect of running syscalls.pl -clean-files += $(objtree)/usr/include/klibc/havesyscall.h +clean-files += $(KLIBINC)/klibc/havesyscall.h # All the syscall stubs clean-files += *.o *.S *.c @@ -37,29 +35,29 @@ $(obj)/syscalls.o: $(call objectify,$(sy quiet_cm...
2004 Oct 16
1
0.184 -- gcc: warning: `-x c' after last input file has no effect
What do I need to do to fix this? [jonsmirl@smirl klibc-0.184]$ make make[1]: Entering directory `/home/dri/klibc-0.184/klibc' gcc -Wp,-MT,syscalls.nrs,-MD,./.syscalls.nrs.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g -falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc -iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386 -I../include/bits32 -I../include -I../linux/include -I../linux/include2 -I../linux/include -DWITH_ERRL...
2010 Sep 08
0
Correction to vec-subset speed patch
...step) + RAW(result)[i] = (Rbyte) 0; + break; + default: + errorcall(call, _("matrix subscripting not handled for this type")); + } +} + + static SEXP MatrixSubset(SEXP x, SEXP s, SEXP call, int drop) { SEXP attr, result, sr, sc, dim; int nr, nc, nrs, ncs; - int i, j, ii, jj, ij, iijj; + int i, j, ii, jj, ij, iijj, jjnr; nr = nrows(x); nc = ncols(x); @@ -234,79 +280,82 @@ PROTECT(sc); result = allocVector(TYPEOF(x), nrs*ncs); PROTECT(result); + + /* Set rows of result to NAs where there are NA row indexes. A...
2010 Feb 12
1
using mle2 for multinomial model optimization
...) #last cell probability -dmultinom(exp(d),prob=p,log=TRUE) #exp(d)->backtransform the estimates } c<-c(cohort,100) #untransformed initial values for the optimization,->100=N-x1-x2-x3 nvec<-c(rep("x",l-1),"N") #names for the initial vector nrs<-c(1:(l-1),1) #nrs for the initial vector svec = log(c) #transformation of the data to avoid constraints (x>0) names(svec) <- paste(nvec,nrs,sep="") parnames(mfun) <- names(svec) m1 = mle2(mfun,start=svec, vecpar=TRUE,fixed=svec[1:(l-1)]) #only es...
2013 Aug 20
5
[Bug 68348] New: [piglit] shaders/glsl-array-bounds-02 (+even nrs) produces TRAP , TRAP_MP - TP0: Unhandled ustatus 0x00000001
https://bugs.freedesktop.org/show_bug.cgi?id=68348 Priority: medium Bug ID: 68348 Assignee: nouveau at lists.freedesktop.org Summary: [piglit] shaders/glsl-array-bounds-02 (+even nrs) produces TRAP , TRAP_MP - TP0: Unhandled ustatus 0x00000001 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: dirkneukirchen at web.de Hardware: x86...
2005 Apr 29
0
handling of zero and negative indices in src/main/subscript.c:mat2indsub() (PR#7824)
...urns a vector containing the integer subscripts */ /* to be extracted when x is regarded as unravelled. */ /* Negative indices are not allowed. */ /* A zero anywhere in a row will cause a zero in the same */ /* position in the result. */ SEXP mat2indsub(SEXP dims, SEXP s) { int tdim, j, i, k, nrs = nrows(s); SEXP rvec; PROTECT(rvec = allocVector(INTSXP, nrs)); s = coerceVector(s, INTSXP); setIVector(INTEGER(rvec), nrs, 0); for (i = 0; i < nrs; i++) { tdim = 1; /* compute 0-based subscripts for a row (0 in the input */ /* gets -1 in the output here) *...
2005 May 06
0
(PR#7824) handling of zero and negative indices in
...ubscripts */ > /* to be extracted when x is regarded as unravelled. */ > /* Negative indices are not allowed. */ > /* A zero anywhere in a row will cause a zero in the same */ > /* position in the result. */ > > SEXP mat2indsub(SEXP dims, SEXP s) > { > int tdim, j, i, k, nrs = nrows(s); > SEXP rvec; > > PROTECT(rvec = allocVector(INTSXP, nrs)); > s = coerceVector(s, INTSXP); > setIVector(INTEGER(rvec), nrs, 0); > > for (i = 0; i < nrs; i++) { > tdim = 1; > /* compute 0-based subscripts for a row (0 in the input */ &gt...
2007 Jan 16
1
nested hierarchical design
...ould like to be able to do it in R as well. This is the hierarchical model I would like to use: a continuous variable explained by factor A(fixed) + factor B(random) nested in A + factor C (random) nested in factor B (which is nested in A). The data is unbalanced at all levels, meaning different nrs of B per A, different nrs of C for B, different nrs of values per C In SPSS this seems to be quite simple with a small writing in the syntax (see below). But how do I get the same results in R with lme? SPSS syntax: UNIANOVA var BY A B C /RANDOM = B C /METHOD = SSTYPE(3) /INTERCEPT = IN...
2008 Dec 03
1
reduce limit number of arguments in methods:::cbind
...gt; 1) { + argl0 <- argl[(na-idx.aS4+1):na] + argl1 <- do.call(cbind, c(argl0, list(deparse.level=deparse.level))) + argl2 <- c(argl[1L:(na-idx.aS4)], list(argl1)) + return(do.call(cbind, c(argl2, list(deparse.level=deparse.level)))) + } nrs <- unname(lapply(argl, nrow)) # of length na iV <- sapply(nrs, is.null)# is 'vector' fix.na <- identical(nrs[(na-1):na], list(NULL,NULL))
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
The following patchset implements 3 seperate series of changes. External Building ================= Patches 1 through 8 enable to use of klibc's build system while leaving the src tree pristine (and potentially read only). Specifically: - srctree=<Sources for klibc> - objtree=<Ouput directory for klibc> - KLIBCKERNELSRC=<Kernel sources> - KLIBCKERNELOBJ=<Kernel
2016 Dec 16
4
net ads join -> "The connection was refused"
On Fri, 16 Dec 2016 10:10:51 +0100 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > Hai, > > You need to use samba-tool to join the DC. > > The info can be found here : > https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory > > I am not sure that the OP is trying to join a DC, but if he is, then Louis
2006 Apr 10
1
pam_winbind log ip nr
...e use pam_winbind to authenticate users against smb-pdc. (works ok btw) is there a way to make pam_winbind log the ip numbers of failed authentications ?? or is this done by the PAM service ?? if i look in the /var/log/messages log i see the loggings of success and failed logins, but without IP nrs. it's for adding iptables rules to a blacklist. Cheers & Thx Collen.
2012 Mar 14
1
How to extend a slot of a class?
...) Formal class 'SpatialPointsDataFrame' [package "sp"] with 5 slots ..@ data :'data.frame': 214 obs. of 2 variables: .. ..$ location.long: num [1:214] -79.8 -79.8 -79.8 -79.8 -79.8 ... .. ..$ location.lat : num [1:214] 9.16 9.16 9.16 9.16 9.16 ... ..@ coords.nrs : num(0) ..@ coords : num [1:214, 1:2] -79.8 -79.8 -79.8 -79.8 -79.8 ... .. ..- attr(*, "dimnames")=List of 2 .. .. ..$ : NULL .. .. ..$ : chr [1:2] "location.long" "location.lat" ..@ bbox : num [1:2, 1:2] -79.84 9.16 -79.84 9.17 .. ..- attr(*, &...
2005 Jul 30
3
kbuild updates to klibc
Hi Peter & others. Here are three patches that does the following: #1 - Update kbuild part of klibc so make clean works Adds gzip including a sample kbuild file #2 - Factor out definition of usr/ to two variables #3 - Move kbuild files to reflect location in the kernel As requested in earlier mail I need a bit of guidiance of what you expect from the kernel integrated parts of klibc.
2016 Dec 16
2
Fwd: net ads join -> "The connection was refused"
...ant to join samba as DC, i am trying to join samba as member > to AD. > > My setup ist: > DC: dc1.ad.interdekor.com.ua (10.0.140.2) > NETBIOS NAME: INTERDEKOR > > ------------------------ > SAMBA SERVER: 10.0.140.3 > ------------------------ > root at samba:~# uname -nrs > FreeBSD samba.ad.interdekor.com.ua 11.0-RELEASE > > root at samba:~# samba-tool -V > 4.4.5 > > root at samba:~# cat /etc/resolv.conf > search ad.interdekor.com.ua > nameserver 10.0.140.2 > > root at samba:~# cat /etc/krb5.conf > [libdefaults] > default_rea...
2010 Oct 19
1
Problems with a specific calculate.
...me' [package "sp"] with 7 slots ..@ data :'data.frame': 499105 obs. of 2 variables: .. ..$ PRECIP.pred: num [1:499105] 0.000536 0.000536 0.000536 0.000536 0.000536 ... .. ..$ PRECIP.var : num [1:499105] 1.90e-05 1.90e-05 1.90e-05 1.90e-05 1.90e-05 ... ..@ coords.nrs : num(0) ..@ grid :Formal class 'GridTopology' [package "sp"] with 3 slots .. .. ..@ cellcentre.offset: Named num [1:2] 345 4278 .. .. .. ..- attr(*, "names")= chr [1:2] "x" "y" .. .. ..@ cellsize : Named num [1:2] 0.1 0.1 .....
2016 Dec 16
0
Fwd: net ads join -> "The connection was refused"
I don't want to join samba as DC, i am trying to join samba as member to AD. My setup ist: DC: dc1.ad.interdekor.com.ua (10.0.140.2) NETBIOS NAME: INTERDEKOR ------------------------ SAMBA SERVER: 10.0.140.3 ------------------------ root at samba:~# uname -nrs FreeBSD samba.ad.interdekor.com.ua 11.0-RELEASE root at samba:~# samba-tool -V 4.4.5 root at samba:~# cat /etc/resolv.conf search ad.interdekor.com.ua nameserver 10.0.140.2 root at samba:~# cat /etc/krb5.conf [libdefaults] default_realm = AD.INTERDEKOR.COM.UA dns_lookup_realm = true dns_lo...
2016 Dec 16
0
Fwd: net ads join -> "The connection was refused"
...ba as member > > to AD. > > > > My setup ist: > > DC: dc1.ad.interdekor.com.ua (10.0.140.2) > > NETBIOS NAME: INTERDEKOR > > > > ------------------------ > > SAMBA SERVER: 10.0.140.3 > > ------------------------ > > root at samba:~# uname -nrs > > FreeBSD samba.ad.interdekor.com.ua 11.0-RELEASE > > > > root at samba:~# samba-tool -V > > 4.4.5 > > > > root at samba:~# cat /etc/resolv.conf > > search ad.interdekor.com.ua > > nameserver 10.0.140.2 > > > > root at samba:~# cat /etc/...