discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error 28


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Error 28
Date: Wed, 04 Dec 2013 19:31:43 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

Useful list! Thank you!
That code comes from "errno", which are the integer return codes from system calls.

Many Linuxes have a "perror" command line tool that can translate these into text:

perror 28

Might have worked for you. Although, it's considered "polite" for programs, when getting an error return from a kernel call to use the programmatic equivalent of "perror" on return codes to give a more meaningful result.




--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org




reply via email to

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