Re: ifconfig autoconf stopped working - how to debug?

2024-05-27 Thread deich...@placebonol.com
What did the packet capture look like during the DHCP request/response? On May 27, 2024 10:56:19 AM MDT, Chris Narkiewicz wrote: >On Mon, May 27, 2024 at 03:06:04PM +0100, Zé Loff wrote: >> On Mon, May 27, 2024 at 01:51:25PM +0100, Chris Narkiewicz wrote: >> dhcpleased now handles this. You can

Re: ifconfig autoconf stopped working - how to debug?

2024-05-27 Thread deich...@placebonol.com
Besides the other comments I'd use tcpdump to see if there was any response from the DHCP server. In addition configuring the interface using the IP address assigned by DHCP is a really bad idea. Someday that address could get assigned to a different system, this will most occur when you

Re: How to use the tun0 interface (VPN)?

2024-05-09 Thread deich...@placebonol.com
Can you explain what you are trying to accomplish with a VPN? On May 9, 2024 7:16:38 AM MDT, Sadeep Madurange wrote: >Hello, > >I am trying to use the openvpn client. I have a .ovpn file I got from my >vpn provider. I installed the openvpn package and ran the openvpn client >using the following

Re: obsd wifi

2024-05-04 Thread deich...@placebonol.com
ummm, did you try ifconfig? On May 4, 2024 12:01:54 PM MDT, Gustavo Rios wrote: >Hi folks! > >I have just installed OpenBSD in my brand new notebook. It is a dell >notebook that came with just a wifi NIC. How do i discover the name o my >wifi nic ? > >Thanks a lot. > >-- >The lion and the tiger

Re: syntax error in httpd.conf file

2024-04-20 Thread deich...@placebonol.com
continuing with man page recommendations, when you read entirely to the end of a man page you will see reference to related man pages. At the end of httpd man there are several references, including httpd.conf On April 19, 2024 8:58:34 PM MDT, Alexis wrote: >"Luca Leone" writes: > >> I could

Re: Firewall setup

2024-04-14 Thread deich...@placebonol.com
I'm a long time network engineer/firewall admin/make things work on our network when it is broken. First, ICMP Echo Request ( "ping" ) works, you proved that when you sent an Echo Request to a host using it's IP address. The fact that DNS host resolution fails has nothing to do with ICMP Echo

Re: sysupgrade on pcEngines apu2 boards hangs

