Re: low power device

2014-09-19 Thread Alexander Hall
On September 19, 2014 5:50:27 AM CEST, Liviu Daia liviu.d...@gmail.com wrote:
On 18 September 2014, Stan Gammons sg063...@gmail.com wrote:
 Yes, the APU has a serial console.  Baud rate is 115,200.  To install
 OpenBSD, boot from a CD. At the boot prompt, before it times out and
 continues to boot, type stty com0 115200 and press return. Then
type
 set tty com0 and press return. Then press return at the boot
prompt
 to continue the boot process.  Choose yes when the install ask if you
 want to use com0 as the console.

In order to boot from a CD you need an USB CD-ROM.  If you don't
have an USB CD-ROM you can just make a live USB flash disk (see
FAQ 14.17.3), boot from it, and install the system over network.

Or you could just download minirootXY.fs or installXY.fs from your favourite 
openbsd http mirror, and dd it to a USB stick.

/Alexander

Alternatively, you can take out the mSATA / SD card from APU, put it in
an enclosure / card reader, connect it to a computer, install the
system
on it, then mount it back in the APU.

But, on a side note, a live USB flash disk is an useful thing to
have around anyway.  You can take it with you, and turn (almost) any
Windows PC into an useful terminal in less than a minute. :)

Regards,

Liviu Daia



unbound

2014-09-19 Thread Krzysztof Strzeszewski

Hi,

I want add my global domain in my serwer dns unbound... How to do? I 
don't add local domain:


local-data: example.com 10800 IN A local_IP

but I want add mu global domain end record A for public_IP in global 
network.


I konw how add my domain in named(bind):

zone example.com {
type master;
file example.com.hosts;
allow-update { none; };
allow-transfer { 111.111.111.111; };
notify yes;
};

end add record A in example.com.hosts.



but I don't konw add in unbount



I greet
Krzych



videos in the browser

2014-09-19 Thread Marc Espie
with a recent configuration, videos work fine in the browser.
*however* a lot of websites still give you only flash videos.
Or do they ?

There's this nifty extension in chrome to fudge the user-agent 
(called user-agent switcher) where you can play at browsing from
a tablet. Surprise: those video sites work again (in some cases,
you have to fight a bit more, go explicitly to the mobile version
and not let them switch you back to the desktop mode).

It's obvious those guys aren't testing on OpenBSD. It's also obvious
they know how to switch to a non flash version on given user-agents.

So what about a little mail your favorite website campaign. Figure out
one website where you can't watch videos, and send some kind of email
feedback to them.  Tell them in no uncertain terms that flash does not
exist on OpenBSD, and if they see OpenBSD in the user-agent, then they
should go to plain h264 videos, which they have.

Offenders include youtube (sometimes, mostly VEVO stuff), wimp.com, facebook.
Probably some others.

I don't think they will notice if I'm the only guy doing that. But if they
get a few pointed emails over the coming weeks, maybe they might fix their
act, and hey, maybe we'll get videos mostly everywhere...



Re: videos in the browser

2014-09-19 Thread David Coppa
On Fri, Sep 19, 2014 at 12:48 PM, Marc Espie es...@nerim.net wrote:
 with a recent configuration, videos work fine in the browser.
 *however* a lot of websites still give you only flash videos.
 Or do they ?

 There's this nifty extension in chrome to fudge the user-agent
 (called user-agent switcher) where you can play at browsing from
 a tablet. Surprise: those video sites work again (in some cases,
 you have to fight a bit more, go explicitly to the mobile version
 and not let them switch you back to the desktop mode).

This[1] also works fine for many of the most famous video websites...

[1] http://isebaro.com/viewtube/?ln=en

Ciao!
David
-- 
If you try a few times and give up, you'll never get there. But if
you keep at it... There's a lot of problems in the world which can
really be solved by applying two or three times the persistence that
other people will.
-- Stewart Nelson



Re: videos in the browser

2014-09-19 Thread Eugene Yunak
Great idea. I think it would help if we all use the same destination email
addresses as in big companies there are plenty of different points of
contact
and if each one of them only gets 1 or 2 emails we will likely remain
unheard.

Marc can you please share the email addresses you used to reach out to
Facebook
and Youtube?


On 19 September 2014 13:48, Marc Espie es...@nerim.net wrote:

 with a recent configuration, videos work fine in the browser.
 *however* a lot of websites still give you only flash videos.
 Or do they ?

 There's this nifty extension in chrome to fudge the user-agent
 (called user-agent switcher) where you can play at browsing from
 a tablet. Surprise: those video sites work again (in some cases,
 you have to fight a bit more, go explicitly to the mobile version
 and not let them switch you back to the desktop mode).

 It's obvious those guys aren't testing on OpenBSD. It's also obvious
 they know how to switch to a non flash version on given user-agents.

 So what about a little mail your favorite website campaign. Figure out
 one website where you can't watch videos, and send some kind of email
 feedback to them.  Tell them in no uncertain terms that flash does not
 exist on OpenBSD, and if they see OpenBSD in the user-agent, then they
 should go to plain h264 videos, which they have.

 Offenders include youtube (sometimes, mostly VEVO stuff), wimp.com,
 facebook.
 Probably some others.

 I don't think they will notice if I'm the only guy doing that. But if they
 get a few pointed emails over the coming weeks, maybe they might fix their
 act, and hey, maybe we'll get videos mostly everywhere...




-- 
The best the little guy can do is what
the little guy does right



Re: videos in the browser

2014-09-19 Thread Marc Espie
On Fri, Sep 19, 2014 at 12:55:59PM +0200, David Coppa wrote:
 On Fri, Sep 19, 2014 at 12:48 PM, Marc Espie es...@nerim.net wrote:
  with a recent configuration, videos work fine in the browser.
  *however* a lot of websites still give you only flash videos.
  Or do they ?
 
  There's this nifty extension in chrome to fudge the user-agent
  (called user-agent switcher) where you can play at browsing from
  a tablet. Surprise: those video sites work again (in some cases,
  you have to fight a bit more, go explicitly to the mobile version
  and not let them switch you back to the desktop mode).
 
 This[1] also works fine for many of the most famous video websites...
 
 [1] http://isebaro.com/viewtube/?ln=en

