public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] http-replicator permissions
@ 2011-04-04 15:22 Peter Humphrey
  2011-04-04 18:00 ` Dale
  2011-04-04 18:12 ` William Kenworthy
  0 siblings, 2 replies; 23+ messages in thread
From: Peter Humphrey @ 2011-04-04 15:22 UTC (permalink / raw
  To: gentoo-user

Hello again list,

Will someone who knows please tell me what permissions I need to give the 
/usr/portage tree for http-replicator to manage it? I've started with chown -R 
portage:portage /usr/portage but that may not be ideal.

TIA

-- 
Rgds
Peter



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-04 15:22 [gentoo-user] http-replicator permissions Peter Humphrey
@ 2011-04-04 18:00 ` Dale
  2011-04-04 18:12 ` William Kenworthy
  1 sibling, 0 replies; 23+ messages in thread
From: Dale @ 2011-04-04 18:00 UTC (permalink / raw
  To: gentoo-user

Peter Humphrey wrote:
> Hello again list,
>
> Will someone who knows please tell me what permissions I need to give the
> /usr/portage tree for http-replicator to manage it? I've started with chown -R
> portage:portage /usr/portage but that may not be ideal.
>
> TIA
>
>    

This is mine:

drwxr-xr-x 163 root  root   4096 Apr  3 21:01 portage

My distfiles directory is this:

drwxrwsr-x    4 root portage 40960 Apr  3 22:22 distfiles

I don't recall ever having permission problems for this tho.  The 
service starts as root I think.

Hope that helps.

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-04 15:22 [gentoo-user] http-replicator permissions Peter Humphrey
  2011-04-04 18:00 ` Dale
@ 2011-04-04 18:12 ` William Kenworthy
  2011-04-04 19:30   ` Peter Humphrey
  1 sibling, 1 reply; 23+ messages in thread
From: William Kenworthy @ 2011-04-04 18:12 UTC (permalink / raw
  To: gentoo-user

On Mon, 2011-04-04 at 16:22 +0100, Peter Humphrey wrote:
> Hello again list,
> 
> Will someone who knows please tell me what permissions I need to give the 
> /usr/portage tree for http-replicator to manage it? I've started with chown -R 
> portage:portage /usr/portage but that may not be ideal.
> 
> TIA
> 

I dont think http-replicator can manage a directory structure - are you
trying to do something fancier than just serving out tarballs?

BillK








^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-04 18:12 ` William Kenworthy
@ 2011-04-04 19:30   ` Peter Humphrey
  2011-04-05  8:14     ` KH
  0 siblings, 1 reply; 23+ messages in thread
From: Peter Humphrey @ 2011-04-04 19:30 UTC (permalink / raw
  To: gentoo-user

On Monday 04 April 2011 19:12:03 William Kenworthy wrote:

> I dont think http-replicator can manage a directory structure - are you
> trying to do something fancier than just serving out tarballs?

Yes; I want it to mirror my portage tree and serve it to other boxes on the LAN. 
It used to do this well enough; I just want to get the permissions right.

-- 
Rgds
Peter



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-04 19:30   ` Peter Humphrey
@ 2011-04-05  8:14     ` KH
  2011-04-05  9:46       ` Jake Moe
  0 siblings, 1 reply; 23+ messages in thread
From: KH @ 2011-04-05  8:14 UTC (permalink / raw
  To: gentoo-user

Am 04.04.2011 21:30, schrieb Peter Humphrey:
> On Monday 04 April 2011 19:12:03 William Kenworthy wrote:
> 
>> I dont think http-replicator can manage a directory structure - are you
>> trying to do something fancier than just serving out tarballs?
> 
> Yes; I want it to mirror my portage tree and serve it to other boxes on the LAN. 
> It used to do this well enough; I just want to get the permissions right.

Hi,

why not using the handbook-way?
http://www.gentoo.org/doc/en/rsync.xml#doc_chap2
I am doing it that way.

Regards KH
-- 
	              	 _
ASCII ribbon campaign	( )
against HTML e-mail	 X
			/ \

ascii ribbon campaign - stop html mail - www.asciiribbon.org



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05  8:14     ` KH
@ 2011-04-05  9:46       ` Jake Moe
  2011-04-05  9:53         ` KH
  0 siblings, 1 reply; 23+ messages in thread
From: Jake Moe @ 2011-04-05  9:46 UTC (permalink / raw
  To: gentoo-user

On 04/05/11 18:14, KH wrote:
> Am 04.04.2011 21:30, schrieb Peter Humphrey:
>> On Monday 04 April 2011 19:12:03 William Kenworthy wrote:
>>
>>> I dont think http-replicator can manage a directory structure - are you
>>> trying to do something fancier than just serving out tarballs?
>> Yes; I want it to mirror my portage tree and serve it to other boxes on the LAN. 
>> It used to do this well enough; I just want to get the permissions right.
> Hi,
>
> why not using the handbook-way?
> http://www.gentoo.org/doc/en/rsync.xml#doc_chap2
> I am doing it that way.
>
> Regards KH
+1

I've got four boxes in my home network, and I have one pull down the
updates, the other three sync with that one.

I've also set up proftpd to allow anonymous read-only access to my
/usr/portage/distfiles folder, so the other three can try to pull their
packages from locally first as well, and if that box hasn't downloaded
it yet, only then will they try to retrieve it from the Internet.  See
http://www.gentoo-wiki.info/HOWTO_Setup_local_Portage_and_Package_Mirror
for info.

Jake Moe



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05  9:46       ` Jake Moe
@ 2011-04-05  9:53         ` KH
  2011-04-05 11:38           ` Jake Moe
  0 siblings, 1 reply; 23+ messages in thread
From: KH @ 2011-04-05  9:53 UTC (permalink / raw
  To: gentoo-user

Am 05.04.2011 11:46, schrieb Jake Moe:
> On 04/05/11 18:14, KH wrote:
>> Am 04.04.2011 21:30, schrieb Peter Humphrey:
>>> On Monday 04 April 2011 19:12:03 William Kenworthy wrote:
>>>
>>>> I dont think http-replicator can manage a directory structure - are you
>>>> trying to do something fancier than just serving out tarballs?
>>> Yes; I want it to mirror my portage tree and serve it to other boxes on the LAN. 
>>> It used to do this well enough; I just want to get the permissions right.
>> Hi,
>>
>> why not using the handbook-way?
>> http://www.gentoo.org/doc/en/rsync.xml#doc_chap2
>> I am doing it that way.
>>
>> Regards KH
> +1
> 
> I've got four boxes in my home network, and I have one pull down the
> updates, the other three sync with that one.
> 
> I've also set up proftpd to allow anonymous read-only access to my
> /usr/portage/distfiles folder, so the other three can try to pull their
> packages from locally first as well, and if that box hasn't downloaded
> it yet, only then will they try to retrieve it from the Internet.  See
> http://www.gentoo-wiki.info/HOWTO_Setup_local_Portage_and_Package_Mirror
> for info.
> 
> Jake Moe

Hi Jake Moe,

for the distfiles http-replicator is great. Example:
Box one has the tarball. Box 2, 3 and 4 can download it as well. Box one
does not have the tarball. Box 2 may search for it, box one will
download it and give it to box 2. Then box 3 and 4 can download it from
box one as well.

Regards KH
-- 
	              	 _
ASCII ribbon campaign	( )
against HTML e-mail	 X
			/ \

ascii ribbon campaign - stop html mail - www.asciiribbon.org



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05  9:53         ` KH
@ 2011-04-05 11:38           ` Jake Moe
  2011-04-05 13:34             ` Neil Bothwick
  0 siblings, 1 reply; 23+ messages in thread
From: Jake Moe @ 2011-04-05 11:38 UTC (permalink / raw
  To: gentoo-user

On 04/05/11 19:53, KH wrote:
> Am 05.04.2011 11:46, schrieb Jake Moe:
>> On 04/05/11 18:14, KH wrote:
>>> Am 04.04.2011 21:30, schrieb Peter Humphrey:
>>>> On Monday 04 April 2011 19:12:03 William Kenworthy wrote:
>>>>
>>>>> I dont think http-replicator can manage a directory structure - are you
>>>>> trying to do something fancier than just serving out tarballs?
>>>> Yes; I want it to mirror my portage tree and serve it to other boxes on the LAN. 
>>>> It used to do this well enough; I just want to get the permissions right.
>>> Hi,
>>>
>>> why not using the handbook-way?
>>> http://www.gentoo.org/doc/en/rsync.xml#doc_chap2
>>> I am doing it that way.
>>>
>>> Regards KH
>> +1
>>
>> I've got four boxes in my home network, and I have one pull down the
>> updates, the other three sync with that one.
>>
>> I've also set up proftpd to allow anonymous read-only access to my
>> /usr/portage/distfiles folder, so the other three can try to pull their
>> packages from locally first as well, and if that box hasn't downloaded
>> it yet, only then will they try to retrieve it from the Internet.  See
>> http://www.gentoo-wiki.info/HOWTO_Setup_local_Portage_and_Package_Mirror
>> for info.
>>
>> Jake Moe
> Hi Jake Moe,
>
> for the distfiles http-replicator is great. Example:
> Box one has the tarball. Box 2, 3 and 4 can download it as well. Box one
> does not have the tarball. Box 2 may search for it, box one will
> download it and give it to box 2. Then box 3 and 4 can download it from
> box one as well.
>
> Regards KH
Well, I suppose I'll have to look into that then, won't I?  Thanks for
the info.

Jake Moe



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 11:38           ` Jake Moe
@ 2011-04-05 13:34             ` Neil Bothwick
  2011-04-05 14:48               ` Dale
  0 siblings, 1 reply; 23+ messages in thread
From: Neil Bothwick @ 2011-04-05 13:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 697 bytes --]

On Tue, 05 Apr 2011 21:38:06 +1000, Jake Moe wrote:

> > for the distfiles http-replicator is great. Example:
> > Box one has the tarball. Box 2, 3 and 4 can download it as well. Box
> > one does not have the tarball. Box 2 may search for it, box one will
> > download it and give it to box 2. Then box 3 and 4 can download it
> > from box one as well.

> Well, I suppose I'll have to look into that then, won't I?  Thanks for
> the info.

Alternatively, use an NFS mount as $DISTDIR and you don't end up with
copies of the tarballs on every machine on the network.


-- 
Neil Bothwick

Life is pleasant. Death is peaceful. Its the transition thats
troublesome. - Isaac Asimov

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 13:34             ` Neil Bothwick
@ 2011-04-05 14:48               ` Dale
  2011-04-05 17:47                 ` Neil Bothwick
  0 siblings, 1 reply; 23+ messages in thread
From: Dale @ 2011-04-05 14:48 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Tue, 05 Apr 2011 21:38:06 +1000, Jake Moe wrote:
>
>    
>>> for the distfiles http-replicator is great. Example:
>>> Box one has the tarball. Box 2, 3 and 4 can download it as well. Box
>>> one does not have the tarball. Box 2 may search for it, box one will
>>> download it and give it to box 2. Then box 3 and 4 can download it
>>> from box one as well.
>>>        
>    
>> Well, I suppose I'll have to look into that then, won't I?  Thanks for
>> the info.
>>      
> Alternatively, use an NFS mount as $DISTDIR and you don't end up with
> copies of the tarballs on every machine on the network.
>
>    

I did that once and I don't recall having any problems.  I had 4 rigs 
plus a really slow dial-up connection.  When I found out about 
http-replicator and rsync, I started using it.  I couldn't tell any 
difference tho.

If you do use NFS, I think you have to run emerge --metadata on the 
secondary machines.  That may have changed since it has been a while.

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 14:48               ` Dale
@ 2011-04-05 17:47                 ` Neil Bothwick
  2011-04-05 18:26                   ` Dale
  0 siblings, 1 reply; 23+ messages in thread
From: Neil Bothwick @ 2011-04-05 17:47 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 733 bytes --]

On Tue, 05 Apr 2011 09:48:50 -0500, Dale wrote:

> > Alternatively, use an NFS mount as $DISTDIR and you don't end up with
> > copies of the tarballs on every machine on the network.

> I did that once and I don't recall having any problems.  I had 4 rigs 
> plus a really slow dial-up connection.  When I found out about 
> http-replicator and rsync, I started using it.  I couldn't tell any 
> difference tho.
> 
> If you do use NFS, I think you have to run emerge --metadata on the 
> secondary machines.  That may have changed since it has been a while.

You may do if you put $PORTDIR on NFS, but I am only sharing $DISTDIR.


-- 
Neil Bothwick

Dream as if you'll live forever. Live as if you'll die today.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 17:47                 ` Neil Bothwick
@ 2011-04-05 18:26                   ` Dale
  2011-04-05 21:38                     ` Neil Bothwick
  0 siblings, 1 reply; 23+ messages in thread
From: Dale @ 2011-04-05 18:26 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Tue, 05 Apr 2011 09:48:50 -0500, Dale wrote:
>
>    
>>> Alternatively, use an NFS mount as $DISTDIR and you don't end up with
>>> copies of the tarballs on every machine on the network.
>>>        
>    
>> I did that once and I don't recall having any problems.  I had 4 rigs
>> plus a really slow dial-up connection.  When I found out about
>> http-replicator and rsync, I started using it.  I couldn't tell any
>> difference tho.
>>
>> If you do use NFS, I think you have to run emerge --metadata on the
>> secondary machines.  That may have changed since it has been a while.
>>      
> You may do if you put $PORTDIR on NFS, but I am only sharing $DISTDIR.
>
>
>    


I cheated and just shared /usrportage, distfiles and all.  I wasn't to 
clear on what I was doing in my reply up there.

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 18:26                   ` Dale
@ 2011-04-05 21:38                     ` Neil Bothwick
  2011-04-05 21:43                       ` Gregory Fontenele
                                         ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Neil Bothwick @ 2011-04-05 21:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

On Tue, 05 Apr 2011 13:26:22 -0500, Dale wrote:

> > You may do if you put $PORTDIR on NFS, but I am only sharing $DISTDIR.

> I cheated and just shared /usrportage, distfiles and all.  I wasn't to 
> clear on what I was doing in my reply up there.

Even $PKGDIR? That's not a good idea unless you have identical hardware
and USE flags.


-- 
Neil Bothwick

When told the reason for Daylight Saving time the old Indian said...
"Only a white man would believe that you could cut a foot off the top of a
blanket And sew it to the bottom of a blanket and have a longer blanket."

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 21:38                     ` Neil Bothwick
@ 2011-04-05 21:43                       ` Gregory Fontenele
  2011-04-05 22:16                       ` Dale
  2011-04-06 11:38                       ` Peter Humphrey
  2 siblings, 0 replies; 23+ messages in thread
From: Gregory Fontenele @ 2011-04-05 21:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 749 bytes --]

how it came out of that list?

On Tue, Apr 5, 2011 at 18:38, Neil Bothwick <neil@digimed.co.uk> wrote:

> On Tue, 05 Apr 2011 13:26:22 -0500, Dale wrote:
>
> > > You may do if you put $PORTDIR on NFS, but I am only sharing $DISTDIR.
>
> > I cheated and just shared /usrportage, distfiles and all.  I wasn't to
> > clear on what I was doing in my reply up there.
>
> Even $PKGDIR? That's not a good idea unless you have identical hardware
> and USE flags.
>
>
> --
> Neil Bothwick
>
> When told the reason for Daylight Saving time the old Indian said...
> "Only a white man would believe that you could cut a foot off the top of a
> blanket And sew it to the bottom of a blanket and have a longer blanket."
>



-- 
Atenciosamente,
Gregory Fontenele

[-- Attachment #2: Type: text/html, Size: 1241 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 21:38                     ` Neil Bothwick
  2011-04-05 21:43                       ` Gregory Fontenele
@ 2011-04-05 22:16                       ` Dale
  2011-04-05 22:33                         ` Gregory Fontenele
  2011-04-05 23:53                         ` Neil Bothwick
  2011-04-06 11:38                       ` Peter Humphrey
  2 siblings, 2 replies; 23+ messages in thread
From: Dale @ 2011-04-05 22:16 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Tue, 05 Apr 2011 13:26:22 -0500, Dale wrote:
>
>    
>>> You may do if you put $PORTDIR on NFS, but I am only sharing $DISTDIR.
>>>        
>    
>> I cheated and just shared /usrportage, distfiles and all.  I wasn't to
>> clear on what I was doing in my reply up there.
>>      
> Even $PKGDIR? That's not a good idea unless you have identical hardware
> and USE flags.
>
>    

I didn't save those back then.  I very rarely use the -K option anyway.  
I build them now but I only used it once in the past couple years.  It's 
like having backups, you hope you never need them but knowing you have 
it sure does make one feel better.  ;-)

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 22:16                       ` Dale
@ 2011-04-05 22:33                         ` Gregory Fontenele
  2011-04-05 23:09                           ` Dale
  2011-04-05 23:53                         ` Neil Bothwick
  1 sibling, 1 reply; 23+ messages in thread
From: Gregory Fontenele @ 2011-04-05 22:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 844 bytes --]

how it came out of that list?

On Tue, Apr 5, 2011 at 19:16, Dale <rdalek1967@gmail.com> wrote:

> Neil Bothwick wrote:
>
>> On Tue, 05 Apr 2011 13:26:22 -0500, Dale wrote:
>>
>>
>>
>>> You may do if you put $PORTDIR on NFS, but I am only sharing $DISTDIR.
>>>>
>>>>
>>>
>>
>>> I cheated and just shared /usrportage, distfiles and all.  I wasn't to
>>> clear on what I was doing in my reply up there.
>>>
>>>
>> Even $PKGDIR? That's not a good idea unless you have identical hardware
>> and USE flags.
>>
>>
>>
>
> I didn't save those back then.  I very rarely use the -K option anyway.  I
> build them now but I only used it once in the past couple years.  It's like
> having backups, you hope you never need them but knowing you have it sure
> does make one feel better.  ;-)
>
> Dale
>
> :-)  :-)
>
>


-- 
Atenciosamente,
Gregory Fontenele

[-- Attachment #2: Type: text/html, Size: 1842 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 22:33                         ` Gregory Fontenele
@ 2011-04-05 23:09                           ` Dale
  2011-04-05 23:17                             ` KH
  0 siblings, 1 reply; 23+ messages in thread
From: Dale @ 2011-04-05 23:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

Gregory Fontenele wrote:
> how it came out of that list?
>
>
> -- 
> Atenciosamente,
> Gregory Fontenele

Are you on a loop or something?  Same post to several threads now.  
What's up?

Dale

:-)  :-)

[-- Attachment #2: Type: text/html, Size: 729 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 23:09                           ` Dale
@ 2011-04-05 23:17                             ` KH
  0 siblings, 0 replies; 23+ messages in thread
From: KH @ 2011-04-05 23:17 UTC (permalink / raw
  To: gentoo-user

Am 06.04.2011 01:09, schrieb Dale:
> Gregory Fontenele wrote:
>> how it came out of that list?
>>
>>
>> -- 
>> Atenciosamente,
>> Gregory Fontenele
> 
> Are you on a loop or something?  Same post to several threads now. 
> What's up?
> 
> Dale
> 
> :-)  :-)

well, it is differnt this time. I allready missed the emails with only
"unsubscribe" in it ;-)

-- 
	              	 _
ASCII ribbon campaign	( )
against HTML e-mail	 X
			/ \

ascii ribbon campaign - stop html mail - www.asciiribbon.org



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 22:16                       ` Dale
  2011-04-05 22:33                         ` Gregory Fontenele
@ 2011-04-05 23:53                         ` Neil Bothwick
  2011-04-06  0:23                           ` Dale
  1 sibling, 1 reply; 23+ messages in thread
From: Neil Bothwick @ 2011-04-05 23:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 609 bytes --]

On Tue, 05 Apr 2011 17:16:58 -0500, Dale wrote:

> > Even $PKGDIR? That's not a good idea unless you have identical
> > hardware and USE flags.

> I didn't save those back then.  I very rarely use the -K option
> anyway. I build them now but I only used it once in the past couple
> years.  It's like having backups, you hope you never need them but
> knowing you have it sure does make one feel better.  ;-)

Knowing I have them but they've been overwritten by packages for
different hardware wouldn't make me feel that much better :(


-- 
Neil Bothwick

Honk if you love peace and quiet.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 23:53                         ` Neil Bothwick
@ 2011-04-06  0:23                           ` Dale
  0 siblings, 0 replies; 23+ messages in thread
From: Dale @ 2011-04-06  0:23 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Tue, 05 Apr 2011 17:16:58 -0500, Dale wrote:
>
>    
>>> Even $PKGDIR? That's not a good idea unless you have identical
>>> hardware and USE flags.
>>>        
>    
>> I didn't save those back then.  I very rarely use the -K option
>> anyway. I build them now but I only used it once in the past couple
>> years.  It's like having backups, you hope you never need them but
>> knowing you have it sure does make one feel better.  ;-)
>>      
> Knowing I have them but they've been overwritten by packages for
> different hardware wouldn't make me feel that much better :(
>
>    

I'm not being clear enough again.  Back then, I didn't save the binaries 
so that wouldn't be a problem.  I'm not even sure portage kept them back 
then to be honest.  They may have but that was a looong time ago.  Now, 
I save them but I use rsync for the tree and http-rep* for the 
distfiles.  So, each rig has its own set of binaries and that solves 
that problem.

Make sense?  I hope my new meds get settled in soon.  lol

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-05 21:38                     ` Neil Bothwick
  2011-04-05 21:43                       ` Gregory Fontenele
  2011-04-05 22:16                       ` Dale
@ 2011-04-06 11:38                       ` Peter Humphrey
  2011-04-06 15:59                         ` Neil Bothwick
  2 siblings, 1 reply; 23+ messages in thread
From: Peter Humphrey @ 2011-04-06 11:38 UTC (permalink / raw
  To: gentoo-user

On Tuesday 05 April 2011 22:38:56 Neil Bothwick wrote:
> On Tue, 05 Apr 2011 13:26:22 -0500, Dale wrote:
> > > You may do if you put $PORTDIR on NFS, but I am only sharing $DISTDIR.
> > 
> > I cheated and just shared /usrportage, distfiles and all.  I wasn't to
> > clear on what I was doing in my reply up there.
> 
> Even $PKGDIR? That's not a good idea unless you have identical hardware
> and USE flags.

But didn't you say the other day that you do nfs-mount the target's $PKGDIR on 
the host?

-- 
Rgds
Peter



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-06 11:38                       ` Peter Humphrey
@ 2011-04-06 15:59                         ` Neil Bothwick
  2011-04-06 16:15                           ` Dale
  0 siblings, 1 reply; 23+ messages in thread
From: Neil Bothwick @ 2011-04-06 15:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

On Wed, 6 Apr 2011 12:38:21 +0100, Peter Humphrey wrote:

> > > I cheated and just shared /usrportage, distfiles and all.  I wasn't
> > > to clear on what I was doing in my reply up there.  
> > 
> > Even $PKGDIR? That's not a good idea unless you have identical
> > hardware and USE flags.  
> 
> But didn't you say the other day that you do nfs-mount the target's
> $PKGDIR on the host?

Yes, but a separate PGKDIR for each host. I don't just export $PORTDIR
and leave PKGDIR in there.


-- 
Neil Bothwick

without C people would code in Basi, Pasal and Obol

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] http-replicator permissions
  2011-04-06 15:59                         ` Neil Bothwick
@ 2011-04-06 16:15                           ` Dale
  0 siblings, 0 replies; 23+ messages in thread
From: Dale @ 2011-04-06 16:15 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Wed, 6 Apr 2011 12:38:21 +0100, Peter Humphrey wrote:
>
>    
>>>> I cheated and just shared /usrportage, distfiles and all.  I wasn't
>>>> to clear on what I was doing in my reply up there.
>>>>          
>>> Even $PKGDIR? That's not a good idea unless you have identical
>>> hardware and USE flags.
>>>        
>> But didn't you say the other day that you do nfs-mount the target's
>> $PKGDIR on the host?
>>      
> Yes, but a separate PGKDIR for each host. I don't just export $PORTDIR
> and leave PKGDIR in there.
>
>
>    


If I recall correctly, you can just change the PKGDIR setting in 
make.conf to another location and then share /usr/portage the way I used 
to.  I was wanting to hit the tab key to let it fill in portage.  lol  
I'm used to tab completion but it don't work in emails.  ;-)

Since http-replicator and rsync can be used and is so easy to set up, I 
would just use that if possible.  There may be exceptions to that tho.

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2011-04-06 16:17 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-04 15:22 [gentoo-user] http-replicator permissions Peter Humphrey
2011-04-04 18:00 ` Dale
2011-04-04 18:12 ` William Kenworthy
2011-04-04 19:30   ` Peter Humphrey
2011-04-05  8:14     ` KH
2011-04-05  9:46       ` Jake Moe
2011-04-05  9:53         ` KH
2011-04-05 11:38           ` Jake Moe
2011-04-05 13:34             ` Neil Bothwick
2011-04-05 14:48               ` Dale
2011-04-05 17:47                 ` Neil Bothwick
2011-04-05 18:26                   ` Dale
2011-04-05 21:38                     ` Neil Bothwick
2011-04-05 21:43                       ` Gregory Fontenele
2011-04-05 22:16                       ` Dale
2011-04-05 22:33                         ` Gregory Fontenele
2011-04-05 23:09                           ` Dale
2011-04-05 23:17                             ` KH
2011-04-05 23:53                         ` Neil Bothwick
2011-04-06  0:23                           ` Dale
2011-04-06 11:38                       ` Peter Humphrey
2011-04-06 15:59                         ` Neil Bothwick
2011-04-06 16:15                           ` Dale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox