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

Re: Samba on obsd

2020-03-25 Thread Максим
As a replacement for MS AD you have no chance with OpenBSD.Sadly.� --� Maksim Rodin� � � 25.03.2020, 02:10, "Lars Bonnesen" : Hi. I am having a project on setting up Samba to work as a replacement for MS AD. I would prefer to do it on OpenBSD, but how is the implementation of Samba

xl2tpd cannot connect to PPPoE VPN server

2019-08-19 Thread Максим
Hello, I set up an xl2tp client using xl2tpd port on OpenBSD amd64 stable. Most of the time I connect to a Mikrotik PPPoE VPN server and the connection runs without problems but sometimes I cannot make a connection. When this happens I see the following in the /var/log/daemon: tail -f

Re: How to clear the screen correctly in ksh

2019-07-05 Thread Максим
On 2019-07-04, Максим wrote: >>  Hello >>  In bash I can press Ctrl-l to clear the screen. >>  In ksh this key combination does not work. I can clear the screen only >>  using the command "clear". >> >>  How can I do this using hotkeys in ksh? >>

How to clear the screen correctly in ksh

2019-07-04 Thread Максим
Hello In bash I can press Ctrl-l to clear the screen. In ksh this key combination does not work. I can clear the screen only using the command "clear". How can I do this using hotkeys in ksh? And how to do this when in vi mode? I tried a workaround by assigning the key combination to Ctrl-l to

Re: IPTV handling on OpenBSD soft router

2019-06-18 Thread Максим
nd action block" -- Best regardsMaksim Rodin 18:41, 18 июня 2019 г., Stuart Henderson : On 2019-06-18, Максим wrote: � When I disable PF and use tcpdump to monitor network activity on em2 � (where the IPTV box is connected) I see a stream of udp packets (something like this:

Re: IPTV handling on OpenBSD soft router

2019-06-18 Thread Максим
info availability didn't allow me to find until now. They show up > in tcpdump although they are not TCP nor even IP, and wireshark doesn't > decrypt the payload, which I'm interested in. > Ursprüngliche Nachricht Von: Родин Максим > Datum: 16.06.19 22:16 (GMT+01:

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: Flask and uWSGI on OpenBSD httpd

2019-06-06 Thread Максим
https://uwsgi.readthedocs.io/en/latest/OpenBSDhttpd.html?highlight=openbsd --  Best regards Maksim Rodin 06.06.2019, 09:02, "Tito Mari Francis Escaño" : > Good day to everyone on misc, > I’m trying to setup a Flask-based web application on OpenBSD 6.5 and I keep > encountering mention of uWSGI

Re: The right way to view the current input layout in X

2019-05-28 Thread Максим
t; It does the job. > > Dani > > ‐‐‐ Original Message ‐‐‐ > On Tuesday, 28 May 2019 14:39, Robert Klein wrote: > >>  On Tue, 28 May 2019 14:50:30 +0300 >>  Максим a23s4a2...@yandex.ru wrote: >> >>  > Hello, >>  > The following command is run fro

Re: The right way to view the current input layout in X

2019-05-28 Thread Максим
ot;Robert Klein" : > On Tue, 28 May 2019 14:50:30 +0300 > Максим wrote: > >>  Hello, >>  The following command is run from my .xsession file to allow me to >>  switch between english and russian layout: "setxkbmap -layout "us,ru" >>  -option grp:

The right way to view the current input layout in X

2019-05-28 Thread Максим
Hello, The following command is run from my .xsession file to allow me to switch between english and russian layout: "setxkbmap -layout "us,ru" -option grp:alt_space_toggle" But how can I view the current input layout? --  Maksim Rodin

Re: Django + httpd + relayd

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

cannot install iozone

2019-03-15 Thread Максим
Hello. I cannot install iozone though it is shown using command pkglocate $ pkglocate iozone iozone-3.465:benchmarks/iozone:/usr/local/bin/iozone iozone-3.465:benchmarks/iozone:/usr/local/man/man1/iozone.1 $ pkg_info -Q iozone shows nothing $ doas pkg_add -i iozone quirks-3.107 signed on

Re: SSH disconnects right after accepting

2019-02-07 Thread Максим
Hello, Did you edit /etc/login.conf recently? --  Best Regards Maksim Rodin 08.02.2019, 03:27, "Lars Bonnesen" : > OpenBSD 6.4 > > Putty just reports "Authenticating with public key "XXX" from agent" and > then I am disconnected. If I run sshd with -ddd, I get the following > output. I can't

