Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gqrx filled my root filesystem #36

Closed
g0hww opened this issue Feb 6, 2012 · 4 comments
Closed

gqrx filled my root filesystem #36

g0hww opened this issue Feb 6, 2012 · 4 comments
Labels

Comments

@g0hww
Copy link

g0hww commented Feb 6, 2012

My new Linux laptop moaned the other day about having a full root FS, which is on a separate 59GB partition from /home. After a little digging it turned out that a pair of files in /tmp were being continually written to by gqrx. gqrx seems so stable on my new laptop that I have a habit of leaving it running continuously, and these files can get quite big.

I thought that I may have enabled recording, but subsequently I've concluded that gqrx just writes to these files all the time. It seems to overwrite them next time it is started.

darren@len:~/src$ ll /tmp | grep gqrx
-rw-rw-r-- 1 darren darren 2811801600 2012-02-06 19:12 gqrx.bin
-rw-rw-r-- 1 darren darren 351473664 2012-02-06 19:12 gqrx.wav

I'm running from the git tip, this is the latest change:

commit 80ed78c
Merge: cfad8ec 6180f8b
Author: Alexandru Csete oz9aec@gmail.com
Date: Wed Feb 1 13:01:21 2012 -0800

Merge pull request #35 from jrcutler/master

Implemented FCD frequency correction

Cheers,

Darren, G0HWW

@g0hww
Copy link
Author

g0hww commented Feb 6, 2012

Sorry, I seem to have inadvertently discovered some unexpected formatting mechanism and didn't preview.

@csete
Copy link
Collaborator

csete commented Feb 6, 2012

Hi Darren,

Thanks for reporting this. It is probably the stupidest mistake I have ever made - and hopefully the stupidest I will ever make ;-)
It should be fixed in the last commit: 5152e47
You will still get a /tmp/gqrx.bin file, but it will be 0 bytes.

@g0hww
Copy link
Author

g0hww commented Feb 6, 2012

No worries. The fix works for me :)

@g0hww
Copy link
Author

g0hww commented Feb 6, 2012

Note that the .wav file remains in the /tmp directory and needs to be manually purged.

@csete csete closed this as completed Feb 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants