Re: Intel Atom Centerton (S1260) VMM support

2025-07-21 Thread Mike Larkin
ntel(R) Atom(TM) CPU S1260 @ 2.00GHz, 1995.07 MHz, 06-36-09, patch > > 010d > > cpu0: cpuid 1 > > edx=bfebfbff > > ecx=40e3bd > > cpu0: cpuid 6 eax=5 ecx=1 > > cpu0: cpuid a vers=3, gp=2, gpwidth=40, ff=3, ffwidth=40 > > cpu0: cpuid 8001 edx=20100800 e

Re: Intel Atom Centerton (S1260) VMM support

2025-07-19 Thread Mike Larkin
01 edx=20100800 ecx=1 > cpu0: cpuid 8007 edx=100 > cpu0: MELTDOWN > cpu0: 24KB 64b/line 6-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache > cpu0: smt 0, core 0, package 0 > mtrr: Pentium Pro MTRR support, 7 var ranges, 88 fixed ranges > cpu0: a

Re: Intel Atom Centerton (S1260) VMM support

2025-07-19 Thread H. Hartzer
, ffwidth=40 cpu0: cpuid 8001 edx=20100800 ecx=1 cpu0: cpuid 8007 edx=100 cpu0: MELTDOWN cpu0: 24KB 64b/line 6-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line 8-way L2 cache cpu0: smt 0, core 0, package 0 mtrr: Pentium Pro MTRR support, 7 var ranges, 88 fixed ranges cpu0:

Re: Intel Atom Centerton (S1260) VMM support

2025-07-19 Thread Mike Larkin
On Fri, Jul 18, 2025 at 08:52:41PM -0700, Philip Guenther wrote: > On Fri, Jul 18, 2025 at 5:20 PM H. Hartzer wrote: > > When I boot this system, dmesg does not mention EPT support. vmm fails > > to start as well. > > > > However, in the BIOS virtualization suppor

Re: Intel Atom Centerton (S1260) VMM support

2025-07-18 Thread Philip Guenther
On Fri, Jul 18, 2025 at 5:20 PM H. Hartzer wrote: > When I boot this system, dmesg does not mention EPT support. vmm fails > to start as well. > > However, in the BIOS virtualization support is enabled. I see nothing > about EPT. > > The specification sheet from Intel[1] say

Intel Atom Centerton (S1260) VMM support

2025-07-18 Thread H. Hartzer
Hi misc@, When I boot this system, dmesg does not mention EPT support. vmm fails to start as well. However, in the BIOS virtualization support is enabled. I see nothing about EPT. The specification sheet from Intel[1] says that this processor supports Extended Page Tables. Is the specification

Re: does openbsd support file history?

2025-07-05 Thread Страхиња Радић
On Sat, Jun 28, 2025 at 5:31 PM Ethan Azariah wrote: > thanks. i might have misunderstood inodes role in hard linking. > when you make a hard link, does it use a new inode? man ln then, from within less(1) opened by that command: /inode

Re: does openbsd support file history?

2025-07-05 Thread Thomas de Grivel
You're not the only one misunderstanding, if there is a hard link and you modify the files without removing them first from the original directory then the backup gets modified too. Be careful adding that "-l" (ell) On Sat, Jun 28, 2025 at 5:31 PM Ethan Azariah wrote: > > On Sat, Jun 28, 2025, at

Re: acme-client(1) - support for Let's Encrypt iPAddress SAN?

2025-07-03 Thread Stuart Henderson
of "profiles". > > Stuart replied a few months back on that thread talking about a "slight > issue", but it seems to me that acme-client(1) will eventually have this > ability. I presume this includes support for IP addresses, but I > obviously can't speak on behalf o

Re: acme-client(1) - support for Let's Encrypt iPAddress SAN?

2025-07-02 Thread Lloyd
;. > > Stuart replied a few months back on that thread talking about a "slight > issue", but it seems to me that acme-client(1) will eventually have this > ability. I presume this includes support for IP addresses, but I > obviously can't speak on behalf of Stuart and c

Re: acme-client(1) - support for Let's Encrypt iPAddress SAN?

2025-07-02 Thread Zack Newman
hat thread talking about a "slight issue", but it seems to me that acme-client(1) will eventually have this ability. I presume this includes support for IP addresses, but I obviously can't speak on behalf of Stuart and company. [^1]: https://marc.info/?l=openbsd-tech&m=173659382332551&w=2

acme-client(1) - support for Let's Encrypt iPAddress SAN?

2025-07-02 Thread Lloyd
Let's Encrypt is rolling out the capability soon to issue certificates with SAN of type iPAddress. More info here: https://letsencrypt.org/2025/01/16/6-day-and-ip-certs/ https://letsencrypt.org/2025/01/09/acme-profiles/ Whether this is wonderful or a terrible, bonkers idea is irrelevant here. I'm

