View Single Post
Old 02-28-2018, 12:18 PM   #16
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 3,060
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
I ran the following on the strace output:

grep " E" strace_flightcrew.log | grep -v ENOENT

and see EISDIR errors generated when files with a full directory path but no name are attempted to be opened. That seems suspicious to me. The ENOENT errors are expected, since stat is being used to see if a file or directory already exists before it is attempted to be created.
rkomar is offline   Reply With Quote