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: 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: 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: 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: "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: 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: "# 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: 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: 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: 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: 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: 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: /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: 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: Only one headphone jack working - good or bad?

2009-01-06 Thread Vadim Zhukov
tereo-only video. And this will not differ much from all those 4-5-6... channels enabled video. Otherwise it'll require too much work every time you want to play something: you will have to check number of sound channels in clip and, possibly, play with your videoplayer or aucat(1) options. Much har

gmake "write error" and possible solution

2009-01-06 Thread Vadim Zhukov
ue a > read or write. > > Solves: gmake 'write error' problem Can anyone expirinced comment this, please? -- Best wishes, Vadim Zhukov

Re: newbie - migrating - home drive, UIDs, and etc/group, and such

2009-01-10 Thread Vadim Zhukov
d $U -user $OLDUID -print0 | xargs -0r chown $NEWUID find $U -group $OLDGID -print0 | xargs -0r chown $NEWGID done -- Best wishes, Vadim Zhukov

Re: Netscape Enterprise-Server under BSD License

2009-01-17 Thread Vadim Zhukov
ions Personally I don't think that, for example, nspr will ever find it's way to base.. -- Best wishes, Vadim Zhukov

Re: Apache file upload

2009-01-22 Thread Vadim Zhukov
sset($linkFailed)) $body .= "WARNING: failed to create hard link in /htdocs/dnl/auto\r\n"; if (($smtp = new Net_SMTP($host))) { if (!PEAR::isError($smtp->connect())) { if (!PEAR::isError($smtp->mailFrom('w...@my.domain'))) { if (!PEAR::isError($smtp->rcptTo('ad...@my.domain'))) { $smtp->data($subj . "\r\n" . $body); } } $smtp->disconnect(); } } } ?> File: -- Best wishes, Vadim Zhukov

5965 fixed

2009-01-28 Thread Vadim Zhukov
est wishes, Vadim Zhukov

Re: (bit)torrent openbsd client

2009-01-28 Thread Vadim Zhukov
r me for about a year. Just try and find what best suits your needs: $ cd /usr/ports && make search key=torrent -- Best wishes, Vadim Zhukov

Re: starting gnome session with gdm as non root

2009-02-19 Thread Vadim Zhukov
or less) secure way to use gnome, GDM intentded to be run as root. But better will be start gnome-session, as it was suggested already. -- Best wishes, Vadim Zhukov

Re: OpenBSD AMD64 4.4 install hangs at boot (softraid0 at root) on Intel Q9550, 8GB RAM, 1TB WD

2009-02-19 Thread Vadim Zhukov
i386&format=html If bug is fixed in CURRENT, you can give it a try: I'm sure you'll realize that you want to reinstall OpenBSD due to some errors made during installation soon. :) -- Best wishes, Vadim Zhukov

Re: OpenBSD AMD64 4.4 install hangs at boot (softraid0 at root) on Intel Q9550, 8GB RAM, 1TB WD

2009-02-20 Thread Vadim Zhukov
On 20 February 2009 c. 09:32:24 Ted Unangst wrote: > On Fri, Feb 20, 2009 at 1:22 AM, Vadim Zhukov wrote: > > You should type "disable softraid" after entering UKC using "boot > > -c" at the bootloader prompt. More details on UKC you can find here: > > no

Re: OpenBSD AMD64 4.4 install hangs at boot (softraid0 at root) on Intel Q9550, 8GB RAM, 1TB WD

2009-02-20 Thread Vadim Zhukov
On 20 February 2009 c. 12:10:51 Otto Moerbeek wrote: > On Fri, Feb 20, 2009 at 12:05:12PM +0300, Vadim Zhukov wrote: > > On 20 February 2009 c. 09:32:24 Ted Unangst wrote: > > > On Fri, Feb 20, 2009 at 1:22 AM, Vadim Zhukov > > > > wrote: > > > > You sho

Re: Assistance OpenBSD

2009-02-21 Thread Vadim Zhukov
my spare HP Pavilion N5250 > notebook with > an Intel pentium CPU but it is not connected to the internet. Please share as much info about what you did and what you tried but failed to did with your system, starting from installation process. Please list all errors you encounter and when. But at first, please, look in the FAQ: http://www.openbsd.org/faq/ -- Best wishes, Vadim Zhukov

Re: get php uptime function out of apache chroot jail?

2009-02-25 Thread Vadim Zhukov
orget authentication). But this could be much work in some cases. b) Put needed static-linked executable ("/bin/sh" in your case inside chroot). It's a mostly bad but easy way. -- Best wishes, Vadim Zhukov

Re: route: network is unreachable

2009-02-27 Thread Vadim Zhukov
rt 0x2f8/8 irq 3: ns16550a, 16 byte fifo > pckbc0 at isa0 port 0x60/5 > pckbd0 at pckbc0 (kbd slot) > pckbc0: using irq 1 for kbd slot > wskbd0 at pckbd0: console keyboard, using wsdisplay0 > pcppi0 at isa0 port 0x61 > midi0 at pcppi0: > spkr0 at pcppi0 > lpt0 at isa0 port 0x378/4 irq 7 > it0 at isa0 port 0x2e/2: IT8712F rev 0x04, EC port 0x290 > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 > fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 > fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec > usb0 at uhci0: USB revision 1.0 > uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 > biomask ed65 netmask ff65 ttymask > mtrr: Pentium Pro MTRR support > softraid0 at root > root on wd0a swap on wd0b dump on wd0b -- Best wishes, Vadim Zhukov

