Which assembler does clang on OpenBSD use?

2023-02-28 Thread Stanislav Syekirin
Hi, clang can use its integrated assembler or some other assembler (GNU as, I presume). How do I find out which one is used by default? The man page only says: "Whether the integrated assembler is on by default is target dependent". My platforms are aarch64 and i386, if it helps. Regards Sta

Authentication in OpenIKED

2023-02-28 Thread J Doe
Hello, I have a question regarding authentication options in OpenIKED on OpenBSD 7.2 On my test lab I have one OpenBSD 7.2 machine with OpenIKED configured to use PSK and a macOS 13.2.1 client that can connect to it. I read in: man iked.conf that PSK should not be used, so I am now investi

Re: Hoping to donate/sell a Talos II motherboard

2023-02-28 Thread Jeffrey Walton
On Tue, Feb 28, 2023 at 7:46 PM wrote: > > My friend has a spare Talos II motherboard that is currently sitting in his > house > in Indiana USA collecting dust. > > https://www.raptorcs.com/TALOSII/ > > I have convinced him to donate/sell it to an open source project or developer. > > I reached o

[Solved] Re: How to produce statically linked sshd binary

2023-02-28 Thread Erling Westenvik
Thanks everyone, After some friendly advice off-list I was able to solve the problem. It was very simple really. However, since it is dubious practice at best, and runs contrary to the OpenBSD project goals, it feels wrong to share the "solution" here. Anyone interested may contact me off-list. B

Re: How to produce statically linked sshd binary

2023-02-28 Thread Theo de Raadt
Ashlen wrote: > To sum it all up, what you're trying to do is hazardous and likely to end > poorly. That's why it's unsupported. Sorry, that last sentence is incorrect. our source tree contains what we want, and i the simplest way possible for our requirements. Whatever reconfiguration the r

Re: How to produce statically linked sshd binary

2023-02-28 Thread Ashlen
On 23/02/28 16:17, Erling Westenvik wrote: > Thanks. And I "know".. > > Use case: sshd in single user on quasi FDE-encrypted servers on co-location > not > accessible via KVM/AMT. I've done this on many machines since 2014. > > I acknowledge that it isn't recommended practice (and definitely not >

Re: How to produce statically linked sshd binary

2023-02-28 Thread Erling Westenvik
Thanks. And I "know".. Use case: sshd in single user on quasi FDE-encrypted servers on co-location not accessible via KVM/AMT. I've done this on many machines since 2014. I acknowledge that it isn't recommended practice (and definitely not supported!) but if anyone should want to help out, feel f

Re: Mtr prob request

2023-02-28 Thread Daniele B.
Crystal Kolipe : > I'm working on the UTF-8 support in the kernel right now.  I need a font with > glyphs for at least some of the extra characters.  I can't just pull any old > font off of a website and convert it to the right format for use in the > kernel. > I'm expected to draw my own glyphs.

Re: Recommended place to store static arp entries

2023-02-28 Thread Claudio Jeker
On Tue, Feb 28, 2023 at 03:30:18PM +0200, Cristian Danila wrote: > Dear Misc, > > I would really appreciate if more experienced members of you > could suggest if there is a dedicated place or recommended > place for OpenBSD where static arp entries should be stored. > I found many answers over the

Recommended place to store static arp entries

2023-02-28 Thread Cristian Danila
Dear Misc, I would really appreciate if more experienced members of you could suggest if there is a dedicated place or recommended place for OpenBSD where static arp entries should be stored. I found many answers over the internet, in some books it is mentioning /etc/netstart. Also on very old thr

Hoping to donate/sell a Talos II motherboard

2023-02-28 Thread jbranso
Hello you fabulous developers! My friend has a spare Talos II motherboard that is currently sitting in his house in Indiana USA collecting dust. https://www.raptorcs.com/TALOSII/ I have convinced him to donate/sell it to an open source project or developer. I reached out to Richard Stallman,

Re: Mtr prob request

2023-02-28 Thread Crystal Kolipe
On Tue, Feb 28, 2023 at 09:16:23AM +0100, Daniele B. wrote: > Janne Johansson wrote: > > # GPLv2+ > > > > So this is why it would not be considered, even if someone wanted it in > > base. > > > > It is not a goal in itself to move stuff from ports to base. > > Thanks for the extended explanati

Re: Mtr prob request

2023-02-28 Thread Daniele B.
Not to mention, the main mistake of mine is to have accepted to install a package to make stuff like traceroute (already included in the base) does.  -- Daniele Bonini Feb 28, 2023 09:16:25 Daniele B. : > Janne Johansson wrote: >> Really simple actually, www.openbsd.org/goals.html , point #2 >

Re: Mtr prob request

2023-02-28 Thread Daniele B.
Janne Johansson wrote: > Really simple actually, www.openbsd.org/goals.html , point #2 > > * "Integrate good code from any source with acceptable licenses... the GPL is > not acceptable > when adding new code" > and the mtr ports Makefile: > https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/mt