Re: Huawei K5161h 4G dongle

2024-01-24 Thread Crystal Kolipe
On Wed, Jan 24, 2024 at 11:01:23PM +, Alex Frolkin wrote: > On Wed, Jan 24, 2024 at 10:03:00PM +, Alex Frolkin wrote: > > In any case, I think the right answer is to make it work with umb(4). > > I'll see if I can make any progress with this. > > Okay, I got this wrong. What I thought

Re: plasmashell crashes when typing in the applications menu search bar

2024-01-24 Thread Rafael Sadowski
On Wed Jan 24, 2024 at 09:52:10PM +0100, bi...@iscarioth.org wrote: > Hello Sylvain ! > > If my assumption is correct (KDE open a huge number of files during > the query), > > So you had to increase the number of files open with > > > sysctl kern.maxfiles=102400 > > you can put it on

I'm adding cyrillic symbols to spleen font

2024-01-24 Thread S V
If you want to test it, feel free to check repo before I make pull request to original author https://github.com/nerfur/spleen 5x8 size is still WIP, but other is already usable. If you want to use it in X, download/clone it and use bdftopcf, place produced file to one of pcf fonts folders and

Re: Huawei K5161h 4G dongle

2024-01-24 Thread Alex Frolkin
On Wed, Jan 24, 2024 at 10:03:00PM +, Alex Frolkin wrote: > In any case, I think the right answer is to make it work with umb(4). > I'll see if I can make any progress with this. Okay, I got this wrong. What I thought was MBIM mode is actually CDC NCM mode, which is not supported in OpenBSD.

plasmashell crashes when typing in the applications menu search bar

2024-01-24 Thread bilal
Hello Sylvain ! If my assumption is correct (KDE open a huge number of files during the query), So you had to increase the number of files open with > sysctl kern.maxfiles=102400 you can put it on `/etc/sysctl.conf`  like this at every boot kern.maxfiles will be setup to 102400 also, you

Re: Huawei K5161h 4G dongle

2024-01-24 Thread Alex Frolkin
On Wed, Jan 24, 2024 at 03:17:39PM +, Alex Frolkin wrote: > On Wed, Jan 24, 2024 at 11:47:53AM +1100, Jonathan Gray wrote: > > +#define USB_PRODUCT_HUAWEI_K5161H 0x1f1d > > + {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_K5161H }, DEV_UMASS5}, > So, this works. Or rather, it works insofar as I

Re: getpath from a file descriptor

2024-01-24 Thread bilal
> No. See this previous conversation from 2 years ago when this last came > up in the mailing lists. claudio@ sums it up: > https://marc.info/?l=openbsd-tech=164250539119078=2 I understand why OpenBSD didn't implement this API with claudio@ sum up. I wouldn't expect that specific feature will

Re: getpath from a file descriptor

2024-01-24 Thread Dave Voutila
bi...@iscarioth.org writes: > Hello, dear OpenBSD's devs. I hope everything works well for you. I'm > here to ask (maybe) a question that can displease you. > > Working on some projects, I saw a lot of them using fcntl(fd, > F_GETPATH) like MacOs/NetBSD do, or proc  with a famous symlink to >

getpath from a file descriptor

2024-01-24 Thread bilal
Hello, dear OpenBSD's devs. I hope everything works well for you. I'm here to ask (maybe) a question that can displease you. Working on some projects, I saw a lot of them using fcntl(fd, F_GETPATH) like MacOs/NetBSD do, or proc  with a famous symlink to the file path (but procfs has been

Re: relayd forward with tls

2024-01-24 Thread Michael Hekeler
> Where can I read about the meaning of each field in relayd log? Like you > said, that 0 is related to the tag one set on the protocol. I can't tell where to find documentation for relayd's log. But - to be honest - I found it was not too hard to work with. For playing with relayd and httpd I

Re: Huawei K5161h 4G dongle

2024-01-24 Thread Alex Frolkin
On Wed, Jan 24, 2024 at 11:47:53AM +1100, Jonathan Gray wrote: > Index: sys/dev/usb/umsm.c > === > RCS file: /cvs/src/sys/dev/usb/umsm.c,v > diff -u -p -r1.125 umsm.c > --- sys/dev/usb/umsm.c2 Apr 2023 23:57:57 -

new releases of CPAN smoker for OpenBSD 7.4

2024-01-24 Thread Alceu Rodrigues de Freitas Junior
Hello folks, I just uploaded the new releases for OpenBSD smoker on version 7.4. Here are the links: * https://app.vagrantup.com/arfreitas/boxes/openbsd-7.4-cpan-smoker-i386 * https://app.vagrantup.com/arfreitas/boxes/openbsd-7.4-cpan-smoker-amd64 Regards, Alceu

Re: Huawei K5161h 4G dongle

2024-01-24 Thread Jonathan Gray
On Wed, Jan 24, 2024 at 08:37:18AM +, Alex Frolkin wrote: > On Wed, Jan 24, 2024 at 11:47:53AM +1100, Jonathan Gray wrote: > > umsm(4) does the equivalent in the kernel. DEV_UMASS5 seems most > > likely, but there are other methods to try as well. > > Ah, interesting, I'll give that a go.

Re: Huawei K5161h 4G dongle

2024-01-24 Thread Alex Frolkin
On Tue, Jan 23, 2024 at 07:17:04PM +, Zé Loff wrote: > This may sound silly, but does ejecting it (e.g. "eject /dev/cd0") make > a difference? I seem to recall some devices that (temporarily) switched > mode after being ejected. Thanks, I'd try that, but the cd0 device doesn't actually

Re: Huawei K5161h 4G dongle

2024-01-24 Thread Alex Frolkin
On Wed, Jan 24, 2024 at 11:47:53AM +1100, Jonathan Gray wrote: > umsm(4) does the equivalent in the kernel. DEV_UMASS5 seems most > likely, but there are other methods to try as well. Ah, interesting, I'll give that a go. Looking at the code, though, it looks like it might be doing what