Re: route: network is unreachable

2009-02-27 Thread Vadim Zhukov
at man pages in your system first, there are all needed examples. In particular, you should read pppoe(4). -- Best wishes, Vadim Zhukov

Re: route: network is unreachable

2009-02-27 Thread Vadim Zhukov
gt; > > inet 0.0.0.0 255.255.255.255 NONE pppoedev rl2 > > authproto pap authname szt authkey szt > > dest 0.0.0.1 > > up > > !/sbin/route add default 0.0.0.1 -- Best wishes, Vadim Zhukov

Re: Apache & PHP

2009-03-08 Thread Vadim Zhukov
ight?) and the php.ini > files does not exclude shell_exec from running... what else might be > wrong? 1. You need shell to run shell_exec(). 2. You should specify path _inside_ chroot: "/test/hello". For "real" exec() and friends see pcntl_* functions. -- Best wishes, Vadim Zhukov

Re: Where is "Secure by default" ?

2009-03-09 Thread Vadim Zhukov
On 9 March 2009 P3. 21:29:47 Juan Miscaro wrote: > 2009/3/9 bofh : > > On Mon, Mar 9, 2009 at 11:48 AM, - Tethys wrote: > >> Maybe it's a troll. Maybe not. Can we afford to be turning away > >> potential users on the off chance? > > > > OpenBSD exists solely for the developers > > That's a silly t

Re: Jumbo Frame

2009-03-12 Thread Vadim Zhukov
On 12 March 2009 c. 18:01:24 Kleber Rocha wrote: > Hello, > > OpenBSD supports jumbo frame, if yes, how I do this configuration? man 8 ifconfig man 4 name-of-your-nic-driver-here -- Best wishes, Vadim Zhukov

Re: linux binary emulation (corrected kdump)

2009-03-13 Thread Vadim Zhukov
y try to run FreePascal then you'd better talk with its developers (they provided OpenBSD binaries a long time ago) or try to bootstrap its build on another OS (cross-compilation is supported), or via another compiler. I tried to do so but then need in FPC was gone, so I had to abort the porting due to lack of time. -- Best wishes, Vadim Zhukov

Re: creating release and kernels

2009-03-13 Thread Vadim Zhukov
o automate this work? -- Best wishes, Vadim Zhukov

Re: creating release and kernels

2009-03-13 Thread Vadim Zhukov
just didn't realize it wasn't creating a > release of the current running kernel. :) > Would i also need to copy the > /boot file as well or just the bsd* files? No. -- Best wishes, Vadim Zhukov

Re: pf state key linking mismatch

2009-03-24 Thread Vadim Zhukov
On 24 March 2009 G. 20:59:05 Stuart Henderson wrote: > On 2009-03-24, Vadim Zhukov wrote: > > Hello all. > > > > As far as I remember, error message "pf: state key linking mismatch" > > is not something anyone want to see on his console. For me it means &

Re: disabling drivers at runtime?

2009-03-25 Thread Vadim Zhukov
specific driver only at runtime? > Lets say like ehci? > > Kind regards, > Sebastian boot -c Search for the word UKC in FAQ for more details. -- Best wishes, Vadim Zhukov

Re: shell history and page-up

2009-04-01 Thread Vadim Zhukov
't need to export those variables. -- Best wishes, Vadim Zhukov A: Because it messes up the way people read text. Q: Why is a top-posting such a bad thing?

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: 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
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
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

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

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

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:

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: ACPI hack for temperature control

2013-05-01 Thread Vadim Zhukov
after 64-bit time_t)? -- 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: 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: 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: 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
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
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 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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
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-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: 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: 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: 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: 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: 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: 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: 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: 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: 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: spam from chrooted CMSes

2009-04-12 Thread Vadim Zhukov
il will forward letters to. You do not need big programming skills to do that, just some basic C knowledge. If you do not know C at all, ask some your friend to do this work for beer (or mineral water, if he doesn't like alcohol ;) ). -- Best wishes, Vadim Zhukov A: Because it messes up the way people read text. Q: Why is a top-posting such a bad thing?

Re: I can't download torrents with ktorrent with a normal user

2009-04-12 Thread Vadim Zhukov
/etc/pf.conf - KTorrent network configuration (particularily local ports specified) - Torrent sites tested - And finally: are you logging in as root, or starting "root" KTorrent via sudo? -- Best wishes, Vadim Zhukov A: Because it messes up the way people read text. Q: Why is a top-posting such a bad thing?

Re: VNC and PF

2009-04-16 Thread Vadim Zhukov
o address 66.66.66.66:59001 > (66.66.66.66 as my ext addr.). 0. dmesg IS ALWAYS REQUIRED. 1. Full pf.conf (or, better, "pfctl -sa" output). 2. "ifconfig" output. 3. "route -n show" output. -- Best wishes, Vadim Zhukov A: Because it messes up the way people read text. Q: Why is a top-posting such a bad thing?

Re: Is there any particular reason to not have RAIDFrame on RAMDISK_CD

2009-04-19 Thread Vadim Zhukov
On 20 April 2009 c. 05:15:50 Nick Holland wrote: > Vadim Zhukov wrote: > > Hello all. > > > > Is there any particular reason to not have RAIDFrame built-in in > > RAMDISK_CD kernels? I mean, are there any restrictions, except > > kernel/ramdisk size, which

  1   2   3   >