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. Oft
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 run across things
> which I
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 using SHA1 anywhere?
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 formal in nature)?
> >
> >
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 formal in nature)?
> >
> >
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:
> https://blog.filippo.io/so-i-lost-my-openbsd-fde-password/
> I seen th
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
lladdr 00:0c:29:b3:81:f8
inde
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 201
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 usability to average users (even
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 o
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 tha
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 20
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 improve
>> > > their usabi
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: flags=8843 mtu 1500
>
> 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
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 cache
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 e
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 make them
>> > somewhat les
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:
>
> https://www.openbsd.org/papers/eurobs
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
>> wanted to run default
# 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 _
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=&myip=&...
These configuration settings
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 t
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 rc_st
# 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 exit
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 "*" bac
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 to
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 impl
28 matches
Mail list logo