Re: VLAN-tagging, how?

2024-05-31 Thread Martin
Thank you all very much for the setup examples, very helpful!

subscribe

2024-05-31 Thread Trent Acklez
subscribe

Re: New filters auth and sign

2024-05-31 Thread Kirill A . Korinsky
On Sat, 01 Jun 2024 00:34:41 +0100, Kirill A. Korinsky wrote: > > Greetings, > > I'd like to announce a two new filters for OpenSMTD which better to use > together: auth and sign. > Oops, wrong list. It should be m...@opensmtpd.org. Sorry for nosy. -- wbr, Kirill

New filters auth and sign

2024-05-31 Thread Kirill A . Korinsky
Greetings, I'd like to announce a two new filters for OpenSMTD which better to use together: auth and sign. auth is a filter which verify DKMI, ARC and SPF, and iprev. It adds Authentication-Results header or ARC-Authentication-Results. sign is a filter which adds DKMI or ARC signature, or ARC s

Re: vim editor with TERM

2024-05-31 Thread Abel Abraham Camarillo Ojeda
:0 I can start using EDITOR instead of VISUAL and start removing: $ set -o vi; in my .profiles On Fri, May 31, 2024 at 3:17 PM Nathaniel Griswold wrote: > There is also the VISUAL param which overrides what is inferred from > EDITOR. > > On Fri, May 31, 2024, at 2:23 PM, Stuart Henderson wrote:

Re: vim editor with TERM

2024-05-31 Thread Nathaniel Griswold
There is also the VISUAL param which overrides what is inferred from EDITOR. On Fri, May 31, 2024, at 2:23 PM, Stuart Henderson wrote: > On 2024-05-31, 04-psyche.tot...@icloud.com <04-psyche.tot...@icloud.com> > wrote: > > Hi all, > > > > I use the following terminal: > > > > echo $TERM > > xterm

Re: mounting audio cd

2024-05-31 Thread Harald Arnesen
MIZSEI Zoltán [31/05/2024 20.15]: Interestingly BeOS and Haiku lets you to mount an audio cd, it generates a vfs from the toc and shows the tracks as wav or flac (fixme), it does an automatic conversion behind the courtains if you copy a file from an audio cd. Linux also had such a thing in

Re: vim editor with TERM

2024-05-31 Thread Stuart Henderson
On 2024-05-31, 04-psyche.tot...@icloud.com <04-psyche.tot...@icloud.com> wrote: > Hi all, > > I use the following terminal: > > echo $TERM > xterm-256color > > when in my ~/.profile I do: > > export EDITOR=nano > > everything works well. > > However, if I do > > export EDITOR=vim > > then when I s

Re: vim editor with TERM

2024-05-31 Thread Chris Bennett
On Fri, May 31, 2024 at 04:52:29PM +0100, 04-psyche.tot...@icloud.com wrote: > > export EDITOR=vim > > Does anyone have a clue as to what could cause this issue? > > Thanks, > Jake Your ksh is now using vi editing mode instead of emacs. You can verify this by hitting esc, then i and you can the

Re: mounting audio cd

2024-05-31 Thread MIZSEI Zoltán
Interestingly BeOS and Haiku lets you to mount an audio cd, it generates a vfs from the toc and shows the tracks as wav or flac (fixme), it does an automatic conversion behind the courtains if you copy a file from an audio cd.

vim editor with TERM

2024-05-31 Thread 04-psyche . totter
Hi all, I use the following terminal: echo $TERM xterm-256color when in my ~/.profile I do: export EDITOR=nano everything works well. However, if I do export EDITOR=vim then when I ssh into the machine, up and down arrow in the terminal do not work anymore (it does not give me access to p

Re: Correct fdisk info for ext2fs?

2024-05-31 Thread nisp1953
Brian: Thanks so much. I ended up formatting it in OpenBSD 's ffs file system. Too many issues with Linux. If I need to transfer data from the Linux computer, then I will ssh into OpenBSD. On Thu, May 30, 2024 at 11:04 PM Brian Conway wrote: > > On Thu, May 30, 2024, at 6:02 PM, nisp1953 wrote:

Re: mounting audio cd

2024-05-31 Thread Manfred Koch
Hi, yes I run a GUI, you are right that that I cannot mount a audio CD. To rip a audio CD, I was transient in the operator group. That worked. Nevertheless thank you for the answer. Sorry for the mix up Manfred On 5/30/24 20:54, Ampie Niemand wrote: On Thu, May 30, 2024 at 06:43:13PM +0200, Ma

Re: Call sysctl before sysctl.conf

2024-05-31 Thread hahahahacker2009
Vào Th 6, 31 thg 5, 2024 vào lúc 05:05 <04-psyche.tot...@icloud.com> đã viết: > > Hi all, > > When openBSD runs my processor at 100%, it makes a noise. Interestingly, when > in bios, this noise does not appear. > I also heard the noise... but it seems quite when I plugged in my headphone. What'

Re: VLAN-tagging, how?

2024-05-31 Thread Odhiambo Washington
On Fri, May 31, 2024 at 1:20 PM Zé Loff wrote: > On Thu, May 30, 2024 at 10:12:12PM +, Martin wrote: > > I am currently using a home made router with OpenBSD which is connected > > directly to my ISP's fiber router. The OpenBSD router is setup with a > > fixed IP on the WAN port and I do inte

Re: amd64 bsd.rd for 7.0, 7.1, 7.2

2024-05-31 Thread Kirill A . Korinsky
On Fri, 31 May 2024 10:02:57 +0100, "Quentin Carbonneaux" wrote: > > I want to upgrade an amd64 system running 6.9. Following > the guide I would like to upgrade to 7.{0,1,2,3,4,5} > sequentially. However it looks like > > wget https://cdn.openbsd.org/pub/OpenBSD/7.{0,1,2}/amd64/bsd.rd > >

Re: VLAN-tagging, how?

2024-05-31 Thread Zé Loff
On Thu, May 30, 2024 at 10:12:12PM +, Martin wrote: > I am currently using a home made router with OpenBSD which is connected > directly to my ISP's fiber router. The OpenBSD router is setup with a > fixed IP on the WAN port and I do internal NAT etc. > > In about a month a new ISP is going to

Re: [7.5/amd64] ipsec + npppd + sasyncd + carp - doesn't pick up the VPN session at switchover

2024-05-31 Thread Stuart Henderson
On 2024-05-30, Radek wrote: > Thank you all for your replies. > > Actually, I did not know that providing seamless switching VPN solutions is > so problematic. If it can't be done in a simple way, then it doesn't have to > be seamless at any cost. Users will manually reconnect to this VPN when

amd64 bsd.rd for 7.0, 7.1, 7.2

2024-05-31 Thread Quentin Carbonneaux
Hi, I want to upgrade an amd64 system running 6.9. Following the guide I would like to upgrade to 7.{0,1,2,3,4,5} sequentially. However it looks like wget https://cdn.openbsd.org/pub/OpenBSD/7.{0,1,2}/amd64/bsd.rd returns 404 for all three queries. Where can I find the bsd.rd images for the

Re: umount raid volume before shutdown?

2024-05-31 Thread Claudio Jeker
On Thu, May 30, 2024 at 08:17:27PM +0100, 04-psyche.tot...@icloud.com wrote: > From my reading of /etc/rc, it seems that at shutdown or reboot, the OS will > automatically unmount everything. > > So that will unmount my encrypted partition. > > However, it does not run bioctl -d sd* for the pseu

sub

2024-05-31 Thread Quentin Carbonneaux