Displaying 20 results from an estimated 100 matches similar to: "Difference between host and guest traffic"
2015 Nov 05
0
Bug#799122: Bug#799122: xen-hypervisor-4.4-amd64: Networking of domUs stops working after a few minutes
On Wed, 2015-09-16 at 01:52 +0200, Arne Klein wrote:
>
[...]
> At the moment when the network in the domU completely stops working,
> there is the error message
> [2178752.854380] vif vif-33-0 vif33.0: Guest Rx stalled
> visible in dmesg in the dom0.
This will therefore be a kernel issue not a hypervisor one. It sounds
like a backend one given the issue is with both new and
2015 Sep 15
3
Bug#799122: xen-hypervisor-4.4-amd64: Networking of domUs stops working after a few minutes
Package: xen-hypervisor-4.4-amd64
Version: 4.4.1-9+deb8u1
Severity: important
A few minutes after starting a domU, network access is no longer possible from and to it.
This does not always happen and is not easily reproducible, but seems to occur in all newly started domUs from some point in time on. However, also restarting the dom0 does not necessarily prevent the problem.
At the moment when
2008 Jun 27
1
Performance of madvise / msync
Hi,
I'm using py-rrdtool 0.2.1 with rrdtool 1.3.0 under 7.0-STABLE, and
there's a couple of things about this new version of rrdtool that
hurt performance under FreeBSD, but apparently help on whatever they
tested on.
For every update, the database file is opened, mapped into memory,
madvise() is called, contents are modified, msync() is called, and
the file is unmapped and closed:
2017 Feb 23
0
Pigeonhole External pipe script going zombie?
On 2017-01-12 21:55, Matt Simpson wrote:
> I?m running dovecot 2.2.27 and pigeonhole 0.4.16 on FreeBSD 11.
>
> I?m using the pigeonhole/sieve external pipe plugin to run a Perl program to send a Pushover notification when certain messages are received.
>
> The Perl script is executed, and the notification is sent. But then the script task seems to go zombie until it is killed after
2017 Jan 12
3
Pigeonhole External pipe script going zombie?
I?m running dovecot 2.2.27 and pigeonhole 0.4.16 on FreeBSD 11.
I?m using the pigeonhole/sieve external pipe plugin to run a Perl program to send a Pushover notification when certain messages are received.
The Perl script is executed, and the notification is sent. But then the script task seems to go zombie until it is killed after a timeout.
In the user?s sieve log, I get a message like
2002 Aug 01
2
Archival quality for music
This mail depends upon the fact that I don't have a couple of good
earphones ;-)
I read in the site that q=6 is a very high quality, but does it contain
perceivable differencies from the original? (for 95% of people, of course).
I also found q=6 to produce files slightly bigger (1/10 bigger) than those
produced with lame VBR q=2 (about 192 bps on average). I always thought
LAME VBR q=2
2003 Oct 28
1
ESS windows/linux
In front of my long intention
migrate to linux i'm trying Xemacs
and ESS for first in Windows.
Install all and get the Rd-Menu
in Xemacs, but if i want to "Eval a region"
of R-Code i get the message
in the below window "No ESS Processes running"!
P.S.
Have anybody written a document like
"Using R-Project - from Windows2Linux"
which describe the differencies in
2010 Mar 12
3
how to monitor,or be notified of email blacklisting ?
Hi,
Does anyone know how I can monitor our server's for blacklisting? We
run a large amount of shared hosting & reseller hosting servers and
from time to time one of the IP's will get blacklisted. I'm looking
for a way to be notified if any of our IP's get blacklisted. Is this
possible?
--
Kind Regards
Rudi Ahlers
SoftDux
Website: http://www.SoftDux.com
Technical Blog:
2002 Jan 13
3
RC3: I'm impressed
SUMMARY
I'm impressed.
RC3 withstood anything I could throw at it. "-q 3" is really Vorbis' sweet
spot, almost perfect, and "-q 0" is eminently usable, with only marginal
defects for normal usage.
Already sent money, will do that again.
* * *
I spent at least 40 hours in the last week testing RC3. I selected a few
fragments from pop, classic and jazz CDs in my
2020 Jun 08
0
Samba AD-DC on FreeBSD-12.1 Jail
I did not include enough of /var/log/samba4/smbd.log. There is a dns update
failure that I do not understand:
[2020/06/08 14:09:53.989584, 1] ../../source3/lib/messages.c:899(send_all_fn)
send_all_fn: messaging_send_buf to 56486 failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
[2020/06/08 14:12:23.781712, 2] ../../source3/smbd/server.c:843(remove_child_pid)
Could not find child 57829 -- ignoring
2011 Jan 04
3
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
Hello. I see many discrepancies in config.h file generated by CMake and
autoheader.
Most of them are following:
In autofoo-generated config:
> /* Define to 1 if you have the `<name>' function. */
> #define HAVE_<name> 1
>
but in CMake-generated:
> #undef HAVE_<name>
>
This happens because in config.h.cmake (config.h.in analog) these functions
just are not
2007 Jul 11
0
question about gamm models
Dear R-Users,
I have a question concerning mixed models in R.
The strata of my model are the counties of Germany. The differencies
between these counties should be modelled as realizations of a normally
distributed random variable X.
Moreover, the model contains a 0/1 variable A that enters as a fixed
effect.
The only special feature that should be additionally in the model
is the following:
2008 Sep 21
1
Need help transfering CentOS5 from desktop to laptop
created 2 partitions on laptop (/ and swap)
formatted them.
mounted both source and target (under /mnt on each machine)
rsync -a / from desktop -> laptop
(Note: OS on desktop is on sdb5. On laptop it's going to sda1)
Now I need to put grub on mbr of laptop
boot: linux rescue
chroot /mnt/sysimage
Here is my problem
grub-install /dev/sda
The file /boot/grub/stage1 not read correctly.
Can
2008 Feb 09
1
Problem with fitdistr function while estimating parameters
Hello,
I am using fitdistr function for parameter estimation.
When I use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
fd<-fitdistr(V2,"weibull")
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
2007 Jun 07
1
What about splitting the gtk-window-decorator ?!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yesterday I sent a patch (http://paste.ubuntu-nl.org/24252/) against
the latest compiz ubuntu gutsy source package to Amaranth, to make
compiz compile (and package, of course) the gtk-window-decorator in
two ways:
1) as gtk-window-decorator (= compiz-gtk package) using these
configuration parameters:
--disable-gnome \
2008 Feb 10
2
Error in optim while using fitdistr() function
Hello,
I am trying to fit distribution for data consisting of 421 readings.It is
basically no of requests arrived per minute.It contains many 0 entries as no
of requests.When i use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
What should I do ? I need
2008 Feb 09
1
Problem with fitdistr function
Hello,
I am using fitdistr function for parameter estimation.
When I use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
fd<-fitdistr(V2,"weibull")
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
2008 Jan 28
0
(no subject)
Hi all
I am trying to generate a normal unbalanced data to estimate the coefficients of LM, LMM, GLM, and GLMM and their standard errors. Also, I am trying to estimate the variance components and their standard errors. Further, I am trying to use the likelihood ratio test to test H0: sigma^2_b = 0 (random effects variance component), and the t-test to test H0:mu=0 (intercept of the model Yij = mu
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
Hi everybody. I have an odd issue that I'd like to get some advice on.
It is a bit of a long story so please bear with me.
X11R6 has a notion of modules so it basically compiles everything into
shared libraries and at start-of-day it loads libraries (modules) as
needed. A side effect of that is that they require really lazy binding
because they do (can?) not enforce the load order.
The
2013 Apr 11
1
Dotchart per groups
Hi all,
I would like to ask you for help. I did a dotplot - using dotchart
function.
There are two localites (loc) with values 75 or 56 in my data ZZ.
The f column has 4 levels: P1, S1, S8, R6.
The dataframe is ordered by N value, pchloc value is assign to use "pch" in
plot.
> head(ZZ)
loc f N color ordered pchloc
98 75 S1 6.39 green 1 16
99 75 S8 6.44 blue