Displaying 20 results from an estimated 26033 matches for "inside".
2011 Nov 10
0
Unable to execute raw tests using lxc-execute.
...t:/home/nishant/Desktop/samba-4.0.0alpha15#
bin/smbtorture //localhost/ubuntu -Ubase%base_system raw.write
This command works fine. We can see the o/p of this also,
/***************************************************************************************************************************/
O/P::
Inside main() of smbtorture
Indside torture_raw_write
outside torture_raw_write
The value of print_testsuite_list is :: 0
The argc_new is 3 and argc is 4
The list_tests is ::0
In for loop ::bin/smbtorture::
In for loop:://localhost/ubuntu::
In for loop::raw.write::
In for loop(null)::
Using seed 13...
2001 Nov 19
2
Wine Errors Revisited
...39;x11drv.dll' not found in '/mnt/C/winnt/system32'
warn:dosfs:DOSFS_FindUnixName 'x11drv.dll' not found in '/tmp'
warn:dosfs:DOSFS_FindUnixName 'x11drv.dll' not found in '/home/tilleyrw'
warn:heap:HEAP_IsRealArena Heap 0x40cf0000: block 0x4069ed73 is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40cf0000: block 0x4069ed8c is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40cf0000: block 0x4069ed73 is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40cf0000: block 0x4069ed8c is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40cf0000: block 0x40...
2002 Apr 16
0
wineconsole regression
...39;x11drv.dll' not found in '/windows/windows/system'
warn:dosfs:DOSFS_FindUnixName 'x11drv.dll' not found in '/tmp'
warn:dosfs:DOSFS_FindUnixName 'x11drv.dll' not found in '/home/duncan'
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x406cc16e is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x406cc17c is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x406cc16e is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x406cc17c is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x40...
2016 Aug 04
1
findInterval(all.inside=TRUE) for degenerate 'vec' arguments
What should findInterval(x,vec,all.inside=TRUE) return when length(vec)<=1,
so there are no inside intervals?
R-3.3.0 gives a decreasing map of x->output when length(vec)==1 and -1's
when length(vec)==0. Would '0' in all those cases be better?
> findInterval(x=c(10, 11, 12), vec=11, all.inside=TRUE,
rightmost.closed...
2003 Oct 23
2
IAX peers and NAT
Help, I'm stuck. Lost in the woods.
I have one Asterisk running on FreeBSD outside on the Wild Internet.
One on the safe inside, behind a NAT firewall.
The inside server registers with IAX to the outer one and can place calls.
The outside one can't register to the one on the inside, since it can't be reached
on the private network.
Now to my problem:
* How do I dial from outside to the inside over the existing IAX...
2012 Mar 17
1
how to pass 'raw' values with cfunction()?
...trouble handing "raw" data to a C function, using "cfunction", as demonstrated in the function and output pasted below. Can anyone suggest what I'm doing incorrectly? Thanks. Dan Kelley [Dalhousie University].
1. TEST FILE
library(inline)
code <- 'Rprintf("inside f(), b is 0X%x\\n", *b);'
f <- cfunction(sig=signature(b="raw"),
body=code,
convention=".C")
b <- as.raw(0x0f)
for (i in 1:5)
f(b)
2. SAMPLE OUTPUT FROM TEST FILE
inside f(), b is 0X70
inside f(), b is 0X80
inside f(), b is 0...
2002 Feb 21
2
How do I launch with Start/Run ??
Hi List
I am a newbie to Wine, but managed to download it and have run 123free.exe
and dbridge.exe successfully over the last couple of days.
My OS is RedHat 7.2 and wine is the download rpm file:
codeweavers-wine-20011108-5.i386.rpm
The program I am trying to run on wine came with my Rex 6000 pda. It is an
interesting gadget (I have a couple of REX 5000 units which can be loaded
from
2007 Dec 18
1
Markdown is confused by quoted text inside a list inside a list
...latest beta.
If you reply to this message, please preserve the CC to
456595-forwarded at bugs.debian.org.
----- Forwarded message from Daniel Burrows <dburrows at debian.org> -----
From: Daniel Burrows <dburrows at debian.org>
Subject: Bug#456595: Markdown is confused by quoted text inside a list inside a
list.
To: Debian Bug Tracking System <submit at bugs.debian.org>
Date: Sun, 16 Dec 2007 12:42:12 -0800
Package: markdown
Version: 1.0.1-7
Severity: normal
This example of quoted text inside a list works perfectly, as the
Markdown syntax documentation says it should:
-- s...
2008 Dec 03
3
Yum upgrade inside firewall
We have several CENTOS 4.X which inside Firewall.? I can NOT run "yum" inside firewall to upgrade O.S. to new release.
?
Does there has way I can download all RPM to otherside firewall server then transfer those files into servers inside firewall and upgrade.
?
Anyone have procedure dicuments or website can be reference?
?
Than...
2013 May 23
4
[LLVMdev] Usage of getenv() inside LLVM and thread safety
Hello,
In Rubinius we're seeing an occasional crash inside LLVM that always happens inside getenv(), which is used for example when creating a MCContext (inside lib/MC/MCContext.cpp, it checks getenv("AS_SECURE_LOG_FILE")).
The problem is that getenv() and friends aren't thread safe and Rubinius provides a multithreaded system. We can relati...
2024 Apr 12
3
Debugging functions defined (locally) inside another functions
Hi all, I am trying to debug an error of a function g defined and used inside another function f of a package.
So I have
f <- function(whatever){
...
g <- function(whatever2){
...
}
...
}
If I wanted to debug some thing directly inside f I would do debug(f). But this does not go inside g code. On the other hand, debug(g) does not work as g is not a d...
2007 May 15
2
Testing for existence inside a function
Hi.
I'm having trouble testing for existence of an object inside a function.
Suppose I have a function:
f<-function(x){
...
}
and I call it with argument y:
f(y)
I'd like to check inside the function whether argument y exists. Is this
possible, or do I have to either check outside the function or pass the name
of the argument as a separate argumen...
2012 Mar 28
1
parallel bash scripts
...; thoughts/comments...
>>>
>>> thanks
>>
>> Hey Bruce,
>>
>> Do you mean to run these subprograms in parallel or in series?
>>
>> cat.sh
>> #! /bin/bash
>>
>> CAT=0
>> until [ $CAT -eq 10 ]
>> do
>> echo "Inside a dog it's too dark to read. $CAT"
>> CAT=$[$CAT + 1]
>> sleep 2
>> done
>>
>>
>> dog.sh
>> #! /bin/bash
>>
>> DOG=0
>> until [ $DOG -eq 10 ]
>> do
>> echo "Next to a dog a book is man's best friend. $DOG"...
2007 Jul 23
1
Function to separate effect in AOV
Hi,
I have a dummy question.
Suppose that I have two explanatory variable, T1 (A, B) and T2 (C, D) and one
response variable.
> attach(dados)
> tapply(Y,list(T1,T2),mean)
C D
A 2.200000 10.20000
B 2.223333 20.26667
In this case, "A" and "B" inside "C" have no difference, but have differences
inside "D"
I make this model:
> m <- aov(Y~T1*T2)
>
> summary(m)
Df Sum Sq Mean Sq F value Pr(>F)
T1 1 76.36 76.36 5617.9 1.119e-12 ***
T2 1 508.69 508.69 37426.7 5.704e-1...
2009 Feb 19
3
variables that are available inside a template
Hi,
I''m looking to find a way to get the target filename inside a template.
(e.g. if I have
file {"/tmp/foo": content => template("foo")} I want to have a variable
represent "/tmp/foo" inside the template.
I''ve already tried using file, scope etc, but looking at the code, it
doesn''t seems that i can access the...
2001 Feb 19
2
How can I create qdisc, class, and filter inside the kernel?
Hi,
I am writing a kernel module which works with netfilter.
If a certain condition matches,
I want to create a qdisc, a class and a filter inside
the kernel module.
How can I create qdisc, class, and filter inside the kernel?
Thanks,
Byung-Gon Chun
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
2007 Feb 05
2
tc filter matches ip fileds inside pppoe frames
...othing unusual.
However, what''s different is that this bridge is sitted in between a pppoe client
and pppoe server, ie pppoe frames are bridge between the Linux bridge, and
I am interested to perform QoS on the pppoe frames, based on the ip tos setting
of the ppp packets ( encapsulated inside the pppoe frames ).
For example, normal tc script :-
tc filter add dev ppp0 parent 1:0 prio 10 u32 \
match ip tos 0x10 0xff \
flowid 1:4
This will work on a ppp0 device because the ppp0 has ip packets flowing through
it. Now in my bridge, there is no such device, I only have access to...
2014 Jul 08
2
How to get uuid info inside a lxc container created by libvirt_lxc
Hi ,
Is there anyway to get uuid info inside a lxc container which is created
by libvirt_lxc?
For kvm, we can use dmidecode or lshw to get this info inside vm. Is
there any tools
to do this thing for libvirt lxc?
Thanks for any help~
--
------------
Jackie
Best Regards
2008 Feb 18
3
Calling a controller inside a module
I tryied everything:
:controller => ''MyModule::Core::Controller''
require ''MyModule/core/controller''
include MyModule::Core
But nothing works !!!
Question is very simple:
How to call a controller that belongs to a Module inside the router.rb file?
This cannot be that difficult!
Thanks!
-Sergio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/merb-devel/attachments/20080218/745a9497/attachment.html
2008 Jun 24
3
Question related to Single-step execution and Emulation
Hi all,
I am trying to perform single-stepping and instruction emulation both in Xen-3.2.1. I am using the following approach:
First, I mark a guest page "not present" inside the shadow page table so that I could intercept any operation that involves this page. When the guest tries to access that page, it faults and control goes to Xen (sh_page_fault function). There, I emulate that operation and return the control to guest to execute next instruction. I could get my fi...