Re: [gentoo-user] how to use two graphics cards with one display

2016-06-13 Thread Andrew Savchenko
un properly on heterogeneous GPGPU setup. So probably your best option will be to use one card solely for GPGPU computing, while another one for rendering and output. Another interesting application is that some codecs (e.g. x264) allow to use OpenCL, though from tests I saw it still gives worse results then vdpau-based decoding. Best regards, Andrew Savchenko pgpCMREiq7IR_.pgp Description: PGP signature

Re: [gentoo-user] Foss hardened router?

2016-06-09 Thread Andrew Savchenko
are (I really doubt that embedded hardware will be able to handle 1 Gbps encrypted connections.) Best regards, Andrew Savchenko pgp2MlQ57g0iH.pgp Description: PGP signature

Re: [gentoo-user] how to use two graphics cards with one display

2016-06-06 Thread Andrew Savchenko
acceleration will be limited to abilities of the weakest card). But honestly I don't get why you need this: if you have a powerful GPU and it is not a laptop, where power consumption is critical, why just don't use that card? Most cards have multiple outputs, so it is not a problem to setup m

Re: [gentoo-user] Systemd to manage (DNS) security?

2016-06-06 Thread Andrew Savchenko
ork. It should be noted, that there are other non-systemd solutions like runit, mdev and so on. I wish them good luck too (and looks like I even use mdev on one server :)). Best regards, Andrew Savchenko pgplkFLji8ExF.pgp Description: PGP signature

Re: [gentoo-user] downloading remote eix data file

2016-05-28 Thread Andrew Savchenko
x-remote update2 fails for me for a long time (over a year, I guess). Best regards, Andrew Savchenko pgp8WzywMzqRm.pgp Description: PGP signature

Re: [gentoo-user] what goes on with duplicity?

2016-05-28 Thread Andrew Savchenko
e/package.mask: app-backup/duplicity::gentoo This way it will be installed only from overlay(s), even if in-tree version is newer. Of course, the best solution is to file bug for app-backup/duplicity and ask maintainers to add azure USE flag. Best regards, Andrew Savchenko pgpTDHGbaRW2N.pgp Description: PGP signature

Re: [gentoo-user] speech recognition?

2016-05-17 Thread Andrew Savchenko
proprietary cloud service which is temporarily free of charge as long as it is in alpha-testing stage. Best regards, Andrew Savchenko pgpWGroB6MeLK.pgp Description: PGP signature

Re: SOLVED Re: [gentoo-user] ATLAS@home and VirtualBox

