unknown USB vendor

2024-05-24 Thread Peter J. Philipp
Hi, I got a "are you a human?" on google so I switched to qwant.com for searching but the search is not as good. I'm looking for the USB vendor of this USB vendor id. 0x02d0, and the device id is 0xa9a6. Afaict this is a ure(4) device with a builtin usb hub. But there is no other markings on

Re: how to fsck automatically at boot

2024-05-22 Thread Mik J
Hello Nick, Stuart, Kirill, Jan, Thank you for all your answers. Le mardi 21 mai 2024 à 14:31:13 UTC+2, Stuart Henderson a écrit : On 2024-05-21, Nick Holland wrote: > On 5/20/24 09:37, Jan Stary wrote: >> On May 20 13:22:26, mikyde...@yahoo.fr wrote: >>> Hello, >>> >>> I have two

how to fsck automatically at boot

2024-05-20 Thread Mik J
Hello, I have two use cases and problems with fsck. 1) When my openbsd boots after an outage, the system asks me to fsck /, /usr, /var or /home manually. So I do fsck /dev/sd0a And then I'm asked questions and I usually answer F So my question is that I want this process to be done

Re: What software to debugging and analyzing C?

2024-05-16 Thread j
/* define an extern iff debugging */ #ifdef DEBUG void oopsie(char *s,...); #else void oopsie(char *s,...){ } #endif int main(){ int i, j; printf("%s\n","this is main.c demonstrating debug printing"); i = rand(); if(i> 5) oopsie("i more than 5"); ... Compile with

Re: Localnet Hacking

2024-05-14 Thread Peter J. Philipp
On Tue, May 14, 2024 at 01:54:52AM +0200, Peter J. Philipp wrote: > Hi, > > A few more people responded, I'm falling behind on priorities though because Hi again, https://mainrechner.de/Buecher2024/batch1.png Here is the first batch that will be mailed out on Friday at the latest.

Re: viomb0 unable to allocate256 physmem pages, error 12

2024-05-14 Thread Peter J. Philipp
On Tue, May 14, 2024 at 01:58:18PM -0400, F Bax wrote: > Recently installed 7.5 amd64 in qemu VM (8G RAM) under proxmox. See this > message many times on console and dmesg. > > viomb0 unable to allocate 256 physmem pages, error 12 > > What does this mean? How to resolve this issue? Hi, When

Re: Localnet Hacking

2024-05-13 Thread Peter J. Philipp
On Tue, May 14, 2024 at 01:54:52AM +0200, Peter J. Philipp wrote: > Hi, > > A few more people responded, I'm falling behind on priorities though because > I am very close to cracking AES-128 I have reduced it to a complexity of > 2 ^ 64. However I have some old code to get th

Re: Localnet Hacking

2024-05-13 Thread Peter J. Philipp
On Sat, May 11, 2024 at 10:35:38AM +0200, Peter J. Philipp wrote: > On Sat, May 11, 2024 at 08:45:45AM +0200, Peter J. Philipp wrote: > > Contact me privately if you would like a batch with what you like. I'll > > make note on that webpage of what's given away. Offe

Re: Localnet Hacking

2024-05-11 Thread Peter J. Philipp
On Sat, May 11, 2024 at 05:55:11PM +, Lucretia wrote: > I would love some used books but don't have 1000???. I will have $750 around > beginning of June if you want to send me a Paypal invoice to my Apple email: > openbsd.g...@icloud.com I was going to buy my second laptop but books are >

Re: Localnet Hacking

2024-05-11 Thread Peter J. Philipp
On Sat, May 11, 2024 at 08:45:45AM +0200, Peter J. Philipp wrote: > If you want some used books, I'm moving across the Atlantic soon and I can't > take my books along. In total the new value of them was 8000 odd EUR. If > I send three books to kyrgystan and it's under 2 kg, I checked

Re: Localnet Hacking

2024-05-11 Thread Peter J. Philipp
On Sat, May 11, 2024 at 08:45:45AM +0200, Peter J. Philipp wrote: > Contact me privately if you would like a batch with what you like. I'll > make note on that webpage of what's given away. Offer ends July 1st of this > year. Three books have already been given away. They went t

Re: Localnet Hacking

2024-05-11 Thread Peter J. Philipp
On Sat, May 11, 2024 at 02:52:32AM +, Lucretia wrote: > Book recommendations are most welcome! > > Lux of the Agony > 720077 Bishkek > Altyn Kazyk 31A > KYRGYZSTAN > l...@openbsdgirl.com If you want some used books, I'm moving across the Atlantic soon and I can't take my books along. In

Re: Localnet Hacking

