public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
* nncp-exec -use-tmp path
@ 2021-01-15 20:42 John Goerzen
  2021-01-15 21:18 ` Sergey Matveev
  0 siblings, 1 reply; 5+ messages in thread
From: John Goerzen @ 2021-01-15 20:42 UTC (permalink / raw)
  To: nncp-devel

Hi Sergey,

Thanks again for all the work you're doing on NNCP.

I noticed an odd behavior with nncp-exec -use-tmp; it's creating a 
temporary file in /tmp instead of the spool directory like the 
other commands (especially nncp-file -) are doing (or at least are 
documented to be doing).  This resulted in a failure since my /tmp 
filled up once.

Anyhow, poking around in the code, I think that's due to to the 
call to ioutil.TempFile in src/tx.go instead of using NewTmpFile 
(defined in tmp.go).

Thanks!

- John

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

end of thread, other threads:[~2021-01-15 23:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15 20:42 nncp-exec -use-tmp path John Goerzen
2021-01-15 21:18 ` Sergey Matveev
2021-01-15 21:20   ` Sergey Matveev
2021-01-15 21:38     ` John Goerzen
2021-01-15 23:06       ` Sergey Matveev