Re: httpd location statement

2020-12-10 Thread Alexey Vatchenko
> On 11 Dec 2020, at 00:16, Todd C. Miller wrote: > > On Thu, 10 Dec 2020 19:24:20 +0200, Alexey Vatchenko wrote: > >> I’m migrating from ancient server with OpenBSD’s apache1 to 6.8 OpenBSD’s htt >> pd. >> In my configuration I use Handler for .html, .htm, .css,

Re: httpd location statement

2020-12-10 Thread Alexey Vatchenko
> On 10 Dec 2020, at 20:51, Florian Obser wrote: > > I think the only way is to repeat the location statement for each extension :/ If preparing a patch, what is the preferable syntax for this functionality? location regex “/.*\.(html|css){1}$” { # something }

httpd location statement

2020-12-10 Thread Alexey Vatchenko
Hello! I’m migrating from ancient server with OpenBSD’s apache1 to 6.8 OpenBSD’s httpd. In my configuration I use Handler for .html, .htm, .css, .js and 4 more extensions. I’ve found a way to configure it for one extension and it works great! location “*.html” { fastcgi {

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-16 Thread Alexey Vatchenko
>From my attach script: /usr/local/libexec/hotplug-diskmount attach -u av -g av -m 750 -r dirty -F "$DEVNAME" As a result: /dev/sd2i on /vol/TransMemory type ntfs (local, nodev, nosuid, read-only) With FUSE, /usr/local/libexec/hotplug-diskmount attach -u av -g av -m 750 -r dirty "$DEVNAME" And t

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-14 Thread Alexey Vatchenko
Unfortunately, from time to time FUSE hangs my system. So I have to use -F to disable FUSE.

Re: pfstatd crash?

2008-03-26 Thread Alexey Vatchenko
d be > running on a firewall. To reproduce it try a straight nmap scan of the > open pfstatd port. Can it be that your userland is not the same version as your kernel? -- Alexey Vatchenko http://www.bsdua.org

Re: ssh or sudo echoing password

2008-03-22 Thread Alexey Vatchenko
sword:0hNoesICit > For such things use `ssh -t` -- Alexey Vatchenko http://www.bsdua.org

Re: ipsec help needed

2008-03-15 Thread Alexey Vatchenko
peer. I believe it's possible to make it using just IPSEC, but have no time to play with it :( -- Alexey Vatchenko http://www.bsdua.org

Re: Would a crypto-accelerators help WEP on Soekris?

2008-03-02 Thread Alexey Vatchenko
the Soekris were > a VPN endpoint, but for WEP I think it probably is entirely useless, right? WEP is entirely useless :) Actually, it depends on what you want to achieve. Anyway, according to `main ath`, ath supports hardware WEP. -- Alexey Vatchenko http://www.bsdua.org

Re: IPSec tunnel problem (solved)

2008-03-01 Thread Alexey Vatchenko
nges in home gateway configuration i can influence on how traffic goes in office network! I think it's not desired behavior. Anyway, thanks to all for the help! -- Alexey Vatchenko http://www.bsdua.org

Re: IPSec tunnel problem

2008-03-01 Thread Alexey Vatchenko
office gateway is correct? I think you mean "from 192.168.0.0/24 to HOME_NET". And if i put "any" instead of network addresses i will get that same issue: all outgoing traffic will flow through my home gateway. -- Alexey Vatchenko http://www.bsdua.org

Re: IPSec tunnel problem

2008-02-29 Thread Alexey Vatchenko
egress dstid [EMAIL PROTECTED] psk xxx To any! But what should i use if i don't know peer's address? How ike rule should be specified to create flow with peer's address instead of 0.0.0.0/0? -- Alexey Vatchenko http://www.bsdua.org

Re: VPN suggestions and advise for clean sheet setup

2008-02-29 Thread Alexey Vatchenko
7;m trying to setup IPSec tunnel for myself. But still don't resolv a problem :) (http://marc.info/?l=openbsd-misc&m=120378201209896&w=2) -- Alexey Vatchenko http://www.bsdua.org

Re: IPSec tunnel problem

2008-02-28 Thread Alexey Vatchenko
24 to any dstid [EMAIL PROTECTED] psk xxx As i understand, the problem is in ``any'' keyword in second line. But what it should be if peers IP is dynamic? -- Alexey Vatchenko http://www.bsdua.org

Re: IPSec tunnel problem

2008-02-27 Thread Alexey Vatchenko
h its destination. Create a bypass for flows from 192.168 to 192.168, like so: flow esp from 192.168.0.0/24 to 192.168.0.0/24 type bypass That's it! Thanks. -- Alexey Vatchenko http://www.bsdua.org

Re: Watching the prgress of dd if=drive1 of=drive2

2008-02-23 Thread Alexey Vatchenko
On 2008-02-23, Brian A. Seklecki (Mobile) <[EMAIL PROTECTED]> wrote: > > It should accept SIGINFO (control+G) on most terminals. > Isn't it control+T? -- Alexey Vatchenko http://www.bsdua.org

IPSec tunnel problem

2008-02-23 Thread Alexey Vatchenko
srcid [EMAIL PROTECTED] psk xxx So, please, shed some light on what i do wrong. -- Alexey Vatchenko http://www.bsdua.org

ftp.openbsd.org?

2008-02-04 Thread Alexey Vatchenko
Hi! I can't get into ftp.openbsd.org and http://www.openbsd.org/cgi-bin/cvsweb/ shows me "Internal Server Error" page. Is it OK? -- Alexey Vatchenko http://www.bsdua.org

Re: export NFS mounted fs

2008-01-30 Thread Alexey Vatchenko
n mountd starts. Unfortunately, i can't find anything regarding NFS (except scrubing). Please, point me to what you mean. Thanks. -- Alexey Vatchenko http://www.bsdua.org

export NFS mounted fs

2008-01-30 Thread Alexey Vatchenko
Hi! Any chance to export via NFS filesystem mounted using NFS? What i need to accomplish is the following: NFS server --> pf-enabled gateway < NFS client mountd on gateway tells: Can't get fh for /share and client tells accordingly: can't access /share: Invalid arg

Re: most secure graphical browser

2008-01-18 Thread Alexey Vatchenko
On 2008-01-18, Tony Abernethy <[EMAIL PROTECTED]> wrote: > Alexey Vatchenko wrote: >> On 2008-01-18, Douglas A. Tutty <[EMAIL PROTECTED]> wrote: >> > On Thu, Jan 17, 2008 at 06:24:16PM -0700, Clint Pachl wrote: >> >> If you want security, get rid of X.

Re: vlan configuration: off-topic

2008-01-18 Thread Alexey Vatchenko
On 2008-01-18, Diana Eichert <[EMAIL PROTECTED]> wrote: > On Fri, 18 Jan 2008, John Nietzsche wrote: > >> Dear gentleman, ^^^ means one of them :)

Re: most secure graphical browser

2008-01-18 Thread Alexey Vatchenko
luding if you follow current and need security fixes > to any ports)? http://marc.info/?l=openbsd-misc&m=114738577123893&w=2 -- Alexey Vatchenko http://www.bsdua.org

