Re: Why not use malloc S by default?

2016-11-22 Thread Benjamin Baier
On Tue, 22 Nov 2016 19:44:48 +0100
"minek van"  wrote:

> So why isn't "S" enabled by default? It is the "most secure" solution for the
> malloc settings, no? 
> Or are there still programs that will crash when "S" is used? 
> What are those? 

Adding new printer on the CUPS webinterface does not "like" this 
malloc option. It doesn't crash, it just doesn't work.

Subtle breakage like this might occure when you "set and forget" this
feature. I guess thats why it is labled "for security auditing".

Greetings Ben



Re: mips64el missing gstreamer1-plugins-libav

2016-11-22 Thread Stuart Longland
On Tue, Nov 22, 2016 at 05:44:50PM +, Christian Weisgerber wrote:
> On 2016-11-21, Stuart Longland  wrote:
> 
> >> No, gstreamer1-plugins-libav is a RUN_DEPENDS.  The midori and surf
> >> packages can be _built_ without it, just not installed.
> >  
> > Fair enough, is there much point supplying a binary package that can't
> > be installed?
> 
> No, but it's not as if this was intentional.  It's just an accidental
> result.
 
Fair enough, well, I'm having a crack at building it.   So far, hit a
lot of illegal operand assembler messages.

I got a *bit* further by editing the port's Makefile and adding CC =
/usr/local/bin/egcc (from the gcc4 pkgsrc package).  That got me an
illegal opcode message (ldx instruction).

I notice OpenBSD still uses binutils 2.17.  I'm having a go at building
2.27 now to see if that assembler will recognise some of these opcodes
better.  It'll either work, or I'll find out why OpenBSD uses the older
version. ;-)

As for Firefox, it runs out of RAM building it.  I'm not sure if I can
add a temporary swap file to give me a bit of virtual memory, I'll have
to research this.  The alternative being to back up what I have,
re-install with a bigger swap partition, then restore.
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.



Re: [OT] cwm: Keep window above all other windows

2016-11-22 Thread Okan Demirmen
On Tue 2016.11.22 at 20:04 +0100, Carsten Kunze wrote:
> Hi,
> 
> is there an *easy way* for put and always keep a window above all other 
> windows (like "layer 0 " in fvwm)?  It did not find something 
> (working) in the manpage.

Hi,

Not currently; something like always-on-top type of window option. Right now
for docks, clocks and such, 'gap' is used but an always-on-top feature sounds
like a good idea. We have 'freeze' and 'stick', but nothing that ignores or
skips lower requests. Something that can be worked into the stacking fixes.

Thanks,
Okan



Re: HP Proliant MicroServer G8: not seeing disks

2016-11-22 Thread Karel Gardas
On Tue, Nov 22, 2016 at 7:53 PM, Peter N. M. Hansteen  wrote:
> Most likely I'll give it more modern storage options (new or almost new,
> not from the pile of reused ones) before I put it to its intended use,
> and I suspect the newer units (SSD and low energy disks) will
> run a bit cooler and more silent still.

IIRC the issue was caused by the fact that sensors/fan speed chip is
not able to grab temperature from drives when controller is running in
AHCI mode so putting cooler drives will not help if bug is still
there. But as I wrote this may be well fixed for months already so I'm
curious how the box behaves also with OpenBSD. Thanks!



Re: umb(4) connection issues

2016-11-22 Thread Bryan Vyhmeister
On Tue, Nov 22, 2016 at 06:14:28PM +0100, Ingo Feinerer wrote:
> --8<-
> umb0: flags=8851 mtu 1500
> index 5 priority 0 llprio 3
> roaming disabled registration home network
> state up cell-class custom rssi -69dBm speed 5.5Mps up 20.0Mps down
> SIM initialized PIN valid
> subscriber-id 012345678901234 ICC-id 0123456789012345689 provider 3 AT
> device KRD 131 30/123 - R1A IMEI 012345689012345 firmware R3C11 
> (Pro), R4A10 (App)
> APN drei.at
> dns 213.94.78.17 213.94.78.16
> status: active
> inet 10.72.61.158 --> 10.72.61.155 netmask 0xfff8
> --8<-

Due to some conflicts with umb(4) and MP safe work going on, a default
route is not automatically created for a umb(4) connection. You have to
do it manually like the following for your example above:

route add -ifp umb0 default 10.72.61.155

I created a shell script to set this up.

Bryan



Re: Why not use malloc S by default?

2016-11-22 Thread Otto Moerbeek
On Tue, Nov 22, 2016 at 07:44:48PM +0100, minek van wrote:

> I gaved it a try, all sets installed, xdm starts X.
> after first boot
> pkg_add firefox libreoffice gimp
> ln -s S /etc/malloc.conf
> reboot
> 
> all done in virtualbox. 
> 
> With or without "S" the 360p testvideo lags.. but virtualbox. 
> 
> So tried Firefox, GIMP, LibreOffice
> 
> All looks working great. 
> 
> So why isn't "S" enabled by default? It is the "most secure" solution for the 
> malloc settings, no? 
> 
> Or are there still programs that will crash when "S" is used? 
> 
> What are those? 
> 
> Thanks. 

