Re: Just to understand, ARM64 has SMP and ARM32 does not? &, OpenBSD design fine with ARM's weak mem coherency?

2017-02-25 Thread Peter Hessler
On 2017 Feb 26 (Sun) at 03:56:33 + (+), Tinker wrote: :Hi misc, : :I just wanted to understand what's going on with SMP on ARM - : :Did I get it right, that ARM64 has SMP (as of the patches this week), but :ARM32 does not have SMP and will not get it too? : :What was the reason for not

Just to understand, ARM64 has SMP and ARM32 does not? &, OpenBSD design fine with ARM's weak mem coherency?

2017-02-25 Thread Tinker
Hi misc, I just wanted to understand what's going on with SMP on ARM - Did I get it right, that ARM64 has SMP (as of the patches this week), but ARM32 does not have SMP and will not get it too? What was the reason for not implementing SMP on ARM32? (I only need SMP on ARM64 so just wanted

Re: Getting http to work

2017-02-25 Thread Kevin Gerrard
OpenBSD 6.0 I had this happen to me a few days ago. I set httpd.conf up to use "*" at first just to cut down on hiccups. When I had it up and working with php, and mariadb I changed "*" to"192.168.3.254" and restarted httpd.conf. It did not work, even after a reboot. So I put the "*"

Re: Getting http to work

2017-02-25 Thread Monah Baki
# netstat -na -f inet | grep LISTEN tcp 0 0 127.0.0.1.25 *.*LISTEN tcp 0 0 *.22 *.*LISTEN # httpd -dv startup parent: send server: Can't assign requested address # logger exiting, pid 24061 server

Re: Getting http to work

2017-02-25 Thread Currell Berry
Monah Baki writes: > # httpd -dnv > configuration OK > > # rcctl - start httpd > doing _rc_parse_conf > doing _rc_quirks > httpd_flags empty, using default >< > doing _rc_parse_conf /var/run/rc.d/httpd > doing _rc_quirks > doing rc_check > httpd > doing rc_pre > configuration OK > doing

Re: Conventional config file syntax? and IP address polling question

2017-02-25 Thread Gregor Best
Hi Mario, On Sat, Feb 25, 2017 at 02:59:40PM -0600, Mario Campos wrote: > [...] > These configuration settings should probably be in a configuration file. I > read somewhere on the interwebs that OpenBSD config files try to resemble > each other, or rather, they try to keep to a format/style. Is

Conventional config file syntax? and IP address polling question

2017-02-25 Thread Mario Campos
Hi, misc@ I'm planning to develop a semi-generic daemon to serve as a dynamic DNS client. It seems most of the big-name DNS providers (easyDNS, DynDNS, Dynu, etc) follow a semi-consistent "API" for updating a domain name's IP address: http[s]://:@?hostname==&... These configuration settings

Re: Getting http to work

2017-02-25 Thread Monah Baki
# httpd -dnv configuration OK # rcctl - start httpd doing _rc_parse_conf doing _rc_quirks httpd_flags empty, using default >< doing _rc_parse_conf /var/run/rc.d/httpd doing _rc_quirks doing rc_check httpd doing rc_pre configuration OK doing rc_start doing _rc_wait start doing rc_check doing

Re: Getting http to work

2017-02-25 Thread Monah Baki
Changing to ext_addr="*" # /etc/rc.d/httpd start httpd(failed) Nothing shows up in /var/log/messages On Sat, Feb 25, 2017 at 12:00 PM, Currell Berry wrote: > > Monah Baki writes: > >> Hi all, >> >> Installed a fresh install of OpenBSD 6.0 on VMWare workstation and

Re: Are ease-of-reference patches wanted for man pages?

2017-02-25 Thread Currell Berry
Theo Buehler writes: >> Are there any guidelines anywhere on what we are going for in a man >> page? If not is there a page which is very good and can be held up as a >> standard? > > Ingo's EuroBSDCon 2014 tutorial slides might be a good place to start: > >

Re: Are ease-of-reference patches wanted for man pages?

