Displaying 2 results from an estimated 2 matches for "contanier".
Did you mean:
container
2011 Mar 19
6
Wrong size on a domU partition
...tem.
mkfs.ext3 /dev/sdb1
but when search the domU disk display a diferent size
Disk /dev/sdb1: 64.4 GB, 64424509440 bytes
255 heads, 63 sectors/track, 7832 cylinders
Units = cilinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
If i mount the file image on the dom0, shows 60GB.
CONTANIER:/xen/domains/SRV03# mount -o loop opt-disk.img /mnt
df -h
/xen/domains/SRV03/opt-disk.img
60G 180M 56G 1% /mnt
But if i check the disk file size with du, show the expected size
CONTANIER:/xen/domains/SRV03# du -sh opt-disk.img
31G opt-disk.img
Why display that size?...
2009 Jan 21
1
forecasting issue
Hello everybody!
I have a problem when I try to perform a forecast of an ARIMA model
produced by an auto.arima function. Here is what I'm doing:
c<-auto.arima(fil[[1]],start.p=0,start.q=0,start.P=0,start.Q=0,stepwise=TRUE,stationary=FALSE,trace=TRUE)
# fil[[1]] is time series of monthly data
ARIMA(0,0,0)(0,1,0)[12] with drift : 1725.272
ARIMA(0,0,0)(0,1,0)[12] with drift