Re: does openbsd support file history?

2025-06-29 Thread David Diggles
On 2025-06-27 07:33, Ethan Azariah wrote: do any openbsd filesystems support any sort of file history, whether through snapshots or as a log structured filesystem or any other way? I just use dump and restore which is part of the base install. I like how it can capture incremental change and

Re: does openbsd support file history?

2025-06-29 Thread Crystal Kolipe
On Sun, Jun 29, 2025 at 04:39:28PM -0400, Geoff Steckel wrote: > FWIW, nlink_t is uint32_t which gives you quite a bit of time > before it runs out. LINK_MAX is 32767 which gives you somewhat less ;-).

Re: does openbsd support file history?

2025-06-29 Thread Geoff Steckel
might eventually hit that limit and stop working, (unless you take steps to prevent that). thanks. accounting for that limit would complexify my plans excessively. i'd better use another strategy with a different filesystem. i'm thinking i'll use zfs in omnios if my hard

Re: does openbsd support file history?

2025-06-29 Thread Ethan Azariah
ally hit that limit and stop > working, (unless you take steps to prevent that). thanks. accounting for that limit would complexify my plans excessively. i'd better use another strategy with a different filesystem. i'm thinking i'll use zfs in omnios if my hardware will support i

Re: does openbsd support file history?

2025-06-29 Thread Maurizio Lombardi
On Fri Jun 27, 2025 at 12:05 AM CEST, Scott Walters wrote: > Very semi-informed take here. Obvoiusly the people actually working > on this stuff know first hand and I'm maybe not even third hand... > but afaik this is a gap in OpenBSD that work is being done on. > OpenBSD will mount Linux ext 2 fi

Re: does openbsd support file history?

2025-06-28 Thread Robert B. Carleton
On Saturday, June 28, 2025 8:50:09 AM CDT j...@bitminer.ca wrote: > >> No, but your backup system should give you the ability to recover > >> historic versions of files. Maybe not with the granularity you would > >> like. > > > > that's true. daily would be granular enough, though more often wou

Re: does openbsd support file history?

2025-06-28 Thread Reese Johnson
Hello, Sorry for my ignorance. I did not think it out. I figured using another internal tool would be cool. I enjoy this list and learn a lot on here, like today. Thanks for all the hard work. @tech is cool too. I don't know much C but it's neat to look at the patches. I remember git has lfs to

Re: does openbsd support file history?

2025-06-28 Thread Ingo Schwarze
Hi, Ethan Azariah wrote on Sat, Jun 28, 2025 at 04:26:05PM +0100: > On Sat, Jun 28, 2025, at 4:03 PM, Crystal Kolipe wrote: >> On Sat, Jun 28, 2025 at 03:53:37PM +0100, Ethan Azariah wrote: >>> can ffs run out of inodes as ext2 can? >> Yes. Specifically, https://man.openbsd.org/newfs.8#i . >>

Re: does openbsd support file history?

2025-06-28 Thread Crystal Kolipe
On Sat, Jun 28, 2025 at 04:26:05PM +0100, Ethan Azariah wrote: > On Sat, Jun 28, 2025, at 4:03 PM, Crystal Kolipe wrote: > > On Sat, Jun 28, 2025 at 03:53:37PM +0100, Ethan Azariah wrote: > >> can ffs run out of inodes as ext2 can? > > > > Yes. > > > > But with default settings and typical use, it

Re: does openbsd support file history?

2025-06-28 Thread Ethan Azariah
On Sat, Jun 28, 2025, at 4:03 PM, Crystal Kolipe wrote: > On Sat, Jun 28, 2025 at 03:53:37PM +0100, Ethan Azariah wrote: >> can ffs run out of inodes as ext2 can? > > Yes. > > But with default settings and typical use, it probably won't happen. thanks. i might have misunderstood inodes role in har

Re: does openbsd support file history?

2025-06-28 Thread Crystal Kolipe
On Sat, Jun 28, 2025 at 03:53:37PM +0100, Ethan Azariah wrote: > can ffs run out of inodes as ext2 can? Yes. But with default settings and typical use, it probably won't happen.

Re: does openbsd support file history?

2025-06-28 Thread Ethan Azariah
On Sat, Jun 28, 2025, at 2:50 PM, j...@bitminer.ca wrote: >>> >>> No, but your backup system should give you the ability to recover >>> historic versions of files. Maybe not with the granularity you would >>> like. >> >> that's true. daily would be granular enough, though more often would >> be

Re: does openbsd support file history?

