Re: Another potential ksh bug?

2020-12-07 Thread Vadim Zhukov
it would be nice if > someone could confirm its behaviour. > > I was just hoping someone could confirm if this is intended behaviour, > or if it's a bug. > > Regards, > > Jordan > -- WBR, Vadim Zhukov

Re: httpd with multiple php-fpm pools in separate chroots

2019-12-29 Thread Vadim Zhukov
t; { > fastcgi param DOCUMENT_ROOT "/htdocs" > fastcgi param SCRIPT_FILENAME "/htdocs/test.php" > fastcgi socket "/site1/run/php-fpm.sock" > } > } > > This will serve http://site1/test.php which is located at > /var/www/site1/htdocs/test.php > > Is there a solution or a workaround? Aside from running all php-fpm > pools in /var/www chroot? > > > Thanks. > > -- > Nazar > -- WBR, Vadim Zhukov

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread Vadim Zhukov
kage. This is documented in ports(7), packages(7) and pkg_add(1). Regarding "not signed", you can set TRUSTED_PKG_PATH before running pkg_add, or add -Dunsigned. Using "make install" in port directory does this for you, but it won't use "pkg_add -r", though. -- WBR, Vadim Zhukov

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread Vadim Zhukov
t;> Yes it was just a Qt problem in qversiontagging.h. >> ok it would be more simple to use the ports thanks >> >> Le dim. 2 déc. 2018 à 14:02, Vadim Zhukov a écrit : >>> >>> Well, I was talking about compiling from ports. >>> >>> If you try

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread Vadim Zhukov
ommand failed with exit code 1 (use -v to see > invocation) > > > Le dim. 2 déc. 2018 à 12:14, Vadim Zhukov a écrit : >> >> You'd better use "FLAVOR=debug make" inside x11/qt5 directory to build >> components you're interested in. >> вс, 2 дек. 20

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread Vadim Zhukov
Qt5.9.6 and the platform openbsd-clang but I > have linking error on the first lib libQt5Core on version-tag@Qt_5_8 ? > Have I forgotten something to configure ? > > Thanks > best regards > > Stéphane L . from france -- WBR, Vadim Zhukov

Re: "no route to host" from pkg_add

2018-08-07 Thread Vadim Zhukov
вт, 7 авг. 2018 г., 21:16 Benjamin Walkenhorst < walkenhorst.benja...@gmail.com>: > Hello everyone, > > I recently installed OpenBSD 6.3 in a VPS. > > In the last few days, I get an error message when running pkg_add, "no > route to host". > I have tried setting various hosts in /etc/installurl, b