David, please do another thread if you want to discuss that.
There are lots of hackish solutions to get videos on openbsd anyway.

The point here is to try to get more things working out of the box
by asking the sites and telling them there are OpenBSD users out there
that would like to get videos just working.



Re: videos in the browser

2014-09-19 Thread Marc Espie
On Fri, Sep 19, 2014 at 01:57:34PM +0300, Eugene Yunak wrote:
 Great idea. I think it would help if we all use the same destination email
 addresses as in big companies there are plenty of different points of
 contact
 and if each one of them only gets 1 or 2 emails we will likely remain
 unheard.
 
 Marc can you please share the email addresses you used to reach out to
 Facebook
 and Youtube?

I just used their standard feedback contact form.



SATA USB 3.0 PCI support

2014-09-19 Thread repays95130
I've installed OpenBSD 5.5/amd64 on an HP workstation. I'd like to add 
additional SATA drives and add USB 3.0 (for backup to umass) to the HP but I'm 
having difficulty finding the OpenBSD supported hardware/chipset page (I 
thought there was a page for this). I found a SYBA Combo USB 3.0 + SATA III 
6Gbps, v2.0 PCI Express, x4 Slot Controller Card (on newegg) that has the 
Etron EJ168a  ASMedia ASM1061 chips. Would this work with OpenBSD 5.5? If 
not, does anyone have a recommendation for a singe or multiple PCI boards?

Thanks,

Joe



4k graphics and openbsd

2014-09-19 Thread Tony Sarendal
Good afternoon,

Friday question:
Does anyone have recommendation on graphics hardware to use for 4k screens
and OpenBSD ?

I'm thinking about improving my workstation. I run lots of terminal
windows, a web browser,
and the default window manager. As I like eye candy I may even do xsetroot
-solid black.

What I want is a stable work environment where I can reboot my workstation
every
6 months or so. This with a 4k screen. Doable ?

Cheers

/Tony



Re: unbound

2014-09-19 Thread Marco Prause
Am 19.09.2014 um 12:28 schrieb Krzysztof Strzeszewski:
...
 I want add my global domain in my serwer dns unbound... How to do? I
 don't add local domain:
 
 local-data: example.com 10800 IN A local_IP
 
 but I want add mu global domain end record A for public_IP in global
 network.
 
 I konw how add my domain in named(bind):
 
 zone example.com {
 type master;
 file example.com.hosts;
 allow-update { none; };
 allow-transfer { 111.111.111.111; };
 notify yes;
 };
 
 end add record A in example.com.hosts.
...

hi Krzych,

as a read it correctly - you seem to be out of luck, because unbound is
just a resolving nameserver an no full authoritative one.

Your first step, by using a combination of local-zone: and local-data:
should be the best choice.

Otherwise you can configure a stub resolver, but this one has to be an
authoritative one as well like e.g. bind oder nsd.

Concening the RR in my opinion you should be able to use non RFC1918
addresses in these config-parts as well - but I haven't tested it yet.

Regards,
Marco



Re: videos in the browser

2014-09-19 Thread Matti Karnaattu
Hi,

I don't think that any web developer care OpenBSD because OpenBSD
doesn't have graphical browser in base system. They don't care even if
1000 OpenBSD users complain.

Flash material will disappear from web less than three years and Flash
videos will get replaced by Mpeg-4 AVC and WebM.

I personally think that OpenBSD should embrace HTML5/ECMA Script by
adding Web component + minimalistic browser around it to the base
system in some point of future. Major reason for this is that web has
become both defacto and dejure technology for graphical remote use and
also it is standard way to create GUI. X clients are legacy today.
This is even possible to do, because needed software components are
almost completely available in BSD licenses.

After all, I think top secure system should also allow running
applications in secured manner, but it may cause challenges to avoid
security holes.



tools for monitoring network traffic

2014-09-19 Thread Markus Rosjat

Hello,

just a simple question with a properbly more complicated answer. Are 
there tools out there to simply monitor the network traffic for a 
webserver so you get information about which domain caused which traffic 
over a week or a day?


I know I could go and reinvent the wheel by using pf and other tools but 
since Im a lazy guy I want to look for a solution that is already out there.


Thx for the help :)

Regards

--
Markus Rosjatfon: +49 351 8107223mail: ros...@ghweb.de

G+H Webservice GbR Gorzolla, Herrmann
Königsbrücker Str. 70, 01099 Dresden

http://www.ghweb.de
fon: +49 351 8107220   fax: +49 351 8107227

Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss! Before you 
print it, think about your responsibility and commitment to the ENVIRONMENT



Re: SATA USB 3.0 PCI support

2014-09-19 Thread Maurice McCarthy
On Thu, Sep 18, 2014 at 06:31:13PM -0500 or thereabouts, 
repays95...@mypacks.net wrote:
 I've installed OpenBSD 5.5/amd64 on an HP workstation. I'd like to add 
 additional SATA drives and add USB 3.0 (for backup to umass) to the HP but 
 I'm having difficulty finding the OpenBSD supported hardware/chipset page (I 
 thought there was a page for this). I found a SYBA Combo USB 3.0 + SATA III 
 6Gbps, v2.0 PCI Express, x4 Slot Controller Card (on newegg) that has the 
 Etron EJ168a  ASMedia ASM1061 chips. Would this work with OpenBSD 5.5? If 
 not, does anyone have a recommendation for a singe or multiple PCI boards?
 
 Thanks,
 
 Joe
 

There is no usb 3.0 driver in 5.5 It is still under development.

Regards
Moss



Re: videos in the browser

2014-09-19 Thread Eugene Yunak
As a webdeveloper, I don't care what you think. I have strong suspicion
OpenBSD devs don't care either.

