Re: Need help with lazarus "Can't fork at command.pl"
[email protected] (Wietse Venema) Mon, 10 Nov 2003 20:47:19 -0500 (EST)
| Newsgroups | gmane.comp.security.forensics.tct |
|---|---|
| Message-ID | <[email protected]> |
Mair, Wolfgang: > it stops after a few hours with the message: Can't fork at > /tmp/tct-1.14/lib/command.pl line 98. Add more memory (adding swap space won't make it run faster) or break the large image file up into smaller ones, and run Lararus over each chunk separately, with output to a different directory. Use something like: dd if=foo of=bar bs=1000k count=xxx skip=yyy Wietse