Re: Watchdog timeout reset in 5.1 on intel nic:s

2012-05-18 Thread Garry Dolley
On Sat, May 19, 2012 at 01:54:54AM +0200, Per-Olov Sjvholm wrote: > On 17 maj 2012, at 12:53, Garry Dolley wrote: > > > On Thu, May 17, 2012 at 03:19:07AM -0700, Garry Dolley wrote: > >> On Fri, May 11, 2012 at 09:13:30AM -0400, Simon Perreault wrote: > >>> On 2012-05-11 04:15, Garry Dolley wrote:

Cambio de Fecha: Jornada 2012 - "PARA CAMBIAR BASTA CON UN GESTO... Y ALGO MÁS"

2012-05-18 Thread difusion
Escuela Sistimica Argentina Institucisn dedicada a la formacisn, asistencia e investigacisn psicolsgica. Jornada 2012 === PARA CAMBIAR = BASTA CON UN GESTO Y ALGO MAS === Coordina: LIC. CLAUDI

El curso que nadie se debe perder "Ortografía y Redacción para Ejecutivos"

2012-05-18 Thread Iveth Machuca S.
Apreciable Ejecutivo: TIEM de Mixico Empresa Lmder en Capacitacisn y Actualizacisn de Capital Humano Debido al gran ixito obtenido, ponemos nuevamente a su disposicisn este excelente curso denominado: "Ortografma y Redaccisn para Ejecutivos" Ciudad de Mixico, el dma 29 de Mayo de 2012 Inscrmba

Re: Watchdog timeout reset in 5.1 on intel nic:s

2012-05-18 Thread Per-Olov Sjöholm
On 17 maj 2012, at 12:53, Garry Dolley wrote: > On Thu, May 17, 2012 at 03:19:07AM -0700, Garry Dolley wrote: >> On Fri, May 11, 2012 at 09:13:30AM -0400, Simon Perreault wrote: >>> On 2012-05-11 04:15, Garry Dolley wrote: I now have an amd64 test VM set up, where I installed stock 5.0.

libreoffice-3.4.5.2-no_java-no_lang compiling error

2012-05-18 Thread Dimitry T
Can i do something about this error? Error starting rsc2 compiler gmake[1]: Leaving directory `/usr/ports/pobj/libreoffice-3.4.5.2-no_java-no_lang/libreoffice-bootstrap-3. 4.5.2/svx' Running processes: 0 *** Error code 2 Stop in /usr/ports/editors/libreoffice (line 2444 of /usr/ports/infrastructu

disable password check using /etc/login.conf file

2012-05-18 Thread Wesley MOUEDINE ASSABY
Hi, i'm trying to disable password check. I already read man page of login.conf (5) and passwd (1). What i have done : - add a new class "insane" in /etc/login.conf : insane:\ :minpasswordlen=1:\ :passwordcheck=/usr/bin/true:\ :passwordtries=1: - add a new user with this

Re: Load balancing and fail-over

2012-05-18 Thread Stuart Henderson
On 2012-05-17, Indunil Jayasooriya wrote: >> why you not try the relayd way ? >>> look at >>> http://gouloum.fr/doc/multilink.html >>> >>> the part with relayd >>> >> >> >> >> > I found that URL yesterday, I will have to learn it. I just try to > do it with a shell script. > This can be us

Re: carp mixed states

2012-05-18 Thread Camiel Dobbelaar
They should both be backup. Check if you have "keep state (no-sync)" on your carp pf rule. If not add it, and flush the state tables. Other hints to debug carp setups: - netstat -s -p carp - ifconfig -g carp - sysctl net.inet.carp.log=4 (check /var/log/messages) -- Cam On 18-5-2012 3:38, shad

Re: carp mixed states

2012-05-18 Thread Rafal Bisingier
Hi On Fri, 18 may 2012 at 02:38 CEST shadrock wrote: > still looking for an answer to the following question > > hi all > > have configured two firewalls with carp > > i have connectivity to the internet and the firewalls failover properly. > > when i check the carp states of each firewall the s

Re: hung at pf_find_state

2012-05-18 Thread Kapetanakis Giannis
I had another hung today: uvm_fault(0xd0a0fa40, 0xefffa000, 0, 1) -> d kernel: page fault trap, code=0 Stopped at pf_find_state+0x54: movl0x38(%eax),%edx ddb{0}> ddb{0}> ddb{0}> ddb{0}> ddb{0}> pf_find_state(d434f800,f554dad8,2,d9ac9 600,d865a822) at pf_find_state+0x54 pf_test_stat

Re: Load balancing and fail-over

2012-05-18 Thread Indunil Jayasooriya
> Now, the interesting thing is this ( Taken from openbsd website) > > > # keep https traffic on a single connection; some web applications, > # especially "secure" ones, don't allow it to change mid-session > pass in on $int_if proto tcp from $lan_net to port https \ > route-to ($ext_if1 $ex