On 19 September 2014 15:36, Matti Karnaattu mkarnaa...@gmail.com wrote:

 Hi,

 I don't think that any web developer care OpenBSD because OpenBSD
 doesn't have graphical browser in base system. They don't care even if
 1000 OpenBSD users complain.

 Flash material will disappear from web less than three years and Flash
 videos will get replaced by Mpeg-4 AVC and WebM.

 I personally think that OpenBSD should embrace HTML5/ECMA Script by
 adding Web component + minimalistic browser around it to the base
 system in some point of future. Major reason for this is that web has
 become both defacto and dejure technology for graphical remote use and
 also it is standard way to create GUI. X clients are legacy today.
 This is even possible to do, because needed software components are
 almost completely available in BSD licenses.

 After all, I think top secure system should also allow running
 applications in secured manner, but it may cause challenges to avoid
 security holes.




-- 
The best the little guy can do is what
the little guy does right



Re: videos in the browser

2014-09-19 Thread Ville Valkonen
I'll get the popcorns.
On Sep 19, 2014 3:38 PM, Matti Karnaattu mkarnaa...@gmail.com wrote:

 Hi,

 I don't think that any web developer care OpenBSD because OpenBSD
 doesn't have graphical browser in base system. They don't care even if
 1000 OpenBSD users complain.

 Flash material will disappear from web less than three years and Flash
 videos will get replaced by Mpeg-4 AVC and WebM.

 I personally think that OpenBSD should embrace HTML5/ECMA Script by
 adding Web component + minimalistic browser around it to the base
 system in some point of future. Major reason for this is that web has
 become both defacto and dejure technology for graphical remote use and
 also it is standard way to create GUI. X clients are legacy today.
 This is even possible to do, because needed software components are
 almost completely available in BSD licenses.

 After all, I think top secure system should also allow running
 applications in secured manner, but it may cause challenges to avoid
 security holes.



Re: tools for monitoring network traffic

2014-09-19 Thread Ville Valkonen
Hello Markus, have you checked pflow?

Regards, Ville
On Sep 19, 2014 4:11 PM, Markus Rosjat ros...@ghweb.de wrote:

 Hello,

 just a simple question with a properbly more complicated answer. Are there
 tools out there to simply monitor the network traffic for a webserver so
 you get information about which domain caused which traffic over a week or
 a day?

 I know I could go and reinvent the wheel by using pf and other tools but
 since Im a lazy guy I want to look for a solution that is already out
there.

 Thx for the help :)

 Regards

 --
 Markus Rosjatfon: +49 351 8107223mail: ros...@ghweb.de

 G+H Webservice GbR Gorzolla, Herrmann
 Königsbrücker Str. 70, 01099 Dresden

 http://www.ghweb.de
 fon: +49 351 8107220   fax: +49 351 8107227

 Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss! Before
 you print it, think about your responsibility and commitment to the
 ENVIRONMENT



Re: tools for monitoring network traffic

2014-09-19 Thread Monah Baki
I use Bro and Argus

http://qosient.com/argus/
http://bro.org

On Fri, Sep 19, 2014 at 9:10 AM, Markus Rosjat ros...@ghweb.de wrote:

 Hello,

 just a simple question with a properbly more complicated answer. Are there
 tools out there to simply monitor the network traffic for a webserver so
 you get information about which domain caused which traffic over a week or
 a day?

 I know I could go and reinvent the wheel by using pf and other tools but
 since Im a lazy guy I want to look for a solution that is already out
there.

 Thx for the help :)

 Regards

 --
 Markus Rosjatfon: +49 351 8107223mail: ros...@ghweb.de

 G+H Webservice GbR Gorzolla, Herrmann
 Königsbrücker Str. 70, 01099 Dresden

 http://www.ghweb.de
 fon: +49 351 8107220   fax: +49 351 8107227

 Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss! Before
 you print it, think about your responsibility and commitment to the
 ENVIRONMENT



Re: Available disks are: none at installation of OpenBSD 5.5

2014-09-19 Thread ML mail
Thanks for the tip, I now tried OpenBSD 5.6-current from the FTP snapshot but 
still no disks available. As suggested by the others I post here below the full 
dmesg output:

