Re: help debug NFS

2021-04-12 Thread Родин Максим
a cron script that stat's the mount point every four minutes. That stops the mount from hanging. I hope that helps. James On Sun, Apr 11, 2021 at 2:04 AM Родин Максим wrote: Hello I have an NFS server on OpenBSD 6.8 stable which exports a folder with default settings. I have a linux mint

help debug NFS

2021-04-11 Thread Родин Максим
Hello I have an NFS server on OpenBSD 6.8 stable which exports a folder with default settings. I have a linux mint client which mounts a share from this NFS server with these settings: sudo mount -o wsize=8192,rsize=8192 192.168.1.65:/big /home/user/store which gives a decent speed at about

Split-horizon dns

2021-03-26 Thread Родин Максим
Hello, Is there a way to do split horizon dns using NSD? I did not find anything similar in man nsd.conf -- Best regards Maksim Rodin

Re: blacklistd analogue

2021-03-25 Thread Родин Максим
for timming down log files. Regards, Jean-Pierre -- С уважением, Родин Максим

Aspeed AST2400 integrated video supported?

2021-02-18 Thread Родин Максим
Hello Is that type of video chip on server motherboard (Supermicro X11SSL) supported? -- Maksim Rodin

Cisco AnyConnect Secure Mobility Client Alternatives with MFA?

2021-01-31 Thread Родин Максим
Hello, Our employer decided that AnyConnect Secure Mobility Client with multifactor Azure authentication is the only secure option to connect to work. No alternatives, no discussions. There are packages for Windows and Linux only. Did anybody succeed in running vpn clients compatible with all

Re: httpd fastcgi socket option not working as expected

2020-12-21 Thread Родин Максим
de dez. de 2020 às 06:48, Родин Максим <mailto:a23s4a2...@yandex.ru>> escreveu: Hello. I have a working Django project which can be run by its own http-server using "./manage.py runserver 0.0.0.0:8000 <http://0.0.0.0:8000>" One of the apps is ava

httpd fastcgi socket option not working as expected

2020-12-21 Thread Родин Максим
Hello. I have a working Django project which can be run by its own http-server using "./manage.py runserver 0.0.0.0:8000" One of the apps is available then on "http://192.168.1.102:8000/it; The same project can be run using uwsgi's own http server by adding the option "http-socket = :8000" to

Re: OpenSMTPD-extras manual

2020-12-20 Thread Родин Максим
at one, for example a table-python(5) manual page doesn't appear to exist. Yours, Ingo -- С уважением, Родин Максим

OpenSMTPD-extras manual

2020-12-19 Thread Родин Максим
Hello. Where can I find any manuals and examples regarding OpenSMTPD-extras? Which table types are supported and do not have status "experimental" like ldap tables? E.g. what is opensmtpd-extras-python and how can I use it? -- Best regards Maksim Rodin

OpenSMTPD and ldap+tls

2020-11-30 Thread Родин Максим
Hello Is there a way to make opensmtpd work with ldap aliases over a secure connection? I do not know where to find working examples of this My current /etc/mail/ldap.conf look like this: 1 url>>--->---ldap://ldap1.mydomain.ru 2 basedn>->--->---dc=mydomain,dc=ru 3

Re: incorrect pf rule?

2020-11-29 Thread Родин Максим
It turns out that my caring ISP really has a free firewall service which is enabled by default. I asked my ISP to disable it completely and now everything is OK. Thank you! 29.11.2020 13:08, Stuart Henderson пишет: On 2020-11-29, Родин Максим wrote: The problem is that only port 80 seems

Re: incorrect pf rule?

2020-11-29 Thread Родин Максим
It turns out that my caring ISP really has a free firewall service which is enabled by default. I asked my ISP to disable it completely and now everything is OK. Thank you! 29.11.2020 14:30, Stuart Henderson пишет: On 2020-11-29, Stuart Henderson wrote: On 2020-11-29, Родин Максим wrote

incorrect pf rule?