2025-06-28 Thread Ethan Azariah
On Sat, Jun 28, 2025, at 10:38 AM, Stefan Sperling wrote: > On Fri, Jun 27, 2025 at 10:41:05PM -0400, Reese Johnson wrote: >> Backup into got. :) > > I realize you might be joking, but to anyone taking this seriously, > don't do this! > The most well-known caveat is that this is not a suitable solu

Re: does openbsd support file history?

2025-06-28 Thread j
No, but your backup system should give you the ability to recover historic versions of files. Maybe not with the granularity you would like. that's true. daily would be granular enough, though more often would be nice. If you want daily history, irrespective of how many changes were made

Re: does openbsd support file history?

2025-06-28 Thread Stefan Sperling
On Fri, Jun 27, 2025 at 10:41:05PM -0400, Reese Johnson wrote: > Backup into got. :) I realize you might be joking, but to anyone taking this seriously, don't do this! The most well-known caveat is that this is not a suitable solution for large files. But in any case you will eventually hit the

Re: does openbsd support file history?

2025-06-28 Thread Ethan Azariah
On Fri, Jun 27, 2025, at 2:38 PM, Nick Holland wrote: > On 6/26/25 17:33, Ethan Azariah wrote: >> do any openbsd filesystems support any sort of file history, whether >> through snapshots or as a log structured filesystem or any other way? >> > > No, but your backup

Re: does openbsd support file history?

2025-06-28 Thread Ethan Azariah
s. https://orib.dev/gefs.html looking at it has been useful, thanks. https://orib.dev/gefs.pdf reminds/informs me of whats wrong with the other plan 9 filesystems, and has given me an idea for my backup system. > All plan 9 file servers support at least daily dump, fossil also > support

Re: does openbsd support file history?

2025-06-27 Thread hahahahacker2009
Vào Th 6, 27 thg 6, 2025 vào lúc 08:25 Ethan Azariah đã viết: > > do any openbsd filesystems support any sort of file history, whether > through snapshots or as a log structured filesystem or any other way? > Ori Bernstein is going on his file system gefs, and he want to port i

Re: does openbsd support file history?

2025-06-27 Thread Reese Johnson
Backup into got. :) Reese On Fri, Jun 27, 2025 at 09:38:47AM -0400, Nick Holland wrote: > On 6/26/25 17:33, Ethan Azariah wrote: > > do any openbsd filesystems support any sort of file history, whether > > through snapshots or as a log structured filesystem or any other way? &g

Re: does openbsd support file history?

2025-06-27 Thread Janne Johansson
> On Fri, Jun 27, 2025, at 1:51 PM, Stuart Henderson wrote: > >> drive, but you would get at least some advantage from having ZFS serve up > >> the > >> storage. I didn't do any testing though, so I still don't know how well it > >> would work. Maybe someone else has tried it. > > > > That's not

Re: does openbsd support file history?

2025-06-27 Thread Robert B. Carleton
On Friday, June 27, 2025 7:51:04 AM CDT Stuart Henderson wrote: > On 2025-06-26, Robert B. Carleton wrote: > > I haven't tried it, but I contemplated trying the OpenBSD iSCSI initiator > > iscsid(8) and using FreeBSD to provide a ZFS zvol block device as a > > target. > > > > You'd still have to

Re: does openbsd support file history?

2025-06-27 Thread Nick Holland
On 6/26/25 17:33, Ethan Azariah wrote: do any openbsd filesystems support any sort of file history, whether through snapshots or as a log structured filesystem or any other way? No, but your backup system should give you the ability to recover historic versions of files. Maybe not with the

Re: does openbsd support file history?

2025-06-27 Thread Ethan Azariah
On Fri, Jun 27, 2025, at 1:51 PM, Stuart Henderson wrote: > On 2025-06-26, Robert B. Carleton wrote: >> I haven't tried it, but I contemplated trying the OpenBSD iSCSI initiator >> iscsid(8) and using FreeBSD to provide a ZFS zvol block device as a target. >> >> You'd still have to fsck OpenBSD

Re: does openbsd support file history?

2025-06-27 Thread Stuart Henderson
On 2025-06-26, Robert B. Carleton wrote: > I haven't tried it, but I contemplated trying the OpenBSD iSCSI initiator > iscsid(8) and using FreeBSD to provide a ZFS zvol block device as a target. > > You'd still have to fsck OpenBSD filesystems on partitions from the iSCSI > drive, but you woul

Re: does openbsd support file history?

2025-06-27 Thread Stuart Henderson
On 2025-06-26, Scott Walters wrote: > Very semi-informed take here. Obvoiusly the people actually working > on this stuff know first hand and I'm maybe not even third hand... > but afaik this is a gap in OpenBSD that work is being done on. I'm not aware of any work being done on this sort of thi

