Re: [gentoo-user] USB crucial file recovery

2016-08-29 Thread Azamat Hackimov
2016-08-30 5:51 GMT+05:00 Grant :

> Ah, I got it, I just needed to specify the offset when mounting.
> Thank you so much everyone.  Many hours of work went into the file I
> just recovered.
>
> So I'm done with NTFS forever.  Will ext2 somehow allow me to use the
> USB stick across Gentoo systems without permission/ownership problems?
>
> - Grant
>
>
I would recommend to use F2FS filesystem, since you have only Linux systems.

-- 
>From Siberia with Love!


Re: [gentoo-user] Question about genkernel's default kernel config

2016-08-15 Thread Azamat Hackimov
2016-08-15 13:43 GMT+05:00 Neil Bothwick <n...@digimed.co.uk>:

> On Mon, 15 Aug 2016 12:27:43 +0500, Azamat Hackimov wrote:
>
> > Definitely you should build own kernel configuration, and genkernel can
> > significantly ease this task.
> > genkernel supports --menuconfig and --oldconfig (which placed into
> > /etc/kernels by default) options, so you can customize and rebuild new
> > versions of kernel based on customized config.
>
> How is that "significantly easier" than typing make oldconfig?
>
>
> --
> Neil Bothwick
>
> Drive not ready: (R)etry (G)o to Impulse (C)all Engineering
>

Well, at least for me it's much easier just type

genkernel --oldconfig=/etc/kernels/

than

cp  config
make oldconfig
make
make modules
make install

grub2-mkconfig -o /boot/grub/grub.cfg


-- 
>From Siberia with Love!


Re: [gentoo-user] Question about genkernel's default kernel config

2016-08-15 Thread Azamat Hackimov
2016-08-14 16:45 GMT+05:00 Raymond Jennings :

> Hey, just curious about something:
>
> How is genkernel's "default" kernel config maintained?  Is it fixed, or is
> it maintained as a diff against upstream, or what?
>
> I'm curious because I'm considering if I should just go straight to the
> kernel's own built in defaults.
>
> I know a lot of it sets up most things as modules instead of
> builtin/disabled.
>

Default config is maintained by genkernel developers (
https://gitweb.gentoo.org/proj/genkernel.git/tree/defaults).
Definitely you should build own kernel configuration, and genkernel can
significantly ease this task.
genkernel supports --menuconfig and --oldconfig (which placed into
/etc/kernels by default) options, so you can customize and rebuild new
versions of kernel based on customized config.
I suggest to read https://wiki.gentoo.org/wiki/Genkernel for final
enlightenment.

-- 
>From Siberia with Love!


Re: [gentoo-user] EAPI packages

2016-08-10 Thread Azamat Hackimov
Hello.
Try to install first lower version of cryptography:

emerge -av1 =cryptography-1.1.2

This version require at least cffi-1.2.1, which don't need EAPI 6.
Next try to install portage:

emerge -av =portage-2.2.28


Re: [gentoo-user] 2 MTA at the same host

2016-08-08 Thread Azamat Hackimov
Hello.

You know, this is very unusual configuration. I don't even can imagine why
you need both of them.
In order to resolve mutual block, you need to remove "!mail-mta/postfix"
and "!mail-mta/exim" strings from RDEPEND in both packages. Don't forget to
place modified ebuilds to local overlay.

2016-08-08 15:29 GMT+05:00 Konstantin :

> Hello Guys
>
> I need to install postfix and exim at the same Gentoo server.
> I know it is unusual configuration ).
> I have both MTA running at CentOS and trying to migrate to Gentoo.
>
> Current error message for "emerge -pv exim" is:
> [blocks B  ] mail-mta/exim ("mail-mta/exim" is blocking
> mail-mta/postfix-3.1.0-r1)
>
> Total: 2 packages (2 new), Size of downloads: 1,763 KiB
> Conflict: 1 block (1 unsatisfied)
>
>  * Error: The above package list contains packages which cannot be
>  * installed at the same time on the same system.
>
>   (mail-mta/postfix-3.1.0-r1:0/0::gentoo, installed) pulled in by
> mail-mta/postfix required by @selected
>
>   (mail-mta/exim-4.87:0/0::gentoo, ebuild scheduled for merge) pulled in
> by
> exim
>
> What i need to change in ebuild files of these packages in order to
> install both of them ?
>
> Thanks.
>
> --
> *This message was delivered using 100% recycled electrons*.
>



-- 
>From Siberia with Love!