Re: data.tmp: file too big
Matthew Dempsky <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
First question: What version of djbdns are you using? Have you installed any third-party patches, and if so, which ones? On Mon, May 18, 2009 at 11:14 AM, Hugo Monteiro <[email protected]> wrote: > tinydns-data: fatal: unable to create data.tmp: file too big Assuming stock djbdns, this message should only be output if some system call returns EFBIG. You might try running "strace tinydns-data", to see which system call is returning that and then check your system's documentation on why it would do that.