Date: Thu, 4 Sep 2003 14:33:41 +0200 From: "Putinas" <pilkis@gmx.net> To: <freebsd-current@FreeBSD.ORG> Subject: Re: Entropy harvesting: interrupts ethernet point_to_point Message-ID: <00ee01c372e0$c80557e0$0464a8c0@spotripoli.local>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_00EB_01C372F1.89B2D830 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit load: 0.95 cmd: sysctl 110 [running] 2.51m(micro) 12.00s 0% 436k ( here is output from ctrl-t ) I did like sugested before , hanging point is: [ -w /dev/random ] feed_dev_random /entropy [ -f /entropy -a -r /entropy -a -s /entropy ] cat /entropy dd of=/dev/random bs=8k dd of=/dev/random bs=8k ps -fauxww sysctl -a Actually what I forgot to tell in my previous mail what sysctl -a stoped working for me, but now I see what this is actually and IS the problem. if I do sysctl -a from console the last things what its output is: net.inet.ipf.fr_minttl: 3 net.inet.ipf.fr_minttllog: 1 thats it , here I have to press ctrl-c and also part of my custom kernel, I tried to commend RANDOM_IP_ID, PFIL_HOOKS but I got same results : options INCLUDE_CONFIG_FILE options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPV6FIREWALL #firewall for IPv6 options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options IPSTEALTH #support for stealth forwarding options PFIL_HOOKS options TCPDEBUG options RANDOM_IP_ID options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN options DUMMYNET options BRIDGE options DEVICE_POLLING ----- Original Message ----- From: Mark Murray To: Putinas Cc: freebsd-current@freebsd.org Sent: Thursday, September 04, 2003 12:40 PM Subject: Re: Entropy harvesting: interrupts ethernet point_to_point "Putinas" writes: > Hi all, > on the recent src with custom compiled kernel ( generic minus some stuff > what I don't need ) with firewall compiled in kernel , system infinitely > hangs on boot unless I press ctrl-c at this point: > Entropy harvesting: interrupts ethernet point_to_point > Same things happens on two different computers with nearly similar custom > kernel configuration > Could you tell me, what's causing the problem ? > * If needed I can submit my kernel configuration * When it hangs, please press <ctrl>-T, and report back the status line that you get in response. Thanks! M -- Mark Murray iumop ap!sdn w,I idlaH _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" ------=_NextPart_000_00EB_01C372F1.89B2D830--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ee01c372e0$c80557e0$0464a8c0>