Displaying 20 results from an estimated 36118 matches for "validate".
Did you mean:
validated
2019 Dec 27
0
bind problems
I made yum update to bind on 21.12.2019. Yum.log:
Dec 21 23:14:41 Updated: 32:bind-license-9.11.4-9.P2.el7.noarch
Dec 21 23:16:43 Installed: 32:bind-export-libs-9.11.4-9.P2.el7.x86_64
Dec 21 23:16:49 Updated: 32:bind-libs-lite-9.11.4-9.P2.el7.x86_64
Dec 21 23:16:50 Updated: 32:bind-libs-9.11.4-9.P2.el7.x86_64
Dec 21 23:18:02 Updated: rpcbind-0.2.0-48.el7.x86_64
Dec 21 23:23:21 Updated:
2010 May 26
1
how to Store loop output from a function
HI, Dear R community,
I am writing the following function to create one data set(*tree.pred*) and
one vector(*valid.out*) from loops. Later, I want to use the data set from
this loop to plot curves. I have tried return, list, but I can not use the
*tree.pred* data and *valid.out* vector.
auc.tree<- function(msplit,mbucket) {
* tree.pred<-data.frame()
2006 Jul 21
10
why validation on server side
hi,
i have noticed that the validations in RoR happen at server side
mostly what sites do is using javascript they validate user information
there...
whats the point of doing it at the server side
is it that loading of javascript file in a browser makes a response to
client slow
and validation at server side offsets that....?????
any sugeestions????
is it that i am missing something as mostly till now i have develop...
2010 Oct 01
1
virt-xml-validate b0rked?
It seems that virt-xml-validate doesn't validate what *has* to be valid XML, that generated by virsh dumpxml against a running domain:
[root at etc752365a ~]# virsh list
Id Name State
----------------------------------
2 rhel55 running
3 rhel53 running
[root at etc752365a ~]#...
2006 Aug 14
2
Plugins: Validation Reflection and Client-Side Validation
...n/trunk
Michael
Validation Reflection
=====================
Version 0.2, 2006-08-06
This plugin adds reflective access to validations
- ModelClass.reflect_on_all_validations
- ModelClass.reflect_on_validations_for(:property)
= Deprecation Notice
Version 0.1 had supplied three methods
- validates_presence_of_mandatory_content_columns
- validates_lengths_of_string_attributes
- validates_all_associated
These have been removed. Please use the Enforce Schema Rules plugin
instead
http://enforce-schema-rules.googlecode.com/svn/trunk/enforce_schema_rules/
Client Side Validation
======...
2020 Mar 25
2
CentOS 6.10 bind DNSSEC issues
Hi,
??? Anyone else had any issues with CentOS 6.10 bind DNS server issues
this afternoon.
At 16:26 (GMT) had alerts for DNS failures against our CentOS 6.10 bind
DNS servers
from our monitoring system.
Sure enough DNS requests via the server was failing, checking the
named.log showed
dnssec issues;
25-Mar-2020 16:26:10.285 dnssec: info: validating @0xb48b17c0:
push.services.mozilla.com
2006 Mar 29
5
How to skip password validation when updating other fields?
...login] )
end
=> Won''t work because the password and password_confirmation validations
hit.
Is there any way to skip the validations for the password attributes?
I''ve been thinkin of creating validation method in the user model, that
skips the password-fields like this:
def validate_all_but_password
loop through validations
if the validation name doesn''t equal ''password'' or
''password_confirmation''
run the validation
and then call it before update_attribute.
What do you think, would this be a good practise, or is there an...
2017 Oct 26
1
[PATCH] builder: ignore spaces after repo identifiers (RHBZ#1506511)
---
builder/index-scan.l | 5 +++--
builder/test-virt-index-validate-good-4 | 3 +++
builder/test-virt-index-validate.sh | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
create mode 100644 builder/test-virt-index-validate-good-4
diff --git a/builder/index-scan.l b/builder/index-scan.l
index bdb474b33..49dad72bc 100644
--- a/builder/index-scan.l
+++ b/bu...
2008 Nov 10
10
[LLVMdev] Validating LLVM
Back during the LLVM developer's meeting, I talked with some of you about a
proposal to "validate" llvm. Now that 2.4 is almost out the door, it seems a
good time to start that discussion.
I've written up a detailed proposal and attached it to this message. The goal
is to ease LLVM use by third parties. We've got consideral experience with
LLVM and the community development mo...
2002 May 24
1
What's Happening
Found these messages in /var/log/dmesg on a Redhat 7.1 machine running
Samba 2.2.2 accessing a Win 2000 share. Actually, there are a bunch of
tasks accessing the same share, complete with file locking, etc.
Any docs on what that error code means?
...Thanks,
...Kenneth
smb_get_length: recv error = 113
smb_trans2_request: result=-113, setting invalid
smb_file_write: syndex/csafe.log validation
2006 Aug 15
7
Trying to Overide Class Object Methdos For Testing
Hi,
I thought I had a handle on the whole singleton class thing but now I''m
not too sure.
I have a class definition:
class ValidationMaster
def validate(params)
# complex and time consuming validation
# returns true on success, raises Exception
# on failure
end
end
Okay, so when I''m running my functional tests within rails, I want to be
able to control how the validate(params) method behaves.
So, I''ve created a Va...
2006 Jan 13
1
validating without saving
i am trying to validate without saving use the valid? method on my
object. however i keep getting the following error (that i reproduced
in console) "NoMethodError for field"
Any ideas ?
thanks
adam
Loading development environment.
>> p = Post.new
=> #<Post:0x407b6050 @attributes={"created_...
2005 Apr 23
7
Validation question
...oke validations at times other than save, create
and update? I know that I can do this by writing my own validation
checks using errors.add_[blah], but I''d like to leverage the existing
validation code.
What I have is two sets of fields in a record, set A and set B. Both
sets must be validated on record create. However, the trouble is that
after create, fields from both of these sets can be changed, and
changed independently (so I can''t just restrict set B to validations on
create). The trouble is that set B contains items such as a password
that is encrypted via a before_c...
2009 Aug 17
2
S4: inheritance of validity methods?
Dear Developers,
In current implementation of validity method, objects are first coerced to
superclass (slots are striped). Thus, it is not possible to write validity
method which would perform some checks on children slots.
Say, I want to check if number of slots in a class is equal to "n":
setClass("A", representation(a="numeric", n="integer"),
2003 Feb 24
5
Bug in Shorewall check?
...dating interfaces file...
Validating hosts file...
Determining Hosts in Zones...
Net Zone: eth0:0.0.0.0/0
Local Zone: eth1:0.0.0.0/0
DMZ Zone: eth2:0.0.0.0/0
DMB Zone: eth3:0.0.0.0/0
Validating rules file...
Rule "DNAT loc dmz:213.212.33.20 tcp smtp - 192.168.221.7" validated.
Rule "ACCEPT fw net tcp time" validated.
Rule "ACCEPT loc fw tcp ssh,www" validated.
Rule "ACCEPT fw net tcp domain,www" validated.
Rule "ACCEPT fw net udp domain" validated.
Rule "ACCEPT fw dmz:213.212.33.20 tcp smtp" validate...
2014 Apr 03
5
[PATCH 0/3] builder: Add test of virt-index-validate.
Somewhat ineffective test of virt-index-validate.
2006 Jun 01
9
@model.errors.empty? => true; @model.valid? => false
Hi,
So, how can the situation described in the subject come to be?
In other words, what could be invalidating the model, yet not
generating an error?
thanks,
jh
ps.
here''s the breakpoint session paste:
irb(#<#<Class:0xb72eec00>:0xb72eeb10>):003:0> @project.errors.empty?
=> true
irb(#<#<Class:0xb72eec00>:0xb72eeb10>):004:0> @project.valid?
=> false
2020 Mar 25
0
CentOS 6.10 bind DNSSEC issues
At Wed, 25 Mar 2020 17:03:23 +0000 CentOS mailing list <centos at centos.org> wrote:
>
> Hi,
>
> ???????????? Anyone else had any issues with CentOS 6.10 bind DNS server issues
Yes. The installed ISC DLV key installed with
bind-9.8.2-0.68.rc1.el6_10.3.x86_64 seems to have expired and there does not
appear to be a new bind-9.8.2 RPM with a new key. I guess you can
1999 Dec 13
0
Logon scripts w/samba
I have a logon script for windows clients to preform net time w/my samba
server when they logon. The script is called gerry.bat and it is located
in the logon directory.
But, when any user logs on.... The script is never called. I've attached
my smb.conf file. (by the way Im running RH6.0 on an AMD K-7 w/Samba
2.0.5a. THANKS IN ADVANCE!!!!
# Samba config file created using SWAT
# from
2014 Mar 20
2
Re: [PATCH 1/3] builder/virt-index-validate: try to cleanup in any occasion
...+0100, Pino Toscano wrote:
> > Always close the file (ignoring its result) after a parsing, and
> > cleanup the parse_context object before any exit().
> >
> > This eases the debugging of memory issues in the actual parser.
> > ---
> >
> > builder/index-validate.c | 18 +++++++++++++-----
> > 1 file changed, 13 insertions(+), 5 deletions(-)
> >
> > diff --git a/builder/index-validate.c b/builder/index-validate.c
> > index 4b7fe93..fed0f81 100644
> > --- a/builder/index-validate.c
> > +++ b/builder/index-validate.c
>...