Displaying 4 results from an estimated 4 matches for "prerequistes".
Did you mean:
prerequisites
2010 Oct 12
1
switching shorewall 4.0.6 -> 4.4.13.3, opensuse -> ubuntu
Hi,
I want to switch between shorewall 4.0.6 to the latest 4.4.13.3 and from
opensuse10.3 to ubuntu10.04
Set up ubuntu10.04 on a dedicated PC (Intel), downloaded
shorewall-4.4.13.3.tar.bz2 and had it installed via
tar -jxf and then ./install.sh from the extracted shorewall-4.4.13.3
subdirectory
Ubuntu10.04 comes standard with perl 5.10.1 ($ perl -v --> Perl, v5.10.1)
Reading the
2011 Sep 19
1
using R as SHELL in gnu make
...ntrigued by the possibility of using R as the SHELL in a (Gnu) makefile (instead of /bin/sh). (c.f. http://www.gnu.org/software/make/manual/make.html#Choosing-the-Shell)
Well, rather, I would like the makefile's SHELL to be a command which communicated with an R process.
The makefile targets/prerequistes would, as always, be OS files, which would be written/read using standard R file IO.
The makefile's "recipe"s would be written in R (instead of the usual shell).
The R process would be able to be initiated by `load`ing one or more R datasets, libraries or entire images.
The R proce...
2004 Jan 29
0
openldap-2.2.5 test fails
Hi everybody,
i'm new on this List as well in openldap. I'm trying to set up a testserver
with ldap and samba.
Is the first time i have installed openldap. So far everything went fine. I
have compiled and installed all the
prerequiste Software (cyrus-sasl-2.1.17, openssl-0.9.7c, autoconf-2.59,
BerkeleyDB-4.2).
Compiling, make depend and make did also run through. The problem is when i
2003 Mar 02
0
[RFC][PATCH] Require S/KEY before other authentication methods.
I need a way to make sshd require S/KEY authentication to succeed before
allowing either password or public-key authentication.
Currently, we can only have S/KEY+password, by using PAM for
authentication, and configuring PAM accordingly. But PAM of course can't
handle SSH public keys.
I thought for a while that ideally we could actually use PAM to tell
sshd what methods of authentication to