search for: ncc

Displaying 20 results from an estimated 43 matches for "ncc".

Did you mean: cc
2014 May 28
1
sftp session disconnects right after passwd enter
...RSAAuthentication yes PubkeyAuthentication yes AcceptEnv LANG LC_* now when I try to connect I from outside the net to test it I see this in the client: Code: dagg at NCC-5001-D ~/.ssh/sftp_keys $ sftp -oPort=11113 -oIdentityFile=id_rsa [1]sftp_user at 111.111.111.111 Authenticated with partial success. Password: Connection closed I'm sure the passwd is correct...
2006 Aug 05
0
cor of two matrices whose columns got shuffled
Hello, I'm trying to take the correlation of two distance matrices and get the r2 value ex) Ndisc PS1 Ntet Nsito NcB NcA PS3 NcC NiB NiA PS1 0.08945 Ntet 0.08601 0.02020 Nsito 0.09361 0.02780 0.02260 NcB 0.09479 0.03258 0.02914...
2020 Jul 20
2
host and vm on isolated network, there is ip (via dhcp) but not ping
...th openwrt in it, defined a isolated lan between the vm and the host and booted the vm up. I see the vm is up, made sure the vnic is visible in both the host and guest and added it to the br in the guest. I've issued an dhcpd call on the vnic (labeled vnic0) in the host and got an ip, see: dagg@NCC-5001D ~ $ dhcpcd vnet0 DUID 00:01:00:01:23:dd:d8:5b:e0:d5:5e:d9:f2:e2 vnet0: IAID 00:10:20:bf vnet0: rebinding lease of 192.168.1.130 vnet0: probing address 192.168.1.130/24 vnet0: soliciting an IPv6 router vnet0: leased 192.168.1.130 for 43200 seconds vnet0: adding route to 192.168.1.0/24 vnet0: a...
2005 Apr 25
1
Problem getting Samba 3.0.14a to join NT domain as BDC
...ample' documentation, to migrate from an NT domain to a Samba domain backed by LDAP. I have followed the instructions up to the point where I enter: net rpc join -S pdc_it -U Administrator%password Unfortunately, this responds with: Creation of workstation account failed Unable to join domain NCC-INTERNET. I can ping the PDC from the BDC-in-waiting, and vice versa. 'net rpc info -S pdc_it' returns Domain Name: NCC-INTERNET Domain SID: S-1-5-21-1715208214-1745711169-1221738049 Sequence number: 43615 Num users: 3052 Num domain groups: 13 Num local groups: 5 'net getlocalsid'...
2012 Mar 15
1
Problem reading a graph file
...hich the neighbourhood matrix is specified? >>> >>> I attach my graph file in order you can check this problem. >>> >>> > aux <- inla.read.graph("W:/bratislava.inla") >>> > summary(aux) >>> n = 17 >>> ncc = 3 >>> nnbs = (names) 2 3 4 5 6 7 >>> (count) 2 4 5 2 2 2 >>> >>> >>> ___ >>> this summary shoud be: >>> n = 17 >>> ncc = 1 >>> nbs = (names) 2 3 4 5 6 7 >>>...
2017 Oct 09
1
Using response variable in interaction as explanatory variable in glm crashes R
...ncols(contrast), INTEGER(var_i)+adj); then in firstfactor(), we see the segfault (when running R with '-d gdb') : > model.matrix(dob_mon ~ dob_day*dob_mon, data = tab) Program received signal SIGSEGV, Segmentation fault. 0x00007fffeafa76b5 in firstfactor (ncx=0, v=0x5c3b37c, ncc=1, nrc=2, c=0x5c90008, nrx=8, x=0x5cbf150) at ../../../../../R/src/library/stats/src/model.c:252 252 else xj[i] = cj[v[i]-1]; Missing separate debuginfos, ................. (gdb) list 247 for (int j = 0; j < ncc; j++) { 248 xj = &x[j * (R_xlen_t)nrx]; 24...
2006 Oct 09
1
Login to domain.
...upport = Yes ldap ssl = no preload = global idmap uid = 10000-20000 idmap gid = 10000-20000 template shell = /bin/sh cups options = raw squid:x:31:65534:WWW-proxy squid:/var/cache/squid:/bin/false sshd:x:71:65:SSH daemon:/var/lib/sshd:/bin/false suse-ncc:x:108:110:Novell Customer Center User:/var/lib/YaST2/suse-ncc-fakehome:/bin/bash uucp:x:10:14:Unix-to-Unix CoPy system:/etc/uucp:/bin/bash wwwrun:x:30:8:WWW daemon apache:/var/lib/wwwrun:/bin/false baubba:x:1000:100:Roberto Mason:/home/baubba:/bin/bash MEPHISTOPHELES \root:*:10000:10000:root:/home/...
2005 Jun 30
1
user authentification error with new samba version
from samba 3.0.9 to 3.0.13 I can not access my shares from a NT4 box as usual before upgrading. I can access samba shares from linux via mount //server/testuser /mnt -o username=testuser,password=testpass as before. Even the newest version (3.0.14a) from samba.org doesnt't help. What has happened to samba ??? Any hints ?? Thanks for your thoughts, G?tz.
2020 Jul 21
0
Re: host and vm on isolated network, there is ip (via dhcp) but not ping
...t, defined a isolated lan between the vm and the host and booted the vm up. > I see the vm is up, made sure the vnic is visible in both the host and guest and added it to the br in the guest. > I've issued an dhcpd call on the vnic (labeled vnic0) in the host and got an ip, see: > dagg@NCC-5001D ~ $ dhcpcd vnet0 You didn't run "dhcpd" (which is a dhcp server) on the host, you ran "dhcpcd", which is a dhcp *client*. So you've ended up assigning an IP address to the tap device on the host. I guess the dhcp server that's issuing this IP address is par...
2006 Feb 15
6
Problem creating appdoc documentation
...s to play with it. But I recognize that I''m now not abble to build appdoc. The same thing that few weeks ago worked without an problem now give me an error: unrecognized option `--line-numbers --inline-source'' $ rake --trace --verbose reappdoc (in /home/radek/src/firma/giga-net/ncc/work) ** Invoke reappdoc (first_time) ** Invoke clobber_appdoc (first_time) ** Execute clobber_appdoc rm -r doc/app rm -r doc/app ** Invoke appdoc (first_time) ** Invoke doc/app/index.html (first_time) ** Invoke doc/README_FOR_APP (first_time, not_needed) ** Invoke app/controllers/application.rb (f...
2004 Aug 09
0
Authentication via PAM posixAccounts in RH EL ASv3
...n't find /consistent/ documentation for this. POP/IMAP/ and local login works via pam_ldap, and samba was compiled --with-pam. Would appreciate hearing from anyone who has had any joy with this setup. ***************************************** My smb.conf is: [global] workgroup = NCC server string = Fileserver log file = /usr/local/samba/var/log.%m log level = 5 security = user obey pam restrictions = yes #============================ Share Definitions [test] comment = test path = /exports/test valid users = patrick public = no writable = yes printable = no...
2008 Jul 09
0
"Rotated Lat-Lon" projection in mapproj
...=TRUE)) lon<-as.numeric(system(paste(pycmd,'control',"200108150000","LONGICRS",1,0,sep=" "),intern=TRUE)) ## Projected coordinates coords_lamb<-mapproject(lon,lat,projection="lambert",parameters=c(60.,30.)) xs<-t(matrix(coords_lamb$x,ncol=NCC,nrow=NRC))[,1] ys<-t(matrix(coords_lamb$y,ncol=NCC,nrow=NRC))[1,]} ## Plot map filled.contour(xs,ys,Tsd[,,tstep],levels=fillevs,col=cpal,plot.axes={ map('world',projection="lambert",parameter=c(60.,30.),add=TRUE,col="grey"); contour(xs,ys,Tm[,,tstep]-273.15,levels=c...
2001 May 09
1
smbd dies intermittantly & oplocks
...;t logon, but those who already are logged on continue to work, start samba again and okay for a while. Unfortunately the number of clients have suddenly grown & the problem with it. Got miles of logs, but don't know what is relevant to this problem, but they are sitting at <http://www.ncc.qld.edu.au/samba> Some hints to what I should look for & I'll prune them down. Problem 2: Intermittantly the user is un-able to save the file he has already opened in MS-whatever from his/her home directory, & can only save by re-naming the file. The only log I got was him trying...
2011 Dec 30
1
Question about "server-count" config option
Hi there, I have a question about the "server-count" option. nsd.conf(5) simply states that it tells NSD to "start this many NSD servers", with no further commentary. Is there a situation where this value would ever be anything other than 1? Should it equal the number of available CPU cores? Cheers, -- Gavin Brown Chief Technology Officer CentralNic Ltd Innovative,
2006 Apr 27
1
Re: problem installing DesignCAD 3D Max 14.1 under wine
Daniel Skorka wrote: > R. Steven Rainwater <steve@ncc.com> wrote: >>The only errors that showed up on the console during all this were: >><...> >>err:wgl:X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0) > > That's why you don't see anything. DesignCAD uses OpenGL to do the > actual drawi...
2009 Dec 02
2
Error when running Conditional Logit Model
...ying to run the conditional logit model using "clogit " command. I have more than 4000 observations in my dataset and try to predict the dependent variable from 14 independent variables. My command is as follows clmtest1 <- clogit(Pin~Income+Bus+Pop+Urbpro+Health+Student+Grad+NE+NW+NCC+SCC+CH+SE+MRD+strata(IDD),data=clmdata) However, it produces the following errors: Error in fitter(X, Y, strats, offset, init, control, weights = weights, : NA/NaN/Inf in foreign function call (arg 6) In addition: Warning messages: 1: In Surv(rep(1, 4096L), Pinmig) : Invalid status value, conv...
2004 Sep 23
2
Modem[i4l]/ttyI0 sent into invalid extension 's'
...ct stripmsd=0 dialtype=tone mode=immediate msn=12345678 (not the real number of course) device => /dev/ttyI0 group=1 extensions.conf: Is the sample extensions.conf, at the moment. Any ideas/solutions would be great! Thanks. Ian. -- Nambour Christian College ... Sow to Harvest. http://www.ncc.qld.edu.au ______________________________________ This email and any files transmitted with it are confidential and intended solely for the use of the addressee. It may contain privileged information that is exempt from disclosure by law. Please note that unauthorised dissemination, copying or a...
2017 Oct 06
2
Using response variable in interaction as explanatory variable in glm crashes R
The following code crashes R (I know I shouldn't try to estimate such a model; this was a bug in some code of mine). I also tried with R-devel; same result. tab <- structure(list(dob_day = c(FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE), dob_mon = c(FALSE, FALSE, TRUE, TRUE, FALSE, FALSE, TRUE, TRUE), dob_year = c(FALSE, TRUE, FALSE, TRUE, FALSE, TRUE, FALSE, TRUE), n =
2012 Jul 22
2
maildir_copy_with_hardlinks on v.2.0.19
Hi, I'm trying to get the so-called "single instance store" (I think cyrus has got the name for the first time) with dovecot --version = 2.0.19 binary package installed from ubuntu 12.04 lts official repo. I have checked that "maildir_copy_with_hardlinks" is enabled ("dovecot -a|grep hard" shows "yes") then I have installed and enabled the lmtp
2022 Dec 31
1
rewrite manpages to mdoc(7)
...he number of bytes of storage to use for IXFRs for the zone; 1048576 by default. If an IXFR is bigger it is not created. If the sum of IXFR file sizes exceeds this number, older versions are deleted. .El .Sh SEE ALSO .Xr nsd 8 , .Xr nsd-checkconf 8 .Sh AUTHORS NSD was written by NLnet Labs and RIPE NCC joint team. Please see CREDITS file in the distribution for further details.