ifstated.conf for multiple links with failover

2012-01-25 Thread Indunil Jayasooriya
Hi, I want to setup ifstated for multiple links. My requirement is very simple. I have 2 links. one is ADSL and the other is leased-line. When both links are up, outgoing traffic should be balanced via both links. When ADSL is DOWN, outgoing traffic should go via Leased line When Leased l

Re: OpenBSD 4.4

2012-01-25 Thread R0me0 ***
Hello misc, I've appreciated all answers. the kernel is GENERIC. My complex setup is many networks, pf rules , Vans and a route to all. ( route add ) If I execute: -> nmap -sV -T4 -O -F 10.20.0/16 ( I'm at 10.20.76 ) the follow error ocurs: http://img41.imageshack.us/img41/9500/20120123213213394.

Re: sparc64 5.0

2012-01-25 Thread Anonymous Remailer (austria)
> Now that I have it setup with the correct package path, etc, I am finding > out 5.0 is much better than 4.9 was; Can you say exactly what is better? I found 4.9 very nice and had no issues running it on a server.

Re[2]: Build libc separately

2012-01-25 Thread Serguey Kuritsin
Thanks! I've started to explore src/lib/libc/Makefile. It was too easy to perform: cd src/lib/libc CC=llvm-gcc AR=llvm-ar NM=llvm-nm LD=llvm-ld make The rest is bug-fixing in Makefile. > On 2012-01-24, Serguey Kuritsin wrote: > > I just want to learn how to do it. And I know it is possible. I

Re: Build libc separately

