mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] Issue with install_node creating pipes
@ 2017-03-02  8:25 jon.bird
  2017-03-08 10:07 ` Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: jon.bird @ 2017-03-02  8:25 UTC (permalink / raw)
  To: ptxdist

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:

...
Configuring nfsutils.
mknod: `./var/local/syslogparser0.fifo': File exists
make: *** [/home/jon/sdr/os_uplift1/platform-i586/state/image_working_dir] Error 1

Rgs,


Jon.

--
Jon Bird, CEng MBCS
Software Engineer
Electronic Systems
General Dynamics United Kingdom Ltd.
Castleham Road, St Leonards on Sea, East Sussex, TN38 9NJ

Telephone: +441424798278
Email: jon.bird@gd-ms.uk
Website: www.generaldynamics.uk.com      



------------------------------------------------------------------------------

This email and any files attached are intended for the addressee and may contain information of a confidential nature. If you are not the intended recipient, be aware that this email was sent to you in error and you should not disclose, distribute, print, copy or make other use of this email or its attachments. Such actions, in fact, may be unlawful. In compliance with the various Regulations and Acts, General Dynamics United Kingdom Limited reserves the right to monitor (and examine for viruses) all emails and email attachments, both inbound and outbound. Email communications and their attachments may not be secure or error- or virus-free and the company does not accept liability or responsibility for such matters or the consequences thereof. General Dynamics United Kingdom Limited, Registered Office: 21 Holborn Viaduct, London EC1A 2DY. Registered in England and Wales No: 1911653.


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] Issue with install_node creating pipes
  2017-03-02  8:25 [ptxdist] Issue with install_node creating pipes jon.bird
@ 2017-03-08 10:07 ` Michael Olbrich
  2017-03-09 14:20   ` jon.bird
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2017-03-08 10:07 UTC (permalink / raw)
  To: ptxdist

Hi,

On Thu, Mar 02, 2017 at 08:25:48AM +0000, jon.bird@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)
> 
> Now (with 2016.04 release), the creation of the final image fails:
> 
> ...
> Configuring nfsutils.
> mknod: `./var/local/syslogparser0.fifo': File exists
> make: *** [/home/jon/sdr/os_uplift1/platform-i586/state/image_working_dir] Error 1

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 it there.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] Issue with install_node creating pipes
  2017-03-08 10:07 ` Michael Olbrich
@ 2017-03-09 14:20   ` jon.bird
       [not found]     ` <8013bd45-7b84-9429-83b6-db1413731d24@rohieb.name>
  0 siblings, 1 reply; 5+ messages in thread
From: jon.bird @ 2017-03-09 14:20 UTC (permalink / raw)
  To: ptxdist

On 2017-03-08, Michael Olbrich wrote:

> Hi,
> 
> On Thu, Mar 02, 2017 at 08:25:48AM +0000, jon.bird@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)
>> 
>> Now (with 2016.04 release), the creation of the final image fails:
>> 
>> ...
>> Configuring nfsutils.
>> mknod: `./var/local/syslogparser0.fifo': File exists
>> make: ***
>> [/home/jon/sdr/os_uplift1/platform-i586/state/image_working_dir]
>> Error
>> 1
> 
> 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 it there.
> 
> Michael
>
Can you give me a quick crash course on how to do this? Aside from doing the odd checkout from git, I'm totally unfamiliar with it having more of a svn background...

Thanks,


Jon.


--
Jon Bird, CEng MBCS
Software Engineer
Electronic Systems
General Dynamics United Kingdom Ltd.
Castleham Road, St Leonards on Sea, East Sussex, TN38 9NJ

Telephone: +441424798278
Email: jon.bird@gd-ms.uk
Website: www.generaldynamics.uk.com      


------------------------------------------------------------------------------

This email and any files attached are intended for the addressee and may contain information of a confidential nature. If you are not the intended recipient, be aware that this email was sent to you in error and you should not disclose, distribute, print, copy or make other use of this email or its attachments. Such actions, in fact, may be unlawful. In compliance with the various Regulations and Acts, General Dynamics United Kingdom Limited reserves the right to monitor (and examine for viruses) all emails and email attachments, both inbound and outbound. Email communications and their attachments may not be secure or error- or virus-free and the company does not accept liability or responsibility for such matters or the consequences thereof. General Dynamics United Kingdom Limited, Registered Office: 21 Holborn Viaduct, London EC1A 2DY. Registered in England and Wales No: 1911653.
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] Issue with install_node creating pipes
       [not found]     ` <8013bd45-7b84-9429-83b6-db1413731d24@rohieb.name>
