armv7 on Wandboard Quad

2016-08-11 Thread Joe Gidi
The recent flurry of activity on the armv7 port prompted me to buy a Wandboard Quad so I could try a new hardware platform. As you'd expect with OpenBSD, installation was dead simple and trouble-free. I grabbed the latest snapshot miniroot-wandboard-60.fs file from my local mirror, dd'ed it to an

Re: Unicode Support in sed?

2016-08-11 Thread Juan Francisco Cantero Hurtado
On Thu, Aug 11, 2016 at 11:51:06PM +0200, Ingo Schwarze wrote: > Hi Scott, > > Scott Vanderbilt wrote on Thu, Aug 11, 2016 at 12:58:17PM -0700: > > > I'm trying to use sed to munge some text in HTML files, converting > > Unicode characters to their HTML entity equivalents, however I can't > >

Re: Unicode Support in sed?

2016-08-11 Thread Ingo Schwarze
Hi, Ingo Schwarze wrote on Thu, Aug 11, 2016 at 11:51:06PM +0200: > Scott Vanderbilt wrote on Thu, Aug 11, 2016 at 12:58:17PM -0700: >> The FAQ section on Character Sets >> >> indicates that: [...] > YIKES!! > It looks like i urgently have to fix

Re: hostname.if manpage enhancement: be clearer about #

2016-08-11 Thread Theo de Raadt
> > As i said, my config with # in the password worked > > without any escaping or quoting needed. > > > > i understood from your mail that you'd had to escape it. that is correct. furthermore, some things don't have perfect escaping. not everything is perfect.

Re: forking

2016-08-11 Thread Zé Loff
On Thu, Aug 11, 2016 at 06:05:41PM -0300, Friedrich Locke wrote: > It does not matter what i do, i cannot fork more than +- 1900/2000 process > on my system. Besides kern.maxproc what else is necessary to fork more > process ? > > Thanks in advance. > > Some limits in my system: > > etosha#

Re: Unicode Support in sed?

2016-08-11 Thread Ingo Schwarze
Hi Scott, Scott Vanderbilt wrote on Thu, Aug 11, 2016 at 12:58:17PM -0700: > I'm trying to use sed to munge some text in HTML files, converting > Unicode characters to their HTML entity equivalents, however I can't > seem to get it to work. > > For instance, this command has no apparent effect:

Re: Fluxbox doesn't survive to a suspend to disk when restarted

2016-08-11 Thread Mike Larkin
On Thu, Aug 11, 2016 at 09:39:33PM +0200, Alessandro DE LAURENZIS wrote: > dmesg and pkg_info -t as requested: > I installed fluxbox and tried to repro this. It works fine here. Does this fail just after many ZZZs? because it looks from your dmesg that you did a bunch of them. Does it fail

forking

2016-08-11 Thread Friedrich Locke
It does not matter what i do, i cannot fork more than +- 1900/2000 process on my system. Besides kern.maxproc what else is necessary to fork more process ? Thanks in advance. Some limits in my system: etosha# sysctl kern.maxproc=1 kern.maxproc: 1310 -> 1 etosha# sioux@etosha$ ulimit -a

Re: fork 2k process

2016-08-11 Thread Philip Guenther
On Thu, Aug 11, 2016 at 1:01 PM, Friedrich Locke wrote: > i am having problems trying to create 2k process in a very simple style. My > environment is the following: ... > But when i run a program to run 2000 process i got top display only 1901 > zombie, why it is not

fork 2k process

2016-08-11 Thread Friedrich Locke
Hi folks, i am having problems trying to create 2k process in a very simple style. My environment is the following: sioux@etosha$ sysctl kern.maxproc kern.maxproc=1 sioux@etosha$ ulimit -a ... processes2048 sioux@etosha$ ulimit -aH ... ... ... processes 2048

Unicode Support in sed?

2016-08-11 Thread Scott Vanderbilt
I'm trying to use sed to munge some text in HTML files, converting Unicode characters to their HTML entity equivalents, however I can't seem to get it to work. For instance, this command has no apparent effect: sed -i -e 's/\xe2\x80\x94//g' foo.html Other sed operations using ASCII

5.9: vmx0: device timeout

2016-08-11 Thread Kurt Mosiejczuk
I've noticed that for 5.9, any VMs (in VMware) using vmx(4), end up putting "vmx0: device timeout" into the dmesg a bunch when under network load. I switched one of the VMs to vic(4) and the messages stop. Another VM that I haven't gotten to upgrading from 5.8 to 5.9 yet doesn't show this in its

Re: Fluxbox doesn't survive to a suspend to disk when restarted

2016-08-11 Thread Alessandro DE LAURENZIS
dmesg and pkg_info -t as requested: OpenBSD 6.0-current (GENERIC.MP) #2345: Tue Aug 9 23:00:50 MDT 2016 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 3177906176 (3030MB) avail mem = 3077181440 (2934MB) mpath0 at root scsibus0 at mpath0: 256 targets

Re: Fluxbox doesn't survive to a suspend to disk when restarted

2016-08-11 Thread Mike Larkin
On Thu, Aug 11, 2016 at 03:10:25PM +0200, Alessandro DE LAURENZIS wrote: > Hello, > > I'm reporting this without any details because actually I do not know how to > start a debugging... > > After resuming from an hibernation, restarting Fluxbox (Restart from menu or > issuing "fluxbox-remote