Re: OpenBSD snapshot at EFI: no micro :(

2018-06-03 Thread Vadim Zhukov
lso a per-device mixer knob in called record.enable. Microphone, and any other audio recording, is now disabled by default. This probably worths noting in current.html... -- WBR, Vadim Zhukov

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-17 Thread Vadim Zhukov
;t supported by IE <=8 and Opera <=20, so if you really care, you can use doubled declaration: this way browsers that don't support "ch" will use old "ex". Using "ex" for specifying width is ugly and it probably should be something like "65em" inste

Re: no default httpd.conf?

2018-05-17 Thread Vadim Zhukov
2018-05-17 14:26 GMT+03:00 Stuart Henderson : > On 2018-05-17, Vadim Zhukov wrote: >> 17 мая 2018 г. 5:50:16 GMT+03:00, justina colmena >> пишет: >> >> Regarding su-php, I'd go with per-user php-fpm process, actually, >> that's much safer, and rarely u

Re: no default httpd.conf?

2018-05-17 Thread Vadim Zhukov
d in /etc/examples? OpenBSD HTTPd is a web server, but not each web server is fully-featured Apache HTTP Server replacement. So, yes, no UserDir. If you need this functionality, then just install apache-httpd from packages. Regarding su-php, I'd go with per-user php-fpm process, actually, that's much safer, and rarely used ones can easily wait in swap (I feel that you're trying to pack as much users as possible). You can ever use symlinks to create, e.g., /etc/rc.d/phpXY_fpm_USER1, /etc/rc.d/phpXY_fpm_USER2 and so on, and then set up different flags like "-u USER1" for those in rc.conf. -- WBR, Vadim Zhukov

Re: Why would you use make show rather than make -V in ports?

2017-12-22 Thread Vadim Zhukov
> > Why would one use it rather than make -V? The "show" gives you expanded value when -V gives raw one. Just assign "foo=$bar" in Makefile and see what happens in both cases. -- WBR, Vadim Zhukov

Re: xlock permission problem

2016-07-17 Thread Vadim Zhukov
2016-07-17 22:20 GMT+03:00 Jyri Hovila [iki.fi] : > Hi, and thanks for your time! > > On Sun, 17 Jul 2016 21:52:53 +0300 > Vadim Zhukov wrote: > >> Check the following: >> >> - you have root:auth mode rwxr-sr-x set for /usr/X11R6/bin/xlock; > > # ls -la /u

Re: xlock permission problem

2016-07-17 Thread Vadim Zhukov
m. > > Any ideas, anyone? Check the following: - you have root:auth mode rwxr-sr-x set for /usr/X11R6/bin/xlock; - you do NOT have nosuid option set for /usr/X11R6. -- WBR, Vadim Zhukov

Re: jabber client with conference history saving

2016-04-18 Thread Vadim Zhukov
t I won't, since it doesn't work well under cwm at least (probably a Qt4 bug, but still). > 2016-04-18 21:42 GMT+03:00 Vadim Zhukov : >> >> 2016-04-17 22:42 GMT+03:00 Joseph Oficre : >> > Hello, @misc. >> > Can someone give me an advice about xmpp c

Re: jabber client with conference history saving

2016-04-18 Thread Vadim Zhukov
hatroom/private chats history > saving ability. > > OpenBSD-current. Psi is actually one of the most powerful XMPP clients. And if it doesn't save history for you, then something is wrong: I've just checked, it works fine here, including UTF-8 stuff. -- WBR, Vadim Zhukov

Re: wireshark illegal instruction on older systems

2016-03-19 Thread Vadim Zhukov
avx2, no-sse4.1, no-sse4.2, maybe no-ssse3. > (SSE2 is probably reasonable to expect for Qt5 apps, it's present on > Netburst, Pentium-M, Atom, C7 etc. which seems a sane cut-off point > for heavy GUI apps). Yeah. I've patched qmake files, but missed those bits. Modern amd64 makes you blind sometimes. :( -- WBR, Vadim Zhukov

Re: rc.d and rtable

2016-01-28 Thread Vadim Zhukov
ssions about this. No decision made though. > > If you can find a nice way to implement it, I can have a look. > > rc.d framework is so nice... not sure if this is nice way but it > works. Maybe check for existing rtable is not great. The code looks like more or less fine (I'll do a more careful review a bit later), but there are documentation bits missing. -- Vadim Zhukov

Re: "# systrace -c1000:1000 kate" for privilege escalated editing?

2015-12-02 Thread Vadim Zhukov
f. Kate is more complex, but still doesn't run in terminal. Thus Kompare and Kate likely not being hurt by some crazy escape codes in patch files. Anything else lies outside of usage profile you're talking about, if I understood you correctly. -- Vadim Zhukov

Re: Maintaining CAs not in cert.pem

2015-07-30 Thread Vadim Zhukov
2015-07-31 3:15 GMT+03:00 Joel Rees : > 2015/07/31 6:49 "Vadim Zhukov" : >> >> [...] >> >> Well, I see four scenarios: >> >> 1. Using the defaults supplied with OpenBSD only. Typical for > home/personal use. >> >> 2. Use the d

Re: Maintaining CAs not in cert.pem

2015-07-30 Thread Vadim Zhukov
2015-07-31 0:48 GMT+03:00 Vadim Zhukov : > 2015-07-31 0:17 GMT+03:00 Stuart Henderson : >> On 2015-07-30, Vadim Zhukov wrote: >>> 2015-07-30 20:16 GMT+03:00 Stuart Henderson : >>>> On 2015-07-30, Ted Unangst wrote: >>>>> Michael McConville wrote: >

Re: Maintaining CAs not in cert.pem

2015-07-30 Thread Vadim Zhukov
2015-07-31 0:17 GMT+03:00 Stuart Henderson : > On 2015-07-30, Vadim Zhukov wrote: >> 2015-07-30 20:16 GMT+03:00 Stuart Henderson : >>> On 2015-07-30, Ted Unangst wrote: >>>> Michael McConville wrote: >>>>> > Another meat could be, why you'

Re: Maintaining CAs not in cert.pem

2015-07-30 Thread Vadim Zhukov
= > RCS file: /cvs/src/distrib/sets/lists/etc/mi,v > retrieving revision 1.199 > diff -u -p -r1.199 mi > --- etc/mi 3 Jul 2015 22:52:52 - 1.199 > +++ etc/mi 30 Jul 2015 17:14:15 - > @@ -42,6 +42,7 @@ > ./etc/spwd.db > ./etc/ssh/ssh_config > ./etc/ssh/sshd_config > +./etc/ssl/cert.pem > ./etc/ssl/openssl.cnf > ./etc/ssl/x509v3.cnf > ./etc/syslog.conf -- WBR, Vadim Zhukov

Re: Maintaining CAs not in cert.pem

2015-07-30 Thread Vadim Zhukov
5 look at the whole /etc/ssl (without subdirs) for certificates, for example. -- WBR, Vadim Zhukov

Re: doas, keepenv PATH segfault

2015-07-28 Thread Vadim Zhukov
t seem right. Hi, thank you for the report. I've just committed the fix; please check that your usecase is happy now. -- WBR, Vadim Zhukov

Re: qt4-4.8.6p0

2015-05-07 Thread Vadim Zhukov
her big packages - maybe some software, like HTTP caching server, between you and the Internet has problems. Try to get this file separately, and install locally, by pointing pkg_add directly to it. -- Vadim Zhukov

Re: autonet - simple automatic wifi chooser

2015-02-15 Thread Vadim Zhukov
ea is to have network profiles containing all info about known network and let kernel switch between them, pushing notifications to userland when it's done. Feel free to contact me off-list if you're interested to dig further. -- Vadim Zhukov

Re: httrack

2015-01-21 Thread Vadim Zhukov
is not a supported method in general, but should work in that particular case): $ cd /usr/ports $ cvs up -APd www/httrack $ cd www/httrack $ make install Alternatively, you could take patches from this port and adapt them to SVN checkout you have. -- Vadim Zhukov

Re: About special configs to do in OpenBSD for KVM environments

2014-12-19 Thread Vadim Zhukov
19 дек. 2014 г. 11:53 пользователь "Jiri B" написал: > > On Fri, Dec 19, 2014 at 11:57:19AM +0400, Vadim Zhukov wrote: > > I have few 5.5/amd64 in production under CentOS 6.2, without either direct > > or indirect access to Internet. No proble

Re: About special configs to do in OpenBSD for KVM environments

2014-12-18 Thread Vadim Zhukov
5.5/amd64 in production under CentOS 6.2, without either direct or indirect access to Internet. No problems so far, no adjustments on OpenBSD side. -- Vadim Zhukov

Re: clementine stutters when playing local files

2014-12-18 Thread Vadim Zhukov
2. Try to _lower_ buffer sizes. Larger buffer causes larger read. Eventually I'll look at Clementine 2.x... -- Vadim Zhukov 18 дек. 2014 г. 12:23 пользователь "Marko Cupać" написал: > On Thu, 18 Dec 2014 09:13:31 +0100 > Marko Cupać wrote: >

Re: CVS: cvs.openbsd.org: ports

2014-12-08 Thread Vadim Zhukov
2014-12-08 23:33 GMT+03:00 Vadim Zhukov : > CVSROOT:/cvs > Module name:ports > Changes by: z...@cvs.openbsd.org2014/12/08 13:33:51 > > Log message: > Import Qt 5.3.2. > > Qt is a full development framework with tools designed to streamli

Re: KDE4 crashes in 5.6

2014-12-03 Thread Vadim Zhukov
Also, make sure that you have your openfiles (for user) and kern.maxfiles (sysctl) limits bumped. -- Vadim Zhukov 03 дек. 2014 г. 13:14 пользователь "Federico Giannici" написал: > Hi! > I'd like to know if I'm the only one that have experiences

Re: fastcgi support in httpd(8)

2014-11-22 Thread Vadim Zhukov
ble to write its output file, it will be run as CGI user! 3. Make this script handle a connection in your web server/FastCGI config. 4. Run kdump on resulting ktrace output file and investigate problems. If you won't get ktrace output, you'll likely have problem with FastCGI itself, look at its logs then. -- Vadim Zhukov

Re: sole instance of a process

2014-11-20 Thread Vadim Zhukov
T "HELP - duplicate process detected $?" ; \ > ps -axjwww | mail -s "HELP MYPERIODICJOB $MYPID $MYNAME $PPID" m...@example.com ; \ > exit 1 ; > } > > # > # > # starting doing useful stuff here.. > # > > > Disclaimer: I know my scripting is far from optimal... -- Vadim Zhukov

Re: kde4-4.13.3p0 on OpenBSD 5.6 10/15/2014 AMD64 snapshot

2014-11-04 Thread Vadim Zhukov
05 нояб. 2014 г. 1:29 пользователь "Stan Gammons" написал: > > > On 11/04/14 00:44, Vadim Zhukov wrote: >> >> 04 нояб. 2014 г. 3:11 пользователь "Stan Gammons" написал: >> > >> > Doe

Re: kde4-4.13.3p0 on OpenBSD 5.6 10/15/2014 AMD64 snapshot

2014-11-03 Thread Vadim Zhukov
any information. What the "ulimit -a" command says? Also, could you post all uncommented global options in your /etc/samba/smb.conf? -- Vadim Zhukov

Re: WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch

2014-09-23 Thread Vadim Zhukov
"symbol size mismatch") do indicate real problems (this is why they do appear, at all), this particular one - "_ZN11__gnu_debug17_S_debug_messagesE" - is mostly harmless and you may ignore it safely. -- WBR, Vadim Zhukov

Re: mpd unable to start on recent snapshots

2014-09-04 Thread Vadim Zhukov
re > both missing. (though, as mentioned above, manually creating them and > then retrying does not solve the problem). > > Thanks for all the suggestions. Running out of ideas here... Try ktrace then. You'll need to set up a complex command line with sudo involved, but this would give you what system call fails (if any, but I'm sure there it is). -- WBR, Vadim Zhukov

Re: PF Tagging

2014-09-02 Thread Vadim Zhukov
g rewrite for a new much larger > office with *many* VLANs etc.. You'll probably want to play more with "match" rules. -- WBR, Vadim Zhukov

Re: kile-kde4

2014-08-04 Thread Vadim Zhukov
2014-08-04 2:46 GMT+04:00 Stefan Wollny : > Am 08/03/14 um 20:25 schrieb Vadim Zhukov: >> 2014-08-03 22:24 GMT+04:00 Stefan Wollny : >>> Am 08/03/14 um 19:39 schrieb Vadim Zhukov: >>>>> Does this help you: >>>>>> ~ $ kile -v kile:/usr/lib/libstdc+

Re: kile-kde4

2014-08-03 Thread Vadim Zhukov
2014-08-03 22:24 GMT+04:00 Stefan Wollny : > Am 08/03/14 um 19:39 schrieb Vadim Zhukov: >>> Does this help you: >>>> ~ $ kile -v kile:/usr/lib/libstdc++.so.57.0: >>>> /usr/local/lib/libestdc++.so.16.0 : WARNING: >>>> symbol(_ZN11__gnu_debug17_S_

Re: kile-kde4

2014-08-03 Thread Vadim Zhukov
2014-08-03 21:24 GMT+04:00 Stefan Wollny : > Am 08/03/14 um 19:00 schrieb Vadim Zhukov: >> 2014-08-03 20:51 GMT+04:00 Stefan Wollny : >>> Hi there, >>> >>> has s.o. managed to get kile-kde4 from ports up and running properly? >>> >>> On my sys

Re: kile-kde4

2014-08-03 Thread Vadim Zhukov
Please report actual error you see. I've tested Kile at the time of import by starting and typing some stuff. Not a Kile user myself, though. -- WBR, Vadim Zhukov

Re: i386: Updating ports conflicts'

2014-07-18 Thread Vadim Zhukov
Z Sorry, typed Ctrl+Enter too fast. It looks like as your AnonCVS mirror was broken, you realized it and then switched to another one. But the broken files are still there... Just get rid of the /usr/ports and reload it again; Given how many chages were in the tree since 5.5, checking out could be faster than updating from ports.tar.gz from 5.5. -- WBR, Vadim Zhukov

Re: i386: Updating ports conflicts'

2014-07-18 Thread Vadim Zhukov
into INDEX > rcsmerge: warning: conflicts during merge > cvs server: conflicts found in INDEX > C INDEX It looks like you called "make index" at some point in the past. Just remove that file and then "cvs up INDEX" to get a clean version. -- WBR, Vadim Zhukov

Re: Problem installing KDE4

2014-07-12 Thread Vadim Zhukov
2014-07-12 13:58 GMT+02:00 Stan Gammons : > On 07/12/14 01:26, Vadim Zhukov wrote: >> >> 12.07.2014 2:17 пользователь "Stan Gammons" >> Ð½Ð°Ð¿Ð¸Ñ Ð°Ð»: >> >>> I downloaded install55.iso dated July 11, 2014 from ftp.openbsd.org this >

Re: Problem installing KDE4

2014-07-11 Thread Vadim Zhukov
12.07.2014 2:17 пользователь "Stan Gammons" написал: > > I downloaded install55.iso dated July 11, 2014 from ftp.openbsd.org this afternoon and after a new install I tried to install kde4 using the snapshot packages from the same site which are dated July 8, 2014. In doing so I

Re: getaddrinfo(3) & chroot(2) with root

2014-05-14 Thread Vadim Zhukov
an expected behavior, what would be the preferred way to resolve > a name from a chrooted process ? I am extending OpenBGPd and I need to > resolve domain names and connect to a service (no BGP protocol). I am > currently using the "session" process to handle the connection part but > I am stuck on name resolution for now. /etc/resolv.conf is read on the first attempt to resolve something, no? And, of course, you have no /your/chroot/path/etc/resolv.conf. -- WBR, Vadim Zhukov

Re: linux port of systrace

2014-05-13 Thread Vadim Zhukov
strace just add one more flag to call it. > > Has anyone experience this problem? Does this also happen with only one CPU? -- WBR, Vadim Zhukov

Re: sudo -u & environment help

2014-04-04 Thread Vadim Zhukov
sudo -i ? 04.04.2014 14:31 пользователь "Craig R. Skinner" написал: > Hi, > > When sudo'ing to another user, how can I obtain all of their environment > settings as they receive when logging in themselves? > > When I use sudo in this manner, settings such as $PATH, $MAIL & umas

Re: Cannot make state when using 'user' option in pf.conf

2014-01-25 Thread Vadim Zhukov
7.220.220.443: udp 512 (ttl 64, > id 9876, len 540, bad cksum 208! differs by e108) > > (from anchor) > # pfctl -ss > all tcp 192.168.1.100:16505 -> 66.7.199.108:22 ESTABLISHED:ESTABLISHED > > Well it works if I add dnscrypt-proxy rule for root but why? Because the socket (hint: <1024) was opened with root rights, and therefore the uid=0 was saved there. -- WBR, Vadim Zhukov

Re: samba and e2fsprogs packages -- 5.4

2013-12-04 Thread Vadim Zhukov
2013/12/5 Peter Fraser : > samba required the e2fsprogs package. The problem occurs when trying to use > samba's net command. > The net command requires libuuid. > It was not easy to find where libuuid was located. pkg_locate libuuid.so - no? -- WBR, Vadim Zhukov

Re: slashdot rumours

2013-11-01 Thread Vadim Zhukov
01.11.2013 12:58 пользователь "Marko Cupać" написал: > > I just read an article on slashdot which says that a piece of > malware made "Open BSD operating system (...) modify its > settings and delete its data without explanation or prompting", and > that malware is spreading ov

Re: /var/cache/fontconfig ??

2013-06-09 Thread Vadim Zhukov
e my diff is definitely wrong. so i need a general > > description of what /var/cache is for. > > > > jmc > > A cache holds stuff the is relativey expensive to recompute. If the > data is thrown away, it can be regenerated. > Is there any real difference with subdir under /var/tmp then? -- WBR, Vadim Zhukov

Re: extattr on OpenBSD

2013-06-06 Thread Vadim Zhukov
ation, so this could be really useful in that case. But not for generic use, of course - and adding a bloat to kernel just to the sake of compatibility with other OS... oh, we already have Linux ABI, don't we? :) -- WBR, Vadim Zhukov

Re: Problem with a startup script

2013-05-22 Thread Vadim Zhukov
22.05.2013 10:19 пользователь "C. L. Martinez" написал: > > Hi all, > > I have a problem with some tcl rc.d startup scripts. Start and status > works ok but stop and restart, doesn't. Stupid question: does it stop if you kill it by pid directly? I've seen at least one daemon d

Re: ACPI hack for temperature control

2013-05-01 Thread Vadim Zhukov
after 64-bit time_t)? -- WBR, Vadim Zhukov

Re: FAQ 8.1 - I forgot my root password...

2013-04-11 Thread Vadim Zhukov
ld be), the following > will work: > > # fsck -p / && mount -uw / > # fsck -p /usr && mount /usr Why do you need to mount /usr read-write for updating password, ever? Read-only is enough, no? -- WBR, Vadim Zhukov

