search for: interrog

Displaying 20 results from an estimated 186 matches for "interrog".

Did you mean: interlog
2004 Feb 01
1
interactive 2-D plot interrogation
Greetings Friends: I am trying to find a widget or some other method to let me interrogate a 2-D image using the mouse. I have a data.frame that I can visualize using image() in R. I would like to point to a pixel and have its coordinates displayed. I've read Peter Dalgaard's primer on R-Tcl/Tk, R-News, 1(3):27-31, and his update R-News2(3):25-27, but am still struggling....
2003 Mar 10
2
File name too long
...copy from /dev/hda to /dev/hdb I use options below : --verbose --recursive --links --hard-links --perms --owner --group --devices --times --no-whole-file --delete --one-file-system and here is what rsync log says just before stopping: data/quarilis/cache/cache2/190/www.enc.sorbonne.fr/estampes/interrogation.php?sujet=ornementation,%20all%E9gorie,%20ange,%20aveugle,%20balance,%20couronne,%20%E9p%E9e,%20Justice,%20laurier,%20livre,%20nu%E9e,%20pape,%20Saint%20Paul,%20Saint%20Pierre,%20profession%20judiciaire,%20sciences%20juridiques,%20soldat data/quarilis/cache/cache2/190/www.enc.sorbonne.fr/estam...
2006 Feb 08
1
UPSD slow in responding
Hi, We are having a performance issue with UPSD. OUR ENVIRONMENT -------------------------- We are using a custom script on a SUN V240 server running Solaris 8. The script employs UPSC to interrogate UPSD. UPSD is configured (using upsdrvctl) to talk to two MGE Galaxy 3000 UPS's via the MGE-SNMP ups driver. Our problem is this. When the server runs the backup processes it becomes loaded. During this time UPSC takes up to 30 seconds to return with an answer from UPSD regarding the st...
2017 Sep 05
0
Network Interrogation
Chris Olson wrote: > > Small private networks are a necessary part of our business. > We also run some small networks with Internet connectivity > through firewall routers.? The smallest of these networks > has only a printer and a mix of five CentOS and Windows 7 > machines. > > We use a commercial protection product on the W7 system. First suggestion: it's a
2008 Aug 01
0
hclust interrogation & use of $merge for dendrogram annotation?
Hi all, I've been doing some investigation to see if it is possible to implement an hclust/dendrogram related requirement that I've been given. So far ?hclust and a lot of googling haven't provided the information I'm looking for (I've been using R sporadically for a year). The requirement I have is to: On a dendrogram plot, draw points at various merge locations, based on
2010 Apr 27
3
[PATCH] Add worker interrogation via INFO signals
Hey all, Below is a proposed patch I worked on over the weekend. Just adding a note here to mention that I''m currently not a subscriber to the mailing list, so please CC me on any replies. Let me know what you all think. This change was made on a local topic branch off of the maint branch. If you''d like to view the change on GitHub, you can do so here:
2007 Apr 13
3
RJS - replacing html for multiple entries
I have some elements that could show up on the same page multiple times. Can anyone recommend a good way to do a replace_html in this case? I may have, for example, 3 posts that have been repeated on a page, all with the same id (e.g, <div id="post-11">) and I want to perform a replace_html against all of them. Doing it the normal way just replaces the first. Can someone help?
2017 Sep 05
4
Network Interrogation
Small private networks are a necessary part of our business. We also run some small networks with Internet connectivity through firewall routers.? The smallest of these networks has only a printer and a mix of five CentOS and Windows 7 machines. We use a commercial protection product on the W7 system. This product has worked well guarding against unwanted software on the system for about three
2005 Oct 05
2
Transient Model Attributes in ActiveRecord
Hi all! I''ve been using an instance of my model to do "query by example".. Basically I fill in a new instance of the model and then later interrogate it to generate my conditions for find( :all ).. Where things get ugly is that I just moved several properties into a joined table, but I''d like to keep the ability to set those attributes in the original model.. (hence the need for "virtual attributes").. Does anyone k...
2006 Mar 14
2
SMART for SATA devices ?
I noticed that the changelog for the new kernel 2.6.9-34 on the redhat enterprise watchlist states on of the fixes as; 145061 - SMART support in SATA driver (P1) Does this mean that with that kernel we should be able to interrogate SATA drives now ? Cheers, Bards.
2005 Jun 27
2
Accessing SIP username from AGI script
Hi, I'm writing an AGI script to manage outgoing calls. We need to interrogate a database to work out which line a particular user is allowed to use for outgoing calls. However, I cannot find a way for my AGI script to access the SIP username. Does anyone know if this is possible (even if it is just passing a variable from extensions.conf to the script)? Thanks in...
2013 Mar 18
2
How many samples ACTUALLY used in regression?
...es will be dropped in any model: my.model = lm(y ~ x + w + z, my.data) my.model = glm(y ~ x + w + z, my.data, family = binomial) my.model = polr(y ~ x + w + z, my.data) ? I don't seem to be able to find one single method that works in the exact same way -- irrespective of the model type -- to interrogate my.model to see how many samples of my.data were actually used. Is there such function or do I need to hack something together? Best wishes Federico
2006 Jun 16
4
Prototype $$() on arbitary DOM element ?
I am bit confused with this function. Should I be able to pass in a DOM element e.g. someAjaxRequest.responseXML and interrogate it ? Seems not but perhaps I am missing something... TIA Matt
2012 Jun 16
2
Adding title to colorkey
...uot;), rot=90, x=unit(0.88, "npc")) i.e. adding some space between levelplot and colorkey. The x,y positions of the grid.text call need fine-tuning once the plot is close to finalised. Does anyone have a better solution for vertical colorkeys? e.g. can the plot objected be interrogated to work out what the central x,y value is? Thanks, Stephen
2003 Oct 29
5
shorewall question
I am currently using shorewall on leaf-bering. I have set it up with keepalived to create a high availabilty firewall cluster. I have an odd question in regards to shorewall. Currently in production I have keepalived controlling shorewall starts and stops. If I remove this and leave shorewall running on the backup firewall, will I run into any problems with having the nat tables built out and
2015 Jan 28
2
[Q] Get formal arguments of my implemented S4 method
Interrogating some (of my own) code in another package. >norm.meth <- getMethod("normalize", "MatrixLike") >message("str(norm.meth)") >str(norm.meth) >message("show(norm.meth at .Data)") >show(norm.meth at .Data) Last show() displays this: funct...
2010 Jul 29
4
Test if stored config is enabled?
Hi I''d like to be able to test if stored config is enabled and active, and if not then react (eg. notice or die). Is there any way of doing this? Thanks Dom -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to
2018 Aug 08
2
Query NUT via SNMP on Linux?
I'm wondering if it is possible to use SNMP to query a NUT instance running on a Raspbian Linux host. Please note, I am NOT talking about querying a UPS via SNMP, but rather interrogating NUT *about* the UPS from another SNMP system. Currently, when I do snmpwalk talking to the NUT host, all I see is very limited information (location, hostname, etc.) So I know SNMP is running and answering. I'm just not sure how to configure it to talk about its connected UPS (or if it...
2008 Nov 25
1
Cache details
...g the one value in the sql result didnt have any affect and Dovecot was still returning an auth failure for the user after 24 hours had elapsed, even though auth_cache_negative_ttl was set to 120. Restarting Dovecot or a SIGHUP on dovecot-auth sorted out the problem. It would be useful if we could interrogate the cache somehow to see what cache entry is been hit. Auth cache settings are as follows: auth_cache_size = 51200 auth_cache_ttl = 2100 auth_cache_negative_ttl = 120 Any suggestions appreciated. Thanks, Warren
2006 Dec 09
1
OCFS and LVM2
...not cluster aware (specially with OCFS2) from different post on internet forum... If it's true, could someone could confirm this information and point me where i can find this affirmation in documentation ? I do some test with OCFS2 on LVM2 and it's seems to run correctly , so i have some interrogation about this fact ! If it's true that LVM2 are not cluster aware, does anybody know how could i run ocfs on technology who are offer similair fonctionnality of LVM2? Thanks in advance ! Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.or...