Re: Problem with mixerctl on latest snapshot

2020-04-18 Thread Alexandre Ratchov
On Sat, Apr 18, 2020 at 03:53:19PM -0700, Renato Aguiar wrote: > Hi, > > After updating to latest snapshot, mixerctl stopped working with non-root > user: > >$ mixerctl >mixerctl: /dev/audioctl0: Permission denied >$ ls -l /dev/audioctl0 >crw-rw 1 root _sndiop 42, 192 Apr

Problem with mixerctl on latest snapshot

2020-04-18 Thread Renato Aguiar
Hi, After updating to latest snapshot, mixerctl stopped working with non-root user: $ mixerctl mixerctl: /dev/audioctl0: Permission denied $ ls -l /dev/audioctl0 crw-rw 1 root _sndiop 42, 192 Apr 18 14:29 /dev/audioctl0 $ Regards, -- Renato Aguiar

Re: WLAN throughput less 10Mb/s

2020-04-18 Thread Mario Theodoridis
On 13.04.2020 22:42, Mario Theodoridis wrote: On 13.04.2020 20:34, Stefan Sperling wrote: On Mon, Apr 13, 2020 at 07:03:27PM +0200, Mario Theodoridis wrote: Hi everyone. I'm running a APU2 board with an Atheros wlan chipset. I've been plagued by rather slow WLAN throughput rates < 10Mb/s. Is

Re: OpenBSD/sparc64 6.7-beta not working on silver Blade 2500

2020-04-18 Thread Sigi Rudzio
Am Do., 9. Apr. 2020 um 12:24 Uhr schrieb Otto Moerbeek : > > On Wed, Apr 08, 2020 at 07:03:29PM +0200, Sigi Rudzio wrote: > > > Am Mi., 8. Apr. 2020 um 08:37 Uhr schrieb Otto Moerbeek : > > > > > > On Wed, Apr 08, 2020 at 01:11:29AM +0200, Sigi Rudzio wrote: > > > > > > > Hello misc@, > > > > > >

Re: tmux and CPU usage

2020-04-18 Thread Andreas Kusalananda Kähäri
This is just to say that the latest snapshot (GENERIC.MP#138 amd) contains the corrected tmux code. On Sat, Apr 18, 2020 at 05:21:03PM +0200, Kusalananda Kähäri wrote: > I saw this too. It has since been fixed in CVS, but there hasn't been > a snapshot made since. I'm expecting it to be resolved

Re: Regarding randomized times in crontab

2020-04-18 Thread Andreas Kusalananda Kähäri
On Sat, Apr 18, 2020 at 10:56:09AM -0600, Theo de Raadt wrote: > Raul Miller wrote: > > > On Sat, Apr 18, 2020 at 12:25 PM Aham Brahmasmi > > wrote: > > > The examples and Theo's reply helped in understanding the nuance. It > > > might seem logical and common sense on further thought, as Janne

Re: Regarding randomized times in crontab

2020-04-18 Thread Theo de Raadt
Raul Miller wrote: > On Sat, Apr 18, 2020 at 12:25 PM Aham Brahmasmi > wrote: > > The examples and Theo's reply helped in understanding the nuance. It > > might seem logical and common sense on further thought, as Janne has > > pointed out. But at least in my case, it was not immediately appare

Re: Regarding randomized times in crontab

2020-04-18 Thread Raul Miller
On Sat, Apr 18, 2020 at 12:25 PM Aham Brahmasmi wrote: > The examples and Theo's reply helped in understanding the nuance. It > might seem logical and common sense on further thought, as Janne has > pointed out. But at least in my case, it was not immediately apparent. Yeah, after rethinking it,

Re: Regarding randomized times in crontab

2020-04-18 Thread Aham Brahmasmi
Namaste Andreas, > Sent: Friday, April 17, 2020 at 8:53 AM > From: "Andreas Kusalananda Kähäri" > To: "Janne Johansson" > Cc: "openbsd-misc" > Subject: Re: Regarding randomized times in crontab > > On Fri, Apr 17, 2020 at 09:06:10AM +0200, Janne Johansson wrote: > > Den tors 16 apr. 2020 kl 20:

Re: Help debugging slow nfs (40kB/s); linux client

2020-04-18 Thread Nathan Clement
Wow! Lowering rsize helped a lot! I can get about 4-5MB/s now. I had tried increasing rsize before, but I didn't imagine lowering it would help. Thank you! I'll mess around with some of the other parameters now to optimize: * rsize set in client mount command * nconnect set in client mount command

Re: Help debugging slow nfs (40kB/s); linux client

2020-04-18 Thread Alessandro De Laurenzis
Hello Nathan, On 17/04/2020 - 19:31, Nathan Clement wrote: [...] I am mounting this from my laptop which runs on arch linux at the moment. On the linux client machine, this is the relevant line from mount: 192.168.1.4:/home/nathan/shared on /home/nathan/mnt type nfs (rw,relatime,vers=3,rsize=6

Re: tmux and CPU usage

2020-04-18 Thread Andreas Kusalananda Kähäri
I saw this too. It has since been fixed in CVS, but there hasn't been a snapshot made since. I'm expecting it to be resolved in the next snapshot. On Sat, Apr 18, 2020 at 03:50:44PM +0200, Alessandro De Laurenzis wrote: > Greetings, > > I've just updated my system to the latest available snap

tmux and CPU usage

2020-04-18 Thread Alessandro De Laurenzis
Greetings, I've just updated my system to the latest available snapshot: OpenBSD theseus.atlantide.priv 6.7 GENERIC.MP#137 amd64 As soon as I launch tmux, my CPU jumps to a 100% utilization. The relevant lines from top: [...] load averages: 0.92, 0.27, 0.14 theseus.atlantide.p

Re: Updating a Nextcloud instance installed via package

2020-04-18 Thread Stefan Sperling
On Sat, Apr 18, 2020 at 12:20:34PM +0200, Unicorn wrote: > > I keep a nightly backup of the database (postgres in my case), > > upgrade packages and trigger nextcloud's upgrade process via HTTPS > > on the nextcloud login page. This process has not failed for me so > > far. Except when postgres had

Re: chattr on OpenBSD???

2020-04-18 Thread Henri Järvinen
On Fri, Apr 17, 2020 at 09:14:49AM -0600, Todd C. Miller wrote: > On Fri, 17 Apr 2020 09:11:15 -0600, "Raymond, David" wrote: > > > I noticed that chattr exists on OpenBSD. The man page says it applies > > to Linux file systems (ext* etc). Two questions: > > > > 1. Does this also apply to OpenBS

Re: Updating a Nextcloud instance installed via package

2020-04-18 Thread Unicorn
> I keep a nightly backup of the database (postgres in my case), > upgrade packages and trigger nextcloud's upgrade process via HTTPS > on the nextcloud login page. This process has not failed for me so > far. Except when postgres had a version bump as well with some > incompatible DB format change

Re: Updating a Nextcloud instance installed via package

2020-04-18 Thread Stefan Sperling
On Sat, Apr 18, 2020 at 08:06:10AM +0200, Unicorn wrote: > Hello, > > I have a running installation of Nextcloud, installed via the OpenBSD > package and set up according to the various pkg-readmes. The section > about updating is kept very short, so I wanted to ask here before doing > something u