OpenBSD 5.6-current (RAMDISK_CD) #351: Wed Sep 17 12:10:28 MDT 2014
t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 17101213696 (16308MB)
avail mem = 16640602112 (15869MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xec120 (77 entries)
bios0: vendor American Megatrends Inc. version 4.6.5 date 03/19/2014
bios0: Intel EPGSVR
acpi0 at bios0: rev 2
acpi0: sleep states S0
acpi0: tables DSDT FACP APIC FPDT SSDT MCFG HPET SSDT SSDT SPMI ASF! SPCR DMAR 
EINJ ERST HEST BERT
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU E3-1275 v3 @ 3.50GHz, 3691.92 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 99MHz
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 4 (RP01)
acpiprt2 at acpi0: bus 5 (RP04)
acpiprt3 at acpi0: bus 1 (P0P2)
acpiprt4 at acpi0: bus 2 (P0PA)
acpiprt5 at acpi0: bus 3 (P0PB)
acpiprt6 at acpi0: bus 1 (PEG0)
acpiprt7 at acpi0: bus 2 (PEG1)
acpiprt8 at acpi0: bus 3 (PEG2)
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 Intel Xeon E3-1200 v3 Host rev 0x06
ppb0 at pci0 dev 1 function 0 Intel Core 4G PCIE rev 0x06: msi
pci1 at ppb0 bus 1
ix0 at pci1 dev 0 function 0 Intel 82599 rev 0x01: msi, address 
00:10:f3:2b:1b:9c
ix1 at pci1 dev 0 function 1 Intel 82599 rev 0x01: msi, address 
00:10:f3:2b:1b:9d
ppb1 at pci0 dev 1 function 1 Intel Core 4G PCIE rev 0x06: msi
pci2 at ppb1 bus 2
em0 at pci2 dev 0 function 0 Intel I350 rev 0x01: msi, address 
00:10:f3:3b:70:a2
em1 at pci2 dev 0 function 1 Intel I350 rev 0x01: msi, address 
00:10:f3:3b:70:a3
em2 at pci2 dev 0 function 2 Intel I350 rev 0x01: msi, address 
00:10:f3:3b:70:a4
em3 at pci2 dev 0 function 3 Intel I350 rev 0x01: msi, address 
00:10:f3:3b:70:a5
ppb2 at pci0 dev 1 function 2 Intel Core 4G PCIE rev 0x06: msi
pci3 at ppb2 bus 3
em4 at pci3 dev 0 function 0 Intel I350 rev 0x01: msi, address 
00:10:f3:3b:70:a6
em5 at pci3 dev 0 function 1 Intel I350 rev 0x01: msi, address 
00:10:f3:3b:70:a7
em6 at pci3 dev 0 function 2 Intel I350 rev 0x01: msi, address 
00:10:f3:3b:70:a8
em7 at pci3 dev 0 function 3 Intel I350 rev 0x01: msi, address 
00:10:f3:3b:70:a9
Intel 8 Series xHCI rev 0x05 at pci0 dev 20 function 0 not configured
ehci0 at pci0 dev 26 function 0 Intel 8 Series USB rev 0x05: apic 2 int 16
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
ppb3 at pci0 dev 28 function 0 Intel 8 Series PCIE rev 0xd5: msi
pci4 at ppb3 bus 4
ppb4 at pci0 dev 28 function 3 Intel 8 Series PCIE rev 0xd5: msi
pci5 at ppb4 bus 5
ppb5 at pci5 dev 0 function 0 ASPEED Technology AST1150 PCI rev 0x02
pci6 at ppb5 bus 6
vga1 at pci6 dev 0 function 0 ASPEED Technology AST2000 rev 0x21
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
ehci1 at pci0 dev 29 function 0 Intel 8 Series USB rev 0x05: apic 2 int 23
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 Intel EHCI root hub rev 2.00/1.00 addr 1
Intel C226 LPC rev 0x05 at pci0 dev 31 function 0 not configured
ahci0 at pci0 dev 31 function 2 Intel 8 Series AHCI rev 0x05: msi, AHCI 1.3
scsibus0 at ahci0: 32 targets
ahci0: attempting to idle device
ahci0: stopping the port, softreset slot 31 was still active.
ahci0: failed to soft reset device
Intel 8 Series SMBus rev 0x05 at pci0 dev 31 function 3 not configured
isa0 at mainbus0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
com2 at isa0 port 0x3e8/8 irq 5: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
uhub2 at uhub0 port 1 vendor 0x8087 product 0x8008 rev 2.00/0.05 addr 2
uhub3 at uhub1 port 1 vendor 0x8087 product 0x8000 rev 2.00/0.05 addr 2
uhidev0 at uhub3 port 3 configuration 1 interface 0 Logitech Logitech USB 
Keyboard rev 1.10/23.00 addr 3
uhidev0: iclass 3/1
ukbd0 at uhidev0
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub3 port 3 configuration 1 interface 1 Logitech Logitech USB 
Keyboard rev 1.10/23.00 addr 3
uhidev1: iclass 3/0, 2 report ids
uhid at uhidev1 reportid 1 

Re: unbound

2014-09-19 Thread Craig R. Skinner
On 2014-09-19 Fri 12:28 PM |, Krzysztof Strzeszewski wrote:
 
 I want add my global domain in my serwer dns unbound... How to do?
 
 I konw how add my domain in named(bind):
 

$ man 8 unbound
...
..
DESCRIPTION
   Unbound is an implementation of a DNS resolver, that does caching
.



Use NSD:

$ man 8 nsd
...
...
DESCRIPTION
NSD is a complete implementation of an authoritative DNS nameserver.
...

$ man 5 nsd.conf

The zone file format is much the same as for named(BIND), you can
probably use the same file copied in to /var/nsd/zones/master/



Something like:

# nsd.conf
server:
verbosity: 2
hide-version: yes
ip4-only: yes
ip-address: pub.lic.ip.address
# different privileged port on loopback for unbound stub zones:
# The ARPA Host Name Server Protocol (NAMESERVER)
# is an obsolete network protocol  unused
# http://en.wikipedia.org/wiki/ARPA_Host_Name_Server_Protocol
ip-address: 127.0.0.1@42

remote-control:
control-enable: yes

# Master zones:
zone:
name: internal
zonefile: master/internal

zone:
name: 1.168.192.in-addr.arpa
zonefile: master/1.168.192.in-addr.arpa

zone:
name: example.not
zonefile: master/example.not
notify: slave.server.ip.address NOKEY
provide-xfr: slave.server.ip.address NOKEY






# unbound.conf
server:
interface: 127.0.0.1
interface: 192.168.1.1
do-ip6: no
access-control: ::0/0 refuse
access-control: 0.0.0.0/0 refuse
access-control: 127.0.0.0/8 allow
access-control: 192.168.1.0/24 allow
hide-identity: yes
hide-version: yes
verbosity: 2
log-queries: yes
root-hints: /etc/root.hints
do-not-query-localhost: no  # NOTE THIS!!!

# private networks:
private-address: 10.0.0.0/8
private-address: 100.64.0.0/10
private-address: 172.16.0.0/12
private-address: 192.0.0.0/29
private-address: 192.168.0.0/16
private-address: 198.18.0.0/15
# example source code  documentation:
private-address: 192.0.2.0/24
private-address: 198.51.100.0/24
private-address: 203.0.113.0/24
# subnet, autoconfiguration between two hosts on a single link:
private-address: 169.254.0.0/16
# reserved for multicast assignments:
private-address: 224.0.0.0/4
# reserved for future use:
private-address: 240.0.0.0/4

private-domain: 'internal'

local-zone: '1.168.192.in-addr.arpa' typetransparent# NOTE THIS!!!

local-zone: localhost. static
local-data: localhost. 10800 IN NS localhost.
local-data: localhost. 10800 IN SOA localhost. nobody.invalid.  1 3600 
1200 604800 10800
local-data: localhost. 10800 IN A 127.0.0.1
# Disabled: (do-ip6: no doesn't do it):
# local-data: localhost. 10800 IN  ::1

remote-control:
control-enable: yes

stub-zone:
name: 'internal'
stub-addr: 127.0.0.1@42

stub-zone:
name: '1.168.192.in-addr.arpa'
stub-addr: 127.0.0.1@42

stub-zone:
name: 'example.not'
stub-addr: 127.0.0.1@42
stub-addr: slave.server.ip.address
stub-first: yes



Re: Available disks are: none at installation of OpenBSD 5.5

2014-09-19 Thread ML mail
A small update: I now have tried switching to IDE mode instead of AHCI in the 
BIOS and also have tried two different disk devices (250 GB SATA HD, 4 GB SATA 
DOM) on different ports but still the same results. No drives available.



On Thursday, September 18, 2014 7:33 PM, Nick Holland 
n...@holland-consulting.net wrote:
On 09/18/14 12:27, ML mail wrote:



 Hi,

 I'm trying to install OpenBSD 5.5 (amd64) to use as a firewall on a
 SATA flash drive of 8 GB. Unfortuantely the drive does not get
 detected by OpenBSD at the installation so I am unable to install
 OpenBSD.

 The relevant output of the dmesg would be the following:

If you know what the relevant output is, you could probably
fix the problem.
don't snip your dmesg.
...
But ... sounds like sucky hw.

I'd start by swapping out the SATA cables (I think I've had some issues
with that).  Try a real SATA disk.  If the real disk works, your flash 
drive or its adapter is bad (or ahci-uncooperative)

