Re: [gentoo-user] rootstrap

2018-09-26 Thread james
On 9/26/18 10:48 AM, Dale wrote:
> Dale wrote:
>> james wrote:
>>> Hello,
>>>
>>> I was looking for some old code, "rootstrap",
>>> and ran across this::
>>>
>>>
>>> https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/rootstrap/files/digest-rootstrap-0.3.21?hideattic=0=log
>>>
>>>
>>> So what is the best way to find the actual old 1.3 ebuild of rootstrap,
>>> associated "files"?  And the home of the 10 year old sourcecode?
>>>
>>> It has been refactored to death, but I want the old original code,
>>> by debian devs originally.
>>>
>>>
>>> curiously,
>>> James
>>>
>>>
>>
>> See if this helps any.� I think what you want is there.� Thing is, I
>> don't know what I'm looking for exactly.� Never heard of this one 
>> before.�
>>
>> https://packages.qa.debian.org/r/rootstrap.html
>>
>> Hope that helps.� Maybe.�
>>
>> Dale
>>
>> :-)� :-)�
>>
> 
> 
> Oh, I also found a mention here of the ebuild.
> 
> http://gentoo-overlays.zugaina.org/gentoo/dev-util.html.en#rootstrap
> 
> If it doesn't scroll down to it, it's closer to the bottom than
> anything.� I'd estimate 75 to 80% down.� If nothing else, maybe the
> person that manages that overlay has a copy if you can email them.�
> 
> Dale
> 
> :-)� :-)�


It's early (for me) and I'm physically exhausted, due to copious amounts
of hard manual labor, in 90+ heat. Most of my drives are packed up for a
move to cooler climates. Cannot handle Florida humidity/bugs any longer,
not to mention the Air Conditioning bills for the cluster work, are
ginormous and growing every day.


Thank for all the info guys. I've used parts of the code in the past as
a basis for bootstrapping micros and had lost somehow my copies of those
old files/codes or they are squirreled away in the boxes.


THX!
James




Re: [gentoo-user] rootstrap

2018-09-26 Thread Dale
Dale wrote:
> james wrote:
>> Hello,
>>
>> I was looking for some old code, "rootstrap",
>> and ran across this::
>>
>>
>> https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/rootstrap/files/digest-rootstrap-0.3.21?hideattic=0=log
>>
>>
>> So what is the best way to find the actual old 1.3 ebuild of rootstrap,
>> associated "files"?  And the home of the 10 year old sourcecode?
>>
>> It has been refactored to death, but I want the old original code,
>> by debian devs originally.
>>
>>
>> curiously,
>> James
>>
>>
>
> See if this helps any.  I think what you want is there.  Thing is, I
> don't know what I'm looking for exactly.  Never heard of this one before. 
>
> https://packages.qa.debian.org/r/rootstrap.html
>
> Hope that helps.  Maybe. 
>
> Dale
>
> :-)  :-) 
>


Oh, I also found a mention here of the ebuild.

http://gentoo-overlays.zugaina.org/gentoo/dev-util.html.en#rootstrap

If it doesn't scroll down to it, it's closer to the bottom than
anything.  I'd estimate 75 to 80% down.  If nothing else, maybe the
person that manages that overlay has a copy if you can email them. 

Dale

:-)  :-) 



Re: [gentoo-user] rootstrap

2018-09-26 Thread Rich Freeman
On Wed, Sep 26, 2018 at 10:27 AM james  wrote:
>
> So what is the best way to find the actual old 1.3 ebuild of rootstrap,
> associated "files"?

When rootstrap was removed it was at 0.3.24.  What 1.3 ebuild are you
referring to?

The last version in the Gentoo repo can be found at:
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-util/rootstrap?id=25d2a73d6cca1e6492fc345b2ef5e56d8d9d7d7a

That is everything Gentoo was maintaining for it at the time.  SRC_URI
only points to debian.

> And the home of the 10 year old sourcecode?

I'd check Debian for that, per the SRC_URI.

-- 
Rich



Re: [gentoo-user] rootstrap

2018-09-26 Thread Dale
james wrote:
> Hello,
>
> I was looking for some old code, "rootstrap",
> and ran across this::
>
>
> https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/rootstrap/files/digest-rootstrap-0.3.21?hideattic=0=log
>
>
> So what is the best way to find the actual old 1.3 ebuild of rootstrap,
> associated "files"?  And the home of the 10 year old sourcecode?
>
> It has been refactored to death, but I want the old original code,
> by debian devs originally.
>
>
> curiously,
> James
>
>


