All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.69-bk1[23] kconfig loop
@ 2003-05-19 18:21 Adam J. Richter
  2003-05-19 18:45 ` Danny ter Haar
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Adam J. Richter @ 2003-05-19 18:21 UTC (permalink / raw)
  To: linux-kernel

        If I run "make oldconfig" under linux-2.5.69-bk12
and select "m" for CONFIG_USB_GADGET, I am asked a question
or two about USB gadget interfaces that I might want, and
then the build process gets into an infinite loop.  If I set
CONFIG_USB_GADGET to "n", then everything is fine.

        I expect there is no input that is supposed to cause
"make oldconfig" to go into an infinite loop, so this must at
least be a kconfig bug.  Here is a transcript of the interation
that leads to the infinite loop:


Support for USB Gadgets (USB_GADGET) [N/m/y/?] (NEW) m
  USB Peripheral Controller Support
    NetChip 2280 USB Peripheral Controller (USB_NET2280) [N/m/?] (NEW) m
  USB Gadget Drivers
    Gadget Zero (DEVELOPMENT) (USB_ZERO) [N/m/?] (NEW) m
    Ethernet Gadget (USB_ETH) [N/m/?] (NEW) m
[Infinite loop starts here.  The following lines repeat forever,
non-interactively.  They just go scrolling by.]
*
* Restart config...
*
*
* Support for USB Gadgets
*
Support for USB Gadgets (USB_GADGET) [M/n/y/?] m
  USB Peripheral Controller Support
    NetChip 2280 USB Peripheral Controller (USB_NET2280) [M/n/?] m
  USB Gadget Drivers
    Gadget Zero (DEVELOPMENT) (USB_ZERO) [M/n/?] m
make: *** [oldconfig] Interrupt


Adam J. Richter     __     ______________   575 Oroville Road
adam@yggdrasil.com     \ /                  Miplitas, California 95035
+1 408 309-6081         | g g d r a s i l   United States of America
                         "Free Software For The Rest Of Us."

^ permalink raw reply	[flat|nested] 13+ messages in thread
* dhcp
@ 2004-08-17  9:30 swissguy
  0 siblings, 0 replies; 13+ messages in thread
From: swissguy @ 2004-08-17  9:30 UTC (permalink / raw)
  To: netfilter

hello

i have a strange problem, not sure whats going on. i
have  a dhcp3-server on a machine. the server is serves
to eth1 and eth2 addresses. now i would like to block
the server (so that a client cant send a request
anymore).

but so far i dont even manage to block the dhcprequest
with the default policy drop.

i have all 3 tables all chains drop
i dont have any rule

but when i do tcpdump i can see the following

192.168.5.30 bootpc > 192.168.5.1 bootps ......
192.168.5.1 bootps > 192.168.5.30.bootpc ....

what is going on? does dhcp-request goes somehow over
layer2?

or am i missing the big picture?

thanks
francis


^ permalink raw reply	[flat|nested] 13+ messages in thread
* RE: dhcp
@ 2004-08-17 12:10 Jason Opperisano
  0 siblings, 0 replies; 13+ messages in thread
From: Jason Opperisano @ 2004-08-17 12:10 UTC (permalink / raw)
  To: netfilter

> i have a strange problem, not sure whats going on. i
> have  a dhcp3-server on a machine. the server is serves
> to eth1 and eth2 addresses. now i would like to block
> the server (so that a client cant send a request
> anymore).
>
> but so far i dont even manage to block the dhcprequest
> with the default policy drop.
>
> i have all 3 tables all chains drop
> i dont have any rule
>
> but when i do tcpdump i can see the following
>
> 192.168.5.30 bootpc > 192.168.5.1 bootps ......
> 192.168.5.1 bootps > 192.168.5.30.bootpc ....
>
> what is going on? does dhcp-request goes somehow over
> layer2?

depends on the dhcpd implementation.  some dhcpd's operate at the BPF layer (layer 2-ish), so the packets will be received by the daemon before netfilter has a chance to block them [*].

if you want to block access to it--why not just shut the daemon down?  if you're trying to allow dhcp to a few known clients and block all other access--try the "deny unknown clients" option in dhcpd.conf.

[*] you could also play with "-m mac --mac-source [!] XX:XX:XX:XX:XX:XX" in netfilter to see if that helps you.

-j


^ permalink raw reply	[flat|nested] 13+ messages in thread
* DHCP
@ 2005-06-24 20:51 Ron Desmarais
  0 siblings, 0 replies; 13+ messages in thread
From: Ron Desmarais @ 2005-06-24 20:51 UTC (permalink / raw)
  To: xen-devel

I have managed to start xen and open serveral domains using Scientific
Linux images with the FC4xenU kernel.  I set the IP address manaually in
each domain and then I can ssh to them and between them.  

Now I want to use our networks existing DHCP server.  The tutorials
indicate that I only need set the dhcp='dhcp' in the domain start up
script.  This does not appear to work. 

As well, if I use dhclient eth0 from within the domain, it will fail by
not receivng any DHCP offers.  

any ideas?
-- 
Ron Desmarais <rd@uvic.ca>

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-06-24 20:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-19 18:21 2.5.69-bk1[23] kconfig loop Adam J. Richter
2003-05-19 18:45 ` Danny ter Haar
2003-05-19 18:58 ` Eli Carter
2003-05-19 21:15 ` Roman Zippel
2003-05-20  2:38 ` DHCP Gerald Stuhrberg
2003-05-20  2:46 ` DHCP Gerald Stuhrberg
2003-05-20  2:54   ` DHCP William Lee Irwin III
2003-05-20 16:48   ` DHCP Bryan O'Sullivan
2003-05-20 17:19     ` DHCP Richard B. Johnson
2003-05-20 18:39       ` DHCP Bryan O'Sullivan
  -- strict thread matches above, loose matches on Subject: below --
2004-08-17  9:30 dhcp swissguy
2004-08-17 12:10 dhcp Jason Opperisano
2005-06-24 20:51 DHCP Ron Desmarais

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.