If it seems OpenBSD just doesn't work with that SATA port (with a real 
disk), try -current and see if that works better.  If not, post a full 
dmesg so we can figure out what we are dealing with.

To get running today, I'd see if you can degrade the port to non-AHCI 
mode -- it will be slower, but for a firewall?  Who cares.  Won't notice 
with most flash devices anyway.  Or use a USB flash drive instead of a SATA.

Nick.



Re: SATA USB 3.0 PCI support

2014-09-19 Thread Mikkel C. Simonsen

repays95...@mypacks.net wrote:

I've installed OpenBSD 5.5/amd64 on an HP workstation. I'd like to
add additional SATA drives and add USB 3.0 (for backup to umass)


Why not get a card with an eSATA port for backup?

Best regards,

Mikkel C. Simonsen



How to procmail sort misc@openbsd.org?

2014-09-19 Thread Steve Litt
Hi all,

I had the following procmail filter:

0:
List-ID:.*misc.openbsd.org
.OpenBSD/

The preceding didn't put this list's email in maildir folder
OpenBSD. Just to make sure there was nothing wrong with the OpenBSD
folder, I changed it to a known good other folder, and still, mail from
this list went in my main inbox folder.

So then I tried the following:

0:
* ^(To|Cc).*misc.openbsd.org
.OpenBSD/

Same symptom: Mail from this list went to my main inbox, not to
OpenBSD. I'm stumped.

Is this mailing list using some special kind of encoding that trips up
procmail? Have I somehow gotten my Procmail recipes wrong? Can anyone
think of *any* explanation or solution?

Thanks,

SteveT

Steve Litt*  http://www.troubleshooters.com/
Troubleshooting Training  *  Human Performance



Re: low power device

2014-09-19 Thread Andreas Bartelt
On 09/19/14 01:42, Steve Litt wrote:
...
 Very, very nice! Two questions:

 1) Can I safely assume that the Realtek RTL8111E works well with
 OpenBSD?

 2) Where's the best place to buy it if you live in the US? I saw this,
 which looks pretty good, given that they give you the enclosure (and
 I presume the heat spreader) and a wall wort:
 http://store.netgate.com/kit-APU1C4.aspx

 I've been looking for something like this for a long time. Thanks!


is anybody else using this recent BIOS snapshot on the APU.1c: Build 
9/8/2014 (beta, reduced spew level)

The first re(4) interface isn't always recognized after reboot. I don't 
know if it's related to the BIOS update since I didn't play much with 
this board when I still had the BIOS beta from April flashed.

I've seen this re0-related problem multiple times with an OpenBSD 
snapshot from April and also with a newer snapshot from September.

The kernel sometimes also freezes at ehci0 (see attachment).

So, at least my APU.1c device doesn't work reliably at all.

I was thinking about getting one of these (hopefully low-power) 
Supermicro boards:
Atom N2800-based:
http://www.supermicro.com/products/motherboard/ATOM/X9/X9SCAA-L.cfm
Atom S1260-based:
http://www.supermicro.com/products/motherboard/ATOM/X9/X9SBAA-F.cfm
http://www.supermicro.com/products/motherboard/ATOM/X9/X9SBAA.cfm
Atom C2xxx-based:
http://www.supermicro.com/products/motherboard/Atom/X10/A1SRi-2558F.cfm
http://www.supermicro.com/products/motherboard/Atom/X10/A1SAi-2550F.cfm
Celeron J1900-based:
http://www.supermicro.com/products/motherboard/celeron/X10/X10SBA-L.cfm

Does anybody have experience with one of the boards from above on OpenBSD?

Best regards
Andreas
OpenBSD 5.6-current (GENERIC.MP) #372: Wed Sep 10 18:03:54 MDT 2014
t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4246003712 (4049MB)   
avail mem = 4124246016 (3933MB)
mpath0 at root 
scsibus0 at mpath0: 256 targets
mainbus0 at root   
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xdf16d820 (7 entries)
bios0: vendor coreboot version 4.0 date 09/08/2014   
bios0: PC Engines APU   
acpi0 at bios0: rev 0
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP SPCR HPET APIC HEST SSDT SSDT SSDT
acpi0: wakeup devices AGPB(S4) HDMI(S4) PBR4(S4) PBR5(S4) PBR6(S4) PBR7(S4) 
PE20(S4) PE21(S4) PE22(S4) PE23(S4) PIBR(S4) UOH1(S3) UOH2(S3) UOH3(S3) 
UOH4(S3) UOH5(S3) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits

   
acpihpet0 at acpi0: 14318180 Hz 
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)   
cpu0: AMD G-T40E Processor, 1000.14 MHz  
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,SSSE3,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,IBS,SKINIT,ITSC
cpu0: 32KB 64b/line 2-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
16-way L2 cache 
 
cpu0: 8 4MB entries fully associative   
  
