Re: /opt/bin/find error

2014-10-27 Thread Steve Forman
Pretty sure it wound up being an entware issue but was infuriating enough I uninstalled all the entware packages and re-installed them as optware. The optware one is having no problems at all. It's a shame cause entware is supposedly more "stable" and has more up-to-date packages and all other

Re: /opt/bin/find error

2014-10-27 Thread James Youngman
Steve, Did you get any further with this problem? Thanks, James.

Re: /opt/bin/find error

2014-10-14 Thread Dale R. Worley
> From: James Youngman > > open(".", O_RDONLY|O_LARGEFILE) = 3 > > fcntl64(3, F_GETFD) = 0 > > fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 > > uname({sys="Linux", node="Venus", ...}) = 0 > > ioctl(0, TIOCNXCL, {B38400 opost isig icanon echo ...}) = 0 > > gettimeofday({

Re: /opt/bin/find error

2014-10-14 Thread James Youngman
Please don't send off-list replies. It compromises the ability of the members of the list to help you. The evidence is puzzling, though. Comments below. On Tue, Oct 14, 2014 at 1:27 AM, Steve Forman wrote: > /opt/bin # opkg info findutils > Package: findutils > Version: 4.5.14-1 > Depends: l

Re: /opt/bin/find error

2014-10-13 Thread Steve Forman
# /opt/bin/find --version find (GNU findutils) 4.5.14 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted

Re: /opt/bin/find error

2014-10-13 Thread James Youngman
On Mon, Oct 13, 2014 at 2:40 PM, Dale R. Worley wrote: >> From: Steve Forman >> >> I'm getting this error and can find absolutely no information on it. >> find: ‘.’: Unknown error -89 >> >> No matter what path I use I always get this message. >> Any ideas? No, not on the basis of what you wrote

Re: /opt/bin/find error

2014-10-13 Thread Eric Blake
On 10/13/2014 02:08 AM, Steve Forman wrote: > I'm getting this error and can find absolutely no information on it. > find: ‘.’: Unknown error -89 > > No matter what path I use I always get this message. > Any ideas? What does '/opt/bin/find --version' say? -- Eric Blake eblake redhat com+

Re: /opt/bin/find error

2014-10-13 Thread Dale R. Worley
> From: Steve Forman > > I'm getting this error and can find absolutely no information on it. > find: ‘.’: Unknown error -89 > > No matter what path I use I always get this message. > Any ideas? What is the command line? http://www.chiark.greenend.org.uk/~sgtatham/bugs.html Dale

Re: /opt/bin/find error

2014-10-13 Thread Dale R. Worley
> From: Steve Forman > > I'm getting this error and can find absolutely no information on it. > find: ‘.’: Unknown error -89 > > No matter what path I use I always get this message. > Any ideas? What is the name/description of error 89 in your system's errno.h file? In the set of files that yo

/opt/bin/find error

2014-10-13 Thread Steve Forman
I'm getting this error and can find absolutely no information on it. find: ‘.’: Unknown error -89 No matter what path I use I always get this message. Any ideas?