How to find out which version of PF a given box is using...

2011-09-21 Thread Modulok
List, Is there an easy way to find out what version of PF a given FreeBSD version is using? Currently I'm doing this: grep -iE '\bpf\b' /usr/src/UPDATING Just wondering if I'm missing something. I didn't see any '--version' flag in pfctl. -Modulok- ___

Re: How to find out which version of PF a given box is using...

2011-09-21 Thread Matthew Seaman
On 21/09/2011 07:34, Modulok wrote: > Is there an easy way to find out what version of PF a given FreeBSD version is > using? Currently I'm doing this: > > grep -iE '\bpf\b' /usr/src/UPDATING > > Just wondering if I'm missing something. I didn't see any '--version' > flag in pfctl. Uh -- bpf

Re: Postmap Issue

2011-09-21 Thread Robert Bonomi
First things first. _PLEASE_ !!! Do not post from an account that includes these _stupid_ and *LEGALLY*WORTHLESS* quote disclaimers unquote. They are "not worth the electrons they're printed on". They _do_ accomplish ONE thing -- they make the sender look like an idiot, and =discourage= some p

Re: How to find out which version of PF a given box is using...

2011-09-21 Thread Matthew Seaman
On 21/09/2011 08:34, Matthew Seaman wrote: > On 21/09/2011 07:34, Modulok wrote: >> Is there an easy way to find out what version of PF a given FreeBSD version >> is >> using? Currently I'm doing this: >> >> grep -iE '\bpf\b' /usr/src/UPDATING >> >> Just wondering if I'm missing something. I d

Re: OpenLDAP + CARP

2011-09-21 Thread Patrick Lamaiziere
Le Tue, 20 Sep 2011 13:02:47 +0200, Rafael NAVAZA a écrit : Hello, > As far as I > know CARP will not check if the slapd is running correctly; that > could be a problem if the CARP Master has a failing slapd. Do I have > to monitor slapd with a third party software (like Monit) ? Can I > config

Re: How to find out which version of PF a given box is using...

2011-09-21 Thread krad
On 21 September 2011 09:05, Matthew Seaman wrote: > On 21/09/2011 08:34, Matthew Seaman wrote: > > On 21/09/2011 07:34, Modulok wrote: > >> Is there an easy way to find out what version of PF a given FreeBSD > version is > >> using? Currently I'm doing this: > >> > >> grep -iE '\bpf\b' /usr/sr

Re: Postmap Issue

2011-09-21 Thread Matthew Seaman
On 21/09/2011 07:17, Van Der Meulen, Mark wrote: > mail# postmap /usr/local/etc/postfix/transport > > /libexec/ld-elf.so.1: Shared object "libmysqlclient.so.18" not found, > required by "postmap" What version of mysql client do you have installed? libmysqlclient.so.18 comes from databases/mysql5

Re: How to find out which version of PF a given box is using...

2011-09-21 Thread Matthew Seaman
On 21/09/2011 09:17, krad wrote: > If its been syncd to openbsd 4.5 version of pf, its still quite a way behind > openbsd's version in the latest release as they are not on 4.9 with 5.0 > imminent. Looking at the docs there were quite a lot of changes when openbsd > was bumped to 4.7 Yes. However

Run different kernel subsystems with different priorities

