Re: postgresql-16.4 error on initdb

2024-08-22 Thread Theo Buehler
On Thu, Aug 22, 2024 at 06:31:08PM -0700, Philip Guenther wrote: > Whee. Can someone send me or point me to a reproducer for this; e.g., > does postgresql's own test suite hit this? Reverting fflush.c r1.10 is enough. With the diff to databases/postgresql below (which I think we should commit in

Re: openvpn with ed25519 ca cert

2024-04-22 Thread Theo Buehler
On Sun, Apr 21, 2024 at 02:34:48PM +0200, Peter Wens wrote: > Hi, > > Does libressl 3.9.0 on 7.5 lacks support for ed25519 certs > using tls 1.3? Yes, it's not currently supported. Adding support for that isn't hard, but hasn't been done.

Re: Libressl verify failure with 3.9.0

2024-04-08 Thread 'Theo Buehler'
On Mon, Apr 08, 2024 at 05:53:47PM -0500, Ted Wynnychenko wrote: > Thanks for the suggestion. > The workaround does work, and creates (essentially) the same certificate, > but one that does not fail verification with the new libressl. > I did notice the option of not have the leading "20" for dates

Re: Libressl verify failure with 3.9.0

2024-04-08 Thread Theo Buehler
On Sun, Apr 07, 2024 at 04:57:24PM -0500, Ted Wynnychenko wrote: > Hello, > > I recently updated to -current (about a week ago). > > I see that Libressl is at 3.9.1 just now, but I hope that won't be an issue > (I did not see anything in the release notes that would impact my question). > --- >

Re: self-hosted man.openbsd.org script?

2023-12-24 Thread Theo Buehler
On Sun, Dec 24, 2023 at 05:25:55AM -0800, Paul Pace wrote: > I have this vague memory of reading someone who posted a script, IIRC, to > convert the system's man pages to HTML, or similar, into somewhere under > /var/www and the pages worked just like the highly useful man.openbsd.org, > and not li

Re: Regression (or misconfig on my side?) after OpenOSPFd upgrade (OpenBSD 7.3 -> 7.4)

2023-11-07 Thread Theo Buehler
On Tue, Nov 07, 2023 at 10:59:48AM +0100, Claudio Jeker wrote: > On Tue, Nov 07, 2023 at 08:21:16AM +0100, Laurent CARON wrote: > > Hi, > > > > After upgrading a 7.3 to 7.4 OpenBSD box, I noticed OSPF adjacencies using a > > password are not coming up with the following in /var/log/messages: > >

Re: SSL issues after upgrading from 7.3 to 7.4

2023-10-21 Thread Theo Buehler
On Sat, Oct 21, 2023 at 09:23:51AM +0300, Mark wrote: > So, no idea on this? No. OCSP does work for me on 7.4 when enabled, both with httpd and nginx. With nginx, you need to have accessed the page at least once so it fetches and caches the staple and that may depend on the per worker process. I

Re: ldd error with setuid/setgid binaries

2023-10-18 Thread Theo Buehler
On Thu, Oct 19, 2023 at 01:39:00AM +0900, Yoshihiro Kawamata wrote: > From: Marc Espie > Subject: Re: ldd error with setuid/setgid binaries > Date: Wed, 18 Oct 2023 18:04:45 +0200 > > > objdump -p > > will be as good. > > > > Yes, it does not recurse, but it doesn't need to, since you also > > w

Re: Syspatch https://cdn.openbsd.org/pub/OpenBSD

2023-07-13 Thread Theo Buehler
On Wed, Jul 12, 2023 at 09:10:20PM -0600, Duncan Patton a Campbell wrote: > I'm just looking at > http://www.openbsd.org/errata71.html > (see attached PNG) > > and it's missing the last 8 entries > (029_expat.patch thru 036_rpki.patch) That sounds like 6.9: https://www.openbsd.org/errata69.htm

Re: can't create csr with ed 25519 on libressl 3.7.2 / OpenBSD 7.3

2023-06-14 Thread Theo Buehler
On Wed, Jun 14, 2023 at 03:30:10PM +0300, S V wrote: > can somebody explain why this doesn't work Yes. The answer to this kind of question is always the same: somebody has to write some code to support it. What is supported in 3.7.2 is the cryptographic primitive. More plumbing has to be added for

Re: After update, vim reports undefined symbols in libruby32.so

2023-06-13 Thread Theo Buehler
On Sun, Jun 11, 2023 at 07:22:28PM +0200, Why 42? The lists account. wrote: > vim:/usr/local/lib/libruby32.so: undefined symbol '_Unwind_Backtrace' > vim:/usr/local/lib/libruby32.so: undefined symbol '_Unwind_GetIP' > vim:/usr/local/lib/libruby32.so: undefined symbol '_Unwind_GetCFA' ... That's be

Re: Intermittent certificate error on web clients using Chrome