Re: in current: chrootdirectory in ssh (cannot stat /usr/libexec/sftp-server)

2013-04-08 Thread Vadim Zhukov
08.04.2013 11:13 пользователь "Didier Wiroth" написал: > > Hello, > (running current with OpenSSH_6.2, OpenSSL 1.0.1c 10 May 2012) > > I'm trying to setup chrootdirectory in sshd_config as a test configuration > without success. > > Here is a snip from my sshd_config > > #(

Re: Can't cleanly umount a usb stick

2013-03-18 Thread Vadim Zhukov
folder. Probably it's also a good idea to avoid asking about destination folder at all. I use this setting personally to avoid having a bunch of extra files spreading everywhere: things I really need gets moved somewhere else, and then I just wipe the directory (or rather use subdir in /tmp). -- WBR, Vadim Zhukov

Re: Should I be tuning relayd?

2013-02-26 Thread Vadim Zhukov
26.02.2013 20:06 пользователь "Peter Farmer" написал: > > Hi All, > > Whilst load testing my website (being balanced via relayd) I see this from > time to time (when running "relayd -d"): > > relay www, session 2410 (1 active), 0, 195.143.230.243 -> 10.201.0.7:80, > done > relay

Re: Shell for PF

2013-02-17 Thread Vadim Zhukov
2013/2/16 Matthew Weigel : > On Feb 16, 2013, at 5:28 AM, Vadim Zhukov wrote: > >> 2013/2/16 Fil DiNoto : >>> But this is all off-topic, I'm not slaming pf in any way i love it. I >>> was just saying it can't hurt to try to emulate what people know if a

