Re: openBSD 5.6 (current) on Shuttle DS437

2014-09-23 Thread Jonathan Gray
On Wed, Sep 24, 2014 at 06:58:57AM +0200, Harald Dunkel wrote: > On 09/22/14 13:23, Jonathan Gray wrote: > > > > What video outputs does the machine have? Can you connect the display via > > a different one? Given the invalid EDID warning in your dmesg you may want > > to try a different displ

Re: Why are there no PKG_PATH defaults?

2014-09-23 Thread Harald Dunkel
On 09/23/14 15:48, Alexander Hall wrote: > On September 23, 2014 3:00:41 PM CEST, openda...@hushmail.com wrote: >> Hi, >> >> Expanding on the whole >> http://en.wikipedia.org/wiki/Convention_over_configuration thing -- >> why aren't there any sane PKG_PATH defaults? Ie.: >> >> release=$(uname -r) >

Re: openBSD 5.6 (current) on Shuttle DS437

2014-09-23 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09/22/14 13:23, Jonathan Gray wrote: > > What video outputs does the machine have? Can you connect the display via a > different one? Given the invalid EDID warning in your dmesg you may want to > try a different display. It has a DVI and a

Re: bioctl weirdness

2014-09-23 Thread Dan Becker
forgot to add this relevant part # bioctl -R /dev/wd0a sd1 softraid0: wd0a partition too small, at least 536871980544 bytes required # On Tue, Sep 23, 2014 at 7:40 PM, Dan Becker wrote: > two identical drives... shutdown system remove one turn the system back on > > bioctl shows the partition

bioctl weirdness

2014-09-23 Thread Dan Becker
two identical drives... shutdown system remove one turn the system back on bioctl shows the partitions as 536871980544 which is 137. something times bigger than the drive oddly enough it is 512 times the size of the partition 536871980544/1048578087 512. in a few days I will

Re: low power device

2014-09-23 Thread Adam Thompson
On 14-09-22 05:03 PM, Stuart Henderson wrote: The Atom C2xxx boards run OpenBSD fine. Only glitch I've noticed is the screen background goes red if you VT switch twice (ctrl+alt+f2 ctrl+alt+f1). That "bug" has been around since the 3.x days; the VT code relies on VGA framebuffers initializin

Re: systemd-*

2014-09-23 Thread Landry Breuil
On Sun, Sep 21, 2014 at 08:46:27PM -0600, Theo de Raadt wrote: > > Was reading http://boycottsystemd.org/ and they wrote: > > > > "The OpenBSD Foundation is currently developing OS-agnostic, BSD-licensed > > replacements , > > which will like

Re: WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch

2014-09-23 Thread Vadim Zhukov
2014-09-23 18:41 GMT+04:00 Stefan Wollny : > I have this Lenovo T60 running amd64-current (full dmesg at the end): > > OpenBSD 5.6-current (GENERIC.MP) #388: Mon Sep 22 02:23:15 MDT 2014 > t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz

Re: pf/queue questions

2014-09-23 Thread Daniel Melameth
On Tue, Sep 23, 2014 at 9:39 AM, Dewey Hylton wrote: > i have a site-to-site vpn setup across a 40Mbps wan link (average ~30ms > latency). one of its uses is for san replication, but of course management > traffic (ssh sessions, etc.) have to cross the link as well. without using > queues, at time

Re: quotas grace period "none" right away

2014-09-23 Thread Otto Moerbeek
On Tue, Sep 23, 2014 at 10:06:29AM -0500, Boris Goldberg wrote: > Hello misc, > > I'm using i386 5.4-stable (GENERIC.MP) with user quotas (only) set on one > FS (it's default FS, nothing special). The grace period is 7 days, edquota > -t confirms it. It works fine if I create/chown files from s

cheap and low power quad-core server with Intel J1900

2014-09-23 Thread Karl-Heinz Volk
I wanted to set up such a server with an Asrock Q1900M mainboard. But booting this with the stable OpenBSD 5.5 CD led into: panic: unknown MPS interrupt polarity 2 Booting with the 5.6 snapshot 9/19/2014 was possible, but with a message (after a while) uhub0: device problem, disabling port

pf/queue questions

2014-09-23 Thread Dewey Hylton
i have a site-to-site vpn setup across a 40Mbps wan link (average ~30ms latency). one of its uses is for san replication, but of course management traffic (ssh sessions, etc.) have to cross the link as well. without using queues, at times the replication traffic is such that management traffic

pf/queue questions

2014-09-23 Thread Dewey Hylton
i have a site-to-site vpn setup across a 40Mbps wan link (average ~30ms latency). one of its uses is for san replication, but of course management traffic (ssh sessions, etc.) have to cross the link as well. without using queues, at times the replication traffic is such that management traffic suff

quotas grace period "none" right away