2020-11-28 Thread Родин Максим
Hello I have a small 5 year old home router (upgraded to OpenBSD 6.8 stable) with a static white IP from my internet provider (gotten by dhcp) and a simple http/https server (OpenBSD httpd) in my network using VirtualBox VM (OpenBSD 6.8) which has a static IP 192.168.1.102. The http server is

ldapd.conf certificate directive not working?

2020-11-28 Thread Родин Максим
Hello When I use the following directive in ldapd.conf: 1) ... listen on em0 ldaps ... or ... listen on em0 tls ... and the certificate (em0.crt) and key (em0.key) files are in /etc/ldap/certs, then "ldapd -n" shows OK. When I use: 2) ... listen on em0 ldaps certificate

Re: Help debugging slow nfs (40kB/s); linux client

2020-04-18 Thread Родин Максим
this? Thanks, Nathan -- С уважением, Родин Максим

Re: Does Intel driver supports Intel g31?

2020-04-12 Thread Родин Максим
Clearly Russia is guilty of everything in this world. But Kazakhstan is not Russia. And your post shows that stupid people live not only in Kazakhstan. 11.04.2020 18:24, m brandenberg пишет: On Sat, 11 Apr 2020, Nikita Stepanov wrote: Does Intel driver supports Intel g31? Clearly, Russia's

IPTV handling on OpenBSD soft router

2019-06-16 Thread Родин Максим
Hello, I am trying to set up an IPTV-box behind a soft router. When my internet (iptv) provider installed the IPTV box he said that I need a switch before my soft router to let IPTV stream successfully pass to the IPTV box. I thought that a virtual bridge interface would be enough for this

Re: Django + httpd + relayd

2019-03-31 Thread Родин Максим
with httpd and relayd? Beating my head off the wall with it at this point. -- С уважением, Родин Максим

Re: SSH server immediately closes connection

2018-12-15 Thread Родин Максим
snapshot you upgraded to. Nick. -- С уважением, Родин Максим

Re: How to make the cwm window manager reread new config

2018-09-16 Thread Родин Максим
Thank you very much, it works. I always thought this would restart my whole session and I would loose all my open windows. 15.09.2018 21:38, Antoine Jacoutot пишет: On Sat, Sep 15, 2018 at 08:41:52PM +0300, Родин Максим wrote: Hello, May be a silly question, how can I make the cwm window

Re: Deploy Django app - strategy?

2018-09-16 Thread Родин Максим
with http/fastcgi protocol * httpd on egress Best regards, Chris -- С уважением, Родин Максим

How to make the cwm window manager reread new config

2018-09-15 Thread Родин Максим
Hello, May be a silly question, how can I make the cwm window manager reread its config file without loosing my working session? -- Maksim

Re: Different sound sources interfere with each other

2018-06-18 Thread Родин Максим
k(0x7f7bb91b) 24666 rm 0.431070 RET unlink 0 Can anybody provide any pointers on how to debug this further or suggestions on what the problem might be? -- С уважением, Родин Максим

Re: 4-ports router under $150

2018-04-09 Thread Родин Максим
yet. Also it's a bit expensive ($190). Banana Pi R2 would be great too, but I couldn't find if it's supported by OpenBSD (it has MediaTek MT7623N, Quad-core ARM Cortex-A7). Are there 4-5 port devices that are known to work well with OpenBSD? Thanks, Anatoli -- С уважением, Родин Максим

Re: 4-ports router under $150

2018-04-09 Thread Родин Максим
are not supported yet. Also it's a bit expensive ($190). Banana Pi R2 would be great too, but I couldn't find if it's supported by OpenBSD (it has MediaTek MT7623N, Quad-core ARM Cortex-A7). Are there 4-5 port devices that are known to work well with OpenBSD? Thanks, Anatoli -- С уважением, Родин Максим

webcam in browser not seen

2018-04-07 Thread Родин Максим
Hello, I have a laptop with OpenBSD 6.3 64bit installed. There is a webcam on the laptop which is detected in dmesg as uvideo0 device. The problem is that the webcam is not seen in browser. I tried to setup a Google Meet session. Audio and mic seem to have been detected (after I installed