Am Freitag 31 Juli 2009 01:22:54 schrieb Mikhail Umorin: > Hello -- > > I have just installed SHR for the first time. > > I am trying to follow instructions for opkg upgrade at > http://wiki.openmoko.org/wiki/Stable_Hybrid_Release#opkg_upgrade_.22fork_fa >iled.22 > > "mkswap swapfile.swp" gives: > > Setting up swapspace version 1, size = 131067904 bytes > > However, next command "swapon swapfile.swp" gives: > > swapon: swapfile.swp: Invalid argument > > what's wrong? > > Can someone help me? > > Mikhail.
For me this fails too. I'm using the commands from here: http://wiki.openmoko.org/wiki/SwapSpace#Make_swap_when_microSD_card_is_in_a_card_reader So when using a loop device: mkswap /media/card/swapfile losetup /dev/loop/0 /media/card/swapfile swapon /dev/loop/0 It's works fine for me. I hope that this will help. Greets Thomas _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