2023-04-17 Thread Theo Buehler
On Mon, Apr 17, 2023 at 12:29:31PM -0600, Jeff Ross wrote: > This is only tangentially related to OpenBSD... It is related because it is a combination of how LibreSSL handles TLS extension calbacks with how apache2 chose to redirect requests to virtual hosts based on the server name indication. Th

Re: All my Rust programs stop working on OpenBSD 7.3

2023-04-11 Thread Theo Buehler
gt; 1881 vpaddq -128(%rbp),%xmm0,%xmm8 Yes, as expected. > > > On Apr 11, 2023, at 02:54, Theo Buehler wrote: > > > >  > >> > >> Thanks. Actually that’s what I did. Rust package was updated by > >> “pkg_add -u rust” and then “cargo

Re: All my Rust programs stop working on OpenBSD 7.3

2023-04-10 Thread Theo Buehler
> Thanks. Actually that’s what I did. Rust package was updated by > “pkg_add -u rust” and then “cargo build —release” rebuilds the > projects. However, when I ran it, it crashed because of segment fault. > It no longer passes the tests as well, “invalid memory reference” was > returned. Without s

Re: [patch]: SSL_OP_NO_RENEGOTIATION vs SSL_OP_NO_CLIENT_RENEGOTIATION inconsistency

2023-02-05 Thread Theo Buehler
On Sun, Feb 05, 2023 at 03:59:38PM -0700, Ashlen wrote: > (Can CC to tech@ or elsewhere if needed, I didn't know if it belonged here or > there so I'm starting here) Please do not send patches to misc. Many of us don't have the time and nerves to dig through all the noise to see if there's anythin

Re: Is CRONTAB(5) random really random ?

2023-01-05 Thread Theo Buehler
On Thu, Jan 05, 2023 at 06:15:43PM +0100, Rachel Roch wrote: > According to the docs : > > > A random value (within the legal range) may be obtained by usingthe ‘~’ > > character in a field. The random numbers are drawn once and then repeated regularly. This behavior has always bothered me b

Re: Lenovo IdeaPad 3 14ITL05 EST turbo mode

2022-08-19 Thread Theo Buehler
On Fri, Aug 19, 2022 at 08:41:57AM +0300, Mikhail wrote: > Recently I've bought subject laptop, but it had an issue - when I was > doing git clone of a any huge tree, like linux kernel, it shut down in > the beginning of 'Resolving deltas' stage. I'd tested Debian 11 and > OpenBSD (current) - Debia

Re: libressl's openssl command

2022-07-02 Thread Theo Buehler
On Fri, Jul 01, 2022 at 10:57:52AM +0300, Gregory Edigarov wrote: > Hello, > > $ openssl version > LibreSSL 3.5.2 > > $ openssl genpkey -algorithm ed25519 > Algorithm ed25519 not found > > $ openssl genpkey -algorithm x25519 > Algorithm x25519 not found > > How would you generate a keypair? > Y

Re: mutt fetch-mail ssl error

2022-05-20 Thread Theo Buehler
On Fri, May 20, 2022 at 04:08:25PM +1200, Avon Robertson wrote: > I have been unable to fetch mail with mutt on this host using either the > currently installed snapshot and mutt package, or the snapshot and mutt > package that had been installed 2-3 days previously. > > I have been able to send m

Re: OpenBSD ftp and libtls: how to use session resumption with -S

2022-05-05 Thread Theo Buehler
On Thu, May 05, 2022 at 08:36:36PM -0400, Ted Unangst wrote: > On 2022-05-05, Ted Unangst wrote: > > On 2022-05-05, Theo Buehler wrote: > > > On Thu, May 05, 2022 at 10:59:45AM +0200, Hiltjo Posthuma wrote: > > > > Is this option currently enabled and worki

Re: OpenBSD ftp and libtls: how to use session resumption with -S

2022-05-05 Thread Theo Buehler
On Thu, May 05, 2022 at 10:59:45AM +0200, Hiltjo Posthuma wrote: > Hi, > > I have a question how OpenBSD ftp and session resumption works and can be > enabled or used using the option -S session=somepath . > > If I remember correctly this option was added at the time to improve the > performance

Re: [PATCH] Move warnx into correct place

2022-02-22 Thread Theo Buehler
On Sun, Feb 20, 2022 at 03:10:16PM +0100, Wolf wrote: > Original location caused the line to be printed every time for ec keys. > I suspect copy&paste error from rsa_key_create. Committed, thanks!

Re: `jq` won't chroot?

2021-07-16 Thread Theo Buehler
On Fri, Jul 16, 2021 at 10:24:10PM +, Kent Watsen wrote: > I’ve spent a few hours on this and am lost. I have plenty experience moving > executables into a chroot environments, but `jq` is proving to be > exceptionally difficult. > > The executable is found when chrooted to ‘/‘ but not ' /v

Re: iridium browser cache

2021-06-24 Thread Theo Buehler
On Fri, Jun 25, 2021 at 06:25:10AM +0200, Peter J. Philipp wrote: > Hi, > > Occasionally I see in my query logs that iridium browser contacts an address > called "cache.iridiumbrowser.de". > > Jun 25 06:16:31 eta delphinusdnsd[14254]: request on descriptor 24 interface > "cnmac1" from 192.168.17

