Mikhail Umorin schrieb: > On Thursday 30 July 2009 19:34:07 Bernd Prünster wrote: > >> Mikhail Umorin schrieb: >> >>> Thanks, Russell -- >>> >>> On Thursday 30 July 2009 18:28:35 Russell Dwiggins wrote: >>> >>>> Maybe try the whole path. swapon /media/card/swapfile.swp (or wherever >>>> it really is) >>>> >>> with full path it does not give me error message anymore. However, how >>> long doe it take for the "swapon" to complete? It's been running for 15 >>> minutes so far... It that normal? >>> >> takes a a split second normally.... >> soryy cant help u since the last time i used a swapfile was bout 1 1/2 >> moths ago since then i've been abusing my internal flash as swap via fstab >> > > Well, something is wrong with the swapon: > > the command never (in 30 min at least) completes and the phone freezes at > some point and AUX button starts flashing in red. What's going on? > Kernel Panic is going on. the instructions for "fork failed" seem sane to me. what goes throug my mind on how to do it: create a file consisting of zeros make it a swap file activate the swap file
and the wiki says: cd /media/card dd if=/dev/zero of=swapfile.swp bs=1k count=128000 #makes a 128mb file with no contents mkswap swapfile.swp #makes the file a swapfile swapon swapfile.swp #activates the swap file HEY wait a sec! which version of shr are you using? afaik the latest unstable is broken (28072009) > Can someone verify/correct instructions for "fork failed" workaround? > > > > >> _______________________________________________ >> Shr-User mailing list >> [email protected] >> http://lists.shr-project.org/mailman/listinfo/shr-user >> > > _______________________________________________ > Shr-User mailing list > [email protected] > http://lists.shr-project.org/mailman/listinfo/shr-user > > _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