Re: does openbsd support file history?

2025-06-27 Thread Janne Johansson
Den fre 27 juni 2025 kl 10:28 skrev Ethan Azariah : > > Why reinvent the wheel? > > Just go TrueNAS. > > That's all you need, besides a HBA. > > What's a HBA and how much will it cost me? ;-) In the old days, this meant "a scsi card", so just a disk controller of any sort suitable for the drive to

Re: does openbsd support file history?

2025-06-27 Thread Crystal Kolipe
On Fri, Jun 27, 2025 at 08:24:10AM +0100, Ethan Azariah wrote: > What's a HBA Host Bus Adaptor

Re: does openbsd support file history?

2025-06-27 Thread Ethan Azariah
On Fri, Jun 27, 2025, at 5:14 AM, Lloyd wrote: > If you're looking for a fileserver, take a serious look at OmniOS, > which is under-appreciated. > > Solaris ZFS, in-kernel SMB server (and NFS of course), and natively > supports NT-style ACLs as opposed to the Samba UID/GID mapping kludge. Inter

Re: does openbsd support file history?

2025-06-27 Thread Ethan Azariah
On Fri, Jun 27, 2025, at 7:34 AM, Paolo Aglialoro wrote: > Why reinvent the wheel? > Just go TrueNAS. > That's all you need, besides a HBA. What's a HBA and how much will it cost me? ;-)

Re: does openbsd support file history?

2025-06-26 Thread Paolo Aglialoro
Thu, Jun 26, 2025 at 10:33:09PM +0100, Ethan Azariah wrote: > >> > do any openbsd filesystems support any sort of file history, whether > >> > through snapshots or as a log structured filesystem or any other way? > >> > >> No, FFS has no such capability. A

Re: does openbsd support file history?

2025-06-26 Thread Lloyd
If you're looking for a fileserver, take a serious look at OmniOS, which is under-appreciated. Solaris ZFS, in-kernel SMB server (and NFS of course), and natively supports NT-style ACLs as opposed to the Samba UID/GID mapping kludge. Ethan Azariah wrote: > i want a network fileserver so ther

Re: does openbsd support file history?

2025-06-26 Thread Ethan Azariah
On Thu, Jun 26, 2025, at 11:59 PM, Robert B. Carleton wrote: > On Thursday, June 26, 2025 5:36:31 PM CDT Chris Narkiewicz wrote: >> On Thu, Jun 26, 2025 at 10:33:09PM +0100, Ethan Azariah wrote: >> > do any openbsd filesystems support any sort of file history, whether >> &

Re: does openbsd support file history?

2025-06-26 Thread Robert B. Carleton
On Thursday, June 26, 2025 5:36:31 PM CDT Chris Narkiewicz wrote: > On Thu, Jun 26, 2025 at 10:33:09PM +0100, Ethan Azariah wrote: > > do any openbsd filesystems support any sort of file history, whether > > through snapshots or as a log structured filesystem or any other way? >

Re: does openbsd support file history?

2025-06-26 Thread Chris Narkiewicz
On Thu, Jun 26, 2025 at 10:33:09PM +0100, Ethan Azariah wrote: > do any openbsd filesystems support any sort of file history, whether > through snapshots or as a log structured filesystem or any other way? No, FFS has no such capability. AFAIK there is no ongoing effort to bring a alternat

Re: does openbsd support file history?

2025-06-26 Thread Scott Walters
if that's a requirement, FreeBSD is probably your best bet for now. Good luck! -s On 0, Ethan Azariah wrote: > do any openbsd filesystems support any sort of file history, whether > through snapshots or as a log structured filesystem or any other way?

does openbsd support file history?

2025-06-26 Thread Ethan Azariah
do any openbsd filesystems support any sort of file history, whether through snapshots or as a log structured filesystem or any other way?

Re: Issues with NFS and LibreOffice: Support for NFS v4 and Locking Solutions

2025-06-07 Thread Frans Schneider
I think this is the same as unsetting / not exporting SAL_ENABLE_FILE_LOCKING in the soiffice script. With locking working properly now, there is no need for it anymaore. Thanks. Op 06-06-2025 om 19:58 schreef Paul Wisehart: On Fri, Jun 06, 2025 at 02:33:13PM +0200, Frans Schneider wrote: New

Re: Issues with NFS and LibreOffice: Support for NFS v4 and Locking Solutions

2025-06-07 Thread Frans Schneider
I receive the message mount.nfs4: Protocol not supported. It seems that the OpenBSD file server does not support NFS v4. From the documentation on OpenBSD, I had more or less gathered that OpenBSD does support NFS version 4. My questions are:     Does OpenBSD support NFS v4? If so, how do

