Displaying 12 results from an estimated 12 matches for "sigerr".
Did you mean:
sig_err
2011 Aug 31
1
Bug#639941: Xen "line 118: sigerr: command not found" error for unassigned network interfaces
...etdev=eth2 bridge=br_lan
"$dir/network-bridge" "$@" vifnum=2 netdev=eth1 bridge=br_wlan
"$dir/network-bridge" "$@" vifnum=4 netdev=dummy0 bridge=br_dmz
For each interface (without a IP) i get a error:
/etc/xen/scripts/network-bridge: line 118: sigerr: command not
found
with a long timeout.
--
Best regards,
MisterE mailto:MisterE2002 at zonnet.nl
2008 Mar 05
2
matrix inversion using solve() and matrices containing large/small values
...8)
> echtecoeff=c(481.46,19919.23,-93.41188,0.5939589,-0.002846272,8.030726e-6
,-1.155094e-8,6.357603e-12)/10000000
> dosis=c(0,29,70,128,201,290,396)
> dfdb <-
array(c(1,1,1,1,1,1,1,dosis,dosis^2,dosis^3,dosis^4,dosis^5,dosis^6,dosis^7),dim=c(7,8))
> dfdbtrans = aperm(dfdb)
> sigerr=sqrt(coeff*dosis^macht)
> sigmadosis = c(1:7)
> for(i in 1:7){
sigmadosis[i]=ifelse(sigerr[i]<2.257786084*10^(-4),2.257786084*10^(-4),sigerr[i])
}
> omega = diag(sigmadosis)
> infomatrix = dfdbtrans%*%omega%*%dfdb
**********************
I need the inverse of this information matrix...
2012 Feb 16
0
Bug#639941: Xen "line 118: sigerr: command not found" error for unassigned network interfaces
I'm also seeing this error in a very similar setup
$ cat /etc/xen/scripts/network-dualbridge
#!/bin/sh
dir=$(dirname "$0")
$dir/network-bridge "$@" vifnum=0 netdev=eth0 bridge=xenbr0
$dir/network-bridge "$@" vifnum=1 netdev=eth1 bridge=xenbr1
but in my case, each interface that is setup with a bridge already has
an IP assigned to it via /etc/network/interfaces
2010 Jul 22
4
Installation
...#39; or modify
the Config.mk to remove the path follows PYTHON_PREFIX_ARG
So that the Xend succeed to start when system startup, but another issue
happens, that is
*Ignoring unknown interface eth0=eth0*"
R*TNETLINK answers: Device or resource busy*
*/etc/xen/scripts/network-bridge: line 240: sigerr: command not found*
And the result to run ''brctr show'' is
*#brctl show*
*tmpbr0 8000.0000 no*
*br0 8000.0000 yes*
and I can find ''virbr0'' and ''tmpbridge'' by running ''ifconfig'', while there
is no interface named like '...
2006 Jul 16
1
Manipulation involving arrays
...this faster?
In particular, I would like to replace the nested "for" loop with a faster construct. I tried things like "kronecker" and "outer" combined with apply, but couldn't get it to work.
Here is a sample code:
##########################
n <- 120
sigerr <- 5
covmat <- diag(c(8,6,3.5))
mu <- c(105,12,10)
mcsamp <- 10000
Tbar <- array(0, dim=c(3,3,n))
# theta is a mcsamp x 3 matrix
theta <- mvrnorm(mcsamp, mu = mu, Sigma = covmat)
wt <- matrix(runif(n*mcsamp),n,mcsamp)
wti <- apply(wt,1,sum)
tarray <- arr...
2010 Jul 08
2
Bug#588477: network-bridge: start: 95 sec sleep/bridge without a default gateway
...Haselhorst [1]:
> A workaround is to substitute
> [ -n "$gateway" ] && ip route add default via ${gateway}
on line 118
>
> with
> if [ -n "$gateway" ]; then
> ip route add default via ${gateway}
> fi
[1] /etc/xen/scripts/network-bridge: line 118: sigerr: command not found
http://lists.xensource.com/archives/html/xen-users/2010-06/msg00420.html
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-xen-amd64 (SMP w...
2006 Jul 17
1
multiplying multidimensional arrays (was: Re: [R] Manipulation involving arrays)
..."for" loop with a faster construct. I tried things like "kronecker" and "outer" combined with apply, but couldn't get it to work.
> >
> >
> > Here is a sample code:
> >
> > ##########################
> > n <- 120
> > sigerr <- 5
> > covmat <- diag(c(8,6,3.5))
> > mu <- c(105,12,10)
> > mcsamp <- 10000
> >
> > Tbar <- array(0, dim=c(3,3,n))
> >
> > # theta is a mcsamp x 3 matrix
> > theta <- mvrnorm(mcsamp, mu = mu, Sigma = covmat)
> >
> &...
2012 Jul 29
0
Xen networking experiment (with custom scripts and OpenVSwitch)
...lar instance of the script does what.
Then a couple of functions are initialized. The checklog() and
logmsg() functions take care of logging at the requested loglevel (set
in xen.conf). This is different from line 4; logmsg is a function that
logs to the console, syslog, or a file (xen.conf).
The sigerr(), fatal(), success(), xenstore_read_default(),
findCommand() and evalVariables() functions are modified versions of the
same functions in Xen''s xen-script-common.sh file.
I added line 191-198 for debugging, rather than calling the actual
commands they fake their execution and only add a...
2012 Jul 30
3
Xen networking disconnect
...lar instance of the script does what.
Then a couple of functions are initialized. The checklog() and
logmsg() functions take care of logging at the requested loglevel (set
in xen.conf). This is different from line 4; logmsg is a function that
logs to the console, syslog, or a file (xen.conf).
The sigerr(), fatal(), success(), xenstore_read_default(),
findCommand() and evalVariables() functions are modified versions of the
same functions in Xen''s xen-script-common.sh file.
I added line 191-198 for debugging, rather than calling the actual
commands they fake their execution and only add a...
2007 Jun 25
9
xen 3.1 - domU hangs just after "xm create"
What are methods to debug domU when it hangs? Using xen 3.1 compiled from sources I could not manage to launch no domU. Fot instance, I run something like this:
=====8<=====================
disk = [ ''file:/oradata-act/sles.disk,hda1,w'', '',hdc:cdrom,r'' ]
kernel = "/boot/vmlinuz-2.6.18-xen"
ramdisk = "/boot/initrd-2.6.18-xen"
cpus =
2007 Mar 15
4
xen hotplug scripts not working
...hotplug.log:
Nothing to flush.
bridge xenbr1 does not exist!
So I switched on (set -x) the "debug" mode in the xen-hotplug-common.sh. Then I rebooted the machine. After rebooting I only try to start the VM. You can see the result in the attached file. I have seen several ''trap sigerr ERR'' but I don''t understand where they come from.
Could someone help me, not only explaining the last error.
Are there any suggestions setting up a XEN server with many physical network interfaces?
Christian Placzek
_______________________________________________
Xen-users...
2008 Apr 29
18
tap:aio not working...
I''m running SLES10 SP1 and have been using file:/ for my file-backed domUs. The domUs sit on a shared OCFS2 SAN-backed filesystem and are run on my three or four XEN servers. I''m having issues with the loopback devices not being released when the domUs shutdown or migrate, so I decided to switch over to tap:aio for my file-backed domUs. This isn''t working, either.