Re: cannot set IP for ethernet

2007-06-13 Thread Oliver Neukum
Am Dienstag, 12. Juni 2007 schrieb Patrick McHardy: Oliver Neukum wrote: with 2.6.22-rc4-git2 I am getting errors when setting IP for ethernet interfaces: ioctl(4, SIOCSIFADDR, 0x7fff94931600) = -1 ENOBUFS (No buffer space available) The error is independant of the interface.

Re: cannot set IP for ethernet

2007-06-13 Thread Patrick McHardy
Oliver Neukum wrote: Am Dienstag, 12. Juni 2007 schrieb Patrick McHardy: Oliver Neukum wrote: with 2.6.22-rc4-git2 I am getting errors when setting IP for ethernet interfaces: ioctl(4, SIOCSIFADDR, 0x7fff94931600) = -1 ENOBUFS (No buffer space available) The error is independant of the

Re: cannot set IP for ethernet

2007-06-13 Thread Oliver Neukum
Am Mittwoch, 13. Juni 2007 schrieb Patrick McHardy: Oliver Neukum wrote: Am Dienstag, 12. Juni 2007 schrieb Patrick McHardy: Oliver Neukum wrote: with 2.6.22-rc4-git2 I am getting errors when setting IP for ethernet interfaces: ioctl(4, SIOCSIFADDR, 0x7fff94931600) = -1 ENOBUFS (No

Re: cannot set IP for ethernet

2007-06-13 Thread Oliver Neukum
Am Mittwoch, 13. Juni 2007 schrieb Patrick McHardy: Oliver Neukum wrote: Am Mittwoch, 13. Juni 2007 schrieb Patrick McHardy: This can happen if the initial inetdev allocation when the netdevice is registered fails. I think it would make sense to try to allocate again when adding addresses

Re: cannot set IP for ethernet

2007-06-13 Thread Patrick McHardy
Oliver Neukum wrote: Am Mittwoch, 13. Juni 2007 schrieb Patrick McHardy: This can happen if the initial inetdev allocation when the netdevice is registered fails. I think it would make sense to try to allocate again when adding addresses in that case, otherwise there is no way of recovery other

Re: cannot set IP for ethernet

2007-06-13 Thread Herbert Xu
On Tue, Jun 12, 2007 at 04:06:25PM +0200, Patrick McHardy wrote: Oliver Neukum wrote: with 2.6.22-rc4-git2 I am getting errors when setting IP for ethernet interfaces: ioctl(4, SIOCSIFADDR, 0x7fff94931600) = -1 ENOBUFS (No buffer space available) The error is independant of the

Re: cannot set IP for ethernet

2007-06-13 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Thu, 14 Jun 2007 13:53:41 +1000 Actually in his case it's because 2.6.22-rc4-git2 doesn't have the following changeset. It's on the way, it just hasn't been picked up yet. - To unsubscribe from this list: send the line unsubscribe netdev in the body of

Re: cannot set IP for ethernet

2007-06-12 Thread Patrick McHardy
Oliver Neukum wrote: with 2.6.22-rc4-git2 I am getting errors when setting IP for ethernet interfaces: ioctl(4, SIOCSIFADDR, 0x7fff94931600) = -1 ENOBUFS (No buffer space available) The error is independant of the interface. It happens to all interfaces. There's nothing in the syslog.