Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nodm(8) [debian man page]

NODM(8) 						  System Administration Utilities						   NODM(8)

NAME
nodm - X display manager for automatic logins SYNOPSIS
nodm [options] DESCRIPTION
nodm is a minimal display manager that simply logs in as a given user and starts an X session, without asking for username or password. On a normal computer, using nodm is a big security issue because it would give anyone access to the computer. However, there are cases where automatic login is needed: for example in an embedded system such as a mobile phone, or in a kiosk setup, or in a control panel for industrial machinery. For those cases, nodm is simple to setup, lightweight, and it should do exactly the right thing. OPTIONS
--help print this help message --version print nodm's version number --verbose verbose outpout or logging --quiet only log warnings and errors --nested run a nested X server, does not require root. The server defaults to "/usr/bin/Xnest :1", override with NODM_X_OPTIONS --[no-]syslog enable/disable logging to syslog --[no-]stderr enable/disable logging to stderr AUTHOR
nodm is written and maintained by Enrico Zini <enrico@enricozini.org> and Joachim Breitner <nomeata@debian.org>. SEE ALSO
xinit(1), xdm(1), gdm(1), kdm(1). nodm version 0.11 September 2012 NODM(8)

Check Out this Related Man Page

GLANCE-CACHE-CLEANER(1) 					      Glance						   GLANCE-CACHE-CLEANER(1)

NAME
glance-cache-cleaner - Glance Cache Cleaner GLANCE IMAGE CACHE INVALID CACHE ENTRY AND STALLED IMAGE CLEANER
Author glance@lists.launchpad.net Date 2012-01-03 Copyright OpenStack LLC Version 2012.1-dev Manual section 1 Manual group cloud computing SYNOPSIS glance-cache-cleaner [options] DESCRIPTION This is meant to be run as a periodic task from cron. If something goes wrong while we're caching an image (for example the fetch times out, or an exception is raised), we create an 'invalid' entry. These entires are left around for debugging purposes. However, after some period of time, we want to clean these up. Also, if an incomplete image hangs around past the image_cache_stall_time period, we automatically sweep it up. OPTIONS --version show program's version number and exit -h, --help show this help message and exit --config-file=PATH Path to a config file to use. Multiple config files can be specified, with values in later files taking precedence. The default files used are: [] -d, --debug Print debugging output --nodebug Do not print debugging output -v, --verbose Print more verbose output --noverbose Do not print verbose output --log-config=PATH If this option is specified, the logging configuration file specified is used and overrides any other logging options specified. Please see the Python logging module documentation for details on logging configuration files. --log-format=FORMAT A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. Default: none --log-date-format=DATE_FORMAT Format string for %(asctime)s in log records. Default: none --log-file=PATH (Optional) Name of log file to output to. If not set, logging will go to stdout. --log-dir=LOG_DIR (Optional) The directory to keep log files in (will be prepended to --logfile) --use-syslog Use syslog for logging. --nouse-syslog Do not use syslog for logging. --syslog-log-facility=SYSLOG_LOG_FACILITY syslog facility to receive log lines SEE ALSO o OpenStack Glance BUGS o Glance is sourced in Launchpad so you can view current bugs at OpenStack Glance AUTHOR
OpenStack COPYRIGHT
2010-present, OpenStack, LLC. 2012.1.1 March 14, 2013 GLANCE-CACHE-CLEANER(1)
Man Page