search for: interog

Displaying 13 results from an estimated 13 matches for "interog".

Did you mean: interop
2010 Jan 20
1
Unclear documentation on 'numeric' and 'integer' (R-lang.pdf)
...e numbers. """ I'm not sure if I understand it. According to the following example adding 'L' after '1', doesn't change the mode from 'numeric' to 'integer'. Could somebody clarify this and revise the document to make this point clearer? > interogate<-function(f) { + print(f(1)) + x=1 + print(f(x)) + x=1L + print(f(x)) + print(f(1L)) + print(f(as.integer(1))) + } > > interogate(typeof) [1] "double" [1] "double" [1] "integer" [1] "integer" [1] "integer" > interogate(m...
2005 Nov 16
5
sfdisk -g support in DomU
Back in January there was a mail thread on this subject ( http://lists.xensource.com/archives/html/xen-devel/2005-01/msg00659.html ), however I see that blkfront still does not include ioctl support for disk geometry. So, any application that uses "sfdisk -g" to get the geometry of a partition, or disk, will fail when run in DomU. Is this a deliberate omission? Nick Logan
2006 Feb 19
5
can you give a answer?
when i tail -f my log: i find this: "Completed in 0.00233 (428 reqs/sec) | Rendering: 0.00005 (2%) | DB: 0.00118 (50%)" i am sure, this request didn''t access DB. but why here DB is (50%) it''s log wrong or my fault? regards -- Posted via http://www.ruby-forum.com/.
2010 Jun 04
1
PFIFO_DMA_PUSHER + Xen + NV30 + questions.
..._channel_alloc: initialised FIFO 0 [ 13.760068] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 [ 13.271499] [drm] nouveau 0000:01:00.0: nouveau_gpuobj_dma_new:679 - ch0 class=0x003d offset=0x0 size=0x8000000 the error is for the blobs that have been inserted via _ramht_insert? Or should I interogate some register to find out what it thinks is wrong? P.S. 1) If you are interested in seeing the git tree and all of the hacks I've employed so far: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git dev.experiment.kms 2) A serial log on baremetal: http://darnok.org/tst004.baremetal...
2002 Oct 28
1
intermitent domain logon failures
I have an issue where at odd times, maybe after 3 days, maybe after a week, people suddenly cant do domain logons. Unfortunately the machine is 50km away so i'm sure theres more details I can glean once I can interogate the users a bit more. Things I have noticed: Anyone currently logged in can still work fine. A restart of samba fixes the issue (till it hapens next). ps ax shows smbd and nmbd still running. I forgot to run netstat so unfortunately can't comment if they were listening. However I did manag...
2007 Feb 01
0
extensions.conf gotoif and label
Hello, I got a little interogation about these 3 points. I want to write something like this sample in my extension.conf. I have tested and it works but I don't know if it is a good way to make a menu. I don't want to put number as it is boring to maintain. Does anyone know if there is some problem to write like this?...
2006 Jan 14
0
codec_gsm.c:194 gsmtolin_framein: Invalid GSM data
...ow I went through * 1.07, 1.09 and never saw something like that. Even with 1.2.0, a month now, at the beginning everything was fine, and suddenly "codec_gsm.c:194 gsmtolin_framein: Invalid GSM data" thing started. It happens with astcc (but not immediatelly) as you can see after being interogated about the card (after astcc-accountnum2). When there is no card check (silent level 4) sometimes there is no problem, but some times it happens when the callee party answers. The "warning" lines repeat hundreds of times and it is not possible to hear anything. I do suspect, however th...
2009 Nov 12
0
Cannot browse the network on a multiple vlan configuration.
...ing fine. My problem is that I want the samba server in "Server VLAN" to be the master browser, so that it serves a list of every computer on the network that anyone could see using "list workgroup computers" on windowses or "smbtree" on linuxes. All the computers are interogating this server to get that list (I added entries to browse.dat to be sure), but they can only see the computers inside the Server VLAN. I read in BROWSING.txt that there should be elections on all the subnets to find the local master, and that the winner is then supposed to share its list with t...
2002 Mar 10
0
R extensions programmer help needed (London area programmer preferrably)
...ion in the form of pointers to my internal data types, and carry out analysis on the passed data (using my R function). I may also want to return R results (converted to a pointer to my internal data type) c) Create an R extension that will allow me to call my C functions from R and hence interogate my application directly via its C API (once again passing data back and forth by means of pointers to my internal data structures) I know there is a lot of information about how to do this sort of thing (if you can locate it), and I have even peered into the "Writing R extensions...
2010 Apr 19
3
[Bug 1759] New: allow display of bubblebabble fingerprint when connecting
https://bugzilla.mindrot.org/show_bug.cgi?id=1759 Summary: allow display of bubblebabble fingerprint when connecting Product: Portable OpenSSH Version: -current Platform: All URL: http://bugs.debian.org/578422 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2
2003 Apr 16
1
PATCH Add support for kqueue in ioloop subsystem
...->fd points to -1 now, so we can't know if there was any revents left. */ io_destroy(ioloop, io); continue; } i_assert(io->fd >= 0); mark = 0; /* * XXX * This approach has its upsides and downsides. Because * of the way kevent(2) works you can't interogate the * kernel for the status of an arbitary descriptor, you * can however retrieve all the waiting descriptors. This * is great if you don't care what order they are processed * in. However here we have to process them in io handler * priority order, which means we then need to...
2005 Jul 22
5
Macintosh SysAdmin Opening - Buffalo, NY
Hauptman-Woodward Medical Research Institute (Buffalo,NY) is an independent, non-profit research facility that is committed to improving human health through biomedical research. In addition to that, it's a really cool place to work. HWI is a casual, low stress environment. Each of us is very busy with our work, but it is work that we enjoy. Even though our retirement plans are very good,
2013 Jul 23
73
Bug: Limitation of <=2GB RAM in domU persists with 4.3.0
I just built 4.3.0 in order to get > 2GB of RAM in domU with GPU passthrough without crashes. Unfortunately, the same crashes still happen. Massive frame buffer corruption on domU before it locks up solid. It seems the PCI memory stomp is still happening. I am using qemu-dm, as I did on Xen 4.2.x. So whatever fix for this went into 4.3.0 didn''t fix it for me. Passing less than 2GB