Re: savecore: reboot after panic:

2008-03-04 Thread Fratiman Vladut
Any idea when is planning to implement mask classifiers into pf? This really help in dummynet, to simplify rules set. Adrian Penisoara wrote: Hi, On Tue, Mar 4, 2008 at 5:48 PM, Fratiman Vladut <[EMAIL PROTECTED]> wrote: With *kgdb* , obtain this: Unread portion of the kernel message buffe

Re: run sh script at boot time on freebsd

2008-03-04 Thread Fratiman Vladut
I have an file /etc/rc.d/localpkg. After read this file, i see that only script with extension .sh, are considered to run at boot time. So i modify my scripts according with that, and now run without any problem. Thanks for reply. Adrian Penisoara wrote: Hi, On Tue, Mar 4, 2008 at 6:23 PM, F

Re: run sh script at boot time on freebsd

2008-03-04 Thread Fratiman Vladut
Is set, but not work. For example, i have script to launch opendchub daemon: name of file: opendchub content: #! /bin/sh case "$1" in start) [ -x /usr/local/bin/opendchub ] && /usr/local/bin/opendchub -w /usr/local/etc/ -l /var/log/opendchub.log> /dev/null && echo 'Started opendchub'

Re: run sh script at boot time on freebsd

2008-03-04 Thread Adrian Penisoara
Hi, On Tue, Mar 4, 2008 at 6:23 PM, Fratiman Vladut <[EMAIL PROTECTED]> wrote: > Is set, but not work. > For example, i have script to launch opendchub daemon: > name of file: opendchub > content: > #! /bin/sh > > case "$1" in > start) > [ -x /usr/local/bin/opendchub ] && > /usr/local/bin/ope

Re: savecore: reboot after panic:

2008-03-04 Thread Adrian Penisoara
Hi, On Tue, Mar 4, 2008 at 5:48 PM, Fratiman Vladut <[EMAIL PROTECTED]> wrote: > With *kgdb* , obtain this: > Unread portion of the kernel message buffer: > panic: vm_fault: fault on nofault entry, addr: e13d > cpuid = 0 > Uptime: 1h8m8s > Physical memory: 882 MB > Dumping 63 MB: 48 32 16 > >

Re: kern/121122: [ipfw] [patch] add support to ToS IP PRECEDENCE fields

2008-03-04 Thread Roman Bogorodskiy
Andrey V. Elsukov wrote: > [EMAIL PROTECTED] wrote: >> Synopsis: [ipfw] [patch] add support to ToS IP PRECEDENCE fields >> Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw >> Responsible-Changed-By: araujo >> Responsible-Changed-When: Tue Feb 26 19:08:49 UTC 2008 >> Responsible-Changed-Wh

Re: savecore: reboot after panic:

2008-03-04 Thread Fratiman Vladut
With *kgdb* , obtain this: Unread portion of the kernel message buffer: panic: vm_fault: fault on nofault entry, addr: e13d cpuid = 0 Uptime: 1h8m8s Physical memory: 882 MB Dumping 63 MB: 48 32 16 #0 doadump () at pcpu.h:195 195 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kg

Re: ipfw modip [DF|TOS|DSCP|TTL]

2008-03-04 Thread Vadim Goncharov
04.03.08 @ 09:23 Marcelo Araujo wrote: Hi all, I started a work to create a new function called of modip, but I've some doubts around this implementation. I created inside of ipfw2.c a case statement called of TOK_SETMODIP, I check if user passed one of the options(DF,TOS,DSCP,TTL), after set an

IPFW2 script with natd and dummynet (loadsharing)

2008-03-04 Thread René Vestergaard
I am trying to have both natd (divert) and loadsharing (pipe/queue) in the same IPFW2 firewall script. It works partly. That is, something is wrong because, pipe-bandwidth does not at all match the measured and by using the log-facility I found that the following package enter the script at

Re: run sh script at boot time on freebsd

2008-03-04 Thread Adrian Penisoara
Hi, This is better suited for freebsd-questions mailing list. On Mon, Mar 3, 2008 at 10:34 PM, Fratiman Vladut <[EMAIL PROTECTED]> wrote: > I have some sh scripts, that works just fine on freebsd 5.4. > After installed FreeBsd 7, this script won't run at startup. I put this > scripts in /usr/l

Re: savecore: reboot after panic:

2008-03-04 Thread Adrian Penisoara
Hi, On Mon, Mar 3, 2008 at 10:31 PM, Fratiman Vladut <[EMAIL PROTECTED]> wrote: > Hi! > I try to implement some load balancing using pf. I use also ipfw for > traffic shaping. Have you tried to use traffic shaping with ALTQ inside pf ? Perhaps there is a negative side-effect when combining ipfw