Re: Another potential ksh bug?

2020-12-07 Thread Vadim Zhukov
ce 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
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
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
; 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 to co

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

2018-12-02 Thread Vadim Zhukov
ith 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 дек. 2018 г. в 03:06, stephan

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

2018-12-02 Thread Vadim Zhukov
d 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,

Re: OpenBSD snapshot at EFI: no micro :(

2018-06-03 Thread Vadim Zhukov
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
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" instead anyway.

Re: no default httpd.conf?

2018-05-17 Thread Vadim Zhukov
2018-05-17 14:26 GMT+03:00 Stuart Henderson <s...@spacehopper.org>: > On 2018-05-17, Vadim Zhukov <persg...@gmail.com> wrote: >> 17 мая 2018 г. 5:50:16 GMT+03:00, justina colmena <just...@colmena.biz> >> пишет: >> >> Regarding su-php, I'd go with per-u

Re: no default httpd.conf?

2018-05-17 Thread Vadim Zhukov
you ever looked 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] <jyri.hov...@iki.fi>: > Hi, and thanks for your time! > > On Sun, 17 Jul 2016 21:52:53 +0300 > Vadim Zhukov <persg...@gmail.com> wrote: > >> Check the following: >> >> - you have root:auth mode rwxr-sr

Re: xlock permission problem

2016-07-17 Thread Vadim Zhukov
oblem. > > 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
end you the Kopete, but 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 <persg...@gmail.com>: >> >> 2016-04-17 22:42 GMT+03:00 Joseph Oficre <seran...@gmail.com>: >> > Hello, @misc.

Re: jabber client with conference history saving

2016-04-18 Thread Vadim Zhukov
console or gui, just with chatroom/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
to configure > on i386 with no-avx, no-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
There has been several discussions 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
pare itself. 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
/ssl (without subdirs) for certificates, for example. -- WBR, Vadim Zhukov

Re: Maintaining CAs not in cert.pem

2015-07-30 Thread Vadim Zhukov
2015-07-31 0:17 GMT+03:00 Stuart Henderson s...@spacehopper.org: On 2015-07-30, Vadim Zhukov persg...@gmail.com wrote: 2015-07-30 20:16 GMT+03:00 Stuart Henderson s...@spacehopper.org: On 2015-07-30, Ted Unangst t...@tedunangst.com wrote: Michael McConville wrote: Another meat could be, why

Re: Maintaining CAs not in cert.pem

2015-07-30 Thread Vadim Zhukov
2015-07-31 0:48 GMT+03:00 Vadim Zhukov persg...@gmail.com: 2015-07-31 0:17 GMT+03:00 Stuart Henderson s...@spacehopper.org: On 2015-07-30, Vadim Zhukov persg...@gmail.com wrote: 2015-07-30 20:16 GMT+03:00 Stuart Henderson s...@spacehopper.org: On 2015-07-30, Ted Unangst t...@tedunangst.com

Re: Maintaining CAs not in cert.pem

2015-07-30 Thread Vadim Zhukov
- @@ -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
2015-07-31 3:15 GMT+03:00 Joel Rees joel.r...@gmail.com: 2015/07/31 6:49 Vadim Zhukov persg...@gmail.com: [...] Well, I see four scenarios: 1. Using the defaults supplied with OpenBSD only. Typical for home/personal use. 2. Use the defaults supplied with OpenBSD, and one or more

Re: doas, keepenv PATH segfault

2015-07-28 Thread Vadim Zhukov
the fix; please check that your usecase is happy now. -- WBR, Vadim Zhukov

Re: qt4-4.8.6p0

2015-05-07 Thread Vadim Zhukov
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: httrack

2015-01-21 Thread Vadim Zhukov
, 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 ji...@devio.us написал: 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 problems so far, no adjustments

Re: clementine stutters when playing local files

2014-12-18 Thread Vadim Zhukov
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ć marko.cu...@mimar.rs написал: On Thu, 18 Dec 2014 09:13:31 +0100 Marko Cupać marko.cu...@mimar.rs wrote

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

2014-12-18 Thread Vadim Zhukov
to Internet. No problems so far, no adjustments on OpenBSD side. -- Vadim Zhukov

