Re: CARP without IP on the physical interfaces of carp group?

2014-07-01 Thread Janne Johansson
#1 is somewhat valid - using carppeer would prevent me from learning that multicast was broken. I'm not sure how it could ever break on a L2 VLAN, but still... I've had bad broadcom (bnx (4)) cards do that to me. Worked better with carppeer but best with intels instead.

I don't know how to use redistribute prefix command in openOSPF

2014-07-01 Thread Valerio Catalano
Hello guys, I searched a lot on net to find an answer to this question but I didn't find anything. I'm using OpenOSPF on Open BSD and I need to use the redistribute prefix [set..] command. How should I use it? Can you give me any example? what should I type to don't get a syntax error? thanks for

openssh

2014-07-01 Thread Gregory Edigarov
Hello, Just out for curiosity. what is the fastest and lightest in cpu terms algorithm in ssh? -- With best regards, Gregory Edigarov

Re: openssh

2014-07-01 Thread Nick Holland
On 07/01/14 07:00, Gregory Edigarov wrote: Hello, Just out for curiosity. what is the fastest and lightest in cpu terms algorithm in ssh? As someone who has worked with lots of really old and weak processors (and still used the defaults)...I must ask, why? If this matters to you, I'd

Enable 802.11n for an access point

2014-07-01 Thread ML mail
Hi, I wanted to know how to enable 802.11n (300 Mbit/s) on my wireless card on OpenBSD 5.5. I tried using the mode 11n option in my hostname.athn0 like this: up media autoselect mediaopt hostap mode 11n chan 6 nwid MYAP \ but then I get the following error: ifconfig: unknown IEEE802.11

Re: Enable 802.11n for an access point

2014-07-01 Thread Peter Hessler
you need to write some/a bunch of code to enable 11n support. OpenBSD does not have it yet. On 2014 Jul 01 (Tue) at 07:57:42 -0700 (-0700), ML mail wrote: :Hi, : :I wanted to know how to enable 802.11n (300 Mbit/s) on my wireless card on OpenBSD 5.5. I tried using the mode 11n option in my

Re: Enable 802.11n for an access point

2014-07-01 Thread ML mail
Aha, that's a good point :-) Well thanks for the hint Peter. On Tuesday, July 1, 2014 5:00 PM, Peter Hessler phess...@theapt.org wrote: you need to write some/a bunch of code to enable 11n support.  OpenBSD does not have it yet. On 2014 Jul 01 (Tue) at 07:57:42 -0700 (-0700), ML mail

Re: Enable 802.11n for an access point

2014-07-01 Thread Giancarlo Razzolini
Em 01-07-2014 12:00, Peter Hessler escreveu: you need to write some/a bunch of code to enable 11n support. OpenBSD does not have it yet. Other drivers have this note on their man page. ath(4) does not. So this might explain why the OP didn't knew this fact. Cheers, -- Giancarlo Razzolini

Re: What is the difference between these two SSHD configs?

2014-07-01 Thread Gustav Fransson Nyvell
On 07/01/14 18:18, Ez Egy wrote: #1 Match Group GROUPNAME, User *,!root #2 Match Group GROUPNAME User !root What is the difference between #1 and #2 in the SSHD_CONFIG? If someone could help me.. thanks in advance.. Two bytes. -- This e-mail is confidential and may not be

What is the difference between these two SSHD configs?

2014-07-01 Thread Ez Egy
#1 Match Group GROUPNAME, User *,!root #2 Match Group GROUPNAME User !root What is the difference between #1 and #2 in the SSHD_CONFIG? If someone could help me.. thanks in advance..

Re: What is the difference between these two SSHD configs?

2014-07-01 Thread Ez Egy
I wanted to mean regarding functionality, are they doing the exact 100% same? :O On Tue, Jul 1, 2014 at 6:21 PM, Gustav Fransson Nyvell gus...@nyvell.se wrote: On 07/01/14 18:18, Ez Egy wrote: #1 Match Group GROUPNAME, User *,!root #2 Match Group GROUPNAME User !root What

Re: What is the difference between these two SSHD configs?

2014-07-01 Thread Gustav Fransson Nyvell
On 07/01/14 18:25, Ez Egy wrote: I wanted to mean regarding functionality, are they doing the exact 100% same? :O On Tue, Jul 1, 2014 at 6:21 PM, Gustav Fransson Nyvell gus...@nyvell.se mailto:gus...@nyvell.se wrote: On 07/01/14 18:18, Ez Egy wrote: #1 Match

Re: What is the difference between these two SSHD configs?

2014-07-01 Thread Edward M
On 07/01/14 09:18, Ez Egy wrote: #1 Match Group GROUPNAME, User *,!root #2 Match Group GROUPNAME User !root What is the difference between #1 and #2 in the SSHD_CONFIG? If someone could help me.. thanks in advance.. May want to take a look at 'PATTERNS' section of

Re: Thank you for OpenBSD!

2014-07-01 Thread Otto Moerbeek
On Tue, Jul 01, 2014 at 11:47:58AM -0400, Daniel Villarreal wrote: I'm a long-time GNU/Linux user, and in the past I've purchased the OpenBSD cd set and got it to running. Then I would run into issues and put it away. I decided to do something different with OpenBSD 5.5 this time. I

does OpenMP work on 5.5/amd64?

2014-07-01 Thread Jonathan Thornburg
Has anyone gotten OpenMP to work on 5.5-{release,stable}/amd64? 'man gcc' and /usr/local/info/gcc.info both describe gcc support for OpenMP (the -fopenmp compiler flag), but I'm getting fatal errors (either missing compiler spec file or missing omp.h header file) trying to compile even the

Re: does OpenMP work on 5.5/amd64?

2014-07-01 Thread Gustav Fransson Nyvell
On 07/01/14 19:40, Jonathan Thornburg wrote: Has anyone gotten OpenMP to work on 5.5-{release,stable}/amd64? 'man gcc' and /usr/local/info/gcc.info both describe gcc support for OpenMP (the -fopenmp compiler flag), but I'm getting fatal errors (either missing compiler spec file or missing omp.h

ViewVC

2014-07-01 Thread Predrag Punosevac
I am trying to run ViewVC in the stand alone server mode on the new svn server (OpenBSD 5.5 amd64). Since ViewVC is not in ports I downloaded 1.1.22 package from CollabNet website. ViewVC keeps crashing when while I browse my SVN repos. They are rather large. I am not using any kind a proxy but

[Patch] Possible typo in stdio(3) manpage

2014-07-01 Thread Edward
Hi, Caught in a slight confusion about the wordings describing stdio(3) scenario needing fflush(3). The diff shows my understanding, but please do reply if it is otherwise. # cvs diff cvs server: Diffing . Index: stdio.3 === RCS