Re: Shell for PF

2013-02-16 Thread Vadim Zhukov
uters for fun >> with it. >> >> Just give it a chance and then after a few weeks you will wonder why >> Cisco and JunOS don't do their syntax like PF really. (:> >> >> Just my $0.02 worth for using both and I see no need to have PF be like IOS. >> >> I would be way more in favor to see a company out there somewhere do >> custom hardware for PF and OpenBSD to compete with Cisco routers for >> example. >> >> Some network cards are pretty good as is, but yes it could be even >> better and faster. >> >> I think if such a company would see the light of day, sooner then you >> think Cisco would come and buy them flat out to avoid that competition. >> I would be welling to bet that they would do all they can to make sure >> such a thing never see the light of day! >> >> But wouldn't this be nice if it would -- WBR, Vadim Zhukov

Re: openBSD 5.2 amd64 on lenovo x201s, part 2 apm support and overheating

2013-01-29 Thread Vadim Zhukov
less quiet around. Probably some overheating logic could be added to apmd(8), but this daemon already wants too many options and thus probably needs refactoring. Or there could be some default scripts for sensorsd(8) written... -- WBR, Vadim Zhukov

Re: How do I compile 32-bit binaries on amd64 OpenBSD?

2013-01-22 Thread Vadim Zhukov
22.01.2013 16:32 пользователь "Salil Wadnerkar" написал: > > Thanks Peter. I found that many autotools packaged programs out there > expect newer gcc environments. > So, when I run > ./configure > make > make install > most of the time, make fails because the system gcc toolchai