It is not a problem of crashing or not, S does incur a performance hit
that we are not willing accept by default. BTW, some programs do
enable S by themselves, ssh and sshd for example.

-Otto



[OT] cwm: Keep window above all other windows

2016-11-22 Thread Carsten Kunze
Hi,

is there an *easy way* for put and always keep a window above all other windows 
(like "layer 0 " in fvwm)?  It did not find something (working) 
in the manpage.

--Carsten



Re: HP Proliant MicroServer G8: not seeing disks

2016-11-22 Thread Peter N. M. Hansteen
On 11/22/16 14:06, Karel Gardas wrote:

> And once you change from RAID to AHCI please report if the noise
> generated by this box increase or not. This box was known (at least in
> the past) for a flaw in management firmware where if you switch to
> AHCI then fans increase their speed to ridiculous rpms making the box
> really noisy. 

The first impression is that the fans stop going full blast once the
BIOS is done and the regular operating system starts doing its thing.
There's still some sound though, For now I've set the system to just run
while I take care of a few other bits and pieces.

Most likely I'll give it more modern storage options (new or almost new,
not from the pile of reused ones) before I put it to its intended use,
and I suspect the newer units (SSD and low energy disks) will
run a bit cooler and more silent still.

> I'm interested in purchasing this little box myself but
> this always put me off and I've not seen much of those bug-reports
> recently so perhaps HP already solved the issue? Thanks! Karel

There are indications that there is a newer BIOS version available, I'll
probably get around to try that some time during the next few days. I'll
report back if I notice any difference.

- P
-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/
"Remember to set the evil bit on all malicious network traffic"
delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.



Why not use malloc S by default?

2016-11-22 Thread minek van
I gaved it a try, all sets installed, xdm starts X.
after first boot
pkg_add firefox libreoffice gimp
ln -s S /etc/malloc.conf
reboot

all done in virtualbox. 

With or without "S" the 360p testvideo lags.. but virtualbox. 

So tried Firefox, GIMP, LibreOffice

All looks working great. 

So why isn't "S" enabled by default? It is the "most secure" solution for the 
malloc settings, no? 

Or are there still programs that will crash when "S" is used? 

What are those? 

Thanks. 



Re: HP Proliant MicroServer G8: not seeing disks

2016-11-22 Thread Peter N. M. Hansteen
On 11/22/16 12:47, Jonathan Gray wrote:
>> unknown vendor 0x1590 product 0x005f (class memory subclass miscellaneous, 
>> rev 0x00) at pci2 dev 0 function 0 not configured
> 
> This a 3PAR (HP) vendor id, is it a card in the machine?

There are no optional cards installed. Looking at the system's user
guide[1] I imagine this could be related to the microSD card (just a
wild guess).

>> "Intel 6 Series RAID" rev 0x05 at pci0 dev 31 function 2 not configured
> 
> More likely you need to change this from RAID to AHCI mode in the bios.

That was exactly it.

I had looked for, but somehow missed the option to set the controller to
AHCI mode. Fortunately the BIOS setup user guide pointed me in the right
direction. It's a matter of pressing F9 at the right moment, then
choosing the first option in the first menu, locate the SATA Controller
Options option, then select Enable AHCI SATA.

> The kernel doesn't know about vendor metadata written by bios/vendor
> tools for software raid, and purposefully does not match Intel
> controllers in "RAID" mode.

A wise choice to my mind.

Also thanks to others who responded off-list and on, I very much
appreciate your suggestions even if I do not respond directly.

A fresh dmesg follows:

