Re: [gentoo-user] speedup remote portage

2020-02-27 Thread William Kenworthy
Hi Rich, I will experiment with a local metadata - that seems like it might give a worthwhile speedup (its currently about 910Mb so not too big) Bill K. On 28/2/20 3:44 am, Rich Freeman wrote: > On Thu, Feb 27, 2020 at 2:27 PM james wrote: >> On 2/26/20 7:08 PM, William Kenworthy wrote: >>>

Re: [gentoo-user] speedup remote portage

2020-02-27 Thread William Kenworthy
On 27/2/20 3:51 pm, Robert Bridge wrote: >> On 27 Feb 2020, at 00:08, William Kenworthy wrote: >> >> Hi, >> >> due to space considerations on my laptop I have moved portage onto a >> network share (moosfs, mfsmounted) - slower but works fine. However, >> being a laptop trying to

Re: [gentoo-user] speedup remote portage

2020-02-27 Thread Rich Freeman
On Thu, Feb 27, 2020 at 2:27 PM james wrote: > > On 2/26/20 7:08 PM, William Kenworthy wrote: > > Hi, > > > > ��� due to space considerations on my laptop I have moved portage > > onto a > > network share (moosfs, mfsmounted) - slower but works fine.� However, > > being a laptop trying

Re: [gentoo-user] speedup remote portage

2020-02-27 Thread james
On 2/26/20 7:08 PM, William Kenworthy wrote: Hi, ��� due to space considerations on my laptop I have moved portage onto a network share (moosfs, mfsmounted) - slower but works fine.� However, being a laptop trying to update/install when out and about is both very slow and network

Re: [gentoo-user] speedup remote portage

2020-02-26 Thread Robert Bridge
> On 27 Feb 2020, at 00:08, William Kenworthy wrote: > > Hi, > > due to space considerations on my laptop I have moved portage onto a > network share (moosfs, mfsmounted) - slower but works fine. However, > being a laptop trying to update/install when out and about is both very > slow and

Re: [gentoo-user] speedup remote portage

2020-02-26 Thread Michael Jones
You can separate the package directory and distfiles directory from the ebuild tree. PORTDIR="/usr/portage" DISTDIR="/usr/portage-distfiles" PKGDIR="/usr/portage-packages" That lets you keep the ebuilds local to your laptop. On Wed, Feb 26, 2020 at 9:08 PM William Kenworthy wrote: >

Re: [gentoo-user] speedup remote portage

2020-02-26 Thread William Kenworthy
PORTDIR="/mnt/mfs/portage" /mnt/mfs is a moosefs fuse mount shared full tree including distfiles, and separate package files for different hardware groups BillK On 27/2/20 9:56 am, Michael Jones wrote: > When you say you have a remote portage. What do you mean? > > The actual portage tree,

Re: [gentoo-user] speedup remote portage

2020-02-26 Thread Michael Jones
When you say you have a remote portage. What do you mean? The actual portage tree, with all the ebuilds? Or something else? On Wed, Feb 26, 2020, 18:08 William Kenworthy wrote: > Hi, > > due to space considerations on my laptop I have moved portage onto a > network share (moosfs,

[gentoo-user] speedup remote portage

2020-02-26 Thread William Kenworthy
Hi,     due to space considerations on my laptop I have moved portage onto a network share (moosfs, mfsmounted) - slower but works fine.  However, being a laptop trying to update/install when out and about is both very slow and network intensive through a vpn - again, it works but is even slower