Re: AMD64 optimization on FreeBSD 5.4 i386

2005-04-04 Thread Conrad J. Sabatier
On Mon, 4 Apr 2005 09:35:32 +0200, Bachelier Vincent <[EMAIL PROTECTED]> wrote: > Hi, I have a AMD64 and use FreeBSD 5.4 i386. Why aren't you using the amd64 version of FreeBSD? > I have set CPUTYPE=k8 to optimize a little for my computer. > I have seen they set march=athlon-mp when it compile s

dummynet problems

2005-04-04 Thread Sergey Lapin
Hi, all! Here I have a problem with dummynet. System is FreeBSD-5.3-STABLE month ago. we have very small bandwidth from LAN. rl0 is internal interface. ipfw rukes are (fwcmd=/sbin/ipfw): ${fwcmd} pipe 1 config bw 60Kbit/s ${fwcmd} add 778 pipe 1 tcp from any 25,43,53,80,110,119,123,143,953,5

Re: just got DSL, can't surf or get mail

2005-04-04 Thread [EMAIL PROTECTED]
On Sun, 03 Apr 2005 20:06:16 -0500 Brian John <[EMAIL PROTECTED]> wrote: > Ok, I think you may have pointed me to the source of the problem. > Here is what my resolv.conf looks like after every time I reboot my > compuer: search domain.actdsltmp > nameserver 192.168.0.1 > nameserver 205.171.3.65

Re: freebsd disc 1

2005-04-04 Thread Andrew P.
Gert Cuykens wrote: Who do i ask if he / she would like to put this to the distribution list [ ] cvsupdate-nogui Cant we make some user freebsd-voting list were we can vote for changes :) Come to think about it, I kinda miss this option, too. Best wishes, Andrew P. __

Re: exec make buildworld

2005-04-04 Thread Andrew P.
Jonathan Chen wrote: On Mon, Apr 04, 2005 at 06:16:14AM +0200, Gert Cuykens wrote: On Apr 4, 2005 6:07 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: Is it possible to do a ssh conection then do exec make buildworld on the remote system close the conection and do a conection again later and get the ou

Re: HZ=1000 ?

2005-04-04 Thread cpghost
On Mon, Apr 04, 2005 at 11:17:19AM +0200, Dick Hoogendijk wrote: > I read about polling and HZ=1000. The latter is not high enough for > vmware3 (it complains..). I read 'man polling' and learn something about > this, but I really want to know more about 'hz=1000' > > The GENERIC has hz=100 as I r

HZ=1000 ?

2005-04-04 Thread Dick Hoogendijk
I read about polling and HZ=1000. The latter is not high enough for vmware3 (it complains..). I read 'man polling' and learn something about this, but I really want to know more about 'hz=1000' The GENERIC has hz=100 as I recall (fbsd-4.11). Can somebody explain I "human language" what happens if

Re: portupgrade questions

2005-04-04 Thread Richard Danter
Thanks all for the help, it is working perfectly now! Rich RW wrote: On Wednesday 30 March 2005 10:55, Darksidex wrote: Richard Danter wrote: 1. If I do "portupgrade -rR port" it will recompile the new version of "port" and related ports as expected but it will also try to compile up any packages t

Re: sendmail

2005-04-04 Thread Erik Nørgaard
Gert Cuykens wrote: On Apr 1, 2005 9:59 AM, Erik Nørgaard <[EMAIL PROTECTED]> wrote: As everyone else notes, this is not a job for e-mailing. Even if you want to e-mail the file, it is not a job for sendmail. When you send attachments they are typically base64 encoded, this explodes the file from 5

Layer7 sniffer

2005-04-04 Thread Omer Faruk Sen
Hi, I am looking for a software that can extract and produce HTML outputs (online and offline) of my gateway. I mean something like ntop but software should produce http statics (Who and when a http site visited and things like that) too. Since I am not going to install this on my gateway I w

Re: AMD64 optimization on FreeBSD 5.4 i386

2005-04-04 Thread Andrew P.
Dick Hoogendijk wrote: On 04 Apr Bachelier Vincent wrote: Does I compile with march=k8 under cflags ? for example: CFLAGS=-O2 -march=k8 -pipe CXXFLAGS=$CFLAGS Well, what do you think ? could I optimize more than CPUTYPE=k8 ? Don't have an answer to /your/ question, but mine is related

Re: IPFILTER and NFS

2005-04-04 Thread Erik NÃrgaard
Matt Juszczak wrote: ---snip--- # Default pass out pass out quick on em0 all keep state # Fragmented/Short/Opts/Fprinting packets block in quick on em0 all with ipopts block in quick on em0 all with frag block in quick on em0 proto tcp all with short block in quick on em0 proto tcp all flags FUP #

Re: ipfilter.log

2005-04-04 Thread Erik Nørgaard
Francis Whittington wrote: Hi guys, I've been following this guide: http://www.unixguide.net/freebsd/fbsd_installguide/index.php So far I have gotten the firewall/router to work. Everything seems to be okay, except I do not see anything being logged in ipfilter.log. My rc.conf options are: mo

Re: AMD64 optimization on FreeBSD 5.4 i386

2005-04-04 Thread Dick Hoogendijk
On 04 Apr Bachelier Vincent wrote: > Does I compile with march=k8 under cflags ? > for example: CFLAGS=-O2 -march=k8 -pipe >CXXFLAGS=$CFLAGS > > Well, what do you think ? > could I optimize more than CPUTYPE=k8 ? > ok see ya Don't have an answer to /your/ question, but mine is related

Re: exec make buildworld

2005-04-04 Thread Jonathan Chen
On Mon, Apr 04, 2005 at 06:16:14AM +0200, Gert Cuykens wrote: > On Apr 4, 2005 6:07 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote: > > Is it possible to do a ssh conection then do exec make buildworld on > > the remote system close the conection and do a conection again later > > and get the output fr

Re: just got DSL, can't surf or get mail

2005-04-04 Thread Jonathan Chen
On Sun, Apr 03, 2005 at 08:06:16PM -0500, Brian John wrote: [...] > Ok, I think you may have pointed me to the source of the problem. Here > is what my resolv.conf looks like after every time I reboot my compuer: > search domain.actdsltmp > nameserver 192.168.0.1 > nameserver 205.171.3.65 If /e

AMD64 optimization on FreeBSD 5.4 i386

2005-04-04 Thread Bachelier Vincent
Hi, I have a AMD64 and use FreeBSD 5.4 i386. I have set CPUTYPE=k8 to optimize a little for my computer. I have seen they set march=athlon-mp when it compile something. Ok, I have see they is a difference between march=k8 and march=athlon-mp Have a idea ? Does I compile with march=k8 under cflags

Re: Some kind of intranet update system for FreeBSD?

2005-04-04 Thread Richard Caley
> > It builds them all, but instals teh first one on this machine. > > > Would it build all the modules three time, I wonder? Seems to, but who cares? CPU cycles are cheap. I build on the machine which serves as the mail/news/dns/etc server, which is basicly idle all the time (those services ju

Re: Formating a 1680k floppy

2005-04-04 Thread Jason Taylor
Kevin G. Eliuk wrote: Jason Taylor wrote: How do I format a 1680k floppy? I tried: %fdformat -s 2180 /dev/fd0 That just produces a line of errors. That is ... instead of I'm able to format the same floppy in Windows using WinImage. Are you sure you don't mean 1720k? Look at "

<    1   2