Compare commits
	
		
			75 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 60f42c415d | ||
|   | 93c8cbe684 | ||
|   | 386bdf66f9 | ||
|   | 81ab30c51d | ||
|   | d05c8c2159 | ||
|   | 7850e12071 | ||
|   | 11d3a8bead | ||
|   | e36e9a30eb | ||
|   | 7da99d77b5 | ||
|   | 01c34c28e6 | ||
|   | 56ddda54b5 | ||
|   | 3a803b3135 | ||
|   | 72df51e17b | ||
|   | b2f5531194 | ||
|   | 19bf49a710 | ||
|   | 64354831da | ||
|   | e14edd765f | ||
|   | f9d41243d8 | ||
|   | be7ad06d4a | ||
|   | a616516895 | ||
|   | 04721ece03 | ||
|   | c7e8f1133a | ||
|   | 47e4bfae57 | ||
|   | 8a945194af | ||
|   | aa4a004c29 | ||
|   | 9ec5d36bdd | ||
|   | a097933eda | ||
|   | a6f5b1bb63 | ||
|   | e6d01471fe | ||
|   | d4501a9f06 | ||
|   | ec8abea460 | ||
|   | e4ddfa38e0 | ||
|   | 21d30bc6d9 | ||
|   | 2a1ff6e49c | ||
|   | 6762cb875c | ||
|   | 6edf516a1f | ||
|   | 7e56a49e23 | ||
|   | fa5aea80c5 | ||
|   | 0f4fa41574 | ||
|   | 5d6dd97bba | ||
|   | 37e2944272 | ||
|   | 4e0eace837 | ||
|   | faa8318b3b | ||
|   | 08da36149c | ||
|   | 56870d0db1 | ||
|   | 4d47ce440c | ||
|   | 958f57d895 | ||
|   | 04886efd85 | ||
|   | d980798d64 | ||
|   | 414a9aae6c | ||
|   | a7f475ca04 | ||
|   | 3c53680018 | ||
|   | f0ad647303 | ||
|   | b35e03b6b1 | ||
|   | 2b1392af2f | ||
|   | a3d0e293ee | ||
|   | 0200002b8c | ||
|   | f4e2142089 | ||
|   | 49a90f27a8 | ||
|   | 2ae60ca041 | ||
|   | 6b475ab269 | ||
|   | b302b0c094 | ||
|   | 40aa69cf3a | ||
|   | 5346fbf2c9 | ||
|   | 92e6bdee12 | ||
|   | 71f275b2aa | ||
|   | 6dc0d0af33 | ||
|   | 59a9e53378 | ||
|   | 122768d339 | ||
|   | fa3c60c0d8 | ||
|   | 61905bfcf5 | ||
|   | 3e68013631 | ||
|   | b46123f2e1 | ||
|   | 109869641f | ||
|   | e8a2305de0 | 
| @@ -1,3 +1,3 @@ | ||||
| NAME=		openrc | ||||
| VERSION=	0.35 | ||||
| VERSION=	0.38.3 | ||||
| PKG=		${NAME}-${VERSION} | ||||
|   | ||||
							
								
								
									
										23
									
								
								NEWS.md
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								NEWS.md
									
									
									
									
									
								
							| @@ -4,6 +4,29 @@ OpenRC NEWS | ||||
