Re: [ptxdist] Issue with install_node creating pipes

2017-03-14 Thread jon.bird
On 2017-03-09, Roland Hieber wrote: > On 09.03.2017 15:20, jon.b...@gd-ms.uk wrote: >>> I think ptxdist-2015.01.0-42-g15c165d69929 broke this. I'm suprised >>> nobody notices before. Can you try without this change? >>> You can just copy the script to the same location in your BSP and >>> change

Re: [ptxdist] Issue with install_node creating pipes

2017-03-09 Thread jon.bird
On 2017-03-08, Michael Olbrich wrote: > Hi, > > On Thu, Mar 02, 2017 at 08:25:48AM +, jon.b...@gd-ms.uk wrote: >> There seems to be an issue using install_node to create named pipes, >> previously (with 2012.12.1 release), this worked: >> >> @$(call install_node, syslogparser, 121, 121,

Re: [ptxdist] Issue with install_node creating pipes

2017-03-08 Thread Michael Olbrich
Hi, On Thu, Mar 02, 2017 at 08:25:48AM +, jon.b...@gd-ms.uk wrote: > There seems to be an issue using install_node to create named pipes, > previously (with 2012.12.1 release), this worked: > > @$(call install_node, syslogparser, 121, 121, 0644, p, , > ,/var/local/syslogparser0.fifo) > >

[ptxdist] Issue with install_node creating pipes

2017-03-02 Thread jon.bird
Hi, There seems to be an issue using install_node to create named pipes, previously (with 2012.12.1 release), this worked: @$(call install_node, syslogparser, 121, 121, 0644, p, , ,/var/local/syslogparser0.fifo) Now (with 2016.04 release), the creation of the final image fails: ...