pf for FreeBSD

2004-09-27 Thread Cristi Tauber
hello folks, i want to install the packet filter for FreeBSD so i recompile the kernel with the options : device bpf options PFIL_HOOKS options RANDOM_IP_ID and installed pf from ports ( i did a cvsup before installing to get the latest ports). Now my

Re: How can I route through a pc that is also using a router??

2004-09-27 Thread Andrew
Hi! Describe the test-machine, please. If both workstations are on the same subnet, you should probably configure the test-machine as an ip-forwarder or even as an ethernet-level bridge. If your personal workstation is on a different subnet, which is not serviced by proxy or dns, you should config

Re: booting beta3 on A7N8X

2004-09-27 Thread Joshua Tinnin
On Monday 13 September 2004 05:54 pm, Joshua Tinnin <[EMAIL PROTECTED]> wrote: > On Monday 13 September 2004 07:09 am, John DeStefano > <[EMAIL PROTECTED]> wrote: > > You might also try disabling ACPI; I have the same board and this > > worked for me. Of course, getting the other onboard stuff to

Dell Remote Access Card 5.2.1

2004-09-27 Thread Jason L. Schwab
Heya Folks; I have multiple machines with Dell Remote Access Card's in them running FreeBSD 5.2.1-RELEASE-p#. I cannot for the life of me, find a way to get the keyboard to work once the machine has booted into FreeBSD. I know on 4.9-X you can set a kernel option that "forces" the machi

Re: IP address conflicts

2004-09-27 Thread russell
On 28/09/2004, at 1:25 PM, Ted Mittelstaedt wrote: or use a tool like arpwatch that is specifically designed to let you know when MAC/IP relationships change on your network. You don't even need to do that - any router on the network is going to log the MAC address because they will see the arp ch

Re: Single Board Computers for FreeBSD

2004-09-27 Thread John Birrell
On Mon, Sep 27, 2004 at 02:42:37PM +0300, Omer Faruk Sen wrote: > Hi, > > I need some suggestions (and maybe URL if you send) for Single Board > Computers that runs FreeBSD without any problem. > > I am sure there are lots of people here that use FreeBSD on a SBC for > different purposes. Can

Re: IP address conflicts

2004-09-27 Thread Tim Aslat
In the immortal words of "Ted Mittelstaedt" <[EMAIL PROTECTED]>... > And, let me guess, most switches purchased at different times, > different models, > different number of ports, etc. Very much so. > And all of them on a single network, not broken up into small subnets > - that is the first mis

Re: Single Board Computers for FreeBSD

2004-09-27 Thread Emanuel Strobl
Am Montag, 27. September 2004 13:42 schrieb Omer Faruk Sen: > Hi, > > I need some suggestions (and maybe URL if you send) for Single Board > Computers that runs FreeBSD without any problem. > > I am sure there are lots of people here that use FreeBSD on a SBC for > different purposes. Can you point

RE: IP address conflicts

2004-09-27 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Tim Aslat > Sent: Sunday, September 26, 2004 9:50 PM > I agree, and this is what we are trying to do. However a school with > 20+ buildings, and 1000+ network points and a considerable number of > switc

How can I route through a pc that is also using a router??

2004-09-27 Thread Mark Jayson Alvarez
Good day! I have two workstations at work, 1 my personal, and the other, a test machine. My boss told me to configure a pcrouter, that is, the testmachine and let my personal pc connect through the internet through the testmachine: Here's the scenario: The testmachine already knows how to con

RE: IP address conflicts

2004-09-27 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of russell > Sent: Sunday, September 26, 2004 10:36 PM > To: bsdfsse > Cc: [EMAIL PROTECTED] > Subject: Re: IP address conflicts > > > or use a tool like arpwatch that is specifically designed to let you > k

Re: Very very slow

2004-09-27 Thread Kris Kennaway
On Mon, Sep 27, 2004 at 07:14:57PM -0500, Kevin D. Kinsey, DaleCo, S.P. wrote: > Kris Kennaway wrote: > > >On Mon, Sep 27, 2004 at 10:16:38AM +0200, Albert Shih wrote: > > > > > >>32 sec to do > >> > >>cd /usr/src > >>time find . -type f -print > /dev/null > >> > >>and on other computer I jus