Re: SSH server immediately closes connection

2018-12-15 Thread Родин Максим
Hello, That was my fault. I misconfigured my login.conf last time. 14.12.2018 16:14, Nick Holland пишет: On 12/14/18 00:27, Максим wrote: Hello, I've got a PC running OpenBSD current. After the latest upgrade I cannot ssh to it. When I run "ssh 10.26.5.70" I get this: &

SSH server immediately closes connection

2018-12-13 Thread Максим
Hello, I've got a PC running OpenBSD current. After the latest upgrade I cannot ssh to it. When I run "ssh 10.26.5.70" I get this: "Connection to 10.26.5.70 closed by remote host. Connection to 10.26.5.70 closed." As an SSH client I use another OpenBSD box and a Linux machine with the same

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: Can OpenBSD connect to MS L2TP VPN?

2018-09-03 Thread Максим
Hello. I recently managed to make a connection to MIkrotik L2TP server using xl2tp package. I'm not sure it would be the same as for Windows but you could try. The problem may be how to set the domain part of the login: DCDOMAIN\user (DCDOMAIN\\user, user@dsdomain.local?..) The only problem was

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
Thank you very much! Your advice is really much easier to remember for me as I am not a big programmer. --  Best regards Maksim Rodin 27.08.2018, 16:09, "Stuart Henderson" : > On 2018/08/27 15:43, Максим wrote: >>  I manually downloaded the python-ldap-3.1.0.tar.gz a

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
> Op 08/27/18 om 12:09 schreef Максим: >>  Sorry, I was wrong. >>  There is a file "lber.h" on the system (/usr/local/include/lber.h) >>  But the installer doesn't seem to know where to find it. >>  So the question remains. >> >>  -- >>  Maks

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
ually downloading it from pypi.python.org and running Python setup.py build and Python setup.py install � On August 27, 2018 10:09:48 AM UTC, "Максим" wrote: Sorry, I was wrong. There is a file "lber.h" on the system (/usr/local/include/lber.h) But the installer

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
Sorry, I was wrong. There is a file "lber.h" on the system (/usr/local/include/lber.h) But the installer doesn't seem to know where to find it. So the question remains. --  Maksim Rodin 27.08.2018, 11:52, "Stuart Henderson" : > On 2018-08-27, Максим wrote: >>  Hel

Re: pip install (python3) requires some development libraries

2018-08-27 Thread Максим
--  Maksim Rodin 27.08.2018, 11:52, "Stuart Henderson" : > On 2018-08-27, Максим wrote: >>  Hello. >>  I'm trying to install some django components, which >>  require development libraries be installed on the system to >>  successfully compile. >>  If it

pip install (python3) requires some development libraries

2018-08-27 Thread Максим
Hello. I'm trying to install some django components, which require development libraries be installed on the system to successfully compile. If it goes about Ubuntu I understand that I have to install something like "packet-dev" with the command "sudo apt install packet-dev" What are my steps to

Re: Poor browser performance in OpenBSD

2018-06-21 Thread Максим
Sorry for corrupted output. I had to compose the email in a browser. I will try to fix that. --  Best regards. Maksim Rodin 21.06.2018, 12:13, "Максим" : > Here is the vmstat result. It can be seen clear when I start a youtube > video in firefox. CPU usage jumps and falls, whe

Re: Poor browser performance in OpenBSD

2018-06-21 Thread Максим
Here is the vmstat result. It can be seen clear when I start a youtube video in firefox. CPU usage jumps and falls, whenI close the tab with that video.I cannon imagine what can be a bottleneck in the system with core i3 cpu, 8 gb ram and ssd when the only "heavy" processis firefox with 10 open

Re: Poor browser performance in OpenBSD

2018-06-20 Thread Максим
1600 900 903 909 926 +hsync -vsync (55.5 kHz e) [25.774] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e) [25.774] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080

Re: Poor browser performance in OpenBSD

2018-06-20 Thread Максим
e: Buttons: 7 [19.179] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5 [19.179] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 7) [19.625] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1 [19.625] (**) /dev/wsmouse: (accel) acceleration prof

Re: Poor browser performance in OpenBSD

2018-06-20 Thread Максим
fw_update was among the first commands after the install process :-) hardware acceleration definitely works. --  20.06.2018, 10:04, "Maurice McCarthy" : > Can only suggest reading man intel and/or running > $ doas fw_update > > beyond that you'd need someone more knowledgeable. > Good Luck

