unwind. entry is marked as invalid

2024-05-06 Thread Maksim Rodin
ccept bogus autoconf { fans } force accept bogus autoconf { one } force accept bogus autoconf { gift } force accept bogus autoconf { xyz } force accept bogus autoconf { dev } force accept bogus autoconf { cz } force accept bogus autoconf { eu } -- Best regards Maksim Rodin

Any tool in base which allows to get all IPs in prefix?

2023-12-19 Thread Maksim Rodin
Hello Is there any tool in base which allows to get something like this? $ nmap -sL -n IP_PREFIX ... a long list of ip addresses ... -- Maksim

Re: NFS mounted but shows nothing even df -h has it

2023-05-31 Thread Maksim Rodin
The /mnt/hdd partition on your NFS server might just be not mounted which does not prevent nfs service from successfully serving an empty directory. Or one of your two nfs clients might have deleted all your files and you did not notice this. On Wed May 31 09:27:04 2023, Maksim Rodin wrote

Re: NFS mounted but shows nothing even df -h has it

2023-05-31 Thread Maksim Rodin
Hello, Silly question but... Are you sure that your NFS server still has any files on /mnt/hdd? On Wed May 31 09:07:15 2023, Jazzi Hong wrote: > Hello, > > I have OpenBSD 7.2 installed and NFS service running on Cubieboard2, > one Linux client and one MacOS client, everything works fine for the

vfs.nfs.iothreads - how much is safe?

2023-05-12 Thread Maksim Rodin
t to raise this value to its maximum of 20? -- Maksim Rodin

Re: PC Engines APU platform EOL

2023-05-03 Thread Maksim Rodin
Hello, Is there any problem with fanless x86_64 mini PCs with several NICs, sold on aliexpress? On Thu May 4 13:19:17 2023, Aaron Mason wrote: > On Thu, May 4, 2023 at 1:17 PM Damian McGuckin wrote: > > > > > > > Happy apu2 & apu4 user here. > > > > Ditto. > > > > > Are there other OpenBSD

Re: old nslookup binary found?

2023-04-15 Thread Maksim Rodin
Thank you very much! I must have missed it during that upgrade. On Sat Apr 15 09:41:13 2023, Peter Hessler wrote: > On 2023 Apr 15 (Sat) at 09:33:51 +0300 (+0300), Maksim Rodin wrote: > :Hello, > :I accidentally found a possibly old nslookup binary from 2019 > :in /usr/sbin when I

old nslookup binary found?

2023-04-15 Thread Maksim Rodin
could remain after an upgrade? This is the 7 year old OpenBSD installation which is regularly upgraded. -- Maksim Rodin

Re: how tail waits for file to appear again?

2023-02-19 Thread Maksim Rodin
is again set to zero, old file stats are replaced with new ones and normal data watching is resumed. On Fri Feb 17 15:17:17 2023, Stuart Henderson wrote: > On 2023-02-17, Maksim Rodin wrote: > >> > I was able to reproduce watching for new data and truncation of the > >> >

Re: how tail waits for file to appear again?

2023-02-17 Thread Maksim Rodin
RENAME events are caught only tfreopen function is called and I do not see any event watching actions in that function. So my primary question might be: how can I monitor file creation (using events) by only knowing its name? On Fri Feb 17 11:47:03 2023, Mike Fischer wrote: > > > Am 17.02.2023

how tail waits for file to appear again?

2023-02-16 Thread Maksim Rodin
ierr(ttf->fname); else { warnx("%s has been replaced, reopening.", ttf->fname); tfqueue(ttf); } } reopen[i] = reopen[--nfiles]; } return nfiles ? : NULL; } """ -- Maksim Rodin

Re: iridium/chromium webcam access

2022-12-26 Thread Maksim Rodin
test meeting. It showed my ugly face from my webcam and told me that my mic seems to work fine ;-) On Mon Dec 26 11:49:24 2022, Robert Alessi wrote: > On Mon, Dec 26, 2022 at 12:03:46PM +0300, Maksim Rodin wrote: > > Could you once again test your webcam on https://webcammictest.com/ ? >

Re: iridium/chromium webcam access

2022-12-26 Thread Maksim Rodin
Hi, Could you once again test your webcam on https://webcammictest.com/ ? I use Chromium for Microsoft Teams video and audio calls. IIRC, the only thing I had to do, was `doas chown myuser /dev/video0` Are you sure that after setting up /etc/fbtab you (and not root) are the owner of your

tap vm network interfaces are not added to bridge/veb host interface

2022-12-25 Thread Maksim Rodin
1500 lladdr fe:e1:ba:d3:3e:d8 description: vm1-if0-addc index 9 priority 0 llprio 3 groups: tap status: active My vmd host is OpenBSD 7.2 amd64 (which is used as a workstation as well if that matters). Is there something I missed during changing network co

Re: PC Engines APU alternative for OpenBSD - 2022h2

2022-11-25 Thread Maksim Rodin
are recently and wait for it to arrive: Qotom Mini PC 5* I225-V 2.5G Lan Celeron J4105 AES-NI Quad core Pfsense Firewall Router Mini PC Q730G5 -- Regards Maksim Rodin

Warning in .xsession-errors Actions not found: exec-formatted

2022-11-20 Thread Maksim Rodin
LECT) """ I occasionally found out that the hotkeys defined for "exec-formatted" sections do not work anymore. I am sure that these hotkeys worked when I had OpenBSD 7.0 but after some sysupgrade (now it is 7.2 amd64) they do not work anymore. Did anything change since 7.0? -- Maksim Rodin

