Displaying 20 results from an estimated 1857 matches for "equiv".
2011 Sep 28
1
number of items to replace is not a multiple of replacement length
..."
[21] "DrugDose5" "DrugDose6" "DrugDose7" "DrugDose8" "DrugDose9"
[26] "DrugDose10" "DrugDose11" "DrugDose12" "DrugDose13" "DrugDose14"
[31] "DrugDose15" "DrugDose16"
Equivs is a dataframe holding information for a certain subclass of drugs
> head(Equivs)
Name Equiv
1 Alprazolam 0.5
2 Bromazepam 5.5
3 Chlordiazepoxide 25.0
4 Clobazam 20.0
5 Clonazepam 0.5
6 Clorazepate 15.0
What I'm trying to is for each...
2003 Aug 09
1
hosts.equiv and .rhosts
Hi,
How to use hosts.equiv and .rhosts in samba and can you please send me
an example of them
____________________________________________
Mohammed Al-Shabib Baker <http://www.bakerhughes.com/> Hughes.com Tel.
(+973) 586000 Fax (+973) 580626 P.O. box 18199, Manama, Bahrain My
<mailto:Mohammed.Al-Shabib@bakerh...
2013 Aug 13
2
Collector not realizing own exported resources when filtering on tags
I''m trying to create a ssh class where the /etc/ssh/ssh_known_hosts and
/etc/ssh/shosts.equiv stays updated. The issue i''m finding is that if I
include a "tag == anything" in the Collector filter, it collects all
resources EXCEPT it''s own. In this case, the known_hosts and .equiv files
will have all the other hostnames, but not it''s own hostname. I...
2007 May 25
1
hosts.equiv management?
...e
nodes in the same batch queue. I think I''ve made some good class
definitions up to this last point, where code duplication rears its head.
Example of the problem:
class ch405-host inherits dual-boot-cluster-host {
$myqueue = ''ch405''
file { "/etc/hosts.equiv":
source =>
"puppet://$pserver/files/apps/rsh-server/hosts.equiv.$myqueue",
owner => root,
group => root,
mode => 644,
require => Package[rsh-server],
}
}
class ch406-host inherits dual-boot-cluster-host {...
2005 Apr 19
0
[Bug 1018] Incorrect parsing of hosts.equiv for netgroups
http://bugzilla.mindrot.org/show_bug.cgi?id=1018
Summary: Incorrect parsing of hosts.equiv for netgroups
Product: Portable OpenSSH
Version: -current
Platform: All
URL: http://marc.theaimsgroup.com/?l=openssh-unix-
dev&m=110909300030444&w=2
OS/Version: All
Status: NEW
Severity: normal...
2020 Oct 09
1
eps parameer in equiv.test
I am trying to understand the meaning of the eps parameter of the equiv.test parameter of the equiv.test function (package equivUMP)
The help file for equiv.test states that the parameter eps is "a single strictly positive number giving the equivalence limits"
What is the scale of measurement of eps? It does not appear to be the same scale as the scale used...
2007 Jun 15
1
[LLVMdev] EquivalenceClasses: findValue vs. findLeader
Given an object o of ElemType in an instance of EquivalenceClasses, I need
to get a list of all members of the equivalence class that o is in. For
various reasons, it is easiest if I could get an EquivalenceClasses::iterator
that I can pass to member_begin and member_end.
So naturally, I did something like this (pseudo-C++):
EquivalenceClasses::it...
2005 Feb 22
0
Possible bug in openssh parsing of hosts.equiv for netgroups?
Open-SSH'ers,
I just noticed that ssh doesn't parse hosts.equiv the same as rsh.
I set up an usertest user on targethost, and then su'ed to usertest
on sourcehost. I put this in targethost's /etc/hosts.equiv
+ -usertest
+ at trusted-hosts (all hosts are rolled up into this netgroup)
this should disallow usertest from rsh'ing into tar...
2008 Sep 13
2
<meta http-equiv="refresh" content="5"/>
Do you know of any way for me to stick a meta tag in using a
before_filter or after_filter or around_filter?
<meta http-equiv="refresh" content="5"/>
I have been trying to figure out out and just cannot make sense of it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to th...
2001 Mar 22
2
hosts.equiv (fwd)
is anyone using rhost-rsa + hosts.equiv? is it broken?
-------------- next part --------------
An embedded message was scrubbed...
From: Francesc Guasch <frankie at etsetb.upc.es>
Subject: hosts.equiv
Date: Thu, 22 Mar 2001 12:56:22 +0100
Size: 2614
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010322/ced5a...
2016 Aug 01
4
OpenSSH 7.3p1 can't be build on Solaris 10
.../'`; \
/opt/csw/gnu/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g'
-e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e
's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e
's|/usr/libexec|/usr/local/libexec|g' -e
's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e
's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e
's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e
's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e
's|/etc/ssh/ssh_host_rsa_key|/usr/lo...
2002 Mar 29
2
Non-interactive root access via hostbased using shosts.equiv
...iness happy are that no
cleartext passwords or unencrypted private keys can be
stored on disk. Since this is within an automated
environment, there is no opportunity for human
intervention to type in passwords or passphrases.
The original intent was to use host-based
authentication via the shosts.equiv file. This is
essentially a drop-in replacement for what is already
being done, just replacing rsh with OpenSSH. However,
OpenSSH is hard-coded to *not* check
hosts.equiv/shosts.equiv if the target uid is 0. It
is possible to get around this by setting
"IgnoreRhosts" to no, and putting...
2006 Jun 22
2
str_replace PHP Function Equiv.
I''ve been searching for ages and not come up with anything on the
internet. I was wondering if there is a Rails equiv. for the PHP
function str_replace. For example;
variable_for_new_string("value_to_repace", "string_to_replace_with",
"string_to_perform_modification_to")
Thanks in advance for any help.
--
Posted via http://www.ruby-forum.com/.
2016 Aug 02
6
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
With this change built ok.
But patch must be quite different on my platform (see attached) for
portable version.
And, of course, after autoreconf run.
02.08.2016 10:55, Darren Tucker ?????:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -754,6 +754,9 @@ main() { if (NSVersionOfRunTimeLibrary("System")
>= (60 << 16))
2005 Nov 17
3
NT MD4 password check failed
...been asked so many times
before, but I can't seem to find the answer...
How do I get to access my home directory on a Linux server running
Samba from a Windows XP client?
I'm getting "NT MD4 password check failed" in the log file even though
the Windows client is listed in hosts.equiv. More information
below...
I have a small home network consisting of a Linux (SuSE 10.0) server
and two Windows XP clients. Since I can't get things working
properly, I've added log level = 10 to my smb.conf.
The two users on my network are my wife and myself.
I want to map drive H (fo...
2006 Apr 17
1
Equivalence test and factors
...a linear mixed effects model followed by ANOVA to
assess the relationship between a categorical predictor variable with 2
levels (and random effects) and a numeric response variable. As I was
concerned about the lack of a power analysis prior to data collection,
it was suggested that I use an equivalence test to complement the
conventional hypothesis test. Using "equiv.boot" in
package "equivalence", I get an "NA" response for the test of the
intercept ($rs.b0 and $Test.b0) and the following warnings after the
last line of output:
Warning messages:
1: argu...
2001 Mar 20
3
Rhosts-RSA authentication broken
Hello !
I think a problem was introduced in openssh-2.3.0p1 which is
still there in the latest openssh-2.5.2p1. I just noticed it
before my vacation and could not send this mail earlier than
today.
The problem is:
You can't use the Rhosts-RSA authentication based on the hosts.equiv
file and the host keys.
The only possible way to do rhosts-RSA authentication is to allow
the usage of the .rhosts/.shosts file and put the information in
there.
If you have "IgnoreRhosts yes" in the configuration file for
the sshd, no rhosts-RSA authentication is done because
it is not...
2012 Jul 31
0
Managing /etc/ssh/shosts.equiv
Hi, does anyone have any elegant solutions for managing shosts.equiv? In
my puppet ssh module, host keys for /etc/ssh/ssh_known_hosts are
automatically managed with:
@@sshkey { $hostname:
ensure => present,
type => "rsa",
key => $sshrsakey,
}
Sshkey <<| |>>
Is there a...
2002 Mar 15
1
Problems compiling on Redhat
...# make
conffile=`echo sshd_config.out | sed 's/.out$//'`; \
/usr/bin/perl ./fixpaths -D/etc/ssh/ssh_config=/usr/local/etc/ssh_config -D/etc/ssh/ssh_known_hosts=/usr/local/etc/ssh_known_hosts -D/etc/ssh/sshd_config=/usr/local/etc/sshd_config -D/usr/libexec=/usr/local/libexec -D/etc/shosts.equiv=/usr/local/etc/shosts.equiv -D/etc/ssh/ssh_host_key=/usr/local/etc/ssh_host_key -D/etc/ssh/ssh_host_dsa_key=/usr/local/etc/ssh_host_dsa_key -D/etc/ssh/ssh_host_rsa_key=/usr/local/etc/ssh_host_rsa_key -D/var/run/sshd.pid=/var/run/sshd.pid -D/etc/ssh/moduli=/usr/local/etc/moduli -D/etc/ssh/sshrc=/usr...
2000 Jan 04
1
/etc/ssh/shosts.equiv ignored?
...rying to replace ssh 1.2.27 with openssh 1.2.1-pre*
It seems that a openssh client accessing any openssh/ssh server I've setup
always results in a password prompt.
It also seems that a openssh server requires ssh clients to provide a
password regardless of the entries in the /etc/ssh/shosts.equiv file. If
I shut off the openssh server and run a ssh server then normal ssh client
can connect without password prompts, openssh client still prompt for
password.
One other oddity I've noticed in is using openssh as a rsh replacement for
pine/imap. Setting up pine to use imap via ssh replace...