search for: bowel

Displaying 20 results from an estimated 69 matches for "bowel".

Did you mean: bowen
2004 Jul 10
6
How can Windows 2000 mount a share as a service?
...The script only seems to work when SOMEONE is logged into the machine. When it's run as a service, no dice. It just fails with a single digit error code (5, I think). The error is opaque and non-descriptive. It's as if SMB mounting was specifically prohibited by the OS at some internal bowel juncture. This is insane. Surely, people running web-server clusters behind load balancers don't manually synchronise their content! My web application accepts user-uploaded files, so I can't use the "manual resync" method anyway. The upload area needs to be shared by all web-...
2008 Jul 30
1
[PATCH] Allow xm to spawn vnc viewer
The new merged qemu no longer has the ability to spawn a vnc viewer process in the bowels of the xend/qemu stack. In this patch we provide support for this use case in a different manner - one more akin to the mechanism used for `xm console'' and `xm create -c''. We introduce new xm options: xm create --vncviewer [--vncviewer-autopass] xm vncviewer [--vncviewer-...
2006 Feb 06
2
appeal --- add sd to summary for univariates
just a short beg for the next R 2.3 version: I know it is easy to add the sd into summary() in the source bowels of R---but everytime R is updated, my change disappears. :-(. I do not believe that R has an easy extension mechanism for univariate summaries, short of a function rewrite here. Could this please be added into R 2.3? Aside, a logical ordering might also be: mean sd min q1 med q3 max rather...
2012 Aug 31
1
Memory Size?
...nfig.channels, config.application); size = opus_decoder_get_size(config.channels); dec = malloc(size); error = opus_decoder_init(dec, config.Fs, config.channels); Both the encode decoder init function return no error. However, opus_encode crashes somewhere deep in the bowels of the function (I cannot determine where since I have compiler optimizations enabled). Do I need more heap than what is returned by the above get_size functions? Thx, MikeH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/piperma...
2005 Sep 05
2
[LLVMdev] 1.5 llc hangs w/ GCC 4.0.1?
...), and I noticed that llc hung in an STL iterator loop given trivial bytecode input (essentially a single function to add a couple of integers). The bytecode compiled fine from llvm assembly via llvm-as. The hang was in one of the STL destroy() loops; basically _first was ok (originated inside the bowels of a SetVector (Value*)), but _last was an at best undefined pointer (something like 0x013), so the loop would just chug along forever, and crash at some point I presume because it doesn't sound healthy to walk through the entire free store. Has anyone seen this or should I try to find the ca...
2003 Aug 07
2
nvi dying with "Resource temporarily unavailable"
...nput: Resource temporarily unavailable and you are staring at your command prompt. I googled for this message and found that people here and there have been complaining of this since about FreeBSD 4.2, but that absolutely none of them have received a reply. What's going on here? Down in the bowels of nvi a read of the pty returns EAGAIN and that is treated as fatal. This should only occur with read() if the input is non-blocking, and as far as I can tell it isn't. So, is this a nvi bug (read() returning EAGAIN should be non-fatal)? Is this a pty bug (read() incorrectly returning EAGA...
2004 Jan 21
1
Problem with lme, ns and df (variable scoping problem?)
...ry(splines) a <- data.frame(x = 1:10, y = 1:10 + runif(10, min=-3, max=3), c = rep(c(1,2),5)) df <- 10 lml <- lmList(y ~ ns(x,df=df) | c, a) Error in df - 1 : non-numeric argument to binary operator I presume this is because the formula isn't evaluated until it's deep in the bowels of lmList, where a local df exists. So I try again with a variable name that probably doesn't exist elsewhere: d.f <- 10 lml <- lmList(y ~ ns(x,df=d.f) | c, a) This works, but now when I calculate the mixed model, I get a different error. lme <- lme(lml, random=pdIdent(~c)) Erro...
2015 Oct 21
6
Security implications of openssl098e on CentOS 7
...r vendors office with a pipe > wrench and encourage them to do better however, unless this software is > transmitting credit card information then it seems that you could be > safe(ish) from the regulation standpoint. It really depends on the location > of the machine. Is it deep in the bowels of your high security nuclear > bunker on an air gap network or is is merrily accepting incoming traffic > from China? Is the software is using an appropriate SELinux policy or is it > running unconfined or with SELinux turned off? > > It seems the PCI-DSS describe a set of simple r...
2010 Mar 03
1
asterisk SIP, SIPAddHeader() and Cisco GED-125
...ice if instead, you could use SIPAddHeader() with X tags and have Cisco pick off the out-of-band values from SIP packets? Wouldn't it be even nicer if there was a middleware that spoke GED-125 out of one side, and spoke SIP X headers on the other side? I will soon be able to tell you about the bowels of this interaction, but before I go down this road, does anybody want to speak up with lessons learned from doing this themselves? I'm assuming I'm going to end up creating a library in Perl to help me do this (that is, the out-of-band conversation with the CVP).
2012 Oct 24
0
[LLVMdev] How to Find Instruction Encoding for a MachineInstr
...t known until the final assembly emission pass. An example here is the x86 jmp instruction: the choice between near and long jumps (and hence 2 bytes or 5 bytes on x86-64) is not made until the actual conversion to MCInst and after applying all of the fixups--which only happens deep within the bowels of the AsmPrinter pass. -- Joshua Cranmer News submodule owner DXR coauthor
2009 Jun 01
2
extensions not being detected consistently
...any time if I call from one of our ip phones. This seems to be strictly a problem with regular phones, then the timing of dialing the extension becomes important. The fact that the ip phones always work seems to suggest that I need to look at tone detection, but after googling and searching the bowels of every conf file I could find, I haven't found any magic bullet. I should mention that the first call to Background() usually works, even for the regular phones, I think this is because it is short enough that the timing of dialing the extension is relatively easy. I don't know if it...
2012 Oct 24
1
[LLVMdev] How to Find Instruction Encoding for a MachineInstr
...on not known until the final assembly emission pass. An example here is the x86 jmp instruction: the choice between near and long jumps (and hence 2 bytes or 5 bytes on x86-64) is not made until the actual conversion to MCInst and after applying all of the fixups--which only happens deep within the bowels of the AsmPrinter pass. Right. See X86AsmBackend::mayNeedRelaxation() and friends for the gory details. -jim > > -- > Joshua Cranmer > News submodule owner > DXR coauthor > > _______________________________________________ > LLVM Developers mailing list > LLVMdev a...
2010 Aug 26
3
Passing data to aov
...function. I'm certainly having trouble understanding the proper ways to work with formulas and related items, but I think what I do in the function should work (it's built on ideas dug out of the archives). However, when the data is passed to aov (directly or via manova), something in the bowels of aov complains with the following error: Error in model.frame.default(formula = form, drop.unused.levels = TRUE) : object is not a matrix To me, the formula looks legitimate, and the variables in the formula are all in the environment (I think: The way I am doing this is basically that descr...
2006 Oct 09
1
[Mac OS X 10.4] object R_loess_raw not found
...his first with a self-built 2.3.1 version, that worked fine under 10.3 . Hoping that a Tiger build would solve matters, I installed the fresh 2.4.0 from the downloaded disk image. As you can see, the error message persists. Curiously, the ppc/stats.so file somewhere deep in the 2.4 framework's bowels does contain a symbol loess_raw, but not R_loess_raw. I wrote a quick C app that dlopens a .so file and then tries to obtain a given symbol from it using dlsym. I can't seem to get any of the defined symbol from stats.so . I'd say my little loader is broken somewhere, BUT ... This does re...
2018 Mar 22
1
[PATCH 00/23] drm: Eliminate plane->fb/crtc usage for atomic drivers
...gt; drivers/gpu/drm/tinydrm/mipi-dbi.c:???? struct drm_framebuffer *fb = > mipi->tinydrm.pipe.plane.fb; Oh dear, and naturally it's the most annoying one of the bunch. So we want to take the plane lock in the fb.dirty() hook to look at the fb, but mipi-dbi.c calls that directly from the bowels of its .atomic_enable() hook. So that would deadlock pretty neatly if the commit happens while already holding the lock. So we'd either need to plumb an acquire context into fb.dirty(), or maybe have tinydrm provide a lower level lockless dirty() hook that gets called by both (there are just...
2020 Apr 17
2
clang-format sets executable permission on windows (openNativeFile ignores mode on Windows)
...-format is setting the executable bit on all source files it modifies when using the -i parameter. I spent some time troubleshooting this issue today, and I found that clang-format create a new temporary file, writes the formatted source into that file, then copies it over the old file. Deep in the bowels of openNativeFile in lib/Support/Windows/Path.inc, in openNativeFileInternal, CreateFileW is called with a SECURITY_ATTRIBUTES with lpSecurityDescriptor = nullptr. The result of this is you get a new file with the default permissions based on whatever NTFS decides to do. On my machine, this ends u...
2015 Jun 01
4
[OT] recover/reset 'owner' password on win7 os
On 06/01/2015 12:43 PM, John R Pierce wrote: > On 6/1/2015 10:30 AM, g wrote: >> i would wipe win7, but not an option at this time. > > thats the only sane thing to do with a used computer being redeployed, > format it completely, and clean install your desired software. so, just what do you think "but not an option at this time" means? ;-) > there's a util
2012 Oct 23
4
[LLVMdev] How to Find Instruction Encoding for a MachineInstr
Dear All, I'm enhancing a MachineFunctionPass that enforces control-flow integrity. One of the things I want to do is to set the alignment of an instruction (by adding NOPs before it in the MachineBasicBlock or by emitting an alignment directive to the assembler) if it causes a specific sequence of bytes to be generated at a specific alignment. The goal is to ensure that sequences of
2017 Jun 08
2
v2.2.30.1 released
> > We have identified a bug in auth process, and are working with a fix. > It works for me in 2.2.30-2 -- Angel L. Mateo Mart?nez Secci?n de Telem?tica ?rea de Tecnolog?as de la Informaci?n y las Comunicaciones Aplicadas (ATICA) http://www.um.es/atica Tfo: 868889150 Fax: 868888337
2015 Oct 21
5
Security implications of openssl098e on CentOS 7
Greetings, I'm working with a new CentOS 7 installation, moving a system up from CentOS 5 due to OpenSSL version 0.9.8e not meeting PCI Compliance requirements. However, while setting up the CentOS 7 environment one of the closed source applications is requiring 0.9.8. The software vendor has advised installing package openssl098e from yum; but I'm hesitant to do so from a