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
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
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
> 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
>
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
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