On Tue, 2007-04-17 at 15:39 +0300, Eero Tamminen wrote: > You can enable them for all applications by creating a "core-dumps" > directory to the external MMC. > > Unfortunately the cards are mounted with "user" user, so processes > like "dsnmasq" which are run as user "nobody" cannot dump core to > the MMC unless you re-mount it so that everybody can write there > (and even then you don't always get core dumps from segfaulted > processes for some reason). I tried mount -o remount,rw /media/mmc1 but "nobody" didn't seem to be able to create a file in /media/mmc1/core-dumps/ What mount option should I use? Laurent