@ 2017-03-14 14:16       ` jon.bird
  2017-03-24 16:37         ` Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: jon.bird @ 2017-03-14 14:16 UTC (permalink / raw)
  To: ptxdist

On 2017-03-09, Roland Hieber wrote:

> On 09.03.2017 15:20, jon.bird@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 it there.
>>> 
>>> Michael
>>> 
>> Can you give me a quick crash course on how to do this? Aside from
>> doing the odd checkout from git, I'm totally unfamiliar with it
>> having more of a svn background...
> 
> Here's what you need to know:
> 
> *  To get around firewalls (hopefully), clone the repository via https:
> 
>         git clone https://git.pengutronix.de/git/ptxdist
>         cd ptxdist
[...]

Many thanks for that, was very useful. I can confirm that this change did cause this issue to arise. Copying this older version in doesn't quite work though because there are other changes in there which cause it to fail but just backing out that one change in the existing version does.

Rgs


Jon.

--
Jon Bird, CEng MBCS
Software Engineer
Electronic Systems
General Dynamics United Kingdom Ltd.
Castleham Road, St Leonards on Sea, East Sussex, TN38 9NJ

Telephone: +441424798278
Email: jon.bird@gd-ms.uk
Website: www.generaldynamics.uk.com      


------------------------------------------------------------------------------

This email and any files attached are intended for the addressee and may contain information of a confidential nature. If you are not the intended recipient, be aware that this email was sent to you in error and you should not disclose, distribute, print, copy or make other use of this email or its attachments. Such actions, in fact, may be unlawful. In compliance with the various Regulations and Acts, General Dynamics United Kingdom Limited reserves the right to monitor (and examine for viruses) all emails and email attachments, both inbound and outbound. Email communications and their attachments may not be secure or error- or virus-free and the company does not accept liability or responsibility for such matters or the consequences thereof. General Dynamics United Kingdom Limited, Registered Office: 21 Holborn Viaduct, London EC1A 2DY. Registered in England and Wales No: 1911653.
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] Issue with install_node creating pipes
  2017-03-14 14:16       ` jon.bird
@ 2017-03-24 16:37         ` Michael Olbrich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2017-03-24 16:37 UTC (permalink / raw)
  To: ptxdist

Hi,

On Tue, Mar 14, 2017 at 02:16:05PM +0000, jon.bird@gd-ms.uk wrote:
> On 2017-03-09, Roland Hieber wrote:
> 
> > On 09.03.2017 15:20, jon.bird@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 it there.
> >>> 
> >>> Michael
> >>> 
> >> Can you give me a quick crash course on how to do this? Aside from
> >> doing the odd checkout from git, I'm totally unfamiliar with it
> >> having more of a svn background...
> > 
> > Here's what you need to know:
> > 
> > *  To get around firewalls (hopefully), clone the repository via https:
> > 
> >         git clone https://git.pengutronix.de/git/ptxdist
> >         cd ptxdist
> [...]
> 
> Many thanks for that, was very useful. I can confirm that this change did
> cause this issue to arise. Copying this older version in doesn't quite work
> though because there are other changes in there which cause it to fail but
> just backing out that one change in the existing version does.

This should be fixed in master now.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-24 16:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02  8:25 [ptxdist] Issue with install_node creating pipes jon.bird
2017-03-08 10:07 ` Michael Olbrich
2017-03-09 14:20   ` jon.bird
     [not found]     ` <8013bd45-7b84-9429-83b6-db1413731d24@rohieb.name>
2017-03-14 14:16       ` jon.bird
2017-03-24 16:37         ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox