OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kdump
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kdump/lib/
test.sh
197
echo "ext3 ${EXT3_PART}" >/etc/
kdump
.conf
199
echo "core_collector makedumpfile ${MAKE_OPTIONS}" >>/etc/
kdump
.conf
201
/etc/init.d/
kdump
restart
206
echo "ext3 LABEL=${EXT3_LABEL}" >/etc/
kdump
.conf
208
echo "core_collector makedumpfile ${MAKE_OPTIONS}" >>/etc/
kdump
.conf
210
/etc/init.d/
kdump
restart
215
echo "ext3 UUID=${EXT3_UID}" >/etc/
kdump
.conf
217
echo "core_collector makedumpfile ${MAKE_OPTIONS}" >>/etc/
kdump
.conf
219
/etc/init.d/
kdump
restart
224
echo "raw ${RAW_PART}" >/etc/
kdump
.con
[
all
...]
/external/ltp/testcases/
Makefile
28
# 1.
kdump
shouldn't be compiled by default, because it's runtime based and
31
FILTER_OUT_DIRS :=
kdump
/external/ltp/testcases/kdump/
runkdump.sh
13
cat <<EOF >
kdump
.cron
17
@reboot cd "$(pwd)"; cd ..; ${0} >>/tmp/
kdump
-$(date +%F-%T).log 2>&1
20
crontab
kdump
.cron
43
echo "Start
kdump
daemon."
44
/etc/init.d/
kdump
restart
46
echo "Enable
kdump
daemon by default."
49
/sbin/chkconfig
kdump
on
53
/sbin/update-rc.d
kdump
defaults
Completed in 510 milliseconds