discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] installing gnuradio e110


From: julian
Subject: Re: [Discuss-gnuradio] installing gnuradio e110
Date: Fri, 25 Apr 2014 08:19:21 -0700 (PDT)

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

address@hidden:~# sudo mkdir -p /var/cache/swap/   
address@hidden:~# 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
address@hidden:~# sudo chmod 0600 /var/cache/swap/swapfile 
address@hidden:~# sudo mkswap /var/cache/swap/swapfile 
Setting up swapspace version 1, size = 131068 KiB
no label, UUID=7921823e-1a0e-423d-bd8f-af5aef73efbe
address@hidden:~# 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:
address@hidden:~# 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]