2024-04-07 Thread deich...@placebonol.com
Do you have enough available space on partition? You didn't mention how many OS upgrades you've done on these systems. diana On April 7, 2024 3:04:53 PM MDT, Glen Gunsalus wrote: >I have been running OpenBSD on three apu2 boards (as firewalls) for several >years and doing remote (ssh to

Re: How to exit cu?

2024-03-29 Thread deich...@placebonol.com
FWIW I've seen the same behavior, glad you figured it out. 73 diana On March 28, 2024 10:35:18 PM MDT, Sadeep Madurange wrote: >On 2024-03-29 14:56:08, jslee wrote: >> On Fri, 29 Mar 2024, at 14:18, Sadeep Madurange wrote: >> > I opened a serial terminal using 'cu -l cuaU0 -s 115200', but

Re: Security questions: Login spoofing, X11 keylogging, and sandboxed apps

2024-03-28 Thread deich...@placebonol.com
not in the mailing list world I've been using for close to 30 years if you post to the mailing list I reply to the mailing list On March 28, 2024 3:16:45 PM MDT, Dan wrote: >You didn't "Reply All", so I didn't get your reply in my inbox. (The person >you're replying to should be in the To

Re: rm: #08057459: Operation not permitted

2024-03-26 Thread deich...@placebonol.com
can you share what caused ls to coredump On March 26, 2024 2:30:14 PM MDT, Peter Fraser wrote: >The reason why ls -l faulted has been found and is being worked on. > >The next step is trying to delete the files. >Running as root >rm fails with Operation not permitted >so does chmod and chown

Re: can't find PID

2024-03-05 Thread deich...@placebonol.com
not wanting to speak for someone else, but I'm pretty sure it was sarcasm. On March 5, 2024 8:21:40 AM MST, ofthecentury wrote: >Well, that's not very noice. Where is security? > >On Tue, Mar 5, 2024 at 7:45 PM Theo de Raadt wrote: > >> PID 6504 was my shell. I've logged off now. >> >> What

Re: Ignore some USB devices

2024-02-19 Thread deich...@placebonol.com
OpenBSD is a monolithic kernel, unlike Linux module design. You can enter the kernel on boot and disable device drivers, boot-config(8) . On February 19, 2024 9:30:22 AM MST, "Kirill A. Korinsky" wrote: >On Mon, 19 Feb 2024 17:10:27 +0100, >Nowarez Market wrote: >> >> You should be able to do

Re: Installing shellinabox on OpenBSD

2024-02-12 Thread deich...@placebonol.com
Not answering your question because I am interested why you want to use a 3rd party software package when you can easily remotely manage a system using ssh? 73 diana On February 12, 2024 7:21:54 AM MST, Odhiambo Washington wrote: >Hello world, > >I am an OBSD newbie. Please bear with me. >I

Re: many serial ports

2024-02-08 Thread deich...@placebonol.com
Years ago, maybe 10 or so years, a similar question was posted on misc@. Someone posted a USB 24 serial port 1U rackmount device. I bought one of these for the lab at work and it was used until the lab was remodeled. You might be able to find it if you search misc@ archives On February 8,

Re: Astertisk missing library

2024-02-07 Thread deich...@placebonol.com
/lib/asterisk/modules/res_audiosocket.so as head linking >/usr/local/lib/asterisk/modules/res_audiosocket.so as dlopen()ed head >[/usr/local/lib/asterisk/modules/res_audiosocket.so] >examining: '/usr/local/lib/asterisk/modules/res_audiosocket.so' > >-Original Message- >From

Re: cwm crash when destroying window during move (patch included)

2024-02-07 Thread deich...@placebonol.com
you should definitely submit a bug report with your code On February 7, 2024 1:27:07 PM MST, ZenitDS wrote: > >In my patch there were some issues with unhandled events. I upload >here a hopefully better patch. Not pretty but fixes the issues. > >New patch: > >Index: calmwm.h

Re: Astertisk missing library

2024-02-05 Thread deich...@placebonol.com
are the libraries in the search path? On February 5, 2024 10:54:38 AM MST, Peter Fraser wrote: >I should also add the libraries re on my system, and nm says they contain the >simples >I don't know why they are not loading. > >-Original Message- >From: owner-m...@openbsd.org On Behalf

Re: Astertisk missing library

2024-02-03 Thread deich...@placebonol.com
Did you install from pkg_add,? On February 3, 2024 1:05:26 PM MST, Peter Fraser wrote: >I am putting up Asterisk on a new OpenBSD system. > >It is for a charity, I have not put together a new system for a long time, but >I have upgraded several. > >The asterisk on a new system is missing a

Re: certbot with cloudflare dns-01 challenge

2023-12-27 Thread deich...@placebonol.com
Hmmm, I don't believe "inconvenience" for an OpenBSD user motivates folks who create OpenBSD packages. Look at this another way, you could create py3-certbot-dns-cloudflare package, and submit it to OpenBSD ports list for inclusion as a supported package, with you as the developer. Then you

Re: cwm on wayland

2023-12-15 Thread deich...@placebonol.com
C'mon folks, this is OpenBSD misc@, you can disagree all you want about other projects code of conduct, just don't do it here. In other words STFU and contribute something to OpenBSD. 73 diana

Re: OpenBSD alternative setup to ZFS on Linux or FreeBSD

2023-11-24 Thread deich...@placebonol.com
On November 24, 2023 2:48:06 PM MST, Crystal Kolipe wrote: >On Fri, Nov 24, 2023 at 04:01:11PM -0500, Stephen Wiley wrote: >> I was messing with blueray a couple years ago for archiving. Last I checked >> it's pretty marginal in terms of cost when compared with SSDs. > >Archiving to SSD? You

Re: iPhone Charging

2023-10-29 Thread deich...@placebonol.com
I don't know if y'all noticed but this is an OpenBSD mail list. Just saying, the more you post about things unrelated to OpenBSD, the more likely people are to just delete your posts without reading them.

Re: Donations

2023-10-26 Thread deich...@placebonol.com
also, consider https://www.openbsd.org/want.html as another form of donation 73 diana

Re: Bridging em and vlan

2023-10-02 Thread deich...@placebonol.com
couple ideas log all traffic destined to/from IOT device IP address, see if there is additional udp/tcp connections for the device during the remote control session I was also going to suggest capturing packet flow with tcpdump, but the first step is a good place to start. diana KI5PGJ On

Re: Update from 6.5 to 7.3

2023-09-08 Thread deich...@placebonol.com
Once upon a time I provided an official OpenBSD mirror with every release that had a CD release, going back to 2.3, but then the drive failed and I didn't have time to rebuild it. 73 diana On September 8, 2023 2:12:57 AM MDT, "Herbert J. Skuhra" wrote: >On Fri, 08 Sep 2023 10:01:45 +0200,

Re: desire for journaled filesystem

2023-09-05 Thread deich...@placebonol.com
A couple questions, did you look OpenBSD installer create the filesystems or did you define a custom layout? FWIW, you should have a pretty good idea what is in/home. I reckon you could ignore lost+found contents as they would be related to some application running when the fault occurred.

Re: volatility or something like that in the future ?

2023-08-19 Thread deich...@placebonol.com
I saw no hatred in the post you replied to. OpenBSD developers are Makers, not Takers. They code for OpenBSD for themselves, not for the user community. The point is you should spend some time trying to contribute before you start asking for some "feature". I've been a user for 25 years

Re: ip6-only ipsec tunnel over ip4

2023-07-25 Thread deich...@placebonol.com
I have an L2 tunnel ( eoip ) going across IPsec tunnel, I'm routing ip4 across it. You could try the same with ipv6. diana KI5PGJ On July 25, 2023 8:07:16 PM MDT, "Lyndon Nerenberg (VE7TFX/VE6BBM)" wrote: >I need to set up an ipsec tunnel between a couple of ip6 networks, >but I only have

Re: Allwinner D1 riscv64 mango pi SBC

2023-07-18 Thread deich...@placebonol.com
I'm going to reach out to a few folks who I see are doing riscv64 specific development. I realize they might not want to take on yet another h/w design. g.day On July 18, 2023 3:14:18 PM MDT, Mike Larkin wrote: >On Tue, Jul 18, 2023 at 02:02:45PM -0600, deich...@placebonol.com wrote: &g

Re: Allwinner D1 riscv64 mango pi SBC

2023-07-18 Thread deich...@placebonol.com
Hi Mike I've volunteered to coordinate a purchase of Mango Pi to get them into OpenBSD developers working on riscv64 platform. It has been awhile but I used to facilitate getting h/w into OpenBSD developers hands on a semi-regular basis. diana On July 16, 2023 1:13:02 PM MDT, "Peter J.

Re: Allwinner D1 riscv64 mango pi SBC

2023-07-17 Thread deich...@placebonol.com
Hi Peter I don't have a lot of spare money lately, last week extensive car repair and the home air conditioner failed last week, however I can contribute funds for quantity 1 and maybe 2 Mango Pi. Perhaps some one else can help too. diana On July 16, 2023 1:13:02 PM MDT, "Peter J. Philipp"

Re: Syspatch https://cdn.openbsd.org/pub/OpenBSD

2023-07-12 Thread deich...@placebonol.com
accessible via my T-Mobile phone On July 12, 2023 5:04:21 PM MDT, Chris Narkiewicz wrote: >On Wed, Jul 12, 2023 at 03:19:17PM -0700, latin...@vcn.bc.ca wrote: >> Is it working? >> https://cdn.openbsd.org/pub/OpenBSD > >Works for me. > >Best regards, >Chris Narkiewicz >

Re: [7.3/i386] pf-badhost - Illegal instruction (core dumped)

2023-05-30 Thread deich...@placebonol.com
I realize he shared it here, but this an OpenBSD mailing list. I strongly suggest you contact the author, don't just "hope" he regularly monitors this list. I've contacted him before at his email address and he was very prompt in reply. 73 diana KI5PGJ On May 30, 2023 8:05:04 AM MDT, Radek

Re: [7.3/i386] pf-badhost - Illegal instruction (core dumped)

2023-05-25 Thread deich...@placebonol.com
Did you contact the individual who provides pf-bafhost script? He has always responded to me when I contacted him. diana On May 25, 2023 8:26:31 AM MDT, Radek wrote: >Hello, >I am getting the following error message when I try to run pf-badhost script >[1] at fresh install 7.3/i386. Have I

Re: OpenBSD Hackathons

2023-05-12 Thread deich...@placebonol.com
I was invited to one many years ago, for one reason or another I declined. So if you ever get invited I suggest you jump at the opportunity. 73 diana On May 12, 2023 2:07:57 PM MDT, Anders Andersson wrote: >On Fri, May 12, 2023 at 9:39 PM Katherine Mcmillan wrote: >> >> Hi Stuart, >> >>

Re: veb Interface Max Cache Size Restrict

2023-04-20 Thread deich...@placebonol.com
As already suggested by another response, from a networker perspective, you have a huge, flat network. Can you provide some detail for your use case? On April 20, 2023 4:02:03 AM MDT, Samuel Jayden wrote: >Yeah. Thanks. It worked. > >deich...@placebonol.com , 19 Nis 2023 Çar, 17:17 &

Re: veb Interface Max Cache Size Restrict

2023-04-19 Thread deich...@placebonol.com
OpenBSD tries to limit the amount of knob tuning, people tend to shoot themselves in the foot when they start playing with knobs. However you can always compile your own kernel with the information provided. On April 19, 2023 2:12:00 AM MDT, Samuel Jayden wrote: >Sincerely thank you David for

Re: hardware

2023-04-19 Thread deich...@placebonol.com
and lest we forget, all the gray/grey ones On April 19, 2023 2:19:48 AM MDT, Jan Stary wrote: >Once we leveraged the synergy of the red and purple solution frameworks. > >On Apr 18 07:47:56, deich...@placebonol.com wrote: >> I was always partial to the blue or purple ones. >

Re: hardware

2023-04-18 Thread deich...@placebonol.com
I was always partial to the blue or purple ones. On April 18, 2023 3:42:58 AM MDT, Joel Carnat wrote: > >> Le 18 avr. 2023 à 11:30, Stuart Henderson a >> écrit : >> >> On 2023-04-18, Mischa wrote: On 2023-04-17 23:37, Mike Larkin wrote: On Mon, Apr 17, 2023 at 02:21:14PM -0600,

Re: ixl not seeing SFP+ modules ?

2023-04-14 Thread deich...@placebonol.com
The Intel 710 only works with Intel brand optics. It is possible you can find optics which will report as Intel, though I've never tried. I do use FlexOptix programmable optics in various network devices. When I get to the office I'll plug in the programmer and see if it can code Intel optic

Re: Hardware RAID on Poweredge Servers

2023-03-31 Thread deich...@placebonol.com
On March 30, 2023 10:36:01 PM MDT, Kenneth Gober wrote: >On Thu, Mar 30, 2023 at 12:37 PM Kihaguru Gathura >wrote: > SNIP > >In general I prefer hardware RAID because it's more likely you'll be able >to easily boot your >system if the array is running in a degraded state due to a drive

Re: Mail from the command line

2023-02-17 Thread deich...@placebonol.com
Also take a look at s-nail, it is not an email application, but a very useful utility. 73 diana On February 17, 2023 9:13:15 AM MST, Andrew Mitchell wrote: >Thanks, I'll check it out. >Andrew > >Le ven. 17 févr. 2023 à 15:14, Rodrigo Readi a écrit : > >> 2023-02-16 13:42 GMT, Andrew : >> >

Re: Is nVidia ION 2 compatible with Openbsd 7.2?

2023-01-27 Thread deich...@placebonol.com
dmesg? On January 27, 2023 10:27:33 AM MST, Nandor Vatai wrote: >Hi Guys > >Recently installed Openbsd the first time >Have trouble to make my Xorg work with a decent speed. >The machine has nVidia ION 2 graphics card which has a GT218 GPU. >According to the Openbsd website it should work.

Re: Stretch/L2VPN between two datacenters

2022-12-16 Thread deich...@placebonol.com
I've run L2 over an IPsec tunnel using egre (gre(4)) and bridge (bridge (4)) to connect systems in different locations together. This was done before David Gwynne created tpmr(4). I've been to lazy to reimplement my current configuration. 73 diana

Re: Questions about the code commit review process

2022-10-29 Thread deich...@placebonol.com
You should read tech@ mailing list archive to see many code reviews On October 29, 2022 4:28:08 PM MDT, i...@tutanota.com wrote: >Hi, > >What is the code commit review process in OpenBSD? A developer with commit >access, does his code get reviewed by other developers before a release, and >if

Re: Getting archived mailing list mail with majordomo

2022-06-24 Thread deich...@placebonol.com
FWIW, I'm pretty sure MARC info has archives because I requested them years ago from my old email, deich...@wrench.com. 73 diana On June 24, 2022 10:43:56 AM MDT, Isaac Meerwarth wrote: >On 6/24/22 12:31, Todd C. Miller wrote: >> On Fri, 24 Jun 2022 12:18:46 -0400, Isaac Meerwarth wrote: >>

Re: deep packet inspection over no TLS/SSL traffic

2022-05-09 Thread deich...@placebonol.com
On May 9, 2022 2:16:51 AM MDT, Stuart Henderson wrote: > SNIP > (anyway, by the time you have used DPI >to detect the protocol, it is too late to make a decision on packet >routing). SNIP Well, not necessarily true, imagine GCHQ ... Just saying Hope you are doing well, diana

Re: Auto layout for disk partitions - a new user's perspective

2022-04-18 Thread deich...@placebonol.com
As a long time OpenBSD user I install from packages but also build from ports. There is a usage case for both, but realize building packages is not a "standard" system. Twenty years ago building packages from ports was the norm, but not today. 73 diana On April 18, 2022 9:35:27 AM MDT,

Re: no serial access anymore after upgrade

2022-02-22 Thread deich...@placebonol.com
Do you have dmesg output prior to upgrade? I see 2 serial ports in the 7.0 dmesg. On February 22, 2022 6:21:00 AM MST, Thomas wrote: >Hello, > >I have a bunch of firewall and router devices with serial ports only. No vga >ports at all. After upgrading two of the devices to 7.0 I lose access

Re: Passage about licensing from OpenBSD documentation

2022-02-08 Thread deich...@placebonol.com
Paul Yep, that is definitely the authorative source. I've been using archive.org for a couple decades that I forget openbsd.org website uses CVS. 73 On February 8, 2022 9:11:56 AM MST, Paul de Weerd wrote: >On Tue, Feb 08, 2022 at 08:54:08AM -0700, deich...@placebonol.com wrote: >

Re: Passage about licensing from OpenBSD documentation

2022-02-08 Thread deich...@placebonol.com
Try archive.org for older versions of openbsd.org. On February 8, 2022 8:39:46 AM MST, Ibsen S Ripsbusker wrote: >On Tue, Feb 8, 2022, at 15:25, Nick Holland wrote: >> Probably be one of these two pages, I think: >> >> https://www.openbsd.org/goals.html >> https://www.openbsd.org/policy.html >>

Re: What password manager do you recommend?

2022-01-08 Thread deich...@placebonol.com
FWIW https://openports.pl/ is a better ports site, run by Solene ( https://openbsd.amsterdam/runs.html ) On January 8, 2022 8:35:55 AM MST, Willy Gonnason wrote: >I’ve used keepassxc, or earlier variants of it, for over a decade and a half >and Ive been happy with it. Keepassxc is gui based

Re: IPv6 autoconf with static IID?

2021-12-28 Thread deich...@placebonol.com
I'm still interested in why you are concerned about "leaking" the MAC address? Changing the MAC with laddr will still leak the MAC but now it will be the one you created. If you do decide to change the MAC to a long defunct NIC manufacturer. That is what I do for fun. Some of my 10G

Re: Installation partitioning: core dump and /var size

2021-11-05 Thread deich...@placebonol.com
Twice the size of physical memory is norm for swap partition On November 5, 2021 3:15:13 AM MDT, u...@mailo.com wrote: >Also asked on: >https://unix.stackexchange.com/questions/676245/openbsd-core-dump-and-var-size > >I'm trying to figure out my partitioning which leads to

Re: rdr-to across wg tunnel

2021-07-26 Thread deich...@placebonol.com
Did you enable forwarding? On July 25, 2021 10:22:58 PM MDT, Vincent Lee wrote: >Hi all, I'm running into some trouble trying to configure a >network. I'll try to keep it concise: > >Background: > >1. I have an OpenBSD Vultr VPS. It serves various odds and ends on >external IP address $foo, and