cpu0: DTLB 40 4KB entries fully associative, 8 4MB entries fully associative
cpu0: smt 0, core 0, package 0  
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 199MHz   
cpu0: mwait min=64, max=64, C-substates=0.0.0.0.0, IBE
cpu1 at mainbus0: apid 1 (application processor)  
cpu1: AMD G-T40E Processor, 1000.00 MHz 
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,SSSE3,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,IBS,SKINIT,ITSC
cpu1: 32KB 64b/line 2-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
16-way L2 cache 
 
cpu1: 8 4MB entries fully associative   
  
cpu1: DTLB 40 4KB entries fully associative, 8 4MB entries fully associative
cpu1: smt 0, core 1, package 0  
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 21, 24 pins
acpiprt0 at acpi0: bus -1 (AGPB)  
acpiprt1 at acpi0: bus -1 (HDMI)
acpiprt2 at acpi0: bus 1 (PBR4) 
acpiprt3 at acpi0: bus 2 (PBR5)
acpiprt4 at acpi0: bus 3 (PBR6)
acpiprt5 at acpi0: bus -1 (PBR7)
acpiprt6 at acpi0: bus 5 (PE20) 
acpiprt7 at acpi0: bus -1 (PE21)
acpiprt8 at acpi0: bus -1 (PE22)
acpiprt9 at acpi0: 

Re: tools for monitoring network traffic

2014-09-19 Thread Chris Cappuccio
Markus Rosjat [ros...@ghweb.de] wrote:
 Hello,
 
 just a simple question with a properbly more complicated answer. Are there
 tools out there to simply monitor the network traffic for a webserver so you
 get information about which domain caused which traffic over a week or a
 day?
 

What about your access log?

 I know I could go and reinvent the wheel by using pf and other tools but
 since Im a lazy guy I want to look for a solution that is already out there.
 

Unless each web site runs on a different IP address, this might be nearly 
impossible to do at the network level



Re: How to procmail sort misc@openbsd.org?

2014-09-19 Thread Stefan Sperling
On Fri, Sep 19, 2014 at 11:19:47AM -0400, Steve Litt wrote:
 Hi all,
 
 I had the following procmail filter:
 
 0:
 List-ID:.*misc.openbsd.org
 .OpenBSD/
 
 The preceding didn't put this list's email in maildir folder
 OpenBSD. Just to make sure there was nothing wrong with the OpenBSD
 folder, I changed it to a known good other folder, and still, mail from
 this list went in my main inbox folder.
 
 So then I tried the following:
 
 0:
 * ^(To|Cc).*misc.openbsd.org
 .OpenBSD/
 
 Same symptom: Mail from this list went to my main inbox, not to
 OpenBSD. I'm stumped.

This rule works for me:

:0
* ^(To|Cc|Sender):.*misc@openbsd\.org
openbsd-misc



Re: low power device

2014-09-19 Thread Chris Cappuccio
Andreas Bartelt [o...@bartula.de] wrote:
 
 is anybody else using this recent BIOS snapshot on the APU.1c: Build 
 9/8/2014 (beta, reduced spew level)
 
 The first re(4) interface isn't always recognized after reboot. I don't 
 know if it's related to the BIOS update since I didn't play much with 
 this board when I still had the BIOS beta from April flashed.
 
 I've seen this re0-related problem multiple times with an OpenBSD 
 snapshot from April and also with a newer snapshot from September.
 
 The kernel sometimes also freezes at ehci0 (see attachment).
 
 So, at least my APU.1c device doesn't work reliably at all.
 
 I was thinking about getting one of these (hopefully low-power) 
 Supermicro boards:
 Atom N2800-based:
 http://www.supermicro.com/products/motherboard/ATOM/X9/X9SCAA-L.cfm
 Atom S1260-based:
 http://www.supermicro.com/products/motherboard/ATOM/X9/X9SBAA-F.cfm
 http://www.supermicro.com/products/motherboard/ATOM/X9/X9SBAA.cfm
 Atom C2xxx-based:
 http://www.supermicro.com/products/motherboard/Atom/X10/A1SRi-2558F.cfm
 http://www.supermicro.com/products/motherboard/Atom/X10/A1SAi-2550F.cfm
 Celeron J1900-based:
 http://www.supermicro.com/products/motherboard/celeron/X10/X10SBA-L.cfm
 
 Does anybody have experience with one of the boards from above on OpenBSD?
 

The X10SBA is a really nice board, although the C2550 based boards look nice 
too. Per watt, the C2550 and J1900 are very competitive with the higher end
Intel CPUs. The X10SBA will be closer in price to the APU than the C2550 based
boards!

I've never had problems with re0 and reboots on APU although you may be
right about the newer BIOS being problematic (or you may have some flaky
hardware?)

You should try and re-flash the April bios. I can send it over if you need
the image.

Chris



Re: tools for monitoring network traffic

2014-09-19 Thread Paul S.

+1 to access log.

But well, if you must -- there is this https://code.google.com/p/mod-sflow/

You won't get any extra data out of it that a CustomLog directive 
wouldn't give you, though.


On 9/20/2014 午前 12:29, Chris Cappuccio wrote:

Markus Rosjat [ros...@ghweb.de] wrote:

Hello,

just a simple question with a properbly more complicated answer. Are there
tools out there to simply monitor the network traffic for a webserver so you
get information about which domain caused which traffic over a week or a
day?


What about your access log?


I know I could go and reinvent the wheel by using pf and other tools but
since Im a lazy guy I want to look for a solution that is already out there.


Unless each web site runs on a different IP address, this might be nearly 
impossible to do at the network level




Re: 4k graphics and openbsd

2014-09-19 Thread Jonathan Gray
On Fri, Sep 19, 2014 at 02:22:49PM +0200, Tony Sarendal wrote:
 Good afternoon,
 
 Friday question:
 Does anyone have recommendation on graphics hardware to use for 4k screens
 and OpenBSD ?
 
 I'm thinking about improving my workstation. I run lots of terminal
 windows, a web browser,
 and the default window manager. As I like eye candy I may even do xsetroot
 -solid black.
 
 What I want is a stable work environment where I can reboot my workstation
 every
 6 months or so. This with a 4k screen. Doable ?

