Re: firefox+web.skype.com+microphone (on OpenBSD)?

2021-01-23 Thread Stuart Longland
On 23/1/21 5:37 am, Gregory Edigarov wrote: > So it is just a matter of curiosity. What skype is missing on OpenBSD? Users? My guess is they think the user base for Skype on OpenBSD is almost zero, so they don't see it being a platform worth supporting. Part of the reason being that Skype never

Re: OpenBSD VM creation problem

2021-01-23 Thread Hakan E. Duran
Dear Markus, On 21/01/23 05:04AM, Markus Wernig wrote: > ... > Not sure if this is the same problem, but I did have similar trouble with > qemu and OpenBSD in the past. I had to disable mpbios and acpimadt in the > kernel to make it work. See boot_config(8). You are a life saver. Thank you so mu

Bootloader on USB stick fails with "root device not found"

2021-01-23 Thread tetrahedra
As per this discussion I am trying to set up the bootloader on an external USB stick to boot my FDE-encrypted disk: https://marc.info/?l=openbsd-misc&m=158196161321272&w=2 When booting from the USB stick (which contains a full install), I follow the softraid.4 man page example and do: boot> bo

Re: amdgpu unstable atm

2021-01-23 Thread rgc
On Sat, Jan 23, 2021 at 08:49:13PM +0900, rgc wrote: > On Fri, Jan 22, 2021 at 08:33:37PM +0900, rgc wrote: > > misc@ > > > > sharing some information for the devs > > > > just did a sysupgrade of a -current amd64 machine > > X (only, sent me back to login screen of xenodm) crashed 2x already > >

Problem in gstreamer1-plugins-good-1.18.3

2021-01-23 Thread Anindya Mukherjee
Hi, it seems that gstreamer1-plugins-good-1.18.3 has an issue in file: /usr/local/lib/gstreamer-1.0/libgstossaudio.so. Attemting to load it causes the following error: gst-plugin-scanner:/usr/local/lib/gstreamer-1.0/libgstossaudio.so: undefined symbol '_oss_ioctl' Running the most current snapshot

Re: New variant of rtl8168h supported?

2021-01-23 Thread Jonathan Gray
On Sat, Jan 23, 2021 at 08:53:44AM -0600, John Batteen wrote: > Just working in chronological order, this patch from j...@jsg.id.au was > sufficient to make it work. I have not tried the subsequent patch from > b...@comstyle.com, though I can if you want. > > re1 at pci4 dev 0 function 0 vendor

Re: FDE disk setup instructions are misleading when installing from USB

2021-01-23 Thread Bryan Wright
> On Jan 23, 2021, at 09:34, tetrahe...@danwin1210.me wrote: > > On Fri, Jan 22, 2021 at 04:44:31PM -0800, Bryan Wright wrote: >> >> >>> but to set up FDE I had to reference the official FAQ >> >> Referring to the official documentation is a key distinction between >> successful OpenBSD us

Re: FDE disk setup instructions are misleading when installing from USB

2021-01-23 Thread tetrahedra
On Fri, Jan 22, 2021 at 04:44:31PM -0800, Bryan Wright wrote: but to set up FDE I had to reference the official FAQ Referring to the official documentation is a key distinction between successful OpenBSD use and that of many other systems; the early that gets hammered home the better, righ

Re: New variant of rtl8168h supported?

2021-01-23 Thread John Batteen
Just working in chronological order, this patch from j...@jsg.id.au was sufficient to make it work. I have not tried the subsequent patch from b...@comstyle.com, though I can if you want. re1 at pci4 dev 0 function 0 vendor "Realtek", unknown product 0x8161 rev 0x15: RTL8168H/8111H (0x5400),

Re: Alpine hangs on send in fresh install of 6.8

2021-01-23 Thread Peter J. Philipp
On Sat, Jan 23, 2021 at 08:33:11AM -0700, aus...@computershop.ca wrote: > > Anyone out there still using Alpine mail client with 6.8? > > Used Alpine for 20 years or more, and recently set up a new mail server. > Old one used to be on a 5.3 OpenBSD version. > > New one works fine in every respec

Re: amdgpu unstable atm

2021-01-23 Thread rgc
On Fri, Jan 22, 2021 at 08:33:37PM +0900, rgc wrote: > misc@ > > sharing some information for the devs > > just did a sysupgrade of a -current amd64 machine > X (only, sent me back to login screen of xenodm) crashed 2x already > running only dwm and firefox-esr > > machine is: > hw.vendor=ASUSTe

Alpine hangs on send in fresh install of 6.8

2021-01-23 Thread austin
Anyone out there still using Alpine mail client with 6.8? Used Alpine for 20 years or more, and recently set up a new mail server. Old one used to be on a 5.3 OpenBSD version. New one works fine in every respect for reading and saving incoming messages, going to subfolders, but after composing

UEFI GOP mode, OVMF/TianoCore and QEMU vga std: extremely high resolution choice by default

2021-01-23 Thread pandame
Hi all, I have recently attempted to install OpenBSD on QEMU, using UEFI boot and OVMF/TianoCore. I configured OVMF to have a resolution of 1440x900, which mapped to GOP mode 18. boot(8) kept this resolution. When booting, efifb then uses the largest possible resolution that is exposed by the QE

Re: FDE disk setup instructions are misleading when installing from USB

2021-01-23 Thread Stuart Henderson
On 2021-01-22, Bryan Wright wrote: > Simply changing the example, though, won’t fix the problem of a user not > paying sufficient attention to protect themselves from themselves. The real fix for this would be to add proper support to the installer, at least for the simpler case of FDE (mirrors

opensmtpd: mta server-cert-check result="failure"

2021-01-23 Thread Grégoire Jadi
Hi misc@, I send this mail just in case someone else encounter the issue. On OpenBSD 6.8-stable, opensmtpd fails to upgrade to TLSv1.2 when relaying mail to a host with a self-signed certificate. - In maillog the error is: mta tls ciphers=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 mta serv

Re: Understanding memory statistics

2021-01-23 Thread Otto Moerbeek
On Sat, Jan 23, 2021 at 04:40:06AM +, Anindya Mukherjee wrote: > Thanks for the explanation! I noticed during my earlier investigation > that the source of the data size is struct vmspace::vm_dused. This is > updated mostly in uvm_mapanon and uvm_map. The second function seems to > be a more g