2024-05-10 Thread Peter J. Philipp
Hi Lux, In my opinion if you want to study networking load up on every distfile in /usr/ports/net as these tools will help you. ipcalc is valuable even pros use it because doing CIDR and netmasks in your head is possible but not practical in all scenarios. That said you should look into

Re: AES-256 ist sicher wie AES-128 im brute force

2024-05-09 Thread Peter J. Philipp
On Mon, May 06, 2024 at 10:51:05PM +0200, Peter J. Philipp wrote: > The title says "AES-256 is as safe as AES-128" for a translation. Just an update: with this method the key can be recovered with a complexity of 2^96, working on a complexity of 2^64 now. Please help if you have f

AES-256 ist sicher wie AES-128 im brute force

2024-05-06 Thread Peter J. Philipp
The title says "AES-256 is as safe as AES-128" for a translation. Hi, Dear everyone who I contacted and haven't contacted so far. I have run a test program against a practiced attack against AES-256. While trying to restore the key with just 1 guessed t0 value (I have almost given up) But in

Re: ubnt edgerouter 8

2024-04-29 Thread Peter J. Philipp
On Mon, Apr 29, 2024 at 05:35:49PM +0200, Janne Johansson wrote: > > Any help is much appreciated. The ER-8 right now idles a lot anyhow and > > I plan on using it for the 8 RJ45 ports. > > I run some Pro 8s in a small rack where I have ripped out the internal > fan of the edgerouters, and then

ubnt edgerouter 8

2024-04-29 Thread Peter J. Philipp
Hi, What sort of things can I do to keep an edgerouter 8 cool that doesn't have fans? I'm ready to pull the fans out of it because they have a certain harmonic that makes me physically ill. But I like the octeon! So short of throwing it out I'm thinking of pulling the plug (on the fans). Would

hyperv(4) on arm64?

2024-04-29 Thread Peter J. Philipp
Has anyone tried this? I read that Microsoft has Hyper-V for ARM. I've been running OpenBSD on amd64 hardware in Hyper-V for a while. I suspect there wouldn't be endian issues since arm64 and amd64 are both LE, is there any other concerns? I'm inquiring because mainly I know I have my sights

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

2024-04-28 Thread Peter J. Philipp
On Sun, Apr 28, 2024 at 08:01:58PM +0200, Jan Stary wrote: > > hw.sensors.acpibat0.volt0=15.40 VDC (voltage) > > hw.sensors.acpibat0.volt1=14.29 VDC (current voltage) > > hw.sensors.acpibat0.current0=0.69 A (rate) I think he got it from here (from dc): 14.29 0.69 * p 9.86 This is explained

Re: Is there access to dm...@openbsd.org? / arm64 laptops

2024-04-28 Thread Peter J. Philipp
I found a dmesg! Thank you! https://marc.info/?l=openbsd-bugs=171430467412856=2 No other needed! -pjp

Re: Is there access to dm...@openbsd.org? / arm64 laptops

2024-04-27 Thread Peter J. Philipp
On Sat, Apr 27, 2024 at 12:29:43PM +0330, Jadi Mirmirani wrote: > Try: > https://dmesgd.nycbug.org/index.cgi?do=index=OpenBSD > Its an awesome list of people submitting their `dmesg`s whils using OpenBSD. > Have not checked if the ones you mentioned are there or not. But its > frequently

Is there access to dm...@openbsd.org? / arm64 laptops

2024-04-27 Thread Peter J. Philipp
Hi, I'm looking for a dmesg of an arm64 laptop, the time I think has come to mothball the apple macbook pro from early 2015 (my old laptop called spica), I could put a new battery in it but the 80 EUR is not worth it anymore. I'm also gearing up for job interviews overseas in the summer where I

has dump(8) changed or something? recently?

2024-04-26 Thread Peter J. Philipp
Hi! I've had some problems with dump(8) lately. A 800 GB SSD partition on a raspberry pi 4b (via USB) that is 50% filled had trouble with dump. I don't know why this could be, but it used to work. Here is my backup script that I used to run in my "nodump" chflagged /home/pjp/Backup directory.

Re: maximum file system size

2024-04-24 Thread Peter J. Philipp
On Thu, Apr 25, 2024 at 12:45:29AM -0300, Gustavo Rios wrote: > Hi folks! > > What is the maximum file size in OpenBSD ? > > Thanks a lot. > > -- > The lion and the tiger may be more powerful, but the wolves do not perform > in the circus There is this comment in /usr/include/ufs/ffs/fs.h:

Re: [Raspberry Pi 4] Installing OpenBSD 7.5 with difficulty

2024-04-16 Thread Peter J. Philipp
On Tue, Apr 16, 2024 at 06:08:13PM +0200, Peter J. Philipp wrote: > On Tue, Apr 16, 2024 at 04:35:23PM +0100, Polarian wrote: > > > Does anyone have any suggestions on what I could try? > OpenBSD 7.5-current (GENERIC.MP) #11: Thu Apr 11 17:03:03 MDT 2024 > dera...@arm64.op

