Re: Discovered classes

2010-03-09 Thread Mark Burgess
wledge or time to figure it out. > Why does it do a close followed by a return? > > > Marco > > > -Original Message- > From: Mark Burgess [mailto:mark.burg...@iu.hio.no] > Sent: Tuesday, March 09, 2010 11:42 AM > To: Jesse Becker > Cc: Lebel, Marco;

RE: Discovered classes

2010-03-09 Thread Lebel, Marco
urn? Marco -Original Message- From: Mark Burgess [mailto:mark.burg...@iu.hio.no] Sent: Tuesday, March 09, 2010 11:42 AM To: Jesse Becker Cc: Lebel, Marco; help-cfengine@cfengine.org Subject: Re: Discovered classes It might be worth trying this interface instead of the usual ioctl().

RE: Discovered classes

2010-03-09 Thread Lebel, Marco
-Original Message- From: Mark Burgess [mailto:mark.burg...@iu.hio.no] Sent: Tuesday, March 09, 2010 11:42 AM To: Jesse Becker Cc: Lebel, Marco; help-cfengine@cfengine.org Subject: Re: Discovered classes It might be worth trying this interface instead of the usual ioctl(). In t

Re: Discovered classes

2010-03-09 Thread Mark Burgess
It might be worth trying this interface instead of the usual ioctl(). In the mean time, you can comment out the check in sysinfo.c if (strstr(ifp->ifr_name,":")) { if (VSYSTEMHARDCLASS == linuxx) { CfOut(cf_verbose,"","Skipping apparent virtual interface %d: %s\

Re: Discovered classes

2010-03-09 Thread Jesse Becker
On Tue, Mar 09, 2010 at 11:04:46AM -0500, Mark Burgess wrote: > >We are looking for a solution to this issue. Basically, Linux can hang on >virtual >interfaces and this has caused other people problems. I am open to suggestions >for a >solution, but it is not an easy matter. For linux, pull the

Re: Discovered classes

2010-03-09 Thread Mark Burgess
We are looking for a solution to this issue. Basically, Linux can hang on virtual interfaces and this has caused other people problems. I am open to suggestions for a solution, but it is not an easy matter. Lebel, Marco wrote: > Hello all, > > > > Assuming the following (edited) output from