Displaying 20 results from an estimated 20000 matches similar to: "MySQL posting confirmation for r-help@lists.r-project.org"
2007 Mar 25
1
Answer Confirmation with SIP/AIX channels
We need incoming calls to simultaneously ring SIP phones, and a cell phone
which is called via a SIP or IAX trunk. When the cell phone answers we'd
like a brief prompt played (e.g. "press # to accept call") and if # is pressed
connect the incoming call to the cell phone.
ZAP trunks have some of this functionality with the call confirmation option,
but we must use SIP or IAX trunks.
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
2005 Jul 12
1
Skip Announcement Confirmation in MeetMe
Anyone know how to bypass the CONFIRMATION of the user announcement
recording in MeetMe?
While I like the "please say your name" to announce a user into a
conference, I find it confusing and time consuming to make the user to
press 1 to accept a recording they haven't even previewed.
I'm not a coder, but I'd be happy to comment out the confirmation loop
if someone
2006 Aug 30
1
Dir move confirmation
Hi everyone,
I was wondering whether Samba3 provides any way to enforce a displaying of a
confirmation dialog before moving a subdirectory within a share.
I administer a few Samba-based file servers in production environment (1PDC
+ 4BDCs + few member servers) - some of them store up to 300k files.
Users tend to lose information by - accidentally - moving some
files/subdirectories between
2011 Feb 24
1
ssh-askpass should be able to distinguish between a prompt for confirmation and a prompt for an actual passphrase
I just opened a bug report about this, but i thought i'd bring it to the
group if anyone has any concerns about the idea:
https://bugzilla.mindrot.org/show_bug.cgi?id=1871
currently, ssh-askpass is used in some situations to actually ask the
user for a passphrase.
in other situations, it is used to prompt for simple confirmation (e.g.
ControlMaster=ask, ssh-add -c).
Providing the exact
2004 Sep 08
2
Answer confirmation on non-Zap channels?
I was looking at the sample "follow me" config
(http://www.voip-info.org/wiki-Asterisk+Tips+follow+me
<http://www.voip-info.org/wiki-Asterisk+Tips+follow+me> ) which uses a
dial modifier 'c' to enable Answer confirmation - "If the letter c
follows, then "Answer Confirmation" is requested, in which the call is
not considered answered until the called user
2006 Jul 06
1
Problem implementing password and password confirmation
Hi,
I''m trying to implement password confirmation, based on the Agile
example, but just can''t make any progress.
User DB has these fields:
=========================
t.column :name, :string, :limit => 40
t.column :hashed_password, :string
t.column :salt, :string
User model has:
===============
attr_accessor :password_confirmation
2013 Jan 29
2
[Bug 2065] New: double confirmation with ssh-add -c and ControlMaster autoask
https://bugzilla.mindrot.org/show_bug.cgi?id=2065
Bug ID: 2065
Summary: double confirmation with ssh-add -c and ControlMaster
autoask
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.0p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P3
2015 Oct 09
2
Permanently added hostkeys (due to IP address pool), without confirmation
Hello,
maybe someone could please help and shed some light on a problem
that i don't understand, and that even in multiple ways.
The problem occurred three or four times over the past months
(maybe half a year?) and manifests as
++ Pushing to "gitlab" (at least "master" differs)!
Warning: Permanently added the RSA host key for IP address '104.46.105.89' to the
2013 Apr 02
1
RFC: More explicit ssh agent forwarding on SSH_ASKPASS confirmation
This is an old idea I had, resurrected by the mention of changing the
agent protocol in "ssh-agent allowing access to other users?" thread.
Currently, when you forward the ssh-agent, the forwarded host has the
same rights as the local user. And when the key requires confirmation,
the is quite terse: "Allow use of key foobar?
Key fingerprint abcdf."
It would be desirable to
2006 Nov 06
4
Confirmation fields on forms
I am unsure how to use a confirmation only field in my forms. The
perfect example is when registering a user, you want them to type their
password twice but you only want to have one record for it.
The form fields;
user[password]
user[password_confirmation]
form posted;
user = User.new @params[:user]
Error is thrown because there is no method for password_confirmation.
--
Posted via
2013 Apr 25
1
Getting confirmation for power button
Using CentOS 5.8:
Currently on my workstations, when I press the power button the computer
immediately does a 'shutdown -h now' (per /etc/acpid/events/power.conf).
Is there a way to change it so that a confirmation dialog comes up, rather
than an immediate shutdown?
I assume that I am going to need to change that power.conf file to tell
some program that the power button's been
2007 Sep 04
2
How can i add a confirmation dialog to a submit_tag?
When i use button_to or link_to, i can easily request a confirmation
dialog with (for example)
<%= button_to "Delete this story",
{ :controller => "story", :action => "delete", :id => @story.id },
:confirm => "Delete story: are you sure?" %>
I also want to do this for the submit buttons on my forms, which are
2007 Apr 13
0
I put your link, r-project.org, on my site under Lead Generation > Mailing Lists
Hi it's Matt.
I saw your site, http://www.r-project.org/, on Google under:
Lead Generation > Mailing Lists
I see that your site has an Alexa ranking of 79275.
Not bad!
I have placed a link to your site in the Lead Generation > Mailing Lists section
of my site. You can check it out at:
http://www.topsafelistbiz.com/partners/lead-generation-mailing-lists10.html
It says:
R: Mailing
2008 Dec 28
2
how to generalize the arguments for lm() (r-help@lists.R-project.org)
Hello,
How could I generalize the following statement for an arbitrary number of columns instead of 7?
result[[i]]<-lm( returns[,i] ~ factors[,1] + factors[,2] + factors[,3] + factors[,4] + factors[,5] + factors[,6] + factors[,7] )
Thank you,
Mathgurl
[[alternative HTML version deleted]]
2003 Sep 02
3
Outgoing call answer confirmation
Using Digium's "Asterisk Developer's Kit (TDM)",
I've been trying to make an outside call by copying sample.call to /var/spool/asterisk/outgoing.
I want the VoiceMailMain to run when the call is answered.
The call is made correctly but, as you probably know, the application starts as soon as the call is made.
I see there are two solutions:
Using callprogress=yes in
2009 Oct 27
14
Authlogic Password confirmation is too short Error. NEED HELP.
Hi:
I am using authlogic, and following railscast tutorial. I am running
into this error code with the password confirmation.
authlogic password confirmation is too short
Has anyone experienced this error? I need your help.
Thanks in advance for your help.
2003 Sep 08
1
Someone just searched for word-of-mouth information about: r-help@lists.r-project.org
WordofMouthConnection.com Search Awareness System
This email is a website-generated message, but it is not spam.
An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you.
Why are we sending you
2006 Aug 25
4
Looking for confirmation.
Hi.
I''ve almost all file system functions working.
I started to run some heavy file system regression tests. They work. fsx
wasn''t able to break my port, but the test you can find here:
http://people.freebsd.org/~kan/fsstress.tar.gz
broke it. My kernel panics on this assertion (zfs_dir.c):
749: mutex_exit(&dzp->z_lock);
750:
751: error =
2011 Jan 02
0
"Confirmation" succeeds when the *_confirmation attribute was neglected from the Model.
<pre>
models/user.rb:
# Oops! I forgot to add the :password_confirmation attribute!
class User < ActiveRecord::Base
attr_accessor :password
attr_accessible :password #, :password_confirmation
validates(:password,
:confirmation => true,
:presence => true)
end
activemodel/lib/active_model/validations/confirmation.rb:
3 # == Active Model