search for: deciph

Displaying 20 results from an estimated 363 matches for "deciph".

Did you mean: decipi
2012 Feb 03
2
Hanging -- please help decipher event report
I'm running some code in R64 on a Mac OS 10.6.8 that calls a C program through the dyn.load() function. The code hangs after several days of computation, and I've having trouble locating the problem. Can anyone decipher this info from the error report, and tell me if this is a problem in R64, or in the C code? Thanks very much in advance. A few hints: "pa" is the name of the C function in R, and "polio_3A.so" is the compiled code. I can post the R code or the C code if anyone needs to see it...
2016 Sep 03
2
One host for forwarding only without keys
...t; What version of tinc are you using? tinc 1.1 already does what you want out of > the box: packets sent from node A to node B through node C will use a key that > A and B will negotiate between themselves. C doesn't have the key, and will > act as a blind relay. C will not be able to decipher the packets flowing > between A and B. > > This is different from tinc 1.0, where C would have to decipher the packet in > order to determine what its final destination is. In tinc 1.1 that routing > information is sent in cleartext so that C can forward the packet without > ha...
2012 Jan 31
0
(gang?)block layout question, and how to decipher ZDB output?
...a power-of-two sized block works, but is it everything there was in original on-disk data (sized 20200?) # zdb -R rpool 0:191e70400:20000:r > /tmp/rp1 Found vdev: /dev/dsk/c4t0d0s0 # zdb -R rpool 0:39c7b9800:200:r > /tmp/rp2 Found vdev: /dev/dsk/c4t0d0s0 Thanks in advance for helping me decipher this all, :) //Jim Klimov
2001 Oct 17
0
Deciphering errors
Can anyone give me a clue on how to find out more information from this type of error: Oct 17 05:01:08 ara kernel: EXT3-fs error (device sd(8,49)): ext3_readdir: bad entry in directory #8945865: rec_len %% 4 != 0 - offset=0, inode=93580797, rec_len=5963, name_len=106 Oct 17 05:01:08 ara kernel: EXT3-fs error (device sd(8,49)): ext3_readdir: bad entry in directory #8945869: rec_len is smaller
2002 Dec 01
1
[LLVMdev] PassManager error message hard to decipher
I cannot figure out a particular PassManager error for what seem to be legal dependencies. Here is the situation. We have 5 passes, RegisterAllocator, FunctionLiveVarInfo, CoalesceCopies, DominanceForest, and UnionSSAVars, with dependencies as follows: class RegisterAllocator : public FunctionPass { . . . virtual void getAnalysisUsage(AnalysisUsage &AU) const {
2016 Sep 02
2
One host for forwarding only without keys
Hello all, as written in my other posts, I have a setup of about seven hosts. Two of them (A and B) use StrictSubnets and an own routing via a special host (C), because C has better connection to the A and B than a direct A-B connection. Host C is in a place where I need to create special security settings. The VPN encrypted data shall not be available on host C. There is no need for host C be
2004 Oct 29
1
[rmetasim] Need help deciphering this error msg... targeted to those who use rmetasim...
...ks. I've tried various things, like change other parts of the script, e.g. changing the new.locus(), eventually I got an error msg similar, instead of " number of items to replace is not a multiple of replacement length" but with something about the ape package. If someone can decipher this error msg for me, then I maybe able to work around it or correct it or findout what I'M doing wrong. Any help would be greatly appreciated thanks! Brian S. Vous manquez d??espace pour stocker vos mails ?
2009 Feb 06
1
Deciphering top's data
Why is my load stuck around 3? top - 01:19:55 up 146 days, 5:53, 2 users, load average: 3.00, 2.95, 2.52 Tasks: 121 total, 1 running, 120 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0% us, 0.3% sy, 0.0% ni, 99.7% id, 0.0% wa, 0.0% hi, 0.0% si Mem: 1928300k total, 1911640k used, 16660k free, 10760k buffers Swap: 2031608k total, 224k used, 2031384k free, 1561196k cached
2010 Jan 19
2
Help deciphering segfault in make check
Dear R Help, I work with the Sage project, and we are trying to improve the ability to use R through Sage. Most things work, but make check seems to cause problems on certain platforms, and now that we want to upgrade to 2.10.1 I thought we should ask for help! R builds just fine on both Mac and Linux, but some things in make check seem to break on certain Linux boxes that don't on Mac or
2011 Sep 29
1
Help needed to debug Samba problem
...We didn't have this problem with an older NetApp box (FAS250 running NetApp Release 6.5.1R1). I can run tcpdump on the Samba server and see traffic going back and forth between the FAS2040 and the Samba server when the filer tries to connect, but don't know enough about the protocol to decipher the traffic. One thought I had was to move the Samba domain to a newer version of Samba (on a newer server) but I don't know if that will really help. The above means that I have two questions: how to decipher the tcpdump info, and how to migrate existing Samba tdb databases to a new ser...
2011 Aug 26
3
elegant way to check if 2 values are in 3 columns?
...p<1988) | ((`x'>=63.70 &`x'<=63.79) & yearsep>=1988) } tab treat -- Joanne Demmler Ph.D. Research Assistant College of Medicine Swansea University Singleton Park Swansea SA2 8PP UK tel: +44 (0)1792 295674 fax: +44 (0)1792 513430 email: j.demmler at swansea.ac.uk DECIPHer: www.decipher.uk.net
2016 Sep 03
2
One host for forwarding only without keys
...you using? tinc 1.1 already does what you want out of > > the box: packets sent from node A to node B through node C will use a key that > > A and B will negotiate between themselves. C doesn't have the key, and will > > act as a blind relay. C will not be able to decipher the packets flowing > > between A and B. > > > > This is different from tinc 1.0, where C would have to decipher the packet in > > order to determine what its final destination is. In tinc 1.1 that routing > > information is sent in cleartext so t...
2003 Jun 30
2
Deciphering an error message
Hello, I'm working in spatstat and having difficulty with the ppp objects. I can get a ppp object for one set of data, but with the same code applied to a second data set (all I am changing is the field identifier), I get the following error message: Error in switch(w$type, rectangle={: internal error: some total scores are neither 0 nor 1 Any thoughts on what this means and how to correct
2007 Oct 12
5
deciphering objects.log
Howdy -- I''ve been tracking down mem leaks (oh, the fun...), and I think there is a clue in objects.log. There are a few mentions of this file, but usually Zed saying "look at this file and it will help you". Can anyone clue me in to what the actual columns mean? 18,Float,143952,256821,112869,,, 18,String,39543,41693,2150,24.727076,55.526376,2308.000000
2016 Aug 24
3
Configuration of smb.conf for Active Directory authentication
I've been working through a guide documenting how to do this at https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member and am presently deciphering what needs I have in my winbind configuration. In doing so, I've come across the 'passdb backend = ldapsam' option and am curious if I can use this, and if it is wise, identifying that key exchange is complex and a vulnerability at times, but it does provide no local storage of pw...
2016 Sep 02
0
One host for forwarding only without keys
What version of tinc are you using? tinc 1.1 already does what you want out of the box: packets sent from node A to node B through node C will use a key that A and B will negotiate between themselves. C doesn't have the key, and will act as a blind relay. C will not be able to decipher the packets flowing between A and B. This is different from tinc 1.0, where C would have to decipher the packet in order to determine what its final destination is. In tinc 1.1 that routing information is sent in cleartext so that C can forward the packet without having to decipher it. On 2 Se...
2016 Sep 03
0
One host for forwarding only without keys
...u using? tinc 1.1 already does what you want > out of > > the box: packets sent from node A to node B through node C will use a > key that > > A and B will negotiate between themselves. C doesn't have the key, and > will > > act as a blind relay. C will not be able to decipher the packets flowing > > between A and B. > > > > This is different from tinc 1.0, where C would have to decipher the > packet in > > order to determine what its final destination is. In tinc 1.1 that > routing > > information is sent in cleartext so that C can...
2005 Oct 26
3
splash screen
Is the splash screen RLE is standard 640x480x4 or a modified one because I can neither open the file in Photoshop CS2 (Windows under ext2fsd) or Gimp 2.2 (Linux 2.6.12.16ubuntu) and I am unable to decipher Perl scripts. Will syslinux support standard RLE?
2011 Jun 23
2
packages which call functions which run C code...
...p-value than does the corresponding function in MATLAB. I am hoping for one of two responses: 1. You know about ks.tests and have a familiarity with both the R and MATLAB algorithms and can tell me why this should be happening. 2. You know where I can find the C code so that I can decipher it. Thanks, -Steve Wolf [[alternative HTML version deleted]]
2006 Jun 20
2
yum install nagios, adding dag repository
...Nothing to do". as output. In wanting to add the DAG repository to my machine, the documentation i've come across seems vague. Can someone advise me on either of these issues? I have come across the following HOWTO, but it kind of jumps around a bit, and the if/else logic is too hard to decipher. http://www.maxsworld.org/?page_id=115 Any help is most appreciated... -karlski