Problems with USB Detach

2004-09-27 Thread Robert Huff
Thomas Moyer writes: > #!/bin/sh > /usr/bin/killall ppp This may not be the correct tool - see "man pppctl". Robert Huff ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

RE: IP address conflicts

2004-09-27 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Matthew Seaman > Sent: Monday, September 27, 2004 2:22 AM > To: Tim Aslat > Cc: [EMAIL PROTECTED] > Subject: Re: IP address conflicts > > > On Mon, Sep 27, 2004 at 08:51:47AM +0930, Tim Aslat wrote: > > >

Problems with USB Detach

2004-09-27 Thread Thomas Moyer
I have a USB Sony Clie PEG-SJ20 which I have gotten to Sync with jpilot. However the processes that are run when the Clie is attached continue to run even after the Clie is detached. The processes are spawned from usbd.conf with the attach option and should be killed by the detach options. None o

Re: regex replacement wizard advice needed

2004-09-27 Thread Atle Veka
How about something like (assuming space between numbering and paragraph is a tab): perl -pi -e 's,^(\d)\t,$1,' Atle - Flying Crocodile Inc, Unix Systems Administrator ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: Very very slow

2004-09-27 Thread Kevin D. Kinsey, DaleCo, S.P.
Kris Kennaway wrote: On Mon, Sep 27, 2004 at 10:16:38AM +0200, Albert Shih wrote: 32 sec to do cd /usr/src time find . -type f -print > /dev/null and on other computer I just need 0.8 sec to do that. I don't believe that, unless you already have all of /usr/src in cache. 32 seconds

Re: Backup Mail Server Questions

2004-09-27 Thread Danny MacMillan
On Mon, Sep 27, 2004 at 01:38:15PM -0600, Bill Moran wrote: > > > > When I have a choice of punishing idiots or smart people, I punish > idiots. This is excellent. It should be on a bumper sticker or something. > > > Look at the vehicle situation. If people would force stupid drivers > to w

Re: serial port config

2004-09-27 Thread David Rio Deiros
> config: /usr/src/sys/i386/conf/GENERIC:279: devices with zero units are not > likely to be correct > > What file do I add this line to?: > > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 Check out this thread: http://www.webservertalk.com/archive77-2004-1-50488.html ___

Re: Is it safe to run a webserver on 5.x ?

2004-09-27 Thread Alex de Kruijff
On Mon, Sep 27, 2004 at 01:56:27AM -0400, bsdfsse wrote: > > I started running FreeBSD because a friend of mine is going to run a > website on 4.10-STABLE. Someone had told him that 4.x was "safer" to > run than 5.x. > > Recently I had a hardware problems on one of my machines that is forcing

Apache upgrads thrashing certs; index.html.* crud

2004-09-27 Thread Dan Rue
Hey Fellas, Whenever I do an apache upgrade - whether it be apache 1.3 or apache 2, it always spews all these index.html.language files in my web root that I have to go in and remove - but more annoyingly it overwrites my certs in /usr/local/etc/apache[2]/ssl.*. What gives? There a command line

3ddesktop

2004-09-27 Thread Jason
ive installed 3ddesktop 0.2.7 from ports im running x.org 6.7 on a 386 box with a voodoo 3 2000 box.. I have tdfx.ko loaded and dmesg reports info: [drm] Initialized tdfx 1.0.0 20010216 on minor 0 but when I run 3ddesk, I get [EMAIL PROTECTED] 3ddesk Attempting to start 3ddesktop server. Daemon

Re: serial port config

2004-09-27 Thread Bob Ababurko
At 01:24 PM 9/27/2004 -0700, David Rio Deiros wrote: > So, let me get this straightI am going to add: > > >device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > > to the kernel configuration, aka the GENERIC file in /usr/src/sys/i386/conf > if the > system is not customized at all? What you are

Re: serial port config

