Re: Applets send errors to syslog during normal, successful operation

2017-11-30 Thread Tito
On 11/30/2017 08:26 PM, Deweloper wrote: > Hi > > Many applets are daemons (or can be run as daemons) and send messages to > syslog. The problem is that the messages don't have accurate, individually > assigned severity; they are all LOG_ERR. Effectively, system administrator > sees > a lot of

Applets send errors to syslog during normal, successful operation

2017-11-30 Thread Deweloper
Hi Many applets are daemons (or can be run as daemons) and send messages to syslog. The problem is that the messages don't have accurate, individually assigned severity; they are all LOG_ERR. Effectively, system administrator sees a lot of ERRORs in the log even when everything goes well. It

Re: BusyBox built-in shell (ash)

2017-11-30 Thread tiggersWelt.net (Support)
Am 30.11.2017 um 14:59 schrieb A.W.C.: > But 'mount' command not available too: > > # mount > mount: no /proc/mounts That's not true. Mount is just unable to list current mounts because proc is not available. Just try # mount -t proc proc /proc # mount -- \\\||/// \\ - - // (

Re: BusyBox built-in shell (ash)

2017-11-30 Thread A.W.C.
But 'mount' command not available too: # mount mount: no /proc/mounts Also, file system used is readonly: VFS: Mounted root (squashfs filesystem) readonly. Regards, A.W.C. On Thu, 11/30/17, Mattias Schlenker wrote:

Re: BusyBox built-in shell (ash)

2017-11-30 Thread Mattias Schlenker
Am 30.11.2017 um 14:13 schrieb A.W.C.: Hello, Linux embedded file system (Linux v. 2.6.26.5) running on raw NAND flash, and use Full Image's RootFS. I need to access to linux shell when Linux kernel is fully loaded U-Boot> setenv bootargs console=ttyS1,115200n8 rootfstype=squashfs noalign

BusyBox built-in shell (ash)

2017-11-30 Thread A.W.C.
Hello, Linux embedded file system (Linux v. 2.6.26.5) running on raw NAND flash, and use Full Image's RootFS. I need to access to linux shell when Linux kernel is fully loaded U-Boot> setenv bootargs console=ttyS1,115200n8 rootfstype=squashfs noalign half_image=0 verify=y single init=/bin/sh

Re: nanddump syntax

2017-11-30 Thread Baruch Siach
Hi A.W.C, On Thu, Nov 30, 2017 at 11:34:13AM +, A.W.C. wrote: > BusyBox v1.10.2 (2015-09-06 10:58:05 CST) built-in shell (ash) > I am in Busybox emergency shell, where Linux kernel is not fully loaded, and > MTD devices are not set. The nanddump Busybox applet has only been introduced in

nanddump syntax

2017-11-30 Thread A.W.C.
Hi, BusyBox v1.10.2 (2015-09-06 10:58:05 CST) built-in shell (ash) I am in Busybox emergency shell, where Linux kernel is not fully loaded, and MTD devices are not set. what is correct syntax to use nanddump dump do dump contecnt of nand partition? >From the kernel log at boot time, there

nanddump syntax

2017-11-30 Thread A.W.C.
Hi, BusyBox v1.10.2 (2015-09-06 10:58:05 CST) built-in shell (ash) I am in Busybox emergency shell, where Linux kernel is not fully loaded, and MTD devices are not set. what is correct syntax to use nanddump dump do dump contecnt of nand partition? >From the kernel log at boot time, there

IPv6 support for ftpget and ftpput commands

2017-11-30 Thread Anand Gurram
Hi, Current FTP client commands in busybox doesn't have support for IPv6 which is handled by EPSV mode. The default ftpget and ftpput commands support only PASV mode. I am using busybox version 1-22-1, but I didn't find any code supporting EPSV in latest version also. Is there any plan for