Re: named not answer on external query

2013-01-17 Thread Vadim Zhukov
17.01.2013 12:31 пользователь "lilit-aibolit" написал: > > This is weird trouble. Years ago I did authoritative server on openbsd 4.x and it's just works > for both - local network and queries from Internet. > But now it doesn't. I know - this is my issue, please help to resolve

Re: Unused swap

2013-01-12 Thread Vadim Zhukov
2013/1/12 Christian Weisgerber : > Constantine A. Murenin wrote: > >> plus, last i checked, firefox was not even 64-bit friendly anyways > > Bullshit. Well, not FireFox but JavaScript JIT, IIRC. http://www.openbsd.org/papers/slackathon2011_64bitandjit/index.html -- WBR, Vadim Zhukov

Re: Can't use PerlMagick

2012-11-24 Thread Vadim Zhukov
24.11.2012 5:11 пользователь "Dmitrij D. Czarkoff" написал: > > Hello! > > I'm running into a weird problem with PerlMagick: > > $ perl -e 'use Image::Magick' > Can't load '/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Image/Magick/Magick.so ' for module Image::Magick:

Four "no"

2012-11-20 Thread Vadim Zhukov
brilliant software (all of the lang, compiler and piece of shit being built) design, isn't it? :) -- WBR, Vadim Zhukov

