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 linux-kernel" in t

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 inde

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 >

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

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, 0x7fff94

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 erro

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 th

Re: cannot set IP for ethernet

2007-06-12 Thread Oliver Neukum
Am Dienstag, 12. Juni 2007 schrieb Jan Engelhardt: > > On Jun 12 2007 16:13, Oliver Neukum wrote: > >> On Jun 12 2007 14:41, Oliver Neukum wrote: > >> > > >> >with 2.6.22-rc4-git2 I am getting errors when setting IP for ethernet > >> >interfaces: > >> > > >> >ioctl(4, SIOCSIFADDR, 0x7fff94931600)

Re: cannot set IP for ethernet

2007-06-12 Thread Patrick McHardy
Jan Engelhardt wrote: > On Jun 12 2007 16:13, Oliver Neukum wrote: > >>>On Jun 12 2007 14:41, 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 avail

Re: cannot set IP for ethernet

2007-06-12 Thread Jan Engelhardt
On Jun 12 2007 16:13, Oliver Neukum wrote: >> On Jun 12 2007 14:41, 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) Do you run VPN or

Re: cannot set IP for ethernet

2007-06-12 Thread Oliver Neukum
Am Dienstag, 12. Juni 2007 schrieb Jan Engelhardt: > > On Jun 12 2007 14:41, 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) > > And if you

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

Re: cannot set IP for ethernet

2007-06-12 Thread Jan Engelhardt
On Jun 12 2007 14:41, 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) And if you do it over netlink, as is common today? Jan -- - To unsubscr