Displaying 5 results from an estimated 5 matches for "unfortunaltly".
Did you mean:
unfortunally
2016 Oct 30
4
Auto Create Home - shadow_copy2 and root preexec
Hi,
I make use of shadow_copy2 and root preexec. The vfs root preexec is
responsible to auto create home directories which initially don't exist.
The script behind it is well tested and works perfectly. Unfortunaltely
shadow_copy2 seems to be called before root preexec and fails due to the
missing ZFS home share which causes the session to fail completely
before root preexec even has a
2009 Dec 05
3
three plots as one JEPG?
Dear List,
i have a question concerning these device-related function (i.e.
pdf(),jpeg(), etc.). Currently, I plot three graphs, one below the other
into a /single/ window by using par(). I would like to save this figure
now as JPEG or PNG. By now, code looks as follows:
jepg(...)
par(...)
plot(...)
par(...)
plot(...)
par(...)
plot(...)
dev.off()
Unfortunaltely, I just get the last plot
2008 Jan 23
3
formula for nls
Hi!
How to write in model's formula of type:
nls(y~k/(x^n), data=data, start=list(k=1,n=1))
i.e the problem is on x^n, I(x^n) generate error
thanks
Jarek
2020 Sep 18
0
RE: EXT: Re: KVM/QEMU Memory Ballooning
...g on some hybrid solution having mesos
as an orchestrator combined with some kvm/qemu vm's. dcos does not allow
this, and I wondered maybe if your kubernetes was limiting your options
there also.
-----Original Message-----
Cc: libvirt-users
Subject: RE: EXT: Re: KVM/QEMU Memory Ballooning
Unfortunaltly it is not way what we can apply, due to the containers
have some dependency to propriatery nont containerized component which
is not available on the host OS.
Csongor
-----Original Message-----
Cc: libvirt-users <libvirt-users@redhat.com>
Subject: RE: EXT: Re: KVM/QEMU Memory Ballooning...
2016 Oct 30
0
Auto Create Home - shadow_copy2 and root preexec
On Sun, 2016-10-30 at 14:10 +0100, Leander Schäfer via samba wrote:
> Hi,
>
> I make use of shadow_copy2 and root preexec. The vfs root preexec is
> responsible to auto create home directories which initially don't
> exist.
> The script behind it is well tested and works perfectly.
> Unfortunaltely
> shadow_copy2 seems to be called before root preexec and fails due