EnglishFrenchSpanish

Ad


OnWorks favicon

dphys-config - Online in the Cloud

Run dphys-config in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command dphys-config that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


dphys-config - daily auto-install/update and/or remove config files

SYNOPSIS


dphys-config [-f filter] [-cqvD]

dphys-config -h

DESCRIPTION


dphys-config installs/updates and/or removes config files. It also triggers commands after
an new/updated config file is available or before an existing config file will disappear.
It can be run by hand, from cron and/or from init.d.

Get an list of config files from an configuration server. For each file in the list
retrieve that file from the same server, and only install it if it is new or changed
relative to what is already here. If a file is newly installed (or changed) then run an
postinstall script, which may trigger actions which are wanted to process the new config
(such as inserting data from an config file into an database). Also remove unwanted files.
If doing so first run an preremove script to tidy up stuff.

This is part of the D-PHYS (ETH Zuerich, Departement of Physics) automatic system
operation and maintenance setup.

OPTIONS


-c configname: Use this set of config files instead of hostname set. Useful for chroot
or vhost installs, or for tests.

-f filter
filter: Only process lines which match the filter spec.

-q quiet: Don't produce an running report of activities.

-v verbose: Give large volume output, where sensible.

-D Debug: Activate an debug option. See source for how to use this.

-h help: Output help text, and then abort operation.

CONFIG


The config files /etc/dphys-config (sitewide) and ~/.dphys-config (personal) allow the
admin and users to set up the working environment for dphys-config.

These config files are sh script fragments full of assignments, which are sourced, in
above row, later config files assignments overriding earlier ones. Standard sh syntax
rules apply. Assignments are:

CONF_TMP_DIR
Sets the base directory in which all temporary files are stored. It defaults to
/var/tmp (for enough size and safe operation). Some users may like to use /tmp for
higher speed (tmpfs) or automatic deletion at boot time. Standard sh syntax rules
apply. Assignments are:

CONF_BASEURL
Sets the base URL to which all */<hostname>/<filename> combinations are added when
wget-ing config files. This can be an http: or ftp: or whatever other type of URL
which wget understands and can fetch an file from. Additionally it can be an file:
(this may be from an NFS server) URL, in which case wget is bypassed and the files
fetched directly using cp. It defaults to the error message generating and aborting
invalid setting of
http://not-configured-server.example.net/not/configured/directory, as there is no
sensible default possible. You must set this to where ever your config files should
be taken from.

CONF_CONFNAME
Selects the name for which set of configuration files shall be used for this host.
Defaults to `hostname`.

CONF_LINEFILTER
Sets an regexp which selects which lines from the config file list are processed.
Defaults to .* (all).

CONF_LOG_DONE
Log to syslog that dphys-config has run. Good to see if cron and/or init.d have
done their job. Defaults to yes.

The config file list dphys-config.list, which is found via above settings, and is
downloaded to /etc/dphys-config.list or ~/.dphys-config.list, then allows the admin to
list what config files are to be fetched and installed/updated or removed, and what
scripts to run for them. These can be each given for the entire site (= all hosts) and/or
group and/or each host, or even merged from site+group+host subsections.

Use dphys-config online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad