Lines Matching +full:only +full:- +full:1 +full:- +full:8 +full:v
7 .\" 1. Redistributions of source code must retain the above copyright
38 .Op Fl v
47 .Op Fl v
57 .Op Fl v
60 .Op Fl v
90 .Bl -tag -width _k_pubkey
113 A random, one-time symmetric key is automatically generated for bulk kernel
121 pubkey-encrypted symmetric key contents, and the symmetric key encrypted core
124 As a result, only someone with the corresponding private key can decrypt the symmetric key.
130 file should be a PEM-formatted RSA key of at least 2048 bits.
136 .Dq aes256-cbc
138 (AES256-CBC mode does not work in conjunction with compression.)
142 .It Fl v
148 Only one compression method may be enabled at a time, so
158 .Xr netdumpd 8
161 .Xr netdumpd 8
178 .Bl -tag -width _g_gateway
184 The first-hop router between
202 .Xr netdumpd 8
212 Mini crash dumps hold only memory pages in use by the kernel.
215 .Xr sysctl 8
229 .Xr sysctl 8
233 .Xr sysctl 8
235 .Bl -tag -width "machdep.dump_retry_count"
238 Possible values are 0 for a full crash dump or 1 for a minidump.
243 This sysctl is only supported on PowerPC and AMD64.
250 .Xr loader 8
257 .Xr genrsa 1
260 .Dl # openssl genrsa -out private.pem 4096
263 .Xr rsa 1
266 .Dl # openssl rsa -in private.pem -out public.pem -pubout
276 .Dl # dumpon -k public.pem /dev/ada0s1b
284 .Dl # sysctl debug.kdb.panic=1
293 .Xr savecore 8
310 .Xr savecore 8 ) .
314 .Xr decryptcore 8
317 .Dl # decryptcore -p private.pem -k key.# -e vmcore_encrypted.# -c vmcore.#
321 .Dl # decryptcore -p private.pem -n #
326 .Xr kgdb 1 Pq Pa ports/devel/gdb :
332 .Dl # kgdb -n #
335 .Xr kgdb 1 Pq Pa ports/devel/gdb
340 .Xr sysctl 8 .
344 .Xr rc 8
352 .Xr dhclient 8
354 .Xr dhclient-script 8
360 .Pa /etc/dhclient-exit-hooks .
361 .Bd -literal
364 if [ "$interface" != vtnet0 ] || [ -n "$old_ip_address" -a \\
368 if [ -n "$new_routers" ]; then
370 gateway_flag="-g ${new_routers%% *}"
372 # Configure as the highest-priority dump device.
373 dumpon -i 0 -c $new_ip_address -s $server $gateway_flag vtnet0
381 .Xr gzip 1 ,
382 .Xr kgdb 1 Pq Pa ports/devel/gdb ,
383 .Xr zstd 1 ,
388 .Xr config 8 ,
389 .Xr decryptcore 8 ,
390 .Xr init 8 ,
391 .Xr loader 8 ,
392 .Xr rc 8 ,
393 .Xr savecore 8 ,
394 .Xr sysctl 8 ,
395 .Xr swapon 8 ,
432 .Xr netdumpd 8
445 Netdump only supports IPv4 at this time.