Re: [OpenWrt-Devel] procd/inittab with a delayed console

2015-01-09 Thread Stam, Michel [FINT]
Hello Owen, I was wondering, is the kernel driver for your console not placed in /etc/modules-boot.d ? /sbin/init executes procd, but prior to doing this executes kmodloader to load all modules in /etc/modules-boot.d. If your module is mentioned in this directory, this should load your console

Re: [OpenWrt-Devel] [PATCH v2] mac80211: remove error from detect script

2014-10-09 Thread Stam, Michel [FINT]
Good one Felix, I'll fix that and re-post. Kind regards, Michel Stam -Original Message- From: Felix Fietkau [mailto:n...@openwrt.org] Sent: Wednesday, October 08, 2014 19:07 PM To: Stam, Michel [FINT]; openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH v2] mac80211

Re: [OpenWrt-Devel] [PATCH v2] mac80211: remove error from detect script

2014-10-08 Thread Stam, Michel [FINT]
- From: Michel Stam [mailto:m.s...@fugro.nl] Sent: Wednesday, October 08, 2014 15:54 PM To: openwrt-devel@lists.openwrt.org Cc: j...@openwrt.org; blo...@openwrt.org; Stam, Michel [FINT] Subject: [PATCH v2] mac80211: remove error from detect script Signed-off-by: Michel Stam m.s...@fugro.nl

Re: [OpenWrt-Devel] [PATCH procd] Add ctrlaltdel handler to procd

2014-10-07 Thread Stam, Michel [FINT]
-devel@lists.openwrt.org Cc: Stam, Michel [FINT] Subject: [PATCH procd] Add ctrlaltdel handler to procd Procd, up until now, did not support the ctrlaltdel handler. Thus, the system would immediately reboot upon the three-finger salute, and no shutdown scripts would be run. This patch adds

Re: [OpenWrt-Devel] [PATCH procd] Add ctrlaltdel handler to procd

2014-10-07 Thread Stam, Michel [FINT]
wiser to discuss this first, then implement it. Kind regards, Michel Stam -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Stam, Michel [FINT] Sent: Tuesday, October 07, 2014 17:08 PM To: openwrt-devel@lists.openwrt.org; John Crispin

Re: [OpenWrt-Devel] [PATCH procd 3/8] Fix curses applications towork with procd

2014-10-06 Thread Stam, Michel [FINT]
for the remark. Kind regards, Michel Stam -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Stam, Michel [FINT] Sent: Friday, October 03, 2014 17:23 PM To: Gert Doering Cc: openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel

Re: [OpenWrt-Devel] [PATCH procd 7/8] Show the shutdown sequence on the active virtual terminal

2014-10-06 Thread Stam, Michel [FINT]
Hello John, We have a tty0 (our board happened to have an x86 processor), the situation is no different when you're running this with the console port on the serial port of a router board. The presence of the VT in the kernel determines if tty0 actually exists. So point taken, I had not taken

Re: [OpenWrt-Devel] [PATCH procd 2/8] Log startup/shutdown toconsole

2014-10-06 Thread Stam, Michel [FINT]
startup/shutdown toconsole On 06/10/2014 15:12, Stam, Michel [FINT] wrote: Hello John, A single printf would not work; it seems to work if it is a fprintf to stderr. The problem with regular printfs is that if someone presses CTRL-S /scroll lock on the console, they can effectively block

Re: [OpenWrt-Devel] [PATCH procd 7/8] Show the shutdown sequence on the active virtual terminal

2014-10-06 Thread Stam, Michel [FINT]
Subject: Re: [OpenWrt-Devel] [PATCH procd 7/8] Show the shutdown sequence on the active virtual terminal On 06/10/2014 15:24, Stam, Michel [FINT] wrote: Hello John, We have a tty0 (our board happened to have an x86 processor), the situation is no different when you're running

Re: [OpenWrt-Devel] [PATCH 2/3] busybox: allow own class B range to be used for zeroconf

2014-10-03 Thread Stam, Michel [FINT]
[mailto:n...@openwrt.org] Sent: Friday, October 03, 2014 0:04 AM To: Stam, Michel [FINT]; openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH 2/3] busybox: allow own class B range to be used for zeroconf On 2014-10-02 15:41, Michel Stam wrote: 169.254 may be used by local networks

Re: [OpenWrt-Devel] [PATCH] base-files: remove a 'not found' error message during system boot

2014-10-03 Thread Stam, Michel [FINT]
Hello Jo, I was not aware of this option, must have overlooked it. I will fix the patch and resubmit it. Kind regards, Michel Stam ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH procd 3/8] Fix curses applications to work with procd

2014-10-03 Thread Stam, Michel [FINT]
...@greenie.muc.de] Sent: Friday, October 03, 2014 16:16 PM To: Stam, Michel [FINT] Cc: openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH procd 3/8] Fix curses applications to work with procd Hi, On Thu, Oct 02, 2014 at 02:56:18PM +0200, Michel Stam wrote: The problem was caused

Re: [OpenWrt-Devel] [PATCH ubox] Use different loglevels

2014-10-02 Thread Stam, Michel [FINT]
Hey Karl, I agree that verbose in the macro would be an option, although by then you're re-implementing the syslog priorities in macros. Also, currently the verbose argument is only used in deps_available( ), which would mean implementing the verbose parameter throughout the kmodloader.c source.