Displaying 12 results from an estimated 12 matches for "def1".
Did you mean:
def
2019 Oct 12
2
Register allocation constraints
Hi,
I have a problem during my development of a backend. There are some
target instructions with multiple outputs, for example an instructionX with
2 inputs and 2 outputs:
def1, def2 = InstructionX op1, op2
The defs above must be allocated in consecutive target physical registers.
Is it possible to describe the constraints with tablegen and let the
register allocator get all the things done or is regalloc hints related api
designed just to solve the problem? Any sugge...
2013 Apr 18
1
How can I define a network using an exist host bridge
Hi all,
When I defined a network use the host bridge "virbr1" an error occurred :
"libvir: error : Unable to create bridge virbr1: File exists"
But how can I define this network use the host bridge "virbr1" ?
<network>
<name>def1</name>
<bridge name='virbr1'/>
<forward mode='nat'>
<interface dev='eth0'/>
</forward>
</network>
Thanks,
Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvi...
2011 Jun 18
0
Shorewall 4.4.21 Beta 1
...ng.
New Features:
1) AUTOMAKE=Yes now causes all directories on the CONFIG_PATH to be
searched for files newer than the script that last
started/restarted the firewall.
2) FORMAT-2 actions may now specify default parameter values using the
DEFAULTS directive.
DEFAULTS <def1>,<def2>,...
Where <def1> is the default value for the first parameter, <def2>
is the default value for the second parameter and so on. To specify
an empty default, use ''-''.
3) The standard Drop and Reject actions are now parameterized. Each...
2011 Jun 18
0
Shorewall 4.4.21 Beta 1
...ng.
New Features:
1) AUTOMAKE=Yes now causes all directories on the CONFIG_PATH to be
searched for files newer than the script that last
started/restarted the firewall.
2) FORMAT-2 actions may now specify default parameter values using the
DEFAULTS directive.
DEFAULTS <def1>,<def2>,...
Where <def1> is the default value for the first parameter, <def2>
is the default value for the second parameter and so on. To specify
an empty default, use ''-''.
3) The standard Drop and Reject actions are now parameterized. Each...
2015 Dec 06
3
openvpn + routing
Hello,
i have a little question.
My system:
ip route:
0.0.0.0/1 via 10.8.0.5 dev tun0
default via 192.168.2.1 dev br0 proto static metric 425
10.8.0.1 via 10.8.0.5 dev tun0
10.8.0.5 dev tun0 proto kernel scope link src 10.8.0.6
88.198.140.127 via 192.168.2.1 dev br0
192.168.2.0/24 dev br0 proto kernel scope link src 192.168.2.101
metric 425
192.168.122.0/24 dev virbr0 proto kernel
2010 Feb 16
3
error : unused argument(s) when boxplot
Dear all,
I am a total beginner in R, so sorry if this is the wrong place. I am using R 2.10.1 on a Mac (Mac OS 10.6.2).
I have this small dataset :
growth sugar
75 C
72 C
73 C
61 F
67 F
64 F
62 S
63 S
I have no problem reading the table, or getting the summary, but if I try boxplot(growth~sugar, ylab="growth", xlab="sugar", data=Dataset), I have the following error :
2017 Apr 18
3
SIP connections over OpenVPN connection get one-way voice.
You need to ensure that traffic to the SIP box is sent to the correct IP. Also if you use split-tunnel (eg: not redirect-gateway def1) you must make sure NAT and traffic redirection works as is so the Asus router knows it should send the traffic through tunnel and not via WAN.
IMPORTANT: Then you must, in the ASUS RT-N66U make a port forward inwards from TUN to the phone client.
I would suggest wiresharking on the client side and...
2015 Dec 07
0
openvpn + routing
Hello,
there is one route missing:
128.0.0.0/1.
config client:
route-nopull
redirect-gateway def1 bypass-dhcp
best regards
Helmut
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
He?br?hlstra?e 15
70565 Stuttgart
Gesch?ftsf?hrung
Dr.-Ing. Roswitha Hahn-Drodofsky
HRB 21091 Stuttgart
USt.ID: DE190582774
Tel. 0711 781941 0
Fax: 0711 781941 79
Mail: info at internet-xs.de
www.internet...
2015 Dec 07
2
openvpn + routing
Helmut Drodofsky wrote:
> Hello,
>
> there is one route missing:
>
> 128.0.0.0/1.
>
Did you mean 127.0.0.0?
mark
> config client:
> route-nopull
> redirect-gateway def1 bypass-dhcp
>
> best regards
> Helmut
>
> Viele Gr??e
> Helmut Drodofsky
>
> Internet XS Service GmbH
> He?br?hlstra?e 15
> 70565 Stuttgart
>
> Gesch?ftsf?hrung
> Dr.-Ing. Roswitha Hahn-Drodofsky
> HRB 21091 Stuttgart
> USt.ID: DE190582774
> Tel. 0711...
2006 Aug 24
0
Guest Domains drop from network
...''console/ring-ref'': ''3861310'', ''console/port'': ''2'',
''name'': ''xen1''
, ''console/limit'': ''1048576'', ''vm'':
''/vm/e6e867f7-fc36-67eb-def1-b694ea019626'',
''domid'': ''25'', ''cpu/0/availability'': ''online'', ''memory/target'':
''4194304'', ''stor
e/ring-ref'': ''3861186'', ''cpu/1/availabil...
2016 Apr 19
2
VPN suggestions centos 6, 7
At 09:09 AM 4/18/2016, you wrote:
>On Mon, 18 Apr 2016, david wrote:
>
>>FOLLOWUP & REPORT
>>
>>I had lots of suggestions, and the most persuasive was to try
>>OpenVPN. I already had a CA working, so issuing certificates was
>>easy. The HOW-TO guides were less helpful than I could hope, but
>>comparing several of them, applying common sense, and
2003 Mar 18
3
Tukey's HSD
...or(SC),factor(PD),factor(EL))
names(dat) <- c("PRO","GRA","SOL","CEN","LAC","NP","TP","SC","PD","EL")
names(dat)
nrow(dat)
detach(dat0)
attach(dat)
library(multcomp)
# SEXO (nacimientos sencillos)
def1 <- data.frame(PRO,GRA,SOL,CEN,LAC,NP,SC,PD,EL)
def2 <- na.omit(def1)
nrow(def2)
res5 <- aov(LAC~NP+SC+PD+EL+NP:SC+NP:PD+NP:EL+SC:PD+SC:EL+PD:EL,data=def2)
anova(res5)
res5 <- aov(LAC~NP+SC+PD+EL,data=def2)
summary(ci <- simint(LAC~NP,data=def2,alternative="two.sided",type=&...