Cannot edit a command in history in vi-mode

2022-10-25 Thread Maksim Rodin
quot;Enter". Using "n" I find the command in history and press "Esc" and "v" to edit this command. The $EDITOR opens, I make some modifications, then save and exit the $EDITOR, and the old command is executed without any changes I have just made. Is case 2 the correct behaviour or do I do something wrong? My current system is OpenBSD 7.2 amd64 -- Maksim Rodin

Re: sndiod and multiple audio devices

2022-08-14 Thread Maksim Rodin
Hello, Try setting these environment variables before running your application (or in your .profile or in your .xsession file): export AUDIOPLAYDEVICE=snd/0 export AUDIORECDEVICE=snd/1 see "man 7 sndiod" This worked for me. On Sat Aug 13 18:24:45 2022, Isaac Meerwarth wrote: > Greetings all, >

dabbrev-expand, action not found

2022-08-01 Thread Maksim Rodin
t; and trying to use the Meta + / in xterm it does not seem to work. And there is an error after using this key combination in ~/.xsession-errors: "Warning: Actions not found: dabbrev-expand" Should it work at all? -- Maksim Rodin

Re: doas and args matching

2022-07-29 Thread Maksim Rodin
> $ /sbin/wsconsctl display.brightness=50 wsconsctl: /dev/ttyC0: Permission > denied > Did you forget to type "doas" before your command? On Пт 29 июл 2022 15:38:37, Alexis wrote: > > Alexander Hall writes: > > > > There's a good chance i'm misunderstanding, but doesn't this run > > > into >

Re: make the mouse in cwm follow active window

2022-07-17 Thread Maksim Rodin
Hello! Sorry for confusing. I noticed that for the first time on Ubuntu where I use cwm as well. I will check if it is different on OpenBSD. On Вс 17 июл 2022 11:48:20, Marcus MERIGHI wrote: > Hello! > > a23s4a2...@yandex.ru (Maksim Rodin), 2022.07.16 (Sat) 11:58 (CEST): > >

make the mouse in cwm follow active window

2022-07-16 Thread Maksim Rodin
suppose there is no way to make the active window being moved remain active because focus follows mouse but may be there is a way to make the mouse pointer follow the window being moved? -- Maksim Rodin

Is there a way to build mod_auth_kerb?

2022-04-18 Thread Maksim Rodin
in /root/mod_auth_kerb-master (Makefile:16 'src/mod_auth_kerb.so') ``` Is it possible to compile that module on OpenBSD at all? -- Best regards Maksim Rodin

Re: Unwind does not seem to query forwarders it is pointed to

2021-12-07 Thread Maksim Rodin
quite understand how any of the two DNS servers pretend to give DNSSEC information On Пн 06 дек 2021 17:20:28, Florian Obser wrote: > On 2021-12-06 13:49 +03, Maksim Rodin wrote: > > Hello > > I have the following unwind.conf: > > ``` > > cat /etc/unwind.conf > &

Unwind does not seem to query forwarders it is pointed to

2021-12-06 Thread Maksim Rodin
dc.mydomain.ru 192.168.1.150 ``` It returns the correct answer So the unwind daemon seems to always query root name servers instead of my two servers. Is that the expected behavior? -- Maksim Rodin

Re: django-ldap-auth authentication lasts several minutes on OpenBSD

2021-12-06 Thread Maksim Rodin
> then you have found the culprit... > -- Maksim Rodin

Re: django-ldap-auth authentication lasts several minutes on OpenBSD

2021-12-03 Thread Maksim Rodin
021 10:45:03, Stuart Henderson wrote: > On 2021-12-03, Maksim Rodin wrote: > > The AD DC machine is an Ubuntu 20 machine with samba 4. > > The test machine where I initially have all the code and from where I > > tested this application initially > > is a Linux Mint machi

django-ldap-auth authentication lasts several minutes on OpenBSD

2021-12-03 Thread Maksim Rodin
"dc=domain,dc=ru", ldap.SCOPE_SUBTREE, "sAMAccountName=%(user)s" ) ... ... AUTH_LDAP_START_TLS = True AUTH_LDAP_GLOBAL_OPTIONS = { ldap.OPT_X_TLS_CACERTFILE: '/home/myuser/samba-ca.pem', ldap.OPT_X_TLS_REQUIRE_CERT: ldap.OPT_X_TLS_DEMAND, } ``` What option specific to the OpenBSD may I be missing it my configuration? -- Maksim Rodin

Re: sysctl hw.sensors.lm1 shows only one fan

2021-09-26 Thread Maksim Rodin
-24, Maksim Rodin wrote: > > My system has several fans connected to the MB (Supermicro X8SIL-F) > > "sysctl hw.sensors.lm1" shows only fan0. > > Is there a way to make my system (OpenBSD 6.9 stable) show more fans in > > that output? > > > > Try "b

sysctl hw.sensors.lm1 shows only one fan

2021-09-24 Thread Maksim Rodin
My system has several fans connected to the MB (Supermicro X8SIL-F) "sysctl hw.sensors.lm1" shows only fan0. Is there a way to make my system (OpenBSD 6.9 stable) show more fans in that output? -- Regards Maksim