OpenBSD 6.0-current (GENERIC.MP) #0: Thu Nov 17 15:57:16 MST 2016
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4242419712 (4045MB)
avail mem = 4109271040 (3918MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xf3bdb000 (64 entries)
bios0: vendor HP version "J06" date 07/16/2015
bios0: HP ProLiant MicroServer Gen8
acpi0 at bios0: rev 2
acpi0: sleep states S0 S4 S5
acpi0: tables DSDT FACP SPCR MCFG HPET  SPMI ERST APIC  BERT
HEST   SSDT SSDT SSDT SSDT SSDT
acpi0: wakeup devices PCI0(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimcfg0 at acpi0 addr 0xf400, bus 0-63
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU G1610T @ 2.30GHz, 2295.13 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,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,DEADLINE,XSAVE,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Celeron(R) CPU G1610T @ 2.30GHz, 2294.80 MHz
cpu1:
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,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,DEADLINE,XSAVE,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
ioapic0 at mainbus0: apid 8 pa 0xfec0, version 20, 24 pins
acpiprt0 at acpi0: bus 13 (IPT1)
acpiprt1 at acpi0: bus -1 (IPT2)
acpiprt2 at acpi0: bus -1 (IPT3)
acpiprt3 at acpi0: bus -1 (IPT4)
acpiprt4 at acpi0: bus 3 (IPT5)
acpiprt5 at acpi0: bus -1 (IPT6)
acpiprt6 at acpi0: bus 4 (IPT7)
acpiprt7 at acpi0: bus 1 (IPT8)
acpiprt8 at acpi0: bus 7 (PT02)
acpiprt9 at acpi0: bus -1 (PT03)
acpiprt10 at acpi0: bus 2 (PT05)
acpiprt11 at acpi0: bus 0 (PCI0)
acpicpu0 at acpi0: C2(350@96 mwait.1@0x20), C1(1000@1 mwait.1)
acpicpu1 at acpi0: C2(350@96 mwait.1@0x20), C1(1000@1 mwait.1)
acpitz0 at acpi0: critical temperature is 31 degC
"IPI0001" at acpi0 not configured
"PNP0A06" at acpi0 not configured
"PNP0303" at acpi0 not configured
"PNP0F13" at acpi0 not configured
"ACPI000D" at acpi0 not configured
ipmi at mainbus0 not configured
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 3G Host" rev 0x09
ppb0 at pci0 dev 1 function 0 "Intel Core 3G PCIE" rev 0x09: msi
pci1 at ppb0 bus 7
ppb1 at pci0 dev 6 function 0 "Intel Core 3G PCIE" rev 0x09: msi
pci2 at ppb1 bus 2
ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x05: apic 8 int 21
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev
2.00/1.00 addr 1
ppb2 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb5
pci3 at ppb2 bus 13
ppb3 at pci0 dev 28 function 4 "Intel 6 Series PCIE" rev 0xb5
pci4 at ppb3 bus 3
bge0 at pci4 dev 0 function 0 "Broadcom BCM5720" rev 0x00, BCM5720 A0
(0x572), APE firmware NCSI 1.3.7.0: msi, address 70:10:6f:3e:df:d4
brgphy0 at bge0 phy 1: BCM5720C 10/100/1000baseT PHY, rev. 0
bge1 at pci4 dev 0 function 1 "Broadcom BCM5720" rev 0x00, BCM5720 A0
(0x572), APE firmware NCSI 1.3.7.0: msi, address 70:10:6f:3e:df:d5
brgphy1 at bge1 phy 2: BCM5720C 10/100/1000baseT PHY, rev. 0
ppb4 at pci0 dev 28 function 6 "Intel 6 Series PCIE" rev 0xb5
pci5 at ppb4 

Re: mips64el missing gstreamer1-plugins-libav

2016-11-22 Thread Christian Weisgerber
On 2016-11-21, Stuart Longland  wrote:

>> No, gstreamer1-plugins-libav is a RUN_DEPENDS.  The midori and surf
>> packages can be _built_ without it, just not installed.
>  
> Fair enough, is there much point supplying a binary package that can't
> be installed?

No, but it's not as if this was intentional.  It's just an accidental
result.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



umb(4) connection issues

2016-11-22 Thread Ingo Feinerer
Hi,

I have the following problem when trying to establish a connection via umb(4)
(however, ucom works e.g. for GPS). The device umb0 is recognized (full dmesg
at the end of this mail):

--8<-
umodem0 at uhub0 port 4 configuration 1 interface 1 "Lenovo N5321 gw" rev 
2.00/0.00 addr 2
umodem0: data interface 2, has CM over data, has break
umodem0: status change notification available
ucom0 at umodem0
umodem1 at uhub0 port 4 configuration 1 interface 3 "Lenovo N5321 gw" rev 
2.00/0.00 addr 2
umodem1: data interface 4, has CM over data, has break
umodem1: status change notification available
ucom1 at umodem1
umb0 at uhub0 port 4 configuration 1 interface 6 "Lenovo N5321 gw" rev 
2.00/0.00 addr 2
umodem2 at uhub0 port 4 configuration 1 interface 9 "Lenovo N5321 gw" rev 
2.00/0.00 addr 2
umodem2: data interface 10, has CM over data, has break
umodem2: status change notification available
ucom2 at umodem2

$ usbdevs -v
Controller /dev/usb0:
addr 1: super speed, self powered, config 1, xHCI root hub(0x), 
Intel(0x8086), rev 1.00
 port 1 disabled
 port 2 disabled
 port 3 disabled
 port 4 addr 2: high speed, self powered, config 1, N5321 gw(0x193e), 
Lenovo(0x0bdb), rev 0.00
--8<-

and with

# ifconfig umb0 apn drei.at
# ifconfig umb0 up

the device is apparently able to negotiate an IP address:
(subscriber-id, ICC-id and IMEI have reasonable values)

--8<-
umb0: flags=8851 mtu 1500
index 5 priority 0 llprio 3
roaming disabled registration home network
state up cell-class custom rssi -69dBm speed 5.5Mps up 20.0Mps down
SIM initialized PIN valid
subscriber-id 012345678901234 ICC-id 0123456789012345689 provider 3 AT
device KRD 131 30/123 - R1A IMEI 012345689012345 firmware R3C11 (Pro), 
R4A10 (App)
APN drei.at
dns 213.94.78.17 213.94.78.16
status: active
inet 10.72.61.158 --> 10.72.61.155 netmask 0xfff8
--8<-

Nonetheless, I fail to route any traffic over the connection:

--8<-
$ netstat -rn
Routing tables

Internet:
DestinationGatewayFlags   Refs  Use   Mtu  Prio Iface
224/4  127.0.0.1  URS00 32768 8 lo0  
10.72.61.155   10.72.61.158   UH 02 - 8 umb0 
10.72.61.158   10.72.61.158   UHl09 - 1 umb0 
127/8  127.0.0.1  UGRS   00 32768 8 lo0  
127.0.0.1  127.0.0.1  UHhl   3  200 32768 1 lo0

$ ping 10.72.61.158
PING 10.72.61.158 (10.72.61.158): 56 data bytes
64 bytes from 10.72.61.158: icmp_seq=0 ttl=255 time=0.094 ms
^C
--- 10.72.61.158 ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.094/0.094/0.094/0.000 ms

$ ping 10.72.61.155
PING 10.72.61.155 (10.72.61.155): 56 data bytes
^C
--- 10.72.61.155 ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss

$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
ping: sendmsg: No route to host
ping: wrote 8.8.8.8 64 chars, ret=-1
--8<-

Any ideas to address this issue?

Best regards,
Ingo

OpenBSD 6.0-current (GENERIC.MP) #0: Wed Nov 16 23:52:52 MST 2016
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8255045632 (7872MB)
avail mem = 8000290816 (7629MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xccbfd000 (65 entries)
bios0: vendor LENOVO version "JBET62WW (1.26 )" date 09/07/2016
bios0: LENOVO 20BUS35000
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP ASF! HPET ECDT APIC MCFG SSDT SSDT SSDT SSDT SSDT SSDT 
SSDT SSDT SSDT PCCT SSDT TCPA SSDT UEFI POAT BATB FPDT UEFI DMAR
acpi0: wakeup devices LID_(S4) SLPB(S3) IGBE(S4) EXP2(S4) XHCI(S3) EHC1(S3)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpiec0 at acpi0
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz, 798.27 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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, 

Re: Browser is getting slower?

2016-11-22 Thread Mihai Popescu
Try a recent snapshot, they are stable enough for your laptop. And
install both firefox and chromium, they are working fine regarding
speed.
I have a slower computer than you and I can;t complain about speed.



Re: Build counter is always zero

2016-11-22 Thread Theo Buehler
On Tue, Nov 22, 2016 at 02:26:35PM +0100, Heiko wrote:
> Hello list members,
> 
> since there is the new build system for the kernel I always have: #0
> 
> $ uname -mnrsv
> OpenBSD any.host.name 6.0 GENERIC.MP#0 amd64
> 
> Is there a way to fix this?

This number is stored in the file

/usr/obj/sys/arch/amd64/compile/GENERIC.MP/version

and it is incremented by the /sys/conf/newvers.sh script at the end of
the kernel build right before compiling vers.c and linking the kernel.

You can keep the kernel version number by not removing that file when
clearing out the obj/ directory before 'make build'.  I usually keep the
entire tree below /usr/obj/sys.

$ uname -v
GENERIC.MP#52



Re: Build counter is always zero

2016-11-22 Thread Nigel Taylor
On 11/22/16 13:26, Heiko wrote:
> Hello list members,
> 
> since there is the new build system for the kernel I always have: #0
> 
> $ uname -mnrsv
> OpenBSD any.host.name 6.0 GENERIC.MP#0 amd64
> 
> Is there a way to fix this?
> 
> Thank you in advance
> 
> /Heiko
> 
> 
Later builds I thought fixed the problem.

Yes... the version(s) is held here...

/usr/obj/sys/arch/*/compile/[GR]*/version

I back these up, as I wipe the whole /usr/obj each time, then restore them.



Build counter is always zero

2016-11-22 Thread Heiko
Hello list members,

since there is the new build system for the kernel I always have: #0

$ uname -mnrsv
OpenBSD any.host.name 6.0 GENERIC.MP#0 amd64

Is there a way to fix this?

Thank you in advance

/Heiko



Re: Browser is getting slower?

2016-11-22 Thread George Pediaditis
i would prefer firefox but just playing a video cpu usage reach 100%
I use chromium/ iridium because firefox isnt usable on my laptop.
I tried deleting my profile but nothing change.
:-s


On Tue, Nov 22, 2016 at 2:55 PM, Alan Corey  wrote:
> I don't use Chromium (don't tell me I don't need a menu) but in
> Firefox the user profile gets clogged up with cruft about once a year.
> A quick test is to just make a new profile and see if it's faster.
> Then copy over your bookmarks and gradually reestablish your cookies
> which keep you logged into sites between sessions by manually logging
> into each one.
>
> You can get to Firefox's profile manager with
> firefox -ProfileManager
> at a command line.  It's probably in the GUI somewhere.  I use
> Chromium about once a year, don't know much about it.
>
> --
> Credit is the root of all evil.  - AB1JX



Re: HP Proliant MicroServer G8: not seeing disks

2016-11-22 Thread Karel Gardas
On Tue, Nov 22, 2016 at 12:47 PM, Jonathan Gray  wrote:
>> "Intel 6 Series RAID" rev 0x05 at pci0 dev 31 function 2 not configured
>
> More likely you need to change this from RAID to AHCI mode in the bios.
>
> The kernel doesn't know about vendor metadata written by bios/vendor
> tools for software raid, and purposefully does not match Intel
> controllers in "RAID" mode.

And once you change from RAID to AHCI please report if the noise
generated by this box increase or not. This box was known (at least in
the past) for a flaw in management firmware where if you switch to
AHCI then fans increase their speed to ridiculous rpms making the box
really noisy. I'm interested in purchasing this little box myself but
this always put me off and I've not seen much of those bug-reports
recently so perhaps HP already solved the issue? Thanks! Karel



Re: Browser is getting slower?

2016-11-22 Thread George Pediaditis
When im saying etc i mean browsing history, download history, cookies,
cache images and files, passwords, autofill form data, and hosted app
data. I have installed debian on a usb stick and i can say that
chromium, iridium and firefox open almost instantly.

Maybe its a combination of problems.
I noticed recently is that i have lower cpu usage if i run iridium as
root. its not a big difference (15% lower). Im thinking that maybe the
problem lies on limits i have as a simple user.
Beside that i have a skylake cpu so i dont have gpu support.
I also think that maybe openbsd scheduler has some responsibility for
the  unresponsiveness.

On Tue, Nov 22, 2016 at 12:41 PM, ludovic coues  wrote:
> What do you means by etc ?
> Have you checked if the same issue happen with chromium or with
> iridium on a different OS ?
>
> 2016-11-21 20:35 GMT+01:00 George Pediaditis :
>> I have installed https everywhere,  bookmarks tagging and signal
>> private messenger.
>> I have openbsd on my laptop so iridium isnt running all the time.
>>
>> On Mon, Nov 21, 2016 at 5:35 PM, Gregory Edigarov  wrote:
>>> On 21.11.16 15:56, George Pediaditis wrote:

 Ok you are right im sorry.
 Im definitively sure that iridium(its like chromium) is getting slower
 after a couple of weeks. Its so slow that im waiting 7+ sec to start.
 Also cpu is high and everything on the browser is really slow.  The
 problem is solved when i clean my history etc. Now it takes about 1-2
 sec to start it.
 I have tried Firefox before but its even worse.It crashes is slow and
 cpu is high.
>>>
>>> which extensions are installed in iridium?
>>> is iridium always running, or you load it every time?
>>>
 This is my dmesg.
 OpenBSD 6.0-stable (GENERIC.MP) #0: Tue Nov  8 19:51:42 EET 2016
  g...@openbox.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP
 RTC BIOS diagnostic error 80
 real mem = 8474267648 (8081MB)
 avail mem = 8212963328 (7832MB)
 mpath0 at root
 scsibus0 at mpath0: 256 targets

 OpenBSD 6.0-stable (GENERIC.MP) #0: Tue Nov  8 19:51:42 EET 2016
  g...@openbox.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP
 RTC BIOS diagnostic error 80
 real mem = 8474267648 (8081MB)
 avail mem = 8212963328 (7832MB)
 mpath0 at root
 scsibus0 at mpath0: 256 targets
 mainbus0 at root
 bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xe6dc0 (71 entries)
 bios0: vendor LENOVO version "0XCN23WW" date 03/21/2016
 bios0: LENOVO 80SR
 acpi0 at bios0: rev 2
 acpi0: sleep states S0 S3 S4 S5
 acpi0: tables DSDT FACP TCPA UEFI UEFI SSDT SSDT TPM2 MSDM SSDT DBGP
 DBG2 ASF! ASPT BOOT DBGP HPET LPIT APIC MCFG SSDT SSDT SSDT SSDT DMAR
 FPDT
 acpi0: wakeup devices GLAN(S3) XHC_(S3) XDCI(S4) HDAS(S3) PXSX(S3)
 RP01(S3) PXSX(S3) RP02(S3) PXSX(S3) RP03(S3) PXSX(S3) RP04(S3)
 PXSX(S3) RP05(S3) PXSX(S3) RP06(S3) [...]
 acpitimer0 at acpi0: 3579545 Hz, 24 bits
 acpihpet0 at acpi0: 2399 Hz
 acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
 cpu0 at mainbus0: apid 0 (boot processor)
 cpu0: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz, 2395.19 MHz
 cpu0:

 FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS

 H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX

 ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA

 DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS

 GSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT
 ,SENSOR,ARAT
 cpu0: 256KB 64b/line 8-way L2 cache
 cpu0: smt 0, core 0, package 0
 mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
 cpu0: apic clock running at 23MHz
 cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
 cpu1 at mainbus0: apid 2 (application processor)
 cpu1: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz, 2394.41 MHz
 cpu1:

 FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS

 H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX

 ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA

 DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS

 GSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT
 ,SENSOR,ARAT
 cpu1: 256KB 64b/line 8-way L2 cache
 cpu1: smt 0, core 1, package 0
 cpu2 at mainbus0: apid 1 (application processor)
 cpu2: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz, 2394.41 MHz
 cpu2:

 FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS

 H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX

 

Re: Browser is getting slower?

2016-11-22 Thread Alan Corey
I don't use Chromium (don't tell me I don't need a menu) but in
Firefox the user profile gets clogged up with cruft about once a year.
A quick test is to just make a new profile and see if it's faster.
Then copy over your bookmarks and gradually reestablish your cookies
which keep you logged into sites between sessions by manually logging
into each one.

You can get to Firefox's profile manager with
firefox -ProfileManager
at a command line.  It's probably in the GUI somewhere.  I use
Chromium about once a year, don't know much about it.

-- 
Credit is the root of all evil.  - AB1JX



Re: advantech ppc-3100 openbsd support

2016-11-22 Thread Tinker

That looks like a totally standard PC, so I guess it should work.

The touchscreen spec is not so detailed though, they say "RS-232 
interface", does not sound sound very promising to me but you please 
email the manufacturer to clarify exactly, check the related OpenBSD man 
pages carefully, and if it still looks promising, maybe buy one to 
check. I find their info unclear however maybe someone else has a better 
idea.


On 2016-11-22 17:16, Marko Cupać wrote:

Hi,

I am eyeing advantech ppc-3100 fanless panel pc as thin client
solution in manufacturing. Does anyone have experience with this
particular model? Does it run OpenBSD? Does touchscren work under
OpenBSD?

http://www.advantech.com/products/1-2jkjm3/ppc-3100/mod_de525e5b-8662-4c2c-b3
f5-bd4a580e3737

Thank you in advance,
--
Before enlightenment - chop wood, draw water.
After  enlightenment - chop wood, draw water.

Marko Cupać
https://www.mimar.rs/




Re: pkg_add: signify broken pipe when running from script

2016-11-22 Thread Marc Espie
On Mon, Nov 21, 2016 at 06:26:39PM +0100, Patrik Lundin wrote:
> On Sun, Nov 20, 2016 at 12:09:23PM +0100, lvdd wrote:
> > 
> > thank you Patrik. I just wanted to report that this solved the
> > problem I am having with this since 1.5 months as well. Please read
> > http://marc.info/?l=openbsd-misc=147544336719598=2 for details.
> > 
> > I know this is not a final solution but you seem to have a deeper
> > understanding of this than I have.
> > 
> 
> Nice to know it was be helpful for someone else, I was only
> following up on the hunch from Espie though :).
> 
> Marc: Is this somehing that would be suitable to commit to pkg_add or
> some related library? If SIGPIPE has become more important since the
> added support for signed gzip headers (which i guess is related to
> this) maby it makes sense to initialize the handler to a known state?
> 
> Can you repeat the problem using my python snippet for reference?

It's on my list to have a much closer look, because I still need to figure
out exactly whether there is some deeper problem lurking.



Re: HP Proliant MicroServer G8: not seeing disks

2016-11-22 Thread Jonathan Gray
On Tue, Nov 22, 2016 at 10:29:58AM +0100, Peter N. M. Hansteen wrote:
> a HP Microserver Gen8 landed in my lap recently, but playing with the thing 
> last night
> it looks like OpenBSD (latest available snapshot) doesn't play well with the 
> RAID controller.
> 
> The symptoms are simply disks not seen, with one odd exception: Trying disks 
> from the 
> pile of old SATA units, one apparently had an old OpenBSD install on it, and 
> the system
> did manage to boot from that when that disk was the only one in the system 
> (ie only one of
> the four disk slots occupied). 
> 
> All other permutations end up with the disks seen by the RAID controller 
> (which comes 
> with an admin program that appears to be more or less a complete Linux 
> distribution and 
> a GUI that requires a mouse, to the extent that I spent some time rummaging 
> desk drawers 
> for a suitable USB mouse, in my case Sun branded but I digress) not 
> registered at all 
> by OpenBSD, as in only disk seen as available is sd0 which in my case was the 
> USB 
> thumbdrive with the bsd.rd on it.
> 
> Any input on how to proceed appreciated, dmesg from the install to USB 
> thumbdrive follows
> 
> - Peter

> unknown vendor 0x1590 product 0x005f (class memory subclass miscellaneous, 
> rev 0x00) at pci2 dev 0 function 0 not configured

This a 3PAR (HP) vendor id, is it a card in the machine?

> "Intel 6 Series RAID" rev 0x05 at pci0 dev 31 function 2 not configured

More likely you need to change this from RAID to AHCI mode in the bios.

The kernel doesn't know about vendor metadata written by bios/vendor
tools for software raid, and purposefully does not match Intel
controllers in "RAID" mode.



Re: Browser is getting slower?

2016-11-22 Thread ludovic coues
What do you means by etc ?
Have you checked if the same issue happen with chromium or with
iridium on a different OS ?

2016-11-21 20:35 GMT+01:00 George Pediaditis :
> I have installed https everywhere,  bookmarks tagging and signal
> private messenger.
> I have openbsd on my laptop so iridium isnt running all the time.
>
> On Mon, Nov 21, 2016 at 5:35 PM, Gregory Edigarov  wrote:
>> On 21.11.16 15:56, George Pediaditis wrote:
>>>
>>> Ok you are right im sorry.
>>> Im definitively sure that iridium(its like chromium) is getting slower
>>> after a couple of weeks. Its so slow that im waiting 7+ sec to start.
>>> Also cpu is high and everything on the browser is really slow.  The
>>> problem is solved when i clean my history etc. Now it takes about 1-2
>>> sec to start it.
>>> I have tried Firefox before but its even worse.It crashes is slow and
>>> cpu is high.
>>
>> which extensions are installed in iridium?
>> is iridium always running, or you load it every time?
>>
>>> This is my dmesg.
>>> OpenBSD 6.0-stable (GENERIC.MP) #0: Tue Nov  8 19:51:42 EET 2016
>>>  g...@openbox.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP
>>> RTC BIOS diagnostic error 80
>>> real mem = 8474267648 (8081MB)
>>> avail mem = 8212963328 (7832MB)
>>> mpath0 at root
>>> scsibus0 at mpath0: 256 targets
>>>
>>> OpenBSD 6.0-stable (GENERIC.MP) #0: Tue Nov  8 19:51:42 EET 2016
>>>  g...@openbox.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP
>>> RTC BIOS diagnostic error 80
>>> real mem = 8474267648 (8081MB)
>>> avail mem = 8212963328 (7832MB)
>>> mpath0 at root
>>> scsibus0 at mpath0: 256 targets
>>> mainbus0 at root
>>> bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xe6dc0 (71 entries)
>>> bios0: vendor LENOVO version "0XCN23WW" date 03/21/2016
>>> bios0: LENOVO 80SR
>>> acpi0 at bios0: rev 2
>>> acpi0: sleep states S0 S3 S4 S5
>>> acpi0: tables DSDT FACP TCPA UEFI UEFI SSDT SSDT TPM2 MSDM SSDT DBGP
>>> DBG2 ASF! ASPT BOOT DBGP HPET LPIT APIC MCFG SSDT SSDT SSDT SSDT DMAR
>>> FPDT
>>> acpi0: wakeup devices GLAN(S3) XHC_(S3) XDCI(S4) HDAS(S3) PXSX(S3)
>>> RP01(S3) PXSX(S3) RP02(S3) PXSX(S3) RP03(S3) PXSX(S3) RP04(S3)
>>> PXSX(S3) RP05(S3) PXSX(S3) RP06(S3) [...]
>>> acpitimer0 at acpi0: 3579545 Hz, 24 bits
>>> acpihpet0 at acpi0: 2399 Hz
>>> acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
>>> cpu0 at mainbus0: apid 0 (boot processor)
>>> cpu0: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz, 2395.19 MHz
>>> cpu0:
>>>
>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
>>>
>>> H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
>>>
>>> ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
>>>
>>> DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS
>>>
>>> GSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT
>>> ,SENSOR,ARAT
>>> cpu0: 256KB 64b/line 8-way L2 cache
>>> cpu0: smt 0, core 0, package 0
>>> mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
>>> cpu0: apic clock running at 23MHz
>>> cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
>>> cpu1 at mainbus0: apid 2 (application processor)
>>> cpu1: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz, 2394.41 MHz
>>> cpu1:
>>>
>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
>>>
>>> H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
>>>
>>> ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
>>>
>>> DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS
>>>
>>> GSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT
>>> ,SENSOR,ARAT
>>> cpu1: 256KB 64b/line 8-way L2 cache
>>> cpu1: smt 0, core 1, package 0
>>> cpu2 at mainbus0: apid 1 (application processor)
>>> cpu2: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz, 2394.41 MHz
>>> cpu2:
>>>
>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
>>>
>>> H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
>>>
>>> ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
>>>
>>> DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS
>>>
>>> GSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT
>>> ,SENSOR,ARAT
>>> cpu2: 256KB 64b/line 8-way L2 cache
>>> cpu2: smt 1, core 0, package 0
>>> cpu3 at mainbus0: apid 3 (application processor)
>>> cpu3: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz, 2394.41 MHz
>>> cpu3:
>>>
>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
>>>
>>> H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
>>>
>>> ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
>>>
>>> DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS
>>>
>>> 

Re: HP Proliant MicroServer G8: not seeing disks

2016-11-22 Thread Jiri B
On Tue, Nov 22, 2016 at 10:29:58AM +0100, Peter N. M. Hansteen wrote:
> a HP Microserver Gen8 landed in my lap recently, but playing with the thing 
> last night
> it looks like OpenBSD (latest available snapshot) doesn't play well with the 
> RAID controller.
> 
> The symptoms are simply disks not seen, with one odd exception: Trying disks 
> from the 
> pile of old SATA units, one apparently had an old OpenBSD install on it, and 
> the system
> did manage to boot from that when that disk was the only one in the system 
> (ie only one of
> the four disk slots occupied). 

Maybe not related but I could see disks on a different HP box -
- 'HP ProLiant DL360 Gen9' - only I had UEFI mode on and disks were
HBAs. Otherwise I could not see them at all (iirc it was restricted
to "display" on disks up to 200GB).

j.



HP Proliant MicroServer G8: not seeing disks

2016-11-22 Thread Peter N. M. Hansteen
a HP Microserver Gen8 landed in my lap recently, but playing with the thing 
last night
it looks like OpenBSD (latest available snapshot) doesn't play well with the 
RAID controller.

The symptoms are simply disks not seen, with one odd exception: Trying disks 
from the 
pile of old SATA units, one apparently had an old OpenBSD install on it, and 
the system
did manage to boot from that when that disk was the only one in the system (ie 
only one of
the four disk slots occupied). 

All other permutations end up with the disks seen by the RAID controller (which 
comes 
with an admin program that appears to be more or less a complete Linux 
distribution and 
a GUI that requires a mouse, to the extent that I spent some time rummaging 
desk drawers 
for a suitable USB mouse, in my case Sun branded but I digress) not registered 
at all 
by OpenBSD, as in only disk seen as available is sd0 which in my case was the 
USB 
thumbdrive with the bsd.rd on it.

Any input on how to proceed appreciated, dmesg from the install to USB 
thumbdrive follows

- Peter


OpenBSD 6.0-current (GENERIC.MP) #0: Thu Nov 17 15:57:16 MST 2016
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4108201984 (3917MB)
avail mem = 3979116544 (3794MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xb7bdb000 (65 entries)
bios0: vendor HP version "J06" date 07/16/2015
bios0: HP ProLiant MicroServer Gen8
acpi0 at bios0: rev 2
acpi0: sleep states S0 S4 S5
acpi0: tables DSDT FACP SPCR MCFG HPET  SPMI ERST APIC  BERT HEST  
 SSDT SSDT SSDT SSDT SSDT
acpi0: wakeup devices PCI0(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimcfg0 at acpi0 addr 0xb800, bus 0-63
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU G1610T @ 2.30GHz, 2295.07 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,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,DEADLINE,XSAVE,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Celeron(R) CPU G1610T @ 2.30GHz, 2294.79 MHz
cpu1: 
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,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,DEADLINE,XSAVE,NXE,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,SENSOR,ARAT
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
ioapic0 at mainbus0: apid 8 pa 0xfec0, version 20, 24 pins
acpiprt0 at acpi0: bus 13 (IPT1)
acpiprt1 at acpi0: bus -1 (IPT2)
acpiprt2 at acpi0: bus -1 (IPT3)
acpiprt3 at acpi0: bus -1 (IPT4)
acpiprt4 at acpi0: bus 3 (IPT5)
acpiprt5 at acpi0: bus -1 (IPT6)
acpiprt6 at acpi0: bus 4 (IPT7)
acpiprt7 at acpi0: bus 1 (IPT8)
acpiprt8 at acpi0: bus 7 (PT02)
acpiprt9 at acpi0: bus -1 (PT03)
acpiprt10 at acpi0: bus 2 (PT05)
acpiprt11 at acpi0: bus 0 (PCI0)
acpicpu0 at acpi0: C2(350@96 mwait.1@0x20), C1(1000@1 mwait.1)
acpicpu1 at acpi0: C2(350@96 mwait.1@0x20), C1(1000@1 mwait.1)
acpitz0 at acpi0: critical temperature is 31 degC
"IPI0001" at acpi0 not configured
"PNP0A06" at acpi0 not configured
"PNP0303" at acpi0 not configured
"PNP0F13" at acpi0 not configured
"ACPI000D" at acpi0 not configured
ipmi at mainbus0 not configured
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 3G Host" rev 0x09
ppb0 at pci0 dev 1 function 0 "Intel Core 3G PCIE" rev 0x09: msi
pci1 at ppb0 bus 7
ppb1 at pci0 dev 6 function 0 "Intel Core 3G PCIE" rev 0x09: msi
pci2 at ppb1 bus 2
unknown vendor 0x1590 product 0x005f (class memory subclass miscellaneous, rev 
0x00) at pci2 dev 0 function 0 not configured
ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x05: apic 8 int 21
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 
addr 1
ppb2 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb5
pci3 at ppb2 bus 13
ppb3 at pci0 dev 28 function 4 "Intel 6 Series PCIE" rev 0xb5
pci4 at ppb3 bus 3
bge0 at pci4 dev 0 function 0 "Broadcom BCM5720" rev 0x00, BCM5720 A0 
(0x572), APE firmware NCSI 1.3.7.0: msi, address 70:10:6f:3e:df:d4
brgphy0 at bge0 phy 1: BCM5720C 10/100/1000baseT PHY, rev. 0
bge1 at pci4 dev 0 function 1 "Broadcom BCM5720" rev 0x00, BCM5720 A0 
(0x572), APE firmware NCSI 1.3.7.0: msi, address 70:10:6f:3e:df:d5
brgphy1 at bge1 phy 2: BCM5720C 10/100/1000baseT PHY, rev. 0
ppb4 at pci0 dev 28 function 6 "Intel 6 Series PCIE" rev 0xb5
pci5 at ppb4 bus 4
xhci0 at pci5 dev 0 function 0 "Renesas 

Disable Laptops Keyboard in OpenBSD

2016-11-22 Thread pasta
Hi, I can't figure out how to disable my laptops keyboard so I can only 
use my USB one.

xinput doesn't list each keyboard as in Linux I believe.
I could write a xorg.conf but what if I dont have my keyboard with 
myself then?

wsconsctl can't disable a keyboard, can it?

pasta



advantech ppc-3100 openbsd support

2016-11-22 Thread Marko Cupać
Hi,

I am eyeing advantech ppc-3100 fanless panel pc as thin client
solution in manufacturing. Does anyone have experience with this
particular model? Does it run OpenBSD? Does touchscren work under
OpenBSD?

http://www.advantech.com/products/1-2jkjm3/ppc-3100/mod_de525e5b-8662-4c2c-b3
f5-bd4a580e3737

Thank you in advance,
--
Before enlightenment - chop wood, draw water.
After  enlightenment - chop wood, draw water.

Marko Cupać
https://www.mimar.rs/