| This file will contain a list of notable changes for each release. Note | ||||
| the information in this file is in reverse order. | ||||
|  | ||||
| ## OpenRC 0.37 | ||||
|  | ||||
| start-stop-daemon now supports logging stdout and stderr of daemons to | ||||
| processes instead of files. These processes are defined by the | ||||
| output_logger and error_logger variables in standard service scripts, or | ||||
| by the  -3/--output-logger or -4/--error-logger switches if you use | ||||
| start-stop-daemon directly. For more information on this, see the | ||||
| start-stop-daemon man page. | ||||
|  | ||||
| ## OpenRC 0.36 | ||||
|  | ||||
| In this release, the modules-load service has been combined into the | ||||
| modules service since there is no reason I know of to keep them | ||||
| separate. However, modules also provides modules-load in case you were | ||||
| using modules-load in  your dependencies. | ||||
|  | ||||
| The consolefont, keymaps, numlock and procfs service scripts no longer | ||||
| have a dependency on localmount. | ||||
| If you are a linux user and are still separaating / from /usr, | ||||
| you will need to add the following line to the appropriate conf.d files: | ||||
|  | ||||
| rc_need="localmount" | ||||
|  | ||||
| ## OpenRC 0.35 | ||||
|  | ||||
| In this version, the cgroups mounting logic has been moved from the | ||||
|   | ||||
| @@ -19,10 +19,10 @@ SRCS-FreeBSD=	hostid.in modules.in moused.in newsyslog.in pf.in rarpd.in \ | ||||
| 		rc-enabled.in rpcbind.in savecore.in syslogd.in | ||||
| # These are FreeBSD specific | ||||
| SRCS-FreeBSD+=	adjkerntz.in devd.in dumpon.in encswap.in ipfw.in \ | ||||
| 		modules-load.in mixer.in nscd.in powerd.in syscons.in | ||||
| 		mixer.in nscd.in powerd.in syscons.in | ||||
|  | ||||
| SRCS-Linux=	agetty.in binfmt.in devfs.in cgroups.in dmesg.in hwclock.in \ | ||||
| 	consolefont.in keymaps.in killprocs.in modules.in modules-load.in \ | ||||
| 	consolefont.in keymaps.in killprocs.in modules.in \ | ||||
| 	mount-ro.in mtab.in numlock.in procfs.in net-online.in sysfs.in \ | ||||
| termencoding.in | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,6 @@ term_type="${term_type:-linux}" | ||||
| command=/sbin/agetty | ||||
| command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}" | ||||
| pidfile="/run/${RC_SVCNAME}.pid" | ||||
| export EINFO_QUIET="${quiet:-yes}" | ||||
|  | ||||
| depend() { | ||||
| 	after local | ||||
| @@ -29,5 +28,12 @@ start_pre() { | ||||
| 		eerror "symbolic links to it for the ports you want to start" | ||||
| 		eerror "agetty on and add those to the appropriate runlevels." | ||||
| 		return 1 | ||||
| 	else | ||||
| 		export EINFO_QUIET="${quiet:-yes}" | ||||
| 	fi | ||||
| } | ||||
|  | ||||
| stop_pre() | ||||
| { | ||||
| 	export EINFO_QUIET="${quiet:-yes}" | ||||
| } | ||||
|   | ||||
| @@ -13,7 +13,7 @@ description="Sets a font for the consoles." | ||||
|  | ||||
| depend() | ||||
| { | ||||
| 	need localmount termencoding | ||||
| 	need termencoding | ||||
| 	after hotplug bootmisc modules | ||||
| 	keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu | ||||
| } | ||||
|   | ||||
| @@ -13,7 +13,7 @@ description="Applies a keymap for the consoles." | ||||
|  | ||||
| depend() | ||||
| { | ||||
| 	need localmount termencoding | ||||
| 	need termencoding | ||||
| 	after bootmisc clock | ||||
| 	keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu | ||||
| } | ||||
|   | ||||
| @@ -1,72 +0,0 @@ | ||||
| #!@SBINDIR@/openrc-run | ||||
| # Copyright (c) 2016 The OpenRC Authors. | ||||
| # See the Authors file at the top-level directory of this distribution and | ||||
| # https://github.com/OpenRC/openrc/blob/master/AUTHORS | ||||
| # | ||||
| # This file is part of OpenRC. It is subject to the license terms in | ||||
| # the LICENSE file found in the top-level directory of this | ||||
| # distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE | ||||
| # This file may not be copied, modified, propagated, or distributed | ||||
| # except according to the terms contained in the LICENSE file. | ||||
|  | ||||
| description="Loads a list of modules from systemd-compatible locations." | ||||
|  | ||||
| depend() | ||||
| { | ||||
| 	keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver | ||||
| } | ||||
|  | ||||
| find_modfiles() | ||||
| { | ||||
| 	local dirs="/usr/lib/modules-load.d /run/modules-load.d /etc/modules-load.d" | ||||
| 	local basenames files fn x y | ||||
| 	for x in $dirs; do | ||||
| 		[ ! -d $x ] && continue | ||||
| 		for y in $x/*.conf; do | ||||
| 			[ -f $y ] && basenames="${basenames}\n${y##*/}" | ||||
| 		done | ||||
| 	done | ||||
| 	basenames=$(printf "$basenames" | sort -u) | ||||
| 	for x in $basenames; do | ||||
| 		for y in $dirs; do | ||||
| 			[ -r $y/$x ] && | ||||
| 				fn=$y/$x | ||||
| 		done | ||||
| 		files="$files $fn" | ||||
| 	done | ||||
| 	echo $files | ||||
| } | ||||
|  | ||||
| load_modules() | ||||
| { | ||||
| 	local file m modules rc x | ||||
| 	file=$1 | ||||
| 	[ -z "$file" ] && return 0 | ||||
| 	while read m x; do | ||||
| 		case $m in | ||||
| 			\;*) continue ;; | ||||
| 			\#*) continue ;; | ||||
| 			*) modules="$modules $m" | ||||
| 			;; | ||||
| 		esac | ||||
| 	done < $file | ||||
| 	for x in $modules; do | ||||
| 		ebegin "Loading module $x" | ||||
| 		case "$RC_UNAME" in | ||||
| 			FreeBSD) kldload "$x"; rc=$? ;; | ||||
| 			Linux) modprobe --use-blacklist -q "$x"; rc=$? ;; | ||||
| 			*) ;; | ||||
| 		esac | ||||
| 		eend $rc "Failed to load $x" | ||||
| 	done | ||||
| } | ||||
|  | ||||
| start() | ||||
| { | ||||
| 	local x | ||||
| 	files=$(find_modfiles) | ||||
| 	for x in $files; do | ||||
| 		load_modules $x | ||||
| 	done | ||||
| 	return 0 | ||||
| } | ||||
| @@ -14,10 +14,65 @@ description="Loads a user defined list of kernel modules." | ||||
| depend() | ||||
| { | ||||
| 	use isapnp | ||||
| 	want modules-load | ||||
| 	provide modules-load | ||||
| 	keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver | ||||
| } | ||||
|  | ||||
| find_modfiles() | ||||
| { | ||||
| 	local dirs="/usr/lib/modules-load.d /run/modules-load.d /etc/modules-load.d" | ||||
| 	local basenames files fn x y | ||||
| 	for x in $dirs; do | ||||
| 		[ ! -d $x ] && continue | ||||
| 		for y in $x/*.conf; do | ||||
| 			[ -f $y ] && basenames="${basenames}\n${y##*/}" | ||||
| 		done | ||||
| 	done | ||||
| 	basenames=$(printf "$basenames" | sort -u) | ||||
| 	for x in $basenames; do | ||||
| 		for y in $dirs; do | ||||
| 			[ -r $y/$x ] && | ||||
| 				fn=$y/$x | ||||
| 		done | ||||
| 		files="$files $fn" | ||||
| 	done | ||||
| 	echo $files | ||||
| } | ||||
|  | ||||
| load_modules() | ||||
| { | ||||
| 	local file m modules rc x | ||||
| 	file=$1 | ||||
| 	[ -z "$file" ] && return 0 | ||||
| 	while read m x; do | ||||
| 		case $m in | ||||
| 			\;*) continue ;; | ||||
| 			\#*) continue ;; | ||||
| 			*) modules="$modules $m" | ||||
| 			;; | ||||
| 		esac | ||||
| 	done < $file | ||||
| 	for x in $modules; do | ||||
| 		ebegin "Loading module $x" | ||||
| 		case "$RC_UNAME" in | ||||
| 			FreeBSD) kldload "$x"; rc=$? ;; | ||||
| 			Linux) modprobe --use-blacklist -q "$x"; rc=$? ;; | ||||
| 			*) ;; | ||||
| 		esac | ||||
| 		eend $rc "Failed to load $x" | ||||
| 	done | ||||
| } | ||||
|  | ||||
| modules_load_d() | ||||
| { | ||||
| 	local x | ||||
| 	files=$(find_modfiles) | ||||
| 	for x in $files; do | ||||
| 		load_modules $x | ||||
| 	done | ||||
| 	return 0 | ||||
| } | ||||
|  | ||||
| FreeBSD_modules() | ||||
| { | ||||
| 	local cnt=0 x | ||||
| @@ -82,7 +137,10 @@ Linux_modules() | ||||
| start() | ||||
| { | ||||
| 	case "$RC_UNAME" in | ||||
| 		FreeBSD|Linux) ${RC_UNAME}_modules ;; | ||||
| 		FreeBSD|Linux)  | ||||
| 			modules_load_d | ||||
| 			${RC_UNAME}_modules | ||||
| 			;; | ||||
| 		*) ;; | ||||
| 	esac | ||||
| 	return 0 | ||||
|   | ||||
| @@ -13,7 +13,7 @@ description="Delays until the network is online or a specific timeout" | ||||
|  | ||||
| depend() | ||||
| { | ||||
| 	after modules | ||||
| 	after modules net | ||||
| 	need sysfs | ||||
| 	provide network-online | ||||
| 	keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -uml -vserver | ||||
|   | ||||
| @@ -15,7 +15,6 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}} | ||||
|  | ||||
| depend() | ||||
| { | ||||
| 	need localmount | ||||
| 	keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,6 @@ depend() | ||||
| 	after clock | ||||
| 	use devfs | ||||
| 	want modules | ||||
| 	need localmount | ||||
| 	keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -49,7 +49,7 @@ start() | ||||
| 	fi | ||||
| 	ebegin "Saving dependency cache" | ||||
| 	local rc=0 save= | ||||
| 	for x in shutdowntime softlevel rc.log; do | ||||
| 	for x in depconfig deptree rc.log shutdowntime softlevel; do | ||||
| 		[ -e "$RC_SVCDIR/$x" ] && save="$save $RC_SVCDIR/$x" | ||||
| 	done | ||||
| 	if [ -n "$save" ]; then | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
|  | ||||
| depend() | ||||
| { | ||||
| 	after clock | ||||
| 	after clock root | ||||
| 	before localmount | ||||
| 	keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver | ||||
| } | ||||
|   | ||||
| @@ -119,6 +119,9 @@ The amount of time, in milliseconds, s6-svc should wait for the service | ||||
| to go down when stopping the service. The default is 60000. | ||||
| .It Ar start_stop_daemon_args | ||||
| List of arguments passed to start-stop-daemon when starting the daemon. | ||||
| .It Ar supervise_daemon_args | ||||
| List of arguments passed to supervise-daemon when starting the daemon. | ||||
| If undefined, start_stop_daemon_args is used as a fallback. | ||||
| .It Ar command | ||||
| Daemon to start or stop via | ||||
| .Nm start-stop-daemon | ||||
| @@ -170,6 +173,23 @@ variable is set. | ||||
| The same thing as | ||||
| .Pa output_log | ||||
| but for the standard error output. | ||||
| .It Ar output_logger | ||||
| This is a process which will be used to log the standard output from the | ||||
| service.  If you are starting this service with | ||||
| .Xr start-stop-daemon 8 , | ||||
| ,  you must set | ||||
| .Pa command_background | ||||
| to true. Keep in mind that this command must be executable as a shell | ||||
| command inside the chroot if the | ||||
| .Pa chroot | ||||
| variable is set. Keep in mind also that this command works by accepting | ||||
| the stdout of the service on stdin. | ||||
| An example of a command that can be run this way is logger if you want | ||||
| your service output to go to syslog. | ||||
| .It Ar error_logger | ||||
| The same thing as | ||||
| .Pa output_logger | ||||
| but for the standard error output. | ||||
| .It Ar directory | ||||
| .Xr start-stop-daemon 8 | ||||
| and | ||||
| @@ -594,7 +614,7 @@ rc_net_tap1_provide="!net" | ||||
| # It's also possible to negate keywords. This is mainly useful for prefix | ||||
| # users testing OpenRC. | ||||
| rc_keyword="!-prefix" | ||||
| # This can also be used to block a script from runining in all | ||||
| # This can also be used to block a script from running in all | ||||
| # containers except one or two | ||||
| rc_keyword="!-containers !-docker" | ||||
| .Ed | ||||
|   | ||||
| @@ -20,6 +20,14 @@ | ||||
| .Ar service cmd | ||||
| .Op Ar ... | ||||
| .Nm | ||||
| .Fl d , -debug | ||||
| .Ar service cmd | ||||
| .Op Ar ... | ||||
| .Nm | ||||
| .Fl D , -nodeps | ||||
| .Ar service cmd | ||||
| .Op Ar ... | ||||
| .Nm | ||||
| .Op Fl i , -ifexists | ||||
| .Ar service cmd | ||||
| .Op Ar ... | ||||
| @@ -32,9 +40,21 @@ | ||||
| .Ar service cmd | ||||
| .Op Ar ... | ||||
| .Nm | ||||
| .Op Fl s , -ifstarted | ||||
| .Ar service cmd | ||||
| .Op Ar ... | ||||
| .Nm | ||||
| .Op Fl S , -ifstopped | ||||
| .Ar service cmd | ||||
| .Op Ar ... | ||||
| .Nm | ||||
| .Fl e , -exists | ||||
| .Ar service | ||||
| .Nm | ||||
| .Fl Z , -dry-run | ||||
| .Ar service cmd | ||||
| .Op Ar ... | ||||
| .Nm | ||||
| .Fl l , -list | ||||
| .Nm | ||||
| .Fl r , -resolve | ||||
| @@ -68,6 +88,15 @@ return 0 if it can find | ||||
| otherwise -1. | ||||
| .Fl r , -resolve | ||||
| does the same and also prints the full path of the service to stdout. | ||||
| .Pp | ||||
| .Fl d , -debug | ||||
| sets -x when running the service script(s). | ||||
| .Pp | ||||
| .Fl D , -nodeps | ||||
| ignores dependencies when running the service. | ||||
| .Pp | ||||
| .Fl Z , -dry-run | ||||
| displays commands rather than executing them. | ||||
| .Sh SEE ALSO | ||||
| .Xr openrc 8 , | ||||
| .Xr stdout 3 | ||||
|   | ||||
| @@ -131,9 +131,34 @@ Modifies the scheduling priority of the daemon. | ||||
| .It Fl 1 , -stdout Ar logfile | ||||
| Redirect the standard output of the process to logfile when started with | ||||
| .Fl background . | ||||
| Must be an absolute pathname, but relative to the path optionally given with | ||||
| The logfile Must be an absolute pathname, but relative to the path | ||||
| optionally given with | ||||
| .Fl r , -chroot . | ||||
| The logfile can also be a named pipe. | ||||
| .It Fl 2 , -stderr Ar logfile | ||||
| Redirect the standard error of the process to logfile when started with | ||||
| .Fl background . | ||||
| The logfile must be an absolute pathname, but relative to the path | ||||
| optionally given with | ||||
| .Fl r , -chroot . | ||||
| The logfile can also be a named pipe. | ||||
| .It Fl 3 , -stdout-logger Ar cmd | ||||
| Run cmd as a child process redirecting the standard output to the | ||||
| standard input of cmd when started with | ||||
| .Fl background . | ||||
| Cmd must be an absolute pathname, but relative to the path optionally given with | ||||
| .Fl r , -chroot . | ||||
| This process must be prepared to accept input on stdin and be able to | ||||
| log it or send it to another location. | ||||
| .It Fl 4 , -stderr-logger Ar cmd | ||||
| Run cmd as a child process and  | ||||
| Redirect the standard error of the process to the standard input of cmd | ||||
| when started with | ||||
| .Fl background . | ||||
| Cmd must be an absolute pathname, but relative to the path optionally given with | ||||
| .Fl r , -chroot . | ||||
| This process must be prepared to accept input on stdin and be able to | ||||
| log it or send it to another location. | ||||
| .It Fl w , -wait Ar milliseconds | ||||
| Wait | ||||
| .Ar milliseconds | ||||
| @@ -151,6 +176,7 @@ These options are only used for stopping daemons: | ||||
| .It Fl R , -retry Ar timeout | Ar signal Ns / Ns Ar timeout | ||||
| The retry specification can be either a timeout in seconds or multiple | ||||
| signal/timeout pairs (like SIGTERM/5). | ||||
| If this option is not given, the default is SIGTERM/5. | ||||
| .El | ||||
| .Sh ENVIRONMENT | ||||
| .Va SSD_IONICELEVEL | ||||
|   | ||||
| @@ -120,6 +120,7 @@ description of --respawn-max for more information. | ||||
| .It Fl R , -retry Ar timeout | Ar signal Ns / Ns Ar timeout | ||||
| The retry specification can be either a timeout in seconds or multiple | ||||
| signal/timeout pairs (like SIGTERM/5). | ||||
| If this option is not given, the default is SIGTERM/5. | ||||
| .It Fl r , -chroot Ar path | ||||
| chroot to this directory before starting the daemon. All other paths, such | ||||
| as the path to the daemon, chdir and pidfile, should be relative to the chroot. | ||||
|   | ||||
| @@ -11,3 +11,5 @@ | ||||
| # Generic definitions | ||||
|  | ||||
| include ${MK}/os-BSD.mk | ||||
|  | ||||
| CPPFLAGS+=	-D_BSD_SOURCE | ||||
|   | ||||
| @@ -13,6 +13,6 @@ | ||||
| SFX=		.GNU-kFreeBSD.in | ||||
| PKG_PREFIX?=	/usr | ||||
|  | ||||
| CPPFLAGS+=	-D_BSD_SOURCE -D_XOPEN_SOURCE=700 | ||||
| CPPFLAGS+=	-D_BSD_SOURCE | ||||
| LIBDL=		-Wl,-Bdynamic -ldl | ||||
| LIBKVM?= | ||||
|   | ||||
| @@ -11,5 +11,5 @@ | ||||
| SFX=		.GNU.in | ||||
| PKG_PREFIX?=	/usr | ||||
|  | ||||
| CPPFLAGS+=	-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -DMAXPATHLEN=4096 -DPATH_MAX=4096 | ||||
| CPPFLAGS+=	-D_DEFAULT_SOURCE -DMAXPATHLEN=4096 -DPATH_MAX=4096 | ||||
| LIBDL=		-Wl,-Bdynamic -ldl | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
| SFX=		.Linux.in | ||||
| PKG_PREFIX?=	/usr | ||||
|  | ||||
| CPPFLAGS+=	-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 | ||||
| CPPFLAGS+=	-D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L | ||||
| LIBDL=		-Wl,-Bdynamic -ldl | ||||
|  | ||||
| ifeq (${MKSELINUX},yes) | ||||
|   | ||||
| @@ -45,20 +45,20 @@ SBINDIR?=		${PREFIX}/sbin | ||||
| SBINMODE?=		0755 | ||||
|  | ||||
| INCDIR?=		${UPREFIX}/include | ||||
| INCMODE?=		0444 | ||||
| INCMODE?=		0644 | ||||
|  | ||||
| _LIBNAME_SH=		case `readlink /lib` in /lib64|lib64) echo "lib64";; *) echo "lib";; esac | ||||
| _LIBNAME:=		$(shell ${_LIBNAME_SH}) | ||||
| LIBNAME?=		${_LIBNAME} | ||||
| LIBDIR?=		${UPREFIX}/${LIBNAME} | ||||
| LIBMODE?=		0444 | ||||
| LIBMODE?=		0644 | ||||
| SHLIBDIR?=		${PREFIX}/${LIBNAME} | ||||
|  | ||||
| LIBEXECDIR?=		${PREFIX}/libexec/rc | ||||
|  | ||||
| MANPREFIX?=		${UPREFIX}/share | ||||
| MANDIR?=		${MANPREFIX}/man | ||||
| MANMODE?=		0444 | ||||
| MANMODE?=		0644 | ||||
|  | ||||
| BASHCOMPDIR?=		${UPREFIX}/share/bash-completion/completions | ||||
|  | ||||
|   | ||||
| @@ -29,7 +29,9 @@ Not using this interpreter will break the use of dependencies and is not | ||||
| supported. (iow: if you insist on using `#!/bin/sh` you're on your own) | ||||
|  | ||||
| A `depend` function declares the dependencies of this service script. | ||||
| All scripts must have start/stop/status functions, but defaults are provided and should be used unless you have a very strong reason not to use them. | ||||
| All scripts must have start/stop/status functions, but defaults are | ||||
| provided and should be used unless you have a very strong reason not to | ||||
| use them. | ||||
|  | ||||
| Extra functions can be added easily: | ||||
|  | ||||
|   | ||||
| @@ -133,11 +133,10 @@ _status() | ||||
| 	elif service_inactive; then | ||||
| 		ewarn "status: inactive" | ||||
| 		return 16 | ||||
| 	elif service_crashed; then | ||||
| 		eerror "status: crashed" | ||||
| 		return 32 | ||||
| 	elif service_started; then | ||||
| 		if service_crashed; then | ||||
| 			eerror "status: crashed" | ||||
| 			return 32 | ||||
| 		fi | ||||
| 		einfo "status: started" | ||||
| 		return 0 | ||||
| 	else | ||||
|   | ||||
| @@ -184,18 +184,17 @@ cgroup2_set_limits() | ||||
| 	cgroup_path="$(cgroup2_find_path)" | ||||
| 	[ -d "${cgroup_path}" ] || return 0 | ||||
| 	rc_cgroup_path="${cgroup_path}/${RC_SVCNAME}" | ||||
| 	local OIFS="$IFS" | ||||
| 	IFS=" | ||||
| " | ||||
| 	[ ! -d "${rc_cgroup_path}" ] && mkdir "${rc_cgroup_path}" | ||||
| 	printf "%d" 0 > "${rc_cgroup_path}/cgroup.procs" | ||||
| 	echo "${rc_cgroup_settings}" | while IFS="$OIFS" read -r key value; do | ||||
| 		[ -z "${key}" ] || [ -z "${value}" ] && continue | ||||
| 		[ ! -e "${rc_cgroup_path}/${key}" ] && continue | ||||
| 		veinfo "${RC_SVCNAME}: cgroups: ${key} ${value}" | ||||
| 		printf "%s" "${value}" > "${rc_cgroup_path}/${key}" | ||||
| 	[ -f "${rc_cgroup_path}"/cgroup.procs ] && | ||||
| 		printf 0 > "${rc_cgroup_path}"/cgroup.procs | ||||
| 	[ -z "${rc_cgroup_settings}" ] && return 0 | ||||
| 	echo "${rc_cgroup_settings}" | while read -r key value; do | ||||
| 		[ -z "${key}" ] && continue | ||||
| 		[ -z "${value}" ] && continue | ||||
| 		[ ! -f "${rc_cgroup_path}/${key}" ] && continue | ||||
| 		veinfo "${RC_SVCNAME}: cgroups: setting ${key} to ${value}" | ||||
| 		printf "%s\n" "${value}" > "${rc_cgroup_path}/${key}" | ||||
| 	done | ||||
| 	IFS="$OIFS" | ||||
| 	return 0 | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -38,6 +38,10 @@ ssd_start() | ||||
| 		service_inactive && _inactive=true | ||||
| 		mark_service_inactive | ||||
| 	fi | ||||
| 	[ -n "$output_logger" ] &&  | ||||
| 		output_logger_arg="--stdout-logger \"$output_logger\"" | ||||
| 	[ -n "$error_logger" ] &&  | ||||
| 		error_logger_arg="--stderr-logger \"$error_logger\"" | ||||
| 	#the eval call is necessary for cases like: | ||||
| 	# command_args="this \"is a\" test" | ||||
| 	# to work properly. | ||||
| @@ -47,6 +51,8 @@ ssd_start() | ||||
| 		${directory:+--chdir} $directory \ | ||||
| 		${output_log+--stdout} $output_log \ | ||||
| 		${error_log+--stderr} $error_log \ | ||||
| 		${output_logger_arg} \ | ||||
| 		${error_logger_arg} \ | ||||
| 		${procname:+--name} $procname \ | ||||
| 		${pidfile:+--pidfile} $pidfile \ | ||||
| 		${command_user+--user} $command_user \ | ||||
|   | ||||
| @@ -34,7 +34,7 @@ supervise_start() | ||||
| 		${respawn_period:+--respawn-period} $respawn_period \ | ||||
| 		${command_user+--user} $command_user \ | ||||
| 		${umask+--umask} $umask \ | ||||
| 		$supervise_daemon_args \ | ||||
| 		${supervise_daemon_args:-${start_stop_daemon_args}} \ | ||||
| 		$command \ | ||||
| 		-- $command_args $command_args_foreground | ||||
| 	rc=$? | ||||
|   | ||||
| @@ -66,9 +66,6 @@ int parse_mode(mode_t *, char *); | ||||
| /* Handy function so we can wrap einfo around our deptree */ | ||||
| RC_DEPTREE *_rc_deptree_load (int, int *); | ||||
|  | ||||
| /* Test to see if we can see pid 1 or not */ | ||||
| bool _rc_can_find_pids(void); | ||||
|  | ||||
| RC_SERVICE lookup_service_state(const char *service); | ||||
| void from_time_t(char *time_string, time_t tv); | ||||
| time_t to_time_t(char *timestring); | ||||
|   | ||||
| @@ -883,7 +883,7 @@ eindent(void) | ||||
| { | ||||
| 	char *env = getenv("EINFO_INDENT"); | ||||
| 	int amount = 0; | ||||
| 	char num[10]; | ||||
| 	char *num; | ||||
|  | ||||
| 	if (env) { | ||||
| 		errno = 0; | ||||
| @@ -894,8 +894,9 @@ eindent(void) | ||||
| 	amount += INDENT_WIDTH; | ||||
| 	if (amount > INDENT_MAX) | ||||
| 		amount = INDENT_MAX; | ||||
| 	snprintf(num, 10, "%08d", amount); | ||||
| 	xasprintf(&num, "%08d", amount); | ||||
| 	setenv("EINFO_INDENT", num, 1); | ||||
| 	free(num); | ||||
| } | ||||
| hidden_def(eindent) | ||||
|  | ||||
| @@ -903,7 +904,7 @@ void eoutdent(void) | ||||
| { | ||||
| 	char *env = getenv("EINFO_INDENT"); | ||||
| 	int amount = 0; | ||||
| 	char num[10]; | ||||
| 	char *num = NULL; | ||||
| 	int serrno = errno; | ||||
|  | ||||
| 	if (!env) | ||||
| @@ -917,8 +918,9 @@ void eoutdent(void) | ||||
| 	if (amount <= 0) | ||||
| 		unsetenv("EINFO_INDENT"); | ||||
| 	else { | ||||
| 		snprintf(num, 10, "%08d", amount); | ||||
| 		xasprintf(&num, "%08d", amount); | ||||
| 		setenv("EINFO_INDENT", num, 1); | ||||
| 		free(num); | ||||
| 	} | ||||
| 	errno = serrno; | ||||
| } | ||||
|   | ||||
| @@ -23,13 +23,13 @@ | ||||
| static bool | ||||
| pid_is_exec(pid_t pid, const char *exec) | ||||
| { | ||||
| 	char buffer[32]; | ||||
| 	char *buffer = NULL; | ||||
| 	FILE *fp; | ||||
| 	int c; | ||||
| 	bool retval = false; | ||||
|  | ||||
| 	exec = basename_c(exec); | ||||
| 	snprintf(buffer, sizeof(buffer), "/proc/%d/stat", pid); | ||||
| 	xasprintf(&buffer, "/proc/%d/stat", pid); | ||||
| 	if ((fp = fopen(buffer, "r"))) { | ||||
| 		while ((c = getc(fp)) != EOF && c != '(') | ||||
| 			; | ||||
| @@ -41,23 +41,27 @@ pid_is_exec(pid_t pid, const char *exec) | ||||
| 		} | ||||
| 		fclose(fp); | ||||
| 	} | ||||
| 	free(buffer); | ||||
| 	return retval; | ||||
| } | ||||
|  | ||||
| static bool | ||||
| pid_is_argv(pid_t pid, const char *const *argv) | ||||
| { | ||||
| 	char cmdline[32]; | ||||
| 	char *cmdline = NULL; | ||||
| 	int fd; | ||||
| 	char buffer[PATH_MAX]; | ||||
| 	char *p; | ||||
| 	ssize_t bytes; | ||||
|  | ||||
| 	snprintf(cmdline, sizeof(cmdline), "/proc/%u/cmdline", pid); | ||||
| 	if ((fd = open(cmdline, O_RDONLY)) < 0) | ||||
| 	xasprintf(&cmdline, "/proc/%u/cmdline", pid); | ||||
| 	if ((fd = open(cmdline, O_RDONLY)) < 0) { | ||||
| 		free(cmdline); | ||||
| 		return false; | ||||
| 	} | ||||
| 	bytes = read(fd, buffer, sizeof(buffer)); | ||||
| 	close(fd); | ||||
| 	free(cmdline); | ||||
| 	if (bytes == -1) | ||||
| 		return false; | ||||
|  | ||||
| @@ -88,7 +92,7 @@ rc_find_pids(const char *exec, const char *const *argv, uid_t uid, pid_t pid) | ||||
| 	char proc_ns[30]; | ||||
| 	size_t len = 0; | ||||
| 	pid_t p; | ||||
| 	char buffer[PATH_MAX]; | ||||
| 	char *buffer = NULL; | ||||
| 	struct stat sb; | ||||
| 	pid_t openrc_pid = 0; | ||||
| 	char *pp; | ||||
| @@ -149,18 +153,22 @@ rc_find_pids(const char *exec, const char *const *argv, uid_t uid, pid_t pid) | ||||
| 			continue; | ||||
| 		if (pid != 0 && pid != p) | ||||
| 			continue; | ||||
| 		snprintf(buffer, sizeof(buffer), "/proc/%d/ns/pid", p); | ||||
| 		xasprintf(&buffer, "/proc/%d/ns/pid", p); | ||||
| 		if (exists(buffer)) { | ||||
| 			rc = readlink(buffer, proc_ns, sizeof(proc_ns)); | ||||
| 			if (rc <= 0) | ||||
| 				proc_ns[0] = '\0'; | ||||
| 		} | ||||
| 		free(buffer); | ||||
| 		if (strlen(my_ns) && strlen (proc_ns) && strcmp(my_ns, proc_ns)) | ||||
| 			continue; | ||||
| 		if (uid) { | ||||
| 			snprintf(buffer, sizeof(buffer), "/proc/%d", p); | ||||
| 			if (stat(buffer, &sb) != 0 || sb.st_uid != uid) | ||||
| 			xasprintf(&buffer, "/proc/%d", p); | ||||
| 			if (stat(buffer, &sb) != 0 || sb.st_uid != uid) { | ||||
| 				free(buffer); | ||||
| 				continue; | ||||
| 			} | ||||
| 			free(buffer); | ||||
| 		} | ||||
| 		if (exec && !pid_is_exec(p, exec)) | ||||
| 			continue; | ||||
| @@ -169,9 +177,10 @@ rc_find_pids(const char *exec, const char *const *argv, uid_t uid, pid_t pid) | ||||
| 			continue; | ||||
| 		/* If this is an OpenVZ host, filter out container processes */ | ||||
| 		if (openvz_host) { | ||||
| 			snprintf(buffer, sizeof(buffer), "/proc/%d/status", p); | ||||
| 			xasprintf(&buffer, "/proc/%d/status", p); | ||||
| 			if (exists(buffer)) { | ||||
| 				fp = fopen(buffer, "r"); | ||||
| 				free(buffer); | ||||
| 				if (! fp) | ||||
| 					continue; | ||||
| 				while (! feof(fp)) { | ||||
| @@ -315,12 +324,13 @@ _match_daemon(const char *path, const char *file, RC_STRINGLIST *match) | ||||
| { | ||||
| 	char *line = NULL; | ||||
| 	size_t len = 0; | ||||
| 	char ffile[PATH_MAX]; | ||||
| 	char *ffile = NULL; | ||||
| 	FILE *fp; | ||||
| 	RC_STRING *m; | ||||
|  | ||||
| 	snprintf(ffile, sizeof(ffile), "%s/%s", path, file); | ||||
| 	xasprintf(&ffile, "%s/%s", path, file); | ||||
| 	fp = fopen(ffile, "r"); | ||||
| 	free(ffile); | ||||
|  | ||||
| 	if (!fp) | ||||
| 		return false; | ||||
| @@ -346,29 +356,22 @@ _match_list(const char *exec, const char *const *argv, const char *pidfile) | ||||
| { | ||||
| 	RC_STRINGLIST *match = rc_stringlist_new(); | ||||
| 	int i = 0; | ||||
| 	size_t l; | ||||
| 	char *m; | ||||
|  | ||||
| 	if (exec) { | ||||
| 		l = strlen(exec) + 6; | ||||
| 		m = xmalloc(sizeof(char) * l); | ||||
| 		snprintf(m, l, "exec=%s", exec); | ||||
| 		xasprintf(&m, "exec=%s", exec); | ||||
| 		rc_stringlist_add(match, m); | ||||
| 		free(m); | ||||
| 	} | ||||
|  | ||||
| 	while (argv && argv[i]) { | ||||
| 		l = strlen(*argv) + strlen("argv_=") + 16; | ||||
| 		m = xmalloc(sizeof(char) * l); | ||||
| 		snprintf(m, l, "argv_0=%s", argv[i++]); | ||||
| 		xasprintf(&m, "argv_0=%s", argv[i++]); | ||||
| 		rc_stringlist_add(match, m); | ||||
| 		free(m); | ||||
| 	} | ||||
|  | ||||
| 	if (pidfile) { | ||||
| 		l = strlen(pidfile) + 9; | ||||
| 		m = xmalloc(sizeof(char) * l); | ||||
| 		snprintf(m, l, "pidfile=%s", pidfile); | ||||
| 		xasprintf(&m, "pidfile=%s", pidfile); | ||||
| 		rc_stringlist_add(match, m); | ||||
| 		free(m); | ||||
| 	} | ||||
| @@ -381,8 +384,8 @@ rc_service_daemon_set(const char *service, const char *exec, | ||||
|     const char *const *argv, | ||||
|     const char *pidfile, bool started) | ||||
| { | ||||
| 	char dirpath[PATH_MAX]; | ||||
| 	char file[PATH_MAX]; | ||||
| 	char *dirpath = NULL; | ||||
| 	char *file = NULL; | ||||
| 	int nfiles = 0; | ||||
| 	char oldfile[PATH_MAX] = { '\0' }; | ||||
| 	bool retval = false; | ||||
| @@ -397,8 +400,7 @@ rc_service_daemon_set(const char *service, const char *exec, | ||||
| 		return false; | ||||
| 	} | ||||
|  | ||||
| 	snprintf(dirpath, sizeof(dirpath), RC_SVCDIR "/daemons/%s", | ||||
| 	    basename_c(service)); | ||||
| 	xasprintf(&dirpath, RC_SVCDIR "/daemons/%s", basename_c(service)); | ||||
|  | ||||
| 	/* Regardless, erase any existing daemon info */ | ||||
| 	if ((dp = opendir(dirpath))) { | ||||
| @@ -407,8 +409,7 @@ rc_service_daemon_set(const char *service, const char *exec, | ||||
| 			if (d->d_name[0] == '.') | ||||
| 				continue; | ||||
|  | ||||
| 			snprintf(file, sizeof(file), "%s/%s", | ||||
| 			    dirpath, d->d_name); | ||||
| 			xasprintf(&file, "%s/%s", dirpath, d->d_name); | ||||
| 			nfiles++; | ||||
|  | ||||
| 			if (!*oldfile) { | ||||
| @@ -421,6 +422,7 @@ rc_service_daemon_set(const char *service, const char *exec, | ||||
| 				rename(file, oldfile); | ||||
| 				strlcpy(oldfile, file, sizeof(oldfile)); | ||||
| 			} | ||||
| 			free(file); | ||||
| 		} | ||||
| 		closedir(dp); | ||||
| 		rc_stringlist_free(match); | ||||
| @@ -429,8 +431,7 @@ rc_service_daemon_set(const char *service, const char *exec, | ||||
| 	/* Now store our daemon info */ | ||||
| 	if (started) { | ||||
| 		if (mkdir(dirpath, 0755) == 0 || errno == EEXIST) { | ||||
| 			snprintf(file, sizeof(file), "%s/%03d", | ||||
| 			    dirpath, nfiles + 1); | ||||
| 			xasprintf(&file, "%s/%03d", dirpath, nfiles + 1); | ||||
| 			if ((fp = fopen(file, "w"))) { | ||||
| 				fprintf(fp, "exec="); | ||||
| 				if (exec) | ||||
| @@ -446,10 +447,12 @@ rc_service_daemon_set(const char *service, const char *exec, | ||||
| 				fclose(fp); | ||||
| 				retval = true; | ||||
| 			} | ||||
| 			free(file); | ||||
| 		} | ||||
| 	} else | ||||
| 		retval = true; | ||||
|  | ||||
| 	free(dirpath); | ||||
| 	return retval; | ||||
| } | ||||
| librc_hidden_def(rc_service_daemon_set) | ||||
| @@ -458,8 +461,8 @@ bool | ||||
| rc_service_started_daemon(const char *service, | ||||
|     const char *exec, const char *const *argv, int indx) | ||||
| { | ||||
| 	char dirpath[PATH_MAX]; | ||||
| 	char file[16]; | ||||
| 	char *dirpath = NULL; | ||||
| 	char *file = NULL; | ||||
| 	RC_STRINGLIST *match; | ||||
| 	bool retval = false; | ||||
| 	DIR *dp; | ||||
| @@ -468,13 +471,13 @@ rc_service_started_daemon(const char *service, | ||||
| 	if (!service || !exec) | ||||
| 		return false; | ||||
|  | ||||
| 	snprintf(dirpath, sizeof(dirpath), RC_SVCDIR "/daemons/%s", | ||||
| 	    basename_c(service)); | ||||
| 	xasprintf(&dirpath, RC_SVCDIR "/daemons/%s", basename_c(service)); | ||||
| 	match = _match_list(exec, argv, NULL); | ||||
|  | ||||
| 	if (indx > 0) { | ||||
| 		snprintf(file, sizeof(file), "%03d", indx); | ||||
| 		xasprintf(&file, "%03d", indx); | ||||
| 		retval = _match_daemon(dirpath, file, match); | ||||
| 		free(file); | ||||
| 	} else { | ||||
| 		if ((dp = opendir(dirpath))) { | ||||
| 			while ((d = readdir(dp))) { | ||||
| @@ -489,6 +492,7 @@ rc_service_started_daemon(const char *service, | ||||
| 	} | ||||
|  | ||||
| 	rc_stringlist_free(match); | ||||
| 	free(dirpath); | ||||
| 	return retval; | ||||
| } | ||||
| librc_hidden_def(rc_service_started_daemon) | ||||
|   | ||||
| @@ -237,13 +237,9 @@ static void rc_config_set_value(RC_STRINGLIST *config, char *value) | ||||
| 		if (token[i] == '\n') | ||||
| 			token[i] = 0; | ||||
|  | ||||
| 		i = strlen(entry) + strlen(token) + 2; | ||||
| 		newline = xmalloc(sizeof(char) * i); | ||||
| 		snprintf(newline, i, "%s=%s", entry, token); | ||||
| 		xasprintf(&newline, "%s=%s", entry, token); | ||||
| 	} else { | ||||
| 		i = strlen(entry) + 2; | ||||
| 		newline = xmalloc(sizeof(char) * i); | ||||
| 		snprintf(newline, i, "%s=", entry); | ||||
| 		xasprintf(&newline, "%s=", entry); | ||||
| 	} | ||||
|  | ||||
| 	replaced = false; | ||||
| @@ -300,8 +296,7 @@ static RC_STRINGLIST *rc_config_kcl(RC_STRINGLIST *config) | ||||
|  | ||||
| 		if (value != NULL) { | ||||
| 			len = varlen + strlen(value) + 2; | ||||
| 			tmp = xmalloc(sizeof(char) * len); | ||||
| 			snprintf(tmp, len, "%s=%s", override->value, value); | ||||
| 			xasprintf(&tmp, "%s=%s", override->value, value); | ||||
| 		} | ||||
|  | ||||
| 		/* | ||||
|   | ||||
| @@ -50,6 +50,7 @@ static const rc_service_state_name_t rc_service_state_names[] = { | ||||
| 	{ RC_SERVICE_HOTPLUGGED,  "hotplugged" }, | ||||
| 	{ RC_SERVICE_FAILED,      "failed" }, | ||||
| 	{ RC_SERVICE_SCHEDULED,   "scheduled"}, | ||||
| 	{ RC_SERVICE_CRASHED,     "crashed"}, | ||||
| 	{ 0, NULL} | ||||
| }; | ||||
|  | ||||
| @@ -848,6 +849,10 @@ rc_service_state(const char *service) | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	if (state & RC_SERVICE_STARTED) { | ||||
| 		if (rc_service_daemons_crashed(service) && errno != EACCES) | ||||
| 			state |= RC_SERVICE_CRASHED; | ||||
| 	} | ||||
| 	if (state & RC_SERVICE_STOPPED) { | ||||
| 		dirs = ls_dir(RC_SVCDIR "/scheduled", 0); | ||||
| 		TAILQ_FOREACH(dir, dirs, entries) { | ||||
|   | ||||
| @@ -188,7 +188,8 @@ typedef enum | ||||
| 	/* Optional states service could also be in */ | ||||
| 	RC_SERVICE_FAILED      = 0x0200, | ||||
| 	RC_SERVICE_SCHEDULED   = 0x0400, | ||||
| 	RC_SERVICE_WASINACTIVE = 0x0800 | ||||
| 	RC_SERVICE_WASINACTIVE = 0x0800, | ||||
| 	RC_SERVICE_CRASHED     = 0x1000, | ||||
| } RC_SERVICE; | ||||
|  | ||||
| /*! Add the service to the runlevel | ||||
|   | ||||
							
								
								
									
										1
									
								
								src/rc/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								src/rc/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -56,6 +56,7 @@ mark_service_inactive | ||||
| mark_service_wasinactive | ||||
| mark_service_hotplugged | ||||
| mark_service_failed | ||||
| mark_service_crashed | ||||
| rc-abort | ||||
| rc | ||||
| openrc | ||||
|   | ||||
| @@ -5,8 +5,8 @@ include ${MK}/os.mk | ||||
| SRCS=	checkpath.c do_e.c do_mark_service.c do_service.c \ | ||||
| 		do_value.c fstabinfo.c is_newer_than.c is_older_than.c \ | ||||
| 		mountinfo.c openrc-run.c rc-abort.c rc.c \ | ||||
| 		rc-depend.c rc-logger.c rc-misc.c rc-plugin.c \ | ||||
| 		rc-service.c rc-status.c rc-update.c \ | ||||
| 		rc-depend.c rc-logger.c rc-misc.c rc-pipes.c \ | ||||
| 		rc-plugin.c rc-service.c rc-status.c rc-update.c \ | ||||
| 		shell_var.c start-stop-daemon.c supervise-daemon.c swclock.c _usage.c | ||||
|  | ||||
| ifeq (${MKSELINUX},yes) | ||||
| @@ -41,6 +41,7 @@ RC_SBINPROGS=	mark_service_starting mark_service_started \ | ||||
| 		mark_service_stopping mark_service_stopped \ | ||||
| 		mark_service_inactive mark_service_wasinactive \ | ||||
| 		mark_service_hotplugged mark_service_failed \ | ||||
| 		mark_service_crashed \ | ||||
| 		rc-abort swclock | ||||
|  | ||||
| ifeq (${OS},Linux) | ||||
| @@ -123,7 +124,8 @@ is_older_than: is_older_than.o rc-misc.o | ||||
| mark_service_starting mark_service_started \ | ||||
| mark_service_stopping mark_service_stopped \ | ||||
| mark_service_inactive mark_service_wasinactive \ | ||||
| mark_service_hotplugged mark_service_failed: do_mark_service.o rc-misc.o | ||||
| mark_service_hotplugged mark_service_failed \ | ||||
| mark_service_crashed: do_mark_service.o rc-misc.o | ||||
| 	${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD} | ||||
|  | ||||
| mountinfo: mountinfo.o _usage.o rc-misc.o | ||||
| @@ -156,7 +158,7 @@ rc-service: rc-service.o _usage.o rc-misc.o | ||||
| rc-update: rc-update.o _usage.o rc-misc.o | ||||
| 	${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD} | ||||
|  | ||||
| start-stop-daemon: start-stop-daemon.o _usage.o rc-misc.o rc-schedules.o | ||||
| start-stop-daemon: start-stop-daemon.o _usage.o rc-misc.o rc-pipes.o rc-schedules.o | ||||
| 	${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD} | ||||
|  | ||||
| supervise-daemon: supervise-daemon.o _usage.o rc-misc.o rc-schedules.o | ||||
|   | ||||
| @@ -269,11 +269,13 @@ int main(int argc, char **argv) | ||||
| 		switch (opt) { | ||||
| 		case 'D': | ||||
| 			trunc = true; | ||||
| 			/* falls through */ | ||||
| 		case 'd': | ||||
| 			type = inode_dir; | ||||
| 			break; | ||||
| 		case 'F': | ||||
| 			trunc = true; | ||||
| 			/* falls through */ | ||||
| 		case 'f': | ||||
| 			type = inode_file; | ||||
| 			break; | ||||
|   | ||||
| @@ -68,9 +68,7 @@ int main(int argc, char **argv) | ||||
| 		ok = rc_service_started_daemon(service, exec, NULL, idx); | ||||
|  | ||||
| 	} else if (strcmp(applet, "service_crashed") == 0) { | ||||
| 		ok = (_rc_can_find_pids() && | ||||
| 		    rc_service_daemons_crashed(service) && | ||||
| 		    errno != EACCES); | ||||
| 		ok = ( rc_service_daemons_crashed(service) && errno != EACCES); | ||||
| 	} else | ||||
| 		eerrorx("%s: unknown applet", applet); | ||||
|  | ||||
|   | ||||
| @@ -1152,7 +1152,7 @@ int main(int argc, char **argv) | ||||
| 	} | ||||
| 	lnk = xmalloc(4096); | ||||
| 	memset(lnk, 0, 4096); | ||||
| 	if (readlink(argv[1], lnk, sizeof(lnk)-1)) { | ||||
| 	if (readlink(argv[1], lnk, 4096)) { | ||||
| 		dir = dirname(path); | ||||
| 		if (strchr(lnk, '/')) { | ||||
| 			save = xstrdup(dir); | ||||
| @@ -1268,6 +1268,9 @@ int main(int argc, char **argv) | ||||
| 		case_RC_COMMON_GETOPT | ||||
| 		} | ||||
|  | ||||
| 	if (rc_yesno(getenv("RC_NODEPS"))) | ||||
| 		deps = false; | ||||
|  | ||||
| 	/* If we're changing runlevels and not called by rc then we cannot | ||||
| 	   work with any dependencies */ | ||||
| 	if (deps && getenv("RC_PID") == NULL && | ||||
| @@ -1282,6 +1285,8 @@ int main(int argc, char **argv) | ||||
| 		unsetenv("IN_BACKGROUND"); | ||||
| 	} | ||||
|  | ||||
| 	if (rc_yesno(getenv("IN_DRYRUN"))) | ||||
| 	dry_run = true; | ||||
| 	if (rc_yesno(getenv("IN_HOTPLUG"))) { | ||||
| 		if (!service_plugable()) | ||||
| 			eerrorx("%s: not allowed to be hotplugged", applet); | ||||
|   | ||||
| @@ -87,6 +87,8 @@ write_log(int logfd, const char *buffer, size_t bytes) | ||||
| 		} | ||||
|  | ||||
| 		if (!in_escape) { | ||||
| 			if (!isprint((int) *p) && *p != '\n') | ||||
| 				goto cont; | ||||
| 			if (write(logfd, p++, 1) == -1) | ||||
| 				eerror("write: %s", strerror(errno)); | ||||
| 			continue; | ||||
|   | ||||
| @@ -51,7 +51,8 @@ rc_conf_yesno(const char *setting) | ||||
|  | ||||
| static const char *const env_whitelist[] = { | ||||
| 	"EERROR_QUIET", "EINFO_QUIET", | ||||
| 	"IN_BACKGROUND", "IN_HOTPLUG", | ||||
| 	"IN_BACKGROUND", "IN_DRYRUN", "IN_HOTPLUG", | ||||
| 	"RC_DEBUG", "RC_NODEPS", | ||||
| 	"LANG", "LC_MESSAGES", "TERM", | ||||
| 	"EINFO_COLOR", "EINFO_VERBOSE", | ||||
| 	NULL | ||||
| @@ -410,34 +411,6 @@ RC_DEPTREE * _rc_deptree_load(int force, int *regen) | ||||
| 	return rc_deptree_load(); | ||||
| } | ||||
|  | ||||
| bool _rc_can_find_pids(void) | ||||
| { | ||||
| 	RC_PIDLIST *pids; | ||||
| 	RC_PID *pid; | ||||
| 	RC_PID *pid2; | ||||
| 	bool retval = false; | ||||
|  | ||||
| 	if (geteuid() == 0) | ||||
| 		return true; | ||||
|  | ||||
| 	/* If we cannot see process 1, then we don't test to see if | ||||
| 	 * services crashed or not */ | ||||
| 	pids = rc_find_pids(NULL, NULL, 0, 1); | ||||
| 	if (pids) { | ||||
| 		pid = LIST_FIRST(pids); | ||||
| 		if (pid) { | ||||
| 			retval = true; | ||||
| 			while (pid) { | ||||
| 				pid2 = LIST_NEXT(pid, entries); | ||||
| 				free(pid); | ||||
| 				pid = pid2; | ||||
| 			} | ||||
| 		} | ||||
| 		free(pids); | ||||
| 	} | ||||
| 	return retval; | ||||
| } | ||||
|  | ||||
| static const struct { | ||||
| 	const char * const name; | ||||
| 	RC_SERVICE bit; | ||||
| @@ -450,6 +423,7 @@ static const struct { | ||||
| 	{ "service_hotplugged",  RC_SERVICE_HOTPLUGGED,  }, | ||||
| 	{ "service_wasinactive", RC_SERVICE_WASINACTIVE, }, | ||||
| 	{ "service_failed",      RC_SERVICE_FAILED,      }, | ||||
| 	{ "service_crashed",     RC_SERVICE_CRASHED,     }, | ||||
| }; | ||||
|  | ||||
| RC_SERVICE lookup_service_state(const char *service) | ||||
|   | ||||
							
								
								
									
										56
									
								
								src/rc/rc-pipes.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								src/rc/rc-pipes.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,56 @@ | ||||
| /* | ||||
|  * rc-pipes.c | ||||
|  * Helper to handle spawning processes and connecting them to pipes. | ||||
|  */ | ||||
|  | ||||
| /* | ||||
|  * Copyright (c) 2018 The OpenRC Authors. | ||||
|  * See the Authors file at the top-level directory of this distribution and | ||||
|  * https://github.com/OpenRC/openrc/blob/master/AUTHORS | ||||
|  * | ||||
|  * This file is part of OpenRC. It is subject to the license terms in | ||||
|  * the LICENSE file found in the top-level directory of this | ||||
|  * distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE | ||||
|  * This file may not be copied, modified, propagated, or distributed | ||||
|  *    except according to the terms contained in the LICENSE file. | ||||
|  */ | ||||
|  | ||||
| #include <stdlib.h> | ||||
| #include <unistd.h> | ||||
| #include <sys/types.h> | ||||
|  | ||||
| #include "rc-pipes.h" | ||||
|  | ||||
| static const int pipe_read_end = 0; | ||||
| static const int pipe_write_end = 1; | ||||
|  | ||||
| /* | ||||
|  * Starts a command with stdin redirected from a pipe | ||||
|  * Returns the write end of the pipe or -1 | ||||
|  */ | ||||
| int rc_pipe_command(char *cmd) | ||||
| { | ||||
| 	int pfd[2]; | ||||
| 	pid_t pid; | ||||
|  | ||||
| 	if (pipe(pfd) < 0) | ||||
| 		return -1; | ||||
|  | ||||
| 	pid = fork(); | ||||
| 	if (pid > 0) { | ||||
| 		/* parent */ | ||||
| 		close(pfd[pipe_read_end]); | ||||
| 		return pfd[pipe_write_end]; | ||||
| 	} else if (pid == 0) { | ||||
| 		/* child */ | ||||
| 		close(pfd[pipe_write_end]); | ||||
| 		if (pfd[pipe_read_end] != STDIN_FILENO) { | ||||
| 			if (dup2(pfd[pipe_read_end], STDIN_FILENO) < 0) | ||||
| 				exit(1); | ||||
| 			close(pfd[pipe_read_end]); | ||||
| 		} | ||||
| 		execl("/bin/sh", "sh", "-c", cmd, NULL); | ||||
| 		exit(1); | ||||
| 	} | ||||
| 	return -1; | ||||
| } | ||||
							
								
								
									
										18
									
								
								src/rc/rc-pipes.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								src/rc/rc-pipes.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| /* | ||||
|  * Copyright (c) 2018 The OpenRC Authors. | ||||
|  * See the Authors file at the top-level directory of this distribution and | ||||
|  * https://github.com/OpenRC/openrc/blob/master/AUTHORS | ||||
|  * | ||||
|  * This file is part of OpenRC. It is subject to the license terms in | ||||
|  * the LICENSE file found in the top-level directory of this | ||||
|  * distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE | ||||
|  * This file may not be copied, modified, propagated, or distributed | ||||
|  *    except according to the terms contained in the LICENSE file. | ||||
|  */ | ||||
|  | ||||
| #ifndef RC_PIPES_H | ||||
| #define RC_PIPES_H | ||||
|  | ||||
| int rc_pipe_command(char *cmd); | ||||
|  | ||||
| #endif | ||||
| @@ -29,18 +29,25 @@ | ||||
|  | ||||
| const char *applet = NULL; | ||||
| const char *extraopts = NULL; | ||||
| const char *getoptstring = "ce:ilr:IN" getoptstring_COMMON; | ||||
| const char *getoptstring = "cdDe:ilr:INsSZ" getoptstring_COMMON; | ||||
| const struct option longopts[] = { | ||||
| 	{ "debug",     0, NULL, 'd' }, | ||||
| 	{ "nodeps",     0, NULL, 'D' }, | ||||
| 	{ "exists",   1, NULL, 'e' }, | ||||
| 	{ "ifcrashed", 0, NULL, 'c' }, | ||||
| 	{ "ifexists", 0, NULL, 'i' }, | ||||
| 	{ "ifinactive", 0, NULL, 'I' }, | ||||
| 	{ "ifnotstarted", 0, NULL, 'N' }, | ||||
| 	{ "ifstarted", 0, NULL, 's' }, | ||||
| 	{ "ifstopped", 0, NULL, 'S' }, | ||||
| 	{ "list",     0, NULL, 'l' }, | ||||
| 	{ "resolve",  1, NULL, 'r' }, | ||||
| 	{ "dry-run",     0, NULL, 'Z' }, | ||||
| 	longopts_COMMON | ||||
| }; | ||||
| const char * const longopts_help[] = { | ||||
| 	"set xtrace when running the command", | ||||
| 	"ignore dependencies", | ||||
| 	"tests if the service exists or not", | ||||
| 	"if the service is crashed then run the command", | ||||
| 	"if the service exists then run the command", | ||||
| @@ -48,6 +55,7 @@ const char * const longopts_help[] = { | ||||
| 	"if the service is not started then run the command", | ||||
| 	"list all available services", | ||||
| 	"resolve the service name to an init script", | ||||
| 	"dry run (show what would happen)", | ||||
| 	longopts_help_COMMON | ||||
| }; | ||||
| const char *usagestring = ""							\ | ||||
| @@ -67,6 +75,8 @@ int main(int argc, char **argv) | ||||
| 	bool if_exists = false; | ||||
| 	bool if_inactive = false; | ||||
| 	bool if_notstarted = false; | ||||
| 	bool if_started = false; | ||||
| 	bool if_stopped = false; | ||||
|  | ||||
| 	applet = basename_c(argv[0]); | ||||
| 	/* Ensure that we are only quiet when explicitly told to be */ | ||||
| @@ -76,6 +86,12 @@ int main(int argc, char **argv) | ||||
| 		    longopts, (int *) 0)) != -1) | ||||
| 	{ | ||||
| 		switch (opt) { | ||||
| 		case 'd': | ||||
| 			setenv("RC_DEBUG", "yes", 1); | ||||
| 			break; | ||||
| 		case 'D': | ||||
| 			setenv("RC_NODEPS", "yes", 1); | ||||
| 			break; | ||||
| 		case 'e': | ||||
| 			service = rc_service_resolve(optarg); | ||||
| 			opt = service ? EXIT_SUCCESS : EXIT_FAILURE; | ||||
| @@ -112,6 +128,15 @@ int main(int argc, char **argv) | ||||
| 			free(service); | ||||
| 			return EXIT_SUCCESS; | ||||
| 			/* NOTREACHED */ | ||||
| 		case 's': | ||||
| 			if_started = true; | ||||
| 			break; | ||||
| 		case 'S': | ||||
| 			if_stopped = true; | ||||
| 			break; | ||||
| 		case 'Z': | ||||
| 			setenv("IN_DRYRUN", "yes", 1); | ||||
| 			break; | ||||
|  | ||||
| 		case_RC_COMMON_GETOPT | ||||
| 		} | ||||
| @@ -133,6 +158,10 @@ int main(int argc, char **argv) | ||||
| 		return 0; | ||||
| 	if (if_notstarted && (state & RC_SERVICE_STARTED)) | ||||
| 		return 0; | ||||
| 	if (if_started && ! (state & RC_SERVICE_STARTED)) | ||||
| 		return 0; | ||||
| 	if (if_stopped && ! (state & RC_SERVICE_STOPPED)) | ||||
| 		return 0; | ||||
| 	*argv = service; | ||||
| 	execv(*argv, argv); | ||||
| 	eerrorx("%s: %s", applet, strerror(errno)); | ||||
|   | ||||
| @@ -54,7 +54,6 @@ const char *usagestring = ""						\ | ||||
| 	"Usage: rc-status [options] <runlevel>...\n"		\ | ||||
| 	"   or: rc-status [options] [-a | -c | -l | -m | -r | -s | -u]"; | ||||
|  | ||||
| static bool test_crashed = false; | ||||
| static RC_DEPTREE *deptree; | ||||
| static RC_STRINGLIST *types; | ||||
|  | ||||
| @@ -76,7 +75,7 @@ print_level(const char *prefix, const char *level) | ||||
| 		printf("%s\n", level); | ||||
| } | ||||
|  | ||||
| static void get_uptime(const char *service, char *uptime, int uptime_size) | ||||
| static char *get_uptime(const char *service) | ||||
| { | ||||
| 	RC_SERVICE state = rc_service_state(service); | ||||
| 	char *start_count; | ||||
| @@ -88,8 +87,8 @@ static void get_uptime(const char *service, char *uptime, int uptime_size) | ||||
| 	time_t diff_hours = (time_t) 0; | ||||
| 	time_t diff_mins = (time_t) 0; | ||||
| 	time_t diff_secs = (time_t) 0; | ||||
| 	char *uptime = NULL; | ||||
|  | ||||
| 	uptime[0] = '\0'; | ||||
| 	if (state & RC_SERVICE_STARTED) { | ||||
| 		start_count = rc_service_value_get(service, "start_count"); | ||||
| 		start_time_string = rc_service_value_get(service, "start_time"); | ||||
| @@ -111,23 +110,24 @@ static void get_uptime(const char *service, char *uptime, int uptime_size) | ||||
| 				diff_secs %= diff_mins * (time_t) 60; | ||||
| 			} | ||||
| 			if (diff_days > 0) | ||||
| 				snprintf(uptime, uptime_size, | ||||
| 				xasprintf(&uptime, | ||||
| 						"%ld day(s) %02ld:%02ld:%02ld (%s)", | ||||
| 						diff_days, diff_hours, diff_mins, diff_secs, | ||||
| 						start_count); | ||||
| 			else | ||||
| 				snprintf(uptime, uptime_size, | ||||
| 				xasprintf(&uptime, | ||||
| 						"%02ld:%02ld:%02ld (%s)", | ||||
| 						diff_hours, diff_mins, diff_secs, start_count); | ||||
| 		} | ||||
| 	} | ||||
| 	return uptime; | ||||
| } | ||||
|  | ||||
| static void | ||||
| print_service(const char *service) | ||||
| { | ||||
| 	char status[60]; | ||||
| 	char uptime [40]; | ||||
| 	char *status = NULL; | ||||
| 	char *uptime = NULL; | ||||
| 	char *child_pid = NULL; | ||||
| 	char *start_time = NULL; | ||||
| 	int cols =  printf(" %s", service); | ||||
| @@ -136,42 +136,45 @@ print_service(const char *service) | ||||
| 	ECOLOR color = ECOLOR_BAD; | ||||
|  | ||||
| 	if (state & RC_SERVICE_STOPPING) | ||||
| 		snprintf(status, sizeof(status), "stopping "); | ||||
| 		xasprintf(&status, "stopping "); | ||||
| 	else if (state & RC_SERVICE_STARTING) { | ||||
| 		snprintf(status, sizeof(status), "starting "); | ||||
| 		xasprintf(&status, "starting "); | ||||
| 		color = ECOLOR_WARN; | ||||
| 	} else if (state & RC_SERVICE_INACTIVE) { | ||||
| 		snprintf(status, sizeof(status), "inactive "); | ||||
| 		xasprintf(&status, "inactive "); | ||||
| 		color = ECOLOR_WARN; | ||||
| 	} else if (state & RC_SERVICE_STARTED) { | ||||
| 		errno = 0; | ||||
| 		if (test_crashed && | ||||
| 		    rc_service_daemons_crashed(service) && | ||||
| 		    errno != EACCES) | ||||
| 		if (rc_service_daemons_crashed(service) && errno != EACCES) | ||||
| 		{ | ||||
| 			child_pid = rc_service_value_get(service, "child_pid"); | ||||
| 			start_time = rc_service_value_get(service, "start_time"); | ||||
| 			if (start_time && child_pid) | ||||
| 				snprintf(status, sizeof(status), " unsupervised "); | ||||
| 				xasprintf(&status, " unsupervised "); | ||||
| 			else | ||||
| 				snprintf(status, sizeof(status), " crashed "); | ||||
| 				xasprintf(&status, " crashed "); | ||||
| 			free(child_pid); | ||||
| 			free(start_time); | ||||
| 		} else { | ||||
| 			get_uptime(service, uptime, 40); | ||||
| 			snprintf(status, sizeof(status), " started %s", uptime); | ||||
| 			uptime = get_uptime(service); | ||||
| 			if (uptime) { | ||||
| 				xasprintf(&status, " started %s", uptime); | ||||
| 				free(uptime); | ||||
| 			} else | ||||
| 				xasprintf(&status, " started "); | ||||
| 			color = ECOLOR_GOOD; | ||||
| 		} | ||||
| 	} else if (state & RC_SERVICE_SCHEDULED) { | ||||
| 		snprintf(status, sizeof(status), "scheduled"); | ||||
| 		xasprintf(&status, "scheduled"); | ||||
| 		color = ECOLOR_WARN; | ||||
| 	} else | ||||
| 		snprintf(status, sizeof(status), " stopped "); | ||||
| 		xasprintf(&status, " stopped "); | ||||
|  | ||||
| 	errno = 0; | ||||
| 	if (c && *c && isatty(fileno(stdout))) | ||||
| 		printf("\n"); | ||||
| 	ebracket(cols, color, status); | ||||
| 	free(status); | ||||
| } | ||||
|  | ||||
| static void | ||||
| @@ -240,8 +243,6 @@ int main(int argc, char **argv) | ||||
| 	char *p, *runlevel = NULL; | ||||
| 	int opt, retval = 0; | ||||
|  | ||||
| 	test_crashed = _rc_can_find_pids(); | ||||
|  | ||||
| 	applet = basename_c(argv[0]); | ||||
| 	while ((opt = getopt_long(argc, argv, getoptstring, longopts, | ||||
| 				  (int *) 0)) != -1) | ||||
|   | ||||
| @@ -62,7 +62,7 @@ add(const char *runlevel, const char *service) | ||||
|  | ||||
| 	if (!rc_service_exists(service)) { | ||||
| 		if (errno == ENOEXEC) | ||||
| 			eerror("%s: service `%s' is not executeable", | ||||
| 			eerror("%s: service `%s' is not executable", | ||||
| 			    applet, service); | ||||
| 		else | ||||
| 			eerror("%s: service `%s' does not exist", | ||||
|   | ||||
							
								
								
									
										40
									
								
								src/rc/rc.c
									
									
									
									
									
								
							
							
						
						
									
										40
									
								
								src/rc/rc.c
									
									
									
									
									
								
							| @@ -101,7 +101,6 @@ clean_failed(void) | ||||
| { | ||||
| 	DIR *dp; | ||||
| 	struct dirent *d; | ||||
| 	size_t l; | ||||
| 	char *path; | ||||
|  | ||||
| 	/* Clean the failed services state dir now */ | ||||
| @@ -112,16 +111,11 @@ clean_failed(void) | ||||
| 				(d->d_name[1] == '.' && d->d_name[2] == '\0'))) | ||||
| 				continue; | ||||
|  | ||||
| 			l = strlen(RC_SVCDIR "/failed/") + | ||||
| 			    strlen(d->d_name) + 1; | ||||
| 			path = xmalloc(sizeof(char) * l); | ||||
| 			snprintf(path, l, RC_SVCDIR "/failed/%s", d->d_name); | ||||
| 			if (path) { | ||||
| 				if (unlink(path)) | ||||
| 					eerror("%s: unlink `%s': %s", | ||||
| 					    applet, path, strerror(errno)); | ||||
| 				free(path); | ||||
| 			} | ||||
| 			xasprintf(&path, RC_SVCDIR "/failed/%s", d->d_name); | ||||
| 			if (unlink(path)) | ||||
| 				eerror("%s: unlink `%s': %s", | ||||
| 				    applet, path, strerror(errno)); | ||||
| 			free(path); | ||||
| 		} | ||||
| 		closedir(dp); | ||||
| 	} | ||||
| @@ -391,7 +385,7 @@ static void | ||||
| handle_signal(int sig) | ||||
| { | ||||
| 	int serrno = errno; | ||||
| 	char signame[10] = { '\0' }; | ||||
| 	char *signame = NULL; | ||||
| 	pid_t pid; | ||||
| 	RC_PID *pi; | ||||
| 	int status = 0; | ||||
| @@ -422,16 +416,16 @@ handle_signal(int sig) | ||||
| 		break; | ||||
|  | ||||
| 	case SIGINT: | ||||
| 		if (!signame[0]) | ||||
| 			snprintf(signame, sizeof(signame), "SIGINT"); | ||||
| 		if (!signame) | ||||
| 			xasprintf(&signame, "SIGINT"); | ||||
| 		/* FALLTHROUGH */ | ||||
| 	case SIGTERM: | ||||
| 		if (!signame[0]) | ||||
| 			snprintf(signame, sizeof(signame), "SIGTERM"); | ||||
| 		if (!signame) | ||||
| 			xasprintf(&signame, "SIGTERM"); | ||||
| 		/* FALLTHROUGH */ | ||||
| 	case SIGQUIT: | ||||
| 		if (!signame[0]) | ||||
| 			snprintf(signame, sizeof(signame), "SIGQUIT"); | ||||
| 		if (!signame) | ||||
| 			xasprintf(&signame, "SIGQUIT"); | ||||
| 		eerrorx("%s: caught %s, aborting", applet, signame); | ||||
| 		/* NOTREACHED */ | ||||
| 	case SIGUSR1: | ||||
| @@ -512,14 +506,11 @@ runlevel_config(const char *service, const char *level) | ||||
| { | ||||
| 	char *init = rc_service_resolve(service); | ||||
| 	char *conf, *dir; | ||||
| 	size_t l; | ||||
| 	bool retval; | ||||
|  | ||||
| 	dir = dirname(init); | ||||
| 	dir = dirname(init); | ||||
| 	l = strlen(dir) + strlen(level) + strlen(service) + 10; | ||||
| 	conf = xmalloc(sizeof(char) * l); | ||||
| 	snprintf(conf, l, "%s/conf.d/%s.%s", dir, service, level); | ||||
| 	xasprintf(&conf, "%s/conf.d/%s.%s", dir, service, level); | ||||
| 	retval = exists(conf); | ||||
| 	free(conf); | ||||
| 	free(init); | ||||
| @@ -744,7 +735,7 @@ int main(int argc, char **argv) | ||||
| 	bool going_down = false; | ||||
| 	int depoptions = RC_DEP_STRICT | RC_DEP_TRACE; | ||||
| 	char *krunlevel = NULL; | ||||
| 	char pidstr[10]; | ||||
| 	char *pidstr = NULL; | ||||
| 	int opt; | ||||
| 	bool parallel; | ||||
| 	int regen = 0; | ||||
| @@ -844,8 +835,9 @@ int main(int argc, char **argv) | ||||
| 	setenv("EINFO_LOG", "openrc", 1); | ||||
|  | ||||
| 	/* Export our PID */ | ||||
| 	snprintf(pidstr, sizeof(pidstr), "%d", getpid()); | ||||
| 	xasprintf(&pidstr, "%d", getpid()); | ||||
| 	setenv("RC_PID", pidstr, 1); | ||||
| 	free(pidstr); | ||||
|  | ||||
| 	/* Create a list of all services which should be started for the new or | ||||
| 	* current runlevel including those in boot, sysinit and hotplugged | ||||
|   | ||||
| @@ -59,13 +59,14 @@ static struct pam_conv conv = { NULL, NULL}; | ||||
| #include "queue.h" | ||||
| #include "rc.h" | ||||
| #include "rc-misc.h" | ||||
| #include "rc-pipes.h" | ||||
| #include "rc-schedules.h" | ||||
| #include "_usage.h" | ||||
| #include "helpers.h" | ||||
|  | ||||
| const char *applet = NULL; | ||||
| const char *extraopts = NULL; | ||||
| const char *getoptstring = "I:KN:PR:Sa:bc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:" \ | ||||
| const char *getoptstring = "I:KN:PR:Sa:bc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:3:4:" \ | ||||
| 	getoptstring_COMMON; | ||||
| const struct option longopts[] = { | ||||
| 	{ "ionice",       1, NULL, 'I'}, | ||||
| @@ -93,6 +94,8 @@ const struct option longopts[] = { | ||||
| 	{ "exec",         1, NULL, 'x'}, | ||||
| 	{ "stdout",       1, NULL, '1'}, | ||||
| 	{ "stderr",       1, NULL, '2'}, | ||||
| 	{ "stdout-logger",1, NULL, '3'}, | ||||
| 	{ "stderr-logger",1, NULL, '4'}, | ||||
| 	{ "progress",     0, NULL, 'P'}, | ||||
| 	longopts_COMMON | ||||
| }; | ||||
| @@ -122,6 +125,8 @@ const char * const longopts_help[] = { | ||||
| 	"Binary to start/stop", | ||||
| 	"Redirect stdout to file", | ||||
| 	"Redirect stderr to file", | ||||
| 	"Redirect stdout to process", | ||||
| 	"Redirect stderr to process", | ||||
| 	"Print dots each second while waiting", | ||||
| 	longopts_help_COMMON | ||||
| }; | ||||
| @@ -162,20 +167,20 @@ handle_signal(int sig) | ||||
| { | ||||
| 	int status; | ||||
| 	int serrno = errno; | ||||
| 	char signame[10] = { '\0' }; | ||||
| 	char *signame = NULL; | ||||
|  | ||||
| 	switch (sig) { | ||||
| 	case SIGINT: | ||||
| 		if (!signame[0]) | ||||
| 			snprintf(signame, sizeof(signame), "SIGINT"); | ||||
| 		if (!signame) | ||||
| 			xasprintf(&signame, "SIGINT"); | ||||
| 		/* FALLTHROUGH */ | ||||
| 	case SIGTERM: | ||||
| 		if (!signame[0]) | ||||
| 			snprintf(signame, sizeof(signame), "SIGTERM"); | ||||
| 		if (!signame) | ||||
| 			xasprintf(&signame, "SIGTERM"); | ||||
| 		/* FALLTHROUGH */ | ||||
| 	case SIGQUIT: | ||||
| 		if (!signame[0]) | ||||
| 			snprintf(signame, sizeof(signame), "SIGQUIT"); | ||||
| 		if (!signame) | ||||
| 			xasprintf(&signame, "SIGQUIT"); | ||||
| 		eerrorx("%s: caught %s, aborting", applet, signame); | ||||
| 		/* NOTREACHED */ | ||||
|  | ||||
| @@ -194,6 +199,9 @@ handle_signal(int sig) | ||||
| 		eerror("%s: caught unknown signal %d", applet, sig); | ||||
| 	} | ||||
|  | ||||
| 	/* free signame */ | ||||
| 	free(signame); | ||||
|  | ||||
| 	/* Restore errno */ | ||||
| 	errno = serrno; | ||||
| } | ||||
| @@ -202,7 +210,6 @@ static char * | ||||
| expand_home(const char *home, const char *path) | ||||
| { | ||||
| 	char *opath, *ppath, *p, *nh; | ||||
| 	size_t len; | ||||
| 	struct passwd *pw; | ||||
|  | ||||
| 	if (!path || *path != '~') | ||||
| @@ -233,9 +240,7 @@ expand_home(const char *home, const char *path) | ||||
| 		return xstrdup(home); | ||||
| 	} | ||||
|  | ||||
| 	len = strlen(ppath) + strlen(home) + 1; | ||||
| 	nh = xmalloc(len); | ||||
| 	snprintf(nh, len, "%s%s", home, ppath); | ||||
| 	xasprintf(&nh, "%s%s", home, ppath); | ||||
| 	free(opath); | ||||
| 	return nh; | ||||
| } | ||||
| @@ -276,6 +281,8 @@ int main(int argc, char **argv) | ||||
| 	int tid = 0; | ||||
| 	char *redirect_stderr = NULL; | ||||
| 	char *redirect_stdout = NULL; | ||||
| 	char *stderr_process = NULL; | ||||
| 	char *stdout_process = NULL; | ||||
| 	int stdin_fd; | ||||
| 	int stdout_fd; | ||||
| 	int stderr_fd; | ||||
| @@ -379,6 +386,7 @@ int main(int argc, char **argv) | ||||
| 		case 'c':  /* --chuid <username>|<uid> */ | ||||
| 			/* DEPRECATED */ | ||||
| 			ewarn("WARNING: -c/--chuid is deprecated and will be removed in the future, please use -u/--user instead"); | ||||
| 			/* falls through */ | ||||
| 		case 'u':  /* --user <username>|<uid> */ | ||||
| 		{ | ||||
| 			p = optarg; | ||||
| @@ -500,6 +508,14 @@ int main(int argc, char **argv) | ||||
| 			redirect_stderr = optarg; | ||||
| 			break; | ||||
|  | ||||
| 		case '3':   /* --stdout-logger "command to run for stdout logging" */ | ||||
| 			stdout_process = optarg; | ||||
| 			break; | ||||
|  | ||||
| 		case '4':  /* --stderr-logger "command to run for stderr logging" */ | ||||
| 			stderr_process = optarg; | ||||
| 			break; | ||||
|  | ||||
| 		case_RC_COMMON_GETOPT | ||||
| 		} | ||||
|  | ||||
| @@ -551,6 +567,9 @@ int main(int argc, char **argv) | ||||
| 		if (redirect_stdout || redirect_stderr) | ||||
| 			eerrorx("%s: --stdout and --stderr are only relevant" | ||||
| 			    " with --start", applet); | ||||
| 		if (stdout_process || stderr_process) | ||||
| 			eerrorx("%s: --stdout-logger and --stderr-logger are only relevant" | ||||
| 			    " with --start", applet); | ||||
| 		if (start_wait) | ||||
| 			ewarn("using --wait with --stop has no effect," | ||||
| 			    " use --retry instead"); | ||||
| @@ -563,6 +582,15 @@ int main(int argc, char **argv) | ||||
| 		if ((redirect_stdout || redirect_stderr) && !background) | ||||
| 			eerrorx("%s: --stdout and --stderr are only relevant" | ||||
| 			    " with --background", applet); | ||||
| 		if ((stdout_process || stderr_process) && !background) | ||||
| 			eerrorx("%s: --stdout-logger and --stderr-logger are only relevant" | ||||
| 			    " with --background", applet); | ||||
| 		if (redirect_stdout && stdout_process) | ||||
| 			eerrorx("%s: do not use --stdout and --stdout-logger together", | ||||
| 					applet); | ||||
| 		if (redirect_stderr && stderr_process) | ||||
| 			eerrorx("%s: do not use --stderr and --stderr-logger together", | ||||
| 					applet); | ||||
| 	} | ||||
|  | ||||
| 	/* Expand ~ */ | ||||
| @@ -603,7 +631,6 @@ int main(int argc, char **argv) | ||||
| 		    *exec_file ? exec_file : exec); | ||||
| 		free(exec_file); | ||||
| 		exit(EXIT_FAILURE); | ||||
|  | ||||
| 	} | ||||
| 	if (start && retry) | ||||
| 		ewarn("using --retry with --start has no effect," | ||||
| @@ -661,7 +688,7 @@ int main(int argc, char **argv) | ||||
| 			parse_schedule(applet, NULL, sig); | ||||
| 		if (pidfile) { | ||||
| 			pid = get_pid(applet, pidfile); | ||||
| 			if (pid == -1) | ||||
| 			if (pid == -1 && errno != ENOENT) | ||||
| 				exit(EXIT_FAILURE); | ||||
| 		} else { | ||||
| 			pid = 0; | ||||
| @@ -886,6 +913,12 @@ int main(int argc, char **argv) | ||||
| 				eerrorx("%s: unable to open the logfile" | ||||
| 				    " for stdout `%s': %s", | ||||
| 				    applet, redirect_stdout, strerror(errno)); | ||||
| 		}else if (stdout_process) { | ||||
| 			stdout_fd = rc_pipe_command(stdout_process); | ||||
| 			if (stdout_fd == -1) | ||||
| 				eerrorx("%s: unable to open the logging process" | ||||
| 				    " for stdout `%s': %s", | ||||
| 				    applet, stdout_process, strerror(errno)); | ||||
| 		} | ||||
| 		if (redirect_stderr) { | ||||
| 			if ((stderr_fd = open(redirect_stderr, | ||||
| @@ -894,13 +927,21 @@ int main(int argc, char **argv) | ||||
| 				eerrorx("%s: unable to open the logfile" | ||||
| 				    " for stderr `%s': %s", | ||||
| 				    applet, redirect_stderr, strerror(errno)); | ||||
| 		}else if (stderr_process) { | ||||
| 			stderr_fd = rc_pipe_command(stderr_process); | ||||
| 			if (stderr_fd == -1) | ||||
| 				eerrorx("%s: unable to open the logging process" | ||||
| 				    " for stderr `%s': %s", | ||||
| 				    applet, stderr_process, strerror(errno)); | ||||
| 		} | ||||
|  | ||||
| 		if (background) | ||||
| 			dup2(stdin_fd, STDIN_FILENO); | ||||
| 		if (background || redirect_stdout || rc_yesno(getenv("EINFO_QUIET"))) | ||||
| 		if (background || redirect_stdout || stdout_process | ||||
| 				|| rc_yesno(getenv("EINFO_QUIET"))) | ||||
| 			dup2(stdout_fd, STDOUT_FILENO); | ||||
| 		if (background || redirect_stderr || rc_yesno(getenv("EINFO_QUIET"))) | ||||
| 		if (background || redirect_stderr || stderr_process | ||||
| 				|| rc_yesno(getenv("EINFO_QUIET"))) | ||||
| 			dup2(stderr_fd, STDERR_FILENO); | ||||
|  | ||||
| 		for (i = getdtablesize() - 1; i >= 3; --i) | ||||
|   | ||||
| @@ -186,7 +186,6 @@ static void handle_signal(int sig) | ||||
| static char * expand_home(const char *home, const char *path) | ||||
| { | ||||
| 	char *opath, *ppath, *p, *nh; | ||||
| 	size_t len; | ||||
| 	struct passwd *pw; | ||||
|  | ||||
| 	if (!path || *path != '~') | ||||
| @@ -217,9 +216,7 @@ static char * expand_home(const char *home, const char *path) | ||||
| 		return xstrdup(home); | ||||
| 	} | ||||
|  | ||||
| 	len = strlen(ppath) + strlen(home) + 1; | ||||
| 	nh = xmalloc(len); | ||||
| 	snprintf(nh, len, "%s%s", home, ppath); | ||||
| 	xasprintf(&nh, "%s%s", home, ppath); | ||||
| 	free(opath); | ||||
| 	return nh; | ||||
| } | ||||
| @@ -232,8 +229,8 @@ static char *make_cmdline(char **argv) | ||||
|  | ||||
| 	for (c = argv; c && *c; c++) | ||||
| 		len += (strlen(*c) + 1); | ||||
| 	cmdline = xmalloc(len); | ||||
| 	memset(cmdline, 0, len); | ||||
| 	cmdline = xmalloc(len+1); | ||||
| 	memset(cmdline, 0, len+1); | ||||
| 	for (c = argv; c && *c; c++) { | ||||
| 		strcat(cmdline, *c); | ||||
| 		strcat(cmdline, " "); | ||||
| @@ -510,7 +507,7 @@ static void supervisor(char *exec, char **argv) | ||||
| 					first_spawn = 0; | ||||
| 				} else | ||||
| 					respawn_count++; | ||||
| 				if (respawn_count >= respawn_max) { | ||||
| 				if (respawn_count > respawn_max) { | ||||
| 					syslog(LOG_WARNING, | ||||
| 							"respawned \"%s\" too many times, exiting", exec); | ||||
| 					exiting = true; | ||||
| @@ -863,10 +860,13 @@ int main(int argc, char **argv) | ||||
| 		varbuf = NULL; | ||||
| 		xasprintf(&varbuf, "%i", respawn_delay); | ||||
| 		rc_service_value_set(svcname, "respawn_delay", varbuf); | ||||
| 		free(varbuf); | ||||
| 		xasprintf(&varbuf, "%i", respawn_max); | ||||
| 		rc_service_value_set(svcname, "respawn_max", varbuf); | ||||
| 		free(varbuf); | ||||
| 		xasprintf(&varbuf, "%i", respawn_period); | ||||
| 		rc_service_value_set(svcname, "respawn_period", varbuf); | ||||
| 		free(varbuf); | ||||
| 		child_pid = fork(); | ||||
| 		if (child_pid == -1) | ||||
| 			eerrorx("%s: fork: %s", applet, strerror(errno)); | ||||
| @@ -894,6 +894,7 @@ int main(int argc, char **argv) | ||||
| 			} | ||||
| 			xasprintf(&varbuf, "%d", x); | ||||
| 				rc_service_value_set(svcname, "argc", varbuf); | ||||
| 				free(varbuf); | ||||
| 			rc_service_value_set(svcname, "exec", exec); | ||||
| 			supervisor(exec, argv); | ||||
| 		} else | ||||
|   | ||||
| @@ -90,8 +90,8 @@ the service script by hand. | ||||
|  | ||||
| FIXME: Document stacked runlevels | ||||
|  | ||||
| The default startup uses the runlevels `boot`, `sysinit` and `default`, in that  | ||||
| order. Shutdown uses the `shutdown` runlevel. | ||||
| The default startup uses the runlevels `sysinit`, `boot`, and `default`, | ||||
| in that order. Shutdown uses the `shutdown` runlevel. | ||||
|  | ||||
| # The Magic of `conf.d` | ||||
|  | ||||
| @@ -162,7 +162,6 @@ stopped, by using: | ||||
| The `rc_cgroup_cleanup` setting can be changed to yes to make this | ||||
| happen automatically when the service is stopped. | ||||
|  | ||||
|  | ||||
| # Caching | ||||
|  | ||||
| For performance reasons OpenRC keeps a cache of pre-parsed service metadata | ||||
|   | ||||
		Reference in New Issue
	
	Block a user