Re: [Raspberry Pi 4] Installing OpenBSD 7.5 with difficulty

2024-04-16 Thread Peter J. Philipp
On Tue, Apr 16, 2024 at 04:35:23PM +0100, Polarian wrote: > Does anyone have any suggestions on what I could try? Hi, I too have a RPI 4b that is currently my workstation. Near the time of release I was building my own base and packages, which was right near the times of the ld.so changes,

Compilation fails for port ruby-passenger - Openbsd 7.5

2024-04-16 Thread Mik J
Hello, when I try to install ruby passenger from ports it fails. mkdir -p buildout/nginx_dynamic/module_libpassenger_common/AppTypeDetector c++ -o buildout/nginx_dynamic/module_libpassenger_common/AppTypeDetector/CBindings.o  -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy

sip proxy (I'm starting one)

2024-04-14 Thread Peter J. Philipp
Hi, In this mail: https://marc.info/?l=openbsd-misc=170759396512738=2 I asked people what sip proxy they use. And got feedback, thank you! However after a short code-reading of the software mentioned I became distraught and want to do my own. I have worked on this saturday and sunday and it's

Re: Ping blocked by firewall

2024-04-13 Thread Peter J. Philipp
On Sat, Apr 13, 2024 at 09:32:48PM +0200, Karel Lucas wrote: > What should I add then, considering my PF ruleset? To be honest, all of this > is very unclear to me at the moment, so any help is appreciated. How about: pass out inet proto { tcp, udp } from any to any port { 53, 853 } keep state

MANGOPI - anyone else have reboot problems?

2024-04-10 Thread Peter J. Philipp
Hi, I have found that my Mango Pi is very jittery, also when I reboot it there is probably garble on the UART link causing it to fall into u-boot prompt. I have tried: env set bootdelay 0 env set bootdelay -1 saveenv and reset but it doesn't seem to work. Any garble will still cause a break

Re: Ping blocked by firewall

2024-04-09 Thread Peter J. Philipp
On Tue, Apr 09, 2024 at 08:39:08AM +0200, Karel Lucas wrote: > Hi all, > > For the first time I tested my new firewall with ping, and it is blocked. I > don't know what the reason is, you can find the information below. I have a > network with only regular clients, so no servers. I'm still using

Re: Minimum viable HW for OpenBSD

2024-04-08 Thread Peter J. Philipp
Hi, I lost the thread in my mutt, so I'm hoping marc.info will adjust it in there, the thread is here: https://marc.info/?l=openbsd-misc=171059471410619=2 Thank you Gabor Nagy! Here is my RPI zero 2W(H) with working wifi in hostap mode, and hopefully working GPIO's I'm going to be studying

Re: wifi hotspot workaround

2024-04-02 Thread Peter J. Philipp
On Tue, Apr 02, 2024 at 11:20:52PM +0500, ofthecentury wrote: > I'll take a look at those locations, thanks. It might just be arp > that's the authenticated client data store from the point of view of > the wireless interface. If you really want to debug what's going on I suggest you put another

Re: wifi hotspot workaround

2024-04-02 Thread Peter J. Philipp
On Tue, Apr 02, 2024 at 10:31:59PM +0500, ofthecentury wrote: > Where does OpenBSD keep a list of all wireless clients that have > been authenticated? Not the dhcpd leases list. Actual wireless stations > that have authenticated to an interface running in hostap mode. Not arp > cache, is it? > >

Re: Minimum viable HW for OpenBSD

2024-03-31 Thread Peter J. Philipp
On 3/30/24 14:18, Peter J. Philipp wrote: PS:  I'll probably do this next week I have a need for different hardware in my 9U rackmount cabinet.  And one particular one needs powercycles (and possibly console) as well.  It's the mango pi, which is currently in panic mode most likely or it's

Re: Minimum viable HW for OpenBSD

2024-03-30 Thread Peter J. Philipp
On 3/16/24 14:32, Peter J. Philipp wrote: On 3/16/24 14:10, Gabor Nagy wrote: hello, maybe? Running OpenBSD on Raspberry Pi Zero 2 W https://www.tumfatig.net/2023/running-openbsd-on-raspberry-pi-zero-2-w/ This is incredible!  I have a zero 2W somewhere, though I put it into a GPI case

Re: porting OpenBSD to Ox64

2024-03-25 Thread Peter J. Philipp
[CC'ed to Kettenis in case he doesn't read misc@] On 3/24/24 20:43, Peter J. Philipp wrote: On 3/24/24 14:09, Slava Voronzoff wrote: On Fri, 22 Mar 2024 04:28:15 +0100 "Peter J. Philipp" wrote: No I didn't try a newer OBSD, I will soon though. :-)  And no I didn't chang

Re: porting OpenBSD to Ox64

2024-03-24 Thread Peter J. Philipp
On 3/24/24 14:09, Slava Voronzoff wrote: On Fri, 22 Mar 2024 04:28:15 +0100 "Peter J. Philipp" wrote: No I didn't try a newer OBSD, I will soon though. :-)  And no I didn't change anything in the DTB. While this is an EXTREMELY dirty attempt to add it can you try somehow t

Re: porting OpenBSD to Ox64

2024-03-21 Thread Peter J. Philipp
privately, but for the public record: https://mainrechner.de/dot.config.txt This is the .config I used with the u-boot. No I didn't try a newer OBSD, I will soon though. :-)  And no I didn't change anything in the DTB. Best Regards, -pjp Peter J. Philipp írta 2024. márc.. 21, Cs-n 08:50 ó

Re: porting OpenBSD to Ox64

2024-03-21 Thread Peter J. Philipp
here is some datasheets and other documents that I collected over the last year or so: https://mainrechner.de/riscv.html Best Regards, -pjp On 21.03.24 08:50, Peter J. Philipp wrote: Hi, If anyone is interested in helping or just plain interested, here is my prep work documented.  I've been

Re: porting OpenBSD to Ox64

2024-03-21 Thread Peter J. Philipp
On 3/21/24 09:10, Mizsei Zoltán wrote: Hi. I am interested in this topic, as i have one in my drawer. My programming skills probably not up to the task, but I would be more than happy to help you with testing, etc. Regards, --ext Excellent! Yes I could use this sort of help.  In

porting OpenBSD to Ox64

2024-03-21 Thread Peter J. Philipp
Hi, If anyone is interested in helping or just plain interested, here is my prep work documented. I've been on it sparingly since beginning of March. I don't know how much time I want to invest in this but we'll see... https://github.com/pbug44/openbsd-src/tree/Ox64 The Ox64 is a 8 dollar SoC

Re: VPS power consumption

2024-03-19 Thread Peter J. Philipp
On 3/19/24 08:42, Mizsei Zoltán wrote: Hi, i have installed OBSD on a small KVM based VPS [1]. The VPS dashboard provides knobs to enable/disable the following options (current setting in brackets) - APIC (On) - ACPI (On) As this VPS have a miniscule load I would like to reduce its energy

Re: Minimum viable HW for OpenBSD

2024-03-16 Thread Peter J. Philipp
On 3/16/24 14:10, Gabor Nagy wrote: hello, maybe? Running OpenBSD on Raspberry Pi Zero 2 W https://www.tumfatig.net/2023/running-openbsd-on-raspberry-pi-zero-2-w/ This is incredible!  I have a zero 2W somewhere, though I put it into a GPI case.  The drawback with the GPI case is it will not

Re: dmesg hangs 7.4

2024-03-09 Thread Peter J. Philipp
On 3/9/24 17:07, Laura Smith wrote: Hi I've got a fresh install of 7.4 on a new box and am seeing a very weird problem. If I enter "dmesg" I get a few lines of output and then it hangs and my ssh connection gets dropped. I ran syspatch, rebooted and the problem persists. Example: # dmesg

dhcpleaseed message in cloud environment

2024-02-26 Thread J Doe
for the VM and all is good. With everything being virtual for my VM, why would there be truncation in the DHCP message ? Secondly, is this something I should be concerned about ? Thanks, - J

Re: KeyTrap DNS vulnerability

2024-02-13 Thread Peter J. Philipp
On 2/14/24 04:55, b...@fea.st wrote: “A single packet can exhaust the processing capacity of a vulnerable DNS server, effectively disabling the machine, by exploiting a 20-plus-year-old design flaw in the DNSSEC specification.

httpd generating: read_errdoc entries in syslog

2024-02-10 Thread J Doe
ttpd[23368]: read_errdoc: open: No such file or directory This also happens if a create a copy of err.html and name it 404.html. How can I modify my configuration to stop the: read_errdoc entries in syslog ? Thanks, - J

what do people use for a sip proxy?

2024-02-10 Thread Peter J. Philipp
Hi, I'm back from my hiatus. what I'm looking for is something like a kamailio but much much easier and straight forward and perhaps a BSD license instead of GPL. I have about 4 weeks after next week of free time (god willing) and I'm thinking of expanding on a software of mine for a sip

Re: New postfix-3.8.20221007p12 broken TLS for Gmail servers?

2024-02-02 Thread Herbert J. Skuhra
On Sat, Feb 03, 2024 at 09:19:47AM +0300, Mark wrote: > An experimental, unstable package in packages-stable? > > An outdated and potentially vulnerable software in the latest OpenBSD > 7.4-stable? > > I must really have been missing something here... Just a few links:

Re: New postfix-3.8.20221007p12 broken TLS for Gmail servers?

2024-02-02 Thread Herbert J. Skuhra
On Fri, Feb 02, 2024 at 08:44:45PM -0600, Brian Conway wrote: > On Fri, Feb 2, 2024, at 6:44 PM, Herbert J. Skuhra wrote: > > On Sat, Feb 03, 2024 at 03:00:10AM +0300, Mark wrote: > >> Hi. > >> > >> It seems that the recent Postfix update under 7.4-amd64, &g

Re: New postfix-3.8.20221007p12 broken TLS for Gmail servers?

2024-02-02 Thread Herbert J. Skuhra
On Sat, Feb 03, 2024 at 03:00:10AM +0300, Mark wrote: > Hi. > > It seems that the recent Postfix update under 7.4-amd64, > (package: postfix-3.8.20221007p12-sasl2-mysql) breaks TLS connections, > coming from Gmail servers, throwing a TLS library problem. > > Here's the log output; > >

Re: my software is changing its future

2024-01-29 Thread Peter J. Philipp
ary 29, 2024 3:07 pm, Peter J. Philipp wrote: Hi, I have written an authoritative DNS server since 2005. This february 16th it will have the last Open Source release at version 1.8. The Open Source development was a great prototype (for me), but I feel that asking for donations is not going to make

my software is changing its future

2024-01-29 Thread Peter J. Philipp
Hi, I have written an authoritative DNS server since 2005. This february 16th it will have the last Open Source release at version 1.8. The Open Source development was a great prototype (for me), but I feel that asking for donations is not going to make me a lot of money so I intend to port

Re: Script doesn't stop opensearch

2024-01-04 Thread Mik J
:36:05 UTC+1, Stuart Henderson a écrit : On 2024-01-03, Mik J wrote: > Hello, > > I don't understand how the startup/stop script works It uses the string from pexp (as it was when the daemon was _started_; changes to the rc script after startup are ignored) with pgrep(1) -xf to

Script doesn't stop opensearch

2024-01-03 Thread Mik J
Hello, I don't understand how the startup/stop script works # cat /etc/rc.d/opensearch #!/bin/ksh daemon="/usr/local/opensearch/bin/opensearch" daemon_flags="-d -p /var/run/opensearch/opensearch.pid" daemon_user="_opensearch" . /etc/rc.d/rc.subr pexp="$(/usr/local/bin/javaPathHelper -c

Re: mpv won't play video : "Consider fixing your graphic drivers"

2023-12-20 Thread Anthony J. Bentley
Sylvain Saboua writes: > [vo/sdl] Using opengl > [vo/sdl] Warning: this legacy VO has bad performance. Consider fixing > your graphics drivers, or not forcing the sdl VO. This message is specific to the sdl and xv outputs. The mpv manpage says: The recommended output driver is --vo=gpu,

Re: relayd https inspection certificate issue

2023-12-20 Thread J Doe
nginx? Hi list, Just wondering the same question - is there a open source TLS inspection proxy that anyone can recommend besides using relayd's functionality for this ? Thanks, - J

Re: relayd https inspection certificate issue

2023-12-09 Thread J Doe
install, I was wondering if anyone could recommend any third party software with a good security track record ? I believe nginx can operate as a reverse proxy / application layer gateway ... can it also do TLS inspection for user traffic ? Thanks, - J

Re: NFS Server performance

2023-12-07 Thread j
ank up a copy of Linux and run NFS v4 server. That will definitely be faster than any NFS v3 server. V4 streams writes, to be very simplistic about it. (I think you already confirmed it's NFS v3 with TCP, not NFS v2. You should turn UDP off for reliability reasons, not performance.) J

Re: Thinkpad x260 not connecting to network

2023-12-02 Thread Stephan, Corey J
Mike, 1) Try quotation marks around the SSID and password. 2) Make sure that you have run ifconfig iwm0 up sh /etc/netstart 3) If you are still confused, you can check a) man pages for hostname.if(5) or iwn(4) b) FAQ entry for Wireless https://www.openbsd.org/faq/faq6.html#Wireless or,

