Re: [gentoo-user] glibc-2.27 segfaults

2019-01-08 Thread Stefan G. Weichinger
Am 21.12.18 um 15:48 schrieb Stefan G. Weichinger:

> rebooted now with a new 4.14.83
> 
> Still that amanda-error ... could be their bug as well.


https://bugs.gentoo.org/674864





Re: [gentoo-user] Firefox, downloading files and odd behavior.

2019-01-08 Thread gevisz
пн, 7 янв. 2019 г. в 12:21, Peter Humphrey :
>
> On Sunday, 6 January 2019 22:13:31 GMT Dale wrote:
>
> > Even from my simple setup, LVM adds more benefits to managing data and
> > drives than it does risk.  The biggest thing, placing blame where it
> > lies.  Blaming LVM for a drive dying is placing the blame on something
> > that wasn't the root of the problem.  The dying drive was the problem,
> > using LVM or not.
>
> He isn't doing that, though. As I read it, he recounted the tale of recovering
> data from a failed drive, then imagined how much worse it would be if it were
> in an LVM setup.

Yes, you are right.

May I also remind everybody that this thread was initially about a
problem with Firefox? :)



Re: [gentoo-user] Re: How to trace down compilation issues if the compilation does not break...?

2019-01-08 Thread tuxic
On 01/07 06:38, Nikos Chantziaras wrote:
> On 06/01/2019 17:31, tu...@posteo.de wrote:
> > The problem with this problem is, that the compilation process
> > is successful and all files will be removed from /var/tmp/portage
> > afterwards.
> > 
> > I checked the manpage of emerge to find an option to prevent the
> > deletion of the remainders, but found nothing.
> 
> You can set FEATURES=keeptemp while emerging the package for which you want
> to keep the tmp files. In your case:
> 
>   sudo FEATURES=keeptemp emerge -1 media-gfx/krita
> 
> 

Hi NIKOS,

THANKS A LOT! Exactly this information it was, which I was searching
for! :)

Cheers!
Meino