search for: confirmed

Displaying 20 results from an estimated 16474 matches for "confirmed".

2003 May 08
1
strange behaviour of certain fields in data frame after rbind
Can anybody explain me what is going wrong with the rbind command or how I could avoid the problem? I have a script with loops which time has a dataframe as output (called T2sbdata). After each loop I would like to append that dataframe to the results I obtained from the previous loops (called T2sbdataALL) and use for that purpose rbind. Below a part of the loop and the result I get. The
2017 Sep 01
2
ganesha error ?
...] nfs4_State_Del :STATE :CRIT :hashtable get latch failed: 2 31/08/2017 17:04:00 : epoch 59a450e6 : GLUSTER-NODE3 : ganesha.nfsd-2067[work-31] create_nfs4_owner :NFS4 LOCK :CRIT :Related {STATE_OPEN_OWNER_NFSV4 0x7f0274475840: clientid={0x7f036836b0f0 ClientID={Epoch=0x59a450e6 Counter=0x00000008} CONFIRMED Client={0x7f0278001940 name=(24:Linux NFSv4.2 devel-web3) refcount=4} t_delta=0 reservations=1 refcount=466} owner=(24:0x6f70656e2069643a00000027000000000000a95056901336) confirmed=0 seqid=0 refcount=2} doesn't match for {STATE_LOCK_OWNER_NFSV4 0x7f0328479b10: clientid={0x7f036836b0f0 ClientID=...
2009 Nov 20
3
Javascript Confirm for Form Value
How could I ask a user to confirm specific form input? EX: <%= f.submit ''Donate'', :confirm => ''Confirm your donation amount: ###amount###'' %> Where the ###amount### would be replaced with the amount entered in the form. Thanks, Dustin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2010 Jul 06
4
how to make confirm boxes conditional?
Hi, I''d like to make the :confirm option in my link_to/button_to erb elements conditional. So, if the page is in some state, no confirmation is requested, but not otherwise, etc. So far, my only (ugly) approach is to replace the linker html itself depending on changes in state, but I believe there must be an easier way to ''toggle'' the confirmation option on/off. Can
2017 Sep 02
0
ganesha error ?
...htable get > latch failed: 2 > > 31/08/2017 17:04:00 : epoch 59a450e6 : GLUSTER-NODE3 : > ganesha.nfsd-2067[work-31] create_nfs4_owner :NFS4 LOCK :CRIT :Related > {STATE_OPEN_OWNER_NFSV4 0x7f0274475840: clientid={0x7f036836b0f0 > ClientID={Epoch=0x59a450e6 Counter=0x00000008} CONFIRMED > Client={0x7f0278001940 name=(24:Linux NFSv4.2 devel-web3) refcount=4} > t_delta=0 reservations=1 refcount=466} > owner=(24:0x6f70656e2069643a00000027000000000000a95056901336) > confirmed=0 seqid=0 refcount=2} doesn't match for > {STATE_LOCK_OWNER_NFSV4 0x7f0328479b10: clie...
2008 Aug 26
0
Processed (with 58 errors): The possibility of attack with the help of symlinks in some Debian
Processing commands for control at bugs.debian.org: > tags 496359 secuirity Unknown tag/s: secuirity. Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge sarge-ignore experimental d-i confirmed ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny lenny-ignore. Bug#496359: The possibility of attack with the help of symlinks in some Debian packages There were no tags set. Tags added: > tags 496360 secuirity Unknown tag/s: secuirity. Recognized are: patch wontfix m...
2006 Aug 28
0
patch for ssh-agent force confirm keys
Hi all Patch adds flag -C to ssh-agent which will force confirmation for any key added in agent (similar to ssh-add -c) Helps when forwarded agent authentication is used and each key should be confirmed before use catam --- ssh-agent.c 2006-08-28 14:02:12.000000000 +0300 +++ ssh-agent.c.orig 2006-08-28 13:36:05.000000000 +0300 @@ -111,9 +111,6 @@ /* Default lifetime (0 == forever) */ static int lifetime = 0; -/* global confirm */ -static int confirm = 0; - static void close_socket(...
2004 Aug 06
3
Please confirm your message
...your mailer's "Reply" feature. icecast+confirm+1076405509.4977.3d207b@xiph.org Rather than allow only list subscribers to post to Xiph.Org mailing lists, we've set up a whitelist system by which anyone can post, but the first message from an unknown email address must be confirmed to verify that's it's not email from a spam robot. Your confirmation reply will add this email address to our whitelist, and allow you to post freely to Xiph.Org mailing lists from the confirmed address. [ This notice was generated by TMDA/0.68 (http://tmda.net/), an automated junk...
2005 Mar 06
2
Using url_for in ActionMailer templates
Hi All I am just adding some basic e-mail notices to my Rails app using ActionMailer, and have one small issue. I want to provide a confirmation URL to users who sign up for an account. I can obviously just hardcode the URL and append the confirmation code to it, but I''d much rather be able to use something like: url_for(:controller => ''authentication'', :action
2004 Aug 06
0
Re: Please confirm your message
...ot;Reply" feature. > > icecast+confirm+1051184875.16372.42e2b6@xiph.org > >Rather than allow only list subscribers to post to Xiph.Org mailing >lists, we've set up a whitelist system by which anyone can post, but >the first message from an unknown email address must be confirmed to >verify that's it's not email from a spam robot. Your confirmation >reply will add this email address to our whitelist, and allow you to >post freely to Xiph.Org mailing lists from the confirmed address. > >[ This notice was generated by TMDA/0.68 (http://tmda.net/), >...
2005 Jul 16
1
mindrot.org TMDA sending multiple auto-responder spams
...in a newer release. I got 3 spam emails from mindrot.org. Two asking me to confirm, and then when I was forced to confirm I got another auto-responder spam. If I had wanted the 3rd spam I would have set "return receipt". I got this (below) auto-responder confirmation spam as well. I confirmed my email address purely so I could make the point that this approach is a poor solution to spam prevention. This approach treats symptom of spam by wasting the time of email person with yet more spam, rather than tackling the cause of the problem. Is there a logical reason for this odd approach?...
2008 Jun 15
11
[PATCH] helper to create fb css stylized table
I attached a rails helper implementation of the fb_table described here: http://wiki.developers.facebook.com/index.php/Facebook_Styles I included testing and comments. I hope you find it useful. Curiously, it''s really a small extension of FBML. Richard -------------- next part -------------- Index: test/rails_integration_test.rb
2004 Aug 06
0
Re: Please confirm your message
...ot;Reply" feature. > > icecast+confirm+1051184875.16372.42e2b6@xiph.org > >Rather than allow only list subscribers to post to Xiph.Org mailing >lists, we've set up a whitelist system by which anyone can post, but >the first message from an unknown email address must be confirmed to >verify that's it's not email from a spam robot. Your confirmation >reply will add this email address to our whitelist, and allow you to >post freely to Xiph.Org mailing lists from the confirmed address. > >[ This notice was generated by TMDA/0.68 (http://tmda.net/), >...
2007 Aug 24
4
Confirm email... (Giant-sized gifts, decor and props)
5-foot pencils? Gallon-sized coffee mugs? 10-pound chocolate bars? Yes! Yes! Yes! And yes to dozens of other common objects in uncommonly BIG sizes! That's what GreatBigStuff.com is all about! Thank you for your interest in http://www.GreatBigStuff.com. This message is to verify that you wish to have your email address: rsync@lists.samba.org added to the GreatBigStuff.com mailing list.
2004 Jan 27
1
MySQL posting confirmation for r-help@lists.r-project.org
This is an automatic reply to an email you sent to a MySQL mailing address protected by our 'self-moderation' system. To reduce the amount of spam received at these addresses, we require you to confirm that you're a real person before your email will be allowed through. All you have to do in order to have your original message sent is click on the following link (or cut-and-paste it
2015 Feb 23
4
Using confirmation of key usage per-host?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all, bear with me, I know the SUBJECT sounds pretty unclear. I'll clarify in a minute. And please excuse that due to the keywords being unclear no usable help was found on google & Co... Assume there is a workstation, which connects to multiple machines, one of which is considered potentially unsafe. So, it would be nice to have agent
2004 Dec 14
3
Confirm MWI doesnt work with SIP RealTime?
Can someone else confirm that your phone does not recieve MWIs when using SIP and RealTime? Is this a problem with SIP or with Voicemail? -Matthew
2011 Jan 02
0
"Confirmation" succeeds when the *_confirmation attribute was neglected from the Model.
...e, :presence => true) end activemodel/lib/active_model/validations/confirmation.rb: 3 # == Active Model Confirmation Validator 4 module Validations 5 class ConfirmationValidator < EachValidator 6 def validate_each(record, attribute, value) 7 if (confirmed = record.send("#{attribute}_confirmation")) && (value != confirmed) 8 record.errors.add(attribute, :confirmation, options) 9 end 10 end </pre> At line 7, since the attribute does not exist, no error is recorded. That''s wrong. If pas...
2008 Mar 30
0
javascript confirm function in FBJS
I''d like to add the :confirm option in the link_to_remote and replace the missing confirm function with Facebook''s Dialogs. function confirm(text) { dlg = new Dialog(Dialog.DIALOG_CONTEXTUAL).showChoice(''Confirm Request'', text , ''Yes'', ''No''); dlg.onconfirm = function() { return true; }; dlg.oncancel = function() { return
2008 May 14
1
confirm a3c73e8957c061450e68e2341667d0b023ecfcf1
On Wednesday 14 May 2008 07:03, wine-users-request at winehq.org wrote: > Mailing list removal confirmation notice for mailing list wine-users > > We have received a request for the removal of your email address, > "gelatin at adelphia.net" from the wine-users at winehq.org mailing list. > To confirm that you want to be removed from this mailing list, simply > reply to