Displaying 10 results from an estimated 10 matches for "msg00095".
Did you mean:
msg00059
2018 Nov 09
4
collectd leaks SIGCHLD == SIG_IGN into plugins
...gging a very peculiar bug when
libguestfs is run as a plugin from collectd:
https://www.redhat.com/archives/libguestfs/2018-November/thread.html#00023
The long story short is that collectd leaks SIGCHLD == SIG_IGN setting
into plugins:
https://www.redhat.com/archives/libguestfs/2018-November/msg00095.html
This means that any plugin that does the usual pattern of:
pid = fork ();
...
if (waitpid (pid, NULL, 0) == -1) {
perror ("waitpid");
exit (EXIT_FAILURE);
}
will fail, because the forked subprocess is automatically reaped
before waitpid is called, resulting in the...
2008 Aug 25
1
aov, lme, multcomp
...ror(Subject/(A*B*C))
I'd also like to use lme(), and so I use
y ~ A*B*C, random= ~1|Subject
The tests give different Fs and ps. I know this comes up every once in a
while on R-help so I did my homework. I see from these two threads:
http://www.biostat.wustl.edu/archives/html/s-news/2002-05/msg00095.html
http://134.148.236.121/R/help/06/08/32763.html
that this is the expected behavior because of the way grouping works
with lme(). My questions are:
1. is this the correct random argument to lmer:
anova(lme(Acc~A*B*C,random=list(Sub=pdBlocked(list(
pdIdent(~1),...
2006 Apr 06
7
dns in domU
Hallo,
at first, sorry for my bad english.
I have a big problem.
I have xen 3.0.1 running. I have 4 domU. One domU is hosting a
dns-server. All runns fine.
Yesterday i have updated to 3.0.2. Sorce from the tar file. Build a
new kernel and reboot the system. It''s running. But i have one
problem. The dns resolving runns not fine.
Is there any changes for the dns between 3.0.1 and
2018 Nov 13
4
Re: collectd leaks SIGCHLD == SIG_IGN into plugins
...ectd:
> >
> > https://www.redhat.com/archives/libguestfs/2018-November/thread.html#00023
> >
> > The long story short is that collectd leaks SIGCHLD == SIG_IGN setting
> > into plugins:
> >
> > https://www.redhat.com/archives/libguestfs/2018-November/msg00095.html
> >
> > This means that any plugin that does the usual pattern of:
> >
> > pid = fork ();
> > ...
> > if (waitpid (pid, NULL, 0) == -1) {
> > perror ("waitpid");
> > exit (EXIT_FAILURE);
> > }
> >
> >...
2016 Jul 14
1
Re: Help: Can I access network inside libguestfs?
Thanks Richard. I followed your guide and it works for me.
Thanks,
Allen
2016-07-13 17:04 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>:
> [Let's keep the replies on the mailing list please]
>
> On Wed, Jul 13, 2016 at 11:04:13AM +0800, Baochuan Wu wrote:
> > Thanks Richard.
> > I tried guestfs_set_network, and I think I can successfully use yum -y to
> >
2018 Nov 13
0
Re: [collectd] collectd leaks SIGCHLD == SIG_IGN into plugins
...ibguestfs is run as a plugin from collectd:
>
> https://www.redhat.com/archives/libguestfs/2018-November/thread.html#00023
>
> The long story short is that collectd leaks SIGCHLD == SIG_IGN setting
> into plugins:
>
> https://www.redhat.com/archives/libguestfs/2018-November/msg00095.html
>
> This means that any plugin that does the usual pattern of:
>
> pid = fork ();
> ...
> if (waitpid (pid, NULL, 0) == -1) {
> perror ("waitpid");
> exit (EXIT_FAILURE);
> }
>
> will fail, because the forked subprocess is automaticall...
2018 Nov 13
0
Re: collectd leaks SIGCHLD == SIG_IGN into plugins
...uestfs is run as a plugin from collectd:
>
> https://www.redhat.com/archives/libguestfs/2018-November/thread.html#00023
>
> The long story short is that collectd leaks SIGCHLD == SIG_IGN setting
> into plugins:
>
> https://www.redhat.com/archives/libguestfs/2018-November/msg00095.html
>
> This means that any plugin that does the usual pattern of:
>
> pid = fork ();
> ...
> if (waitpid (pid, NULL, 0) == -1) {
> perror ("waitpid");
> exit (EXIT_FAILURE);
> }
>
> will fail, because the forked subprocess is automatic...
2009 Jul 14
1
Error
Does anyone have any light to shed on:
c_avpair_new: unknown attribute
sip02 asterisk[7796]: rc_avpair_new: unknown attribute 1490026597
We are getting congestion errors on a Pri to telco, and not sure what is
going on.
Thanks
Cary Fitch
2010 Jul 08
0
[ANNOUNCE] libguestfs 1.4.0 - tools for accessing and modifying disk images and virtual machines
...r != NULL
- 501889 write-file does not support strings containing ASCII NUL
- 484986 grub-install fails on virtio disk
Release notes for previous versions of libguestfs
-------------------------------------------------
2009-11-10 : 1.0.78
https://www.redhat.com/archives/libguestfs/2009-November/msg00095.html
2009-09-13 : 1.0.67
https://www.redhat.com/archives/libguestfs/2009-August/msg00281.html
2009-07-23 : 1.0.64
https://www.redhat.com/archives/libguestfs/2009-July/msg00059.html
2009-07-14 : 1.0.59
https://www.redhat.com/archives/libguestfs/2009-July/msg00023.html
--
Richard Jones, Virtual...
2007 Dec 19
23
3.1.x and 3.2.x releases
Folks,
A new release candidate for 3.2.0 has just been checked into the
xen-unstable tree. It''s available from staging and will be in the main tree
when it has passed internal regression tests.
Meanwhile, in preparation for 3.1.3, please let me know if there are any
further patches from xen-unstable that should be backported into the 3.1
branch. You can pull the xen-3.1-testing.hg