2016-05-03 Thread Andrew Savchenko
nc mirror with outdated ChangeLog files. Also take into account that ChangeLogs are now generated from git logs and this takes time, usually something about an hour (maybe half an hour, I'm not sure). Just tested on one of my systems using rsync, 'equery c boinc' works fine. Make sure your app-portage/gentoolkit is up to date. Best regards, Andrew Savchenko pgpx7BR6DTaAm.pgp Description: PGP signature

[gentoo-user] Gentoo on Tesla Model S!

2016-04-22 Thread Andrew Savchenko
: http://www.su-tesla.space/2016/04/gentoo-tesla-t2-edition.html Best regards, Andrew Savchenko pgpHvm5mZIhPd.pgp Description: PGP signature

Re: [gentoo-user] Add hyperlinks to PDF?

2016-04-09 Thread Andrew Savchenko
inks. I use xelatex to create PDF documents (pdflatex can also be used), it has nice hyperref package which allows to manage PDF hyperlinks. Best regards, Andrew Savchenko pgpOs5_zxah6A.pgp Description: PGP signature

Re: [gentoo-user] Problems with cross-compiling

2016-03-27 Thread Andrew Savchenko
t-linux-gnueabi/tmp/portage/sys-libs/ncurses-6.0-r1/work/ncurses-6.0/c++/cursesf.cc It looks like it tries to run compile command with empty compiler variable (e.g. $CC) that should be before "-DHAVE_CONFIG_H -I.". You should investigate makefiles and set proper compiler value. Best regards, Andrew Savchenko pgpVd_H4XlyZq.pgp Description: PGP signature

Re: [gentoo-user] Problems with cross-compiling

2016-03-27 Thread Andrew Savchenko
1 exit status The problem is that build system tries to utilize system libraries (libc, libpthread) instead of cross-compiled versions. You should modify it in order to provide correct path, e.g. by passing a proper --sysroot=... to a linker. Best regards, Andrew Savchenko pgp01QN7kORt3.pgp Description: PGP signature

Re: [gentoo-user] app-office/impressive without gcj

2016-03-08 Thread Andrew Savchenko
t. There is no way. impressive unconditionally needs app-text/pdftk, which unconditionally needs gcc[gcj]. Judging from pdftk source, other java implementations can't be used without code rewrite. Best regards, Andrew Savchenko pgpSjFY2bRhEh.pgp Description: PGP signature

Re: [gentoo-user] beegfs goes opensource!

2016-02-28 Thread Andrew Savchenko
. Thus I see no advantage in FhgFS for HPC setups. Of course world of parallel distributed file systems is very versatile, so for different tasks/workloads different file systems are the most suitable, but for typical IB-based HPC storage I see no better solution than Lustre at this moment. Best reg

Re: [gentoo-user] nvidia-drivers using deprecated...

2016-02-09 Thread Andrew Savchenko
On Mon, 1 Feb 2016 10:00:40 + Neil Bothwick wrote: > On Mon, 1 Feb 2016 12:38:45 +0300, Andrew Savchenko wrote: > > > > It's nothing to worry about, deprecated only mean is will be broken at > > > some time in the future, it still works for now. IMO ebuild QA > &g

Re: [gentoo-user] nvidia-drivers using deprecated...

2016-02-08 Thread Andrew Savchenko
On Mon, 1 Feb 2016 05:04:14 -0500 Philip Webb wrote: > 160201 Andrew Savchenko wrote: > > On Mon, 1 Feb 2016 09:03:50 + Neil Bothwick wrote: > >> On Mon, 1 Feb 2016 05:56:37 +0100, meino.cra...@gmx.de wrote: > >>> Switching to nvidia OpenCL interface... done >

Re: [gentoo-user] TOR-Browser Bundle: And the rest was silence...

2016-02-08 Thread Andrew Savchenko
und as well. While such background traffic can be redirected to tor using tsocks and iptables, this is not very trivial task. That is why tor browser is useful: it does such stuff for you by ensuring that all browser traffic is going via tor. You may use torbrowser overlay to use this package in Gentoo. Best regards, Andrew Savchenko pgp3jUOV60Vfs.pgp Description: PGP signature

Re: [gentoo-user] nvidia-drivers using deprecated...

2016-02-01 Thread Andrew Savchenko
to installing the package on Gentoo. > > It's nothing to worry about, deprecated only mean is will be broken at > some time in the future, it still works for now. IMO ebuild QA messages > like this should not be shown to users. The idea is that users should ping developers with a

Re: [gentoo-user] Re: Filesystem choice for NVMe SSD

2016-01-27 Thread Andrew Savchenko
able Intel SSD (400 GB size, 8PBW resource). For HPC cluster we planned SSD cache for storage, but due to funding cut-off we have only small SSDs on each node. Best regards, Andrew Savchenko pgpN6YnGWESof.pgp Description: PGP signature

Re: [gentoo-user] Re: Filesystem choice for NVMe SSD

2016-01-27 Thread Andrew Savchenko
On Wed, 27 Jan 2016 09:31:26 +0100 Kai Krakow wrote: > Am Tue, 26 Jan 2016 20:02:47 +0300 > schrieb Andrew Savchenko <birc...@gentoo.org>: > > > I have thoughts about caching NFS using filescached, but limited > > durability of the drive (400 TBW warranty for 512 GB

Re: [gentoo-user] Filesystem choice for NVMe SSD

2016-01-26 Thread Andrew Savchenko
That is just a > hand-waving argument - I have no idea how they work in practice. Is there any way to find erase block size aside from flashbench? I'll probably write Samsung support with data request as well, but I doubt they'll give me any useful information. Best regards, Andrew Savchenko pgps6MFgt5Jr6.pgp Description: PGP signature

Re: [gentoo-user] Re: Filesystem choice for NVMe SSD

2016-01-26 Thread Andrew Savchenko
Hi, On Mon, 25 Jan 2016 02:50:23 + (UTC) James wrote: > Andrew Savchenko gentoo.org> writes: > > > 3. Performance. This is natural to strive to get full speed and > > minimal latency from such a yummy storage. > > bcahce? > https://bcache.evilpiepirate

[gentoo-user] Filesystem choice for NVMe SSD

2016-01-23 Thread Andrew Savchenko
regards, Andrew Savchenko pgp0EoCKWlCF3.pgp Description: PGP signature

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-07 Thread Andrew Savchenko
On Sat, 2 Jan 2016 13:27:52 -0500 waltd...@waltdnes.org wrote: > On Sat, Jan 02, 2016 at 02:56:58PM +0300, Andrew Savchenko wrote > > > For 32-bit distcc on 64-bit host there is no need to chroot or > > create VM (hey, they're hellishly slow!). Just add -m32 to your > >

Re: [gentoo-user] modest list of miserable FAIL

2016-01-07 Thread Andrew Savchenko
in CFLAGS. Of course there are also another reasons (e.g. stricter checks or standard compliance) and all problems should be dealt on per-case basis. Best regards, Andrew Savchenko pgpLG29Y3x2lW.pgp Description: PGP signature

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-02 Thread Andrew Savchenko
In some rare cases ebuild ignores {C,CXX,F,FC}FLAGS, while this is a bug and should be fixed, this can be worked around on distcc server by forcing -m32 for each gcc call. Best regards, Andrew Savchenko pgpDx8p1e6tpV.pgp Description: PGP signature

Re: [gentoo-user] Full system encryption on Gentoo

2015-12-29 Thread Andrew Savchenko
ernal media (PXE, CD/DVD, USB stick) and have whole HDD/SSD encrypted. Though I see little point in whole / encryption. What is the point to encrypt /usr, /lib, /bin, /sbin? Just do this to /home, /var and other sensitive pieces. Best regards, Andrew Savchenko pgp3ktGTUqY72.pgp Description: PGP signature

Re: [gentoo-user] Re: Gcc 5.3

2015-12-28 Thread Andrew Savchenko
when large numbers like 1000 or 10000 will be reached. [/offtopic] Best regards, Andrew Savchenko pgpQZr78y9x78.pgp Description: PGP signature

Re: [gentoo-user] IPTABLES

2015-12-24 Thread Andrew Savchenko
be applied. Of course, you should terminate this command with ^C if new rules are good, so that old ones will not be fired in a minute. Best regards, Andrew Savchenko pgpZWFGV4tF5F.pgp Description: PGP signature

Re: [gentoo-user] blocking facebook

2015-12-12 Thread Andrew Savchenko
ed without touching iptables rules. Gentoo init script support ipset rules save/load as well as iptables. Do not forget about ipv6 if it is enabled on your network. Best regards, Andrew Savchenko pgp4gZGYmgNxX.pgp Description: PGP signature

Re: [gentoo-user] tc filter add ... fails

2015-12-09 Thread Andrew Savchenko
h command, it usually contains a hint on what is wrong. Also it is much better to write iptables / iproute / tc rules manually then using high level generators like shorewall — this will give you a good understanding on what is going on and how to optimize or tighten your setup. Best regards, Andrew S

Re: [gentoo-user] Gnupg-2.1.* nightmare

2015-11-06 Thread Andrew Savchenko
Hi, On Mon, 19 Oct 2015 10:57:37 +0200 Jean-Christophe Bach wrote: > I have a very similar problem, at least concerning your 2nd point > (duplicated keys). All my problems came when I updated gnupg from 1.x to > 2.x. I tried to solve them by playing with different 2.x versions but > with the last

[gentoo-user] Gnupg-2.1.* nightmare

2015-10-13 Thread Andrew Savchenko
ec rsa4096/0x565953B95372756C 2013-02-27 [expires: 2018-02-26] Key fingerprint = 63EB 04FA A30C 76E2 952E 6ED6 5659 53B9 5372 756C uid [ultimate] Andrew Savchenko <birc...@gmail.com> uid [ultimate] Andrew A. Savchenko (NRNU MEPhI) <aasa

Re: [gentoo-user] Re: Can't paste from selection in gtk-3 apps

2015-09-20 Thread Andrew Savchenko
ngle screen setup. I'm trying to select text on > DISPLAY=:0.0 and paste it on DISPLAY=:0.1 Just for the record: I have the same problem with multihead setup (:0.0 and :0.1). While selecting with mouse doesn't work. Using menu functions "copy" in one application and "paste" in another one works fine. IIRC there are actually two buffers in X: for mouse selection and for copy-and-paste (both via menu and keyboard shortcuts). Best regards, Andrew Savchenko pgpQtXl3f62Nt.pgp Description: PGP signature

Re: [gentoo-user] Re: Can't paste from selection in gtk-3 apps

2015-09-20 Thread Andrew Savchenko
eason already mentioned by Grant is true for my case too: in my window manager (e16) I can have independent desktops on each screen, but not in xinerama mode. Probably this can be fixed in software, but might require a lot of work. JFYI dwm allows independent work on xinerama screens, but I have another issues with dwm. Best regards, Andrew Savchenko pgp0yKiSht8LF.pgp Description: PGP signature

Re: [gentoo-user] Distfiles cache setup

2015-09-20 Thread Andrew Savchenko
> I think I'm going to try exporting it first and see if it does what I > want first, if it works I'll leave it. :-) We have a cluster of identical machines. Exporting over NFS works just fine, though we exported not only /usr/portage, but /usr/local/portage, /var/lib/layman and /va

Re: [gentoo-user] portage can not find local ebuild

2015-09-17 Thread Andrew Savchenko
tion = /usr/portage > sync-type = rsync > sync-uri = rsync://192.168.139.7/gentoo-portage You are missing local overlay description. Add to gentoo.conf something like this: [local] priority = 100 location = /usr/local/portage Best regards, Andrew Savchenko pgpa7G4JRbOCP.pgp Description: PGP signature

Re: [gentoo-user] iptables tunneling a chrooted Linux?

2015-08-15 Thread Andrew Savchenko
this), then you have to set up network inside container and bridge/route it with the host system. Best regards, Andrew Savchenko pgp79Vhj9xFZf.pgp Description: PGP signature

Re: [gentoo-user] Re: want to upgrade 50 month old installation

2015-08-04 Thread Andrew Savchenko
somewhere between a couple days and a couple weeks. Best regards, Andrew Savchenko pgpIgLqQq7xXs.pgp Description: PGP signature

Re: [gentoo-user] want to upgrade 50 month old installation

2015-08-04 Thread Andrew Savchenko
are missing. In the old days make.conf and other files were not in /etc/portage, but in /etc. At least non-optional stuff. Best regards, Andrew Savchenko pgpk_ozEwD__p.pgp Description: PGP signature

Re: [gentoo-user] Packaging ASL

2015-07-25 Thread Andrew Savchenko
in a FOSS way. [1] https://wiki.gentoo.org/wiki/Project:Science [2] https://github.com/gentoo-science/sci (If you check the commits log you'll see that it is a very alive repo) I added sci-libs/asl-0.1.4 to the science overlay. Enjoy! Best regards, Andrew Savchenko pgpxlzvN6OU2s.pgp Description

Re: [gentoo-user] [OT] Very recent change in behavior of gmail imap/smtp servers

2015-07-23 Thread Andrew Savchenko
) but why the same delay for reading email? I use POP3 and SMTP for gmail daily, no delays here. Maybe your ISP is doing something: either bug, or MitM or some other nasty things. Best regards, Andrew Savchenko pgpZ0HdjYsOda.pgp Description: PGP signature

Re: [gentoo-user] Packaging ASL

2015-07-21 Thread Andrew Savchenko
in the documentation. Fixing this will save people from digging into cmake files. Best regards, Andrew Savchenko pgpt687JWdJiO.pgp Description: PGP signature

Re: [gentoo-user] Re: In the fear of getting hacked (WLAN setup)

2015-07-18 Thread Andrew Savchenko
that even without any network applications they may be vulnerable with enabled interfaces. Proper configuration of kernel, especially iproute2 and iptables can minimize such risks, of course. Best regards, Andrew Savchenko pgpKQ3DbwKSv3.pgp Description: PGP signature

Re: [gentoo-user] Should www-plugins/adobe-flash have stable versions?

2015-06-26 Thread Andrew Savchenko
. Best regards, Andrew Savchenko pgpN4D6MH65Qf.pgp Description: PGP signature

Re: [gentoo-user] Google Chrome and audio capture

2015-06-24 Thread Andrew Savchenko
on a system. In order to remove already installed plugin one have to delete the following directory: ~/.config/chromium/Default/Extensions/lccekmodgklaepjeofjdjpbminllajkg See also: https://bugs.gentoo.org/show_bug.cgi?id=552298 Best regards, Andrew Savchenko pgpnWFEhA3sVN.pgp Description: PGP

