[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error 105
- Date: Thu, 30 Sep 2004 16:38:16 -0500
- From: norume at aps.anl.gov (Eric Norum)
- Subject: error 105
Steve Holle wrote:
> I'm trying to get BOOTP running, and when I enable it I get the following :
>
> RTEMS: BOOTP call failed -- error 105
>
> Where would I find out what error 105 is?
> Any idea what's causing it?
Error codes are listed in <arch>-rtems/include/sys/errno.h:
#define ENOBUFS 105 /* No buffer space available */
So, I'd say that you've run out of memory or mbufs.
--
Eric Norum norume at aps.anl.gov
Advanced Photon Source Phone: (630) 252-4793
Argonne National Laboratory
- References:
- error 105
- From: sholle at link-comm.com (Steve Holle)