Re: Why 16 year old zlib 1.2.3 in OpenBSD 6.9 released May 2021 please?

2021-06-24 Thread Theo Buehler
On Thu, Jun 24, 2021 at 11:09:05AM -0600, Matt Dowle wrote: > Hi, > > Is it intentional or is there any good reason that OpenBSD 6.9 released May > 2021 uses a 16 year old version of zlib (v1.2.3; July 2005)? The latest > version v1.2.11 (Jan 2017) is 4 years old. > > Background here: https://gi

Re: nc(1) fails the tls handshake when destination ends with a full stop

2021-05-30 Thread Theo Buehler
On Sun, May 30, 2021 at 01:43:54PM -0400, Daniel Jakots wrote: > On Sun, 30 May 2021 17:45:22 +0200, Theo Buehler > wrote: > > > Unsure. If people really think this is useful and necessary, I can be > > convinced. It's easy enough to do. And you're right, curl st

Re: nc(1) fails the tls handshake when destination ends with a full stop

2021-05-30 Thread Theo Buehler
On Sun, May 30, 2021 at 02:31:55PM -, Stuart Henderson wrote: > On 2021-05-30, Theo Buehler wrote: > > On Sat, May 29, 2021 at 10:37:18PM -0400, Daniel Jakots wrote: > >> Hi, > >> > >> $ nc -zvc openbsd.org 443 # works as expected > >> Connection

Re: nc(1) fails the tls handshake when destination ends with a full stop

2021-05-30 Thread Theo Buehler
On Sat, May 29, 2021 at 10:37:18PM -0400, Daniel Jakots wrote: > Hi, > > $ nc -zvc openbsd.org 443 # works as expected > Connection to openbsd.org (129.128.5.194) 443 port [tcp/https] succeeded! > TLS handshake negotiated TLSv1.3/AEAD-AES256-GCM-SHA384 with host openbsd.org > [...] > > $ nc -zvc

Re: Tor Relay log warning

2021-05-05 Thread Theo Buehler
On Wed, May 05, 2021 at 08:06:09AM -0300, Matheus Coelho wrote: > Hello List! > > I have a tor relay server and in version 6.9 of openbsd the log started > showing this message: > > tor_tls_finish_handshake: Bug: For some reason, wasV2Handshake didn't get > set. Fixing that. (on Tor 0.4.5.7 ) >

Recent OpenSSL and LibreSSL errata

2021-03-26 Thread Theo Buehler
There appears to be a bit of confusion out there. To be clear: 1. The two bugs that were fixed in OpenSSL 1.1.1k [1] were introduced well after the fork, so LibreSSL is not affected. OpenSSL have kindly given us advance access to their fixes. 2. The bug fixed in LibreSSL 3.2.5 [2] is our o

Re: iked does not recognize ikectl certificate

2021-03-19 Thread Theo Buehler
On Thu, Mar 18, 2021 at 11:25:22PM +0100, Lorenz Jiha wrote: > Hi, > > I'm using iked since a few years with certificate authentication for my > roadwarrior linux without any trouble. > > I took a 6.8 fresh install and used classically ikectl to generate a new CA > and certificates. > > But when

Re: Q: pkg_add fails with: TLS handshake failure: ocsp verify failed: Undefined error ...

2021-03-19 Thread Theo Buehler
On Fri, Mar 19, 2021 at 04:56:11PM +, Stuart Henderson wrote: > In gmane.os.openbsd.misc, li...@y42.org wrote: > > > > Hi All, > > > > What would cause pkg_add -u to report this error? > >> https://ftp.fau.de/pub/OpenBSD/snapshots/packages/amd64/: TLS handshake > >> failure: ocsp verify failed

Re: ldapd.conf certificate directive not working?

2020-11-28 Thread Theo Buehler
On Sun, Nov 29, 2020 at 12:00:29AM +0100, Martijn van Duren wrote: > On Sat, 2020-11-28 at 23:08 +0100, Theo Buehler wrote: > > > "If the certificate name is an absolute path, a .crt and .key > > > extension are appended to form the certificate path and key path >

Re: ldapd.conf certificate directive not working?

2020-11-28 Thread Theo Buehler
> "If the certificate name is an absolute path, a .crt and .key > extension are appended to form the certificate path and key path > respectively." > This part does not seem to work at all. > Neither it tries to search certificates using the absolute path nor > it tries to append .crt or .key exten

Re: ERR=20:"unable to get local issuer certificate"

2020-11-18 Thread Theo Buehler
On Wed, Nov 18, 2020 at 03:16:57PM -0800, David Newman wrote: > Do recent complaints about certificate chains [1] [2] also apply when a > client running OpenBSD 6.8 uses a self-signed cert, and there are no > intermediate certs? This is unrelated. The complaints you mention are due to a deliberate

Re: Firefox libGL errors if unveil is enabled

