.lf 1 stdin .\" t .\" Copyright © 2005-2010 Roger Leigh .\" .\" schroot is free software: you can redistribute it and/or modify it .\" under the terms of the GNU General Public License as published by .\" the Free Software Foundation, either version 3 of the License, or .\" (at your option) any later version. .\" .\" schroot is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see .\" . .\" .lf 1 /home/tbm/bpo/schroot-1.6.10/debian/build/man/config.man .ds RELEASE_DATE 05 May 2014 .ds VERSION 1.6.10 .ds SCHROOT_LIBEXEC_DIR /usr/lib/x86_64-linux-gnu/schroot .ds SCHROOT_MOUNT_DIR /var/run/schroot/mount .ds SCHROOT_SESSION_DIR /var/lib/schroot/session .ds SCHROOT_FILE_UNPACK_DIR /var/lib/schroot/unpack .ds SCHROOT_OVERLAY_DIR /var/lib/schroot/union/overlay .ds SCHROOT_UNDERLAY_DIR /var/lib/schroot/union/underlay .ds SCHROOT_SYSCONF_DIR /etc/schroot .ds SCHROOT_CONF /etc/schroot/schroot.conf .ds SCHROOT_CONF_CHROOT_D /etc/schroot/chroot.d .ds SCHROOT_CONF_SETUP_D /etc/schroot/setup.d .ds SCHROOT_DATA_DIR /usr/share/schroot .ds SCHROOT_SETUP_DATA_DIR /usr/share/schroot/setup .ds SCHROOT_LOCALE_DIR /usr/share/locale .ds PACKAGE_LOCALE_DIR /usr/share/locale .ds PROGRAM schroot .lf 19 stdin .ds PROGRAM dchroot\-dsa .TH DCHROOT-DSA 1 "\*[RELEASE_DATE]" "Version \*[VERSION]" "Debian sbuild" .SH NAME dchroot\-dsa \- enter a chroot environment .SH SYNOPSIS .B dchroot\-dsa .RB [ \-h \[or] \-\-help " \[or] " \-V \[or] \-\-version .RB " \[or] " \-l \[or] \-\-list " \[or] " \-i \[or] \-\-info .RB " \[or] " \-\-config " \[or] " -p | \-\-listpaths ] .RB [ "\-d \fIdirectory\fP" \[or] "\-\-directory=\fIdirectory\fP" ] .RB [ \-q \[or] \-\-quiet " \[or] " \-v \[or] \-\-verbose ] .RB [ "\-c \fIchroot\fP" \[or] "\-\-chroot=\fIchroot\fP" .RB " \[or] " \-\-all " \[or] " CHROOT] .RB [ COMMAND ] .SH DESCRIPTION \fBdchroot\-dsa\fP allows the user to run a command or a login shell in a chroot environment. If no command is specified, a login shell will be started in the user's home directory inside the chroot. .PP The user's environment will be preserved inside the chroot. .PP The command is a single argument which must be an absolute path to the program. Additional options are not permitted. .PP The directory the command or login shell is run in depends upon the context. See \fI\-\-directory\fP option below for a complete description. .PP This version of dchroot\-dsa is a compatibility wrapper around the .BR schroot (1) program. It is provided for backward compatibility with the dchroot\-dsa command-line options, but schroot is recommended for future use. See the section \[lq]\fIIncompatibilities\fP\[rq] below for known incompatibilities with older versions of dchroot\-dsa. .PP .SH OPTIONS \fBdchroot\-dsa\fP accepts the following options: .SS Basic options .TP .BR \-h ", " \-\-help Show help summary. .TP .BR \-a ", " \-\-all Select all chroots. Note that earlier versions of dchroot\-dsa did not include this option. .TP .BR \-c ", " \-\-chroot=\fIchroot\fP Specify a chroot to use. This option may be used multiple times to specify more than one chroot, in which case its effect is similar to \fI\-\-all\fP. If this option is not used, the first non-option argument specified the chroot to use. Note that earlier versions of dchroot\-dsa did not include this option. .TP .BR \-l ", " \-\-list List all available chroots. .TP .BR \-i ", " \-\-info Print detailed information about the available chroots. Note that earlier versions of dchroot\-dsa did not include this option. .TP .BR \-p ", " \-\-listpaths Print absolute locations (paths) of the available chroots. .TP .BR \-\-config Print configuration of the available chroots. This is useful for testing that the configuration in use is the same as the configuration file. Any comments in the original file will be missing. Note that earlier versions of dchroot\-dsa did not include this option. .TP .BR \-d ", " \-\-directory=\fIdirectory\fP Change to \fIdirectory\fP inside the chroot before running the command or login shell. If \fIdirectory\fP is not available, dchroot\-dsa will exit with an error status. .IP The default behaviour (all directory paths are inside the chroot) is to run the login shell or command in the user's home directory, or \fI/\fP if the home directory is not available. If none of the directories are available, dchroot\-dsa will exit with an error status. .TP .BR \-q ", " \-\-quiet Print only essential messages. Note that earlier versions of dchroot\-dsa did not include this option. .TP .BR \-v ", " \-\-verbose Print all messages. Note that earlier versions of dchroot\-dsa did not include this option. .TP .BR \-V ", " \-\-version Print version information. .SH CONFIGURATION .SH INCOMPATIBILITIES .SS Debian dchroot prior to version 1.5.1 .IP \[bu] This version of dchroot\-dsa uses \fIschroot.conf\fP to store the configuration for available chroots, rather than the \fIdchroot.conf\fP file used historically. dchroot\-dsa supported automatic migration of \fIdchroot.conf\fP to the \fIschroot.conf\fP keyfile format with its \fI\-\-config\fP option from versions 0.2.2 to 1.5.0; support for the old format is now no longer available. .SS DSA dchroot .IP \[bu] Log messages are worded and formatted differently. .IP \[bu] dchroot\-dsa provides a restricted subset of the functionality implemented by \fBschroot\fP, but is still schroot underneath. Thus dchroot\-dsa is still subject to schroot security checking, including PAM authentication and authorisation, and session management, for example, and hence may behave slightly differently to earlier versions of dchroot\-dsa in some circumstances. .SS Debian dchroot A \fBdchroot\fP package provides an alternative dchroot implementation. .IP \[bu] All the above incompatibilities apply. .IP \[bu] This version of dchroot has incompatible command-line options, and while some of those options are supported or have equivalent options by a different name, the \fI\-c\fP option is required to specify a chroot. It also allows a shell script to be used as the option instead of a single absolute path, and allows multiple command options instead of a single option. .SH DIRECTORY FALLBACKS .PP dchroot\-dsa will select an appropriate directory to use within the chroot based upon whether the \fI\-\-directory\fP option is used. When explicitly specifying a directory, only one directory will be used for safety and consistency, while for a login shell or command several possibilities may be tried. Note that due to multiple fallbacks being considered for commands, it is dangerous to run commands using dchroot\-dsa; use schroot instead. The following subsections list the fallback sequence for each case. CWD is the current working directory, DIR is the directory specified with \fI\-\-directory\fP. .SS Login shell or command .TS box; l|lw(4i). Transition (Host \[->] Chroot) Comment _ CWD \[->] passwd pw_dir T{ Normal behaviour (if \-\-directory is not used) T} CWD \[->] / T{ If passwd pw_dir is nonexistent T} \fBFAIL\fP T{ If / is nonexistent T} .TE .SS \-\-directory used .TS box; l|lw(4i). Transition (Host \[->] Chroot) Comment _ CWD \[->] DIR Normal behaviour \fBFAIL\fP If DIR is nonexistent .TE .PP No fallbacks should exist under any circumstances. .SS Debugging .PP Note that \fI\-\-debug=notice\fP will show the internal fallback list computed for the session. .SH EXAMPLES .EX $ \f[CB]dchroot\-dsa -l\fP\[CR] Available chroots: sarge, sid $ \f[CB]dchroot\-dsa \-\-listpaths\fP\[CR] /srv/chroot/sarge /srv/chroot/sid $ \f[CB]dchroot\-dsa \-q sid \-\- /bin/uname\fP\[CR] Linux $ \f[CB]dchroot\-dsa sid\fP\[CR] I: [sid chroot] Running login shell: \[lq]/bin/bash\[rq] $ .EE .LP Note that the top line was echoed to standard error, and the remaining lines to standard output. This is intentional, so that program output from commands run in the chroot may be piped and redirected as required; the data will be the same as if the command was run directly on the host system. .SH TROUBLESHOOTING If something is not working, and it's not clear from the error messages what is wrong, try using the \fB\-\-debug=\fP\fIlevel\fP option to turn on debugging messages. This gives a great deal more information. Valid debug levels are \[oq]none\[cq], and \[oq]notice\[cq], \[oq]info\[cq], \[oq]warning\[cq] and \[oq]critical\[cq] in order of increasing severity. The lower the severity level, the more output. .PP If you are still having trouble, the developers may be contacted on the mailing list: .br \f[CR]Debian\ buildd-tools\ Developers .br \fP .SH BUGS On the \fBmips\fP and \fBmipsel\fP architectures, Linux kernels up to and including at least version 2.6.17 have broken .BR personality (2) support, which results in a failure to set the personality. This will be seen as an \[lq]Operation not permitted\[rq] (EPERM) error. To work around this problem, set \f[CI]personality\fP to \[oq]undefined\[cq], or upgrade to a more recent kernel. .SH FILES .TP \f[BI]\*[SCHROOT_CONF]\fP The system-wide \fBschroot\fP definition file. This file must be owned by the root user, and not be writable by other. .lf 1 /home/tbm/bpo/schroot-1.6.10/man/authors.man .SH AUTHORS Roger Leigh. .lf 227 stdin .PP This implementation of dchroot\-dsa uses the same command-line options as the \fBdchroot\fP found on machines run by the Debian System Administrators for the Debian Project. These machines have a \fBdchroot-dsa\fP source package which provides a \fBdchroot\-dsa\fP package, written by Ben Collins \f[CR]\fP and Martin Schulze \f[CR]\fP. .lf 1 /home/tbm/bpo/schroot-1.6.10/man/copyright.man .SH COPYRIGHT Copyright \(co 2005\-2012 Roger Leigh \f[CR]\fP .PP \fB\*[PROGRAM]\fP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .lf 234 stdin .SH SEE ALSO .BR schroot (1), .BR sbuild (1), .BR chroot (2), .BR schroot-setup (5), .BR schroot.conf (5). .\"# .\"# The following sets edit modes for GNU EMACS .\"# Local Variables: .\"# mode:nroff .\"# fill-column:79 .\"# End: