EnglishFrenchSpanish

OnWorks favicon

kup-server - Online in the Cloud

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

This is the command kup-server 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


kup-server - kernel.org upload server utility

DESCRIPTION


The program kup-server is expected to be the receiver of an ssh shell, configured with the
following or similar options in ~/.ssh/authorized_keys:

command="/usr/bin/kup-server",no-agent-forwarding,no-port-forwarding,no-pty,no-
user-rc,no-X11-forwarding ssh-rsa AAAA[...]

Each user should have their own UID, as Unix user permissions are used for specific tree
access control. On the client side, a corresponding client-side utility kup is used to
initiate the connection and perform the uploads.

GLOBAL CONFIG


The configuration file for kup-server is located in /etc/kup/kup-server.cfg and has the
following options:

[paths]
All paths in this section should be disjoint. Do not combine any of them into one
directory.

data_path = /var/lib/kup/pub
Path for public consumption, e.g. served via http or rsync.

git_path = /var/cache/git
This is the path where git trees (for the TAR and DIFF options) are available.
Those should be readonly for the uploaders.

lock_file = /run/kup/lock
A common lock file for data_path. No program should modify the content in
data_path without holding an flock on this file. Should be readonly for the
uploaders.

tmp_path = /var/cache/kup/tmp/
tmp_path can be either:

1. a directory writable by every user and with the sticky bit set (typically mode
1777 or 1770). In that case, DO NOT end the path with a slash, or:

2. A directory containing an empty directory for each user (named for that user),
owned by that user and mode 0700. In this case, DO end the path with a slash.

In either case, this directory tree MUST be on the same filesystem as data_path,
since the script expects tocreate files in this directory and rename() them into
data_path.

pgp_path = /var/lib/kup/pgp
A directory containing a GnuPG public keyring for each user, named <user>.gpg and
readable (but not writable) by that user.

[limits]
All sizes are in bytes, all times in seconds.

max_data = 8589934592
Max size of uploaded data.

bufsiz = 262144
Buffer size when reading data.

timeout_command = 30
How long to wait for a command to time out.

timeout_data = 300
Must read at least bufsiz bytes in this timespan.

timeout_compress = 900
Uncompressing tarballs must take at most this long.

timeout_compress_cpu = 900
Each compression command must take at most this long in CPU time.

[compressors]
This section allows specifying the compressors to use when creating compressed
versions of uploaded content.

use = gz, bz2, xz
A comma-separated list of file extensions to create (minus the leading dot). For
each extension specified, you will need to add an extra entry to this section with
the path to the matching gzip-compatible utility (i.e. it must accept -9 and -cd
command-line arguments). E.g., if you specified "gz, bz2, xz" as values in use, you
must add the following entries as well:

gz = /bin/gzip
bz2 = /usr/bin/bzip2
xz = /usr/bin/xz

Use kup-server online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    PAC Manager
    PAC Manager
    PAC is a Perl/GTK replacement for
    SecureCRT/Putty/etc (linux
    ssh/telnet/... gui)... It provides a GUI
    to configure connections: users,
    passwords, EXPECT regula...
    Download PAC Manager
  • 2
    GeoServer
    GeoServer
    GeoServer is an open-source software
    server written in Java that allows users
    to share and edit geospatial data.
    Designed for interoperability, it
    publishes da...
    Download GeoServer
  • 3
    Firefly III
    Firefly III
    A free and open-source personal finance
    manager. Firefly III features a
    double-entry bookkeeping system. You can
    quickly enter and organize your
    transactions i...
    Download Firefly III
  • 4
    Apache OpenOffice Extensions
    Apache OpenOffice Extensions
    The official catalog of Apache
    OpenOffice extensions. You'll find
    extensions ranging from dictionaries to
    tools to import PDF files and to connect
    with ext...
    Download Apache OpenOffice Extensions
  • 5
    MantisBT
    MantisBT
    Mantis is an easily deployable, web
    based bugtracker to aid product bug
    tracking. It requires PHP, MySQL and a
    web server. Checkout our demo and hosted
    offerin...
    Download MantisBT
  • 6
    LAN Messenger
    LAN Messenger
    LAN Messenger is a p2p chat application
    for intranet communication and does not
    require a server. A variety of handy
    features are supported including
    notificat...
    Download LAN Messenger
  • More »

Linux commands

  • 1
    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
  • 2
    abilint
    abilint
    abilint - validate an abigail ABI
    representation abilint parses the native
    XML representation of an ABI as emitted
    by abidw. Once it has parsed the XML
    represe...
    Run abilint
  • 3
    coresendmsg
    coresendmsg
    coresendmsg - send a CORE API message
    to the core-daemon daemon ...
    Run coresendmsg
  • 4
    core_server
    core_server
    core_server - The primary server for
    SpamBayes. DESCRIPTION: Currently serves
    the web interface only. Plugging in
    listeners for various protocols is TBD.
    This ...
    Run core_server
  • 5
    fwflash
    fwflash
    fwflash - program to flash image file
    to a connected NXT device ...
    Run fwflash
  • 6
    fwts-collect
    fwts-collect
    fwts-collect - collect logs for fwts
    bug reporting. ...
    Run fwts-collect
  • More »

Ad