Results 1 to 4 of 4
vortex named # ip tunnel add sit0 mode sit ttl 64 remote 206.123.31.115
ioctl: No buffer space available
Anyone get that error before?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-04-2003 #1Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
ioctl: No buffer space available
vortex named # ip tunnel add sit0 mode sit ttl 64 remote 206.123.31.115
ioctl: No buffer space available
Anyone get that error before?
- 09-04-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Certainly not. Are you sure that you actually have memory available?
- 09-04-2003 #3Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
There is plenty of unused swap so yes I do.
- 09-04-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Hmmm... I wonder. I checked the kernel source yesterday, but I don't really remember everything that I checked exactly. Due to lazy programming, this ioctl will return ENOBUFS even if it is register_netdevice() that fails. I guess that could happen if sit0 already exists. Did you check with ifconfig -a?


Reply With Quote
