from small one page howto to huge articles all in one place
 

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

62955

userrating:

average rating: 1.5 (4 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Misc

Portage via NFS

You have multiple gentoo installations in your network and don't want to waste disc space for the portage tree and bandwidth to sync them all?

Just read ahead :)

installing nfs server and client

First you have to install an nfs server on the server you picked and nfs utils on the clients.
emerge nfs-utils
Next you need to enable nfs server/client support in the kernel of the machines you use. (Usually this is already enabled)

Add the needed initscripts to the runlevel and nfs should work.

server: rc-update add nfs default
client: rc-update add nfsmount default

exporting your portage tree

On the server side you need to export your portage tree:
nano -w /etc/exports
add
/usr/portage     192.168.0.0/24(rw,sync,no_root_squash)
(modify the ip/netmask according to your network settings)

start the nfs server and nfs clients

Now, start the init scripts.

cleaning clients old portage tree

Next step has to be repeated on all client machines, NOT on the server
cd /usr/portage
rm -r *
This cleans the existing portage tree.

mounting the server's tree

add this to the /etc/fstab file on each client
192.168.0.1:/usr/portage  /usr/portage  nfs  rw
mount the new tree
mount /usr/portage
if all went fine, you should see the portage tree in /usr/portage

once again, this time with the cache

repeat the steps above with the directory /var/cache/edb/dep/usr/portage this way, portage uses the server's portage cache, which speeds up things a bit.

summary

