[gentoo-user] Is it possible to move from hardened profile?

2012-01-14 Thread czernitko
Hello, I wonder whether it is possible to convert hardened desktop box into box with non-hardened profile? I guess I would have to recompile world with vanilla compiler (no hardening) and compile gentoo-sources kernel (no prob with those), but how can I get clean, non-hardened profile for portage (

Re: [gentoo-user] Re: Is it possible to move from hardened profile?

2012-01-15 Thread czernitko
Well, hardened profile really did add some peace of mind to me, very rarely I found some app to be terminated thanks to stack smashing protection. I would like to have safe working environment, but the incompatibility cost me quite some time. Hardened would be the only choice for me if it was a ser

[gentoo-user] htop showing black screen

2012-03-02 Thread czernitko
Hello everyone, I've recently installed 64bit hardened gentoo server in VirtualBox on our main server and I've emerged htop. After running it I *got only the black screen*, i wasn't able to kill it with ctrl+c and after that even *'kill -9' stopped working* from any other console/ssh session. I was

Re: [gentoo-user] Where be the hardened Stage3?

2011-06-06 Thread czernitko
There was an answer to this question from Alan McKinnon some day ago regarding this topic: "The few times I've seen this discussed in public it's usually been something mundane like "package X in system won't build for hardened so we omitted that stage till it's fixed" or "we ran out of time" The

[gentoo-user] Software for LCD Data Center

2011-08-20 Thread czernitko
Hello list! I've recently bought LCD television from Panasonic (TX-L32E30E Viera). It is connected to my home LAN and it should be able to access data on local computers using some Data Center feature. From what I've heard, it is something little bit different than common NFS/Samba sharing. It shou

Re: [gentoo-user] Software for LCD Data Center

2011-08-24 Thread czernitko
Thanks for all your answers guys! And sorry for not responding for three days, I was away on holiday. From what you say I will give DLNA a try (no other choice, I simply want to watch movies stored on my pc). I found some list of DLNA software on http://www.rbgrn.net/content/21-how-to-choose-dlna-m

Re: [gentoo-user] Software for LCD Data Center

2011-08-25 Thread czernitko
Ok, you were right guys! I installed MediaTomb per your recommendations, and it works like a charm! Installation and configuration was easy as a pie thanks to Gentoo's portage and MediaTomb's web UI. Moreover its DLNA is compatible with my telly! Yay! :) Streaming of video, conversion of unsupporte

[gentoo-user] MediaTomb - sorting images by exif rating

2011-10-02 Thread czernitko
Hello there! I am using Mediatomb with my telly which is so far the best DLNA server I've tried. I use the telly to present images from my DSLR camera and I'd like to be able to list only images that have rating over 4. By rating, I mean EXIF tag 0x4746 (Exif.Image.Rating). Does anybody know how to

Re: [gentoo-user] MediaTomb - sorting images by exif rating

2011-10-02 Thread czernitko
libextractor to extract those data? I tried to find some configuration for libextractor/exiv2 but unforutnately without any success. Peter 2011/10/2 Michael Mol > On Sun, Oct 2, 2011 at 5:50 AM, czernitko wrote: > > Hello there! > > I am using Mediatomb with my telly which is

Re: [gentoo-user] How to cross compile Perl for ARM?

2011-10-14 Thread czernitko
Hello Jonas! there is probably a better way to do this, but it should be possible to > make a local overlay and modify the ebuild's src_compile to do emake in > the Cross directory. > > http://devmanual.gentoo.org/ebuild-writing/index.html > > So far this seems to me to be the most reasonable way

Re: [gentoo-user] How to cross compile Perl for ARM?

2011-10-14 Thread czernitko
se in their configure scipts checks that need to be run on the target architecture (like Perl). Sticking to arm-none-linux-gnueabi-emerge offers quite a lot of comfort so far, so I'll see where I can get. Thanks for your tips! Peter 2011/10/14 Raffaele BELARDI > On 10/14/2011 01:14 PM

Re: [gentoo-user] How to cross compile Perl for ARM?

2011-10-15 Thread czernitko
011 01:14 PM, czernitko wrote: > > Hello! > > I started playing a little bit with cross compilation for ARM > > architecture. Using crossdev I created a toolchain for > > arm-none-linux-gnueabi tuple. > > Now I'd like to emerge some more packages, but perl cons

Re: [gentoo-user] How to cross compile Perl for ARM?

2011-10-16 Thread czernitko
roach on google sites: https://sites.google.com/site/czernitko/cross-compilation/cross-compiling-perl-for-arm-architecture Peter 2011/10/16 Leho Kraav > i have managed to cross-compile a pretty complete stage3 for arm i believe > with perl-5.10.1 from > http://git.overlays.gentoo.org

Re: [gentoo-user] Re: How to cross compile Perl for ARM?

2011-10-17 Thread czernitko
Thank you James! I totally missed the existence of gentoo-embedded list, I I'll post my questions there. 2011/10/16 James > czernitko gmail.com> writes: > > > > Hello!I started playing a little bit with cross compilation > > for ARM architecture. Using crossdev

Re: [gentoo-user] Unable to login to gentoo

2011-11-02 Thread czernitko
Well, if nothing else, you could use binfmt support in kernel to execute 64bit code on 32bit OS, as same as you can execute ARM or other arch binaries. On the other hand, booting 64bit live system would be much easier, faster and better approach, I guess :) If you don't want to mess with chroot fr

[gentoo-user] Full disk encryption

2011-11-30 Thread czernitko
Hello! I would like to set up an encrypted partition for my /home directories on Gentoo Hardened. Which approach do you recommend? Thanks, Peter

Re: [gentoo-user] Full disk encryption

2011-11-30 Thread czernitko
and I would like to keep it that way if possible. Peter 2011/11/30 Neil Bothwick > On Wed, 30 Nov 2011 16:19:18 +0100, czernitko wrote: > > > I would like to set up an encrypted partition for my /home directories > > on Gentoo Hardened. Which approach do you recommend? > > D

Re: [gentoo-user] Full disk encryption

2011-11-30 Thread czernitko
with the same encryption strength (but it don't know any benchmark about > that). > > Regards, > Felix . > > Am 30.11.2011 16:40, schrieb czernitko: > > Hello, thanks for your response, Neil! > As for dmcrypt usage, what do you think about truecrypt or pgp whole disk &g

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread czernitko
Yup, establishing encrypted partition for /home was easy as a pie using cryptsetup. I was considering using truecrypt as it offers multiplatform support, so I could access encrypted partition even from my dualbooted windoze, but I didn't want to put effort into something not as well documented (how

Re: [gentoo-user] Re: Full disk encryption

2011-11-30 Thread czernitko
I wonder whether it is posible to simply resize the dm-crypt encrypted partition? Or do I have to create new, bigger partition with required size and move the data? Peter

[gentoo-user] Re: Error emerging ati-drivers-11.11

2011-12-24 Thread czernitko
I finally found an unconfirmed bug about this - https://bugs.gentoo.org/show_bug.cgi?id=392753 Unfortunately without solution. Any tips? 2011/12/24 czernitko > Hello everyone! > I've got a problem that makes me lose my hair for about two days already. > Emerging ati-drivers res