Stable releases: KDE-way

2012-10-15 Thread Vadim Zhukov
and 4.9.2). IMHO, OpenBSD should go this way too. It's so funny. And the coding should be fun, shouldn't it? ... back to WIP ports tree... -- WBR, Vadim Zhukov

Re: pf: multiple reply-to rules; could it be done more simple?

2012-08-03 Thread Vadim Zhukov
03.08.2012 17:15 пользователь "Dr.-Ing. Torsten Finke" < torsten.fi...@igh-essen.com> написал: > > Dear List, > > my network is connected to the internet by three different DSL > connections. At connection my ISP provides always the same IP addresses, so > that they are effective

Re: man page contents [was: Re: C******.org]

2012-07-27 Thread Vadim Zhukov
Am I right you need ASCII-like output without extra formatting (e.g., terminal escape codes)? Something like: "xyz utility does the following: blah-blah. The options are as follows: -h to make you happy. -k to kill your ex-girl's kitten. -v to make sure everyone know what are you doing. See also m

Re: multiple instances of ftp-proxy ?

2012-06-12 Thread Vadim Zhukov
2012/6/12 Илья Шипицин : > Hello! > > is anybody running multiple instances of ftp-proxy in reverse mode? > I'd afraid of anchor "ftp-proxy/*", ftp-proxy doesn't allow to specify > anchor, also, many instances of ftp-proxy can break each others anchors. No, they will not, see prepare_commit() in /

