-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathkerneloops.conf
More file actions
41 lines (35 loc) · 1.15 KB
/
kerneloops.conf
File metadata and controls
41 lines (35 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Configuration file for the kerneloops.org kernel crash collector
#
#
# Set the following variable to "yes" if you want to automatically
# submit your oopses to the database for use by your distribution or the
# Linux kernel developers
#
#
# PRIVACY NOTE
# Enabling this option will cause your system to submit certain kernel
# output to the kerneloops.org website, where it will be available via
# this website to developers and everyone else.
# The submitted info are so-called "oopses", kernel crash signature.
# However, due to the nature of oopses, it may happen that a few
# surrounding lines of the oops in the "dmesg" are being sent together
# with the oops.
#
# Default is "ask" which uses a UI application t ask the user for permission
#
allow-submit = ask
#
# Set the following variable to "yes" if you want to allow your
# Linux distribution vendor to pass the oops on to the central kerneloops.org
# database as used by the Linux kernel developers
#
allow-pass-on = yes
#
# URL for submitting the oopses
#
submit-url = http://submit.kerneloops.org/submitoops.php
#
# Path to syslog file containing full kernel logging output
#
log-file = /var/log/messages