Re: CVS: cvs.openbsd.org: ports

2014-12-08 Thread Vadim Zhukov
2014-12-08 23:33 GMT+03:00 Vadim Zhukov z...@cvs.openbsd.org: 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 streamline the creation

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 giann...@neomedia.it написал: Hi! I'd like to know if I'm the only one that have experiences crashes

Re: fastcgi support in httpd(8)

2014-11-22 Thread Vadim Zhukov
then. -- Vadim Zhukov

Re: sole instance of a process

2014-11-20 Thread Vadim Zhukov
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 sg063...@gmail.com написал: On 11/04/14 00:44, Vadim Zhukov wrote: 04 нояб. 2014 г. 3:11 пользователь Stan Gammons sg063...@gmail.com написал: Does anyone besides me experience crashes

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

2014-11-03 Thread Vadim Zhukov
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
. -- WBR, Vadim Zhukov

Re: mpd unable to start on recent snapshots

2014-09-04 Thread Vadim Zhukov
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
.. 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 stefan.wol...@web.de: Am 08/03/14 um 20:25 schrieb Vadim Zhukov: 2014-08-03 22:24 GMT+04:00 Stefan Wollny stefan.wol...@web.de: 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

Re: kile-kde4

2014-08-03 Thread Vadim Zhukov
Kile at the time of import by starting and typing some stuff. Not a Kile user myself, though. -- WBR, Vadim Zhukov

Re: kile-kde4

2014-08-03 Thread Vadim Zhukov
2014-08-03 21:24 GMT+04:00 Stefan Wollny stefan.wol...@web.de: Am 08/03/14 um 19:00 schrieb Vadim Zhukov: 2014-08-03 20:51 GMT+04:00 Stefan Wollny stefan.wol...@web.de: Hi there, has s.o. managed to get kile-kde4 from ports up and running properly? On my system (Lenovo T60 / Core2 / OpenBSD

Re: kile-kde4

2014-08-03 Thread Vadim Zhukov
2014-08-03 22:24 GMT+04:00 Stefan Wollny stefan.wol...@web.de: 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_debug_messagesE) size mismatch, relink your

Re: i386: Updating ports conflicts'

2014-07-18 Thread Vadim Zhukov
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: i386: Updating ports conflicts'

2014-07-18 Thread Vadim Zhukov
. 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: Problem installing KDE4

2014-07-12 Thread Vadim Zhukov
12.07.2014 2:17 пользователь Stan Gammons s_gamm...@charter.net написал: 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,

Re: Problem installing KDE4

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

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

2014-05-14 Thread Vadim Zhukov
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

Re: linux port of systrace

2014-05-13 Thread Vadim Zhukov
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 skin...@britvault.co.uk написал: 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

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

2014-01-25 Thread Vadim Zhukov
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 p...@thinkage.ca: 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ć marko.cu...@mimar.rs написал: 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

Re: /var/cache/fontconfig ??

2013-06-09 Thread Vadim Zhukov
. 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
. 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 carlopm...@gmail.com написал: 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

Re: ACPI hack for temperature control

2013-05-02 Thread Vadim Zhukov
time_t)? -- WBR, Vadim Zhukov

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

2013-04-11 Thread Vadim Zhukov
: # 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 dwir...@gmail.com написал: 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
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 pfarmer...@gmail.com написал: 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

Re: Shell for PF

2013-02-17 Thread Vadim Zhukov
2013/2/16 Matthew Weigel uni...@idempot.net: On Feb 16, 2013, at 5:28 AM, Vadim Zhukov persg...@gmail.com wrote: 2013/2/16 Fil DiNoto fdin...@gmail.com: 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

Re: Shell for PF

2013-02-16 Thread Vadim Zhukov
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
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 rohsh...@gmail.com написал: 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

Re: named not answer on external query

2013-01-17 Thread Vadim Zhukov
17.01.2013 12:31 пользователь lilit-aibolit lilit-aibo...@mail.ru написал: 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

Re: Unused swap

2013-01-12 Thread Vadim Zhukov
-- WBR, Vadim Zhukov

Re: Can't use PerlMagick