2012-01-25 Thread Stuart Henderson
On 2012/01/25 17:22, Serguey Kuritsin wrote: > Thanks! > > I've started to explore src/lib/libc/Makefile. It was too easy to > perform: cd src/lib/libc CC=llvm-gcc AR=llvm-ar NM=llvm-nm LD=llvm-ld > make > The rest is bug-fixing in Makefile. Ah, I've only tried CC=clang myself (which works perf

Re[2]: Build libc separately

2012-01-25 Thread Serguey Kuritsin
My requirement is to compile to llvm bitcode not to binary. And I must use llvm 2.8. > On 2012/01/25 17:22, Serguey Kuritsin wrote: > > Thanks! > > > > I've started to explore src/lib/libc/Makefile. It was too easy to > > perform: cd src/lib/libc CC=llvm-gcc AR=llvm-ar NM=llvm-nm LD=llvm-ld >

Re: Build libc separately

2012-01-25 Thread Chiron IO
Hi Serguey, I'm curious why you need compile libc with llvm. Is this for educational purposes or something else? Regards, On 25/01/2012, at 11:34, Serguey Kuritsin wrote: > My requirement is to compile to llvm bitcode not to binary. > And I must use llvm 2.8. > > > >> On 2012/01/25 17:22, Serg

Re[4]: Build libc separately

2012-01-25 Thread Serguey Kuritsin
I'm just trying to port KLEE Symbolic Virtual Machine (http://klee.llvm.org) with POSIX support on OpenBSD for automated testing of source code (KLEE without POSIX runtime compiles very well and works fine - all unit tests are passed). But the problem is that for POSIX support KLEE requires to use

Re: CARP strangeness after 5.0 upgrade

2012-01-25 Thread Matt Hamilton
I'm also getting strange weirdnesses with carp on 5.0. I too upgraded from quite an old 4.x version (4.6 IIRC). The main thing I'm seeing is my master and backup switching back and forth quite a few times. This is a pair of firewalls with carp running on both the inside and outside firewall interf

online statement

2012-01-25 Thread westpac bank
- This mail is in HTML. Some elements may be ommited in plain text. - You have a Westpac Bank Account Alert. To view, click on the "ACCOUNTS" tab and then click on "Statements" to verify your transaction.

apmd -C and playing HD media

2012-01-25 Thread frantisek holop
hi there, i have noticed when i was trying to play HD media both in mplayer or vlc, the video was always getting out of sync. in /etc/rc.conf.local i have: apmd_flags=-C because per the man page -C Start apmd in cool running performance adjustment mode. In this mode, wh

Re: apmd -C and playing HD media

2012-01-25 Thread frantisek holop
hmm, on Wed, Jan 25, 2012 at 10:40:28PM +0100, frantisek holop said that > hi there, > > i have noticed when i was trying to play HD media > both in mplayer or vlc, the video was always getting > out of sync. in /etc/rc.conf.local i have: dmesg, just in case. OpenBSD 5.1-beta (GENERIC.MP) #167

Re: apmd -C and playing HD media

2012-01-25 Thread Christian Weisgerber
frantisek holop wrote: > i like -C. but if it doesnt increase setperf while watching HD, > when does it do it then? its heuristic is off a bit. apm -C is pretty much useless if hw.ncpu > 1. -- Christian "naddy" Weisgerber na...@mips.inka.de

AR5212 WiFi

2012-01-25 Thread ml
Hi all, The following two lines appear in my dmesg: ath0 at pci3 dev 0 function 0 "Atheros AR5212 (IBM MiniPCI)" rev 0x01: apic 1 int 17 ath0: AR5424 10.3 phy 6.1 rf5424 10.2, WOR2W, address 00:19:7e:92:0a:45 I am trying to guess which card is installed based on information from dmesg. And it se

python3 deleted from ports

2012-01-25 Thread Geoff Steckel
python 3 was moved to "lang/python" from lang/python3 in ports. That probably is a good idea. Unfortunately, and to my *great* inconvenience, lang/python3 was removed from ports and packages before 5.1 will be released. I had begun developing an application using python3 and had to reinstall. It

Re: ifstated.conf for multiple links with failover

2012-01-25 Thread Muhammad Muntaza
On Jan 25, 2012 5:39 PM, "Indunil Jayasooriya" wrote: > > Hi, > > > I want to setup ifstated for multiple links. > > > My requirement is very simple. > > I have 2 links. one is ADSL and the other is leased-line. > > When both links are up, outgoing traffic should be balanced via both links. > > W

Re: ifstated.conf for multiple links with failover

2012-01-25 Thread Indunil Jayasooriya
>> I am wrinting /etc/ifstated.conf file. >> >> But , I still haven't achieved it. Could you pls help me to solve this. >> > > www.openbsd.org/faq/pf/pools.html > Hi, I have already gone to it. Does automatic fail over happens, when one link goes down? I have Not tried it. Do yo have any experie

Re: ifstated.conf for multiple links with failover

2012-01-25 Thread Justin Jereza
On Thu, Jan 26, 2012 at 11:54 AM, Indunil Jayasooriya wrote: >>> I am wrinting /etc/ifstated.conf file. >>> >>> But , I still haven't achieved it. Could you pls help me to solve this. >>> I've attached two files, my ifstated.conf and manage-routes.sh, a script I wrote for adding and removing rout

Re: python3 deleted from ports

2012-01-25 Thread Remi Pointel
On Wed, 25 Jan 2012 20:57:58 -0500 Geoff Steckel wrote: > python 3 was moved to "lang/python" from lang/python3 in ports. > That probably is a good idea. > > Unfortunately, and to my *great* inconvenience, lang/python3 was > removed from ports and packages before 5.1 will be released. > I had beg

Re: CARP strangeness after 5.0 upgrade

2012-01-25 Thread Camiel Dobbelaar
On 25-1-2012 18:23, Matt Hamilton wrote: > I'm also getting strange weirdnesses with carp on 5.0. I too upgraded > from quite an old 4.x version (4.6 IIRC). > > The main thing I'm seeing is my master and backup switching back and > forth quite a few times. This is a pair of firewalls with carp > r

El ADN de la Asistente Ejecutiva Moderna, 2012 Nueva ediciĆ³n 17 de Febrero.

2012-01-25 Thread Lic. Yolanda Martinez
[IMAGE] Pms de Mixico prestigiada firma de Capacitacisn presenta: El ADN de la Asistente Ejecutiva Moderna !Nueva Edicisn! 17 de Febrero en la ciudad de Mixico. Capacitacisn personalizada por el experto en la materia. Este entrenamiento tiene valor curricular y garantma de satisfaccisn. Obtenga las