Re: [gentoo-user] Profile listings

2015-06-14 Thread Andrew Savchenko
. Best regards, Andrew Savchenko pgpLBt6CBmQM3.pgp Description: PGP signature

Re: [gentoo-user] What is the definition of a gentoo binary package?

2015-05-29 Thread Andrew Savchenko
for clustering, fast deployment, fast downgrades and so on. 2) The same binpkg packages, but put into the portage tree for specific hard to build packages, they usually have -bin suffix. That is your case. Best regards, Andrew Savchenko pgpE1rzm3lUeq.pgp Description: PGP signature

Re: [gentoo-user] recommended applications

2015-05-24 Thread Andrew Savchenko
regards, Andrew Savchenko pgp1oUncgslOe.pgp Description: PGP signature

Re: [gentoo-user] Changing the email address for bugzilla account

2015-05-09 Thread Andrew Savchenko
email link. No, it doesn't. Well, at least at November 2014 (when I resubscribed from another e-mail) it did not. How to proceed now? Should I contact some admin to fix my account for me? If so, how can he/she be contacted? Just make another request on Bugzilla. Best regards, Andrew Savchenko

Re: [gentoo-user] Re: CFLAGs for kernel compilation

2015-05-01 Thread Andrew Savchenko
On Fri, 1 May 2015 05:09:51 + (UTC) Martin Vaeth wrote: Andrew Savchenko birc...@gentoo.org wrote: That's why kernel makes sure that no floating point instructions sneaks in using CFLAGS, you may see a lot of -mno-${intrucion_set} flags when running make -V. So it should