Re: possible bug in CDROM recognition?

2008-01-02 Thread Alexey Vatchenko
gt; folks here who know a thing or two want me to file a bug report, in which > case please give a few bried pointers as to where to do it. dmesg will shed some light on this. -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

CDMA modem control utility

2008-01-02 Thread Alexey Vatchenko
eceive SMS - Manage phonebook - Set modem modes The code is BSD licensed, so you can use and reuse it :) For all who wants it: http://www.bsdua.org/cdma.html Thanks! -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: Recommendations for a wireless USB adapter

2007-11-23 Thread Alexey Vatchenko
On 2007-11-23, Jonathan Schleifer <[EMAIL PROTECTED]> wrote: > Alexey Vatchenko <[EMAIL PROTECTED]> wrote: > >> What driver does it use? > > wi(4). I bought today DWL-G122, it's rum(4): rum0 at uhub4 port 2 "Ralink 802.11 bg WLAN" rev 2.00/0.01 addr 2

Re: Recommendations for a wireless USB adapter

2007-11-22 Thread Alexey Vatchenko
ithout any problems. Works out of the box > on USB, plug it and use it. Even in AP mode. What driver does it use? -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

max number of groups

2007-10-25 Thread Alexey Vatchenko
t requires ``world'' rebuild and building packages from ports. How do you guys usually solve this problem when user needs to be member of more than 16 groups? Thanks. -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: COM ports