Poor browser performance in OpenBSD

2018-06-19 Thread Максим
Hello. I'm using Firefox and Chromium (from packages) to browse the internet on OpenBSD 6.3 (amd64). The problem is that their performance in OpenBSD is very poor compared to other OSes. Everything I found regarding boosting their performance: 1) Changing some values in login.conf for login

Re: Different sound sources interfere with each other

2018-06-19 Thread Максим
ordan Geoghegan" : > On 06/18/18 11:58, Родин Максим wrote: >>  May be the system becomes ... too busy to serve these actions >>  simultaneously? >>  It seemed to me that any task which made decent use of computer >>  resources was able to cause that behavior. > &g

Re: Different sound sources interfere with each other

2018-06-19 Thread Максим
ordan Geoghegan" : > On 06/18/18 11:58, Родин Максим wrote: >>  May be the system becomes ... too busy to serve these actions >>  simultaneously? >>  It seemed to me that any task which made decent use of computer >>  resources was able to cause that behavior. > &g

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? -- С уважением, Родин Максим

Different sound sources interfere with each other

2018-06-13 Thread Максим
Hello, I use USB headphones on OpenBSD amd64 6.3 So they are detected on the system: uaudio0 at uhub3 port 2 configuration 1 interface 0 "Sennheiser Communications Sennheiser USB headset" rev 1.10/1.00 addr 3 uaudio0: audio rev 1.00, 8 mixer controls audio1 at uaudio0 I've set up this audio

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 -- С уважением, Родин Максим

Re: 4-ports router under $150

2018-04-09 Thread Максим
It has a compatible Intel Ethernet adapter (82583V) https://man.openbsd.org/man4/em.4 I don't know what else can be a problem. --  С уважением, Родин Максим 09.04.2018, 11:29, "Anatoli" <m...@anatoli.ws>: > Thanks, Maxim. > > Have you tried it with OpenBSD? Or shoul

Re: 4-ports router under $150

2018-04-09 Thread Максим
=ae803_1=0 --  С уважением, Родин Максим 08.04.2018, 02:45, "Anatoli" <m...@anatoli.ws>: > Hi All! > > I'm looking for a modest 4-5 ports router under $150 that works well > with OpenBSD. I don't need WiFi, USB or console port, and the throughput > don't need to e

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

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

OpenBSD as l2tp vpn client

2018-04-07 Thread Максим
Hello, Where can I find any useful information about setting up a L2TP VPN client in recent versions of OpenBSD? The L2TP VPN server is setup on a Microtik router. --  Best regards Maxim Rodin

Multiple layers of softraid

2018-01-30 Thread Максим
Hello, Is it safe to make "stackable" RAID using softraid? I mean: make two RAID1 virtual disks using softraid and then make a RAID0 virtual disk using the previous two RAID1 virtual disks (RAID1+0). --  Best regards, Maxim Rodin

Re: Some hints to set up a PPTP or L2TP VPN client under OpenBSD

2017-12-03 Thread Максим
ent, I'd be glad to know them as well. Thanks in advance. -- Maxim Rodin 03.12.2017, 13:30, "Denis" <den...@mindall.org>: > Hi, > > Are you going to use OpenBSD as a client of MS Win server using L2TP and > mschap auth? > > Thanks. > > On 12/3/2017 11:27 A

Some hints to set up a PPTP or L2TP VPN client under OpenBSD

2017-12-03 Thread Максим
Hello, Where can I find any useful information about setting up a VPN client (PPTP or L2TP) in recent versions of OpenBSD? Everything I found goes about OpenBSD version 3.8. -- Best regards Maxim Rodin

Re: NFS daemon is very slow in server-to-client direction in TCP mode

2016-04-15 Thread Максим
Thanks, Brian!You are right. The default value of 65536 for wsize and rsize seems bad for debian client. Lower values gave me very good results (it seems the lower the value the better the responsiveness).I finally stopped at value 4096. Seems working.š--Best regardsRodin Maximššš14.04.2016,

NFS daemon is very slow in server-to-client direction in TCP mode

2016-04-14 Thread Максим
I was using nfs service on OpenBSD (amd64) since version 5.6. The whole setup process repeats the steps in official FAQ on the OpenBSD's homepage. The problem was and remains (now in version 5.9 amd64): in TCP mode the upload speed is about 20-30MB/s which is quite acceptable for my needs, but