Re: Issues with NFS and LibreOffice: Support for NFS v4 and Locking Solutions

2025-06-06 Thread Paul Wisehart
On Fri, Jun 06, 2025 at 02:33:13PM +0200, Frans Schneider wrote: > Newbie here! I recently started using OpenBSD, primarily as a central > file server. So far, I am very pleased with it! > > The problem I am encountering is that when I mount files on a Linux > system via NFS and then open them wit

Re: Issues with NFS and LibreOffice: Support for NFS v4 and Locking Solutions

2025-06-06 Thread Stuart Henderson
tocol not supported. It seems that > the OpenBSD file server does not support NFS v4. > > From the documentation on OpenBSD, I had more or less gathered that > OpenBSD does support NFS version 4. > > My questions are: > >     Does OpenBSD support NFS v4? If so, how do I inst

Issues with NFS and LibreOffice: Support for NFS v4 and Locking Solutions

2025-06-06 Thread Frans Schneider
use NFS v4 for better handling of locks. However, when I now mount with mount -onodev,nosuid -tnfs4 tp2:/home/fs /home/fs/nfs, I receive the message mount.nfs4: Protocol not supported. It seems that the OpenBSD file server does not support NFS v4. From the documentation on OpenBSD, I had more or less

Re: New Support

2025-05-12 Thread Ingo Schwarze
Hello, Valmis Di Carlo Hidalgo wrote on Mon, May 12, 2025 at 12:27:14PM -0400: > 0 > C Dominican Republic > P DN > T Santo Domingo > Z 10201 > O DICATECH > I Valmis Di Carlo Hidalgo > A Av. Sarasota, #36, Plaza Kury > M mailto:val...@dicatech.net > U https://www.dicatech.net/openbsd.html > B +180

New Support

2025-05-12 Thread Valmis Di Carlo Hidalgo
0 C Dominican Republic P DN T Santo Domingo Z 10201 O DICATECH I Valmis Di Carlo Hidalgo A Av. Sarasota, #36, Plaza Kury M mailto:val...@dicatech.net U https://www.dicatech.net/openbsd.html B +1809-480-8224 N OpenBSD: Consulting, Training, Cloud Solutions, Firewalls, Servers, and more

 New Support

2025-05-12 Thread Valmis Di Carlo Hidalgo
0 C Dominican Republic P DN T Santo Domingo Z 10201 O DICATECH I Valmis Di Carlo Hidalgo A Av. Sarasota, #36, Plaza Kury M mailto:val...@dicatech.net U https://www.dicatech.net/openbsd.html B +1809-480-8224 N OpenBSD: Consulting, Training, Cloud Solutions, Firewalls, Servers, and more

Re: Loongson3/Loongarch64 CPU support

2025-03-11 Thread Fabio Martins
I have interest and I would start with the Linux brand already running on it, OpenBSD later. From Brazil here. On 3/10/25 08:28, S V wrote: Hello, list I was playing a little with Loongson3A6000 mobo and decided to order it for myself. So before it arrives I decided to heat some interest in l

Loongson3/Loongarch64 CPU support

2025-03-10 Thread S V
Hello, list I was playing a little with Loongson3A6000 mobo and decided to order it for myself. So before it arrives I decided to heat some interest in list (and lazy call to some help) It is pretty straightforward "desktop" board from ASUS with UEFI (EDK2), BOOTLOONGARCH64.EFI and MIPS64 compat

support new

2025-02-13 Thread Raymundo Soto Morales
0 C Austria P Styria T Graz Z 8010 O N01ytics e.U. I Raymundo Soto Morales A Obere Teichstrasse 37 M i...@n01ytics.eu U https://n01ytics.eu/en-faq.html B +4367761636199 X None N More than 7 years of experience in BSD. OpenBSD installation and administration: firewalls for small networks, netboot/DN

spamd(8) IPV6 support

2025-02-10 Thread Igor Zornik
Hello misc, I’m slowly adding IPV6 support to my (e-mail) setup. For anti-spam mechanism I want to use spamd(8) because it has served me well so far, but it only supports IPV4. Are there any plans to also add the same functionalities for IPV6? The only discussion regarding this topic I could

Re: ECC ram support in OpenBSD

2024-12-22 Thread Chris Cappuccio
Franco Sponga [franco.spo...@gmail.com] wrote: > Hello, > > I have a PC Engines APU2E4 with 4GB ECC RAM. I have upgraded the BIOS, and > ECC support should be enabled. > > Is there a way to verify that ECC support is enabled in OpenBSD? > Additionally, in the case of me

