Re: Bootloader on USB stick fails with "root device not found"

2021-01-30 Thread tetrahedra
On Fri, Jan 29, 2021 at 12:46:50PM +, tetrahe...@danwin1210.me wrote: - when booting from the bootloader on the internal HD, and after decrypting the encrypted volume, the system is able to find the disk e8 without trouble, but - when booting from the bootloader on the USB stick, a

mail -r option problem

2021-01-30 Thread Rudolf Sykora
Dear list, I tried to use the -r option with the mail program, but whenever I use the option I get a error like this: odin$ mail -r abcd -s abcd rudolf.syk...@cvut.cz a EOT odin$ sendmail: command failed: 550 Invalid recipient: odin$ mail -s abcd rudolf.syk...@cvut.cz sdas EOT odin$

Re: mail -r option problem

2021-01-30 Thread Steffen Nurpmeso
Austin Hook wrote in : |On Sat, 30 Jan 2021, Rudolf Sykora wrote: |> I tried to use the -r option with the mail program, but whenever I use |> the option I get a error like this: |> |> odin$ mail -r abcd -s abcd rudolf.syk...@cvut.cz |> a |> EOT |> odin$ sendmail: command failed: 550 Inva

Re: mail -r option problem

2021-01-30 Thread Austin Hook
When you look at the full headers of the email received, having sent it without the -r option, double check what the originating domain info looks like. Then try with -r set to the same full qualified originating email address. That way mail doesn't have to figure out what domain to add to t

Re: 6.8 and Procmail/Formail: anyone still using them?

2021-01-30 Thread Marcus MERIGHI
aus...@computershop.ca (Austin Hook), 2021.01.30 (Sat) 10:52 (CET): > Marcus: > > > Regarding procmail beware of this: > > https://marc.info/?l=openbsd-ports&m=151256201621939 > > Fascinating. Never caught that discussion before. I gather a specially > crafted message could get control of the u

Re: Chromium with WebAssembly flavor?

2021-01-30 Thread Charlie Burnett
Ah, well now I feel dumb... my sincere apologies for the spam then. Thanks for the help, I had no idea! :) On Sat, Jan 30, 2021 at 7:40 AM Thomas Frohwein wrote: > On Fri, Jan 29, 2021 at 09:44:26PM -0600, Charlie Burnett wrote: > > Hi, > > I wasn't sure if this was worthy of ports or not, so I

Re: Installing across two SSDs, encrypted

2021-01-30 Thread Marcus MERIGHI
gj...@omecha.info (Grégoire Jadi), 2021.01.30 (Sat) 11:03 (CET): > Joe Nelson writes: > > > Second, how do I get the OS to prompt me during startup for a > > passphrase, and mount the encrypted drive? (It's not the primary drive > > with the OS on it, which seems nonstandard.) > > Checkout rc(8)

Re: Chromium with WebAssembly flavor?

2021-01-30 Thread Thomas Frohwein
On Fri, Jan 29, 2021 at 09:44:26PM -0600, Charlie Burnett wrote: > Hi, > I wasn't sure if this was worthy of ports or not, so I wanted to throw this > out here first. I don't like Zoom, and I understand WebAssembly has some > inherent issues in it, but I imagine a good number of people don't have a

Supermicro X10SLH-LN6TF X10SLH-N6-ST031

2021-01-30 Thread Ivo Chutkin
Hello everyone, Is there anyone with experience with this MB? Has anyone installed OpenBSD on such a MB? What I found is that it is from some OEM security device. Here is link to ebay item 133362966075: https://www.ebay.co.uk/itm/Supermicro-Motherboard-X10SLH-LN6TF-X10SLH-N6-ST031-6x-10GBE-P

Re: ospf on wg(4)

2021-01-30 Thread Claudio Jeker
On Sat, Jan 30, 2021 at 09:14:50AM +, Olivier Cherrier wrote: > On Fri, Jan 29, 2021 at 10:32:45PM +0100, bast...@durel.org wrote: > > > > Hello Bastien, > > > It is possible, I use it myself. You have to allow multicast address on > > wg(4) interface(s): > > 225.0.0.5 for all OSPF routers >

Re: ospf on wg(4)

2021-01-30 Thread Kapetanakis Giannis
On 30/01/2021 10:50, Bastien Durel wrote: Hello, IFAIK, wgaip is not routing, using wgaip 0.0.0.0/0 does not add a default route on interface. Regards, Cool. At least on linux it adds routes by default, which is not always desirable. Although reading the manual now, there is an option to

Re: Installing across two SSDs, encrypted

2021-01-30 Thread Grégoire Jadi
Joe Nelson writes: > Second, how do I get the OS to prompt me during startup for a > passphrase, and mount the encrypted drive? (It's not the primary drive > with the OS on it, which seems nonstandard.) Checkout rc(8), in particular rc.local. I've used something like: echo 'adding encrypted ho

Re: 6.8 and Procmail/Formail: anyone still using them?

2021-01-30 Thread Austin Hook
Maurice, Marcus, Steve > Most use fdm from ports > Best Thanks for the tips on fdm. I shall take a look! Marcus: > Regarding procmail beware of this: > https://marc.info/?l=openbsd-ports&m=151256201621939 Fascinating. Never caught that discussion before. I gather a specially crafted messa

Re: ospf on wg(4)

2021-01-30 Thread Olivier Cherrier
On Fri, Jan 29, 2021 at 10:32:45PM +0100, bast...@durel.org wrote: > Hello Bastien, > It is possible, I use it myself. You have to allow multicast address on > wg(4) interface(s): > 225.0.0.5 for all OSPF routers > 224.0.0.6 for all DR/BDR Arfff indeed. Thank you for helping me on this. It wor

Re: ospf on wg(4)

2021-01-30 Thread Bastien Durel
Le 30/01/2021 à 09:22, Kapetanakis Giannis a écrit : On 29/01/2021 23:32, Bastien Durel wrote: Le 29/01/2021 à 17:44, Olivier Cherrier a écrit : Hi, I'm trying to setup OSPF on a working Wireguard VPN using 6.8 amd64 machines. This is what I get: # ospfd -dvvv id = "172.26.1.1" startup kr

Re: ospf on wg(4)

2021-01-30 Thread Kapetanakis Giannis
On 29/01/2021 23:32, Bastien Durel wrote: Le 29/01/2021 à 17:44, Olivier Cherrier a écrit : Hi, I'm trying to setup OSPF on a working Wireguard VPN using 6.8 amd64 machines. This is what I get: # ospfd -dvvv id = "172.26.1.1" startup kr_init: priority filter enabled orig_rtr_lsa: area 0.0.

Re: SIOCSIFPARENT SIOCAIFADDR SIOCSIFFLAGS in bsd.rd

2021-01-30 Thread Stuart Henderson
On 2021-01-30, Daniel Jakots wrote: > Hi, > > I upgraded my APU2 on 2021-01-16 and I have this in the upgrade log > email: > > Terminal type? [vt220] vt220 > Available disks are: sd0. > Which disk is the root disk? ('?' for details) [sd0] sd0 > Checking root filesystem (fsck -fp /dev/sd0a)... OK.