Re: [gentoo-user] CFLAGs for kernel compilation

2015-04-30 Thread Andrew Savchenko
-patches[1], as was pointed in other reply already. This code will ensure that proper CPU support is enabled while keeping all floating point instructions disabled. Just apply a patch and select native arch in CPU arch menu. [1] https://github.com/graysky2/kernel_gcc_patch Best regards, Andrew Savchenko

Re: [gentoo-user] CFLAGs for kernel compilation

2015-04-30 Thread Andrew Savchenko
and results are available here: https://github.com/graysky2/kernel_gcc_patch Optimization is a very powerful tool if taken with care. Of course it may lead to a disastrous result if mindlessly used. Best regards, Andrew Savchenko pgpeiw2NIYR7p.pgp Description: PGP signature

Re: [gentoo-user] CFLAGs for kernel compilation

2015-04-30 Thread Andrew Savchenko
On Thu, 30 Apr 2015 20:11:52 +0200 Volker Armin Hemmann wrote: Am 30.04.2015 um 19:45 schrieb Andrew Savchenko: Hi, On Thu, 30 Apr 2015 18:26:22 +0200 Volker Armin Hemmann wrote: That simple. The kernel is too important and the people programming it know what they are doing. Don't set

Re: [gentoo-user] gentoo announces total website makeover :-)

2015-03-31 Thread Andrew Savchenko
! As for the Phase II, are there any plans for 8 floppy support or only 5.25 devices are targeted? Best regards, Andrew Savchenko pgpEw4sFgcSlu.pgp Description: PGP signature

Re: [gentoo-user] How to find all packages which need Python2_7

2015-03-03 Thread Andrew Savchenko
On Tue, 03 Mar 2015 11:12:48 +0100 Helmut Jarausch wrote: On 03/03/2015 10:47:46 AM, Andrew Savchenko wrote: Hello, On Tue, 03 Mar 2015 10:21:19 +0100 Helmut Jarausch wrote: Hi, I'd like to install all packages which need Python, only for Python3 except those which cannot

Re: [gentoo-user] How to find all packages which need Python2_7

2015-03-03 Thread Andrew Savchenko
On Tue, 3 Mar 2015 12:47:46 +0300 Andrew Savchenko wrote: EIX_LIMIT=0 eix -I --only-names -\( -U python_targets_python2_ -! -U python_targets_python3_ -\) On second though parenthesis are surplus here: EIX_LIMIT=0 eix -I --only-names -U python_targets_python2_ -! -U python_targets_python3_

Re: [gentoo-user] How to find all packages which need Python2_7

2015-03-03 Thread Andrew Savchenko
installed packages having python2_* in their python targets, but not having python3_*. Best regards, Andrew Savchenko pgpqJxF4ePsjM.pgp Description: PGP signature

Re: [gentoo-user] distcc implementation failure

2015-02-20 Thread Andrew Savchenko
, if it doesn't exist): category1/foo no-distcc.conf category2/bar no-distcc.conf Best regards, Andrew Savchenko pgpfH5oQn8S7W.pgp Description: PGP signature

Re: [gentoo-user] compiling via distcc

2015-02-20 Thread Andrew Savchenko
useful guide is here[3]. [1] https://groups.google.com/forum/#!topic/distcc-patches/eeP-9pTgz7E [2] git://git.overlays.gentoo.org/dev/bircoph.git sys-devel/distcc [3] http://www.gentoo-wiki.info/HOWTO_Emerge_on_very_slow_systems Best regards, Andrew Savchenko pgpqjFjXODScJ.pgp Description: PGP

Re: [gentoo-user] repos.conf migration lost overlay priority

2015-02-13 Thread Andrew Savchenko
*? Try to add priority = 100 to local.conf Best regards, Andrew Savchenko pgpLSYv7zqRwe.pgp Description: PGP signature