In this setup one client fetches a file, all client can use it, this saves bandwidth and time, but creates more internal network load.
Every user can sync the tree now or you could create a crontab on the server to have it sync every week. Please don't sync more than once a day.
rate this article:
current rating: average rating: 1.0 (9 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2023-06-05
aspell-ru - 0.99.1-r2
Ebuild name:

app-dicts/aspell-ru-0.99.1-r2

Description

Aspell () language dictionary

Added to portage

2023-06-05

aspell-rw - 0.50.0-r1
Ebuild name:

app-dicts/aspell-rw-0.50.0-r1

Description

Aspell () language dictionary

Added to portage

2023-06-05

asyncstdlib - 3.10.8
Ebuild name:

dev-python/asyncstdlib-3.10.8

Description

The missing async toolbox

Added to portage

2023-06-05

autobahn - 23.6.1
Ebuild name:

dev-python/autobahn-23.6.1

Description

WebSocket and WAMP for Twisted and Asyncio

Added to portage

2023-06-05

ca-certificates - 20230311.3.90
Ebuild name:

app-misc/ca-certificates-20230311.3.90

Description

Common CA Certificates PEM files

Added to portage

2023-06-05

evolution - 3.48.3
Ebuild name:

mail-client/evolution-3.48.3

Description

Integrated mail, addressbook and calendaring functionality

Added to portage

2023-06-05

evolution-data-server - 3.48.3
Ebuild name:

gnome-extra/evolution-data-server-3.48.3

Description

Evolution groupware backend

Added to portage

2023-06-05

gcc - 14.0.0_pre20230604
Ebuild name:

sys-devel/gcc-14.0.0_pre20230604

Description

The GNU Compiler Collection

Added to portage

2023-06-05

gentoo-sources - 5.10.182
Ebuild name:

sys-kernel/gentoo-sources-5.10.182

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2023-06-05

gentoo-sources - 5.15.115
Ebuild name:

sys-kernel/gentoo-sources-5.15.115

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2023-06-05

gentoo-sources - 5.4.245
Ebuild name:

sys-kernel/gentoo-sources-5.4.245

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2023-06-05

gentoo-sources - 6.1.32
Ebuild name:

sys-kernel/gentoo-sources-6.1.32

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2023-06-05

gentoo-sources - 6.3.6
Ebuild name:

sys-kernel/gentoo-sources-6.3.6

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2023-06-05

git-sources - 6.4_rc5
Ebuild name:

sys-kernel/git-sources-6.4_rc5

Description

The very latest -git version of the Linux kernel

Added to portage

2023-06-05

gnome-shell - 44.2
Ebuild name:

gnome-base/gnome-shell-44.2

Description

Provides core UI functions for the GNOME desktop

Added to portage

2023-06-05

gpac - 2.2.1
Ebuild name:

media-video/gpac-2.2.1

Description

Implementation of the MPEG-4 Systems standard developed from scratch in ANSI

Added to portage

2023-06-05

gruff - 0.21.0
Ebuild name:

dev-ruby/gruff-0.21.0

Description

Beautiful graphs for one or multiple datasets

Added to portage

2023-06-05

hyprland - 0.26.0
Ebuild name:

gui-wm/hyprland-0.26.0

Description

A dynamic tiling Wayland compositor that doesn't sacrifice on its looks

Added to portage

2023-06-05

ibus - 1.5.28-r1
Ebuild name:

app-i18n/ibus-1.5.28-r1

Description

Intelligent Input Bus for Linux / Unix OS

Added to portage

2023-06-05

imageio - 2.31.0
Ebuild name:

dev-python/imageio-2.31.0

Description

Python library for reading and writing image data

Added to portage

2023-06-05

libunwind - 1.7.0
Ebuild name:

sys-libs/libunwind-1.7.0

Description

Portable and efficient API to determine the call-chain of a program

Added to portage

2023-06-05

mkdocstrings-python - 1.1.2
Ebuild name:

dev-python/mkdocstrings-python-1.1.2

Description

Python handler for dev-python/mkdocstrings

Added to portage

2023-06-05

mkvtoolnix - 77.0
Ebuild name:

media-video/mkvtoolnix-77.0

Description

Tools to create, alter, and inspect Matroska files

Added to portage

2023-06-05

moonlight - 4.3.1
Ebuild name:

net-misc/moonlight-4.3.1

Description

NVIDIA GameStream (and Sunshine) client

Added to portage

2023-06-05

moonlight - 9999
Ebuild name:

net-misc/moonlight-9999

Description

NVIDIA GameStream (and Sunshine) client

Added to portage

2023-06-05

mrouted - 4.5
Ebuild name:

net-misc/mrouted-4.5

Description

IP multicast routing daemon

Added to portage

2023-06-05

mutter - 44.2
Ebuild name:

x11-wm/mutter-44.2

Description

GNOME compositing window manager based on Clutter

Added to portage

2023-06-05

nautilus - 44.2.1
Ebuild name:

gnome-base/nautilus-44.2.1

Description

Default file manager for the GNOME desktop

Added to portage

2023-06-05

nbd - 3.25
Ebuild name:

sys-block/nbd-3.25

Description

Userland client/server for kernel network block device

Added to portage

2023-06-05

neon - 0.32.4-r1
Ebuild name:

net-libs/neon-0.32.4-r1

Description

HTTP and WebDAV client library

Added to portage

2023-06-05

nss - 3.90
Ebuild name:

dev-libs/nss-3.90

Description

Mozilla's Network Security Services library that implements PKI support

Added to portage

2023-06-05

ntl - 11.5.1-r3
Ebuild name:

dev-libs/ntl-11.5.1-r3

Description

High-performance and portable C++ number theory library

Added to portage

2023-06-05

openrc-settingsd - 1.3.0
Ebuild name:

app-admin/openrc-settingsd-1.3.0

Description

System settings D-Bus service for OpenRC

Added to portage

2023-06-05

postfix - 3.9_pre20230603
Ebuild name:

mail-mta/postfix-3.9_pre20230603

Description

A fast and secure drop-in replacement for sendmail

Added to portage

2023-06-05

pypdf - 3.9.1
Ebuild name:

dev-python/pypdf-3.9.1

Description

Python library to work with PDF files

Added to portage

2023-06-05

qtile - 0.22.1-r2
Ebuild name:

x11-wm/qtile-0.22.1-r2

Description

A full-featured, hackable tiling window manager written in Python

Added to portage

2023-06-05

ruby_parser - 3.20.1
Ebuild name:

dev-ruby/ruby_parser-3.20.1

Description

A ruby parser written in pure ruby

Added to portage

2023-06-05

seer - 2.0
Ebuild name:

dev-util/seer-2.0

Description

A GUI frontend to gdb

Added to portage

2023-06-05

singular - 4.3.2_p1
Ebuild name:

sci-mathematics/singular-4.3.2_p1

Description

Computer algebra system for polynomial computations

Added to portage

2023-06-05

smc-sum - 2.10.0.20221209-r2
Ebuild name:

sys-apps/smc-sum-2.10.0.20221209-r2

Description

Updates the BIOS and IPMI firmware and system settings on Super

Added to portage

2023-06-05

stress-ng - 0.15.08-r1
Ebuild name:

app-benchmarks/stress-ng-0.15.08-r1

Description

Stress test for a computer system with various selectable ways

Added to portage

2023-06-05

sunrise-commander - 6_p20210927
Ebuild name:

app-emacs/sunrise-commander-6_p20210927

Description

Twin-pane file manager for Emacs inspired by Midnight Comma

Added to portage

2023-06-05

unrar - 6.2.8
Ebuild name:

app-arch/unrar-6.2.8

Description

Uncompress rar files

Added to portage

2023-06-05

uutils-coreutils - 0.0.19
Ebuild name:

sys-apps/uutils-coreutils-0.0.19

Description

GNU coreutils rewritten in Rust

Added to portage

2023-06-05

vanilla-sources - 5.10.182
Ebuild name:

sys-kernel/vanilla-sources-5.10.182

Description

Full sources for the Linux kernel

Added to portage

2023-06-05

vanilla-sources - 5.15.115
Ebuild name:

sys-kernel/vanilla-sources-5.15.115

Description

Full sources for the Linux kernel

Added to portage

2023-06-05

vanilla-sources - 5.4.245
Ebuild name:

sys-kernel/vanilla-sources-5.4.245

Description

Full sources for the Linux kernel

Added to portage

2023-06-05

vanilla-sources - 6.1.32
Ebuild name:

sys-kernel/vanilla-sources-6.1.32

Description

Full sources for the Linux kernel

Added to portage

2023-06-05

zeitwerk - 2.6.8
Ebuild name:

dev-ruby/zeitwerk-2.6.8

Description

Efficient and thread-safe code loader for Ruby

Added to portage

2023-06-05

zeroconf - 0.64.0
Ebuild name:

dev-python/zeroconf-0.64.0

Description

Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compa

Added to portage

2023-06-05

2023-06-04
Cpanel-JSON-XS - 4.360.0
Ebuild name:

dev-perl/Cpanel-JSON-XS-4.360.0

Description

cPanel fork of JSON fast and correct serializing

Added to portage

2023-06-04

XS-Parse-Keyword - 0.330.0
Ebuild name:

dev-perl/XS-Parse-Keyword-0.330.0

Description

XS functions to assist in parsing keyword syntax

Added to portage

2023-06-04

alt-ergo - 2.4.3
Ebuild name:

sci-mathematics/alt-ergo-2.4.3

Description

Automatic theorem prover

Added to portage

2023-06-04

alt-ergo - 9999
Ebuild name:

sci-mathematics/alt-ergo-9999

Description

Automatic theorem prover

Added to portage

2023-06-04

annotated-types - 0.5.0
Ebuild name:

dev-python/annotated-types-0.5.0

Description

Reusable constraint types to use with typing.Annotated

Added to portage

2023-06-04

arti - 1.1.5
Ebuild name:

net-p2p/arti-1.1.5

Description

An implementation of Tor, in Rust.

Added to portage

2023-06-04

bc-gh - 6.6.0
Ebuild name:

sci-calculators/bc-gh-6.6.0

Description

Implementation of POSIX bc with GNU extensions

Added to portage

2023-06-04

bcachefs-tools - 24_p20230603
Ebuild name:

sys-fs/bcachefs-tools-24_p20230603

Description

Tools for bcachefs

Added to portage

2023-06-04

cargo-c - 0.9.20
Ebuild name:

dev-util/cargo-c-0.9.20

Description

Helper program to build and install c-like libraries

Added to portage

2023-06-04

clang - 17.0.0_pre20230602
Ebuild name:

sys-devel/clang-17.0.0_pre20230602

Description

C language family frontend for LLVM

Added to portage

2023-06-04

clang-common - 17.0.0_pre20230602
Ebuild name:

sys-devel/clang-common-17.0.0_pre20230602

Description

Common files shared between multiple slots of clang

Added to portage

2023-06-04

clang-python - 17.0.0_pre20230602
Ebuild name:

dev-python/clang-python-17.0.0_pre20230602

Description

Python bindings for sys-devel/clang

Added to portage

2023-06-04

clang-runtime - 17.0.0_pre20230602
Ebuild name:

sys-devel/clang-runtime-17.0.0_pre20230602

Description

Meta-ebuild for clang runtime libraries

Added to portage

2023-06-04

compiler-rt - 17.0.0_pre20230602
Ebuild name:

sys-libs/compiler-rt-17.0.0_pre20230602

Description

Compiler runtime library for clang (built-in part)

Added to portage

2023-06-04

compiler-rt-sanitizers - 17.0.0_pre20230602
Ebuild name:

sys-libs/compiler-rt-sanitizers-17.0.0_pre20230602

Description

Compiler runtime libraries for clang (sanitizers

Added to portage

2023-06-04

cpp-httplib - 0.12.5
Ebuild name:

dev-cpp/cpp-httplib-0.12.5

Description

C++ HTTP/HTTPS server and client library

Added to portage

2023-06-04

cython - 3.0.0_beta3-r1
Ebuild name:

dev-python/cython-3.0.0_beta3-r1

Description

A Python to C compiler

Added to portage

2023-06-04

docker - 6.1.2
Ebuild name:

dev-python/docker-6.1.2

Description

Python client for Docker

Added to portage

2023-06-04

gcc - 13.1.1_p20230603
Ebuild name:

sys-devel/gcc-13.1.1_p20230603

Description

The GNU Compiler Collection

Added to portage

2023-06-04

git-delta - 0.16.5
Ebuild name:

dev-util/git-delta-0.16.5

Description

A syntax-highlighting pager for git

Added to portage

2023-06-04

griffe - 0.29.0
Ebuild name:

dev-python/griffe-0.29.0

Description

Signature generator for Python programs

Added to portage

2023-06-04

iosevka - 24.1.1
Ebuild name:

media-fonts/iosevka-24.1.1

Description

Slender typeface for code, from code

Added to portage

2023-06-04

kombu - 5.3.0
Ebuild name:

dev-python/kombu-5.3.0

Description

AMQP Messaging Framework for Python

Added to portage

2023-06-04

libclc - 17.0.0_pre20230602
Ebuild name:

dev-libs/libclc-17.0.0_pre20230602

Description

OpenCL C library

Added to portage

2023-06-04

libcxx - 17.0.0_pre20230602
Ebuild name:

sys-libs/libcxx-17.0.0_pre20230602

Description

New implementation of the C++ standard library, targeting C++11

Added to portage

2023-06-04

libcxxabi - 17.0.0_pre20230602
Ebuild name:

sys-libs/libcxxabi-17.0.0_pre20230602

Description

Low level support for a standard C++ library

Added to portage

2023-06-04

libmp4v2 - 2.1.3-r1
Ebuild name:

media-libs/libmp4v2-2.1.3-r1

Description

Functions for accessing ISO-IEC MPEG-4 standard

Added to portage

2023-06-04

libomp - 17.0.0_pre20230602
Ebuild name:

sys-libs/libomp-17.0.0_pre20230602

Description

OpenMP runtime library for LLVM/clang compiler

Added to portage

2023-06-04

libsidplayfp - 2.5.0
Ebuild name:

media-libs/libsidplayfp-2.5.0

Description

Library for the sidplay2 fork with resid-fp

Added to portage

2023-06-04

lit - 17.0.0_pre20230602
Ebuild name:

dev-python/lit-17.0.0_pre20230602

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2023-06-04

lld - 17.0.0_pre20230602
Ebuild name:

sys-devel/lld-17.0.0_pre20230602

Description

The LLVM linker (link editor)

Added to portage

2023-06-04

lldb - 17.0.0_pre20230602
Ebuild name:

dev-util/lldb-17.0.0_pre20230602

Description

The LLVM debugger

Added to portage

2023-06-04

llvm - 17.0.0_pre20230602
Ebuild name:

sys-devel/llvm-17.0.0_pre20230602

Description

Low Level Virtual Machine

Added to portage

2023-06-04

llvm-common - 17.0.0_pre20230602
Ebuild name:

sys-devel/llvm-common-17.0.0_pre20230602

Description

Common files shared between multiple slots of LLVM

Added to portage

2023-06-04

llvm-libunwind - 17.0.0_pre20230602
Ebuild name:

sys-libs/llvm-libunwind-17.0.0_pre20230602

Description

C++ runtime stack unwinder from LLVM

Added to portage

2023-06-04

llvm-ocaml - 17.0.0_pre20230602
Ebuild name:

dev-ml/llvm-ocaml-17.0.0_pre20230602

Description

OCaml bindings for LLVM

Added to portage

2023-06-04

markdown-it-py - 3.0.0
Ebuild name:

dev-python/markdown-it-py-3.0.0

Description

Python port of markdown-it, Markdown parser

Added to portage

2023-06-04

mkdocs-ansible - 0.1.6
Ebuild name:

dev-python/mkdocs-ansible-0.1.6

Description

Ansible theme for MkDocs

Added to portage

2023-06-04

mkdocstrings - 0.22.0
Ebuild name:

dev-python/mkdocstrings-0.22.0

Description

Automatic documentation from sources, for MkDocs

Added to portage

2023-06-04

mkdocstrings-python - 1.1.0
Ebuild name:

dev-python/mkdocstrings-python-1.1.0

Description

Python handler for dev-python/mkdocstrings

Added to portage

2023-06-04

parallel - 20230522
Ebuild name:

sys-process/parallel-20230522

Description

A shell tool for executing jobs in parallel locally or on remote mach

Added to portage

2023-06-04

pydantic - 2.0_beta2
Ebuild name:

dev-python/pydantic-2.0_beta2

Description

Data parsing and validation using Python type hints

Added to portage

2023-06-04

pydantic-core - 0.38.0
Ebuild name:

dev-python/pydantic-core-0.38.0

Description

Core validation logic for pydantic written in Rust

Added to portage

2023-06-04

python-ctags3 - 1.5.0-r1
Ebuild name:

dev-python/python-ctags3-1.5.0-r1

Description

Exuberant Ctags indexing python bindings

Added to portage

2023-06-04

python-ctags3 - 1.6.0
Ebuild name:

dev-python/python-ctags3-1.6.0

Description

Exuberant Ctags indexing python bindings

Added to portage

2023-06-04

qmplay2 - 23.06.04
Ebuild name:

media-video/qmplay2-23.06.04

Description

A Qt-based video player, which can play most formats and codecs

Added to portage

2023-06-04

regex - 2023.6.3
Ebuild name:

dev-python/regex-2023.6.3

Description

Alternative regular expression module to replace re

Added to portage

2023-06-04

sequoia-sq - 0.30.1
Ebuild name:

app-crypt/sequoia-sq-0.30.1

Description

CLI of the Sequoia OpenPGP implementation

Added to portage

2023-06-04

sphinx-celery - 2.0.0-r3
Ebuild name:

dev-python/sphinx-celery-2.0.0-r3

Description

Celery Sphinx Theme and Utilities

Added to portage

2023-06-04

spice-gtk - 0.42-r2
Ebuild name:

net-misc/spice-gtk-0.42-r2

Description

Set of GObject and Gtk objects for connecting to Spice servers and a cli

Added to portage

2023-06-04

superslicer - 2.5.59.2-r2
Ebuild name:

media-gfx/superslicer-2.5.59.2-r2

Description

A mesh slicer to generate G-code for fused-filament-fabrication (

Added to portage

2023-06-04

transient - 0.4.1
Ebuild name:

app-emacs/transient-0.4.1

Description

Transient commands abstraction for GNU Emacs

Added to portage

2023-06-04

vlc - 3.0.18-r3
Ebuild name:

media-video/vlc-3.0.18-r3

Description

Media player and framework with support for most multimedia files and str

Added to portage

2023-06-04

xrdb - 1.2.2
Ebuild name:

x11-apps/xrdb-1.2.2

Description

X server resource database utility

Added to portage

2023-06-04

xwd - 1.0.9
Ebuild name:

x11-apps/xwd-1.0.9

Description

dump an image of an X window

Added to portage

2023-06-04

rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 52.4 ms