virt-viewer spice and proxmox ve

2025-05-15 Thread Maksim Rodin
ads\previously_downloaded_file it says: Could not connect: no working VM found Is there something I can do with it? May be some manual steps are needed? -- Best regards Maksim Rodin

Re: Sieve rules and OpenSMTPD

2025-02-21 Thread Maksim Rodin
rks as expected. Big thanks for help! On Thu Feb 20 15:47:15 2025, Zé Loff wrote: > On Thu, Feb 20, 2025 at 01:33:52PM +0300, Maksim Rodin wrote: > > Hello, > > > Is some...@mydomain.tld a valid user as far as OpenSMTPd is concerned? > > > That is, if you send a message direct

Re: Sieve rules and OpenSMTPD

2025-02-20 Thread Maksim Rodin
e to this email directly it arrives to the right inbox. If I connect with "telnet localhost 25" sitting in the mail server console and write during the session: "rcpt to: On Thu, Feb 20, 2025 at 10:11:03AM +0300, Maksim Rodin wrote: > > Hello, > > I am trying to use s

Sieve rules and OpenSMTPD

2025-02-20 Thread Maksim Rodin
t; """ but I am not sure if I can do something with this. I tried to write the rule like this: """ redirect ""; """ But nothing changed. Is this a problem with dovecot or OpenSMTPD? OpenBSD 6.7 stable dovecot 2.3.21.1 (d492236fa0) OpenSMTPD 7.6.0 -- Best regards Maksim Rodin

Re: Make smtpd use only ipv6

2025-02-19 Thread Maksim Rodin
o rely on always having access to a static IP on a home > connection - this being Australia and all) but it'll mean having to > migrate my Zentyal VM to my Proxmox server and it was a pain getting > it where it is from Vultr in the first place... > > -- > Aaron Mason - Programmer, open source addict > I've taken my software vows - for beta or for worse > -- Best regards Maksim Rodin С уважением, Родин Максим

broken samba package

2025-02-17 Thread Maksim Rodin
_crypt.crypt(word, salt) ^^^^ """ Is this something I can fix by myself? My system is OpenBSD amd64 7.6 stable. -- Best regards Maksim Rodin

Re: Strange Wireguard config

2025-01-15 Thread Maksim Rodin
Hello, Now everything works! Thanks for your help! On Mon Jan 13 21:09:07 2025, k...@krot.org wrote: > > > • Maksim Rodin [2025-01-13 17:45]: > > Hello. > > I recently got a wireguard config from my friend, he wanted to test his > > wg endpoint setup on a mikrotik rou

Strange Wireguard config

2025-01-13 Thread Maksim Rodin
.16.1.0/24 network. Could there be any tricks on mikrotik router that allow to translate my queries from 172.16.2.201/32 network access resources in 172.16.1.0/24? How can it be that such a config works on Windows but cannot work on OpenBSD? I use OpenBSD 7.6 amd64 stable. -- Best regards Maksim Rodin

Need some help in tweaking LibreOffice

2024-10-29 Thread Maksim Rodin
r 2 vscsi0 at root scsibus3 at vscsi0: 256 targets softraid0 at root scsibus4 at softraid0: 256 targets root on sd2a (ca799b78dd96fe5e.a) swap on sd2b dump on sd2b amdgpu0: NAVY_FLOUNDER GC 10.3.2 40 CU rev 0x00 amdgpu0: 3840x2160, 32bpp wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0 wskbd1: connecting to wsdisplay0 wskbd2: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation) -- Best regards Maksim Rodin

Re: Increase mouse pointer speed and sensitivity

2024-10-15 Thread Maksim Rodin
0 > WS Pointer Wheel Emulation Axes (306): 0, 0, 4, 5 > WS Pointer Wheel Emulation Inertia (307): 10 > WS Pointer Wheel Emulation Timeout (308): 200 > WS Pointer Wheel Emulation Button (309):4 > > Same output for device id 8. > > -- > Sadeep Madurange > PGP: 103BF9E3E750BF7E > -- Best regards Maksim Rodin С уважением, Родин Максим

Re: mount -a ingores NFS record in /etc/fstab

2024-09-11 Thread Maksim Rodin
ere the issue. This line misses fs_type. It requires rw, ro, or something. > > -- > wbr, Kirill > -- Best regards Maksim Rodin

Re: Options to have relayd add IP to pf?

2024-08-26 Thread Maksim Rodin
> On Mon, Aug 26, 2024 at 11:27:02AM +0300, Maksim Rodin wrote: > > Hello, > > Here is my ugly script in testing which uses a postgres table to track bad > > guys in > > authlog and pf to lock them forever. > > --- > > #! /bin/ksh > > MAX_RETRIES=2

Re: Options to have relayd add IP to pf?

2024-08-26 Thread Maksim Rodin
r computer farms sending individual requests at "normal" rate. > There are just thousands of them. > > The only way to identify them is by looking at User-Agent and/ou HTTP > requests body. So pf only won’t be enough there. > > I thought I could use some matching relayd rules that would tag the > connections so that pf blocks them. But it seems pftag is not made for this. > > Writing a script and feed it using syslog is doable. But I hoped I could use > only relayd and pf. -- Best regards Maksim Rodin С уважением, Родин Максим

doveadm index segfaults after upgrade to 7.5

2024-05-30 Thread Maksim Rodin
-- Best regards Maksim Rodin

Re: packet filter silently ignores a rule

2024-05-21 Thread Maksim Rodin
an issue with the continuation > character "\" IF THERE IS A SPACE AFTER IT!! > > Make sure that the \ is the last character on the line! > > S. > > On 20/05/2024 11:01 p.m., Maksim Rodin wrote: > > I solved the problem by copying the entire rule block right af

Re: packet filter silently ignores a rule

2024-05-21 Thread Maksim Rodin
2024, Maksim Rodin wrote: > Hello, > I use OpenBSD 7.5 stable amd64. > I uncommented an old rule and the corresponding macro in pf.conf > which definitely worked when the > machine was on version 7.3 and possibly 7.4. > > After that: > pfctl -nf /etc/pf.conf shows nothing

packet filter silently ignores a rule

2024-05-20 Thread Maksim Rodin
pamd pass in on egress proto tcp from to (egress) \ port smtp rdr-to $mail_server pass in log on egress proto tcp from \ to (egress) port smtp \ rdr-to $mail_server pass out on egress proto tcp to (egress) port smtp -- Best regards Maksim Rodin warning: macro 'mail

unwind. entry is marked as invalid

2024-05-06 Thread Maksim Rodin
{ site } force accept 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-30 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 frien

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 ran

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
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
L) ierr(ttf->fname); else { warnx("%s has been replaced, reopening.", ttf->fname); tfqueue(ttf); } } reopen[i] = reopen[--nfiles]; } return nfiles ? &ts : 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 /dev/vide

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
a spare 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
t=%s";, SELECT) """ 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
;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
usr/local/include -c src/mod_auth_kerb.c -fPIC -DPIC -o src/.libs/mod_auth_kerb.o apxs:Error: Command failed with rc=65536 . *** Error 1 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
t 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
ookup 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
DAP_USER_SEARCH = LDAPSearch( "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