Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread supraexpress
I have never had a problem with "sysctl -a" on any desktop system that I
have had (Dell, Gateway, custom).



On  4 Sep, Mark Murray wrote:
> Doug Barton writes:
>> I've seen this problem on my compaq evo n610c as well, but didn't
>> realize it was affecting other hardware as well. I tried to stir up
>> interest in getting the acpi problem fixed, but wasn't successful.
> 
> Hmmm :-(
> 
>> Mark, ok with you if I nuke the sysctl -a line in rc.d/initrandom? I
>> hate to lose that source (no matter how small), but if the "can't finish
>> sysctl -a" cancer is spreading...
> 
> I'd really rather see sysctl fixed, rather than weakening Innocent
> Bystanders, but I'm not going to force this issue. So, reluctantly,
> yes, if you can't find a better place to hack a fix.
> 
> M
> --
> Mark Murray
> iumop ap!sdn w,I idlaH
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Mark Murray
Doug Barton writes:
> I've seen this problem on my compaq evo n610c as well, but didn't
> realize it was affecting other hardware as well. I tried to stir up
> interest in getting the acpi problem fixed, but wasn't successful.

Hmmm :-(

> Mark, ok with you if I nuke the sysctl -a line in rc.d/initrandom? I
> hate to lose that source (no matter how small), but if the "can't finish
> sysctl -a" cancer is spreading...

I'd really rather see sysctl fixed, rather than weakening Innocent
Bystanders, but I'm not going to force this issue. So, reluctantly,
yes, if you can't find a better place to hack a fix.

M
--
Mark Murray
iumop ap!sdn w,I idlaH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Putinas
But I wonder, what sysctl has to do with hardware ?

  - Original Message - 
  From: Doug Barton 
  To: Putinas 
  Cc: [EMAIL PROTECTED] ; Mark Murray 
  Sent: Thursday, September 04, 2003 18:30 PM
  Subject: Re: Entropy harvesting: interrupts ethernet point_to_point 


  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1

  I've seen this problem on my compaq evo n610c as well, but didn't
  realize it was affecting other hardware as well. I tried to stir up
  interest in getting the acpi problem fixed, but wasn't successful.

  Mark, ok with you if I nuke the sysctl -a line in rc.d/initrandom? I
  hate to lose that source (no matter how small), but if the "can't finish
  sysctl -a" cancer is spreading...

  Doug

  - -- 

  This .signature sanitized for your protection

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.2.3 (FreeBSD)

  iD8DBQE/V2i4yIakK9Wy8PsRAj9xAKDln9La1f89JUzxNm4Q9OlQbFD5PgCgyUuO
  A8HcT5QFudf0ohwrpDebZTE=
  =qrg7
  -END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've seen this problem on my compaq evo n610c as well, but didn't
realize it was affecting other hardware as well. I tried to stir up
interest in getting the acpi problem fixed, but wasn't successful.

Mark, ok with you if I nuke the sysctl -a line in rc.d/initrandom? I
hate to lose that source (no matter how small), but if the "can't finish
sysctl -a" cancer is spreading...

Doug

- -- 

This .signature sanitized for your protection

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/V2i4yIakK9Wy8PsRAj9xAKDln9La1f89JUzxNm4Q9OlQbFD5PgCgyUuO
A8HcT5QFudf0ohwrpDebZTE=
=qrg7
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Putinas
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: [EMAIL PROTECTED]
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 -T, and report back the status line that
you get in response.

Thanks!

M
--
Mark Murray
iumop ap!sdn w,I idlaH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Vaidas Damosevicius

On Thu, 4 Sep 2003, Putinas wrote:

> 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 *

Strange, but the same problem I had on my Compaq Evo N610C with ACPI
turned on. Without ACPI all works well ...

>
> Regards,
> Putinas Piliponis
>

vd

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Mark Murray
"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 -T, and report back the status line that
you get in response.

Thanks!

M
--
Mark Murray
iumop ap!sdn w,I idlaH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Dag-Erling Smørgrav
"Putinas" <[EMAIL PROTECTED]> writes:
> 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 ?

Try adding 'set -x' at the top of /etc/rc (not before the #!/bin/sh
line, though), and you should see what command is executed before the
script hangs.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Putinas
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 *

Regards,
Putinas Piliponis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"