Re: OpenBSD alternative setup to ZFS on Linux or FreeBSD

2023-11-22 Thread j
quot;Toss those old DLT-4000 drives as nobody uses them anymore." "Nobody needs this box of discs..." (No shit, it happened to me.) In larger corporate cultures, for example with contract commitments of decades, well, that's out of scope for this discussion. But it's fun to imagine "How do I support WordPerfect 2.3 in 2039?". J

Re: Logging daemon message in a specific file

2023-11-12 Thread Mik J
Hello Ze, Stuart, Thank you for your answers.Yes I did read the man page before sending my message but I understood "that further blocks would be evaluated cancelling !!prog" and therefore isakmpd and unbound would be logged in messages. At the end I didn't give a chance to this !*. Probably

Logging daemon message in a specific file

2023-11-11 Thread Mik J
Hello, I would like to log isakmpd and unbound messages in a specific file but I don't want them to be logged in messages or daemon. 1) With this first method, the messages are logged in their files but also in messages and I don't want them to be logged in messages: I find many queries and

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread Peter J. Philipp
On Thu, Nov 09, 2023 at 12:38:27PM +0100, soko.tica wrote: > Hello, > > I have a task to launch from scratch one site web hosting google cloud > instance. > > I know OpenBSD does have httpd web server, but I couldn't have found > neither wordpress nor joomla software neither in packages nor in