2020-10-20 Thread Theo Buehler
On Mon, Oct 19, 2020 at 09:48:44AM +0530, Anirudh Oppiliappan wrote: > Firefox 81 gives the below errors, and tabs hang for about ~2-3 minutes > before becoming usable, when unveil is enabled: > > libGL error: failed to open /dev/drm0: No such file or directory > libGL error: failed to loa

Re: 019_libssl.patch regression

2020-08-12 Thread Theo Buehler
On Tue, Aug 11, 2020 at 05:26:22PM -0400, Predrag Punosevac wrote: > This is a regression report for 019_libssl.patch > After applying libssl binary patch to 6.7 release s-nail-14.9.19 can no > longer close STARTTLS IPMI session with Gmail server. I recompiled > s-nail and rebooted the machine. Aft

Re: Recent regression in SSL session reuse

2020-07-30 Thread Theo Buehler
On Wed, Jul 29, 2020 at 02:57:33PM -0700, Jeremy Evans wrote: > After an OpenBSD upgrade, one of Ruby's tests for SSL session > reuse started to fail. After some debugging, I have found that > if a maximum SSL version is not set by a client, then session > reuse does not work. Setting a minimum v

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Theo Buehler
On Wed, Jul 22, 2020 at 01:10:38PM -0600, Todd C. Miller wrote: > On Wed, 22 Jul 2020 18:38:42 +0200, Theo Buehler wrote: > > > Likely glob. Many glob implementations were found to suffer from > > complexity issues: https://research.swtch.com/glob > > > > The glob(

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Theo Buehler
On Wed, Jul 22, 2020 at 07:05:31PM +0200, Theo Buehler wrote: > This works around the bug: And this might even be a correct fix: diff --git configure.ac configure.ac index 0d22ad59b..d27222459 100644 --- configure.ac +++ configure.ac @@ -483,7 +483,7 @@ AC_LINK_IFELSE( [AC_LANG_PROG

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Theo Buehler
On Wed, Jul 22, 2020 at 06:38:42PM +0200, Theo Buehler wrote: > > I don't know what's causing this. Is there some algorithm inside ksh > > that could be running into complexity issues somehow? > > Likely glob. Many glob implementations were found to suffer fro

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Theo Buehler
> I don't know what's causing this. Is there some algorithm inside ksh > that could be running into complexity issues somehow? Likely glob. Many glob implementations were found to suffer from complexity issues: https://research.swtch.com/glob The glob(3) in libc was fixed https://github.com/openb

Re: fw_update issue with colon in URL

2020-07-15 Thread Theo Buehler
On Tue, Jul 14, 2020 at 07:57:35PM +, mabi wrote: > Hello, > > I just updated from 6.6 to 6.7 and the fw_update part failed so I tried to > run it manually and get: > > $ sudo fw_update -n > http://firmware.openbsd.org/firmware/6.7/: no such dir > Couldn't find updates for intel-firmware-201

Re: TLSv1.3 no SNI for relayd?

2020-05-29 Thread Theo Buehler
On Wed, May 27, 2020 at 09:17:45AM -0400, Matrix Dactylopodite wrote: > Using the protocol defaults (tlsv1.3 and tlsv1.2) in latest relayd has > regressed to not supporting SNI? Thanks for the helpful and detailed report. This issue (in libssl) has just been fixed in -current: https://github.com

Re: security - preferred way to make check_access_file happy?

2019-02-25 Thread Theo Buehler
On Mon, Feb 25, 2019 at 05:14:50PM +, Stuart Henderson wrote: > On 2019/02/25 09:13, Adam Thompson wrote: > > > Use vipw to put 13 * in the password field > > > > > > From passwd(5) > > > [...] > > > authentication, conventionally have 13 asterisks in the password field. > > > > Thank you!

OpenBSD Errata: June 14th, 2018 (libcrypto)

2018-06-14 Thread Theo Buehler
Errata patches for libcrypto have been released for OpenBSD 6.3 and 6.2. DSA and ECDSA signature generation can potentially leak secret information to a timing side-channel attack. Binary updates for the amd64, i386, and arm64 platforms are available via the syspatch utility. Source code patches

Re: The compiler error about modifying libcrypto

2018-05-31 Thread Theo Buehler
On Thu, May 31, 2018 at 10:50:35AM +0800, Nan Xiao wrote: > My OS is OpenBSD 6.3. -current? If not, please install the latest snapshot before trying to build -current from source. See also https://www.openbsd.org/faq/current.html > Since now the -current modify the interfa

Re: is there foomatic-rip for lpd on openBSD 6.3?

2018-04-10 Thread Theo Buehler
On Tue, Apr 10, 2018 at 09:28:53AM +0200, Rudolf Sykora wrote: > Dear Predrag, > > > Around here we actually read man pages and pkg-readmes > > I do read man pages. But 1) As far as I can tell, you will not find any > information anywhere about foomatic-rip (or any other smart filter) use the pk

Re: FAQ6 patch for Shared Address Space / VMM

2018-04-04 Thread Theo Buehler
> The FAQ6 section for VMM Networking incorrectly specified the range > for Shared Address Space. RFC6598 section 7 calls out 100.64.0.0/10 fixed, thanks

Re: pkg using "6.3" instead of "snapshots"

2018-03-24 Thread Theo Buehler
On Sat, Mar 24, 2018 at 08:35:05AM +0100, Tony Boston wrote: > I have to add that I know I would use -Dsnap as a flag. It's just that I > didn't need to in the past. That's why I was wondering if something has > changed here It's the point in time where -current is in release mode (after being -be

Re: SHA256.sig not contained in install62.iso

2018-02-20 Thread Theo Buehler
On Tue, Feb 20, 2018 at 12:56:06PM +0100, Nicolas Schmidt wrote: > Hi, > > I am finally getting around to upgrading 6.1->6.2. When I try to install from > CD using the install62.iso image, the install script complains that it can't > find SHA256.sig (indeed, it's on it). > > Is that supposed to

Re: make release-sets - question

2018-02-18 Thread Theo Buehler
On Sun, Feb 18, 2018 at 03:13:35PM -0500, Jiri B wrote: > Hello, > > I try to understand why 'release-sets' does copy kernel.tgz from DESTDIR > into OS /usr? Could anybody explain the logic behind? This ensures that the build machine will have a snapshot kernel on next reboot. The /usr/libexec/re

Re: pfstat not generating graphs after upgrading to -current

2018-02-14 Thread Theo Buehler
On Thu, Feb 15, 2018 at 12:29:23AM +, Stuart Henderson wrote: > On 2018-02-14, Glenn Faustino wrote: > > Hi, > > > > > >> Did you upgrade your packages after upgrading to -current? Can you > >> share your /etc/pfstat.conf? > > > > Every time I upgrade to -current I also update packages. > > T

Re: trouble while building a release

2018-01-03 Thread Theo Buehler
On Wed, Jan 03, 2018 at 06:07:36PM +, Etienne wrote: > Hello list, > > I'm a bit confused. I believe I have correctly applied the instructions in > release(8), but I hit this error when running "make release" in paragraph 4, > on unmodified sources: > > # cd /usr/src/etc && make release > […]

Re: support new

2018-01-01 Thread Theo Buehler
On Sat, Dec 30, 2017 at 12:18:18AM -0600, Abel Abraham Camarillo Ojeda wrote: > 0 > C Mexico > P Nuevo Leon > T Monterrey > Z 67113 > O Abel Abraham Camarillo Ojeda > I > A La pradera 314, Guadalupe > M supp...@verlet.org > U > B > X > N Over 9 years of experience with OpenBSD. Infrastructure, netw

Re: support update

2017-12-20 Thread Theo Buehler
On Wed, Dec 20, 2017 at 09:54:56PM +0300, Kihaguru Gathura wrote: > Please use the latter submission also copied below to update my profile. > Kindly note email has changed. i committed the information below. > > On Tuesday, December 19, 2017, Kihaguru Gathura wrote: > > 0 > > C Kenya > > P Nai

Re: Manual to cd (change working directory)

2017-12-13 Thread Theo Buehler
On Wed, Dec 13, 2017 at 10:22:32PM +0100, Freddy Fisker wrote: > Hi > > I can't get the manual to the cd (change working directory) command. When I > am trying, I get the manual to cd (ATAPI and SCSI CD-ROM driver) instead. > > It's the same with: man cd > > and in: https://man.openbsd.org/cd T

Re: cvs diff FAQ Ports Testing

2017-11-22 Thread Theo Buehler
> if I understand correctly: provide a short explanation, isn't-it?! exactly. > > yeah, the spacing around = in that file is somewhat arbitrary and > > inconsistent. i'll have to think a bit what to do there. this one patch > > doesn't really solve the problem, so i won't commit it as-is. > OK. >

Re: cvs diff FAQ Ports Testing

2017-11-22 Thread Theo Buehler
> A new diff for page FAQ > Ports > Testing. thanks, i committed this one. note that the path to the file is already listed four times below, so the above info is not particularly useful :) it would be more helpful if you said what you intend to do, like "remove an extra closing parenthesis". >

