wiki:experiences:igraltist:setup
=>  Releases

Current version
Git/Latestdiff: 1.5.6

Latest Snapshots
Produced after each commit or rebase to new upstream version

GIT
RSBAC source code, can be unstable sometimes

=>  Events

No events planned

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:experiences:igraltist:setup [2012/06/07 12:33]
127.0.0.1 (old revision restored)
wiki:experiences:igraltist:setup [2012/07/19 14:27]
127.0.0.1 (old revision restored)
Line 115: Line 115:
 } }
 </​code>​ </​code>​
 +
  
  
Line 145: Line 146:
 } }
 </​code>​ </​code>​
 +
 +
 +===== NFS Portage =====
 +
 +When using nfs4 store to manage the portage tree then some modification have to do.
 +
 +  * Add user updater (uid=410,​gid=410) to nfs4 server. This example is when running a debian as portage nfs4 server.
 +<code bash>
 +addgroup --gid 410 updater
 +adduser ​ --home /​srv/​nfs4/​portage --gid 410 --uid 410 --disabled-password --disabled-login updater
 +</​code>​
 +  * Add portage tree to exportfs
 +<code bash>
 +/​srv/​nfs4/​portage 192.168.0.0/​24(rw,​sync,​insecure,​nohide,​no_subtree_check,​root_squash)
 +</​code>​
 +  *Add portage tree to fstab
 +<code bash>
 +/​mnt/​portage /​srv/​nfs4/​portage none bind 0 0
 +</​code>​
 +  * Modifiy file permission on the exported portage tree
 +<code bash>
 +cd /​srv/​nfs4/​portage
 +chown updater:​updater -Rv .
 +find -type d  | xargs chmod 755
 +find -type f  | xargs chmod 640
 +</​code>​
 +
 +
//
wiki/experiences/igraltist/setup.txt · Last modified: 2013/08/09 13:57 by 127.0.0.1

wiki/experiences/igraltist/setup.txt · Last modified: 2013/08/09 13:57 by 127.0.0.1
This website is kindly hosted by m-privacy