2004-09-27 Thread David Rio Deiros
> So, let me get this straightI am going to add: > > >device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > > to the kernel configuration, aka the GENERIC file in /usr/src/sys/i386/conf > if the > system is not customized at all? What you are doing is to tell the kernel what he needs to do to

Re: serial port config

2004-09-27 Thread Bob Ababurko
At 12:58 PM 9/27/2004 -0700, you wrote: >4. Make sure the configuration file of your kernel has appropriate >flags set for COM1 (sio0). >where I should be seeing or adding a line such as : > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 You should add that to the kernel configurati

[OT] Re: Backup Mail Server Questions

2004-09-27 Thread Nico Meijer
Hi Doug, Point taken. Wrong example, imho, but point taken. ;-) > They will have no problem convincing Joe Sub-Average juror (of which there will be more than enough to go around) that you were the cause of Joe Average computer users' loss of his entire retirement savings. I have just enough fait

Re: Backup Mail Server Questions

2004-09-27 Thread Bill Moran
Nico Meijer <[EMAIL PROTECTED]> wrote: > Hey Bill, > > Black mode is on, here. ;-) I'm not familiar with that metaphor. > > Are you saying that it's better for users not to know that their mail > > has been delayed? > > Unfortunately, yes. That is what I am saying. > > On a technical level, I

Re: 4.7->5.0, ran out of space on /

2004-09-27 Thread Scot Hetzel
On Wed, 22 Jan 2003 10:11:02 -1000 (HST), Vincent Poy <[EMAIL PROTECTED]> wrote: > On Wed, 22 Jan 2003, Kirk R. Wythers wrote: > > > I just ran into a problem trying to install the 5.0 world. I thought I > > checked and had 30M free on / before I started this. However, after > > building, the worl

regex replacement wizard advice needed

2004-09-27 Thread Gary Kline
Hi Gang, I have a document with numbered paragraphs, the numbers to the far left of each paragraph. Is there a perl s/NNN/NNN//g means I can use from the CL or as a script to make this doc more easy (for me) to read. The document is formatted like

Re: Backup Mail Server Questions

2004-09-27 Thread Doug Hardie
On Sep 27, 2004, at 11:39, Nico Meijer wrote: Regular folks don't understand how mail works. They have no clue whatsoever. They don't _want_ to have a clue either. They are just behaving like consumers, again. Do you *really* want to know what's on your plate at dinner? ;-) I do, maybe you too, bu

Re: Device polling performance

2004-09-27 Thread TM4525
In a message dated 9/27/04 3:04:22 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: > Mike at sentex.net previously wrote: > > "Given a decent CPU, you wont see very much of a load average at all in the > 200Kpps / 100Mb range." Note that load average and CPU usage are two intirely different

Re: Bind 9.3.0 on FreeBSD 5.2.1

2004-09-27 Thread Gordon Freeman
Try using rndc -s status In Bind9 all controls have been turned over to the r/ndc system. On Thu, 23 Sep 2004 02:04:30 -0500, Kyle S. Allender <[EMAIL PROTECTED]> wrote: > Hello. > > This is potentially a stupid question, but is there a known issue with the > rc script which controls named unde

Re: Device polling performance

2004-09-27 Thread TM4525
In a message dated 9/25/04 4:24:07 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: >The EVIDENCE is to the contrary, since it seems that a 2.4Ghz system >will be saturated when bridging ~250Kpps with device-polling enabled, >based on polling stats and userland benchmarking, even though the >sy

serial port config

2004-09-27 Thread Bob Ababurko
Hello- I am trying to configure the serial ports on a bunch of machines to be hooked up to a terminal server...baynetworks Annex to be exact. I am running FreeBSD 5.2.1 on an i386 machine with an Inter n440bx board. These motherboards are pretty common and found on early VA linux

Re: Device polling performance

2004-09-27 Thread Jerry McAllister
> > In a message dated 9/25/04 4:12:52 PM Eastern Daylight Time, [EMAIL PROTECTED] > writes: > >FreeBSD team for developing a stack that uses no resources. > > For the record, what I was saying was that a decent machine (e.g. 2.4 > PIV) should be able to push 200,000 packets per second wit