Re: [www] fix a link

2017-11-20 Thread Theo Buehler
On Mon, Nov 20, 2017 at 10:47:42PM +0100, Julien Steinhauser wrote: > The link is leading to group.8, let it lead to group.5 fixed, thanks

Re: Transition from machdep.lidsuspend to machdep.lidaction?

2017-11-18 Thread Theo Buehler
On Sat, Nov 18, 2017 at 09:47:41PM +0100, pledge wrote: > Hello > > I just upgraded my laptop 6.1 -> 6.2. > > Suddenly it appears that the sysctl setting machdep.lidsuspend was gone. > > I checked the whats new site https://www.openbsd.org/62.html and > https://www.openbsd.org/faq/upgrade62.html

Re: Advanced Programming in the Unix Environment 3rd Edition

2017-11-12 Thread Theo Buehler
fixed, thanks

Re: CVS Diff : FAQ Ports Guide (3)

2017-11-11 Thread Theo Buehler
On Sat, Nov 11, 2017 at 02:25:34PM +, Stuart Henderson wrote: > On 2017-11-11, Stephane HUC "PengouinBSD" wrote: > > This is a multi-part message in MIME format. > > --E3282A62CBBAFE07DF2ABE41 > > Content-Transfer-Encoding: 7bit > > Content-Type: text/plain; charset=utf-8 > > > > H

