Re: du strange output on single file

2025-07-25 Thread Kirill A . Korinsky
On Fri, 25 Jul 2025 19:20:53 +0200, Dan wrote: > > Here I found a strange behavior of du: > > wiz$ ls -lsa index.php > 16 -rw-r--r-- 1 user www 7412 Oct 19 2024 index.php > wiz$ du index.php > 16index.php <-- this is weird > wiz$ du -h index.php > 8.0K index.php > > 7.7 stable >

Re: OT: use case for automate webserver restart

2025-07-22 Thread Kirill A . Korinsky
On Tue, 22 Jul 2025 10:04:28 +0200, Anders Andersson wrote: > > I'm all for *manual* daily restart of servers like this, but I would > only do automatic restart if the server has all its configuration and > storage read-only, and hardly even then. Too many things can go wrong > unexpectedly at st

Re: relayd first try: redirection based on Host: header

2025-07-21 Thread Kirill A . Korinsky
On Mon, 21 Jul 2025 02:57:44 +0200, j...@bitminer.ca wrote: > > OK, so here is my understanding of how relayd works with relays: > > - every destination needs a table, even if to the same localhost > > - multiple destinations need multiple tables, one for one, even > if going to localhost. >

Re: relayd first try: redirection based on Host: header

2025-07-20 Thread Kirill A . Korinsky
On Sun, 20 Jul 2025 21:57:09 +0200, Marc Chantreux wrote: > > On Sun, Jul 20, 2025 at 01:56:44PM +0200, Kirill A. Korinsky wrote: > > relay https { > > listen on egress port 443 tls > > protocol https > > forward to port 8000 \ > >

Re: relayd first try: redirection based on Host: header

2025-07-20 Thread Kirill A . Korinsky
On Sun, 20 Jul 2025 08:42:48 +0200, Marc Chantreux wrote: > > now everything goes to :8200. I feel I'm getting closer. > I use this way: table { 127.0.0.1 retry 5 } ... table { 127.0.0.1 retry 5 } http protocol https { tls keypair XXX.com pass request forward to

Re: Applications not loading after sysupgrade

2025-07-19 Thread Kirill A . Korinsky
On Sat, 19 Jul 2025 20:29:19 +0200, Michael Joy wrote: > > Did a sysupgrade yesterday and since then I can't open ungoogled-chromium > or kitty. I'm not at all worried about kitty but I use > ungoogled-chromium as my primary browser. I've attached dmesg.boot and the > terminal output while trying

Re: Which sets on octeon?

2025-07-17 Thread Kirill A . Korinsky
On Thu, 17 Jul 2025 10:51:42 +0200, Christoph Liebender wrote: > > Hello misc@, > > I'm about to install OpenBSD onto an Edgerouter 6P - inspired by [1]. > Since this router only has 4GB of eMMC, I'm wary of installing all sets. > > FWIW, this is not the first time that I skip sets in an install

Re: NAS on OpenBSD?

2025-07-09 Thread Kirill A . Korinsky
On Wed, 09 Jul 2025 23:28:03 +0200, Stuart Henderson wrote: > > On 2025-07-09, Kirill A Korinsky wrote: > > On Wed, 09 Jul 2025 22:54:50 +0200, > > Stuart Henderson wrote: > >> > >> - restore (and archive browsing) on OpenBSD is more annoying th

Re: NAS on OpenBSD?

2025-07-09 Thread Kirill A . Korinsky
On Wed, 09 Jul 2025 22:54:50 +0200, Stuart Henderson wrote: > > - restore (and archive browsing) on OpenBSD is more annoying than it could > be if we had a fuse implementation that was a bit more compatible with > current versions on other os. > It has a fork with name rustic which has interact

Re: Backup philosophy was Re: NAS on OpenBSD?

2025-07-09 Thread Kirill A . Korinsky
On Wed, 09 Jul 2025 18:49:49 +0200, Geoff Steckel wrote: > > What do people use for long term/archival storage? > Online at a few clouds in encrypted way. The current design for backup is: - all machines backup itself via rustic to the storage; - near the storage I do have "manager" which runs

Re: Ping Spikes

2025-06-11 Thread Kirill A . Korinsky
On Mon, 09 Jun 2025 05:43:19 +0200, Lloyd wrote: > > Crazy idea, but have you tried changing the Ethernet cable? > > A dodgy cable can cause L1 issues. > I did. More of that it has a few ethernet ports and I had tested all of them with the same results. -- wbr, Kirill

Re: Ping Spikes

2025-06-08 Thread Kirill A . Korinsky
On Sun, 08 Jun 2025 19:33:51 +0200, "H. Hartzer" wrote: > > Jarod Watkins wrote: > > Hi Jon, > > Great questions and something I should have included in my original post. > > The Linux firewall is still in place (it is VYOS, and running on similar > > hardware). It is connected to a Brocade ICX

Re: Alpine Linux in VM

2025-05-21 Thread Kirill A . Korinsky
On Wed, 21 May 2025 22:04:14 +0200, Emiel Kollof wrote: > > Fabio Martins schreef op 2025-05-21 18:25: > > Bit off-topic, but I have sucessfully run other distros as well > > (Debian). Even Windows applications: > > > > OpenBSD -> vmm -> Debian -> wine -> Windows app of your choice. > > > > Ub

Re: Alpine Linux in VM

2025-05-21 Thread Kirill A . Korinsky
On Wed, 21 May 2025 15:18:00 +0200, Lux of the Agony wrote: > > Is it possible to run Alpine Linux in a virtual machine on OpenBSD? I > tried booting using the iso from their website, but in the console I just > got a black screen. If anyone has done this successfully, I'd like the > commandline

Re: How to ignore DNS from SLAAC / DHCPv6 / RA?

2025-05-11 Thread Kirill A . Korinsky
On Sun, 11 May 2025 23:12:40 +0200, Lucas Gabriel Vuotto wrote: > > Don't run resolvd if you don't want DNS autoconfiguration. > This is hack which works. But if I would like to get dns settings only from one interface? -- wbr, Kirill

Re: OpenBSD on Intel Core m3 MacBook 2017?

2025-05-11 Thread Kirill A . Korinsky
On Sun, 11 May 2025 17:22:22 +0200, Robert wrote: > > Has anyone successfully installed OpenBSD on a MacBook with Intel Core m3 > (12" 2017 model [1])? > > I only found one old thread [2] that failed. > > It starts to boot from an amd64 efi USB image, but hangs after the "sd0: ..." > output o

How to ignore DNS from SLAAC / DHCPv6 / RA?

2025-05-11 Thread Kirill A . Korinsky
misc@, How can I ignore DNS settings which machine gets on a specified interfaces via DHCPv6 / RA / SLAAC? DHCP for IPv4 has the way via dhcpleased.conf: interface cnmac3 { ignore dns } but I can't find any way for IPv6 and it works like this: gw$ cat /etc/resolv.conf nameserver 127.0.0.

Re: unbound EAGAIN sendto errors

2025-04-29 Thread Kirill A . Korinsky
On Tue, 29 Apr 2025 17:23:34 +0200, Kapetanakis Giannis wrote: > > On 29/04/2025 18:11, Otto Moerbeek wrote: > > On Tue, Apr 29, 2025 at 04:32:01PM +0300, Kapetanakis Giannis wrote: > > > >> Can it be related to this: dropped due to no socket? > > IIRC OpenBSD does handle sending to a non-blocki

Re: YubiKey CLI tools not working?

2025-04-19 Thread Kirill A . Korinsky
On Sat, 19 Apr 2025 05:41:21 +0200, Philippe Meunier wrote: > > When I try to use 'ykman info', it works exactly once and then any further > attempt to use 'ykman info' simply blocks for ever: > I do have YubiKey 5C Nano plugged into this machine and ykman info works without any issue multiple t

Re: TLS Error for https://www.openbsdfoundation.org

2025-04-01 Thread Kirill A . Korinsky
On Tue, 01 Apr 2025 17:17:06 +0200, Dan wrote: > > It could be that badwolf block the redirect from the domain root > to www and the cert is encopassing only www ?? > I'm just observing the behavior of the website and it seems always > switching to www. > FWI I was redirected to https://www.open

Re: Request for a gentle message...

2025-03-25 Thread Kirill A . Korinsky
On Tue, 25 Mar 2025 09:56:03 +0100, Dan wrote: > > As we have to live with the kernel relink till some minutes after the > boot process completed, and well after the login eventually.. > Is it possible to have a gentle message almost to root console > user to let him know the relinking completed

Re: sndio, uaudio and buffer xruns (clicking/popping)

2025-03-17 Thread Kirill A . Korinsky
On Sun, 16 Mar 2025 18:01:02 +0100, Alexandre Ratchov wrote: > > On Sat, Mar 15, 2025 at 10:58:10PM +0100, Kirill A. Korinsky wrote: > > > > FWIW I do have almost the same clicking and popping when play some flac file > > with: Stream #0:0: Audio: flac, 192000 Hz, ste

Re: sndio, uaudio and buffer xruns (clicking/popping)

2025-03-16 Thread Kirill A . Korinsky
On Sun, 16 Mar 2025 20:56:43 +0100, Kirill A. Korinsky wrote: > > [1 ] > On Sun, 16 Mar 2025 18:01:02 +0100, > Alexandre Ratchov wrote: > > > > On Sat, Mar 15, 2025 at 10:58:10PM +0100, Kirill A. Korinsky wrote: > > > > > > FWIW I do have almost th

Re: sndio, uaudio and buffer xruns (clicking/popping)

2025-03-15 Thread Kirill A . Korinsky
On Tue, 11 Mar 2025 14:14:47 +0100, Alexandre Ratchov wrote: > > On Tue, Mar 11, 2025 at 01:20:03PM +0100, Emiel Kollof wrote: > > ffmpeg0: xrun, pause cycle > > ffmpeg0: xrun, pause cycle > > FWIW, these traces show that ffmpeg didn't provide samples to play (or > didn't consume recorded sample

Re: CVS Web crippled

2025-03-15 Thread Kirill A . Korinsky
On Fri, 14 Mar 2025 23:33:45 +0100, Nick Holland wrote: > > As you may have noticed, cvsweb.openbsd.org has been having > issues. This time, it is due to effectively a Distributed Denial of > Service, though I don't actually believe it is /deliberately/ > malicious. Speculation is someone is tr

Re: Smartcard readers for personal identification

2025-02-26 Thread Kirill A . Korinsky
On Wed, 26 Feb 2025 07:17:19 +0100, Dan wrote: > > Difficult and variagated subject, but in the moment that gmail and other sv > are bunning > sms for 2fa, I just want to underline that chip authentications by smartcard > readers > have still a rare device/software support even in OpenBSD. > >

Re: MariaDB Source

2025-02-13 Thread Kirill A . Korinsky
On Thu, 13 Feb 2025 23:39:20 +0100, Kirill A. Korinsky wrote: > > On Wed, 12 Feb 2025 08:44:10 +0100, > Lux of the Agony wrote: > > > > MariaDB source is not available when building in ports for 7.6-current; I > > waited a couple months now, thinking someon

Re: MariaDB Source

2025-02-13 Thread Kirill A . Korinsky
On Wed, 12 Feb 2025 08:44:10 +0100, Lux of the Agony wrote: > > MariaDB source is not available when building in ports for 7.6-current; I > waited a couple months now, thinking someone might fix it on their own. > While I could grab it myself without a problem, I thought I might throw > this out

Re: python/3 directory missing from ports tar-file?

2025-02-08 Thread Kirill A . Korinsky
On Sat, 08 Feb 2025 16:20:19 +0100, Carsten Strotmann wrote: > > I've downloaded (twice) the current ports.tar.gz, and it seems to be missing > all Python3 port files, the directory ports/python/3 is missing. > > Does anyone anyone see that as well? > For some mysterious reason ports.tar.gz fr

Re: matterbridge pre-built binary on OpenBSD

2025-02-02 Thread Kirill A . Korinsky
On Sun, 02 Feb 2025 15:11:05 +0100, Chaz Kettleson wrote: > > Hello, > > Anyone use matterbridge https://github.com/42wim/matterbridge on > OpenBSD? I'm running 7.6 and attempting to run the pre-built 1.26 binary > for and get the following: > > # ./matterbridge-1.26.0-openbsd-64bit > matter

Re: DMARC policy things

2025-01-09 Thread Kirill A . Korinsky
On Thu, 09 Jan 2025 20:39:08 +0100, Anon Loli wrote: > > I was told several months ago to ask my e-mail service admin(s) to do what is > said in the 1st quoting paragraph. > > Reasons, reasons, my e-mails went unnoticed for several months, until I sent > another e-mail for something different to

Re: Request for open-vm-tools Package on OpenBSD

2025-01-05 Thread Kirill A . Korinsky
On Sun, 05 Jan 2025 13:13:14 +0100, Kyo Ichikawa wrote: > > I tried downloading it from GitHub and building it myself, but I > couldn’t succeed. Is it due to licensing issues that it’s not included? > If so, that’s truly unfortunate. > As far as I can see it has at least GPL license which is ok

Re: acme-client challenges

2024-12-30 Thread Kirill A . Korinsky
On Tue, 31 Dec 2024 01:44:15 +0100, Amelia A Lewis wrote: > > $ doas acme-client -vvv simmonpatch.com > acme-client: /etc/ssl/private/leo-simmonpatch.com.key: loaded domain key > acme-client: /etc/acme/letsencrypt-staging-privkey.pem: loaded account > key > acme-client: https://acme-staging.api.

Re: Which Thinkpad T14 Gen 5 hardware is better supported?

2024-12-17 Thread Kirill A . Korinsky
On Tue, 17 Dec 2024 19:26:20 +0100, Michał wrote: > > > 17.12.2024 15:01 CET Kirill A. Korinsky napisał(a): > > > > > > On Tue, 17 Dec 2024 12:02:40 +0100, > > Michał wrote: > > > > > > > Things that could work, but don't: &

Re: Which Thinkpad T14 Gen 5 hardware is better supported?

2024-12-17 Thread Kirill A . Korinsky
On Tue, 17 Dec 2024 12:02:40 +0100, Michał wrote: > > > Things that could work, but don't: > > Webcam, Suspend > > Webcam not working in a strange way - no video and after awhile it hangs > system > (7.6-current (GENERIC.MP) #480: Sat Dec 14 18:12:05 MST 2024) > It's intriguing. A while, it's

Re: Packet loss whilst using ssh

2024-12-15 Thread Kirill A . Korinsky
On Sun, 15 Dec 2024 21:12:56 +0100, Lloyd wrote: > > Can I use pf to tag egress traffic as 0x00 and see if it goes away? > Do you mean set tos at pf? -- wbr, Kirill

Re: Packet loss whilst using ssh

2024-12-15 Thread Kirill A . Korinsky
On Sun, 15 Dec 2024 19:53:02 +0100, Lloyd wrote: > > Strangely, I can spray packets at this OpenBSD host using iperf3 at nearly > full rate over the wireless network (~ 250Mbps) with zero packet loss. > Only SSH seems to be impacted. > Have you tried to capture a traffic which contains an exampl

Re: Which Thinkpad T14 Gen 5 hardware is better supported?

2024-12-14 Thread Kirill A . Korinsky
On Sat, 14 Dec 2024 16:47:12 +0100, Stefan Hagen wrote: > > Kirill A. Korinsky wrote (2024-12-14 12:39 CET): > > Here a blind shot. Future debug requires uvideo_debug = 2 which very noise. > > Cool, thank you! Unfortunately it doesn't change much. > > Below is a dmes

Re: Which Thinkpad T14 Gen 5 hardware is better supported?

2024-12-14 Thread Kirill A . Korinsky
On Sat, 14 Dec 2024 09:06:15 +0100, Stefan Hagen wrote: > > Kirill A. Korinsky wrote (2024-12-14 00:46 CET): > > On Fri, 13 Dec 2024 23:54:31 +0100, > > Stefan Hagen wrote: > > > $ ffplay -f v4l2 -list_formats all -i /dev/video0 > > > [video4linux2,v4l2 @ 0x

Re: Which Thinkpad T14 Gen 5 hardware is better supported?

2024-12-13 Thread Kirill A . Korinsky
On Fri, 13 Dec 2024 23:54:31 +0100, Stefan Hagen wrote: > > Webcam: > > In theory the webcam is supported and responsive: > > $ ffplay -f v4l2 -list_formats all -i /dev/video0 > [video4linux2,v4l2 @ 0x854a377c400] Compressed: mjpeg : > MJPEG : 1280x720 640x360 640x480 848x

Re: Need some advice on C semantics.

2024-12-12 Thread Kirill A . Korinsky
On Thu, 12 Dec 2024 11:54:29 +0100, Christian Schulte wrote: > > is there something specific for OpenBSD like style(9) but for semantics? > I understand that style(9) is all about syntax. As a long term Java > developer having lost all interest in Java, I am searching for something > like PMD, Ch

Re: large file system issues and rescue questions

2024-12-12 Thread Kirill A . Korinsky
On Thu, 12 Dec 2024 10:39:24 +0100, Divan Santana wrote: > > Kirill A. Korinsky writes: > > > On Tue, 10 Dec 2024 20:10:51 +0100, > > Divan Santana wrote: > >> > >> Secondly question, is it possible from the rescue environment to edit > >> the

Re: Disk encryption on cloud servers...

2024-12-10 Thread Kirill A . Korinsky
On Tue, 10 Dec 2024 21:19:17 +0100, Implausibility wrote: > > Is the key to an OpenBSD (7.6) encrypted disk stored 'in the clear' in > RAM? Or is the key somehow obscured while in memory? > How do you see the use of these keys if they are stored in an encrypted way? > My security needs for web

Re: large file system issues and rescue questions

2024-12-10 Thread Kirill A . Korinsky
On Tue, 10 Dec 2024 20:10:51 +0100, Divan Santana wrote: > > Secondly question, is it possible from the rescue environment to edit > the real /etc/fstab file? Because it would be handy for me in some > cases to do so without booting from the install image. > I just double checked bsd.rd from am

Re: Cloudflare mirror doesn't work

2024-12-04 Thread Kirill A . Korinsky
On Wed, 04 Dec 2024 18:33:48 +0100, Chris Narkiewicz wrote: > > https://cloudflare.cdn.openbsd.org/pub/OpenBSD/ mirror no longer works for me. > > Tested on OpenBSD 7.6 using curl: > > # curl -vv https://cloudflare.cdn.openbsd.org/ > 17:30:21.229941 [0-0] * Host cloudflare.cdn.openbsd.org:443 w

Re: OpenBSD on MacBook Pro 2018

2024-12-02 Thread Kirill A . Korinsky
On Mon, 02 Dec 2024 16:25:53 +0100, Jan Stary wrote: > > On Dec 02 12:02:27, kir...@korins.ky wrote: > > misc@, > > > > Do you try to run OpenBSD on MacBook Pro 2018? I did it yesterday with the > > snapshot and it's almost not usable. > > > > 1. Booting from USB drive requires significant time

Re: OpenBSD on MacBook Pro 2018

2024-12-02 Thread Kirill A . Korinsky
On Mon, 02 Dec 2024 19:31:19 +0100, Jan Stary wrote: > > On Dec 02 17:07:44, kir...@korins.ky wrote: > > On Mon, 02 Dec 2024 16:25:53 +0100, > > Jan Stary wrote: > > > > > > On Dec 02 12:02:27, kir...@korins.ky wrote: > > > > misc@, > > > > > > > > Do you try to run OpenBSD on MacBook Pro 2018

OpenBSD on MacBook Pro 2018

2024-12-02 Thread Kirill A . Korinsky
misc@, Do you try to run OpenBSD on MacBook Pro 2018? I did it yesterday with the snapshot and it's almost not usable. 1. Booting from USB drive requires significant time. It needs about 7 minutes to finish the first line: booting sd0a:/bsd:... 2. Adding firmwares (probably amd one is enoug) hun

Re: Assign domain name to client vm

2024-11-26 Thread Kirill A . Korinsky
On Tue, 26 Nov 2024 08:13:49 +0100, prx wrote: > > I'm looking for something generic : redirect all request for a domain into a > VM. SSH, SMTP, HTTP, whatever. > My ISP give me only one IP, so I guess I'm stuck here. > Not necessary. For example, Haproxy has ssl_fc_sni which can be used to ro

Re: VPN killswitch

2024-11-24 Thread Kirill A . Korinsky
On Sun, 24 Nov 2024 18:55:12 +0100, bsdbsdbsd1 wrote: > > OpenBSD needs an easily implementable killswitch for VPNs. > Do you mean something like that Solène did here? https://dataswamp.org/~solene/2021-10-09-openbsd-wireguard-exit.html -- wbr, Kirill

Re: Can't get my user crontab running properly

2024-11-21 Thread Kirill A . Korinsky
On Thu, 21 Nov 2024 20:19:19 +0100, Dan wrote: > > > Problem arising immediately is that I'm not able to get crontab running > properly for my local user and the system seems not getting any change > to the cron tables defined below. > Two questions: 1. What inside /var/cron/log ? 2. How di

Re: GTK4 and Emoji

2024-11-17 Thread Kirill A . Korinsky
On Sun, 17 Nov 2024 15:41:21 +0100, Страхиња Радић wrote: > > Дана 24/11/17 02:55PM, Kirill A. Korinsky написа: > > I have strage issue with Emoji fonts and GTK4 applications. I have nothing > > instead emoji. Nothin means literally nothing. Just blank space. I've tested

GTK4 and Emoji

2024-11-17 Thread Kirill A . Korinsky
misc@, I have strage issue with Emoji fonts and GTK4 applications. I have nothing instead emoji. Nothin means literally nothing. Just blank space. I've tested net/dino with emoji in messages, and www/badwolf where I open a test page: https://tmh.conlang.org/emoji-language/all-emoji.html I have in

Re: SFTP

2024-11-14 Thread Kirill A . Korinsky
On Thu, 14 Nov 2024 03:04:41 +0100, Aaron Mason wrote: > > I heard these articles may be written by AI. QuillBot says 82% likely > for the SFTP article. > If you read this article https://ipv6.rs/tutorial/OpenBSD/DragonFly/ you'll be sure that it was made by some kind of text generator. -- wb

Re: multicast relay?

2024-10-16 Thread Kirill A . Korinsky
On Thu, 17 Oct 2024 00:41:39 +0200, Hannu Vuolasaho wrote: > > I'm trying to get mDNS and other multicast protocols from IoT LAN to > computer LAN. > I did this with Linux with https://github.com/marjohn56/udpbroadcastrelay > tool. > > However I don't really like that and that tool doesn't even

Re: ssh PermitLocalCommand no

2024-10-16 Thread Kirill A . Korinsky
On Wed, 16 Oct 2024 14:52:25 +0200, Dan wrote: > > PermitLocalCommand should have a default value of "no". According to the man page it is: PermitLocalCommand Allow local command execution via the LocalCommand option or using the !command escape sequence in ssh(1)

Re: Memory upgrade

2024-10-15 Thread Kirill A . Korinsky
On Tue, 15 Oct 2024 12:28:20 +0200, Christian Schulte wrote: > > On 10/15/24 12:09, Stuart Henderson wrote: > > On 2024-10-15, Zé Loff wrote: > >> On Tue, Oct 15, 2024 at 10:14:42AM +0200, Christian Schulte wrote: > >>> ulimit -d `ulimit -aH | grep data | awk '{print $2}'` > >>> ulimit -n `ulimi

Re: Doesn't work prtsc button on Tex Shinobi keyboard

2024-10-15 Thread Kirill A . Korinsky
On Tue, 15 Oct 2024 07:47:00 +0200, Nick Owens wrote: > > On Fri, Oct 11, 2024 at 5:48 PM Kirill A. Korinsky wrote: > > > > On Fri, 11 Oct 2024 19:07:03 +0200, > > Pascal Stumpf wrote: > > > > > > On Tue, 08 Oct 2024 16:59:26 +0200, Kirill A. Korin

Re: python-tkinter in 7.6

2024-10-13 Thread Kirill A . Korinsky
On Sun, 13 Oct 2024 09:54:50 +0200, Robert Alessi wrote: > > Shouldn't python-tkinter-3.11.10p0.tgz be updated to p1 in 7.6? To > date, it can't be installed. > I just suceffuly installed python-tkinter on 7.6/amd64: $ doas pkg_add -a python-tkinter quirks-7.50 signed on 2024-10-12T15:

Re: Doesn't work prtsc button on Tex Shinobi keyboard

2024-10-11 Thread Kirill A . Korinsky
On Fri, 11 Oct 2024 19:07:03 +0200, Pascal Stumpf wrote: > > On Tue, 08 Oct 2024 16:59:26 +0200, Kirill A. Korinsky wrote: > > misc@ > > > > I made an assumption that I'm not the only one using Tex Shinobi's keyboard, > > and just discovered that the

Re: Memory upgrade

2024-10-11 Thread Kirill A . Korinsky
On Thu, 10 Oct 2024 00:44:07 +0200, obs...@loopw.com wrote: > > ** PAE can work around this, but I’m not sure if OpenBSD supports PAE at > ** all (and theres other issues/caveats with using PAE of course, > ** including speed and security) > Do you know any example of vulnerability specified for

Re: laptop recommendation

2024-10-09 Thread Kirill A . Korinsky
On Wed, 09 Oct 2024 20:19:27 +0200, "Lyndon Nerenberg (VE7TFX/VE6BBM)" wrote: > > * X Windows at 1920x1080 resolution (my vision cannot cope with > anything higher) > * 14 inch screen you always can use higher DPI via Xft.dpi or xrandr --scale ... -- wbr, Kirill

Re: Doesn't work prtsc button on Tex Shinobi keyboard

2024-10-08 Thread Kirill A . Korinsky
On Tue, 08 Oct 2024 22:32:30 +0200, Peter Piwowarski wrote: > > On a quick test here, I can confirm this behavior, but it's not specific to > my > Shinobi - any USB keyboard I have on hand (the Shinobi, an IBM SK8845, and a > Unicomp Endurapro) doesn't seem to pass that event on OpenBSD, where

Doesn't work prtsc button on Tex Shinobi keyboard

2024-10-08 Thread Kirill A . Korinsky
misc@ I made an assumption that I'm not the only one using Tex Shinobi's keyboard, and just discovered that the Prtsc button doesn't work. Not working means that xev doesn't register an event. When I press it, it looks like I'm not pressing it. I was almost sure it was working a while ago, like

Re: Access from LAN

2024-09-27 Thread Kirill A . Korinsky
On Fri, 27 Sep 2024 03:01:21 +0200, Jesse Lawton wrote: > > E.g. I put up a web server on 192.168.1.2 but can only access it on my > laptop. > With an assumption that you're connecting via WiFi I'd like to suggest that you have access between clients on that network. -- wbr, Kirill

Tracking not working webcam in LG 5K Display

2024-09-17 Thread Kirill A . Korinsky
misc@, I hope that this is the rigth place for this email. I do have LG 5K Display which works well as external monitor. It has embeded audio which works, and webcam which doesn't. Here an attempt to run ffplay as: ktrace ffplay -f v4l2 -input_format mjpeg -video_size 1920x1080 -i /dev/video0

Re: softdep as well as noatime on each partition?

2024-09-17 Thread Kirill A . Korinsky
On Tue, 17 Sep 2024 21:11:10 +0200, Ronny Machado wrote: > > Thanks, that's what I'm doing right now, opened ungoogled-chromiun with > some windows opened, crawl-ss, and I'm gonna start my vmd up...will see > ;) > Chrome and it's fork is quite gredy for resources applicattion. ungoogled-chromiu

Re: softdep as well as noatime on each partition?

2024-09-17 Thread Kirill A . Korinsky
On Tue, 17 Sep 2024 18:32:08 +0200, Geoff Steckel wrote: > > Noatime only matters when the CPU outruns the mass storage long enough > for memory to fill with dirty inodes. > Then the system seems to pause while they are pushed out to storage. > Using a SSD and the large RAM in modern systems that

Re: checksums to detect/correct bit-rot

2024-09-15 Thread Kirill A . Korinsky
On Sun, 15 Sep 2024 09:12:08 +0200, Jonathan Thornburg wrote: > > But before I reinvent the wheel, can anyone point me to software > which already does this? Bonus points if the software is already > in ports. > yabitrot? -- wbr, Kirill

Re: mount -a ingores NFS record in /etc/fstab

2024-09-10 Thread Kirill A . Korinsky
On Tue, 10 Sep 2024 23:29:58 +0200, Kirill A. Korinsky wrote: > > 10.36.25.1:/usr/src /usr/src nfs nodev,nosuid 0 0 Here the issue. This line misses fs_type. It requires rw, ro, or something. -- wbr, Kirill

mount -a ingores NFS record in /etc/fstab

2024-09-10 Thread Kirill A . Korinsky
misc@, I'm running the last snapshot (GENERIC#306) and I had discovered odd behaviour, it is quite possible but I had typo somewhere... well... I do have /etc/fstab which looks like: obsd$ cat /etc/fstab

YubiKey replacment

2024-09-03 Thread Kirill A . Korinsky
misc@, due to the discovered vulnerability in YubiKey [1] which leads to buying a new device, I'm thinking of changing the used vendor because OTP HID doesn't work on OpenBSD. So here is the question, can you suggest a device that has: - FIDO2 - OATH - OpenPGP - USB-C - and small, ideally in

Re: How to add support to OpenSMTPD to distinguish between MTA and MSA operation mode?

2024-09-01 Thread Kirill A . Korinsky
On Sun, 01 Sep 2024 13:12:19 +0200, Christian Schulte wrote: > > I just started to read OpenSMTPD sources. Regarding the latest > discussions on tech@, there maybe seems to be the need to instruct > OpenSMTPD listeners to behave differently when acting as MTA or MSA. > Reading man smtpd.conf(5)[1

Re: Automatic Disk Partitioning

2024-08-19 Thread Kirill A . Korinsky
On Wed, 07 Aug 2024 01:38:05 +0200, David Uhden Collado wrote: > > > Generally I would expect somebody who is new to OpenBSD to do a scratch > > install on a spare machine to try out the system, but then re-install at > > least once rather than continue using that scratch system as their 'final'

Re: how do I debug this? any hints?

2024-08-11 Thread Kirill A . Korinsky
On Sun, 11 Aug 2024 12:44:40 +0200, Peter Philipp wrote: > > Would this patch then, make any sense? > I don't think so. Right now it works out of the box on 7.5: /etc/acme-client.conf: domain kirill.korins.ky { domain key "/etc/ssl/private/kirill.korins.ky.key" dom

Re: how do I debug this? any hints?

2024-08-11 Thread Kirill A . Korinsky
On Sun, 11 Aug 2024 09:57:31 +0200, Peter Philipp wrote: > > openssl s_client returns this: > > Verify return code: 20 (unable to get local issuer certificate) > > > based on these two command which the first one fails hard: > > 34 ftp > https://download.delphinusdns.org/pub

Chromium and microphone at slack

2024-08-04 Thread Kirill A . Korinsky
misc@, I'm having a strange problem with Cromium and Slack: I can't use my microphone. Webcam and sound work, but not the microphone. Wired things that google meet work perfectly with microphone on the next tab. I run -current which I update once-twice per week, and I defently had used microphone

Re: doas tab completion

2024-07-30 Thread Kirill A . Korinsky
On Mon, 29 Jul 2024 17:32:06 +0200, Florian Obser wrote: > > in .kshrc: > > set -A complete_doas_1 -- $(ls /sbin /usr/sbin /bin /usr/bin /usr/X11R6/bin \ > /usr/local/sbin /usr/local/bin) > I think this way is cleaner, isn't it? set -A complete_doas_1 -- $(echo $PATH | tr ':' '\n' | xargs

Re: doas tab completion

2024-07-30 Thread Kirill A . Korinsky
On Mon, 29 Jul 2024 17:32:06 +0200, Florian Obser wrote: > > again, in .kshrc: > > HOST_LIST=`awk '{print $1}' < ~/.ssh/known_hosts | cut -f 1 -d, \ > | egrep -v '^[[:digit:]]|^$|\:\:' | sort -u` > > set -A complete_ssh -- ${HOST_LIST} > set -A complete_ping -- ${HOST_LIST} > set -A complet

Re: doas tab completion

2024-07-29 Thread Kirill A . Korinsky
On Mon, 29 Jul 2024 09:47:39 +0200, Robert Palm wrote: > > wonder how I can get TAB completion in the shell when using doas ... > > Do I need to add something to .profile ? > Depends on the shell you are using. Assuming you are using BASH, you will probably get what you want by: complete -

Re: Running OpenBSD on a VPS.

2024-07-11 Thread Kirill A . Korinsky
On Thu, 11 Jul 2024 03:10:43 +0100, Christian Schulte wrote: > > Running OpenBSD since then personally. Never had a chance to install it > to a server, because the providers did not support it. Now they do. Not all of them. Special in case like Hetzner, online.net and similar one. But they allo

Re: Filesystem corruption on OpenBSD routers after power outage?

2024-07-10 Thread Kirill A . Korinsky
On Wed, 10 Jul 2024 17:40:17 +0100, Tom Smyth wrote: > > swap /tmp mfs rw,nosuid,noexec,nodev,-s=262144 0 0 > swap /var/log mfs rw,nosuid,noexec,nodev,-s=524288,-P=/persist-fs/var/log 0 0 > swap /var/run mfs rw,nosuid,noexec,nodev,-s=262144,-P=/persist-fs/var/run 0 0 > swap /dev mfs rw,nosuid,noe

Re: Filesystem corruption on OpenBSD routers after power outage?

2024-07-10 Thread Kirill A . Korinsky
On Wed, 10 Jul 2024 14:44:28 +0100, Tom Smyth wrote: > > #cat /etc/fstab > > ff0023511d131fc2.a / ffs rw,softdep,noatime 1 1 > ff0023511d131fc2.b /usr/local ffs rw,wxallowed,nodev,softdep,noatime 1 2 > ff0023511d131fc2.d /var ffs rw,nodev,nosuid,softdep,noatime 1 2 > swap /tmp mfs rw,nosuid,noex

Re: OpenBSD runs hotter than Linux with same laptop, draws more electricity?

2024-07-02 Thread Kirill A . Korinsky
On Tue, 02 Jul 2024 09:54:09 +0100, Stuart Henderson wrote: > > A lot of this is down to Linux having spent more time on optimising > things for power consumption. Things like choices made in the scheduler > (deciding which cpu to run a process on) have an effect, especially on > certain cpu type

Re: /tmp on mfs is blocked

2024-06-28 Thread Kirill A . Korinsky
and here we go: ~ $ ps auxl | grep D USER PID %CPU %MEMVSZ RSS TT STAT STARTED TIME COMMAND UID PPID CPU PRI NI WCHAN root 40744 0.0 1.3 1049488 218256 ?? D 2:59PM0:13.90 /sbin/mount_nfs 0 1 0 -18 0 anonget catap 13530 0.0 2.0 1039

Re: /tmp on mfs is blocked

2024-06-28 Thread Kirill A . Korinsky
> > I never doubt that, but I had rebuild kernel on my machine with WITNESS, to > be able to get more usefull reason if such case happened again. > Seems that I had boot wrong kernel, or option WITNESS option WITNESS_WATCH wasn't enough, will reboot and double test it. The good news that

Re: /tmp on mfs is blocked

2024-06-28 Thread Kirill A . Korinsky
On Fri, 28 Jun 2024 11:09:56 +0100, Crystal Kolipe wrote: > > The mfs code has been stable for many releases in all of these scenarios. > I never doubt that, but I had rebuild kernel on my machine with WITNESS, to be able to get more usefull reason if such case happened again. -- wbr, Kirill

Re: /tmp on mfs is blocked

2024-06-28 Thread Kirill A . Korinsky
On Fri, 28 Jun 2024 07:24:16 +0100, Dan wrote: > > What about permissions over /tmp? > > I really think you are talking of /tmp over mfs, mh.. in my own > flavour (different setup) I have to *very versatilly* adjust permissions > to use it. Never mind.. I'm wondering you remain locked there.. >

/tmp on mfs is blocked

2024-06-27 Thread Kirill A . Korinsky
misc@, I just encountered wired case when my /tmp was blocked, and nothing had worked. via ps I saw: root 59095 0.0 1.1 1049488 174152 ?? D Wed10PM0:40.02 /sbin/mount_mfs -o rw -o nodev -o nosuid -s 1024m swap /tmp and fstat -p 59095 points nothing abnormal: USER CMD

Re: accidentally overwritten wrong drive with DD, please help

2024-06-27 Thread Kirill A . Korinsky
On Thu, 27 Jun 2024 21:33:15 +0100, Anon Loli wrote: > > It'd be nice if someone can share any experiences with this matter (which > fall under the > conditions that which I imposed on myself), especially fsdb, assuming that it > can actually help in this matter... in an understandable fashion..

Re: accidentally overwritten wrong drive with DD, please help

2024-06-27 Thread Kirill A . Korinsky
On Thu, 27 Jun 2024 16:02:36 +0100, Anon Loli wrote: > > I'm not using anything commercial OR proprietary > [...] > > No one is getting any image or file or anything from me, and I'm not sending > my > drives to anyone. This might sound rude or stupid to you, I'm sorry, but > that's > not deba

Re: accidentally overwritten wrong drive with DD, please help

2024-06-27 Thread Kirill A . Korinsky
On Thu, 27 Jun 2024 05:12:57 +0100, Anon Loli wrote: > > But the steps that I already took is good, right? Is my corrupt data backed up > at least? I need the raw disc copy, not the sd3i copy, right? Should I copy > both? I have space > Made as many copy of different things as you can. Better to

Re: accidentally overwritten wrong drive with DD, please help

2024-06-25 Thread Kirill A . Korinsky
On Tue, 25 Jun 2024 04:05:45 +0100, "B. Atticus Grobe" wrote: > > A word of warning: even multiple overwrites are not guaranteed to erase any > kind > of flash-based storage. This applies even to some spinning rust now that have > intermediate flash storage caches on them (although those tend to

Re: accidentally overwritten wrong drive with DD, please help

2024-06-24 Thread Kirill A . Korinsky
On Mon, 24 Jun 2024 19:29:52 +0100, Anon Loli wrote: > > Encryption is a must, it's not just family photos, but even if it was, I'm > still not putting them on clear disk > You may fill your disk, after you recover everything with random data. Couple of times. It removes everything. -- wbr, Ki

Re: libopensmtpd with res_query_async never calls cb

2024-06-16 Thread Kirill A . Korinsky
On Fri, 14 Jun 2024 13:13:17 +0100, Kirill A. Korinsky wrote: > > Anyway, I'm puzzling that to do next. > long story short: my code contains asr_abort and when it had happened it doesn't decrease internal counter that lead to the deadlock. Anyway, I suggest to add DEBUG p

Re: booting and RAID-5

2024-06-15 Thread Kirill A . Korinsky
On Sat, 15 Jun 2024 14:05:07 +0100, Marco van Hulten wrote: > > Would a good approach be to create a root device on one disk (and maybe > altroots on one or both of the others) and use the rest of all disks as > RAID-5 device? Or is there a good reason to boot from a disk separate > from the env

Re: Do I need to wipe encrypted dual boot NVME before installation

2024-06-15 Thread Kirill A . Korinsky
On Sat, 15 Jun 2024 10:01:51 +0100, lafermedesanim...@posteo.net wrote: > > I have a dual boot Devuan/OpenBSD, I wrote random data on my > drive and then install the OSes, both are encrypted. > Now, I want to remove this dual boot to have only OpenBSD > and use it as a daily driver. > My plan for

Re: crippled my laptop trying to reclaim root space

2024-06-14 Thread Kirill A . Korinsky
On Thu, 13 Jun 2024 02:29:02 +0100, "Brian Conway" wrote: > > A note on how you got into the original situation without addressing all > the things you've done since: /dev should only be a few dozen KB in size > (less than 50). Some time in the past, you likely wrote a significant > amount of dat

libopensmtpd with res_query_async never calls cb

2024-06-14 Thread Kirill A . Korinsky
misc@, I dig into issue when callback which is scheduled via res_query_async never fired inside opensmtpd filter which uses libopensmtpd. I've tried both res_query_async and getrrsetbyname_async without any differences on OpenBSD 7.5 The code looks like: if ((query =

Re: cpu cores

2024-06-10 Thread Kirill A . Korinsky
Greetings, On Mon, 10 Jun 2024 13:15:13 +0100, Riccardo Mottola wrote: > > This is for workstation use, mixed user and developer. To each its own. > I bet it ends depending also on cache, memory and specific jobs. > Do not forget about IO, which can be a bottel neck in case of compiling. Have

  1   2   >