ECC ram support in OpenBSD

2024-12-17 Thread Franco Sponga
Hello, I have a PC Engines APU2E4 with 4GB ECC RAM. I have upgraded the BIOS, and ECC support should be enabled. Is there a way to verify that ECC support is enabled in OpenBSD? Additionally, in the case of memory errors, should I expect to see any logged messages in /var/log/messages? Thank

support new

2024-11-03 Thread Alessandro Martins
, maintenance, and support for small and mid-size businesses, backed by over 25 years of experience with BSD-based systems. We deliver tailored solutions, including secure setups for clustered firewalls, routers, servers, and VPN nodes, along with ongoing maintenance and troubleshooting to ensure

Re: About 802.1x support

2024-10-24 Thread Stuart Henderson
On 2024-10-24, Y C wrote: > --699c670625358ae8 > Content-Type: text/plain; charset="UTF-8" > > Hi Everyone > > I made modifications to the OpenBSD bridge code (/sys/net/if_bridge.c) to > allow the forwarding of 802.1X EAPOL packets between interfaces of the > bridge. > > I changed the

About 802.1x support

2024-10-24 Thread Y C
Hi Everyone I made modifications to the OpenBSD bridge code (/sys/net/if_bridge.c) to allow the forwarding of 802.1X EAPOL packets between interfaces of the bridge. I changed the following: @@ -1221,6 +1221,10 @@ bridge_process(struct ifnet *ifp, struct m); if (m == NULL) goto ba

Re: Raspberry Pi 5: release notes imply support but install76.img won't boot

2024-10-11 Thread Chris Cappuccio
vidual components be > supported it the hardware around them cannot > be booted? Is it really that hard to imagine? Either it's also used on another platform, and/or someone is working on Pi 5 support.

Re: Raspberry Pi 5: release notes imply support but install76.img won't boot

2024-10-11 Thread Stuart Henderson
On 2024-10-10, Stephan Beal wrote: > On Thu, Oct 10, 2024 at 5:26 PM hahahahacker2009 > wrote: >> Yeah, and that's driver for some components. It does not mean >> the board is supported. Right. Don't assume that "b has been done" means that "a has been done" even if you think that one implies the

Re: Raspberry Pi 5: release notes imply support but install76.img won't boot

2024-10-10 Thread Stephan Beal
On Thu, Oct 10, 2024 at 5:26 PM hahahahacker2009 wrote: > Yeah, and that's driver for some components. It does not mean > the board is supported. Which begs the questions: 1) How can those individual components be supported it the hardware around them cannot be booted? 2) Why put it in the rele

Re: Raspberry Pi 5: release notes imply support but install76.img won't boot

2024-10-10 Thread hahahahacker2009
en booting from install76.img, the pi5 claims: > > > The installed operating system (OS) does not indicate support for > > Raspberry Pi 5. Update the OS or set os_check=0 in config.txt to skip > > this check. > > After editing config.txt from the boot partition and adding th

Raspberry Pi 5: release notes imply support but install76.img won't boot

2024-10-10 Thread Stephan Beal
the arm64 installation guide. When booting from install76.img, the pi5 claims: > The installed operating system (OS) does not indicate support for > Raspberry Pi 5. Update the OS or set os_check=0 in config.txt to skip > this check. After editing config.txt from the boot partition and adding

Re: OpenBSD support for Mac Mini M2 ?

2024-10-04 Thread Stefan Sperling
On Thu, Oct 03, 2024 at 05:07:29PM -0400, J Doe wrote: > Related to this .. I noticed the following at the bottom of man: > > "The firmware is outdated and contains known vulnerabilities." The originally imported firmware images were known vulnerable to CVE-2017-9417 ("broadpwn"), which this

Re: OpenBSD support for Mac Mini M2 ?

2024-10-03 Thread J Doe
On 2024-09-20 14:42, Bryan Vyhmeister wrote: On Thu, Sep 19, 2024 at 06:18:25PM -0400, J Doe wrote: Hi list, I see in the FAQ that the Apple Mac Mini M2 is a supported platform[0] and that the WiFi is supported via: bwfmv(4). I had two questions about WiFi support: 1. Is Host AP mode

Re: OpenBSD support for Mac Mini M2 ?

2024-09-20 Thread Bryan Vyhmeister
On Thu, Sep 19, 2024 at 06:18:25PM -0400, J Doe wrote: > Hi list, > > I see in the FAQ that the Apple Mac Mini M2 is a supported platform[0] > and that the WiFi is supported via: bwfmv(4). I had two questions about > WiFi support: > > 1. Is Host AP mode supported on the

Re: OpenBSD support for Mac Mini M2 ?