The short version is it won't work yet, the longer version
is you should carefully check what the graphics hardware, monitor
and software support.

For Intel the HDMI 4k at 30 Hz modes are only supported on Haswell,
ie i[357]-4xxx.  On the AMD side HDMI 4k at 30 Hz modes are only
supported on Southern Islands parts according to
http://xorg.freedesktop.org/wiki/RadeonFeature/ which are
Radeon HD = 77xx.  The Southern Islands parts are best avoided as
xf86-video-ati only supports 2D acceleration via Glamor-EGL which on
Southern Islands radeons requires a Mesa driver that has a hard
requirement on LLVM, working EGL drm platform, and other things.
And the kernel only knows about the initial round of Southern Islands
parts, not all of those that were later released including
the newer integrated graphics with Kaveri.  It seems it should
be possible to use 4k modes with displayport on Northern Islands/HD6xxx
if the screen was presented as two smaller screens via MST as
Northern Islands radeons support displayport 1.2 and MST.
This isn't an option for older Intel parts as ivybridge for
example only supports displayport 1.1 with no MST.

The HDMI 1.4 4k modes make use of a CEA vendor extension
in the blob of data from the display that describes the
modes (EDID).  Support for that was added in drm 3.12.

Many of the 4k displays present themselves as multiple
displayport displays/streams, support for that was added
in drm 3.17.

OpenBSD has roughly drm 3.8.13.28 at the moment.

hdmi 1.4, drm 3.12
3840x2160@30Hz
3840x2160@25Hz
3840x2160@24Hz

hdmi 2.0
4k @ 60Hz, drm ?

displayport 1.2 4k 30Hz single stream transport (SST), drm 3.12?

displayport 1.2 4k 60Hz multi stream transport (MST), drm 3.17

displayport 1.? 4k 60Hz single stream transport (4K60 SST), drm ?

displayport 1.? dell 5k 5120x2880@?, MST? drm ?



Re: low power device

2014-09-19 Thread Andreas Bartelt

On 09/19/14 17:35, Chris Cappuccio wrote:

Andreas Bartelt [o...@bartula.de] wrote:


is anybody else using this recent BIOS snapshot on the APU.1c: Build
9/8/2014 (beta, reduced spew level)

The first re(4) interface isn't always recognized after reboot. I don't
know if it's related to the BIOS update since I didn't play much with
this board when I still had the BIOS beta from April flashed.

I've seen this re0-related problem multiple times with an OpenBSD
snapshot from April and also with a newer snapshot from September.

The kernel sometimes also freezes at ehci0 (see attachment).

So, at least my APU.1c device doesn't work reliably at all.

I was thinking about getting one of these (hopefully low-power)
Supermicro boards:
Atom N2800-based:
http://www.supermicro.com/products/motherboard/ATOM/X9/X9SCAA-L.cfm
Atom S1260-based:
http://www.supermicro.com/products/motherboard/ATOM/X9/X9SBAA-F.cfm
http://www.supermicro.com/products/motherboard/ATOM/X9/X9SBAA.cfm
Atom C2xxx-based:
http://www.supermicro.com/products/motherboard/Atom/X10/A1SRi-2558F.cfm
http://www.supermicro.com/products/motherboard/Atom/X10/A1SAi-2550F.cfm
Celeron J1900-based:
http://www.supermicro.com/products/motherboard/celeron/X10/X10SBA-L.cfm

Does anybody have experience with one of the boards from above on OpenBSD?



The X10SBA is a really nice board, although the C2550 based boards look nice
too. Per watt, the C2550 and J1900 are very competitive with the higher end
Intel CPUs. The X10SBA will be closer in price to the APU than the C2550 based
boards!



I've become afraid of UEFI BIOSes since legacy mode doesn't seem to work 
with all of them (i.e., ASUS P9D WS).


Could you successfully boot a mainboard with one of the CPUs from above 
on OpenBSD? Did you measure power consumption at idle?



I've never had problems with re0 and reboots on APU although you may be
right about the newer BIOS being problematic (or you may have some flaky
hardware?)

You should try and re-flash the April bios. I can send it over if you need
the image.



I've just reflashed the 4/5/2014 version which is now called current 
production -- the same problem regarding re0. So yes, probably it's a 
flaky NIC. Taken together with the flaky mSATA drive of some APU.1c 
revisions and the unusually high operating temperature, I really can't 
recommend this device. On the other hand, there were a couple of 
positive reports regarding the APU.1c on misc@, so maybe I just had bad 
luck...


Best regards
Andreas



Re: How to procmail sort misc@openbsd.org?

2014-09-19 Thread Peter Hessler
## put *@openbsd.org lists into their own folder, automagically
:0
* ^(X-Loop: )\/[^.]+@openbsd\.org
* MATCH ?? ()\/[^@]+
.openbsd.${MATCH}/



On 2014 Sep 19 (Fri) at 11:19:47 -0400 (-0400), Steve Litt wrote:
:Hi all,
:
:I had the following procmail filter:
:
:0:
:List-ID:.*misc.openbsd.org
:.OpenBSD/
:
:The preceding didn't put this list's email in maildir folder
:OpenBSD. Just to make sure there was nothing wrong with the OpenBSD
:folder, I changed it to a known good other folder, and still, mail from
:this list went in my main inbox folder.
:
:So then I tried the following:
:
:0:
:* ^(To|Cc).*misc.openbsd.org
:.OpenBSD/
:
:Same symptom: Mail from this list went to my main inbox, not to
:OpenBSD. I'm stumped.
:
:Is this mailing list using some special kind of encoding that trips up
:procmail? Have I somehow gotten my Procmail recipes wrong? Can anyone
:think of *any* explanation or solution?
:
:Thanks,
:
:SteveT
:
:Steve Litt*  http://www.troubleshooters.com/
:Troubleshooting Training  *  Human Performance
:

-- 
Waste not, get your budget cut next year.



Re: low power device

2014-09-19 Thread Stan Gammons

