Re: [Emc-users] Problem pncconf in master (patch attached)

2014-10-31 Thread Chris Morley
> > I will look into the kernel check error next. > > I have some data for you on that. I see that pncconf uses the "hal" > python module to learn about the system it's running on. This is a > sensible thing to do. > > > So in other words, in all three of the expected situations, the hal

Re: [Emc-users] Problem pncconf in master (patch attached)

2014-10-30 Thread Sebastian Kuzminsky
On 10/30/2014 11:40 PM, Chris Morley wrote: > Seb or Jeff > > There are two new checks in module HAL > is_kernelspace > is userspace > > Can you explain exactly what I can assume if each is true? > > is_rt and is_sim basically meant: can drive real hardware/ couldn't drive > real hardware. I play

Re: [Emc-users] Problem pncconf in master (patch attached)

2014-10-30 Thread Sebastian Kuzminsky
On 10/30/2014 11:24 PM, Chris Morley wrote: > Hi Carsten > > Thank you for the bug reports and the patch. > Unfortunately i don't think the icon patch is quite right. > Can you check if this one works? Hi Chris, I tried your patch it and it works for me, both RIP and .deb. Please push it to 2.7

Re: [Emc-users] Problem pncconf in master (patch attached)

2014-10-30 Thread Chris Morley
> Date: Thu, 30 Oct 2014 17:11:36 +0100 > From: c...@rstenpresser.de > To: emc-users@lists.sourceforge.net > Subject: Re: [Emc-users] Problem pncconf in master (patch attached) > > Hi, > > there is an third issue I had with pncconf. Someone else already had if > b

Re: [Emc-users] Problem pncconf in master (patch attached)

2014-10-30 Thread Chris Morley
> Date: Thu, 30 Oct 2014 17:11:36 +0100 > From: c...@rstenpresser.de > To: emc-users@lists.sourceforge.net > Subject: Re: [Emc-users] Problem pncconf in master (patch attached) > > Hi, > > there is an third issue I had with pncconf. Someone else already had if > b

Re: [Emc-users] Problem pncconf in master (patch attached)

2014-10-30 Thread Carsten Presser
Hi, there is an third issue I had with pncconf. Someone else already had if bevore: https://github.com/machinekit/machinekit/issues/102 My suggested fix is to add another if-case @line 1584 in pncconf, in function 'check_for_rt' -- elif hal.is_userspace: return True -- With that change

Re: [Emc-users] Problem pncconf in master (patch attached)

2014-10-30 Thread Sebastian Kuzminsky
On 10/29/14 8:47 AM, Carsten Presser wrote: > Hi, > > When trying to run pncconf from the recent buildbot debian package it > complains about missing python modules. > Those modules are missing. They should be under /var/lib/python/pncconf. > I guess the changes to pncconf are not yet reflected in

[Emc-users] Problem pncconf in master (patch attached)

2014-10-29 Thread Carsten Presser
Hi, When trying to run pncconf from the recent buildbot debian package it complains about missing python modules. Those modules are missing. They should be under /var/lib/python/pncconf. I guess the changes to pncconf are not yet reflected in the debian control files. I am no debian-package-expert