2024-09-20 Thread Stuart Henderson
On 2024-09-19, J Doe wrote: > Hi list, > > I see in the FAQ that the Apple Mac Mini M2 is a supported platform[0] > and that the WiFi is supported via: bwfmv(4). I had two questions about > WiFi support: > > 1. Is Host AP mode supported on the Mac Mini M2? The man pages a

Re: OpenBSD support for Mac Mini M2 ?

2024-09-20 Thread J Doe
> On Sep 20, 2024, at 02:19, J Doe wrote: > > >>> On Sep 19, 2024, at 18:46, J Doe wrote: >>> >> Hi list, >> >> I see in the FAQ that the Apple Mac Mini M2 is a supported platform[0] >> and that the WiFi is supported via: bwfmv(4). I ha

Re: OpenBSD support for Mac Mini M2 ?

2024-09-19 Thread J Doe
> On Sep 19, 2024, at 18:46, J Doe wrote: > > Hi list, > > I see in the FAQ that the Apple Mac Mini M2 is a supported platform[0] > and that the WiFi is supported via: bwfmv(4). I had two questions about > WiFi support: > > 1. Is Host AP mode supported on the

OpenBSD support for Mac Mini M2 ?

2024-09-19 Thread J Doe
Hi list, I see in the FAQ that the Apple Mac Mini M2 is a supported platform[0] and that the WiFi is supported via: bwfmv(4). I had two questions about WiFi support: 1. Is Host AP mode supported on the Mac Mini M2? The man pages appear to imply that this is supported, but I wanted to double

Re: OpenBSD httpd configuration for cgit with lua support

