Re: [OpenWrt-Devel] Using kdump... persistent logs, etc.

2017-02-23 Thread Philip Prindeville
Thanks for that. > On Feb 22, 2017, at 11:44 PM, Syrone Wong wrote: > > According to LEDE's source code: > > config KERNEL_CRASHLOG > bool "Crash logging" > depends on !(arm || powerpc || sparc || TARGET_uml || i386 || x86_64) > default y > > https://github.com/lede-project/source/blob/mas

Re: [OpenWrt-Devel] Using kdump... persistent logs, etc. (Syrone Wong)

2017-02-23 Thread Martin Tippmann
On Thu, Feb 23, 2017 at 12:13 PM, Bernie McIntosh wrote: >> Hi, >> >> Has anyone managed to use kdump with OpenWRT/LEDE? >> >> I have a box which periodically panics, and since /var is a link to /tmp/ >> there are no persistent logs. Which reminds me: is it safe to configure a >> third partitio

Re: [OpenWrt-Devel] Using kdump... persistent logs, etc. (Syrone Wong)

2017-02-23 Thread David Lang
If you run into problems configuring rsyslog, we have a fairly active mailing list at rsyslog-users , or ask questions here and I'll be happy to answer them. David Lang ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openw

Re: [OpenWrt-Devel] Using kdump... persistent logs, etc. (Syrone Wong)

2017-02-23 Thread Bernie McIntosh
> Hi, > > Has anyone managed to use kdump with OpenWRT/LEDE? > > I have a box which periodically panics, and since /var is a link to /tmp/ > there are no persistent logs. Which reminds me: is it safe to configure a > third partition on my CF card, format it as ext3, and mount that as /var/log >

Re: [OpenWrt-Devel] Using kdump... persistent logs, etc.

2017-02-22 Thread Syrone Wong
According to LEDE's source code: config KERNEL_CRASHLOG bool "Crash logging" depends on !(arm || powerpc || sparc || TARGET_uml || i386 || x86_64) default y https://github.com/lede-project/source/blob/master/config/Config-kernel.in It is enabled by default on some targets and will be avail

[OpenWrt-Devel] Using kdump... persistent logs, etc.

2017-02-22 Thread Philip Prindeville
Hi, Has anyone managed to use kdump with OpenWRT/LEDE? I have a box which periodically panics, and since /var is a link to /tmp/ there are no persistent logs. Which reminds me: is it safe to configure a third partition on my CF card, format it as ext3, and mount that as /var/log in /etc/fstab