Port details |
- panicmail Automatically report kernel panics
- 1.1 sysutils =12 1.1Version of this port present on the latest quarterly branch.
- Maintainer: cperciva@FreeBSD.org
- Port Added: 2013-11-04 08:57:17
- Last Update: 2021-09-30 21:23:30
- Commit Hash: 620968a
- People watching this port, also watch:: subversion, pkg, openssl, sqlite3, git
- License: BSD2CLAUSE
- Description:
- When rebooting after a panic, send an encrypted email containing basic
dump metadata along with a kernel backtrace, in order to assist FreeBSD
developers in identifying and fixing common panics.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- panicmail>0:sysutils/panicmail
- To install the port:
- cd /usr/ports/sysutils/panicmail/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/panicmail
- pkg install panicmail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: panicmail
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1530403849
SHA256 (panicmail-1.1.tar.gz) = 44f5fee8838c5dfaf8f1e1569fb0d92fe6408657b8fb67720429a78e8a2cbeda
SIZE (panicmail-1.1.tar.gz) = 2967
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- pkesh : security/pkesh
- gdb : devel/gdb
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_panicmail
- pkg-message:
- For install:
- To enable sending of panic reports, add
dumpdev="AUTO"
panicmail_enable="YES"
to your /etc/rc.conf.
By default panic reports will be sent to root with instructions to forward
them if they do not contain any sensitive information. To automatically
submit panic reports directly, add
panicmail_autosubmit="YES"
to your /etc/rc.conf in addition.
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
1.1 01 Jul 2018 06:24:18 |
antoine |
Do not include bsd.port.mk twice |
1.1 01 Jul 2018 00:12:20 |
cperciva |
Update to 1.1. Add dependency on devel/gdb for FreeBSD versions which
don't have gdb installed as part of the base system.
Submitted by: sbruno |
1.0 29 Dec 2016 12:41:04 |
mat |
Cleanup NO_BUILD and NO_INSTALL usage.
Sponsored by: Absolight |
1.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.0 11 Dec 2014 00:40:17 |
feld |
Update "BSD" license in sysutils category |
1.0 04 Nov 2013 23:51:10 |
cperciva |
People running -STABLE or -RELEASE need to enable crash dumps in order
for panicmail to have something to submit... I forgot it was turned off
by default there. |
1.0 04 Nov 2013 08:57:06 |
cperciva |
When rebooting after a panic, send an encrypted email containing basic
dump metadata along with a kernel backtrace, in order to assist FreeBSD
developers in identifying and fixing common panics.
Discussed on: freebsd-hackers |
Number of commits found: 11
|