Hi,
Not quite sure what that bug is about, but syslogd writes a pidfile
since busybox >= 1.6.0
/var/run/syslogd.pid
Later versions of busybox made the path configurable.
See CONFIG_PID_FILE_PATH in your .config in busybox >= 1.21.0
What am i missing?
thanks,
--
To UNSUBSCRIBE, email to debi
On Tue, Aug 05, 2008 at 11:49:54PM +0200, Frans Pop wrote:
>On Tuesday 05 August 2008, Bernhard Fischer wrote:
>> Can you please check if this is fixed for d-i with the current stable
>> branch:
>> $ svn co svn://svn.busybox.net/branches/busybox_1_11_stable
>
>I'm afraid it is not fixed in the SVN
Hi,
Just double-checked against current d-i and the current stable release
of busybox ( pristine 1.11.2 ) to confirm that this is fixed upstream.
thanks,
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi,
This is not a bug in mkdir but rather a misconfiguration. Make sure to
have
$ egrep "(CONFIG_GETOPT_LONG|MKDIR_LONG_OPTIONS)" .config
CONFIG_GETOPT_LONG=y
CONFIG_FEATURE_MKDIR_LONG_OPTIONS=y
thanks,
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? C
tag 394805 fixed-upstream
thanks
Hi,
This is fixed since at least busybox-1.11.2.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
tag 354199 fixed-upstream
thanks
Hi,
In the current, stable busybox-1.11.2 it is checked as
-- 8< ---
/* Autodetect what the system supports; these macros should
* optimize out to two constants. */
dev = makedev(xatoul_range(argv[2], 0, major(UINT_MAX)),
xat
tag 358789 fixed-upstream
thanks
Hi,
This was fixed by completely replacing busybox' buildsystem.
Consider this fixed for at least busybox-1.8.x and later.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi,
Can you try to reproduce this with busybox trunk and the
busybox_1_11_stable branch?
Random additional notes:
- loop needs a configuration option turned on:
$ grep MOUNT_LOOP .config
CONFIG_FEATURE_MOUNT_LOOP=y
- -t auto
As far as i know offhand, there is not fstype "auto" as in
$ gr
tag 257201 fixed-upstream
thanks
This should be already fixed upstream and works fine for me with the
current, stable release of busybox, 1.11.2.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
tag 466771 fixed-upstream
thanks
This was fix upstream and should work as expected with busybox-1.11.2
See also: http://busybox.net/lists/busybox/2008-July/032213.html
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
10 matches
Mail list logo