Re: hostname.if manpage enhancement: be clearer about #

2016-08-11 Thread Jason McIntyre
On Thu, Aug 11, 2016 at 03:53:12PM +, Michal Bozon wrote: > > On Mon, Aug 08, 2016 at 10:23:22AM +0200, Michal Bozon wrote: > > > Hi, I've had an issue connecting to a wireless network > > > (by doas sh /etc/netstart $if). Its password contained > > > '#' character(s). > > > > > > Even adding

Re: hostname.if manpage enhancement: be clearer about #

2016-08-11 Thread Michal Bozon
> On Mon, Aug 08, 2016 at 10:23:22AM +0200, Michal Bozon wrote: > > Hi, I've had an issue connecting to a wireless network > > (by doas sh /etc/netstart $if). Its password contained > > '#' character(s). > > > > Even adding "debug" keyword did not assure me > > whether the problem is with my

Re: Weird graphic problems with intel(4) on a Thinkpad X250

2016-08-11 Thread Lionel Riem
On 11.08.2016 10:34, Dimitris Papastamos wrote: I have not tried 5.9 but my x250 works really well with -current and 6.0. I suppose there have been fixes in broadwell support since 5.9. I just upgraded to -current, and, indeed, it now works very well. Thanks!

Re: Fluxbox doesn't survive to a suspend to disk when restarted

2016-08-11 Thread Alessandro DE LAURENZIS
On 2016-08-11 15:23, Alessandro DE LAURENZIS wrote: Hello David, Does restarting Fluxbox work otherwise or the crash only happens after resuming? restarting it before suspend to disk works flawlessly. Cheers It's worth mentioning that suspending to RAM does *not* trigger the crash. --

Re: Fluxbox doesn't survive to a suspend to disk when restarted

2016-08-11 Thread Alessandro DE LAURENZIS
Hello David, Does restarting Fluxbox work otherwise or the crash only happens after resuming? restarting it before suspend to disk works flawlessly. Cheers -- Alessandro DE LAURENZIS [mailto:jus...@atlantide.t28.net] LinkedIn: http://it.linkedin.com/in/delaurenzis

Re: Fluxbox doesn't survive to a suspend to disk when restarted

2016-08-11 Thread David Coppa
On Thu, Aug 11, 2016 at 3:10 PM, Alessandro DE LAURENZIS wrote: > Hello, > > I'm reporting this without any details because actually I do not know how to > start a debugging... > > After resuming from an hibernation, restarting Fluxbox (Restart from menu or > issuing

Fluxbox doesn't survive to a suspend to disk when restarted

2016-08-11 Thread Alessandro DE LAURENZIS
Hello, I'm reporting this without any details because actually I do not know how to start a debugging... After resuming from an hibernation, restarting Fluxbox (Restart from menu or issuing "fluxbox-remote -Restart") systematically crashes it, causing the XDM login window to appear. No core

xfreerdp fullscreen needs xrandr resolution change

2016-08-11 Thread Marko Cupać
Hi, I have a few problems with HP t520 Thin Client Business Desktop (dmesg below) on an unpatched OpenBSD 5.9 x64. Less important one is that without xorg.conf ATI graphics card works only in VESA mode. More important one is that xfreerdp does not work in fullscreen mode when started with the

cvsweb: headers of revision files are shown in plain text

2016-08-11 Thread Alessandro DE LAURENZIS
Dear misc@ readers, I'm trying to set-up a cvsweb server (OpenBSD 5.9 i386) with stock httpd(8); this is the relevant part of my httpd.conf: # Name-based web server server $web_domain { listen on $ext_if port 80 location "/cgi-bin/*" { fastcgi

Re: Weird graphic problems with intel(4) on a Thinkpad X250

2016-08-11 Thread Dimitris Papastamos
On Thu, Aug 11, 2016 at 09:56:37AM +0200, Lionel Riem wrote: > Hello, > > I have 5.9 installed on a Thinkpad X250 (Broadwell, Intel HD Graphics > 5500). On this machine, by default, Xorg uses modesetting(4) and vesa(4) > instead of intel(4). The performance is not great (stuttering videos, > for

Re: Weird graphic problems with intel(4) on a Thinkpad X250

2016-08-11 Thread ludovic coues
2016-08-11 9:56 GMT+02:00 Lionel Riem : > When forcing Xorg to use intel(4) instead, I get really weird problems: > http://imgur.com/a/KEYzb (this is supposed to be i3 with Firefox open). > > > Is it a bug? Are we doing something wrong? Thanks for your help. > You mean something

Weird graphic problems with intel(4) on a Thinkpad X250

2016-08-11 Thread Lionel Riem
Hello, I have 5.9 installed on a Thinkpad X250 (Broadwell, Intel HD Graphics 5500). On this machine, by default, Xorg uses modesetting(4) and vesa(4) instead of intel(4). The performance is not great (stuttering videos, for example, or slow mouse movements when Firefox tries to display "graphic

Re: thunderbird segfaults

2016-08-11 Thread Stefan Wollny
Am 08/08/16 um 17:21 schrieb Theo Buehler: > > A fix for thunderbird is being worked on: > THANK YOU - THANK YOU - THANK YOU!!! Just updated via ports and thunderbird is fine again!