Re: n00b questions -- keyboard messed up

2012-01-24 Thread Vadim Zhukov
ing the service preference order > > using > > "keditfiletype text/html". > > I do believe that Vadim has the new KDE porting at > http://github.com/jasperla/openbsd-wip use webkit as the rendering > engine It uses (used to when I was tweaking it in 4.7, will recheck fo

Re: Using TrinityDesktop to replace KDE3

2011-11-02 Thread Vadim Zhukov
02.11.2011 19:13, Dmitrij D. Czarkoff P?P8QP5Q: > On Wed, 2011-11-02 at 17:47 +0400, Vadim Zhukov wrote: >> The point is that we'll be able to run KDE 3 (okay, Trinity) and KDE 4 >> apps at the same time. > > Why would anyone need that? At least me. :) In that use cas

Re: Using TrinityDesktop to replace KDE3

2011-11-02 Thread Vadim Zhukov
02.11.2011 16:25, Dmitrij D. Czarkoff P?P8QP5Q: On Wed, 2011-11-02 at 06:49 -0500, Amit Kulkarni wrote: On Tue, Nov 1, 2011 at 5:31 PM, Vadim Zhukov wrote: My crazy idea is to port Trinity (those guys migrate to using Qt4 and CMake, which is cool, and to UDev, which is not) and make it

Re: Using TrinityDesktop to replace KDE3

2011-11-02 Thread Vadim Zhukov
02.11.2011 15:49, Amit Kulkarni P?P8QP5Q: On Tue, Nov 1, 2011 at 5:31 PM, Vadim Zhukov wrote: Hello all. Someone of you could already know this, but me was just notified: there exists Trinity Desktop - http://www.trinitydesktop.org/ - that aims to keep KDE 3 platform alive. One of the goals

KDE 4 porting mailing group

2011-10-25 Thread Vadim Zhukov
e ones will be solutions for migrating from and/or co-existing with KDE 4, but any other useful ideas are welcome too. Patches are welcome even more, of course. :) The group is fully open, so you don't need to register in Google. -- WBR, Vadim Zhukov

Re: EAP-TLS WPA support

