Re: Improve support of Go

2024-02-15 Thread Kirill A . Korinsky
On Thu, 15 Feb 2024 15:09:01 +0100, Joel Sing wrote: > > The operating system specific parts of the Go syscall package are effectively > deprecated/frozen (and have been for nearly 10 years, hence not being > updated): > > https://pkg.go.dev/syscall > > >

Re: Improve support of Go

2024-02-13 Thread Kirill A . Korinsky
On Tue, 13 Feb 2024 13:10:44 +0100, Janne Johansson wrote: > > I can run them on mips64 for you at least. > I'll appriciete this. After that I only need - arm - arm64 - ppc64 - riscv64 Can you run something like this? doas pkg_add bash git go git clone -b opebsd-syscalls

Improve support of Go

2024-02-13 Thread Kirill A . Korinsky
Good day, I'm updating go's syscall table to modern OpenBSD (7.4). For some architectures it was updated more than decade ago, and a lot of things had changed. To do it I need to run commands like: cd src ulimit -S -d $(ulimit -H -d) env CGO_ENABLED=1 CC=cc CXX=c++ ./make.bash cd

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Mon, 19 Feb 2024 23:09:35 +0100, Stuart Henderson wrote: > > > I read that as it is impossible to blacklist a device, right? > > Only by running a kernel where the driver's attach routine has been > modified to skip attaching the device e.g. if it matches certain > vendor/device id. OpenBSD

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Mon, 19 Feb 2024 21:58:51 +0100, Thomas L. wrote: > > you can select which audio device is used with -f/-F flags to sndiod > (details in man-page) in /etc/rc.conf.local. maybe that helps? thanks, but I right now I do have: ~ $ rcctl get sndiod flags -f rsnd/0 -F rsnd/1 -F rsnd/2 ~ $

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Mon, 19 Feb 2024 22:32:18 +0100, Jan Stary wrote: > > So get some normal headphones that plug into the laptop > (without creating a new device) > and simply connect the display when you want, > or don't connect it when you don't. > I read that as it is impossible to blacklist a device,

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Mon, 19 Feb 2024 22:43:45 +0100, Jan Stary wrote: > > On Feb 19 22:33:53, kir...@korins.ky wrote: > > > > I use the rsnd/1 or rsnd/2 to listen music via wireless headphones, > > Why do you have two of those? > Because it depends on the order of attaching devices. > > and rsnd/0 with wired

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Tue, 20 Feb 2024 00:21:30 +0100, Stuart Henderson wrote: > > No - ugen acts as a fallback. If a USB device is claimed by another driver, > ugen won't get a chance to attach to it. > > There is a common mechanism to recognise devices by vid/pid for special > handling - sometimes to prevent

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Mon, 19 Feb 2024 19:09:16 +0100, deich...@placebonol.com wrote: > > You can enter the kernel on boot and disable device drivers, > boot-config(8) . I do have two USB audio device: ~ $ usbdevs -v Controller /dev/usb0: ... addr 07: 043e:9a66 LG Electronics Inc., LG UltraFine Display

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Mon, 19 Feb 2024 20:10:46 +0100, Nowarez Market wrote: > > >Feb 19, 2024 19:46:21 Kirill A. Korinsky : > > > >I can't disable uaudio because I use it, and I can't uplug (physically) > >the LG's Audio because it is integrated into the display which I'm &

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Mon, 19 Feb 2024 20:34:10 +0100, Nowarez Market wrote: > > After all your list of *american gigs* missed only that OS. > Just do a switch to Windows and you solved. Maybe... > Well, I doubt that this display works well on Windows. The first OS which supports it was macOS, but support of

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Mon, 19 Feb 2024 22:15:40 +0100, Jan Stary wrote: > > On Feb 19 22:08:40, kir...@korins.ky wrote: > > On Mon, 19 Feb 2024 21:58:51 +0100, > > Thomas L. wrote: > > > > > > you can select which audio device is used with -f/-F flags to sndiod > > > (details in man-page) in /etc/rc.conf.local.

Re: certbot in cron - best way?

