Re: Creating route tables

2011-07-20 Thread Gregory Edigarov
Josh, the table needs to be created and an interface need to be assigned to the rdomain like: ifconfig em0 a.b.c.d/24 rdomain 1 then you can use it like, just for example, this: route -T 1 add e.f.g.h/24 a.b.c.x that does the trick. On Tue, 19 Jul 2011 13:26:37 -0500 Josh Hoppes wrote: > I'

Re: pf rule?

2011-07-20 Thread fqui nonez
2011/7/20 fqui nonez : > 2011/7/20 Andres Perera : >> On Wed, Jul 20, 2011 at 8:49 AM, fqui nonez wrote: > > On Wed, 20 Jul 2011 01:09:09 -0700, fqui nonez > wrote: >> Hello >> >> I have a sshd/ftpd/httpd server box, 4.9 stable; and I want to log all >> blocked packets, an

Re: xf86 driver won't compile

2011-07-20 Thread Brynet
Sorry Scott, didn't see this, '--disable-kms' is needed now. oga@ committed DRI/DRM support for r600+ cards, all that work got the DDX driver all excited. http://marc.info/?l=openbsd-cvs&m=130679235018645&w=2 -Bryan.

Re: dovecot-pigeonhole on OpenBSD 4.9

2011-07-20 Thread Vijay Sankar
On 2011-07-20, at 12:03 PM, Vijay Sankar wrote: > I am trying out the dovecot-pigeonhole package on OpenBSD 4.9 (i386, -current > from July 10, 2011) > > Using Thunderbird as a client, I am able to add, delete, and modify sieve > scripts and also activate them. When I activate the vacation script

Re: [patch] Huawei E1750 support

2011-07-20 Thread Stuart Henderson
On 2011-07-20, bsd user wrote: > Index: dev/usb/usbdevs >=== > RCS file: /cvs/src/sys/dev/usb/usbdevs,v > retrieving revision 1.548 > diff -u -p -r1.548 usbdevs > --- dev/usb/usbdevs 8 Jul 2011 23:09:06 - 1.548 > +++ dev/u

Re: OpenBSD5.0-beta - 19-Jul-2011 - Dell R510 Perc H700

2011-07-20 Thread Marco Peereboom
I committed a workaround for this. Try a kernel from cvs. I'll be working on a permanent fix. On Wed, Jul 20, 2011 at 12:20:07PM +0200, Hrvoje Popovski wrote: > hello everyone, > > i was able to install 4.9-current on dell r510 with Perc H700 and > everything went well. > today i tried to insta

Re: Creating route tables

2011-07-20 Thread Josh Hoppes
Hello Insan, I guess I'm not sure I understand that statement, or I'm miss-interpreting the rdomain configuration section and how it interacts with rtables. If I understand the documentation correctly additional rib tables defined in bgpd must exist inside the default routing domain. The error mes

Nersolar S.L. ILUMINACIÓN LED

2011-07-20 Thread NERSOLAR S.L
Benvolgut senyor/a: Des de NERsolar S.L. volem presentar els nostres productes d'il luminacis LED. Quh is LED? LED is un innovador dispositiu d'il luminacis que substitueix els actuals sistemes amb una shrie d'avantatges: - Una durabilitat de 50.000 hores (mis de 10 vegades mis du

Re: [patch] Huawei E1750 support

2011-07-20 Thread David Coppa
On Wed, Jul 20, 2011 at 9:20 PM, bsd user wrote: >> 20 I@LQ 2011, 23:00 OT David Coppa : >> > On Wed, Jul 20, 2011 at 8:34 PM, bsd user wrote: >> > > Hi, >> > > I got E1750 with O2 and noticed it's not working with -current. Here is the >> > little patch, that should do the trick. >> > > Without

Re[2]: [patch] Huawei E1750 support

2011-07-20 Thread bsd user
> 20 P8QP;Q 2011, 23:00 P>Q David Coppa : > > On Wed, Jul 20, 2011 at 8:34 PM, bsd user wrote: > > > Hi, > > > I got E1750 with O2 and noticed it's not working with -current. Here is > > > the > > little patch, that should do the trick. > > > Without this patch, device shows up as a sdX (just

Re: xf86 driver won't compile

2011-07-20 Thread Scott McEachern
On 07/20/11 11:06, David Coppa wrote: I think you need to pass "--disable-kms" to ./configure Thank-you David and Nigel! That works perfectly, and I'm now (very happily) back to running -current. (I'm currently compiling a bunch of ports, and waited until thunderbird finished before replyi

Re: [patch] Huawei E1750 support

2011-07-20 Thread David Coppa
On Wed, Jul 20, 2011 at 8:34 PM, bsd user wrote: > Hi, > I got E1750 with O2 and noticed it's not working with -current. Here is the > little patch, that should do the trick. > Without this patch, device shows up as a sdX (just the flash part of device, > and /dev/cuaU0 is not set up) > Cheers,

[patch] Huawei E1750 support

2011-07-20 Thread bsd user
Hi, I got E1750 with O2 and noticed it's not working with -current. Here is the little patch, that should do the trick. Without this patch, device shows up as a sdX (just the flash part of device, and /dev/cuaU0 is not set up) Cheers, Jurij Index: dev/usb/umsm.c =

dovecot-pigeonhole on OpenBSD 4.9

2011-07-20 Thread Vijay Sankar
I am trying out the dovecot-pigeonhole package on OpenBSD 4.9 (i386, -current from July 10, 2011) Using Thunderbird as a client, I am able to add, delete, and modify sieve scripts and also activate them. When I activate the vacation script, I see lrwx-- 1 vsankar vsankar20 Jul 20 0

Re: xf86 driver won't compile