2012-11-24 Thread Vadim Zhukov
24.11.2012 5:11 пользователь Dmitrij D. Czarkoff czark...@gmail.com написал: 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

Four no

2012-11-20 Thread Vadim Zhukov
of shit being built) design, isn't it? :) -- WBR, Vadim Zhukov

Stable releases: KDE-way

2012-10-15 Thread Vadim Zhukov
. 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 effectively

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

Re: multiple instances of ftp-proxy ?

2012-06-12 Thread Vadim Zhukov
2012/6/12 Илья Шипицин chipits...@gmail.com: 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

Re: n00b questions -- keyboard messed up

2012-01-24 Thread Vadim Zhukov
/openbsd-wip use webkit as the rendering engine It uses (used to when I was tweaking it in 4.7, will recheck for 4.8) Webkit by default in new installations, existing configurations should manually set Webkit as preferred engine. -- WBR, Vadim Zhukov A: Because it messes up the order in which

Re: Using TrinityDesktop to replace KDE3

2011-11-02 Thread Vadim Zhukov
want KDE 3 enchanced could have it too :) ). Is anyone interested? -- WBR, Vadim Zhukov moving this to the misc@ list to get a gauge on people's opinions. Are there many users of KDE on OpenBSD? I thought OpenBSD is mostly GNOME :-) This new fork would be too much work :( Idea is very

Re: Using TrinityDesktop to replace KDE3

2011-11-02 Thread Vadim Zhukov
stoppers, porting Trinity looks real enough. -- WBR, Vadim Zhukov

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 case you can, e.g., carefully move

KDE 4 porting mailing group

2011-10-25 Thread Vadim Zhukov
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: KDE 4 on OpenBSD

2011-10-20 Thread Vadim Zhukov
. If you need help look at the porting FAQ, man ports, man bsd.port.mk thanks in advance -- WBR, Vadim Zhukov

EAP-TLS WPA support

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

Re: EAP-TLS WPA support

2011-10-20 Thread Vadim Zhukov
a quick look (and moved to more important things to do). -- WBR, Vadim Zhukov

Re: KDE 4 on OpenBSD

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

Re: Thanks a lot to all devs of OpenBSD

2011-08-29 Thread Vadim Zhukov
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
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 such a bad thing? A: Top-posting. Q: What

Re: Thinkpad x201 OBSD compatibility

2011-02-11 Thread Vadim Zhukov
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: 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 persg...@gmail.com 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 send

Re: sys.tar.gz in current

2011-01-11 Thread Vadim Zhukov
) #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 up the order in which people normally read text. Q: Why

Re: wd0 read timeouts - how to proceed?

2010-12-24 Thread Vadim Zhukov
2010/12/24 Joachim Schipper joac...@joachimschipper.nl: 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
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 A: Because

Re: found file bsd corrupt via Filezilla client.

2010-08-23 Thread Vadim Zhukov
,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 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: a minor correction to rc.conf comments

2010-07-29 Thread Vadim Zhukov
is modern education coming to. Well, here, in Russia, while English/German/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

Re: Secret key in the packet filter.

2010-07-13 Thread Vadim Zhukov
2010/7/13 jackwssp q jackw...@gmail.com: 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

Re: os that rather uses the gpu?

2010-07-13 Thread Vadim Zhukov
? 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 wishes, Vadim Zhukov A: Because it messes up the order in which people

Re: /boot broken on latest snapshot ?

2010-07-09 Thread Vadim Zhukov
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: Intel(R) Core(TM) Duo CPU L2500 @ 1.83GHz (GenuineIntel 686-class) 1.83 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8

Re: Set dhcp from command line?

2010-07-08 Thread Vadim Zhukov
(8) - Dynamic Host Configuration Protocol (DHCP) Client $ -- WBR, Vadim Zhukov

Re: Silent boot?

2010-07-06 Thread Vadim Zhukov
, Vadim Zhukov

Re: OpenBSD OpenSSL Lib

2010-07-06 Thread Vadim Zhukov
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: how to type non latin in xterm?; video stream to watch FIFA World Cup?

2010-06-08 Thread Vadim Zhukov
: true ~/.Xdefaults -- 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 persg...@gmail.com: 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 which even remotely looked like they could

  1   2   3   >