Hello Philip, thanks for the help but i found another problem with this and didn´t find any solution on the web.
i´m trying to create the swap file folowing this instrucctions i found here(i´m not sure if they are correct): http://elinux.org/BeagleBoardUbuntu#Creating_a_Swapfile root@usrp-e1xx:~# sudo mkdir -p /var/cache/swap/ root@usrp-e1xx:~# sudo dd if=/dev/zero of=/var/cache/swap/swapfile bs=1M count=128 (for a extrange reason i can not create more than a 244MB file having more than 1GB of freee space). 128+0 records in 128+0 records out 134217728 bytes (134 MB) copied, 0.808868 s, 166 MB/s root@usrp-e1xx:~# sudo chmod 0600 /var/cache/swap/swapfile root@usrp-e1xx:~# sudo mkswap /var/cache/swap/swapfile Setting up swapspace version 1, size = 131068 KiB no label, UUID=7921823e-1a0e-423d-bd8f-af5aef73efbe root@usrp-e1xx:~# sudo swapon /var/cache/swap/swapfile swapon: /var/cache/swap/swapfile: swapon failed: Invalid argument also i have tried updating the file /etc/fstab including this line at the end: /var/cache/swap/swapfile none swap sw 0 0 and then running it with but i got the same: root@usrp-e1xx:~# swapon -av swapon on /var/volatile/cache/swap/swapfile swapon: /var/volatile/cache/swap/swapfile: found swap signature: version 1, page-size 4, same byte order swapon: /var/volatile/cache/swap/swapfile: pagesize=4096, swapsize=134217728, devsize=134217728 swapon: /var/volatile/cache/swap/swapfile: swapon failed: Invalid argument any idea? thanks again. best regards, Julian. -- View this message in context: http://gnuradio.4.n7.nabble.com/installing-gnuradio-e110-tp47730p47784.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
