Displaying 3 results from an estimated 3 matches for "ae2".
Did you mean:
a2
2005 Aug 04
1
Where the error message comes from?
...r2 <- cor(d2[,2:3])[1,2]
# COST #
ac2 <- anova(lm(c~g,d2))
rc2 <- (ac2[1,3]-ac2[2,3])/(ac2[1,3]+(m-1)*ac2[2,3])
if (rc2 < 0) rc2 <- 0
vc2 <- var(d2[,2])
mc2 <- as.vector(by(d2[,2],as.numeric(d2[,1]),mean))
vc2m <- vc2*(1+(m-1)*rc2)/(k*m)
# EFECT #
ae2 <- anova(lm(e~g,d2))
re2 <- (ae2[1,3]-ae2[2,3])/(ae2[1,3]+(m-1)*ae2[2,3])
if (re2 < 0) re2 <- 0
ve2 <- var(d2[,3])
me2 <- as.vector(by(d2[,3],as.numeric(d2[,1]),mean))
re2p <- 1- m*sum(me2*(1-me2))/(k*(m-1)*mean(me2)*(1-mean(me2)))
ve2m <- ve2*(1+(m-1)*r...
2003 Apr 14
1
Kernel Bug question
Greetings all,
We have had one of our mail servers running 4.8-STABLE reboot every few hours
The following messages were found in the /var/log/messages
>Apr 13 13:19:20 ms /kernel: panic: malloc: wrong bucket
>Apr 13 13:19:20 ms /kernel:
>Apr 13 13:19:20 ms /kernel: syncing disks... 75 27 27 27 27 27 27 27 41 3
>3 3 3 3 3 3 8 3 3 3 3 3 3 3 6 3 3 3 3 3 3 3 3 3 3 3 3 3 3
>
2009 Mar 29
0
xen serial port access for domu?
...g)
File "/usr/lib64/python2.4/site-packages/xen/xend/server/iopif.py",
line 78, in getDeviceDetails
allow_access = True)
TypeError: function takes exactly 4 arguments (3 given)
Full pvm config file:
# cat /etc/xen/mythserver
name = "mythserver"
uuid = "f06f3124-0f62-9ea6-ae2e-df597103b5de"
maxmem = 1024
memory = 512
vcpus = 2
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ "type=vnc,vncunused=1,keymap=en-us" ]
disk = [ "phy:/dev/vg0/xen_mythserver,xvda,...