Re: [smartmontools] OpenBSD testers required

2020-06-08 Thread Martin Ziemer
On Fri, Jun 05, 2020 at 10:52:38AM +0200, Marek Benc wrote: > There's been some changes in the OpenBSD port of smartmontools, > tools for working with S.M.A.R.T diagnostic of hard drives and SSDs, > the platform-specific code was modernized, so it would be quite useful > if people could test these

Re: 6.6, X and braswell

2020-03-02 Thread Martin Ziemer
On Mon, Mar 02, 2020 at 09:45:26PM +0100, whistlez...@riseup.net wrote: > Hi, > I have the following bug: > https://marc.info/?t=15636262941&r=1&w=2 > now I'm on 6.5 and it works, but maybe one month ago I tried to install > 6.6 and I found the bug. > Anyone know if it was been resolved ? > Tha

Unbreak ledger

2018-11-02 Thread Martin Ziemer
Since some snapshots ledger did not build. I was able to make it build again with two changes: 1.) Use -std=gnu++11 as flag for clang 2.) Change the include-path for readline For *me* the compiled port works fine. Index: patches/patch-CMakeLists_txt

Stabilize Inteldrm on Braswell

2017-11-16 Thread Martin Ziemer
I was encountering the same crashes as some other Braswell-Users. (Black Screen after youtube and pmap_flush_cache in panic message in /var/log/messages) For *me* those crashes went away as i added two Fixes which Matt Dillon used in Dragonfly BSD. The Patch below was applied to an cvs-checkout

Re: Lenovo 110s Laptop - bug or unsupported hardware?

2017-11-05 Thread Martin Ziemer
On Fri, Oct 27, 2017 at 10:33:48PM -0500, J Vans wrote: > When running X, and doing things that require a lot of memory (open firefox > and watch a youtube video + 3 or 4 more tabs + open evince and open a > sizeable PDF was my test) this machine freezes, and the screen goes black. > Sometimes t

Correct tftpproxy in faq/pf/ftp.html

2017-06-20 Thread Martin Ziemer
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. Index: ftp.html ==

Re: Problem with "xargs -0"

2017-01-16 Thread Martin Ziemer
On Mon, Jan 16, 2017 at 08:44:11AM -0700, Todd C. Miller wrote: > On Mon, 16 Jan 2017 12:19:31 +0100, Andreas Kusalananda > =?iso-8859-1?B?S+Ro5HJp > ?= wrote: > > > However, when I use nul-termination instead: > > > > $ printf 'hello\00world\00' | xargs -0 -I arg printf '>%s<\n' "arg" > >

Re: Problem with "xargs -0"

2017-01-16 Thread Martin Ziemer
On Mon, Jan 16, 2017 at 12:19:31PM +0100, Andreas Kusalananda Kähäri wrote: > I've found an issue with xargs. >

Re: Unable to boot encrypted drive

2017-01-06 Thread Martin Ziemer
> I recently changed my FDE passphrase and now my laptop won't boot. > Bootloader just gives me "invalid passphrase" when I try to unlock it on boot. > Its a bit odd as I can boot usb stick and manually open the drive and upgrade > the openbsd installation on it. It just won't work on the boot. Som