Displaying 11 results from an estimated 11 matches for "device_polling".
2006 Mar 27
1
watchdog network card
Hi all
I've very big problem with my nfsd server.
I'm running FreeBSD-stable and sometime (one time/week) i've this kind of
message on the console :
bge0 watchdog timeout problems
fxp1 watchdog timeout problems
and all my network card is down. Nothing can make the network card work
again (only reboot working).
There are only one service I need on this server and
2003 Sep 02
0
kern/55727: rl(4) not working in recent 4.8-STABLE: watchdog timeout
...ry, download
> the driver from:
>
> http://www.freebsd.org/~wpaul/RealTek/4-stable
>
> Copy the version of if_rl.c and if_rlreg.h from that location into
> /sys/pci and see if they work.
>
> -Bill
H!
I think I've found traces of breakage.
My kernel contains options DEVICE_POLLING. However, I did not enable
polling using sysctl. Now I've got your last version and deleted
DEVICE_POLLING from the kernel. And all cards started to work as before.
Hope this will help.
Eugene Grosbein
2003 Apr 08
7
4.8-STABLE Kernel Panic with dummynet options.
I first met this problem when our (60 students) internetgateway refused to
boot its new kernel, it was a 4.7-RELEASE. Then i loaded the old kernel and
went home to check if my 4.8-STABLE does likewise. And the answer was yes!
Both kernels were GENERIC + these options taken from the dummynet man pages:
options DUMMYNET
options NMBCLUSTERS
options HZ
When i boot the machine
2003 May 14
0
kernel conf not applied to modules?
On FreeBSD 4.7
I noticed that when compiling kernel modules, the kernel options are not
available to the modules.
For example, my if_em.ko is not being compiled with the DEVICE_POLLING
configuration
It looks like "-include opt_global.h" is not being applied when compiling
the module.
Kernel compilation of if_em.c:
cc -c -O2 -pipe -malign-loops=4 -malign-jumps=4 -malign-functions=4
-mcpu=i686 -march=i686 -fno-gcse -DBOOT_COMCONSOLE_SPEED=115200 -Wall
-Wredundant-decls...
2012 Apr 24
1
Attempting to boot into ramdisk on 8.3
...d my kernel config, comments left in
so people can see what I was doing 7.3ish:
28.43d26
< ### FBCD64 SPECIFIC
< #options MD_ROOT_SIZE="524288"
< options GEOM_UZIP
< #options INCLUDE_CONFIG_FILE
< #options ZERO_COPY_SOCKETS
< #options HZ=1000
< #options DEVICE_POLLING
< #options NKPT=600 # not set up on amd64
< #
< # Debugging
< options KDB
< options DDB
< options BREAK_TO_DEBUGGER
< options ALT_BREAK_TO_DEBUGGER
Thanks in advance for any assistance!
--
Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org
>&...
2004 Feb 13
3
SYN Attacks - how i cant stop it
...IPSTEALTH (don't touch the ttl/can't see the wall)
> options TCP_DROP_SYNFIN (drop tcp packet with syn+fin/scanner)
> options RANDOM_IP_ID (hard to do calculate ip frekv. number)
> options DUMMYNET (e.g. 40% for web, 30% for mail and so on)
> options DEVICE_POLLING (can't do this short and not with SMP)
> options HZ=1000 (can't do this short and not with SMP)
>
> Sysctl;
> kern.ipc.somaxconn=1024 #this is set high!
> kern.ipc.nmbclusters=65536 #this is set high!
> kern.polling.enable=1 #remember kernel option...
2003 May 16
2
make installworld fails : touch not found ?
...IPV6FIREWALL_VERBOSE_LIMIT=100
options IPV6FIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT #divert sockets
options RANDOM_IP_ID
options ACCEPT_FILTER_DATA
options ACCEPT_FILTER_HTTP
options ICMP_BANDLIM
options DEVICE_POLLING
options FFS #Fast filesystem
options NFS #Network File System
options CD9660 #ISO 9660 filesystem
options CD9660_ROOT #CD-ROM usable as root device
options FFS_ROOT #FFS usa...
2003 Apr 10
0
panic: vinvalbuf: flush failed
...stf # 6to4 IPv6 over IPv4 encapsulation
options IPFIREWALL
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPFW2 # Use next-generation IPFW.
options DUMMYNET
options IPFILTER
options IPFILTER_LOG
options DEVICE_POLLING
options HZ=1000
pseudo-device vn # Vnode driver, see vnconfig(8)
options MSGBUF_SIZE=81920
options AUTO_EOI_1
options MAXCONS=16 # number of virtual consoles
options SC_HISTORY_SIZE=400 # number of history buffer lines...
2006 Mar 06
1
6.1-PRERELEASE nfs root troubles
...loop # Network loopback
device mem # Memory and kernel memory devices
device io # I/O device
device random # Entropy device
device ether # Ethernet support
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device bpf # Berkeley packet filter
options DEVICE_POLLING
-------------- next part --------------
Connected
GDB: no debug ports present
KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All...
2012 Feb 10
21
Reducing the need to compile a custom kernel
Hi,
during some big discussions in the last monts on various lists, one of
the problems was that some people would like to use freebsd-update but
can't as they are using a custom kernel. With all the kernel modules
we provide, the need for a custom kernel should be small, but on the
other hand, we do not provide a small kernel-skeleton where you can
load just the modules you need.
2004 Feb 06
2
IPFIREWALL_DEFAULT_TO_ACCEPT becomes default to deny
Hey Guys,
today I upgraded to 4.8-RELEASE-p15. As usual I set IPFIREWALL to default
accept in my kernel config file.
Config & make weren't complaining so, installed the kernel, reboot and there
it was:
>IP packet filtering initialized, divert disabled, rule-based forwarding
enabled, default to deny, logging disabled
Another rebuild didn't work out so... I reviewed