Re: New FAQ14 on Installing to a mirror

2016-09-21 Thread Daniel Ouellet
> fixed these two things and hope i got all your questions. You did many thanks! I thought I had it right, but as age advance, verifying facts is a good things! (: Daniel

Re: serial input line not working

2016-09-21 Thread Darren Tucker
On Thu, Sep 22, 2016 at 12:29 PM, Peer Janssen wrote: > # cu -d -l cua00 -s 9600 > cu: open("/dev/cua00"): Device not configured > # cu > cu: open("/dev/cua00"): Device not configured I have an ALIX 2d[something] and on it, the serial ports show up as com devices: $ dmesg | egrep

Re: New FAQ14 on Installing to a mirror

2016-09-21 Thread Theo Buehler
> http://www.openbsd.org/faq/faq14.html#softraid > basically full disk as p partition on each drive with the offset [64] > and use the p partition as the RAID 1 and proceed as normal. agree. the number 2104515 snuck in with a big diff and it appears to be entirely random. changed it to be 64. >

Re: serial input line not working

2016-09-21 Thread Philip Guenther
Backing up to the beginning... On Wed, Sep 21, 2016 at 2:39 PM, Peer Janssen wrote: > I updated an alix.3c3 box from OpenBSD 4.6 release to 6.0 release > recently via bsd.rd install kernel. > This went very smoothly, except that now I can't get a serial stream via > the DB9 serial

Re: serial input line not working

2016-09-21 Thread Peer Janssen
Am 22.09.2016 um 04:00 schrieb Theo de Raadt: >> Am 22.09.2016 um 00:23 schrieb Theo de Raadt: But on that alix box, nothing seems to arrive at the serial line. I tried all of these (the were in 0 t o5): # cu -d -l ttyC -s 9600 Connected to /dev/ttyC (speed

Re: serial input line not working

2016-09-21 Thread Theo de Raadt
> Am 22.09.2016 um 00:23 schrieb Theo de Raadt: > >> But on that alix box, nothing seems to arrive at the serial line. I > >> tried all of these (the were in 0 t o5): > >> > >> # cu -d -l ttyC -s > >> 9600 > >> > >> Connected to /dev/ttyC (speed 9600) > > Well, because that is one of the virtual

New FAQ14 on Installing to a mirror

2016-09-21 Thread Daniel Ouellet
Hi, No problem all works, but I would love to clarify below to be sure I don;t do something wrong as the old and new FAQ14 changed in that aspect and I don't see a reason for the changes. In the new FaQ14 revised version here: http://www.openbsd.org/faq/faq14.html#softraid I wonder if there is

Re: serial input line not working

2016-09-21 Thread Peer Janssen
Am 22.09.2016 um 00:23 schrieb Theo de Raadt: >> But on that alix box, nothing seems to arrive at the serial line. I >> tried all of these (the were in 0 t o5): >> >> # cu -d -l ttyC -s >> 9600 >> >> Connected to /dev/ttyC (speed 9600) > Well, because that is one of the virtual console / screen >

Re: serial input line not working

2016-09-21 Thread Theo de Raadt
> But on that alix box, nothing seems to arrive at the serial line. I > tried all of these (the were in 0 t o5): > > # cu -d -l ttyC -s > 9600 > > Connected to /dev/ttyC (speed 9600) Well, because that is one of the virtual console / screen device. You want to use tty00.

Re: i386 or amd64?

2016-09-21 Thread Jeff Ross
On 9/21/16 2:15 PM, Christian Weisgerber wrote: On 2016-09-20, Jeff Ross wrote: Subject: i386 or amd64? If the hardware supports it, run amd64. If I have 8GB, I for sure want to use it all. You will need amd64 for that. But even if you have less memory, the larger

serial input line not working

2016-09-21 Thread Peer Janssen
I updated an alix.3c3 box from OpenBSD 4.6 release to 6.0 release recently via bsd.rd install kernel. This went very smoothly, except that now I can't get a serial stream via the DB9 serial connector. On a linux box, I do indeed receive the (geiger data) lines like these at a speed of 9600 baud:

OpenBSD 6.0 Success

2016-09-21 Thread Jonathan Drews
I just wanted to thank the developers and contributors for making OpenBSD possible. I have it installed on a Lenovo Thinkpad T420. Sound, X and the mouse are working great. The volume and brightness buttons work too. This was installed from the official CD set. OpenBSD 6.0 GENERIC.MP#1 amd64

Re: i386 or amd64?

2016-09-21 Thread Christian Weisgerber
On 2016-09-20, Jeff Ross wrote: > Subject: i386 or amd64? If the hardware supports it, run amd64. > If I have 8GB, I for sure want to use it all. You will need amd64 for that. But even if you have less memory, the larger address space is beneficial. Also, AES-NI

Re: 6.0-stable panic

2016-09-21 Thread Mihai Popescu
> Where do you see word "solution" in the thread pointed out by URL? Eh, so you did see there is no solution in that thread, didn't you?

Re: Video card recommendation

2016-09-21 Thread lists
Wed, 21 Sep 2016 11:31:43 +0200 Jean Louis > Hello Anton, > > Thank you very much for your awesome help ! > > I was aiming for a ~3000-7000 ATI Radeon video based on what I read on the > Internet but you really helped me there to avoid wrong choices while > buying. I feel

Re: i386 or amd64?

2016-09-21 Thread Kenneth Gober
On Tue, Sep 20, 2016 at 7:38 PM, Jeff Ross wrote: > I've just rented a server with 8GB of ram from m5hosting (based in large > part from the many recommendations I read while searching misc@ on > marc.info). Now the question is: i386 which is what I've always run on my 2 >

Re: Erlang 19.0

2016-09-21 Thread Bogdan Andu
yes.. funny thing is the unpriv user the daemon runs under has data size ~ 2GB but I totally forgot about ulimit stuff. it compiled ok until I hit another compilation error: gmake[3]: Entering directory `/home/andu/otp_src_19.0/lib/diameter/src'  ERLC   ../ebin/diameter.beam  ERLC  

SNMPD Source Address Issues

2016-09-21 Thread Andy Lemin
Hi, TLDR; Is there a way of fixing the "source address" that SNMPD should use? We are having issues with reply snmpd packets sourcing from the egress interface and not the loopback interface which the poll request was sent to :( We have many GRE tunnels and various routes which traffic can

Re: Erlang 19.0

2016-09-21 Thread Raimo Niskanen
On Wed, Sep 21, 2016 at 08:25:54AM +, Bogdan Andu wrote: > Hello, > I have 2 OpenBSD amd64 machines 5.4. and 5.7 which I cannot upgrade them now > I want to compile erlang 19 on these machine and the compilation fails: > The compilation process is:1. apply successfully 6.0 >

Re: Erlang 19.0

2016-09-21 Thread Bogdan Andu
Yes , it would, but searching through archives and commentsthe problem remained unsolved regarding --disable-hipe switch mmap problem does not appear on centos 7 / 64 and on OpenBSD 6.0so I figured out there might be a tweak to let mmap pass that test On Wednesday, September 21, 2016 1:09

Re: Video card recommendation

2016-09-21 Thread Jean Louis
Hello Anton, Thank you very much for your awesome help ! I was aiming for a ~3000-7000 ATI Radeon video based on what I read on the Internet but you really helped me there to avoid wrong choices while buying. I feel grateful for your nice gesture, thanks again. Anyway as you said even if for

Re: Erlang 19.0

2016-09-21 Thread Raimo Niskanen
...and does not this question belong better at erlang-questions(at)erlang(dot)org? On Wed, Sep 21, 2016 at 08:25:54AM +, Bogdan Andu wrote: > Hello, > I have 2 OpenBSD amd64 machines 5.4. and 5.7 which I cannot upgrade them now > I want to compile erlang 19 on these machine and the

Re: 6.0-stable panic

2016-09-21 Thread mxb
Where do you see word “solution” in the thread pointed out by URL? > On 21 sep. 2016, at 10:50, Mihai Popescu wrote: > >> Panic is very similar to > > So the solution must be very similar to ... too!

Re: 6.0-stable panic

2016-09-21 Thread Martin Pieuchot
On 21/09/16(Wed) 10:44, mxb wrote: > Panic is very similar to So far no developer have a clue how to reproduce this panic. It's a long standing bug that is now being exposed. Without knowing what triggers it we are stuck. > > https://www.mail-archive.com/tech@openbsd.org/msg32608.html >

Re: 6.0-stable panic

2016-09-21 Thread Mihai Popescu
> Panic is very similar to So the solution must be very similar to ... too!

6.0-stable panic

2016-09-21 Thread mxb
Panic is very similar to https://www.mail-archive.com/tech@openbsd.org/msg32608.html Panic happened during restart of relayd. System is up to date with errata up to 004. Runs relayd, ospfd, bgpd. no Tor, no transparent stuff.

Erlang 19.0

2016-09-21 Thread Bogdan Andu
Hello, I have 2 OpenBSD amd64 machines 5.4. and 5.7 which I cannot upgrade them now I want to compile erlang 19 on these machine and the compilation fails: The compilation process is:1. apply successfully 6.0 ports/lang/erlang/19/patches to the standard tree2. autoreconf-2.693. gmake .. and the

Re: Video card recommendation

2016-09-21 Thread Karel Gardas
Hello, I'm curious if anybody here does have experience with AMD FirePro 2270 (passively cooled/multi-monitor card) on recent OpenBSD. Thanks! Karel On Wed, Sep 21, 2016 at 9:35 AM, wrote: > Tue, 20 Sep 2016 13:32:11 +0200 Jean Louis >> Hello, >> >> I have

Re: It is too late for that all the developers to do the right thing?

2016-09-21 Thread Gregory Edigarov
Yeah, everybody is too old here, so pass away, do not stay here, troll On 20.09.16 20:06, velocidade da luz wrote: Theo de Raadt wrote: "The Race is there to be run, for ourselves, not for others. We do what we do to run our own race, and finish it the best we can. We don't rush off at every

Re: Video card recommendation

2016-09-21 Thread lists
Tue, 20 Sep 2016 13:32:11 +0200 Jean Louis > Hello, > > I have recently installed OpenBSD for the first time on some hardware I > would like to use now as an OpenBSD workstation (motherboard Asus P6T > deluxe, processor Intel i7 920, I bought it ~10 years ago) Hi Jean Louis,