telnetd: operation upon 3 telnet login failures

2019-09-01 Thread Zvi Vered
Hello, I'm using busybox 1.25.1 for x86(32) telnetd is used as telnet server. Upon 3 login failures, I want to run something. I think the 3 trials are handled in loginutils\login.c, line 525 Is there an elegant way doing this? Thank you, Zvika ___ bus

process priority under busybox

2017-07-11 Thread Zvi Vered
Hello, How can I watch process priority under busybox ? Thank you, Zvika ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Re: Busybox 1.20.2 for linux-64

2016-02-16 Thread Zvi Vered
Siach Sent: Tuesday, February 16, 2016 7:56 AM To: Zvi Vered Cc: busybox@busybox.net Subject: Re: Busybox 1.20.2 for linux-64 Hi Zvi, On Tue, Feb 16, 2016 at 04:29:37AM +0200, Zvi Vered wrote: I’m using busybox 1.20.2 with vanilla 3.4.38 compiled with ARCH=x86. Now I compiled the same kernel with

Busybox 1.20.2 for linux-64

2016-02-15 Thread Zvi Vered
Hello, I’m using busybox 1.20.2 with vanilla 3.4.38 compiled with ARCH=x86. Now I compiled the same kernel with ARCH=x86_64 with a crosstool-ng toolchain created for x86_64 Should I compile busybox with ARCH=x86_64 ? When I compiled busybox with the same x86_64 toolchain and ran the system I g

busybox 1.14.2: rmmod is not working

2011-02-17 Thread Zvi Vered
Hello, I'm using busybox 1.14.2 with vanilla kernel 2.6.27.35 When I tried : rmmod rcm.ko I got the following message: rmmod: chdir (2.6.27.35): No such file or directory rcm.ko is a module I inserted using insmode. The location of rcm.ko is /home/root What can be the reason for this error ?

1.14.2: Problem in rtcwake

2011-01-12 Thread Zvi Vered
Hello, I'm using busybox 1.14.2 under vanilla linux 2.6.27.35 on Pentium-M board. I''m trying to run "rtcwake" to put the CPU to sleep: When I tried: rtcwake -s 10 -m standby I got: wakeup from "standby" at Thu Jan 1 01:45:31 1970 rtcwake: short write When I tried: rtcwake -s 10 -m mem I got:

Change gateway using ifconfig

2010-06-07 Thread Zvi Vered
Hi, How can I change the default gateway using busybox' ifconfig ? Thanks. ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

install ncurses on busybox

2010-01-09 Thread Zvi Vered
Hi all, I want to run htop on a busybox system. But I have to install ncurses first. So I compiled and installed ncurses 5.7 with same toolchain used for compiling busybox. When I tried to run htop I got: Unable to open terminal :linux in /share/terminfo/l there is a file: linux Any one tried