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/08/18 13:21]
127.0.0.1 (old revision restored)
Line 1: Line 1:
 [[wiki:​experiences/​igraltist|back to igraltist experiences]] [[wiki:​experiences/​igraltist|back to igraltist experiences]]
 +
  
  
Line 8: Line 9:
  
 To make the user management easier I create a subdirectories for admin users and normal users. To make the user management easier I create a subdirectories for admin users and normal users.
-There are many reasons to do this. One of this is, I will protect the home directories with ACL module.+There are many reasons to do this. One of this is, I will protect the home directories with <del>ACL</​del>​ RC module.
  
 For convention I use this structure: For convention I use this structure:
Line 115: Line 116:
 } }
 </​code>​ </​code>​
 +
  
  
Line 145: Line 147:
 } }
 </​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