Re: iPhone Charging

2023-10-28 Thread Peter J. Philipp
On Sat, Oct 28, 2023 at 06:33:59AM +, Lucretia wrote: > From a security perspective, how dangerous is it to plug in my iPhone into > the USB port on my laptop? > > I only have one charging cable, so I use my laptop to charge it, not having > the correct wall adapter. I've skimmed material

Re: RISC-V questions

2023-10-27 Thread Peter J. Philipp
r joining with a one for me, one for a > developer but I might be interested if I knew more. Shipping to Kyrgyzstan > might not be pretty either. > > On Fri, Oct 27, 2023 at 17:30, Peter J. Philipp > <[p...@delphinusdns.org](mailto:On Fri, Oct 27, 2023 at 17:30, Peter J. > Philipp

RISC-V questions

2023-10-27 Thread Peter J. Philipp
Hi, I have very little insight other than google news what it means that the flagship of risc-v, a company called sifive, had a lot of layoffs. I have heard scarecrow stories of the US Chip Act or something that the US is moving anti-riscv. I have three riscv computers right now, all of them

Re: How to break and smash things

2023-10-26 Thread Peter J. Philipp
On Thu, Oct 26, 2023 at 11:48:43AM +0600, Maria Morisot wrote: > Hi, > I've been frustrated in trying to find a way to help the project and thanks > to several people's replies I've been considering what I like to do with the > operating system. > > My needs are simple, as far as personal usage

Re: What could cause high CPU load averages (no actual CPU usage)?

2023-10-25 Thread j
A single-core guest improves the schedulability by the VMware kernel. I suggest you are complaining on the wrong list. J

some sub-projects of openbsd have nameserver REFUSED...

2023-10-03 Thread Peter J. Philipp
Hi, Oct 3 17:34:08 sky named[12837]: REFUSED unexpected RCODE resolving 'LibreSsl.cOM/A/IN': 2001:4b98:d:1::4b#53 Oct 3 17:34:08 sky named[12837]: REFUSED unexpected RCODE resolving 'wWw.LibResSL.ORg//IN': 2001:4b98:d:1::4b#53 Oct 3 17:34:08 sky named[12837]: REFUSED unexpected RCODE

Re: RISCV - port to Mango Pi MQ-Pro (D1)

2023-10-01 Thread Peter J. Philipp
On Sat, Sep 23, 2023 at 09:15:30AM +0200, Peter J. Philipp wrote: > On Mon, Sep 18, 2023 at 02:37:50PM +0200, Peter J. Philipp wrote: > > Hi, > > > > I've been working a little bit on making OpenBSD run on Mango Pi, I haven't > > succeeded yet, but I think we're

Re: RISCV - port to Mango Pi MQ-Pro (D1)

2023-09-23 Thread Peter J. Philipp
On Mon, Sep 18, 2023 at 02:37:50PM +0200, Peter J. Philipp wrote: > Hi, > > I've been working a little bit on making OpenBSD run on Mango Pi, I haven't > succeeded yet, but I think we're close. My patches are here: > > https://github.com/pbug44/openbsd-src/tree/MANGOPI Just

RISCV - port to Mango Pi MQ-Pro (D1)

2023-09-18 Thread Peter J. Philipp
Hi, I've been working a little bit on making OpenBSD run on Mango Pi, I haven't succeeded yet, but I think we're close. My patches are here: https://github.com/pbug44/openbsd-src/tree/MANGOPI it's a forked version of OpenBSD src with a "MANGOPI" branch. I used to send patches around to

Re: Update from 6.5 to 7.3

2023-09-08 Thread Herbert J. Skuhra
On Fri, 08 Sep 2023 10:01:45 +0200, Alessandro Baggi wrote: > > Hi list, > I've a problem. I need to upgrade OpenBSD from 6.5 to 7.3 on an > APU2D. This is a firewall. > The problem is that I cannot find older ISO of OpenBSD. Can someone > point me in the right direction? > > Thank you in

OT thunderbird oddities

2023-08-31 Thread Peter J. Philipp
/stern$ openssl s_client -connect pop3.delphinusdns.org:995 -quiet|cat -v depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1 verify return:1 depth=1 C = US, O = Let's Encrypt, CN = R3 verify return:1 depth=0 CN = pop3.delphinusdns.org verify return:1 +OK <$CMK^Gu3Z^^^A)j^]

64 MB machine

2023-08-27 Thread Peter J. Philipp
Hi, I modified the amd64 kernel with this: diff -u -p -u -r1.287 machdep.c --- machdep.c 23 Aug 2023 01:55:45 - 1.287 +++ machdep.c 27 Aug 2023 17:14:26 - @@ -1403,7 +1403,7 @@ init_x86_64(paddr_t first_avail) struct region_descriptor region; bios_memmap_t *bmp;

heck of a long time

2023-08-23 Thread Peter J. Philipp
Hi, If this is a sensitive topic I apologize ahead of time. I'm wondering... can we have a change in the OpenBSD front page (to say): "Only two remote holes in the default install, in more than 26 years!" I reason this with peter-math(tm)** 1. We switched to "heck of a long time" 14 years ago

Re: riscv questions

2023-08-17 Thread Peter J. Philipp
On Thu, Aug 17, 2023 at 06:03:42PM +, Mike Larkin wrote: > On Sun, Aug 13, 2023 at 06:27:20PM +0200, Peter J. Philipp wrote: > > Hi, > > > > I was wondering two things currently, both having to do with QEMU on > > OpenBSD. > > > > I not

urtwn(4) and IBSS?

2023-08-16 Thread Peter J. Philipp
Hi, I saw on NetBSD's manpages that the urtwn(4) driver, which was ported from OpenBSD, that their driver has IBSS support. I checked this out and saw it was this commit: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/usb/if_urtwn.c.diff?r1=1.25=1.26_with_tag=MAIN=h It came from OpenBSD the

riscv questions

2023-08-13 Thread Peter J. Philipp
Hi, I was wondering two things currently, both having to do with QEMU on OpenBSD. I noticed in my QEMU that is running OpenBSD that it is supporting the H-extension. The H is hypervisor. Does this mean that there is support emulated for hypervisor host and guest in QEMU? Also is there any

non-amd64 vps's in europe?

2023-08-13 Thread Peter J. Philipp
Hi, I'm asking for a friend in spain. He would like to know if there is any openbsd vps providers in europe that provide non-amd64 vps's such as hetzner's arm64 instance. He doesn't want to deal with hetzner because of their tight control checks regarding id cards and stuff. Is there anything

Re: Feedback on redesigned OpenBSD.org

2023-08-11 Thread j
iced while looking at FAQ pages. Overall the revision looks really good, thanks for the effort. Hope some of this can be committed. J

Re: Mouse does not work

2023-08-04 Thread Peter J. Philipp
On Fri, Aug 04, 2023 at 04:24:09PM +0200, Karel Lucas wrote: > > Hi all, > > I have a few computers that I control with the same keyboard, mouse and > monitor via an electronic switch. Namely a Linux PC and an Apple (macos x), > but now also a PC with openBSD. Both Linux PC and Apple work fine

Re: VisionFive 2

2023-08-03 Thread Peter J. Philipp
On Thu, Aug 03, 2023 at 03:39:37PM +0200, Mark Kettenis wrote: > > Date: Tue, 01 Aug 2023 23:11:43 +0200 > > From: Robert Palm > > > > I own a VF 2 version 1.2a and can successfully install / boot the machine. > > > > The inner network port (dwqe1) works at 100 full duplex and receives > >

Re: Samsung NVMe M.2 SSD 970 EVO Plus fails to attach on VisionFive 2 (JH7110 SoC) board

2023-07-28 Thread Peter J. Philipp
[tying in misc@ for this resource] On Fri, Jul 28, 2023 at 03:26:54PM +0200, develo...@robert-palm.de wrote: > Many thanks! Please, will you commit it so I can test it with the next > snapshot version ? I have already contacted Robert (?) privately, here it is publically. I have exported my

Re: Allwinner D1 riscv64 mango pi SBC

2023-07-20 Thread Peter J. Philipp
would be interested, so I'd wait to let them speak up before ordering anything. -ml On July 16, 2023 1:13:02 PM MDT, "Peter J. Philipp" wrote: On Sun, Jul 16, 2023 at 06:25:50PM +, Mike Larkin wrote: On Sun, Jul 16, 2023 at 11:56:51AM +0

Re: Allwinner D1 riscv64 mango pi SBC

2023-07-17 Thread Peter J. Philipp
On Mon, Jul 17, 2023 at 05:18:34PM +0200, Peter J. Philipp wrote: > On Mon, Jul 17, 2023 at 08:41:56AM -0600, deich...@placebonol.com wrote: > > Hi Peter > > > > I don't have a lot of spare money lately, last week extensive car repair > > and the home air conditioner

Re: Allwinner D1 riscv64 mango pi SBC

2023-07-17 Thread Peter J. Philipp
it will go in before the release so that I can adjust my software accordingly for this year (my release is in November/December). Best Regards, -peter > On July 16, 2023 1:13:02 PM MDT, "Peter J. Philipp" > wrote: > >On Sun, Jul 16, 2023 at 06:25:50PM +, Mike Larkin wro

Re: Allwinner D1 riscv64 mango pi SBC

2023-07-16 Thread Peter J. Philipp
On Sun, Jul 16, 2023 at 06:25:50PM +, Mike Larkin wrote: > On Sun, Jul 16, 2023 at 11:56:51AM +0200, Peter J. Philipp wrote: > > Hi *, > > > > I'm back for the moment. I was wondering who has a Allwinner D1 riscv64 > > SBC? > > This is the Mango Pi SBC. &

Re: Cologne/Bonn BSD user group?

2023-07-16 Thread Peter J. Philipp
On Fri, Jul 07, 2023 at 12:35:54PM +, Marco van Hulten wrote: > Hello, > > Is anyone interested helping setting up a user group in or around Bonn? > > Marco, Bonn (Germany) Hello Marco, I'm not in the Bonn region unfortunately. I'm looking for an OpenBSD or BSD group near Schweinfurt,

Allwinner D1 riscv64 mango pi SBC

2023-07-16 Thread Peter J. Philipp
Hi *, I'm back for the moment. I was wondering who has a Allwinner D1 riscv64 SBC? This is the Mango Pi SBC. I have one which has linux on it currently but I'm trying to boot OpenBSD on it. But I'm fairly lazy and haven't done much with this lately. I can get to the riscv64 loader but when

Re: Restart of syslogd every three hours ?

2023-07-09 Thread J Doe
On 2023-07-05 05:12, Stuart Henderson wrote: On 2023-07-04, J Doe wrote: Hi, I have a question about an OpenBSD 7.3 host that has syspatches up to today (July 4, 2023). I noticed in: /var/log/messages that the: syslogd process is restarting every three hours: /var/log/messages

Re: ntpd and ppm

2023-07-04 Thread J Doe
On 2023-07-04 17:27, Martin Schröder wrote: Am Di., 4. Juli 2023 um 23:20 Uhr schrieb J Doe : I checked: man ntpd and: man 2 adjfreq, and while: man 2 adjfreq mentions the same unit - "ppm" - it doesn't explain what that means. What does "ppm" stand for ? microseco

ntpd and ppm

2023-07-04 Thread J Doe
nit - "ppm" - it doesn't explain what that means. What does "ppm" stand for ? Thanks, - J

Restart of syslogd every three hours ?

2023-07-04 Thread J Doe
server syslogd[83783]: restart . . . I checked: man syslogd and looked at the cron tabs on the system and there doesn't appear to be anything related to the restarts. Is this normal and if so, what is the purpose of the restarts ? Thanks, -J

Re: Specifying TLS versions for OpenSMTPD

2023-05-26 Thread J Doe
On 2023-05-26 18:30, J Doe wrote: Hi, I am currently configuring an e-mail server with OpenSMTPD.  While it is 2023, I am aware of the fact that some remote mail servers will support insecure TLS protocols or fall back to plaintext.  Because of that, I want to advertise legacy TLS support

Specifying TLS versions for OpenSMTPD

2023-05-26 Thread J Doe
in double quotes, but testing with: openssl does not seem to work when explicitly specifying TLSv1.0, TLSv1.1. It seems that OpenSMTPD is only happy if the connection is TLSv1.2 or TLSv1.3. Thanks, -J

Re: OpenBSD support for xattr on file systems other than UFS ?

2023-05-20 Thread J Doe
On 2023-05-15 18:55, J Doe wrote: On 2023-05-12, J Doe wrote: Hello, I was configuring Samba on my OpenBSD 7.2 server and wanted to support iOS/iPad OS and macOS clients. The documentation for Samba states that the following vfs options are required to support these clients:   /etc

Re: OpenBSD support for xattr on file systems other than UFS ?

2023-05-15 Thread J Doe
On 2023-05-12 03:22, Stuart Henderson wrote: On 2023-05-12, J Doe wrote: Hello, I was configuring Samba on my OpenBSD 7.2 server and wanted to support iOS/iPad OS and macOS clients. The documentation for Samba states that the following vfs options are required to support these clients

  1   2   3   4   5   6   7   8   9   10   >