Trouble with lpr and Brother wireless printer

2022-07-30 Thread Ben Hancock
Hi all, I'm having trouble getting printing to work using lpr(1) and a Brother wireless printer[1] that should support it. This seems to be a perennial topic on the list, but despite trying what I've found in the archives, I'm stumped. Here's my /etc/printcap: lp|brother:\

Re: Makefile for a custom port

2022-07-30 Thread Stuart Henderson
On 2022-07-30, Mik J wrote: > Hello Omar, > Thank you for your answer.What am I supposed to do if the software has no > Makefile > If I want it to be installed manually, I need to type something like rake30 > build:agent > Am I supposed to deconstruct the initial installer that is provided in

Re: usbhidaction(1) is unvel(2)ed too strictly to run programs.

2022-07-30 Thread Theo de Raadt
I suspect it should unveil("/", "x") It is better than not doing anything.

Re: Firefox and stuttering USB audio

2022-07-30 Thread Courtney
I hope it isn't in bad etiquette to resurrect an old piece of mail. Since May I mitigated the stuttering audio issue with Firefox running by using Firefox ESR 91. Clearly something beyond 91 added something that doesn't jive well with OpenBSD. Now that 91 ESR is gone and it is 102 the issue has

usbhidaction(1) is unvel(2)ed too strictly to run programs.

2022-07-30 Thread Hector Velasco
Hello Misc. TL;DR: usbhidaction(1) is unveil(2)ed too strictly to run programs. I'm running: kern.version=OpenBSD 7.1 (GENERIC.MP) #3: Sun May 15 10:27:01 MDT 2022 r...@syspatch-71-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP Complete dmesg at the bottom. I use usbhidaction to

Re: support new

2022-07-30 Thread Jiri Navratil
Hello, could someone guide me please, what I have to improve in my request and/or on my web page to be approved for https://www.openbsd.org/support.html ? Thank you a lot, Jiří On Wed, Jul 27, 2022 at 03:13:52PM +0200, Jiri Navratil wrote: > 0 > C Czech Republic > P > T Prague > Z 15800 > A

Trying to install openBSD on Raspberry Pi CM4+IO board ..keyboard hangs

2022-07-30 Thread Sandeep Gupta
Hello, I managed to get the OpenBSD installer up and running on CM4 mounted on the Pi official I/O board. I installed UEFI bootloader in emmc and had OpenBSD miniroot image burnt on SSD (connected to usb 3.0 over pcie). When CM4 boots it invokes the UEFI loader, which drops me at UEFI prompt.

Re: Switching from tcsh to ksh and Aliases exportation

2022-07-30 Thread Federico Giannici
I solved it! Instead of using 'su -m' now I use 'su -m root -l'. It seems that tcsh is launced by default as "interactive shell" while ksh must be explicitly instructed with the '-l' flag. Now, as "interactive shell", it re-read the .profile configuration with aliases and all... Thanks

Re: Makefile for a custom port

2022-07-30 Thread Omar Polo
Mik J wrote: > Hello, > I'm trying to make a port > This program has dependencies with Go to name one. > How should I indicate this dependency in the Makefile ? for some big stuff like go, python etc the right way is often just include the correct module MODULES = lang/go see

Re: Switching from tcsh to ksh and Aliases exportation

2022-07-30 Thread Alexander Hall
On July 30, 2022 9:18:34 AM GMT+02:00, Federico Giannici wrote: >For historical reasons I always used the tcsh shell for my personal uses. Now >I'd like to switch to the system sh (actually ksh), but I have a problem. > >Usually, on the servers I manage, I switch to root with "su -m", so I

Switching from tcsh to ksh and Aliases exportation

2022-07-30 Thread Federico Giannici
For historical reasons I always used the tcsh shell for my personal uses. Now I'd like to switch to the system sh (actually ksh), but I have a problem. Usually, on the servers I manage, I switch to root with "su -m", so I can maintain my environment: path, prompt, aliases, etc. With tcsh it