Re: [Fwd: Fwd: [PATCH] ntpd not adjusting clock after a step backward in time]

2014-01-13 Thread Maxim Naumov
true, this is a much better solution. I tested the new change below, and it works as expected. here's the new patch: --- diff --git a/networking/ntpd.c b/networking/ntpd.c index ed83415..6bee289 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -1434,6 +1434,7 @@

Fwd:

2014-01-13 Thread Denys Vlasenko
-- Forwarded message -- From: Dax Christian mrdchrist...@gmail.com Date: Mon, Jan 13, 2014 at 1:46 AM Subject: To: vda.li...@googlemail.com Please help I am unable to get any bu7sybox to install on my asus fonep0ad ___ busybox mailing

Re: DHCP option 82 /w WAP in client bridge mode

2014-01-13 Thread Denys Vlasenko
On Wed, Jan 1, 2014 at 5:47 AM, Anthony Hoppe anthony.ho...@gmail.com wrote: I have an EnGenius EOC1650 WAP that's running BusyBox v1.00-pre10. I am using this WAP in client bridge mode and am having trouble with DHCP passing through to the clients behind the wireless bridge. Basically, when

Re: [PATCH] I2C bus fake enumeration applet lsi2c

2014-01-13 Thread Denys Vlasenko
On Fri, Jan 10, 2014 at 7:56 AM, ali...@she-devel.com wrote: From: Alison Chaiken alison_chai...@mentor.com You need to write some patch description. For example, I did not find any commonly known tool named lsi2c. busybox usually does not add completely new tools, it is intended to implement

Re: problem: crond silently dies / busybox v1.19.4

2014-01-13 Thread Denys Vlasenko
On Sat, Dec 21, 2013 at 8:03 PM, Bastian Bittorf bitt...@bluebottle.com wrote: one idea is to start crond with 'ulimit -c unlimited', for getting a crashdump. what else i can do? You can, say, run crond under strace -tt -s99, save the log and check what's there when it dies.

Re: problem: crond silently dies / busybox v1.19.4

2014-01-13 Thread Bastian Bittorf
* Denys Vlasenko vda.li...@googlemail.com [13.01.2014 16:44]: On Sat, Dec 21, 2013 at 8:03 PM, Bastian Bittorf bitt...@bluebottle.com wrote: You can, say, run crond under strace -tt -s99, save the log and check what's there when it dies. thanks for feedback. i have a ton of coredumps from

Re: [PATCHv2] adduser addgroup use LAST_ID

2014-01-13 Thread Tito
Hi, Denys maybe this patch slipped through ? Ciao, Tito On Sunday 22 December 2013 15:22:41 Tito wrote: On Sunday 22 December 2013 12:05:04 you wrote: Hi Tito ! Wew could also add a config option as we already have (100) First valid system uid or gid for adduser and addgroup