Forum: *nix Software Jul 3rd, 2008 |
| Replies: 12 Views: 4,080 The equivalent command in csh is 'limit' and will likely show 'unlimited' file size as well.
Hmmm. It doesn't sound like the filesystem is the problem, since remote systems can read and write 2GB+... |
Forum: *nix Software Jul 2nd, 2008 |
| Replies: 12 Views: 4,080 One possibility is that (some) 2.4 kernels could be limited to 2GB file sizes. And/or some 2.4 filesystems could be limited to 2GB file sizes.
Another could be that you have a process limit. Try... |
Forum: *nix Software Mar 5th, 2008 |
| Replies: 1 Views: 730 One possible way would be to run a cron job every so often that: fetches log entries with the offending requests from the previous interval pipes the result to 'sed -e 's/ - -.*//'|sort|uniq -c|sort... |
Forum: *nix Software Mar 5th, 2008 |
| Replies: 2 Views: 581 Vim, with highlighting turned on, will highlight all instances of the last thing you searched for. Looks like you (or someone) executed a search similar to:/[^A-Za-z0-9]<ENTER>
(meaning search for... |