Re: [gentoo-user] old EEE PC 1000

2015-02-09 Thread Andrew Savchenko
using caching (like cachefilesd). Yet again, all these tricks are required for @world updates only, for other stuff EeePC is self sufficient box. Best regards, Andrew Savchenko pgpyDJl2Xegal.pgp Description: PGP signature

Re: [gentoo-user] Ghost cyber threat

2015-01-30 Thread Andrew Savchenko
using gethostbyname() or gethostbyname2() and glibc-2.18 IS vulnerable. Best regards, Andrew Savchenko pgp0memZyNaAg.pgp Description: PGP signature

Re: [gentoo-user] Ghost cyber threat

2015-01-30 Thread Andrew Savchenko
? Considering how old one's setup should be to be affected to this issue, it is likely that such systems have another vulnerabilities, allowing attacker to gain root privileges even if exim itself is being run as a non-root user. Best regards, Andrew Savchenko pgpKpmns3wCDW.pgp Description: PGP

Re: [gentoo-user] Ghost cyber threat

2015-01-30 Thread Andrew Savchenko
intervals of vulnerable and fixed versions, e.g. multiple slots fix fixes in several slots, glsa-check fail: https://bugs.gentoo.org/show_bug.cgi?id=106677 Quite an old bug... Best regards, Andrew Savchenko pgpAydWkL9zJS.pgp Description: PGP signature

Re: [gentoo-user] updating netbook : Python needs libjpeg.so.8 : solved

2015-01-29 Thread Andrew Savchenko
works fine here on ~x86. Best regards, Andrew Savchenko pgpKWytHpmp4L.pgp Description: PGP signature

Re: [gentoo-user] Re: Ghost cyber threat

2015-01-29 Thread Andrew Savchenko
have critical bugs sooner or later. These reminds me of recent openssl issue, after which many switched to polarssl and that one had a critical security bug just recently. Best regards, Andrew Savchenko pgpvLwbU7JNjE.pgp Description: PGP signature

Re: [gentoo-user] Ghost cyber threat

2015-01-29 Thread Andrew Savchenko
ones. Best regards, Andrew Savchenko pgpMWQmbZaBhp.pgp Description: PGP signature

Re: [gentoo-user] Question about flakey RAM

2015-01-29 Thread Andrew Savchenko
are implemented). Best regards, Andrew Savchenko pgpiXoHXB_nSL.pgp Description: PGP signature

Re: [gentoo-user] updating netbook : Python needs libjpeg.so.8 : solved

2015-01-29 Thread Andrew Savchenko
On Thu, 29 Jan 2015 18:13:35 -0500 Philip Webb wrote: 150129 Andrew Savchenko wrote: On Thu, 29 Jan 2015 05:52:27 -0500 Philip Webb wrote: The 3rd stumble was Python, which refused to compile, as it couldn't find /usr/lib/libjpeg.so.8 . It seems that Libjpeg-turbo works only on 64-bit

Re: [gentoo-user] Ghost cyber threat

2015-01-29 Thread Andrew Savchenko
already. I have not seen GLSAs for kernel in ages, though old kernels definitely have serious security issues, and they may be far more serious than Ghost glibc bug. Best regards, Andrew Savchenko pgpgafG4_tW6U.pgp Description: PGP signature

Re: [gentoo-user] Latest chromium-40 on ~x86

2015-01-26 Thread Andrew Savchenko
Hi, On Sun, 25 Jan 2015 19:43:12 +0100 Nils Holland wrote: On Sun, Jan 25, 2015 at 02:03:48PM +0300, Andrew Savchenko wrote: I gave up on chromium starting from chromium-36, where they dropped pre-SSE2 x86 support (and I use such system: Athlon-XP). I tried to re-add this stuff

Re: [gentoo-user] merging pdf file into one page

2015-01-25 Thread Andrew Savchenko
of the washing machine. They are crumpled. I think it as to do something with the static. How to I combine (overlap) two pdf files into one page. Use imagegick's composite tool to overlap images into single pdf, then print it. Best regards, Andrew Savchenko pgpBg2C5bORzm.pgp Description

Re: [gentoo-user] problem emerging Libdrm

2015-01-25 Thread Andrew Savchenko
with related applications. Best regards, Andrew Savchenko pgpcS7xPynewa.pgp Description: PGP signature

Re: [gentoo-user] Latest chromium-40 on ~x86