2007-10-18 Thread Alexey Vatchenko
rts /dev/cuaU* -- USB serial ports -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: redirect network traffic - netfwd project

2007-10-12 Thread Alexey Vatchenko
On 2007-10-12, Karl Sjodahl - dunceor <[EMAIL PROTECTED]> wrote: > On 10/12/07, Alexey Vatchenko <[EMAIL PROTECTED]> wrote: >> I wrote a little utility and want to share it with you. It allows to >> redirect incoming connections to remote (and also local) host. For

Re: redirect network traffic - netfwd project

2007-10-12 Thread Alexey Vatchenko
And, of cause, you can get it here: http://www.bsdua.org/netfwd.html -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

redirect network traffic - netfwd project

2007-10-11 Thread Alexey Vatchenko
MySQL: # netfwd unix stream /chroot/.../mysql.sock unix stream /.../mysql.sock Any connects are welcome! -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: Encrypting home partition

2007-10-08 Thread Alexey Vatchenko
0g 41280412 8194480 3102191221%/home /dev/svnd0c8057980 6231232 142385281%/home/user Mnt.sh script does the following: - vnconfig - fsck - mount -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: Encrypting home partition

2007-10-08 Thread Alexey Vatchenko
le is in my homedir and i've been using it since OpenBSD 3.8. I faced no problem yet :) -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: termios, setting stopbits question

2007-10-04 Thread Alexey Vatchenko
15200,8,N,1,H It accepts incoming TCP connections on port and redirect all data to serial port (my phone in this example). Then you can take one of the programs from http://en.wikipedia.org/wiki/COM_port_redirector and use your modems remotely :) -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

termios, setting stopbits question

2007-10-04 Thread Alexey Vatchenko
junction with 1 or 1.5 stopbits. Thanks in advance. -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

NFS regress

2007-08-31 Thread Alexey Vatchenko
noticed that software that uses NFS started hanging... amd, sharity-light. Thanks. -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: About encryption

2007-07-28 Thread Alexey Vatchenko
y encryption). Refer to vnconfig(8) or mount_vnd(8) in -current. -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

compiled-in binary tree: fsss project

2007-07-25 Thread Alexey Vatchenko
lready. Read more: http://www.bsdua.org/fsss.html Or better download source code: http://www.bsdua.org/files/fsss.tar.gz Thanks. Any comments are welcome. PS: fsss means Fast & Simple Structure Search :) -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: X with XGI Volari Z7

2007-07-12 Thread Alexey Vatchenko
On 2007-07-12, Matthieu Herrb <[EMAIL PROTECTED]> wrote: > On 7/11/07, Alexey Vatchenko <[EMAIL PROTECTED]> wrote: >> Hi! >> I have motherboard Tyan n3400B with XGI Volari Z7 video card: >> >> vga1 at pci1 dev 10 function 0 "XGI Technology Volari Z7&qu

T-shirts problem!

2007-07-11 Thread Alexey Vatchenko
Hi! Today i was told that "Mean 2.8 T-shirt" and "2.8 Cute Sushi Fugu" would be discontinued and my order was cancelled. But they are the best t-shirts including "Wireframe" of course. So, is it really the end for them? -- Alexey Vatchenko http://www.bsdua.org

X with XGI Volari Z7

2007-07-11 Thread Alexey Vatchenko
Hi! I have motherboard Tyan n3400B with XGI Volari Z7 video card: vga1 at pci1 dev 10 function 0 "XGI Technology Volari Z7" rev 0x00 Have anyone successfully run X with more than 8bpp (and more than 320x200)? -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] J

Is vendorwatch.org dead?

2007-06-04 Thread Alexey Vatchenko
Hi! Is vendorwatch.org dead permanently or it's just sort of reconstruction? -- Alexey Vatchenko http://www.bsdua.org E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: UTF-8 <-> wchar_t

2007-03-01 Thread Alexey Vatchenko
Cory Albrecht wrote: Alexey Vatchenko wrote: PS: sorry for self promotion, but it's all about not to invent a wheel While I admire your effort, that's exactly what you did. Sorry. :-) http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html Oh, i invented BS

UTF-8 <-> wchar_t

