Re: N800 Disk Full? Erratic Behavior SOLVED

2007-10-30 Thread Peter Bart
On Mon, 2007-10-29 at 16:42 +0200, Eero Tamminen wrote: Collect the application deps on MMC and install only the libraries they depend from. Then you can install/remove them on demand. That is slow though, so I wouldn't do it except for something that I need only very seldomly, but is

Re: N800 Disk Full? Erratic Behavior SOLVED

2007-10-29 Thread Eero Tamminen
Hi, ext James Sparenberg wrote: On Sunday 28 October 2007 21:35:38 you wrote: Ok rundown one section at a time. snip Thank you for going through one at a time. It has helped me to understand. Alright. The following might go a long way to improving things for you. 1. Don't save

Re: N800 Disk Full? Erratic Behavior SOLVED

2007-10-29 Thread Frantisek Dufka
Eero Tamminen wrote: Note: due to how JFFS2 filesystem (on the device root filesystem), the fuller the filesystem is, the more RAM it also uses (use 50MB of your root file system and the amount of your free RAM goes down a few MB too). Oh, few MBs, really? How does it compare to ext2

Re: N800 Disk Full? Erratic Behavior SOLVED

2007-10-29 Thread Eero Tamminen
Hi, ext Frantisek Dufka wrote: Note: due to how JFFS2 filesystem (on the device root filesystem), the fuller the filesystem is, the more RAM it also uses (use 50MB of your root file system and the amount of your free RAM goes down a few MB too). Oh, few MBs, really? How does it compare to

N800 Disk Full? Erratic Behavior

2007-10-28 Thread Peter Bart
Hello Everyone, I have an N800 that appears to have one of the mount points at 100%. Would this cause erratic behavior, such as Claws not being able to write to log files, retrieving the same email multiple times, other programs exiting abruptly, the AP complaining about not enough memory

Re: N800 Disk Full? Erratic Behavior

2007-10-28 Thread Tuukka Tolvanen
Peter Bart wrote: Hello Everyone, I have an N800 that appears to have one of the mount points at 100%. Would this cause erratic behavior, such as Claws not being able to write to log files, retrieving the same email multiple times, other programs exiting abruptly, the AP complaining

Re: N800 Disk Full? Erratic Behavior

2007-10-28 Thread James Sparenberg
On Sunday 28 October 2007 10:04:02 Peter Bart wrote: Ok rundown one section at a time. /home/user # cd / / # df -h FilesystemSize Used Available Use% Mounted on /dev/mtdblock42.0M 2.0M 0 100% /mnt/initfs this will always be at 100% as it's a

Re: N800 Disk Full? Erratic Behavior SOLVED

2007-10-28 Thread James Sparenberg
On Sunday 28 October 2007 21:35:38 you wrote: On Sun, 2007-10-28 at 20:41 -0700, James Sparenberg wrote: On Sunday 28 October 2007 10:04:02 Peter Bart wrote: Ok rundown one section at a time. snip Thank you for going through one at a time. It has helped me to understand.