Rare Error 65 (ENOPKG) occurrence on open() call
From: Apolon (apolon_at_iinet.net.au)
Date: 09/27/03
- Next message: Jean-Pierre Radley: "Re: OpenSSH"
- Previous message: Stephen M. Dunn: "Re: mmdf on 5.0.7 - splitting outgoing deliveries"
- Next in thread: Jean-Pierre Radley: "Re: Rare Error 65 (ENOPKG) occurrence on open() call"
- Reply: Jean-Pierre Radley: "Re: Rare Error 65 (ENOPKG) occurrence on open() call"
- Reply: Jean-Pierre Radley: "Re: Rare Error 65 (ENOPKG) occurrence on open() call"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Sep 2003 03:22:35 -0700
Does anyone know what the meaning of errno=65 (ENOPKG) is when an
open() call fails on SCO Open Server 5.0.6? That error code doesn't
appear in the open function man pages.
The error occurs very rarely (say once a month) in a process that runs
continuously closing/opening/creating/moving files around once every 2
hours. The open is performed directly after a system() call which
copies a file to another location. A system( "cp ..." ) call is being
used instead of the rename() function call because of the limitation
with not being able to rename across filesystems.
Thanks for any help,
Apolon.
- Next message: Jean-Pierre Radley: "Re: OpenSSH"
- Previous message: Stephen M. Dunn: "Re: mmdf on 5.0.7 - splitting outgoing deliveries"
- Next in thread: Jean-Pierre Radley: "Re: Rare Error 65 (ENOPKG) occurrence on open() call"
- Reply: Jean-Pierre Radley: "Re: Rare Error 65 (ENOPKG) occurrence on open() call"
- Reply: Jean-Pierre Radley: "Re: Rare Error 65 (ENOPKG) occurrence on open() call"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|