2011-09-21 Thread Elof Ofel
Hi! Q1: Is it possible to set different NICE priorities on different kernel subsystems? For example, can I prioritize the interrupt handling of the NIC bge1 ([irq23: bge1]) over the interrupt handling of NIC bge0 ([irq22: bge0])? ...and can I make the usb subsystem ([usb0], [usb1], [usb2], [

RE: OpenLDAP + CARP

2011-09-21 Thread Rafael NAVAZA
> > > > I'm indeed using the built in > > failover capability of LDAP clients. It works just fine when the first > > LDAP server is powered off, but it does not work that well when slapd > > becomes a zombi ( because the clients take about 1 min to try the second > > LDAP server, for each reques

RE: OpenLDAP + CARP

2011-09-21 Thread Rafael NAVAZA
Hello Patrick, > > > As far as I > > know CARP will not check if the slapd is running correctly; that > > could be a problem if the CARP Master has a failing slapd. Do I have > > to monitor slapd with a third party software (like Monit) ? Can I > > configure CARP and OpenLDAP to watch each othe

Re: OpenLDAP + CARP

2011-09-21 Thread Matthew Seaman
On 21/09/2011 10:34, Rafael NAVAZA wrote: >> Could this help in your situation? >> > http://www.liquidx.net/blog/2006/04/03/nss_ldap-undocumented-nss_reconnect_tries/ > That is a client side solution for Linux and I have several other OSs that > use LDAP. No -- it's OS independent. You obvious

UFS journal size

2011-09-21 Thread Ross
Quoting the manpage: -s jsize Specifies size of the journal if only one provider is used for both data and journal. The default is one gigabyte. Size should be chosen based on provider's load, and not on its size; rec

Re: UFS journal size

2011-09-21 Thread Matthew Seaman
On 21/09/2011 10:48, Ross wrote: > Quoting the manpage: > > -s jsize Specifies size of the journal if only one provider is >used for both data and journal. The default is one >gigabyte. Size should be chosen based on provider's >

Using RPM to extract file

2011-09-21 Thread Carmel
I am attempting to obtain a PPD file for a Brother MFC-9560CDW printer. According to this URL: , I can download a file from: for th

Re: Using RPM to extract file

2011-09-21 Thread kron24
On 2011/09/21 13:17, Carmel wrote: I am attempting to obtain a PPD file for a Brother MFC-9560CDW printer. According to this URL: , I can download a file from:

Blacklisting DOS IPs

2011-09-21 Thread Mauricio López
I'm currently using a pfSense box as a gateway and I was recently victim of a DNS DOS attack. That made me think how I could blacklist those IPs automatically. I looked through the pf documentation and the thing that seemed more like it was the max-src-conn-rate option, but then I realized that it'

Pci express ZFS card?

2011-09-21 Thread Eduardo Morras
Hi, i have this used pci express industrial card (PCIe 2.0 x4) with 1GB: http://www.ieiworld.com/product_groups/industrial/content.aspx?gid=1101&cid=08141333914287007902&id=0A263601401161285688 I want to install a NanoBSD with ZFS and 3 Sata disks. Unfortunately i know nothing

Re: UFS journal size

2011-09-21 Thread RW
On Wed, 21 Sep 2011 11:41:08 +0100 Matthew Seaman wrote: > On 21/09/2011 10:48, Ross wrote: > > My question is: if I have 4 or 8 GB of RAM should I create 8 or even > > 16 GB journals?.. This seems huge especially if the fs size without > > journal is only 10 gigs. Or the recommended minimum is f

Re: UFS journal size

2011-09-21 Thread Ivan Voras
On 21/09/2011 11:48, Ross wrote: > Quoting the manpage: > > -s jsize Specifies size of the journal if only one provider is >used for both data and journal. The default is one >gigabyte. Size should be chosen based on provider's >

Re: UFS journal size

2011-09-21 Thread Doug Poland
On Wed, Sep 21, 2011 at 12:48:25PM +0300, Ross wrote: > Quoting the manpage: > > -s jsize Specifies size of the journal if only one provider is >used for both data and journal. The default is one >gigabyte. Size should be chosen based on

Re: Using RPM to extract file

2011-09-21 Thread Carmel
On Wed, 21 Sep 2011 13:43:51 +0200 kron24 articulated: > On 2011/09/21 13:17, Carmel wrote: > > I am attempting to obtain a PPD file for a Brother MFC-9560CDW > > printer. According to this URL: > > , > > I can download a fi

Re: Using RPM to extract file

2011-09-21 Thread Carmel
On Wed, 21 Sep 2011 18:58:08 +0200 Vaclav Kadlcik articulated: > On 2011/09/21 18:19, Carmel wrote: > > On Wed, 21 Sep 2011 13:43:51 +0200 > > kron24 articulated: > > > >> On 2011/09/21 13:17, Carmel wrote: > >>> I am attempting to obtain a PPD file for a Brother MFC-9560CDW > >>> printer. Accordi

Re: Using RPM to extract file

2011-09-21 Thread Vaclav Kadlcik
On 2011/09/21 18:19, Carmel wrote: On Wed, 21 Sep 2011 13:43:51 +0200 kron24 articulated: On 2011/09/21 13:17, Carmel wrote: I am attempting to obtain a PPD file for a Brother MFC-9560CDW printer. According to this URL:

Re: Blacklisting DOS IPs

2011-09-21 Thread Pegasus Mc Cleaft
On Wednesday 21 September 2011 14:06:08 Mauricio López wrote: > I'm thinking about making an script using awk and pftop output to watch > for states that have more than 1Mb of traffic (regular DNS queries > aren't that big) and put those hosts in a table for blocking. My > question is if it is the

FreeBSD 9-BETA2 on a Dell Latitude D630

2011-09-21 Thread Michael D. Norwick
Good Day; I wish to post a successful installation of FreeBSD 9.0 on a Dell Latitude D630 laptop. Base installation was from binaries on the -amd64 dvd.iso. Xorg and gnome from ports fetched via portsnap on 09/18/11. csup'd kernel and userland source yesterday. This is a fresh built custo

Dynamic Window Manager install with patch(es)

2011-09-21 Thread Andy Zammy
Hi all, First time poster to the lists! Using dwm, loving the minimalism and it's forcing me to learn stuff the hard way which is all good. But I can't seem to figure out how to apply a patch to it. According to the instructions listed here: http://dwm.suckless.org/patches/ I figured I'm to use

Chinese and Asian Languages Translation, Localization and DTP, Trados 7.0

2011-09-21 Thread Asian Translation
New Language Service Your Complete Asian Language Translation, Localization, and DTP Service Provider New Language Service is a professionalTranslation and Typesetting (DTP)company located inShanghaiChina. We provide translation and DTP services including document translation, proofreadi

Reading DLT tapes with very large block sizes.

2011-09-21 Thread Michael C Voorhis
Hi all, I've been given a set of DLT tapes written with data in fixed 8Mb blocks. I have been unable to convince any OS to read these tapes, and yet I need to read them. Most tape drivers refuse to work with block sizes that are even a fraction of this blocksize. The tapes were created on a Li