Re: mount:nfsmount failed: Bad file descriptor

2007-08-27 Thread xiao . liang
When use strace the log is look like this: root# cat mount.log execve("/bin/mount", ["mount", "-t", "nfs", "192.168.1.6:/opt/Qtopia_2", "/opt/Qtopia_2"], [/* 10 vars */]) = 0 uname({sys="Linux", node="imx21", ...}) = 0 brk(0) = 0xabeec old_mmap(NULL, 4096, PROT_RE

Add an option to assign server/client port in udhcp[cd] ?

2007-08-27 Thread Steven Shiau
Hi, Just noticed that busybox 1.7 is released, and some new functions added . IMHO, I'd like to suggest that an option should be added to assign the server and client port in udhcp[cd], i.e. These two ports #define SERVER_PORT 67 #define CLIENT_PORT 68 can be assigned when run udhcpc and ud

Re: [PATCH] (against 1.4.2) prevent cp of dir into itself (reprise)

2007-08-27 Thread Denys Vlasenko
On Monday 27 August 2007 14:52, S H wrote: > vda: > > The patch you proposed handles most test cases, but leads to the creation > of many-nested directories under the following scenario: > > % mkdir -p sub/dir dir > % ln -s sub/dir dir/ldir > % busybox_vda cp -R dir sub sub [XXX] > cp: skipping 'di

Re: [PATCH] (against 1.4.2) prevent cp of dir into itself (reprise)

2007-08-27 Thread S H
vda: The patch you proposed handles most test cases, but leads to the creation of many-nested directories under the following scenario: % mkdir -p sub/dir dir % ln -s sub/dir dir/ldir % busybox_vda cp -R dir sub sub [XXX] cp: skipping 'dir/lsub/lsub' - recursive copying detected cp: skipping 'su

Re: mount:nfsmount failed: Bad file descriptor

2007-08-27 Thread Denys Vlasenko
On Monday 27 August 2007 08:48, [EMAIL PROTECTED] wrote: > Hi, >I have encoutered a problem when mount a nfs filesystem. The nfs > server's ip is 192.168.1.6 and busybox version is 1.1.3. All the must > configure features in busybox and kernel is turn on. > CONFIG_FEATURE_MOUNT_NFS is set to y.

Re: mount:nfsmount failed: Bad file descriptor

2007-08-27 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > > Hi, >I have encoutered a problem when mount a nfs filesystem. The nfs > server's ip is 192.168.1.6 and busybox version is 1.1.3. All the must > configure features in busybox and kernel is turn on. > CONFIG_FEATURE_MOUNT_NFS is set to y. And kernel's config CONFI

mount:nfsmount failed: Bad file descriptor

2007-08-27 Thread xiao . liang
Hi, I have encoutered a problem when mount a nfs filesystem. The nfs server's ip is 192.168.1.6 and busybox version is 1.1.3. All the must configure features in busybox and kernel is turn on. CONFIG_FEATURE_MOUNT_NFS is set to y. And kernel's config CONFIG_NFS_FS, CONFIG_NFS_V3 are set to y.

RE: [rfc] sed option `-i' (edit in place)

2007-08-27 Thread Johan Adolfsson
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Cristian > Ionescu-Idbohrn > Sent: den 26 augusti 2007 23:21 > To: busybox@busybox.net > Subject: Re: [rfc] sed option `-i' (edit in place) > > > On Sun, 26 Aug 2007, Denys Vlasenko wrote: > > > On