Displaying 20 results from an estimated 25 matches for "damtp".
2002 Nov 19
1
forwarding features
...-forward
unix-domain sockets then the name could be guarenteed unique,
similarly if the forwarding could be added after running code we would
be ok too.
[ Well I could do it with external code at both ends I suppose, but
that just makes it harder to run on some platforms ... ]
--
Jon Peatfield, DAMTP, Computer Officer, University of Cambridge
Telephone: +44 1223 3 37852 Mail: J.S.Peatfield at damtp.cam.ac.uk
2001 Mar 11
4
prng_cmds/init_rng() question/patch
...rent patch possibly isn't the right way to do some of this (like
the generation of the string from the ssh_prng_cmds file or the hack
function I dropped in the place of the fgets() call).
[ I'm not including the patch itself in case there is already a better
solution. ]
--
Jon Peatfield, DAMTP, Computer Officer, University of Cambridge
Telephone: +44 1223 3 37852 Mail: J.S.Peatfield at damtp.cam.ac.uk
2002 Apr 01
4
path to find ssh-rand-helper
...the ssh-rand-helper location can't also be...
[ I will then nobble ssh-rand-helper to take the prng_cmds from a
user-specified source and I'll have a way to give people a small set
of files to install anywhere (with a helper shell script to specify
all the paths etc) ]
--
Jon Peatfield, DAMTP, Computer Officer, University of Cambridge
Telephone: +44 1223 3 37852 Mail: J.S.Peatfield at damtp.cam.ac.uk
2009 Oct 16
1
(PR#14012)
...If I source the file within
R, it works okay:
> source('j.R')
[1] "MEA_data/sernagor_new/CRX_P7_1.txt"
But if I run the file using Rscript on a linux box I get a strange
error message:
$ Rscript --vanilla j.R
"
Execution halted
The example script j.R is at http://www.damtp.cam.ac.uk/user/sje30/j.R
rather than attaching it here. I don't think there is anything
specific about the script though apart from the line endings.
Stephen
--please do not edit the information below--
Version:
platform = x86_64-pc-linux-gnu
arch = x86_64
os = linux-gnu
system = x86_64...
2012 Jun 16
2
aligning axis labels in a colorkey from levelplot
R does a great job with the fine details regarding plots. e.g in the
following:
library(lattice)
y <- -4:4/10
xyplot(y~1, las=1)
the y axis is labelled with numbers -0.4, -0.2, 0.0, 0.2, 0.4 with the
numbers aligned on the decimal point.
How do I get the same behaviour in the colorkey of a levelplot? e.g.
levelplot(matrix(y,3,3))
the numbers in the colorkey seem left-aligned, and
2007 Apr 30
2
Rscript.Rd example (PR#9644)
One of the examples in Rscript.Rd seems mis-formatted, in that the
format statement is incomplete:
## Not run:
Rscript -e 'date()' -e 'format(Sys.time(), "
Both Rscript.Rd in R 2.5.0 and the version at:
https://svn.r-project.org/R/trunk/src/library/utils/man/Rscript.Rd
have
Rscript -e 'date()' -e 'format(Sys.time(), "%a %b %d %X %Y")'
Do
2001 Jun 07
0
Patch for systems with no setreuid()
...#if !defined(HAVE_SETEGID) && defined(HAVE_SETRESGID)
int setegid(uid_t egid)
{
--cut-here--
Of course on this particular platform I need other patches (to turn
off HP-UX specific stuff which are missing (hpsecurity etc)), but the
above might be useful elsewhere...
--
Jon Peatfield, DAMTP, Computer Officer, University of Cambridge
Telephone: +44 1223 3 37852 Mail: J.S.Peatfield at damtp.cam.ac.uk
2012 Jun 16
2
Adding title to colorkey
A recent paper on visualisation (in Neuron, a leading neuroscience
journal) surveyed how well previous articles in this journal labelled their
graphs (e.g. axis labelling and describing their error bars). Of
particular interest is that (only) 40% of plots labelled what their
colorkey was showing (variable and units).
The paper is at http://dx.doi.org/10.1016/j.neuron.2012.05.001
R is not yet
2005 Jul 14
1
Fwd: Re: Problem installing R packages
...d be causing this error
or does anyone have a Mac binary for these libraries?
Thanks,
John Marioni
--
John Marioni
PhD Student
Computational Biology Group
Department of Applied Mathematics and Theoretical Physics
University of Cambridge
Wilberforce Road, Cambridge, CB3 0WA
Email: J.Marioni at damtp.cam.ac.uk
Phone: +44 (0)1223 763391
2001 Mar 11
0
patch to allow client to select rsa/dss
...ue connecting (yes/no)? yes
Warning: Permanently added 'testhost,10.16.18.11' (DSA) to the list of
known hosts.
Of course I may have missed somthing important, and I've currently
only tested it on one implementation (Linux). Any improvements or
suggestions welcome.
--
Jon Peatfield, DAMTP, Computer Officer, University of Cambridge
Telephone: +44 1223 3 37852 Mail: J.S.Peatfield at damtp.cam.ac.uk
2002 Aug 19
4
Building 3.0p1 on HPUX 10.2, gcc, zlib 1.1.4
Hi everybody,
I've never posted here before but I seem to be having a similar problem to
what Tim Rice had in July, namely when running the configure script I get
the following:
configure: error: *** zlib missing - please install first or check
config.log ***
However, I have definitely installed zlib (see below):
dngwks1:/tmp/openssh-3.0p1 # swlist
# Initializing...
# Contacting target
2001 Mar 13
0
ssh through proxy (was: prng_cmds/init_rng() question/patch)
...ll...
If that isn't what you were suggesting, could you elaborate?
Thanks,
--Matt
> -----Original Message-----
> From: Mats Andersson [mailto:mats at mindbright.se]
> Sent: Tuesday, March 13, 2001 12:30 AM
> To: Lewandowsky, Matt
> Cc: 'Gert Doering'; J.S.Peatfield at damtp.cam.ac.uk; dwd at bell-labs.com;
> openssh-unix-dev at mindrot.org
> Subject: ssh through proxy (was: prng_cmds/init_rng() question/patch)
>
>
>
> Hi,
>
> Sorry for pushing this even further off topic but since
> someone mentioned
> MindTerm I couldn't resist...
2001 May 07
1
OSF1 and USE_SIA
Is the following (from configure.in) intended:
*-dec-osf*)
if test ! -z "USE_SIA" ; then
AC_MSG_CHECKING(for Digital Unix Security Integration Architecture)
should that be "$USE_SIA" or similar or what is the point of testing a constant
string for being zero length...
The reason I ask is the for complex reasons we don't want SIA enabled on Tru64
since it breaks some
2001 May 08
1
HostbasedAuthentication, and my sillyness
Maybe I just can't read properly, but I just spent the best part of a
day trying to work out why HostbasedAuthentication wouldn't work for
me (with protocol 2 in openssh-2.9p1).
It seems (though maybe there is something wrong with my install), that
after enabling it in the sshd_config it doesn't work, since the client
will not in fact request it (by default).
I was fooled by the
2005 Sep 01
1
R CMD BATCH on scripts without trailing newline
If the last line of an R script does not have a trailing newline, a
small errror is produced at the end of the script.
Small example. If file eg.r contains one line:
getwd()
and there is no newline after the closing paren
$ R CMD BATCH eg.r
produces an error:
$ cat eg.r.Rout
R : Copyright 2005, The R Foundation for Statistical Computing
Version 2.1.1 Patched (2005-09-01), ISBN 3-900051-07-0
2007 Sep 24
1
Documentation bug: Section 3.3.2 of R-Lang. (PR#9928)
Full_Name: Simeon Bird
Version: 2.5.1
OS: Linux
Submission from: (NULL) (131.111.200.200)
In the manual "The R Language Definition", section 3.3.2 reads:
"3.3.2 Propagation of names
propagation of names (first one wins, I think - also if it has no names?? ??
first one *with names* wins, recycling causes shortest to lose names)"
I'm not really sure what this is talking
2001 Jul 11
1
OpenSSL PRNG
Just for peace of mind, can someone who knows the openssh code better than
I do, confirm that openssh doesn't use (in any circumstances) the openssl
prng (since the code in versions prior to 0.9.6b is rather weak).
My understanding is that it doesn't (using either /dev/random, egd, prngd or
the builtin code), but I may have missed some other use of the openssl prng
elsewhere...
-- Jon
2004 Oct 29
3
R-exts.texi: suggestion for small change to Vignette section (PR#7323)
I recently wrote a vignette, with the following at the top of the .Rnw
file:
%%\VignetteIndexEntry{How to use look up tables for h() functions}
%%\VignetteDepends{sjedmin, spatstat}
Using vExplorer() on this function, I got an error from this part of
getVigInfo():
lines <- grep("^%[[:space:]]*\\\\Vignette", file)
if (length(lines) == 0)
stop("File ", vig,
1996 Nov 14
1
Security hole in Debian 1.1 dosemu package
...work); 27 Nov 1996 10:36:24 -0000
Received: from kro.amtp.cam.ac.uk (root@131.111.16.190)
by mail2.redhat.com with SMTP; 27 Nov 1996 10:36:15 -0000
Received: by kro.amtp.cam.ac.uk
(Smail-3.1.28.1 #6) id m0vShLQ-00024vC; Wed, 27 Nov 96 10:35 GMT
Message-Id: <m0vShLQ-00024vC%kro.amtp.cam.ac.uk@damtp.cam.ac.uk>
X-Mailer: exmh version 1.5.1 12/2/94
To: linux-security@redhat.com
cc: johnsonm@redhat.com (Michael K. Johnson), jp107@damtp.cam.ac.uk
Subject: Re: [linux-security] denial of service attack on login
In-reply-to: Your message of "Tue, 26 Nov 1996 07:49:33 PST."...
2008 Apr 20
1
How to read last (incomplete) line from gzfile()?
Hi,
I have some text files that do not have trailing \n on the last
(incomplete) line; how do I read in the last line?
e.g. here is a test case: [linux + R version 2.6.1 (2007-11-26) ]
z <- gzfile("short.gz", open="w")
cat("7\n5\n3", file=z)
close(z)
z <- gzfile('short.gz')
readLines(z)
[1] "7" "5"
readLines would indicate that