uawdijnntqw1x1x1
IP : 216.73.216.215
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
.
/
.
/
..
/
lib
/
init
/
swap-functions.sh
/
/
# # Functions that assist in turning on swap. # # $1 is a string used to log the type of swap expected to be activated swaponagain() { # # Execute swapon command again to pick up any swap partitions # that have shown up since the last swapon. # # Ignore 255 status due to swap already being enabled # if [ "$NOSWAP" = yes ] then [ "$VERBOSE" = no ] || log_warning_msg "Not activating swap as requested via bootoption noswap." else if [ "$VERBOSE" = no ] then log_action_begin_msg "Activating $1 swap" swapon -a -e 2>/dev/null || : # Stifle "Device or resource busy" log_action_end_msg 0 else log_daemon_msg "Will now activate $1 swap" swapon -a -e -v log_action_end_msg $? fi fi }
/var/././../lib/init/swap-functions.sh