2014-09-23 Thread Boris Goldberg
Hello misc, I'm using i386 5.4-stable (GENERIC.MP) with user quotas (only) set on one FS (it's default FS, nothing special). The grace period is 7 days, edquota -t confirms it. It works fine if I create/chown files from shell, but changes to "none" right away with every day operations (twice alr

WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch

2014-09-23 Thread Stefan Wollny
I have this Lenovo T60 running amd64-current (full dmesg at the end): OpenBSD 5.6-current (GENERIC.MP) #388: Mon Sep 22 02:23:15 MDT 2014 t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz, 1994.62 MHz real mem = 3203203072 (3054MB) avail m

Re: Why are there no PKG_PATH defaults?

2014-09-23 Thread Alexander Hall
On September 23, 2014 3:00:41 PM CEST, openda...@hushmail.com wrote: >Hi, > >Expanding on the whole >http://en.wikipedia.org/wiki/Convention_over_configuration thing -- >why aren't there any sane PKG_PATH defaults? Ie.: > >release=$(uname -r) >architecture=$(uname -p) > >export >PKG_PATH=ftp://ftp.

Why are there no PKG_PATH defaults?

2014-09-23 Thread opendaddy
Hi, Expanding on the whole http://en.wikipedia.org/wiki/Convention_over_configuration thing -- why aren't there any sane PKG_PATH defaults? Ie.: release=$(uname -r) architecture=$(uname -p) export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/${release}/packages/${architecture}/ Thanks! O.D.

Re: cheap and low power quad-core server with Intel J1900

2014-09-23 Thread Jonathan Gray
On Tue, Sep 23, 2014 at 12:34:43PM +0200, Karl-Heinz Volk wrote: > I wanted to set up such a server with an Asrock Q1900M mainboard. > But booting this with the stable OpenBSD 5.5 CD led into: > > panic: unknown MPS interrupt polarity 2 > > Booting with the 5.6 snapshot 9/19/2014 was possible,

Re: OT: Goldman Sachs rescued(?) by Google

2014-09-23 Thread Alan McKay
On Tue, Sep 23, 2014 at 3:43 AM, Maurice McCarthy wrote: > OK I surrender! I get the message lol Hey at least I marked it OT: :-) -- "Don't eat anything you've ever seen advertised on TV" - Michael Pollan, author of "In Defense of Food"

cheap and low power quad-core server with Intel J1900

2014-09-23 Thread Karl-Heinz Volk
I wanted to set up such a server with an Asrock Q1900M mainboard. But booting this with the stable OpenBSD 5.5 CD led into: panic: unknown MPS interrupt polarity 2 Booting with the 5.6 snapshot 9/19/2014 was possible, but with a message (after a while) uhub0: device problem, disabling port

Re: unbound

2014-09-23 Thread Stuart Henderson
On 2014/09/23 11:46, Paul de Weerd wrote: > On Mon, Sep 22, 2014 at 09:58:40PM +, Stuart Henderson wrote: > | Unbound is a recursive-only server. You can add a domain with local-data > | (whether it's a local or remote IP) but this is just for queries from > | local DNS clients, not from other

Re: unbound

2014-09-23 Thread Craig R. Skinner
On 2014-09-22 Mon 16:51 PM |, Giancarlo Razzolini wrote: > Craig, > > If I understood this correctly this "almost" replace the view > function on bind? Now that it was dropped I need to start planning my > transition. > Yes. Until 5.3 I was running a split horizon master zone, with differen

Re: pf queue max bug

2014-09-23 Thread Atanas Vladimirov
On 22.09.2014 23:23, Jacob L. Leifman wrote: Hi, I think you are hitting the edge case discussed earlier this month (by stu@ henning@ and others and it might have been on tech@) -- due to fairly low OS interrupt rate (baked in default is 100Hz), low bandwidth queue limits on high-bandwidth pipes

Re: unbound

2014-09-23 Thread Paul de Weerd
On Mon, Sep 22, 2014 at 09:58:40PM +, Stuart Henderson wrote: | Unbound is a recursive-only server. You can add a domain with local-data | (whether it's a local or remote IP) but this is just for queries from | local DNS clients, not from other nameservers. | | If you want to serve these record

Re: How does pkg_add know I'm tracking -stable?

2014-09-23 Thread Joel Rees
On Tue, Sep 23, 2014 at 5:34 PM, Henning Brauer wrote: > * Joel Rees [2014-09-23 10:12]: >> [...] >> and I think it at indicates not to mix -stable and -release . > > incorrect. > > -stbale is -release + fixes, the entire point of -stable is that it is > 100% compatible with release - it just see

Re: How does pkg_add know I'm tracking -stable?

2014-09-23 Thread Henning Brauer
* Joel Rees [2014-09-23 10:12]: > I've built both /usr/src and /usr/xenocara after updating to -stable, > and I've updated /usr/ports to -stable, but there are no instructions > to do a build at the top of /usr/ports. Can I assume that would be > because you generally don't want to build the whole

Re: How does pkg_add know I'm tracking -stable?

2014-09-23 Thread Marcus MERIGHI
joel.r...@gmail.com (Joel Rees), 2014.09.23 (Tue) 10:10 (CEST): > I've built both /usr/src and /usr/xenocara after updating to -stable, > and I've updated /usr/ports to -stable, but there are no instructions > to do a build at the top of /usr/ports. Can I assume that would be > because you generall

How does pkg_add know I'm tracking -stable?

2014-09-23 Thread Joel Rees
I've built both /usr/src and /usr/xenocara after updating to -stable, and I've updated /usr/ports to -stable, but there are no instructions to do a build at the top of /usr/ports. Can I assume that would be because you generally don't want to build the whole ports tree? I'm reading the faq, and lo

Re: OT: Goldman Sachs rescued(?) by Google

2014-09-23 Thread Maurice McCarthy
OK I surrender! I get the message lol