2017-02-25 Thread Currell Berry
Eike Lantzsch writes: > On Saturday, 25 February 2017 10:16:37 PYST Janne Johansson wrote: >> 2017-02-25 9:45 GMT+01:00 Currell Berry : >> > Is feedback / are patches solicited for man-pages in order to improve >> > their usability to average users (even if this were to

Re: APCu/Memcached/Redis - OwnCloud/Nextcloud memory caching - which OpenBSD package?

2017-02-25 Thread Johan Huldtgren
hello, > I'm trying to improve the performance of my freshly installed Nextcloud > site. I'm running on my local 1G network and the performance is less > than optimal. > > I've done all the SQL tuning, but from looking at the SQL log files, the > SQL isn't the slow part. make sure your SQL

APCu/Memcached/Redis - OwnCloud/Nextcloud memory caching - which OpenBSD package?

2017-02-25 Thread Steve Williams
Hi, I'm trying to improve the performance of my freshly installed Nextcloud site. I'm running on my local 1G network and the performance is less than optimal. I've done all the SQL tuning, but from looking at the SQL log files, the SQL isn't the slow part. I haven't configured a memory

Re: Are ease-of-reference patches wanted for man pages?

2017-02-25 Thread Theo Buehler
> Are there any guidelines anywhere on what we are going for in a man > page? If not is there a page which is very good and can be held up as a > standard? Ingo's EuroBSDCon 2014 tutorial slides might be a good place to start: https://www.openbsd.org/papers/eurobsdcon2014-mandoc-slides.pdf It

Re: Getting http to work

2017-02-25 Thread Currell Berry
Monah Baki writes: > Hi all, > > Installed a fresh install of OpenBSD 6.0 on VMWare workstation and > wanted to run default webserver. > > In the messages logs I find the following error: > > httpd[23792]: parent: send server: Can't assign requested address > > > em0:

Re: Are ease-of-reference patches wanted for man pages?

2017-02-25 Thread Currell Berry
Theo Buehler writes: > On Sat, Feb 25, 2017 at 07:01:30AM -0300, Eike Lantzsch wrote: >> On Saturday, 25 February 2017 10:16:37 PYST Janne Johansson wrote: >> > 2017-02-25 9:45 GMT+01:00 Currell Berry : >> > > Is feedback / are patches solicited for man-pages in order to

From SHA1 to SHA256 in dhcpd sync

2017-02-25 Thread Denis Fondras
Hi, A patch to get away from SHA1 in dhcpd Index: sync.c === RCS file: /cvs/src/usr.sbin/dhcpd/sync.c,v retrieving revision 1.23 diff -u -p -r1.23 sync.c --- sync.c 13 Feb 2017 23:04:05 - 1.23 +++ sync.c 25 Feb

Re: Static binaries on newer releases

2017-02-25 Thread Martijn Rijkeboer
On 02/24/17 13:07, Juan Francisco Cantero Hurtado wrote: > On Fri, Feb 24, 2017 at 11:08:21AM +0100, Martijn Rijkeboer wrote: >> Hi, >> >> If I have a static binary compiled on OpenBSD release X, is that binary >> expected to also run on release X+1, X+2 and X+Y? For example, a static >> binary

Re: Static binaries on newer releases

2017-02-25 Thread Martijn Rijkeboer
On 02/24/17 12:07, Sebastien Marie wrote: > On Fri, Feb 24, 2017 at 11:08:21AM +0100, Martijn Rijkeboer wrote: >> Hi, >> >> If I have a static binary compiled on OpenBSD release X, is that binary >> expected to also run on release X+1, X+2 and X+Y? For example, a static >> binary that is compiled

Re: Are ease-of-reference patches wanted for man pages?

2017-02-25 Thread Theo Buehler
On Sat, Feb 25, 2017 at 07:01:30AM -0300, Eike Lantzsch wrote: > On Saturday, 25 February 2017 10:16:37 PYST Janne Johansson wrote: > > 2017-02-25 9:45 GMT+01:00 Currell Berry : > > > Is feedback / are patches solicited for man-pages in order to improve > > > their

From SHA1 to SHA256 in spamd sync

2017-02-25 Thread Denis Fondras
Hi, A patch to get away from SHA1 in spamd Index: sync.c === RCS file: /cvs/src/libexec/spamd/sync.c,v retrieving revision 1.12 diff -u -p -r1.12 sync.c --- sync.c 20 Oct 2016 21:09:46 - 1.12 +++ sync.c 25 Feb

Getting http to work

2017-02-25 Thread Monah Baki
Hi all, Installed a fresh install of OpenBSD 6.0 on VMWare workstation and wanted to run default webserver. In the messages logs I find the following error: httpd[23792]: parent: send server: Can't assign requested address em0: flags=8843 mtu 1500

Re: Is OpenBSD using SHA1 anywhere?

2017-02-25 Thread ludovic coues
HMAC-SHA1 is used https://www.schneier.com/blog/archives/2005/02/sha1_broken.html "although it doesn't affect applications such as HMAC where collisions aren't important" 2017-02-25 10:56 GMT+01:00 minek van : > In the blog: >

Re: Are ease-of-reference patches wanted for man pages?

2017-02-25 Thread Eike Lantzsch
On Saturday, 25 February 2017 10:16:37 PYST Janne Johansson wrote: > 2017-02-25 9:45 GMT+01:00 Currell Berry : > > Is feedback / are patches solicited for man-pages in order to improve > > their usability to average users (even if this were to make them > > somewhat less

Re: Are ease-of-reference patches wanted for man pages?

2017-02-25 Thread Eike Lantzsch
On Saturday, 25 February 2017 10:16:37 PYST Janne Johansson wrote: > 2017-02-25 9:45 GMT+01:00 Currell Berry : > > Is feedback / are patches solicited for man-pages in order to improve > > their usability to average users (even if this were to make them > > somewhat less

Re: Is OpenBSD using SHA1 anywhere?

2017-02-25 Thread minek van
In the blog: https://blog.filippo.io/so-i-lost-my-openbsd-fde-password/ I seen that "sha1" is still used, but afaik 6.1 will have a different FDE. > Sent: Thursday, February 23, 2017 at 5:27 PM > From: "Christian Weisgerber" > To: misc@openbsd.org > Subject: Re: Is OpenBSD

Re: Are ease-of-reference patches wanted for man pages?

2017-02-25 Thread Janne Johansson
2017-02-25 9:45 GMT+01:00 Currell Berry : > Is feedback / are patches solicited for man-pages in order to improve > their usability to average users (even if this were to make them > somewhat less formal in nature)? > > I find the openbsd man pages very useful, but I do

Are ease-of-reference patches wanted for man pages?

2017-02-25 Thread Currell Berry
Is feedback / are patches solicited for man-pages in order to improve their usability to average users (even if this were to make them somewhat less formal in nature)? I find the openbsd man pages very useful, but I do run across things which I cannot figure out from the man pages and/or faq.