Displaying 4 results from an estimated 4 matches for "datre".
Did you mean:
date
2008 Feb 27
8
Physical disks + Software Raid + lvm in domU
Hi,
I''m trying to setup my box as described below:
- The Dom0 exports two disks as physical devices to the DomU
- DomU use the two devices to assemble a software raid device (/dev/md0)
- On the /dev/md0 I create a lvm volume group and lvm volumes on it.
Everything seems to work fine if the lvm volumes on the DomU are lightly
used. Under heavy load the DomU freeze up immediately.
The
2007 May 27
1
Divitas
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 2775 bytes
Desc: image001.gif
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070527/8f6dd50f/attachment.gif
2007 Nov 16
2
Changing audio message to text message
Hi all,
I know Asterisk is able to send a waiting message (audio) to people
trying to call a busy user agent using a queue. However, I'd like to
change this audio message to a text message to be able to print it on
screen on the other end. Is it possible to configure Asterisk to have
text message sent ?
Thanks,
--
Anthony Chapellier
---------
MBDSYS SARL
1, centre commercial de la Tour
1999 Mar 02
1
zero-offset matrices
Has anyone written subscripting methods for matrices which are indexed
from zero? i.e. functions such as "[.zoffset" and "[<-.zoffset" which
would allow, given an appropriate function "zmatrix"
"zmatrix" <- function(...)
{
robj <- matrix(...)
class(robj) <- "zoffset"
robj
}
fred <- zmatrix(1:20, 4, 5)
fred[0, 4] # would be 17