2007-02-24 Thread Alexey Vatchenko
Hi! I have implemented utf-8 <-> unicode conversion library for my project. It's BSD licensed. So, if anyone wants they can freely use it in your own project. http://www.bsdua.org/files/unicode.tar.gz PS: sorry for self promotion, but it's all about not to invent a wheel -- Alexey V. Vatche

SASL Digest-MD5 implementation (BSD licensed)

2007-01-27 Thread Alexey Vatchenko
Hi! I've written library for SASL Digest-MD5 authentication (on client side yet) for my project. If you want you can use it freely in your projects. It lacks auth-int and auth-conf but still very functional for most cases. Source code is BSD licensed. http://www.bsdua.org/files/digestmd5.tar

USB modem

2006-07-01 Thread Alexey Vatchenko
Hi! I need inexpensive USB modem for Dial-Up (not ADSL, not GPRS). Any advices? -- Alexey V. Vatchenko http://psytech.h10.ru JID: [EMAIL PROTECTED] ICQ: 162799204

Re: Group editing

2006-05-18 Thread Alexey Vatchenko
stupidmail4me wrote: > i agree, but it's not working. > > # mkdir /webpage > # chown user1:webdev /webpage > # chmod 2775 /webpage > # ls -ld /webpage > - drwxrwsr-x 2 user1webdev 512 May 17 15:49 > webpage > # cd /webpage > # touch file > # ls -l file > - -rw-r--r-- 1 user1 webdev 0 M

T-short ordering to Ukraine

2006-04-03 Thread Alexey Vatchenko
Hi! I'd like to buy the "Wireframe Puffy". Has anyone order t-short from Ukraine? How many extra money does it take to deliver it to Ukraine? -- Alexey V. Vatchenko http://psytech.h10.ru JID: [EMAIL PROTECTED] ICQ: 162799204

Re: cardbus cant map interrupt - asus pundit barebone

2006-02-17 Thread Alexey Vatchenko
mickey wrote: > On Fri, Feb 17, 2006 at 01:14:25PM +0200, Alexey Vatchenko wrote: > of course the right way is to boot into UKC: > > boot> -c > ... > UKC> change pcibios > change pcibios (y/n)? y > flags [0x0]: 0x30 > UKC> exit > > and send a full

Re: cardbus cant map interrupt - asus pundit barebone

2006-02-17 Thread Alexey Vatchenko
[EMAIL PROTECTED] wrote: > cbb0 at pci2 dev 12 function 0 vendor "ENE", unknown product 0x1411 rev > 0x02pci_intr_map: no mapping for pin A > : couldn't map interrupt To get rid of this message find "pcibios0 at bios0 ..." line in your kernel config file and change "flags" to 0x0042. Then recompil

Re: OpenBSD on Acer TravelMate 2313

2005-06-30 Thread Alexey Vatchenko
Alexander von Gernler wrote: I'm going to buy Acer TravelMate 2313 notebook [skip] The normal place to look for things like this would be [1]. [1] http://www.openbsd.org/i386-laptop.html Thanks. So i have a chance to be the first :) -- %cat ~/doc/personal.txt mailto: [EMAIL PROTECTED]

OpenBSD on Acer TravelMate 2313

2005-06-29 Thread Alexey Vatchenko
Hi. I'm going to buy Acer TravelMate 2313 notebook (http://global.acer.com/products/notebook/tm2300.htm) and i want to hear from you guys any experience of using it with OpenBSD. -- %cat ~/doc/personal.txt mailto: [EMAIL PROTECTED] JID: [EMAIL PROTECTED]

Re: OpenNTPd issue

2005-06-06 Thread Alexey Vatchenko
Kvvesdan Gabor wrote: The time sample was rejected because: The peer's stratum is less than the host's stratum. I had the same issue too. But i've solved it by pressing several times on "Update now" button on winxp. -- %cat ~/doc/personal.txt mailto: [EMAIL PROTECTED] JID: [EMAIL PROT

Resync interfaces in pf.

2005-05-08 Thread Alexey Vatchenko
Hi. Is there any way to resync network interfaces in pf (i used to ipf -y when i used IPF)? -- %cat ~/doc/personal.txt mailto: [EMAIL PROTECTED] JID: [EMAIL PROTECTED] ICQ: 162799204