2011-10-20 Thread Vadim Zhukov
needs adjustments as well, for using EAP. :( On Thu, Oct 20, 2011 at 21:32, Alexey Suslikov wrote: How about resurrecting this diff? http://thread.gmane.org/gmane.os.openbsd.ports/39927 On Thu, Oct 20, 2011 at 15:58, Martin Pelikan wrote: 2011/10/20 Alexey E. Suslikov: Vadim Zhukov gmail.com>

EAP-TLS WPA support

2011-10-20 Thread Vadim Zhukov
tack support in wpa_supplicant? Thanks in advance. -- WBR, Vadim Zhukov

Re: KDE 4 on OpenBSD

2011-10-20 Thread Vadim Zhukov
he can get some time to polish up some stuff. If you need help look at the porting FAQ, man ports, man bsd.port.mk thanks in advance -- WBR, Vadim Zhukov

Re: KDE 4 on OpenBSD

2011-10-19 Thread Vadim Zhukov
r/x11/kde4 -- Antoine -- WBR, Vadim Zhukov

Re: Thanks a lot to all devs of OpenBSD

2011-08-29 Thread Vadim Zhukov
nBSD; therefore, it should be easier to adapt. -- Best wishes, Vadim Zhukov A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: httpd virtualhost ip

2011-06-14 Thread Vadim Zhukov
.255.255.255 inet alias 123.456.789.71 255.255.255.255 And for specifying the connection, you can use cURL PHP extension, for example, see CURLOPT_INTERFACE option in PHP manual. -- Best wishes, Vadim Zhukov A: Because it messes up the order in which people normally read text. Q: Why is top-posting suc

Re: Thinkpad x201 OBSD compatibility

2011-02-11 Thread Vadim Zhukov
On 12 February 2011 c. 05:13:33 Ted Unangst wrote: > On Fri, Feb 11, 2011 at 5:05 PM, Vadim Zhukov wrote: > > - NTFS causes problems exhausting kernel memory when, for example, > > running find(1) on Windows folder. > > can you run find in a smaller folder a few times, and

Re: Thinkpad x201 OBSD compatibility

2011-02-11 Thread Vadim Zhukov
cool. I had no problems using OpenBSD, including lockups, except noted above. -- Best wishes, Vadim Zhukov A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: sys.tar.gz in current

2011-01-11 Thread Vadim Zhukov
> > "OpenBSD 4.8-current (GENERIC) #614: Mon Jan 10 00:15:18 MST 2011" Just do cvs up from 4.8-RELEASE sys.tar.gz. It's ever not as painful as reading FAQ, especially http://www.openbsd.org/faq/current.html . Trust me. -- Best wishes, Vadim Zhukov A: Because it messes u

Re: wd0 read timeouts - how to proceed?

2010-12-24 Thread Vadim Zhukov
2010/12/24 Joachim Schipper : > something like 'tar cpf - | tar xpf -' is more likely to get you a > somewhat consistent view. POSIX pax(1) with -rw options should work slightly faster (and it's already faster to type ;) ). -- WBR, Vadim Zhukov

Re: error when compile the kernel

2010-11-02 Thread Vadim Zhukov
ut for "make clean" looks like exactly this. -- Best wishes, Vadim Zhukov A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: (mailx) How can I alter "From" header

2010-10-25 Thread Vadim Zhukov
On 26 October 2010 c. 00:22:47 Jan Stary wrote: > On Oct 25 14:32:52, Chris Bennett wrote: > > Perhaps you could change /etc/myname to gmail.com? > > Or maybe change /etc/mygate to something faster! Yeah, try 127.0.0.1. Fast as it only can be... -- Best wishes, Vadim Zhukov

Re: found file "bsd" corrupt via Filezilla client.

2010-08-23 Thread Vadim Zhukov
nloaded through Filezilla Client corrupt > too. On Mac OX 10.6, file "pxeboot" downloaded through Filezilla > Client,checksum ok. Do you want to make OpenBSD developers fix br*$&n download tool for offtopic? -- Best wishes, Vadim Zhukov A: Because it messes up the order in

Re: a minor correction to rc.conf comments

2010-07-29 Thread Vadim Zhukov
French are more or less popular in the schools, Latin is being learned by specialists only (medicians, historians etc.) almost. And it's the way it is for about a century, if not more. -- Best wishes, Vadim Zhukov A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: os that rather uses the gpu?

2010-07-13 Thread Vadim Zhukov
is solution is still in the "beginning part"? > > > > Thanks for any tips, link, suggestions. > > Why are you asking on OpenBSD mailing list? OMG. Well, OpenBSD focuses on portability... (just a joke). Looks like it is a day of mindblowing questions today... -- Best wish

Re: Secret key in the packet filter.

2010-07-13 Thread Vadim Zhukov
2010/7/13 jackwssp q : > Hello brothers and sisters, > > Who knows anything about the secret keys in the packet filter(pf), such as > way only for developers. > > Is it real in the open source, and how can I realize it in my own firewall > with open source? # echo 'secret="Follow the white rabbit"

Re: /boot broken on latest snapshot ?

2010-07-09 Thread Vadim Zhukov
(i.e. "set device hd1a", "boot") fine. dmesg and fdisk output as follows. Sorry for GMail mangling. :( -- WBR, Vadim Zhukov OpenBSD 4.7-current (GENERIC.MP) #186: Fri Jul 9 01:19:11 MDT 2010 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP cpu0: In

Re: Set dhcp from command line?

2010-07-08 Thread Vadim Zhukov
$ man -k dhcp | head -1 dhclient (8) - Dynamic Host Configuration Protocol (DHCP) Client $ -- WBR, Vadim Zhukov

Re: OpenBSD & OpenSSL Lib

2010-07-06 Thread Vadim Zhukov
_before_ starting using operating system, not _after_. This way you'll notice that OpenSSL comes with OpenBSD. Even more, "man SSL_load_error_strings" will give you some information. 2. Configure script is obviously wrong ("-pthread" should be used intead of "-lpthread", for example). Look in config.log for clues. -- WBR, Vadim Zhukov

Re: Silent boot?

2010-07-06 Thread Vadim Zhukov
And if mounted, there is /var/run/dmesg.boot. I do not see the problem with chatty dmesg. Moreover, after looking in Linux ones I found OpenBSD boot logs rather compact and elegant. What the problem with ignoring it? And what problem do you want to solve implementing graphical bootup? -- WBR, Vadim Zhukov

Re: how to type non latin in xterm?; video stream to watch FIFA World Cup?

2010-06-08 Thread Vadim Zhukov
2010/6/9 Vadim Zhukov : > 2010/6/8 Sviatoslav Chagaev <0x1...@gmail.com>: >> Hi misc@ >> >> I want to be able to type non latin characters in xterm (Russian and >> Latvian). >> I sat down, read xterm manpage and tried playing with all the options >&g

  1   2   3   >