OT: SSH3 proposal

2024-02-04 Thread Carlos Lopez
Hi all, https://blog.apnic.net/2024/02/02/towards-ssh3-how-http-3-improves-secure-shells/ Uhmm ... ssh over http/3? What do you think about it? Best regards, C. L. Martinez

Re: drm_dp_dual_mode_detect *ERROR*

2024-02-04 Thread Daniele B.
One err message more (after machdep.allowaperture=2): drm:pid0:intel_dp_aux_wait_done *ERROR* [drm] *ERROR* AUX C/DDI C/PHY C: did not complete or timeout within 10ms (status 0xa143003f) >Hello, > >Testing a new monitor with speakers connection by a DisplayPort >adapter >to HDMI.. I came

Re: questions about RAID5C, RAID6, RAID6C, can Openbsd be a good storage-server OS?

2024-02-04 Thread David Rinehart
This is a good read:  https://research.exoticsilicon.com/articles/backup_strategies On Sun, 2024-02-04 at 19:02 +, beecdadd...@danwin1210.de wrote: > hello > > I will make a storage server, and RAID just has to be on it, right? > > is RAID6 in work or maybe plans, I would like to know >

Re: Proper way to set PATH environment with SSH non-interactive command

2024-02-04 Thread Andy Bradford
Thus said "Allan Streib" on Sun, 04 Feb 2024 20:54:26 -0500: > Just send the full path to your script in the ssh command, and set up > the rest of the environment within the script. Yes, this too is an option. It may actually be the best option in my opinion. If the user knows that their

Re: Proper way to set PATH environment with SSH non-interactive command

2024-02-04 Thread Allan Streib
Just send the full path to your script in the ssh command, and set up the rest of the environment within the script.

Re: Proper way to set PATH environment with SSH non-interactive command

2024-02-04 Thread Andy Bradford
Thus said Kastus Shchuka on Sun, 04 Feb 2024 13:40:58 -0800: > SetEnv Directly specify one or more environment variables and their > contents to be sent to the server. Thank you this option looks like it could also work, except it's not one of which a user with no permissions

Re: Proper way to set PATH environment with SSH non-interactive command

2024-02-04 Thread Kastus Shchuka
On Sun, Feb 04, 2024 at 08:39:27AM -0700, Andy Bradford wrote: > Hello, > > When using SSH to invoke a remote command via the syntax: > > ssh remotehost remotecommand > > The $HOME/.profile is not used and there appears to be a very minimal > environment setup. The PATH does not include

Re: questions about RAID5C, RAID6, RAID6C, can Openbsd be a good storage-server OS?

2024-02-04 Thread Nick Holland
On 2/4/24 14:02, beecdadd...@danwin1210.de wrote: hello I will make a storage server, and RAID just has to be on it, right? mybbe... (more later) is RAID6 in work or maybe plans, I would like to know what about RAID5 + CRYPTO or RAID6 + CRYPTO? I read these

questions about RAID5C, RAID6, RAID6C, can Openbsd be a good storage-server OS?

2024-02-04 Thread beecdaddict
hello I will make a storage server, and RAID just has to be on it, right? is RAID6 in work or maybe plans, I would like to know what about RAID5 + CRYPTO or RAID6 + CRYPTO? I read these https://www.reddit.com/r/openbsd/comments/r4bydk/encrypted_raid6_support/ and from it

Re: Problem sound

2024-02-04 Thread Todd
Make sure the device is not muted. https://man.openbsd.org/sndioctl.1 On Fri, Feb 2, 2024, 9:02 AM Manfred Koch wrote: > Hi all, > > I'm a newbie in openbsd. I use the xfce Desktop but without sound. I > have enabled sndiod_enable=YES > in /etc/rc.conf.local. Further I tried pulseaudio without

Proper way to set PATH environment with SSH non-interactive command

2024-02-04 Thread Andy Bradford
Hello, When using SSH to invoke a remote command via the syntax: ssh remotehost remotecommand The $HOME/.profile is not used and there appears to be a very minimal environment setup. The PATH does not include any components that have been added in .profile. This is probably what step 5

drm_dp_dual_mode_detect *ERROR*

2024-02-04 Thread Daniele B.
Hello, Testing a new monitor with speakers connection by a DisplayPort adapter to HDMI.. I came to realize the real problem related to these messages appearing at boot time and dmesg: drm:pid38311:drm_dp_dual_mode_detect *ERROR* [drm] *ERROR* Unexpected DP dual mode adaptor ID 20

Re: Astertisk missing library

2024-02-04 Thread Peter Fraser
Asterisk 20.5.2 works for me two different amd64 computers that I upgraded from 7.3 amd64 to 7.4. Sysctl hw and astererisk -cddd below gateway:~ # doas sysctl hw hw.machine=amd64 hw.model=Intel(R) Celeron(R) N5100 @ 1.10GHz hw.ncpu=4 hw.byteorder=1234 hw.pagesize=4096

Re: GNUstep back and base in OpenBSD 7.4 ARM

2024-02-04 Thread Peter Hessler
On 2024 Feb 04 (Sun) at 20:17:44 +0800 (+0800), Tito Mari Francis Escaño wrote: :Hi misc, :I was hoping to install GNUstep packages in ARM but it seems gnustep-back :and gnustep-base are not yet available in ARM. :I was under the impression that these are needed to start basic GNUstep

Re: GNUstep back and base in OpenBSD 7.4 ARM

2024-02-04 Thread Sebastian Reitenbach
Hi, On Sunday, February 04, 2024 13:17 CET, Tito Mari Francis Escaño wrote: > Hi misc, > I was hoping to install GNUstep packages in ARM but it seems gnustep-back > and gnustep-base are not yet available in ARM. > I was under the impression that these are needed to start basic GNUstep >

Re: GNUstep back and base in OpenBSD 7.4 ARM

2024-02-04 Thread Stuart Henderson
On 2024-02-04, Tito Mari Francis Escaño wrote: > Hi misc, > I was hoping to install GNUstep packages in ARM but it seems gnustep-back > and gnustep-base are not yet available in ARM. > I was under the impression that these are needed to start basic GNUstep > development. gnustep's libobjc2

Re: [answered]Re: how to play bytebeat on openbsd?

2024-02-04 Thread beecdaddict
that does work, then why doesn't this work? ./a.out | sox -r 8000 -c 1 -t u8 - -d doesn't work but if uint8_t is changed to int, it works well.. also in sox sounds sounds different compared to say mpv, cannot decide which is better because I cannot seek forward in sox's play? can you make music

GNUstep back and base in OpenBSD 7.4 ARM

2024-02-04 Thread Tito Mari Francis Escaño
Hi misc, I was hoping to install GNUstep packages in ARM but it seems gnustep-back and gnustep-base are not yet available in ARM. I was under the impression that these are needed to start basic GNUstep development. Please advise what options are available to move forward. Also addressed to

Re: Astertisk missing library

2024-02-04 Thread Stuart Henderson
On 2024-02-03, Peter Fraser wrote: > Yes > > From pkg_info > > asterisk-20.5.2 open source multi-protocol PBX and telephony toolkit ... >>The asterisk on a new system is missing a large number of symbols of the form: >> >>ast_sip_* ast_stir_* statis_app* >> >>I can't find what is missing, I