error when i change the sysctl env

2005-12-04 Thread
 freebsd6.0+ipfilter ,
i use the ipfilter like a firewall proxy my lan connect to the internet
, on my old computer , i use freebsd5.4 and  write the follow lan to the
file sysctl.conf

net.inet.ipf.fr_tcpclosewait=120"
net.inet.ipf.fr_tcplastack=120
net.inet.ipf.fr_tcptimeout=240
net.inet.ipf.fr_tcpclosed=60
net.inet.ipf.fr_tcphalfclosed=300
net.inet.ipf.fr_udptimeout=90
net.inet.ipf.fr_icmptimeout=35

and work fine ,but in the machine of freebsd6.0 ,when boot up ,the system
tall me the device is busy ,and the sysctl env is not alive .i think write
it to the file /boot/loader.conf will be ok  ,but it is not work yet  ,i
dont know what can use that sysctl env  ???
thanks ...

--
==
NAME :webnamechina
N U M :9809338
[EMAIL PROTECTED]
==
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: schedule a script at "system startup"

2005-12-04 Thread
sometime ,you can use the commant : su - usename -c commant

man su

you will find it..good luck


On 12/4/05, Svein Halvor Halvorsen <
[EMAIL PROTECTED]> wrote:
>
>
> * Ian Lord [2005-12-03 20:18 -0500]
> >  I would like to run a shell script at system startup which needs to run
> under
> >  a specific uid...
> >
> >  I don't see anything for this in man cron...
>
> See crontab(5)
>
> You can use the @reboot magic to make cron run a script once, at startup.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>



--
==
NAME :webnamechina
N U M :9809338
[EMAIL PROTECTED]
==
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"