Re: Error : page Ports - Working with Ports

2017-11-07 Thread Theo Buehler
On Tue, Nov 07, 2017 at 12:41:22PM +0100, Stephane HUC "PengouinBSD" wrote: > > > Le 11/07/17 à 12:34, Rodrigo Mosconi a écrit : > (...) > >> " > >> By twice: "make install will only install the main subpackage". Normal? > >> > > > > [make install] is a command that is writen in the shell. real

Re: How help about to review FAQ?

2017-11-04 Thread Theo Buehler
On Sat, Nov 04, 2017 at 10:49:57PM +0100, Stephane HUC "PengouinBSD" wrote: > Thank you! :D > > Do I have to create a new mail with just the page name to put the > corrections proposals I was talking about "OpenBSD/macppc" page? Not necessary. I fixed both typos you found. Thanks! (note that thi

Re: FAQ14: Growing disk partitions: fdisk

2017-11-03 Thread Theo Buehler
> => But then why is it written in the FAQ this below, since it doesn't > seem to work? (at least with stable amd64 OpenBSD) i tested it before giving my ok, but apparently i overlooked this detail. fixed, thanks

Re: sysmerge is not needed when updating to 6.2?

2017-10-12 Thread Theo Buehler
> But I have only one question: Is sysmerge not longer needed for > updating process like in previous releases? Since 6.0 the installer installs an rc.sysmerge that runs 'sysmerge -b' on first boot of the updated system.

Re: [diff] A few typos in www/faq

2017-09-15 Thread Theo Buehler
On Fri, Sep 15, 2017 at 05:16:15PM +, Lubos Boucek wrote: > Hello, > > I've found a few typos in www/faq, diff below. Fixed, thanks! Unfortunately, your patch was mangled, so I had to make the changes manually. I think it's because you have some kind of wrapping of long lines enabled.

Re: Can't get cvs checkout for src and ports as a normal user to work

2017-09-12 Thread Theo Buehler
On Tue, Sep 12, 2017 at 07:04:54PM +, Lea Chescotta wrote: > Hi, i'd trying to make a checkout of the sources and ports to my fresh > openbsd 6.1 install, following this guide > https://www.openbsd.org/anoncvs.html but when i try to make the checkout i > get some errors. > > I did this step

Re: What to do when package does not work in snapshot?

2017-09-04 Thread Theo Buehler
On Mon, Sep 04, 2017 at 11:38:48AM +0200, Niels Kobschätzki wrote: [...] > In the FAQ there is a link to "Report porblems" which just links to > itself. [...] Could you be more specific where this link is? I'd like to fix it, but couldn't find it.

Re: resolve.conf overwritten woes

2017-08-12 Thread Theo Buehler
On Sat, Aug 12, 2017 at 07:49:22PM -0700, jungle Boogie wrote: > I think I saw it and there was a typo with resolveor section. thanks, but unfortunately i have no idea what you mean. could you please be more specific?

Re: resolve.conf overwritten woes

2017-08-12 Thread Theo Buehler
On Fri, Aug 11, 2017 at 11:12:52PM -0700, jungle boogie wrote: > Hi All, > > > From this page: > https://www.openbsd.org/faq/faq6.html#Setup > krw pointed out that the documentation got this pretty much entirely wrong and provided a fix. it will be online shortly. sorry for the inconvenience.

Re: OT: protonmail mail body

2017-07-12 Thread Theo Buehler
On Wed, Jul 12, 2017 at 04:54:24AM -0400, Rupert Gallagher wrote: > +1 Alright, the base64 transfer encoding thing is in the RFC... However, nowhere does the RFC specify that you should top-post and strip all the newlines: > On Wed, Jul 12, 2017 at 10:09 AM, Alarig Le Lay wrote: > > > On mer.

Re: KARL not sending email?

2017-07-10 Thread Theo Buehler
On Mon, Jul 10, 2017 at 07:44:19PM -0700, jungle boogie wrote: > Hi All, > > I just updated from the 6th of July snapshot to the 10th of July. > When I logged in and check the mail, I didn't see a message advising a new > kernel link. Between the 6th and 10th I rebooted my machine many times and >

Re: Kernel relink failed

2017-07-03 Thread Theo Buehler
On Mon, Jul 03, 2017 at 01:05:19PM +0300, Kapetanakis Giannis wrote: > On 03/07/17 12:45, Paul de Weerd wrote: > > On Mon, Jul 03, 2017 at 11:52:09AM +0300, Kapetanakis Giannis wrote: > > | Hi, > > | > > | I've got this today after applying Jul 2 snapshot > > | > > | sha256: cannot open /var/db/k

Re: Kernel relink failed

2017-07-03 Thread Theo Buehler
On Mon, Jul 03, 2017 at 11:52:09AM +0300, Kapetanakis Giannis wrote: > Hi, > > I've got this today after applying Jul 2 snapshot > > sha256: cannot open /var/db/kernel.SHA256: No such file or directory > sha256: /bsd does not exist in /var/db/kernel.SHA256 > > upgrade was "without the install ke

Re: Correct tftpproxy in faq/pf/ftp.html

2017-06-20 Thread Theo Buehler
On Tue, Jun 20, 2017 at 10:35:14AM +0200, Martin Ziemer wrote: > Since OpenBSD 5.3 the tftpproxy is no longer startet via inetd, but as > a daemon. The faq section in ftp.html still instructs you to use > inetd. > > Below is a diff which instructs the reader to use the service instead > of inetd.

Re: Correct tftpproxy in faq/pf/ftp.html

2017-06-20 Thread Theo Buehler
On Tue, Jun 20, 2017 at 10:35:14AM +0200, Martin Ziemer wrote: > Since OpenBSD 5.3 the tftpproxy is no longer startet via inetd, but as > a daemon. The faq section in ftp.html still instructs you to use > inetd. > > Below is a diff which instructs the reader to use the service instead > of inetd.

Re: siteXX.tgz with /home/user/.ssh/authorized_keys results in empty file

2017-05-31 Thread Theo Buehler
> >How about not overwriting already existing files? > > > >Index: install.sub > >=== > >RCS file: /var/cvs/src/distrib/miniroot/install.sub,v > >retrieving revision 1.1011 > >diff -u -p -r1.1011 install.sub > >--- install.sub 28

Re: Typo in the mg tutorial

2017-05-30 Thread Theo Buehler
On Wed, May 24, 2017 at 04:47:18PM -0400, Choose a display name wrote: > mg tutorial contains some "M-x open-file" command, but mg has only > "M-x find-file" command as far as I can see. Fixed, thanks

Re: siteXX.tgz with /home/user/.ssh/authorized_keys results in empty file

2017-05-29 Thread Theo Buehler
From: Theo Buehler Cc: Bcc: Subject: Fwd: siteXX.tgz with /home/user/.ssh/authorized_keys results in empty file Reply-To: In-Reply-To: On Mon, May 29, 2017 at 07:16:06PM -0400, trondd wrote: > On Mon, May 29, 2017 5:47 pm, Erling Westenvik wrote: > > What is going on? Why is th

Re: Difficulties with the sh manual page

2017-05-25 Thread Theo Buehler
On Thu, May 25, 2017 at 09:03:43AM +0200, Otto Moerbeek wrote: > On Wed, May 24, 2017 at 04:27:06PM -0400, Choose a display name wrote: > > > I don't quite understand the description of the PPID in the sh manual. > > > > >PPID The shell's parent process ID. Subshells have the same > > > PPID as t

Re: ansible-playbook: Permission denied

2017-05-24 Thread Theo Buehler
> Now the mistery is how was I able to use ansible before 6.1 release > without wxallowed on The semantics of wxallowed were made stricter during the 6.1 release cycle. It was possible to run python on 6.0 without wxallowed (it would be killed on violation), on 6.1 the kernel refuses to execute p

Re: faq5 and release.8 documentation adding wobj group

2017-05-20 Thread Theo Buehler
On Sun, May 21, 2017 at 07:47:59AM +0800, harold felton wrote: > Hello, > > I am unsure whether this has already been addressed. > the documentation at faq5 and release.8 are slightly > outdated. For a non-root user, there should be another > step besides only adding them to the wsrc-group. This

Re: build amd64 kernel fails

2017-05-11 Thread Theo Buehler
On Thu, May 11, 2017 at 09:18:05AM +0200, Heiko wrote: > Hello List, > > I get this error: > > uvm_init.o: In function `uvm_init': > /sys/uvm/uvm_init.c:145: undefined reference to `uvm_km_page_lateinit' > *** Error 1 in /sys/arch/amd64/compile/GENERIC.MP (Makefile:869 'bsd': > @echo ld -T /sys/a

Re: [PATCH] Installer bug (MSDOS tildes)

2017-05-10 Thread Theo Buehler
On Wed, May 10, 2017 at 12:51:45PM +, Michal Bozon wrote: > There was a "typo" in my patch, this should be a correct one: > > --- /usr/src/distrib/miniroot/install.sub.ooo Wed May 10 12:19:56 2017 > +++ /usr/src/distrib/miniroot/install.sub Wed May 10 12:48:31 2017 > @@ -1804,7 +1804,7

Re: tmux fail to start when using if-shell in .tmux.conf

2017-04-22 Thread Theo Buehler
On Sat, Apr 22, 2017 at 10:35:50PM +0200, Erling Westenvik wrote: > Hi! > > After upgrading to today's snapshot (amd64, April 22) tmux refused to > load with exit status 1 and error message 'lost server'. I quickly found the > culprit in my .tmux.conf; a left over experimental if-shell statement I

Re: building release without noperm?

2017-04-16 Thread Theo Buehler
> > bash-4.4# export DESTDIR=/dest; export RELEASEDIR=/export/releasedir > > bash-4.4# cd /usr/src/etc && make release > > sh /usr/src/sys/conf/newvers.sh > > touch: version: Permission denied > > /usr/src/sys/conf/newvers.sh[84]: cannot create version: Permission denied > > *** Error 1 in /usr/src

Re: building release without noperm?

2017-04-14 Thread Theo Buehler
> On 04/14/17 09:21, Theo de Raadt wrote: > >> AFAICS there is no way to build a release without upgrading the base > >> system first, i.e. you have to have root privileges. > >> > >> To keep things simple, I wonder if it would be possible to use these > >> privileges to avoid the noperm partiti

Re: xenodm and .kshrc

2017-04-13 Thread Theo Buehler
On Fri, Apr 14, 2017 at 11:45:05AM +0800, Adam Steen wrote: > Hi > > I used to start X using startx and when opening terminal my .kshrc > would get run, > > but now i have switched to xenodm, my .kshrc is not being executed. > > my .profile has "export ENV=$HOME/.kshrc" > > what i am i missing?

Re: whois ends with core dump

2017-03-28 Thread Theo Buehler
On Tue, Mar 28, 2017 at 10:34:16AM +0300, Mihai Popescu wrote: > Hello, > > whois [address] ends with core dump and this message: > > whois(23584) in free(): bogus pointer (double free?) 0xc588e902129 > Abort trap (core dumped) > > The gdb message is this: > > (gdb) core-file whois.core > Core

Re: bioctl showing "0% done" on apparently healthy softraid

2017-03-19 Thread Theo Buehler
On Sat, Mar 18, 2017 at 11:36:15AM -0400, Joe Gidi wrote: > Apologies for the horribly mangled formatting on the first attempt. > Resending, hopefully much more legibly... > > I have a file server running -current on amd64. It has a three-drive RAID1 > softraid array. Up until yesterday, I'd been

Re: Problems compiling stable

2017-03-18 Thread Theo Buehler
On Sat, Mar 18, 2017 at 05:48:50PM +0530, Hrishikesh Muruk wrote: > I am trying to update from OpenBSD 6.0 release to stable by compiling > sources. Following the instructions at > > http://man.openbsd.org/OpenBSD-6.0/release > > I was able to build the kernel. I have rebooted with the new kernel

Re: pkg.conf

2017-03-03 Thread Theo Buehler
On Fri, Mar 03, 2017 at 09:13:12AM +0100, Nils Reuße wrote: > > Theo Buehler hat am 2. März 2017 um 22:44 geschrieben: > > > > > > On Thu, Mar 02, 2017 at 10:31:50PM +0100, Jan Stary wrote: > > > current.html says to # rm /etc/pkg.conf > > > after the swi

Re: pkg.conf

2017-03-02 Thread Theo Buehler
On Thu, Mar 02, 2017 at 10:31:50PM +0100, Jan Stary wrote: > current.html says to # rm /etc/pkg.conf > after the switch to installurl(5). > Should it also say to > > # rm /usr/share/man/man5/pkg.conf.5 yes. fixed, thanks

Re: chmod of /usr/obj/usr.sbin/unbound/util

2017-02-26 Thread Theo Buehler
On Sun, Feb 26, 2017 at 10:05:48PM -0800, Sean Kamath wrote: > would “$(INSTALL) -d -m 775 util” be a less evil hack? Nope. In principle, the umask is settable by WOBJUMASK in mk.conf, and adjusting the mode passed to -m in a shell script in a generated Makefile is disgusting. Especially when we c

Re: chmod of /usr/obj/usr.sbin/unbound/util

2017-02-26 Thread Theo Buehler
On Sun, Feb 26, 2017 at 04:37:57PM +0100, Antoine Jacoutot wrote: > On Sun, Feb 26, 2017 at 04:30:38PM +0100, Theo Buehler wrote: > > On Sun, Feb 26, 2017 at 02:33:14PM +0100, Jan Stary wrote: > > > Cleaning up /usr/obj/ before a kernel build > > > as a regular u

Re: chmod of /usr/obj/usr.sbin/unbound/util

2017-02-26 Thread Theo Buehler
On Sun, Feb 26, 2017 at 02:33:14PM +0100, Jan Stary wrote: > Cleaning up /usr/obj/ before a kernel build > as a regular user who's in the wobj group, > I get the following > > rm: /usr/obj/usr.sbin/unbound/util/configparser.h: Permission denied > rm: /usr/obj/usr.sbin/unbound/util/configparser

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: 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 usability to average users (even

  1   2   >