2015-01-25 Thread Andrew Savchenko
). I tried to re-add this stuff with partial success (works, but still SIGILLs sometimes) and it's very hard to clean all pieces. Looks like they're slowly abandoning x86 and older hardware at all. Best regards, Andrew Savchenko pgpkjjYmvwwIi.pgp Description: PGP signature

Re: [gentoo-user] Re: Get off my lawn?

2015-01-20 Thread Andrew Savchenko
overlay. New clsync version was recently released and I plan to push it to tree after some testing. Best regards, Andrew Savchenko pgpaUDKvZUjwG.pgp Description: PGP signature

Re: [gentoo-user] Re: Get off my lawn?

2015-01-19 Thread Andrew Savchenko
is much better suited for this task. And as a result 13 years old hardware is still usable to watch 720p and most of 1080p videos (without GPU hardware decoding). A byproduct of such interest is a deep understanding of system internals, which is a great result on its own. Best regards, Andrew

Re: [gentoo-user] pdf viewer

2015-01-10 Thread Andrew Savchenko
On Sat, 10 Jan 2015 19:25:54 +0100 lee wrote: Andrew Savchenko birc...@gentoo.org writes: On Fri, 09 Jan 2015 20:49:56 +0100 lee wrote: Andrew Savchenko birc...@gentoo.org writes: When I need something simple (e.g. to read pdf books) I use mupdf. How did you get mupdf to display

Re: [gentoo-user] pdf viewer

2015-01-09 Thread Andrew Savchenko
On Fri, 09 Jan 2015 20:49:56 +0100 lee wrote: Andrew Savchenko birc...@gentoo.org writes: When I need something simple (e.g. to read pdf books) I use mupdf. How did you get mupdf to display a pdf? Just run it: $ mupdf file.pdf In my case mupdf is configured as follows: Installed versions

Re: [gentoo-user] How to automate an sshfs (fusermount) mounted share

2015-01-03 Thread Andrew Savchenko
) with check that filesystem is not mounted already, something like: grep -q $MOUNTPOINT || sshfs $USR@HOST:/file/system MOUNTPOINT Alternatively you may add this to your DE/WM autostart scripts, if you are using GUI logins only. Best regards, Andrew Savchenko pgpJvFFahiIWL.pgp Description: PGP

Re: [gentoo-user] pdf viewer

2015-01-03 Thread Andrew Savchenko
by available memory). This is really handy when handling huge pdf pages (e.g. some schemes, graphs) with very small fonts, so large zoom is required to made them readable; evince can't handle such issues. Best regards, Andrew Savchenko pgpkt9XrfqNla.pgp Description: PGP signature

Re: [gentoo-user] pdf viewer

2015-01-03 Thread Andrew Savchenko
regards, Andrew Savchenko pgpJxLhd51IC7.pgp Description: PGP signature

Re: [gentoo-user] ceph on gentoo?

2014-12-27 Thread Andrew Savchenko
Hi, On Fri, 26 Dec 2014 00:38:58 -0600 Bruce Hill wrote: To whoever controls this list... I just arrived home to find my mailbox spammed with hundreds of messages from this luser Andrew Savchenko birc...@gentoo.org Please stop insults and offensive language. I just sent replies to the list

Re: [gentoo-user] ceph on gentoo?

2014-12-24 Thread Andrew Savchenko
:/ It was something rather new at that time like 3.12.x. How many disks / OSDs? 3 OSDs with raid6 attached to each one. Sorry for being so curious .. Not a problem :) Best regards, Andrew Savchenko pgpp8nppQ12M9.pgp Description: PGP signature

Re: [gentoo-user] ceph on gentoo?

2014-12-23 Thread Andrew Savchenko
by both design and capabilities. Best regards, Andrew Savchenko pgpVVw_WacZ9H.pgp Description: PGP signature

Re: [gentoo-user] ceph on gentoo?

2014-12-23 Thread Andrew Savchenko
Hi, On Tue, 23 Dec 2014 16:36:25 +0100 Stefan G. Weichinger wrote: Am 23.12.2014 um 16:20 schrieb Andrew Savchenko: [...] We used it about a year ago for our infrastructure (backup and live sync of HA systems), obviously both servers and clients were used, both on Gentoo. We stopped

Re: [gentoo-user] Choosing a new profile: multilib or not?

2014-12-22 Thread Andrew Savchenko
-x86-* prebuilt packages. Either way your system will end up with 32-bit libraries installed, but in case of multilib they will be optimized for your hardware and use cases (*FLAGS and USE). Best regards, Andrew Savchenko pgpE9EeFAs2rB.pgp Description: PGP signature

Re: [gentoo-user] How to find out to what file(...) writes goes on a idle system...

