Re: [gentoo-user] Parallella supercomputer

2013-07-27 Thread Anton Shumskyi
Hi=) as far as i heard Parallella runs linux kernel on Zynq ARM core ONLY and Parallella cores act as a co-processor. So you can't get all its fancy cores out of box=(( you'll probably need to make some extreme kernel + openjdk hacks (and may be a lot of others). The main problem is that system run

Re: [gentoo-user] Re: Anyone else having a problem with bash?

2015-07-07 Thread Anton Shumskyi
Same for me, but it appears only after I'm canceling some job on terminal with CTRL+C, maybe in 10% of total cases. I thought that was some side-effect of switching env back, but because job is terminated in a "bad way" haven't considered that as a bug.

Re: [gentoo-user] [OT] atom+nouveau

2016-12-13 Thread Anton Shumskyi
Hi=) I have asus eeepc with Atom N570, Intel NM10 motherboard and nvidia ION 2 (GT218). Don't know if it's related, but I had the same black screen with official nvidia drivers long time ago, so I stick to nouveau instead. It was all normal until wayland came around and xorg-server fails every coup

Re: [gentoo-user] how to use my SSD the right way ;-)

2014-01-02 Thread Anton Shumskyi
Hi, there is a native queuing at my INTEL SSD 64GB, so i'v set "noop" scheduler via udev rules. And it's kind a luggish when deleting a lot files like kernel sources (at ext4,xfs,btrfs, FS makes no difference, some cheap hardware stuff)​. Will test some day another scheduler like "deadline" on top

Re: [gentoo-user] D and Gentoo

2014-01-12 Thread Anton Shumskyi
Hi=) There's Digital Mars D Compiler (dev-lang/dmd) at sunrise overlay, latest is 2.063.2, it's compilable and seems to be working =) On Sun, Jan 12, 2014 at 8:14 PM, Elias Diem wrote: > Hi all > > What's the best way to have a D compiler in Gentoo? > > I know that there is a USE flag for gcc w

Re: [gentoo-user] Help installing skype

2016-02-24 Thread Anton Shumskyi
Hi=) Can't really help with 32bit conflicts, I gave up on it since other unofficial packages got broken. But you can try workaround with disabled abi_x86_32, put skype ebuild to your local overlay and remove all abi_x86_32 related in it. And it still can fail=) Or you can give a try to web.skype.co

[gentoo-user] how to upgrade perl

2016-06-20 Thread Anton Shumskyi
In my case perl-cleaner was quite useless=( but it has an update since then, so maybe it will work now. But if it will be blocking updates you can always do it in some brutal way=))) run emerge perl with "--nodeps" and after do the same for every package that uses perl you can find their files