On 09/19/14 11:21, Andreas Bartelt wrote:


I've just reflashed the 4/5/2014 version which is now called current 
production -- the same problem regarding re0. So yes, probably it's a 
flaky NIC. Taken together with the flaky mSATA drive of some APU.1c 
revisions and the unusually high operating temperature, I really can't 
recommend this device. On the other hand, there were a couple of 
positive reports regarding the APU.1c on misc@, so maybe I just had 
bad luck...


Best regards
Andreas



Sounds like a hardware problem.  The APU I use most has been running for 
nearly a month.  It's running the following and I haven't had any 
problems with it.  Yes, it does run warm. Anywhere from 58 to 62 C.


OpenBSD 5.6 (GENERIC.MP) #314: Thu Jul 31 15:16:43 MDT 2014
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
RTC BIOS diagnostic error 
ffclock_battery,ROM_cksum,config_unit,memory_size,fixed_disk,invalid_time

real mem = 2098511872 (2001MB)
avail mem = 2033926144 (1939MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0x7e16d820 (7 entries)
bios0: vendor coreboot version 4.0 date 07/08/2014
bios0: PC Engines APU

# sysctl hw.sensors
hw.sensors.km0.temp0=61.50 degC

I have another APU with the latest BIOS and a Kingston 60GB msata SSD 
drive, but I haven't let it run for long periods of time to see how warm 
it gets.



Stan



Sponsorship offer

2014-09-19 Thread Gurkan Mercan
Greetings,

We're a magazine publishing free issues and online courses exclusively for
BSD branches. I want to talk about becoming a paid sponsor of OpenBSD.
We're willing to pay monthly. I'll be waiting for your answer so we can
talk the details.

Best Regards

-- 

*Gurkan Mercan*

Product Manager of BSD Magazine


http://bsdmag.org/

*https://twitter.com/BSDmag https://twitter.com/BSDmag*


***

This message and any attachments are confidential, understood as a business
secret, and are intended solely for the use of the individual or entity to
whom they are addressed. If you are not the intended recipient, please
telephone or e-mail the sender and delete this message and any attachment
from your system. Also, if you are not the intended recipient you should
not disclose the content or take / retain / distribute any copies. The
content of the correspondence is directed exclusively to its addressee and
may be disclosed to third parties only with the consent of the sender.
Disclosure of the content of the correspondence without the consent of the
sender will be a violation of the secrecy of correspondence and thus,
personal property of Hakin9 Media Sp. z o. o. S.K.

***



Re: How to procmail sort misc@openbsd.org?

2014-09-19 Thread Jaime Tarrant
* On Fri Sep 19, 2014 at 11:19:47AM -0400 1251 , Steve Litt 
(sl...@troubleshooters.com) wrote:
 
 Hi all,
 
 I had the following procmail filter:
 
 0:
 List-ID:.*misc.openbsd.org
 .OpenBSD/
 
 The preceding didn't put this list's email in maildir folder
 OpenBSD.

I have a very similar rule with two differences:

I think the rule should start with :0, I am not sure that 0: is
recognised, although :0: would be and would also lock the mailbox and
prevent something else from writing too it at the same time.

Also, I have * ^ infront of the List-ID:

  :0
  * ^List-ID:.*misc.openbsd.org
  $MAILDIR/lists/obsd



Re: 4k graphics and openbsd

2014-09-19 Thread Tony Sarendal
On Fri, Sep 19, 2014 at 6:07 PM, Jonathan Gray j...@jsg.id.au wrote:

 On Fri, Sep 19, 2014 at 02:22:49PM +0200, Tony Sarendal wrote:
  Good afternoon,
 
  Friday question:
  Does anyone have recommendation on graphics hardware to use for 4k
 screens
  and OpenBSD ?
 
  I'm thinking about improving my workstation. I run lots of terminal
  windows, a web browser,
  and the default window manager. As I like eye candy I may even do
 xsetroot
  -solid black.
 
  What I want is a stable work environment where I can reboot my
 workstation
  every
  6 months or so. This with a 4k screen. Doable ?

 The short version is it won't work yet, the longer version
 is you should carefully check what the graphics hardware, monitor
 and software support.

 For Intel the HDMI 4k at 30 Hz modes are only supported on Haswell,
 ie i[357]-4xxx.  On the AMD side HDMI 4k at 30 Hz modes are only
 supported on Southern Islands parts according to
 http://xorg.freedesktop.org/wiki/RadeonFeature/ which are
 Radeon HD = 77xx.  The Southern Islands parts are best avoided as
 xf86-video-ati only supports 2D acceleration via Glamor-EGL which on
 Southern Islands radeons requires a Mesa driver that has a hard
 requirement on LLVM, working EGL drm platform, and other things.
 And the kernel only knows about the initial round of Southern Islands
 parts, not all of those that were later released including
 the newer integrated graphics with Kaveri.  It seems it should
 be possible to use 4k modes with displayport on Northern Islands/HD6xxx
 if the screen was presented as two smaller screens via MST as
 Northern Islands radeons support displayport 1.2 and MST.
 This isn't an option for older Intel parts as ivybridge for
 example only supports displayport 1.1 with no MST.

 The HDMI 1.4 4k modes make use of a CEA vendor extension
 in the blob of data from the display that describes the
 modes (EDID).  Support for that was added in drm 3.12.

 Many of the 4k displays present themselves as multiple
 displayport displays/streams, support for that was added
 in drm 3.17.

 OpenBSD has roughly drm 3.8.13.28 at the moment.

 hdmi 1.4, drm 3.12
 3840x2160@30Hz
 3840x2160@25Hz
 3840x2160@24Hz

 hdmi 2.0
 4k @ 60Hz, drm ?

 displayport 1.2 4k 30Hz single stream transport (SST), drm 3.12?

 displayport 1.2 4k 60Hz multi stream transport (MST), drm 3.17

 displayport 1.? 4k 60Hz single stream transport (4K60 SST), drm ?

 displayport 1.? dell 5k 5120x2880@?, MST? drm ?



Thanks for taking the time, Jonathan.

Regards Tony