2011-07-20 Thread Nigel Taylor
On 07/20/11 16:06, David Coppa wrote: On Wed, Jul 20, 2011 at 4:59 PM, Scott McEachern wrote: I think I'm missing something obvious here, so a clue-stick beating would be appreciated. In order to get applications like mplayer to work properly, I need to compile an ATI Radeon 4200 driver from

Re: xf86 driver won't compile

2011-07-20 Thread David Coppa
On Wed, Jul 20, 2011 at 4:59 PM, Scott McEachern wrote: > I think I'm missing something obvious here, so a clue-stick beating would be > appreciated. > > In order to get applications like mplayer to work properly, I need to > compile an ATI Radeon 4200 driver from x.org. (Thanks to brynet for tha

xf86 driver won't compile

2011-07-20 Thread Scott McEachern
I think I'm missing something obvious here, so a clue-stick beating would be appreciated. In order to get applications like mplayer to work properly, I need to compile an ATI Radeon 4200 driver from x.org. (Thanks to brynet for that tip.) That used to work fine, but around mid-May it stopped

Hola

2011-07-20 Thread Hola
Necesitas Remeras Gorros o Chombas para su empresa o para hacer publicidad ? Fabricamos remeras de Jersey algodonB Chombas de piqueB y Gorros de gabardina Remeras con su logo desde $21,90 - Chombas con bordado $55 - Gorras de gabardina $11,90 El mejor precio del mercado. Contamos con gran stoc

Re: pf rule?

2011-07-20 Thread Andres Perera
On Wed, Jul 20, 2011 at 8:49 AM, fqui nonez wrote: > 2011/7/20 Wesley MOUEDINE ASSABY : >> Also, >> you can see a sample on http://mouedine.net/ruleset49.aspx >> >> Wesley. >> >> On Wed, 20 Jul 2011 14:27:27 +0400, Wesley MOUEDINE ASSABY >> wrote: >>> Hi, >>> >>> Try this: >>> block log return >>

Re: pf rule?

2011-07-20 Thread fqui nonez
2011/7/20 Wesley MOUEDINE ASSABY : > Also, > you can see a sample on http://mouedine.net/ruleset49.aspx > > Wesley. > > On Wed, 20 Jul 2011 14:27:27 +0400, Wesley MOUEDINE ASSABY > wrote: >> Hi, >> >> Try this: >> block log return >> >> Cheers, >> >> Wesley. >> >> On Wed, 20 Jul 2011 01:09:09 -070

Re: pf rule?

2011-07-20 Thread Andres Perera
now for the problems in your rules: On Wed, Jul 20, 2011 at 3:39 AM, fqui nonez wrote: > # B B B $OpenBSD: pf.conf,v 1.49 2009/09/17 06:39:03 jmc Exp $ > # > > set skip on lo > > ### Agregadas por mi: (added by me) > block return > > pass in quick log on rl0 proto tcp from any to port 22 > pas

Re: pf rule?

2011-07-20 Thread Wesley MOUEDINE ASSABY
Also, you can see a sample on http://mouedine.net/ruleset49.aspx Wesley. On Wed, 20 Jul 2011 14:27:27 +0400, Wesley MOUEDINE ASSABY wrote: > Hi, > > Try this: > block log return > > Cheers, > > Wesley. > > On Wed, 20 Jul 2011 01:09:09 -0700, fqui nonez > wrote: >> Hello >> >> I have a sshd

Re: Bug Tracking system does not work

2011-07-20 Thread Rafal Bisingier
Hi, I use Roundup Issue Tracker (www.roundup-tracker.org). It's not exactly a bug-tracker (well bugs.python.org use it), but it's highly and quite simply configurable (or more accurately modifiable by plugins). On Tue, Jul 19, 2011 at 15:16 CEST Johan Beisser wrote: > To make it not suck: > - e

Re: pf rule?

2011-07-20 Thread Wesley MOUEDINE ASSABY
Hi, Try this: block log return Cheers, Wesley. On Wed, 20 Jul 2011 01:09:09 -0700, fqui nonez wrote: > Hello > > I have a sshd/ftpd/httpd server box, 4.9 stable; and I want to log all > blocked packets, and send them to /var/log/pfblocklog to be read with > tcpdump. What and where should be t

Re: pf rule?

2011-07-20 Thread Andres Perera
ifconfig pflog1 create touch /var/log/pfblocklog pflogd -ipflog1 -f$_ pf.conf: l = "log (to pflog1)" block return $l block ... $l to keep the pfctl rule output readable, match and tag the packets instead and have a single block + log rule (at the expense of no "quick") On Wed, Jul 20, 2011 at

OpenBSD5.0-beta - 19-Jul-2011 - Dell R510 Perc H700

2011-07-20 Thread Hrvoje Popovski
hello everyone, i was able to install 4.9-current on dell r510 with Perc H700 and everything went well. today i tried to install openbsd5.0-beta and boot process stoped at scsibus3 at softradi0: 256 targets. screenshot http://imageshack.us/f/856/86075191.jpg/ i can normaly boot 4.9 and everyht

Re: asymmetric CARP firewall layout

2011-07-20 Thread Joerg Streckfuss
Am 20.07.2011 00:31, schrieb Kapetanakis Giannis: > On 19/07/11 20:03, Joerg Streckfuss wrote: >> Hi list, >> >> i have the following testsetup with four firewall nodes connected to three >> networks: >> >> >>network A >> |--| >>|

pf rule?

2011-07-20 Thread fqui nonez
Hello I have a sshd/ftpd/httpd server box, 4.9 stable; and I want to log all blocked packets, and send them to /var/log/pfblocklog to be read with tcpdump. What and where should be the rule? # $OpenBSD: pf.conf,v 1.49 2009/09/17 06:39:03 jmc Exp $ # set skip on lo ### Agregadas por mi: (a