2024-09-17 Thread Stuart Henderson
git README > [https://git.zx2c4.com/cgit/tree/README] and comiled cgit with lua > support using: > > `gmake LUA_PKGCONFIG=luajit CFLAGS="-I/usr/local/include/luajit-2.0" install` > > However, when I try to run the `cgit.cgi` with the following OpenBSD > `httpd` con

OpenBSD httpd configuration for cgit with lua support

2024-09-16 Thread Biswakalyan Bhuyan
Hello there, I've been trying to setup cgit on my OpenBSD server and encountered an issue with running my own compiled version of `cgit.cgi`. Here's some context: I followed the official instructions from the cgit README [https://git.zx2c4.com/cgit/tree/README] and comiled cgit with l

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

2024-09-01 Thread Christian Schulte
mission port. > > So, simple use submission port and that's it. > > P.S. I think that m...@opensmtpd.org is the right misc@ for this email. > Thinking out loud now. If OpenSMTPD does something based on the port configured, I would rate that utterly workaround. I am thinking abou

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

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

2024-09-01 Thread Christian Schulte
Hi misc@, 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] there is an option to add a tag to the "listen on [socket]"

Re: Regarding 802.1x support in OpenBSD 7.3

2024-08-06 Thread Stuart Henderson
On 2024-08-06, Y C wrote: > I=E2=80=99m seeking assistance with 802.1x security support using OpenBSD 7= > .3 as a > firewall/router. > > Here=E2=80=99s a depiction of my setup: I am attempting to use 802.1x secur= > ity on a > client VM. > > **RADIUS Server VM (Ub

Regarding 802.1x support in OpenBSD 7.3

2024-08-06 Thread Y C
Hi Everyone, I’m seeking assistance with 802.1x security support using OpenBSD 7.3 as a firewall/router. Here’s a depiction of my setup: I am attempting to use 802.1x security on a client VM. **RADIUS Server VM (Ubuntu OS)** -- connected **Authenticator VM (Ubuntu OS

Working towards numpy 2.0 support

2024-06-21 Thread Ronald Dahlgren
equest 157 ( https://github.com/intel/x86-simd-sort/pull/157) adds conditional compilation flags for our type sizes as well as being behind on Clang major versions. If anyone else is working on numpy 2.0 support or has already gone down this path, I would be happy to coordinate to fix all th

support new

2024-06-09 Thread Peter Thurner | Blunix GmbH
0 C Germany P Berlin T Berlin Z 10999 O Blunix GmbH I A Glogauer Straße 21 M i...@blunix.com U https://www.blunix.com/ B +49 30 / 629 318 76 X N Automated, security-focused, and FOSS customized hosting solutions for OpenBSD and Debian Linux. 24/7/365 emergency support with a maximum 60-minute

support new

2024-04-11 Thread Jeff Moskow
0 C United States P New York T Lansing Z 14882 O Ready-to-Run Software, Inc. I Jeff Moskow A 212 Cedar Cove M open...@rtr.com U http://www.rtr.com/Ready-to-Run_Software/OpenBSD/ B 607-533-8649 X 607-533-UNIX N We have been installing, supporting and managing OpenBSD systems for over 20 years. De

Re: TSO support and performance gain

2024-04-05 Thread mabi
On Friday, April 5th, 2024 at 8:32 PM, Jan Klemkow wrote: > Pure sending will saturate your interface 1/10 Gbit/s. So, it depends > on your traffic source. The receiving speed of the opposite interface > will be the bottleneck of the em(4)/bnxt(4) sending interface. Also > the speed of your disk,

Re: TSO support and performance gain

2024-04-05 Thread jan
Hi Mabi, On Fri, Apr 05, 2024 at 05:24:27PM +, mabi wrote: > First thank you for another great OpenBSD release. I just updated my > home firewall today and was wondering about the performance of TSO > support on bnxt and em interfaces which have been added to the 7.5 > release.

Re: TSO support and performance gain

2024-04-05 Thread Claudio Jeker
On Fri, Apr 05, 2024 at 05:24:27PM +, mabi wrote: > Hi, > > First thank you for another great OpenBSD release. I just updated my home > firewall today and was wondering about the performance of TSO support on bnxt > and em interfaces which have been added to the 7.5 relea

TSO support and performance gain

2024-04-05 Thread mabi
Hi, First thank you for another great OpenBSD release. I just updated my home firewall today and was wondering about the performance of TSO support on bnxt and em interfaces which have been added to the 7.5 release... Does anyone know roughly the performance gains by having TSO support on

Fwd: Support Update

2024-04-01 Thread Kihaguru Gathura
, PostgreSQL DBMS, FastCGI protocol and C programming language. Regards Kihaguru. -- Forwarded message - From: Kihaguru Gathura Date: Thu, 25 Jan 2024, 21:43 Subject: Re: Support Update To: Ingo Schwarze Cc: , Hi Ingo, Thank you for your understanding. The domain situation is

Re: browser titlebar doesn't support emoji

2024-03-09 Thread Dan
Thnx again for the more replies.. Страхиња Радић wrote: > On 24/03/08 11:37PM, Dan wrote: > > * depending on one general font for text, often a > > monospaced one, they will have no luck to display emoji anyway. > > No, this depends on fontconfig[1] configuration. > > [1]: > https://fontconf

Re: browser titlebar doesn't support emoji

2024-03-09 Thread Страхиња Радић
On 24/03/08 11:37PM, Dan wrote: > * depending on one general font for text, often a > monospaced one, they will have no luck to display emoji anyway. No, this depends on fontconfig[1] configuration. [1]: https://fontconfig.pages.freedesktop.org/fontconfig/fontconfig-user.html

Re: browser titlebar doesn't support emoji

2024-03-08 Thread Alexis
Dan writes: Just adding a little feedback more about dealing with emoji flags coding on my station: Claws Mail*: doesn't help a lot, blank with auto encoding or a difficult hex representation with unicode; anyway it depends on a general font set in its preferences. gedit*: depend on the ge

Re: browser titlebar doesn't support emoji

2024-03-08 Thread Dan
hex representation of the emoji. * depending on one general font for text, often a monospaced one, they will have no luck to display emoji anyway. -Dan Dan wrote: > > Tested in 7.4 Xfce, Firefox and Badwolf titlebar don't support > emojicon (tested: flags) like from the picture attached.

Re: browser titlebar doesn't support emoji

2024-03-08 Thread Страхиња Радић
On 24/03/08 09:40PM, Dan wrote: > Tested in 7.4 Xfce, Firefox and Badwolf titlebar don't support emojicon > (tested: flags) like from the picture attached. While OpenBSD doesn't support color emoji[1] like Noto Color Emoji, you can use the font Symbola from the package

Re: browser titlebar doesn't support emoji

2024-03-08 Thread Stuart Henderson
On 2024-03-08, Dan wrote: > Tested in 7.4 Xfce, Firefox and Badwolf titlebar don't support emojicon > (tested: flags) like from the picture attached. > --MP_/lkiChjrXvBrR91ZQdbF+m=B > Content-Type: image/png > Content-Transfer-Encoding: base64 > Content-Dispositio

browser titlebar doesn't support emoji

2024-03-08 Thread Dan
Hello, Tested in 7.4 Xfce, Firefox and Badwolf titlebar don't support emojicon (tested: flags) like from the picture attached. Thxs! -Dan

support new

2024-03-08 Thread mahmoudElshimi
0 C Egypt P Cairo T Z O Sysadmin Consulting I mahmoudElshimi A Cairo, Egypt M mahmoudelsh...@protonmail.ch U B X N OpenBSD, Linux, and Networks consulting, installation, maintenance, and support services.

  1   2   3   4   5   6   7   8   9   10   >