Re: Does the OpenBSD support well AMD's APU hardware?

2014-07-05 Thread Артур Истомин
On Sat, Jul 05, 2014 at 07:54:33PM -0400, Daniel Villarreal wrote: > It means he's a Southerner by the grace of God. I still do not understand the joke. Can you specify. I really wonder.

Re: Firewall cluster.

2014-07-05 Thread Giancarlo Razzolini
Em 05-07-2014 16:20, Mxher escreveu: > 1) Can I group multiple virtuals ips to make them switch all at the same > time using CARP ? AFAIK, no. But you can use ifstated. > 2) About modems interfaces, I can't have them UP on both firewalls at > the same time. > How would you managed that? You're dial

Re: DVD & how to overcome mkisofs

2014-07-05 Thread Tuyosi Takesima
owing to Maurice advice , i manage to succeed . 1) simple but beautiful dd if=/dev/rcd0c of=dvd.iso bs=64k growisofs -dvd-compat -Z /dev/rcd0c=dvd.iso this image -rw-r--r-- 1 root tuyosi 3882747904 Jul 6 09:42 dvd.iso and is bigger than image made by mkisofs 2984450048 Jul 6 08:21 ISO/t

libmessage (New crazy sh*t)

2014-07-05 Thread Gustav Fransson Nyvell
Hi there, I made this thing because I wanted or need a way to message between processes that know nothing about each other, using a central name. Without requiring any network. So, some basic message passing, across the OS. It's implemented using sqlite3 which in my case is not good, because I

Someone running OpenBSD (no amd64 or i386) in qemu?

2014-07-05 Thread Juan Francisco Cantero Hurtado
Hi, I need to run OpenBSD in qemu. I'm interested in any architecture except amd64/i386/vax/sparc32/motorolas. Someone is running OpenBSD in qemu these days? Any guide/tutorial? PS: "Get a real machine" is not a valid answer :) -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: Dragonflybsd's pf concurrent instead of single-threaded

2014-07-05 Thread Brad Smith
On 05/07/14 8:01 PM, Predrag Punosevac wrote: Franco Fichtner write: I have immense respect for Matt as a user of his code since Amiga C compiler. I probably speak for lots of people both in OpenBSD and DragonFly camp if I say that I would prefer him to finish HAMMER2 and leave concurrent threa

Re: Dragonflybsd's pf concurrent instead of single-threaded

2014-07-05 Thread Predrag Punosevac
Franco Fichtner write: >> I have immense respect for Matt as a user of his code since Amiga C >> compiler. I probably speak for lots of people both in OpenBSD and >> DragonFly camp if I say that I would prefer him to finish HAMMER2 and >> leave concurrent threading in PF to Henning. > Talks about

Re: Does the OpenBSD support well AMD's APU hardware?

2014-07-05 Thread Daniel Villarreal
It means he's a Southerner by the grace of God. have a nice day, Daniel >From Texas In Canada On Sat, Jul 5, 2014 at 2:56 PM, Артур Истомин wrote: > On Sun, Jun 29, 2014 at 12:38:58PM -0500, Gilbert Sanford wrote: > > Though the following has nothing to do with AMD GPU's, it may be

Re: Dragonflybsd's pf concurrent instead of single-threaded

2014-07-05 Thread Franco Fichtner
On 05 Jul 2014, at 23:42, Predrag Punosevac wrote: > I have immense respect for Matt as a user of his code since Amiga C > compiler. I probably speak for lots of people both in OpenBSD and > DragonFly camp if I say that I would prefer him to finish HAMMER2 and > leave concurrent threading in PF t

Re: Dragonflybsd's pf concurrent instead of single-threaded

2014-07-05 Thread Predrag Punosevac
patric conant wrote: > This seems relevant to a lot of interest. > commit 3a0038bfb239dd522057809c52d7d23dd2134c38 > Author: Matthew Dillon > > Date: Thu Jun 26 20:40:32 2014 -0700 > > pf - make the bulk of PF concurrent under normal o

Re: Does the OpenBSD support well AMD's APU hardware?

2014-07-05 Thread Christian Weisgerber
On 2014-07-05, Артур Истомин wrote: >> I will share my config with you with one caveat: I'm from Alabama, and we all >> know what that means ... > > You intrigued me. What it means to be from Alabama? In Birmingham they love the governor? -- Christian "naddy" Weisgerber

Re: Firewall cluster.

2014-07-05 Thread sven falempin
On Sat, Jul 5, 2014 at 3:20 PM, Mxher wrote: > Hello everyone, > > At work we are using a firewall cluster of two Linux servers but I'm > trying to change this; especially to replace iptables/netfilter by pf > (mostly for performances and 'easy to maintain' reasons). > > Here is the thing: right

Re: Does the OpenBSD support well AMD's APU hardware?

2014-07-05 Thread Артур Истомин
On Sun, Jun 29, 2014 at 12:38:58PM -0500, Gilbert Sanford wrote: > Though the following has nothing to do with AMD GPU's, it may be of interest. > I will share my config with you with one caveat: I'm from Alabama, and we all > know what that means ... > http://marc.info/?l=openbsd-misc&m=139656417

Firewall cluster.

2014-07-05 Thread Mxher
Hello everyone, At work we are using a firewall cluster of two Linux servers but I'm trying to change this; especially to replace iptables/netfilter by pf (mostly for performances and 'easy to maintain' reasons). Here is the thing: right now if the active node is seen dead, all resources will swi

Re: http://www.openbsd.org/anoncvs.html

2014-07-05 Thread Waldemar Brodkorb
Hi, Nick Holland wrote, > >> You have to be root to install the kernel and the userland anyway. If > >> you wish to build userland without being root, you need sudo configured > >> without a password (or be sitting around to respond when it asks for a > >> pw). Again, not really improving securit

Re: DVD & how to overcome mkisofs

2014-07-05 Thread Maurice McCarthy
Simplest $ sudo chown root:operator /dev/*cd* $ sudo user mod -G operator tuyosi Copy dvd to disk $ dd if=/dev/rcd0c of=dvd.iso bs=64k Burn dvd $ growisofs -dvd-compat -Z /dev/rcd0c=dvd.iso Good Luck Mo

Re: kernel panic radeon HD 8570D

2014-07-05 Thread romook
> Hello, Hello > When startig X on the latest snapshot the kernel paniced, I was stupid enough not to run the suggested > command at the ddb prompt because I forgot. > > Here's the error it reported: > > uvm_fault(0xfe823cb0c468, 0x278, 0, 1) -> e > kernel: page fault trap, code=0 > Sto

Re: does OpenMP work on 5.5/amd64?

2014-07-05 Thread Stuart Henderson
On 2014-07-04, Gustav Fransson Nyvell wrote: > On 07/04/14 21:37, Jonathan Thornburg wrote: >> In message , >> I wrote: >> | Has anyone gotten OpenMP to work on 5.5-{release,stable}/amd64? >> | >> | 'man gcc' and /usr/local/info/gcc.info both

Re: DVD & how to overcome mkisofs

2014-07-05 Thread Maurice McCarthy
Rip the original DVD with dvdbackup or dvdcpy. (If you do not need to do any transcoding to do you could use "dd" to copy the raw iso.) Have you then tried installing dvdstyler to create and burn your new dvd? It pulls in all necessary dependencies. DvdStyler contains these commands: Create is