search for: absi

Displaying 10 results from an estimated 10 matches for "absi".

Did you mean: abi
2006 Jan 20
0
User Profiles issue
...ollow along in suit with no issues until now. I also have a number of netlogon scripts that mount users share points at login and set the time. These are basically as follows; ------------------------------------------------------------------------ @rem @rem This Script will mount @rem \\ABSI\Shared\ Files - Y: Drive @rem \\ABSI\Photos - X: Drive net use Y: \\ABSI\SharedFiles net use X: \\ABSI\Photos net time \\ABSI /set /yes ------------------------------------------------------------------------ These scripts and settings all seem to work fine. The problem.: Latel...
2005 Nov 02
1
x/y coordinates of dendrogram branches
Dear R-users, I need some help concerning the plotting of dendrograms for hierarchical agglomerative clustering. The agglomeration niveau of each step should be displayed at the branches of the dendrogram. For this I need the x/y coordinates of the branch-agglomerations of the dendrogram. The y-values are known (the heights of the agglomeration), but how can I get the x-values? > mydata
2006 Feb 23
0
calculation problem
Dear R users, I hope this mailing list be the right place for my question. Usaully performance criterion of curve fitting like as Directinal Symmetry (DS) and Mean Absolute Percentage Error (MAPE) are correctly used with absolute time series which includes only positive values. But how it is possible to use DS and MAPE with other time series like as return series (for example return of a
2014 Nov 24
2
Re: Libvirt Live Migration
I will try a newer version. On 24 November 2014 at 11:30, Michal Privoznik <mprivozn@redhat.com> wrote: > On 24.11.2014 11:23, Dhia Abbassi wrote: > >> Thanks for your answer, >> >> 1) In this case i'm not using shared storage, the migration is happening >> between two non-shared storage with full disk copy >> 2) I already created the file with same
2004 Jun 14
1
olesolve: stepsize
Hi, I am doing a project on the simulation of glucose metabolism based on a pharmacokinetic modeling in which we have 4 differential equations. I did this in R by using the odesolve package. It works very well, but I have two questions: Here is the odemodel function _________________________________________________ Ogtt.Odemodel <- function(t, y, p) { absx <- c(-60, -45, -30,
2014 Dec 04
1
Re: Libvirt Live Migration
...his feature or command is not currently supported >> but it's kind of wired because qemu-kvm-1.0 supported already live migration, so a newer version should also support it. How can you explain this? What could be the source of error? On 1 December 2014 at 14:34, Dhia Abbassi <dhia.absi@gmail.com> wrote: > I tired to install newer version of qemu-kvm (2.1.0-2.9-x86_64) through > rpms but the following rpms are not all available > > - qemu-2.1.0-2.9-x86_64.rpm > - qemu-kvm-2.1.0-2.9-x86_64.rpm > - qemu-common-2.1.0-2.9-x86_64.rpm > - qemu-kvm-tools-2.1.0-2....
2010 Jan 27
2
Merge: sort=F not preserving order?
...?? ?index 1 ?008823 2 ?012689 3 ?004503 4 ?002991 5 ?012689 6 ?002845 7 ?012689 8 ?012395 9 ?012689 10 009302 11 002845 12 006669 13 008823 14 009302 15 025340 16 012689 and data2 in this format (index2 are chars): ?? ? ? index2 ? ? ?tic 1 ? ? 001003 ? ? ANTQ 2 ? ? 001004 ? ? AIR 3 ? ? 001009 ? ? ABSI 4 ? ? 001011 ? ? ACSE etc I am attempting to merge them using the following: mergeddata <- merge(data1,data2, by.x="index", by.y="index2", sort=FALSE) I want to preserve the order of data1 by setting sort=FALSE, however the output I get is: ?? index ? tic 1 ?008823 PHM...
2014 Dec 01
0
Re: Libvirt Live Migration
...16509 -m comment --comment "libvirt" -j ACCEPT* * sudo iptables -A INPUT -p tcp -m multiport --ports 49152:49216 -m comment --comment "migration" -j ACCEPT* >> Have you any idea what is the reason behind this problem?? On 24 November 2014 at 11:32, Dhia Abbassi <dhia.absi at gmail.com> wrote: > I will try a newer version. > > On 24 November 2014 at 11:30, Michal Privoznik <mprivozn at redhat.com> > wrote: > >> On 24.11.2014 11:23, Dhia Abbassi wrote: >> >>> Thanks for your answer, >>> >>> 1) In this cas...
2014 Nov 24
2
Re: Libvirt Live Migration
Thanks for your answer, 1) In this case i'm not using shared storage, the migration is happening between two non-shared storage with full disk copy 2) I already created the file with same size, and the vm works properly after a restart, my problem that it remains paused and I can't resume it until it's rebooted. 3) I'm using qemu-kvm 1.0 On 24 November 2014 at 10:22, Michal
2014 Nov 20
2
Libvirt Live Migration
I'm trying to implement a virtualization API. I was testing migration with libvirt I got some problems. When I use the following command : *virsh migrate --live --persistent --copy-storage-all vm-clone1 qemu+ssh://server_ip/system* the migration works fine but in the destination host the migrated vm is paused and I can't unpause it and I need to reboot the vm to be able use it in the