See if this helps any.  I think what you want is there.  Thing is, I
don't know what I'm looking for exactly.  Never heard of this one before. 

https://packages.qa.debian.org/r/rootstrap.html

Hope that helps.  Maybe. 

Dale

:-)  :-) 



[gentoo-user] rootstrap

2018-09-26 Thread james
Hello,

I was looking for some old code, "rootstrap",
and ran across this::


https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/rootstrap/files/digest-rootstrap-0.3.21?hideattic=0=log


So what is the best way to find the actual old 1.3 ebuild of rootstrap,
associated "files"?  And the home of the 10 year old sourcecode?

It has been refactored to death, but I want the old original code,
by debian devs originally.


curiously,
James



Re: [gentoo-user] Specific MAKEOPTS for one package

2018-09-26 Thread james
On 9/25/18 10:05 AM, Klaus Ethgen wrote:
> Thanks Dale and Michael, that was exactly I was searching for. (I think.
> ;-)
> 
> Am Di den 25. Sep 2018 um 15:00 schrieb Peter Humphrey:
>> On Tuesday, 25 September 2018 14:25:50 BST Klaus Ethgen wrote:
> 
>>> Is there an option to set -j1 just for firefox package? (and rust, that
>>> has the same problem)?
> 
>> As Dale and Michael said, but you may find -j2 acceptable; It's what I use 
>> for 
>> everything here.
> 
> No. Firefox and Rust is such a beast. It kills my machine even with -j2.
> 
> Regards
>Klaus
> 
> 

Memory may be your issue. A wide variety of places to look at::
ebuild
kernel
userland


I'd suggest you start with reading up on 'jemalloc' as a place to start.
Hopefully other will 'chime in' on debugging/controlling memory
constrained systems and large memory requirements on older/limited
resources.

hth,
James



Re: [gentoo-user] Trouble on the horizon!

2018-09-26 Thread Bill Kenworthy



On 25/09/18 15:28, gevisz wrote:
> вт, 25 сент. 2018 г. в 10:12, J. Roeleveld :
>> On Tuesday, September 25, 2018 8:23:53 AM CEST gevisz wrote:
>>> вт, 25 сент. 2018 г. в 9:15, J. Roeleveld :
 On September 25, 2018 4:36:27 AM UTC, gevisz  wrote:
> пн, 24 сент. 2018 г. в 21:24, J. Roeleveld :
>> On Monday, September 24, 2018 2:42:49 PM CEST Philip Webb wrote:
>>> I did note in a msg to this list earlier this year (2018)
>>> that there had been no kernel stabilised by Gentoo
>>> since spring 2017, which suggested there had been some
>>> decline in kernel quality.
>> Gentoo-sources-4.14.65 is stable in the tree. Which is quite recent.
> After I configured gentoo-sources-4.14.52 kernel with make oldconfig,
> it even could not shut down the computer. So, I came to the same
> decision about kernel quality and masked everything later than
> gentoo-sources-4.9.95. (My 5 cents. :)
 That is interesting.
 I did not have that issue with .52 nor with .65.

 Where does the shutdown hang?
>>> Thank you for replying to my comment. Unfortunately, I already do not
>>> remember exactly what happend after the usual "shutdown -h now"
>>> command but as far as I can remember, it did not switched off the power
>>> at the end of the shutdown process.
>> I did have this with older kernels. Think it's caused by missing ACPI 
>> options.
> My previous kernel was 4.9.95 and the system shut down ok with it.
> Then I configured 4.14.52 using make oldconfig and the old .config
> from 4.9.95 kernel. And, after the usual compilation and installation
> of the new kernel, the system could not shut down.
>
> To not clutter this mailing list, I will send the both kernel configutations
> only to your e-mail adress now.
>
I am suffering same thing/symptoms.  It will often (but not always)
power off on a straight shutdown, but rarely if ever on hibernate.  Been
happening since a late 4.14 and and still happening on 4.18.8.  Race
condition?

Everything shuts down and the screen  shows "[timestamp] Reboot: Power
down" - I have to hold down the power button for 10-15 seconds to remove
power.

Its annoying!

BillK