discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Ubuntu: Pybombs install UHD hangs at 6%?


From: Ron Economos
Subject: Re: [Discuss-gnuradio] Ubuntu: Pybombs install UHD hangs at 6%?
Date: Wed, 16 Oct 2019 13:22:11 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

Most likely you're running out of memory. Try creating a swap file.

sudo fallocate -l 2G /swapfile

sudo chmod 600 /swapfile

sudo mkswap /swapfile

sudo swapon /swapfile

To make it permanent, add this line to /etc/fstab

/swapfile  none  swap  sw  0  0

Ron

On 10/16/19 12:49, Eamon Heaney wrote:
Hi,

I'm trying to get Bastib's gr-foo working on a raspberry pi. The OS is Ubuntu Mate, freshly installed. I installed gnuradio with Pybombs, and that's working fine, but when I try to "pybombs install uhd," it hangs 6% of the way through "Building..."

I interrupted it after it didn't budge for half an hour.

Screenshot of the problem attached. Any idea why this is happening?

--
Eamon Heaney
Fleet Commander
President, Model UN at Virginia Tech

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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