2024-02-20 Thread Kirill A . Korinsky
Greetings, On Tue, 20 Feb 2024 16:43:27 +0100, m...@phosphorus.com.br wrote: > > Which setup are you using to automatically update certs with certbot, in > cron, and keeping /etc/httpd.conf updated accordingly? > I use records in /etc/acme-client.conf like: authority letsencrypt { api

Re: Block HTTP requests from non-browser clients

2024-02-21 Thread Kirill A . Korinsky
On Wed, 21 Feb 2024 14:57:29 +0100, Sadeep Madurange wrote: > > Is there a way to block non-browser clients from accessing a website > (e.g., scraping attempts by bots or even software like Selenium that > might programmatically control a browser), preferrably before the > requests reach the

Re: Automatic OS updates

2024-02-21 Thread Kirill A . Korinsky
On Wed, 21 Feb 2024 18:05:56 +0100, b...@fea.st wrote: > > FWIW if you guys want to yell at me for spreading bad ideas, > I've posted how to do automatic updates here: > > https://openbsd.pages.dev/auto-updates/ > > I'm both trying out the Hugo package and like, documenting > how I've set

Re: Automatic OS updates

2024-02-21 Thread Kirill A . Korinsky
On Wed, 21 Feb 2024 21:11:05 +0100, Stuart Henderson wrote: > > If you're using sysupgrade -s, you also want -Dsnap in pkg_add. > After double check in man it seems not nessesary, let me quote: %c Expands to the string "snapshots" when running a -current or -beta kernel, or if

Re: sysupgrade fails firmware fetch

2024-02-17 Thread Kirill A . Korinsky
On Sat, 17 Feb 2024 22:27:52 +0100, Sonic wrote: > > Seems it's looking for a 7.5 directory (-current apparently just moved > to 7.5-beta) instead of the snapshot directory. > And using snapshot directory fails because wrong signature: ~ $ doas fw_update -p

Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
Folks, I run OpenBSD and some times connect an external display which contains integraded web cam, microphone and speakers. Web-cam doesn't work, but both microphone and speakers work. Is it possible to ignore it somehow? Ideally I'm for a black list of usb divecs base on some id. Thanks. --

Re: Ignore some USB devices

2024-02-19 Thread Kirill A . Korinsky
On Mon, 19 Feb 2024 17:10:27 +0100, Nowarez Market wrote: > > You should be able to do it by the /etc/bsd.re-config file, you can start > from here: > > http://man.openbsd.org/bsd.re-config > > Please be very careful. > > (It needs two reboots to apply any change) > I feel consfused: isn't

Re: sysupgrade fails firmware fetch

2024-02-18 Thread Kirill A . Korinsky
On Sun, 18 Feb 2024 10:57:27 +0100, Stuart Henderson wrote: > > It's not too bad as long as the person building firmware tgz gets a > heads-up before the version number is updated. > Specially that right now it still can be run as: env VERSION=74 fw_update -p

Recovery binary from lost+found

2023-12-30 Thread Kirill A. Korinsky
Greetings, How can I recovery binary files from lost+found? I have: island$ doas ls -l /usr/lost+found total 7904 -r--r--r-- 1 root bin 3680832 Dec 31 00:30 #1866245 -r--r--r-- 1 root bin 317600 Dec 31 00:30 #2021828 island$ -- wbr, Kirill

Re: access errors following faq/current.html instructions

2023-12-31 Thread Kirill A. Korinsky
> On 31. Dec 2023, at 20:20, Chenguang Wang wrote: > > (I assumed these commands are expected to be executed as root.) Yep, and provided link contains this note: > Most of these changes will have to be performed as root. -- wbr, Kirill

Re: Recovery binary from lost+found

2023-12-31 Thread Kirill A. Korinsky
> On 31. Dec 2023, at 11:02, Otto Moerbeek wrote: > > Amongst other things, fsck_ffs(8) looks for inodes not mentioned in > any directory, i.e. files that are orphans. fsck_ffs links those files > into the lost+found dir, using the inode number for a name. sounds like just remove it and

Re: Recovery binary from lost+found

2023-12-31 Thread Kirill A. Korinsky
> On 31. Dec 2023, at 15:49, Otto Moerbeek wrote: > > There are toos like objdump and readelf that can tell you more, but > just removing them is likely best. Object files can always be > re-created on an open-source system. I've run: > island$ tar -ztvf base74.tgz | awk '{print $9}' |

Re: Run VM with 16G or more?

2024-01-02 Thread Kirill A. Korinsky
> On 2. Jan 2024, at 08:58, Janne Johansson wrote: > > Den mån 1 jan. 2024 kl 21:44 skrev Kirill A. Korinsky : >> >> How can I run a VM with more than 16G of memory? >> A naive approach fails with error: >>> vmctl: start vm command failed: Cannot allocate

Re: Run VM with 16G or more?

2024-01-02 Thread Kirill A. Korinsky
> On 2. Jan 2024, at 18:41, Dave Voutila wrote: > "Kirill A. Korinsky" writes: >> vmctl -v start... doesn't help a bit > > How much physicaly memory does the host machine have? We currently don't > allow oversubscribing memory with vmm/vmd. If the host only has

Re: Run VM with 16G or more?

2024-01-02 Thread Kirill A. Korinsky
> On 2. Jan 2024, at 12:07, Kirill A. Korinsky wrote: > > Confirmed that it is: > > island$ grep '^vmd:' -A 2 /etc/login.conf > vmd:\ > :datasize=16384M:\ > :tc=daemon: > island$ Wel.. after that changes error has been changed to: > vmctl: start vm

Re: Run VM with 16G or more?

2024-01-02 Thread Kirill A. Korinsky
> On 2. Jan 2024, at 19:17, Dave Voutila wrote: > >> vmd: failed to start vm podman >> vmd: vm_stop: vmd config_setvm stopping vm 3 >> >> This machine runs 4 more VM and this one (huge) should be 5th. > > Try this: > > # cd /dev && sh MAKEDEV tap4 > > By default I believe on amd64 we create

Re: Run VM with 16G or more?

2024-01-02 Thread Kirill A. Korinsky
> On 2. Jan 2024, at 20:13, Mischa wrote: > > On 2024-01-02 19:58, Kirill A. Korinsky wrote: >>> On 2. Jan 2024, at 19:17, Dave Voutila wrote: >>>> vmd: failed to start vm podman >>>> vmd: vm_stop: vmd config_setvm stopping vm 3 >>>>

Re: Run VM with 16G or more?

2024-01-02 Thread Kirill A. Korinsky
And one more noticed bug in vmd regarding memory. If I changed memory in /etc/vm.conf for running machine, run rcctl reload vmd, and restart VM... It has no effect. The VM should be shutdown before reload. -- wbr, Kirill

Re: Run VM with 16G or more?

2024-01-02 Thread Kirill A. Korinsky
> On 2. Jan 2024, at 19:58, Kirill A. Korinsky wrote: > > Anyway, right now it fails as: > >> vmctl: start vm command failed: Invalid argument > > and if I revert may changes (to 10G for example) at cat /etc/login.conf.d/vmd > from: >> vmd:\ >>

Run VM with 16G or more?

2024-01-01 Thread Kirill A. Korinsky
Greetings, How can I run a VM with more than 16G of memory? A naive approach fails with error: > vmctl: start vm command failed: Cannot allocate memory Yes, the host machine has that memory and much more. -- wbr, Kirill

Re: YubiKey blocked by pcscd(8)

2024-02-27 Thread Kirill A . Korinsky
On Tue, 27 Feb 2024 15:05:08 +0100, Lévai, Dániel wrote: > > Hi all, > > I was wondering if it's possible to use a YubiKey 5 a bit more conveniently > if trying to use more than one of its features. > I use it for: - GnuPG signature and as SSH key; - a TOTP generator See: ~ $ doas rcctl

Re: how to external encrypted drive that supports OpenBSD and FreeBSD?

2024-03-01 Thread Kirill A . Korinsky
On Fri, 01 Mar 2024 18:08:39 +0100, beecdadd...@danwin1210.de wrote: > > that will do! is just backup! thank you very much If you need only backup... why not use restic? > what if it wasn't read-only and was active partition with writing? > See https://www.openbsd.org/faq/faq14.html#softraid

Re: mirror.bytemark.co.uk appears to have removed all OpenBSD content?

2024-02-27 Thread Kirill A . Korinsky
On Tue, 27 Feb 2024 14:59:32 +0100, Kenneth Gober wrote: > > Slightly off topic, but does anyone know of any archives that have > packages for 3.0, 3.1, 3.2, and/or 3.3? Especially 3.0 -- the only > site I've ever found with 3.0 packages may have been incomplete. >

Re: Fwd: Disk encryption cipher

2024-03-06 Thread Kirill A . Korinsky
On Wed, 06 Mar 2024 10:40:31 +0100, Daniele B. wrote: > > Initially I blacklisted his ip. Then, understood the music, I started to find > its approaching intriguing.. ;D > I wonder how did you blacklist someone by IP who sents his emails into maillist? By parsing all Received headers to find

Touchpad stuck on click

2024-03-25 Thread Kirill A . Korinsky
Folks, I have encountered a wired issue with touchpad: it stay in status similar to pushed left button. I can move it, but I can't select anything. If I make rigth click, it may clicks, or may ignore it. I have no idea how to dig it, but it appears after move from 7.4 to snapshot, and it's here

Today's snapshot brokes some Qt app?

2024-03-31 Thread Kirill A . Korinsky
Folks, I just run: pkg_add -D snap -u After that I've discovered that some Qt apps are crashing with errors like: Cannot add multiple registrations for QtQuick Abort trap (core dumped) for example telegram-desktop crashes but wireshark doesn't. -- wbr, Kirill

Re: Migrate to different FS layout of OpenBSD

2024-04-06 Thread Kirill A . Korinsky
On Sat, 06 Apr 2024 23:14:39 +0200, Peter Hessler wrote: > > RAID0 is called that because zero is what you'll recover if you lose a > disk. This is amazingly dangerous, and you're going to have a bad time. > > Do a backup, then restore from backup. > I was totally misslead. I mean that I have

Re: Migrate to different FS layout of OpenBSD

2024-04-07 Thread Kirill A . Korinsky
On Sun, 07 Apr 2024 12:02:05 +0200, Stuart Henderson wrote: > > softraid doesn't allow creating a 'degraded mirror' i.e. a single drive > that you can later add another drive to make a RAID1. You would need at > least one spare drive to do what you want. > Thanks, that is a kind of inside which

Re: Bash instead of ksh

2024-04-01 Thread Kirill A . Korinsky
On Mon, 01 Apr 2024 18:24:06 +0200, Karel Lucas wrote: > > Instead of ksh I want to use bash as a general shell. But how can I set > it up that way? Bash is already installed. > https://man.openbsd.org/chsh -- wbr, Kirill

Re: Today's snapshot brokes some Qt app?

2024-04-01 Thread Kirill A . Korinsky
On Mon, 01 Apr 2024 04:03:11 +0200, Lucas de Sena wrote: > > Telegram-desktop (net/tdesktop) also crashed here after a package update. > > I then noticed it was caused by linking issues with the qt6 libraries. > Deleting and adding net/tdesktop simply solved that. > > That should not be a

Re: Camera or mic works on video calls, but not both

2024-03-24 Thread Kirill A . Korinsky
On Sun, 24 Mar 2024 02:45:16 +0100, Sadeep Madurange wrote: > > Then I tried Zoom on firefox (doesn't work with chromium at all). I can > both see and hear the other party. They can hear me, but can't see my > video. I see a warning on my end saying that it couldn't detect my > camera. As far as

Migrate to different FS layout of OpenBSD

2024-04-06 Thread Kirill A . Korinsky
Folks, I'm looking for a way to migrate to different layout some OpenBSD systems. All of them has RAID0 and as far as I think I may something like this: 1. Remove second disk from RAID. 2. Build a new RAID0 on the second disk. 3. Make desires layout on the second RAID. 4. dump | restore 5. Boot

Re: mongo shell on openBSD

2024-04-22 Thread Kirill A . Korinsky
On Mon, 22 Apr 2024 17:40:22 +0200, Luca Leone wrote: > > I successfully installed the mongodb-4.4.2 package on the server which run > openBSD 7.4. It's the db of a node js app. > Locally on my Mac, I interact with the local mongo db through the mongo > shell. I'd like to do the same on the

Re: OpenSMTP lmtp without unix users

2024-04-27 Thread Kirill A . Korinsky
Greetings, On Sat, 27 Apr 2024 17:31:24 +0200, "Nicolas Goy" wrote: > > How can I make it work with a single vmail unix user? Without losing the > catchall? > I do have a bit more complicated setup. smtpd.conf: table local-emails file:/etc/mail/local-emails table aliases

Re: syntax error in httpd.conf file

2024-04-19 Thread Kirill A . Korinsky
On Fri, 19 Apr 2024 13:30:47 +0200, Luca Leone wrote: > > I'll keep working on it, but after a couple of days spent on this stuff I'm > starting to think that maybe to serve my node app there should be an easier > way than openbsd ;) > I guess you mean someting like that? table { 127.0.0.1

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-04-29 Thread Kirill A . Korinsky
Greetings, On Sun, 28 Apr 2024 18:53:09 +0200, "Nathaniel Griswold" wrote: > > Any ideas if it's remediable or where to start digging? > I had near the same question sometime ago but on different machine, and I've discovered a patch which I've inlinded into this email. My laptop on last

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-04-30 Thread Kirill A . Korinsky
On Tue, 30 Apr 2024 05:31:21 +0200, "Nathaniel Griswold" wrote: > > > I had near the same question sometime ago but on different machine, and I've > > discovered a patch which I've inlinded into this email. > > > > Hm, ok, i'll try it. Do you have any insight into whether obsdfreqd has > similar

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-04-30 Thread Kirill A . Korinsky
On Tue, 30 Apr 2024 11:17:35 +0200, Kirill A. Korinsky wrote: > > Frankly speaking I never care about watt consumption, but offline time which > is depend on it is important in my case, so here the recovered patch. > Here a bit updated version which introduced a flag -P in apmd w

Re: fw_update

2024-04-30 Thread Kirill A . Korinsky
On Tue, 30 Apr 2024 12:35:17 +0200, fr...@lilo.org wrote: > > How does fw_update install the drivers? It downloads firmware from http://firmware.openbsd.org/firmware/ and installs it as package in system. > How does it know which driver is missing on the system? It checks patterns from

Re: Caddy webserver is not in the ports tree

2024-04-30 Thread Kirill A . Korinsky
On Tue, 30 Apr 2024 15:30:25 +0200, "Souji Thenria" wrote: > > Could you elaborate on your point that Go ports are a pain? I thought a > port written in Go would probably be easier to maintain > because no additional libraries are needed to run the program, and > cross-compilation is relatively

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-04-30 Thread Kirill A . Korinsky
On Tue, 30 Apr 2024 15:01:43 +0200, "Nathaniel Griswold" wrote: > > My serperf seems to be at a consistent zero in my idle tests which makes > me think the patch may not help my idle tests much, but may help actual > usage. > In my personal use case it allows to win near 30 minutes of battery

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-04-30 Thread Kirill A . Korinsky
On Tue, 30 Apr 2024 18:36:57 +0200, Stuart Henderson wrote: > > On 2024-04-30, Nathaniel Griswold wrote: > > What could be taking so much power? CPUs are idling. > > some things in this area that people have been looking into: > > https://cneira.github.io/posts/openbsd-save-battery-changes/

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-04-30 Thread Kirill A . Korinsky
On Tue, 30 Apr 2024 21:00:25 +0200, Kirill A. Korinsky wrote: > > On Tue, 30 Apr 2024 18:36:57 +0200, > Stuart Henderson wrote: > > > > https://cneira.github.io/posts/openbsd-save-battery-changes/ > > Do you have an idea what had happened with it? >

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-05-01 Thread Kirill A . Korinsky
On Tue, 30 Apr 2024 18:07:50 +0200, "Nathaniel Griswold" wrote: > > What could be taking so much power? CPUs are idling. You may try this patch. It is extention of powersave mode which disabling / enabling CPUs. It should degradate to single-core mode, but it may contains bugs :) Right now

Re: panic: unix: lock not held

2024-05-03 Thread Kirill A . Korinsky
On Fri, 03 May 2024 04:29:24 +0200, Amit Kulkarni wrote: > > Unable to boot to a prompt. How do I recover by booting an older kernel? > There is no /obsd to try out. Keep current /bsd as /obsd in the case of snapshot migth work only if you're updating quite oftne, otherwise the userland migth

Re: ATB.com

2024-05-05 Thread Kirill A . Korinsky
On Sun, 05 May 2024 20:49:32 +0200, Austin Hook wrote: > > In the past 6 months is has gotten more and more difficult to sign-on > to with Firefox and OpenBSD, as they have tried to make their sites more > and more bullet proof. > Yeah, an industry to figth bots is qutie popular these days

Re: Desktop performance

2024-05-05 Thread Kirill A . Korinsky
On Sun, 05 May 2024 21:52:11 +0200, Bodie wrote: > > openfiles is very questionable, did you measure with fstat(1) how many of > them do you have when you run Firefox or Chrome or did you have any errors > in logs regarding exhausting that limit? > I run my desktop with default settings (512)

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-05-01 Thread Kirill A . Korinsky
On Wed, 01 May 2024 23:54:52 +0200, "Nathaniel Griswold" wrote: > > Interesting, maybe i'll test on it. > I've played with this patch a bit more today, as result I've inlined an updated version to end of this email. > > Regarding estimated life time: > > > > Battery state: high, 66%

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-05-01 Thread Kirill A . Korinsky
On Wed, 01 May 2024 23:58:53 +0200, "Nathaniel Griswold" wrote: > > I guess it's a matter of figuring out which drivers or kernel features are > saving so much power. > From your dmesg: iwx0 at pci6 dev 0 function 0 "Intel Wi-Fi 6 AX210" rev 0x1a, msix if you read the end of man page for

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-05-01 Thread Kirill A . Korinsky
On Thu, 02 May 2024 00:33:47 +0200, "Nathaniel Griswold" wrote: > > Does apmd keep a running average for the current and voltage or is it based > on instantaneous (as close as that can be)? > As far as I understand the code it devides hw.sensors.acpibat0.amphour3 (remaining capacity, Ah) by

Re: Desktop performance

2024-05-04 Thread Kirill A . Korinsky
On Sat, 04 May 2024 22:32:46 +0200, Chris Bennett wrote: > > My luck with web searches is about zero. Even swapping to different > search engines just gives me crap that's too old or ridiculously wrong. > I have a strong feeling that LLM models adds too much "new" text that makes the OpenBSD

Re: obsd wifi

2024-05-04 Thread Kirill A . Korinsky
On Sat, 04 May 2024 21:39:18 +0200, Manuel Solis wrote: > > You could check your interfaces with "ifconfig", then you could see which > interface you have, the most common are iwm0, iwn0, or something like that, > Here the catch: they need a firmware and system needs an internet to get one. --

Re: webssh does not install

2024-05-06 Thread Kirill A . Korinsky
On Mon, 06 May 2024 04:14:16 +0100, Eyüp Hakan Duran wrote: > >--- stderr >thread 'main' panicked at cryptography-cffi/build.rs:61:49: >unable to find openssl include path Try to run it with env OPENSSL_DIR="/usr" OPENSSL_STATIC=0 -- wbr, Kirill

Re: Localnet Hacking

2024-05-11 Thread Kirill A . Korinsky
On Sat, 11 May 2024 03:52:32 +0100, Lucretia wrote: > > I have a laptop and am looking to purchase a second computer. Neither of them > will be connected to The Internet, but will be networked together. > > My goal is to study networking, starting with some of the most basic commands > and

Re: Kernel debugging

2024-05-11 Thread Kirill A . Korinsky
On Sat, 11 May 2024 20:28:08 +0100, Daniel Hejduk wrote: > > I want to enable kernel debugging how can I do it? > See: https://man.openbsd.org/options -- wbr, Kirill

Re: Kernel debugging

2024-05-11 Thread Kirill A . Korinsky
On Sat, 11 May 2024 21:49:42 +0100, Daniel Hejduk wrote: > > Is there any way to build the kernel on Linux preferably Arch Linux? > It is theoretically possible, but you need to change Makefiles a lot, and probably to hack your toolchain. -- wbr, Kirill