search for: _to_

Displaying 20 results from an estimated 39 matches for "_to_".

Did you mean: _no_
2006 Jun 12
14
Scope of a global
If I set a global can it be access from all instances of Rails (on the same application server)? By instances of Rails I mean for each user who use the application? Many thanks, K. -- Posted via http://www.ruby-forum.com/.
2006 Apr 02
13
autocompletion: hooking ''afterUpdateElement'' in Rails
Hi everyone, I need to trigger a Rails action after the autocompletion is completed (when the user has selected an option). From the scriptaculous doc, I figured out ''afterUpdateElement'' is the place to be but I wonder if/how and where I can hook my javascript code to this event in Rails code (I''d like to keep using the helper, if possible)? I tried passing many
2007 Dec 29
3
tcltk again
...I experimented with tkgetSaveFile(). But in the moment the user gives the filename the file is not yet generated! And I can't generate it in advance, because the filename is not yet specified. So I looked for a dialog box. [Some boxes are called "dialog boxes" though they only talk _to_ the user (besides the user's "yes" or "no")]. Just a simple box with a text field the user can type in and the value of this field given back. One option was the "modal dialog", but I was not able to pick the essentials out of it. I did not want to press several...
2004 Apr 26
3
dtmf tone clamping in calls to external ivr
...irection. I've been grepping the mailing list archives and found Pauline Middelink's isdn-dsp patch (which I've applied in an attempt to solve this problem - I've now got "features=dtmf,noquelch" in my modem.conf), but that seems to relate to digits coming _from_ the ISDN _to_ Asterisk, not the other way around. Looks like some people have run into my problem before, but I cannot find any conclusions in the list archives. Can anyone help? Thanks in advance, Mark -- Mark Mickan <mark.mickan@articul-8.com>
2012 Jan 04
5
Making a system user member of a Puppet managed group
Hi All, I have a particular requirement where a Puppet managed group needs to have several members that are either local and not managed by Puppet (e.g. mysql) or they reside in LDAP. Apart from running an exec call to "groupmems", is there another way to achieve this? Thanks in advance. Gonzalo -- You received this message because you are subscribed to the Google Groups
2019 Apr 15
4
[RFC 0/3] VirtIO RDMA
On Thu, Apr 11, 2019 at 07:02:15PM +0200, Cornelia Huck wrote: > On Thu, 11 Apr 2019 14:01:54 +0300 > Yuval Shaia <yuval.shaia at oracle.com> wrote: > > > Data center backends use more and more RDMA or RoCE devices and more and > > more software runs in virtualized environment. > > There is a need for a standard to enable RDMA/RoCE on Virtual Machines. > >
2019 Apr 15
4
[RFC 0/3] VirtIO RDMA
On Thu, Apr 11, 2019 at 07:02:15PM +0200, Cornelia Huck wrote: > On Thu, 11 Apr 2019 14:01:54 +0300 > Yuval Shaia <yuval.shaia at oracle.com> wrote: > > > Data center backends use more and more RDMA or RoCE devices and more and > > more software runs in virtualized environment. > > There is a need for a standard to enable RDMA/RoCE on Virtual Machines. > >
2008 May 12
4
7.0 issues fixed? upgrade timing?
1. I have a realtek network card and am using a cable modem router. Does anyone know if fixes for problems with these (see below) have been backported from HEAD to RELENG_7? 2. Is this a good time to upgrade to RELENG_7? 3. I read a post last week that advised that 7.1 is a long way off. Appreciate any advice on use of ULE 3.0 and ZFS prior to 7.1 and a comment on what is holding up 7.1. Thanks
2003 May 01
4
--exclude-from works but "exclude from" in rsyncd.conf doesn't ?
I'm setting rsync up for the first time and would prefer to have the exclude file defined in the conf file, but the exclusions aren't honoured when I define the parameter in rsyncd.conf - although they are when I specify the file in an argument. The server is the remote system and both rsyncd.conf and the exclude file are the same on both local and remote systems. I'm attaching the
2019 Apr 22
2
[Qemu-devel] [RFC 0/3] VirtIO RDMA
...that a 'RDMA QP' will have thousands and thousands of instances on a system. Most likely I think mapping 1:1 a virtio queue to a 'RDMA QP, CQ, SRQ, etc' is a bad idea... > However, I'm still curious about the overall intent of this driver. Where > would the I/O be routed _to_ ? > It's nice that we have a virtualized driver, but this driver is > intended to do I/O (even if it doesn't _do_ any I/O ATM :-) > And this I/O needs to be send to (and possibly received from) > something. As yet I have never heard of public RDMA HW that could be coupled to a...
2019 Apr 22
2
[Qemu-devel] [RFC 0/3] VirtIO RDMA
...that a 'RDMA QP' will have thousands and thousands of instances on a system. Most likely I think mapping 1:1 a virtio queue to a 'RDMA QP, CQ, SRQ, etc' is a bad idea... > However, I'm still curious about the overall intent of this driver. Where > would the I/O be routed _to_ ? > It's nice that we have a virtualized driver, but this driver is > intended to do I/O (even if it doesn't _do_ any I/O ATM :-) > And this I/O needs to be send to (and possibly received from) > something. As yet I have never heard of public RDMA HW that could be coupled to a...
2019 Apr 22
1
[Qemu-devel] [RFC 0/3] VirtIO RDMA
...case here. > > > > Waiting for any feedback from the community. > > > I really do like the ides; in fact, it saved me from coding a similar thing > myself :-) > > However, I'm still curious about the overall intent of this driver. Where > would the I/O be routed _to_ ? > It's nice that we have a virtualized driver, but this driver is > intended to do I/O (even if it doesn't _do_ any I/O ATM :-) > And this I/O needs to be send to (and possibly received from) > something. > > So what exactly is this something? > An existing piece of H...
2005 Apr 17
3
RFC: hexadecimal constants and decimal points
...gely in: setlocale(category, locale) > x <- 3.12 > x [1] 3 > as.numeric("3,12") [1] 3,12 > as.numeric("3.12") [1] NA Warning message: NAs introduced by coercion We could do better by insisting that "." was the decimal point in all interval conversions _to_ numeric. Then the effect of setting LC_NUMERIC would primarily be on conversions _from_ numeric, especially printing and graphical output. (One issue would be what to do with scan(), which has a `dec' argument but is implemented assuming LC_NUMERIC=C. I would hope to continue to have `de...
2006 Jul 24
1
meantime_filter won''t pick up my missing methods
<code><pre> module Scope protected def method_missing(method_id, *arguments, &block) if method_id.id2name =~ /^scope_([_a-z]\w*)_to_([_a-z]\w*)/ scope_model($1.singularize.capitalize, "#{$2}_id", &block) else super end end def scope_model(klass, foreign_key, &block) eval(klass).with_scope({ :find => { :conditions => [ "#{foreign_key} = ?", para...
2000 Mar 02
2
Is it securely: `hostname`:10 ?
Hello, I am using OpenSSH 1.2.1 on Solaris 2.6. I am using X forwarding intensively. During work OpenSSH creates display like `hostname`:10. Is it securely?? Why not 127.0.0.1:10 or localhost:10 ? Best regards Sergey Khorev.
2005 Mar 09
0
strange Samba3 / sudo / ldapsearch problem
...additional info: SASL(-1): generic failure: GSSAPI Error: Miscellaneous failure (see text) (No such file or directory) particularly within the backend script. What happens here? I did add winbind to /etc/pam.d/sudo but as I understand this should not be needed to sudo _from_ the AD user _to_ root (only the other way round). I googled for various ldap_sasl_interactive_bind_s errors but nothing useful comes up. I have no idea if that's a sudo, ldapsearch or Samba/winbind problem. A setuid root C wrapper did the trick but is that how it's designed? -- Due to lack of disk spa...
2004 Oct 08
0
user interface and documentation of setIs and setAs, some suggestions (S4).
...ef =, extensionObject = NULL, doComplete = TRUE) 3) and finally in the argument section: the object to 'class2', and to alter the object so that 'is(object, class2)' is identical to 'value'. I much more like how setAs is implemented, we cast _from_ _to_ and so the arguments in all this functions are named. Its much more consistent. I would also suggest to replace the keyword _def_ in the setAs function by _coerce_ as it is in the setIs function. I thinke it will be nicer if bot methods will have a unified user interface if possible. Of corse...
2012 Jun 23
1
Can't save a plot
Hi, I can't save a plot in R. Even the most simple examples taken from the internet doesn't work: jpeg('rplot.jpg') plot(1:10) dev.off() The message that I receive is: "> jpeg('rplot.jpg') > plot(1:10) > dev.off() null device 1 " I've also tried using png, pdf, and so on... I've windows 7 64b. Ive tried R 2.15.0 x86 and x64, same
2020 Feb 27
9
[Bug 1410] New: STATELESS, rules with notrack into a map
https://bugzilla.netfilter.org/show_bug.cgi?id=1410 Bug ID: 1410 Summary: STATELESS, rules with notrack into a map Product: nftables Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at
2010 Feb 23
2
change network switch need 'arp" clear cache?
we plan to change network switch and firewall machine to new one. Network engineer told me after switch and firewall equipment change I may need run 'arp ..." to clear out cache on every CENTOS servers due to switch and firewall MAC address change. we have 30 to 40 CENTOS 4.X and 5.X my affect. my question are: 1. does switch and firewall equipment change need LINUX client clear