On 2014-07-27, Chris Cappuccio wrote:
> emigrant [emig...@gmail.com] wrote:
>> new toy for OpenBSD? ;) -> http://www.minnowboard.org/meet-minnowboard-max/
>
> The 2core/2GB model looks similar in spec and price to the PC Engines APU,
> albiet with less LAN ports and possibly a better CPU.
It's
On 2014-07-26, Sebastian Reitenbach wrote:
> On Saturday, July 26, 2014 10:04 CEST, Todd Zimmermann
> wrote:
>
>> Have name resolution failure after an upgrade ( rebooting into the the
>> new system) on my crusty i386 server. A # kill -9 'unbound pid' plus
>> starting unbound from rc.d after
On 2014-07-26, def wrote:
> Change in max_std_mtu of if_bnxreg to 9000 (and appropriate max
> eth mtu to 9018, etc) didnt make mtu to be allowed higher than 1500
> via ifconfig (invalid argument error). Moreover max hw mtu is still
> displayed as 1500 in ifconfig bnx hwfeatures.
It needs more cha
On Mon, Jul 28, 2014 at 10:38:04AM +, Stuart Henderson wrote:
> On 2014-07-27, Chris Cappuccio wrote:
> > emigrant [emig...@gmail.com] wrote:
> >> new toy for OpenBSD? ;) ->
> >> http://www.minnowboard.org/meet-minnowboard-max/
> >
> > The 2core/2GB model looks similar in spec and price to t
On Monday, July 28, 2014 12:46 CEST, Stuart Henderson
wrote:
> On 2014-07-26, Sebastian Reitenbach wrote:
> > On Saturday, July 26, 2014 10:04 CEST, Todd Zimmermann
> > wrote:
> >
> >> Have name resolution failure after an upgrade ( rebooting into the the
> >> new system) on my crusty i3
On 2014/07/28 13:14, Sebastian Reitenbach wrote:
>
> On Monday, July 28, 2014 12:46 CEST, Stuart Henderson
> wrote:
>
> > On 2014-07-26, Sebastian Reitenbach wrote:
> > > On Saturday, July 26, 2014 10:04 CEST, Todd Zimmermann
> > > wrote:
> > >
> > >> Have name resolution failure after an up
Hi again,
just to "close" this case I'd like to mention that my problems with this setup
were caused by some faulty pf.conf rules, which had not been adapted to the
cluster config beforehand, i.e. it works now. :)
Regards
Christoph
>Physical NIC -> trunk interface -> vlan interface = physic
Hi all,
is there a standard or recommended way to keep the pf.conf on the CARP cluster
members in sync?
Thanks!
Regards
Christoph
--
Christoph Peus
Universität Witten/Herdecke
Bereich Informationstechnologie
Tel: +49 2302 926-212
Fax: +49 2302 926-44857
mailto:christoph.p...@uni-wh.de
Hi Christoph,
here is my script to sync via rsync.
Please note i split pf.conf into 3 files because each router has local
specificies (some macros).
/etc/pf.conf: not synced
/etc/pf.sync.conf: filter rules
/etc/pf-nat.sync.conf: nat rules
=
#! /bin/sh
# VARS
SYNCTRACE_FILE
I suggested to re-configure your cable modem as a bridge,
so your OpenBSD-box gets public IP and not private (as you have it now).
On old days then I had a cable modem, I done exactly like this.
This WILL make your life easier. Trust me.
As you dont really have any control of OS(Linux) inside yo
On Sat, Jul 26, 2014 at 01:59:45PM +0200, frantisek holop wrote:
> hmm, on Fri, Jul 25, 2014 at 02:11:00PM -0400, Mike Burns said that
> > > Anybody know of any small laptops (not necessarily chromebooks) that run
> > > OpenBSD well?
> >
> > Thinkpad X1 Carbon. -current works well: wifi, keyboard,
Hi,
> here is my script to sync via rsync.
>
Couldn't rdist(1) help ?
Denis
> On Sat, Jul 26, 2014 at 01:59:45PM +0200, frantisek holop wrote:
> > hmm, on Fri, Jul 25, 2014 at 02:11:00PM -0400, Mike Burns said that
> > > > Anybody know of any small laptops (not necessarily chromebooks) that run
> > > > OpenBSD well?
> > >
> > > Thinkpad X1 Carbon. -current works well: wif
So to get back on topic a bit, I know most of the devs use ThinkPads...
My x201t is showing its age (already! *sigh*) as a Windows machine, but since
much of the hardware (notably the serial Wacom touch-screen, rotation,
fingerprint sensor) is nonfunctional under OpenBSD, I'm not sure that's wha
On Mon, Jul 28, 2014 at 1:44 PM, Denis Fondras wrote:
> Hi,
>
>> here is my script to sync via rsync.
>>
>
> Couldn't rdist(1) help ?
>
> Denis
>
it should ;)
<<
The special command is used to specify sh(1) commands that are to be
executed on the remote host after the file in name list is update
Hi Johan,
dmesg (seems i lied little bit, got 4gb ram)
OpenBSD 5.5-current (GENERIC.MP) #250: Tue Jul 8 12:13:47 MDT 2014
t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4062691328 (3874MB)
avail mem = 3945762816 (3762MB)
mpath0 at root
scsibus0 at mpath0: 256 ta
On 2014-07-28, Peus, Christoph wrote:
> Hi all,
>
>
>
> is there a standard or recommended way to keep the pf.conf on the CARP cluster
> members in sync?
I scp files from a "config master" box where I have a bunch of config files
checked in to subversion. It's pretty straightforward and works wel
> On Jul 28, 2014, at 5:38 AM, Stuart Henderson wrote:
>
>> On 2014-07-27, Chris Cappuccio wrote:
>> emigrant [emig...@gmail.com] wrote:
>>> new toy for OpenBSD? ;) -> http://www.minnowboard.org/meet-minnowboard-max/
>>
>> The 2core/2GB model looks similar in spec and price to the PC Engines A
Hello,
i got a silly question, how to post data to a server with base tools ?
i could nc $DEST << EOT
POST /a/b HTTP/1.0
[..]
EOT
Is there others way ?
Finally (the real question), doing this with a website that require
cookie auth ?
Have a good week.
--
---
You can use the base ftp client to do http, and there is a flag for cookies
handling. What I'm not sure about is how far you'd get trying to do POST
specifically. Many sites will handle POST or GET so you might try changing
your approach to use GET instead?
On Mon, Jul 28, 2014 at 8:33 PM, sven
Stan Gammons [s_gamm...@charter.net] wrote:
>
> A fellow from Intel told me they are coming out with Coreboot firmware for
> the Minnowboard max, no ETA other than "soon", and he didn't know if any of
> the BSD's would work with it. He said the forthcoming FreeBSD 11 almost
> boots with the Mi
On Mon, Jul 28, 2014 at 9:47 PM, Stefan Johnson
wrote:
> You can use the base ftp client to do http, and there is a flag for cookies
> handling. What I'm not sure about is how far you'd get trying to do POST
> specifically. Many sites will handle POST or GET so you might try changing
> your appr
On 07/28/14 07:50, Peus, Christoph wrote:
> Hi all,
>
>
>
> is there a standard or recommended way to keep the pf.conf on the CARP cluster
> members in sync?
>
> Thanks!
No one standard or recommended way, but lots of ideas, as you can see.
Here's mine, but for the moment, I'll leave you to d
Maybe puppet?
Regards
El jul 29, 2014 12:08 a.m., "Nick Holland"
escribió:
> On 07/28/14 07:50, Peus, Christoph wrote:
> > Hi all,
> >
> >
> >
> > is there a standard or recommended way to keep the pf.conf on the CARP
> cluster
> > members in sync?
> >
> > Thanks!
>
> No one standard or recomme
> On Jul 28, 2014, at 6:10 AM, Jonathan Gray wrote:
>
>> On Mon, Jul 28, 2014 at 10:38:04AM +, Stuart Henderson wrote:
>>> On 2014-07-27, Chris Cappuccio wrote:
>>> emigrant [emig...@gmail.com] wrote:
new toy for OpenBSD? ;) ->
http://www.minnowboard.org/meet-minnowboard-max/
>>>
> On Jul 28, 2014, at 8:49 PM, Chris Cappuccio wrote:
>
> Stan Gammons [s_gamm...@charter.net] wrote:
>>
>> A fellow from Intel told me they are coming out with Coreboot firmware for
>> the Minnowboard max, no ETA other than "soon", and he didn't know if any of
>> the BSD's would work with it.
On Mon, Jul 28, 2014 at 11:19 PM, Leonardo Santagostini
wrote:
> Maybe puppet?
>
> Regards
> El jul 29, 2014 12:08 a.m., "Nick Holland"
> escribió:
>
>> On 07/28/14 07:50, Peus, Christoph wrote:
>> > Hi all,
>> >
>> >
>> >
>> > is there a standard or recommended way to keep the pf.conf on the CAR
On Mon, Jul 28, 2014 at 21:33, sven falempin wrote:
> Hello,
>
> i got a silly question, how to post data to a server with base tools ?
Install curl? What's the fascination with base tools only?
While waiting for your help, i found and apply the patch to my rev.1.103
(the patch from old mailing lists which Brad Smith tested on BCM 5708 with
rev.1.96).
I leave my mii/brgphy.c original rev.1.104 (5.5 base) as it already includes
the changes from patch.
Now It is possible to set my BCM5709
On 28 July 2014 19:14, Stan Gammons wrote:
>> On Jul 28, 2014, at 6:10 AM, Jonathan Gray wrote:
>>
>>> On Mon, Jul 28, 2014 at 10:38:04AM +, Stuart Henderson wrote:
On 2014-07-27, Chris Cappuccio wrote:
emigrant [emig...@gmail.com] wrote:
> new toy for OpenBSD? ;) ->
> ht
> > Anyone running OpenBSD on the PC Engines APU.1C ?
>
> Yes i have installed and tried to run a router on it for a 100Mbit
> home internet connection.
> I got high numbers of `sysctl kern.netlivelocks`, few thousands in 4-5
> days uptime, and
> fragment counter in `pfctl -s all` was rising. I ca
On 29 July 2014 07:44, Theo de Raadt wrote:
>> > Anyone running OpenBSD on the PC Engines APU.1C ?
>>
>> Yes i have installed and tried to run a router on it for a 100Mbit
>> home internet connection.
>> I got high numbers of `sysctl kern.netlivelocks`, few thousands in 4-5
>> days uptime, and
>>
32 matches
Mail list logo