2014-12-06 Thread Andrew Savchenko
not exactly sure how to identify which files belong to which block, though. This depends on filesystem being used. For ext* family debugfs may be used: # debugfs /dev/your_dev ncheck inode1 inode2 ... Best regards, Andrew Savchenko pgpTSVfkHacd7.pgp Description: PGP signature

Re: [gentoo-user] Debian forked, because of systemd brouhaha

2014-11-29 Thread Andrew Savchenko
tends to take the pragmatic approach. If you're a purist of just about any kind you're going to have to hold your nose. However, this cuts both ways - the purists who don't want YOU to be able to make the choices YOU want to make also have to hold their noses. :) Best regards, Andrew

Re: [gentoo-user] Debian forked, because of systemd brouhaha

2014-11-29 Thread Andrew Savchenko
verbalism is inappropriate here. Best regards, Andrew Savchenko pgpEVGBDFymZu.pgp Description: PGP signature

Re: [gentoo-user] Re: ceph on btrfs

2014-10-25 Thread Andrew Savchenko
On Fri, 24 Oct 2014 16:20:36 + (UTC) James wrote: Andrew Savchenko bircoph at gmail.com writes: We are using openrc too, no related issues. (systemd is banned on all our setups: masked and its dirs are in INSTALL_MASK, so we don't have its stuff floating around.) замечательно Рад

Re: [gentoo-user] Re: ceph on btrfs

2014-10-24 Thread Andrew Savchenko
systemd related items with ceph. We are using openrc too, no related issues. (systemd is banned on all our setups: masked and its dirs are in INSTALL_MASK, so we don't have its stuff floating around.) Best regards, Andrew Savchenko pgpqwiFt5PNZ4.pgp Description: PGP signature

Re: [gentoo-user] ceph on btrfs

2014-10-23 Thread Andrew Savchenko
[1] http://ceph.com/docs/v0.78/rados/configuration/filesystem-recommendations/ [2] http://ceph.com/docs/master/release-notes/#v0-80-firefly Best regards, Andrew Savchenko pgpUJMy39uiEh.pgp Description: PGP signature

Re: [gentoo-user] kernel 3.17.0

2014-10-23 Thread Andrew Savchenko
they are useless, just not my usecases.) Best regards, Andrew Savchenko pgpLtEw0ic1_w.pgp Description: PGP signature

Re: [gentoo-user] [SOLVED] Running cryptsetup under mdev

2014-05-08 Thread Andrew Savchenko
up device lookup: $ grep -v ^# /etc/mdadm.conf DEVICE /dev/sd* And here we go: $ cat /proc/mdstat Personalities : [raid10] md0 : active raid10 sdd[3] sdf[2] 2930265088 blocks super 1.2 256K chunks 2 far-copies [2/2] [UU] Best regards, Andrew Savchenko pgpYAu22dxvLA.pgp Description

Re: [gentoo-user] Questions about CPU settings in kernel and USE

2014-04-18 Thread Andrew Savchenko
native and you will get both best performance and one less headache. Best regards, Andrew Savchenko pgpwPFk2d1kJG.pgp Description: PGP signature

Re: [gentoo-user] Debian just voted in systemd for default init system in jessie

2014-03-20 Thread Andrew Savchenko
available, many people will have to say Gentoo good bye. Best regards, Andrew Savchenko pgpTdDzBnqsa_.pgp Description: PGP signature

Re: [gentoo-user] Peeve - finding kernel config options

2014-02-27 Thread Andrew Savchenko
profit!!! Typing just FHANDLE is sufficient. CONFIG_ prefixes are allowed, but not needed at all for menuconfig search functionality. Best regards, Andrew Savchenko pgpY2OhQec4Ga.pgp Description: PGP signature

Re: [gentoo-user] Debian just voted in systemd for default init system in jessie

2014-02-22 Thread Andrew Savchenko
can see, while systemd socket activation design will work for many case, it will fail for corner ones and by no means can't be used in production (where this corner cases have a high chance to rise). Best regards, Andrew Savchenko pgphWTsbn3Qsg.pgp Description: PGP signature

Re: [gentoo-user] Re: Fwd:How about the gentoo server or cluster in production environment?

2014-02-21 Thread Andrew Savchenko
On Thu, 20 Feb 2014 21:41:03 +0100 Nicolas Sebrecht wrote: On Thu, Feb 20, 2014 at 08:52:07PM +0400, Andrew Savchenko wrote: And this point is one of the highest security benefits in real world: one have non-standard binaries, not available in the wild. Most exploits will fail

<    1   2   3   >