Re: smbwrapper/smbsh on Linux/glibc

2002-12-16 Thread David Collier-Brown -- Customer Engineering
[EMAIL PROTECTED] wrote: > So my questions are: > > 1. Are there LFS requirements for SMB/CIFS or can I just drop the high-order >portion of 64-bit file offsets? There was a previous dicussion of the LFS/glibc issues, including some Samba ones, at http://www.scyld.com/products/beowulf/softwa

smbwrapper/smbsh on Linux/glibc

2002-12-13 Thread Derrell . Lipman
I have found that due to the way the macro definitions are used in the glibc header files, it is not possible to know the size of structures that was used in an independently-compiled application. libsmbclient, similarly, futzes with internal macros to force the glibc definitions into mapping 32-b

Re: smbwrapper/smbsh

2002-12-13 Thread Derrell . Lipman
David Collier-Brown -- Customer Engineering <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: > >> It appears I've nearly got it solved (unless another big problem turns up >> after I fix this one). Aside from my initialization routine not be called >> early enough, thus providing some null

Re: smbwrapper/smbsh

2002-12-13 Thread David Collier-Brown -- Customer Engineering
[EMAIL PROTECTED] wrote: > It appears I've nearly got it solved (unless another big problem turns up > after I fix this one). Aside from my initialization routine not be called > early enough, thus providing some null function pointers, Hmmn, In a different discussion group I once wrote: ---

smbwrapper/smbsh

2002-12-12 Thread Derrell . Lipman
Steve Langasek <[EMAIL PROTECTED]> writes: > I'll scare up some time to try out your patch, and see if I can figure > out what's special about the calls that are failing. It appears I've nearly got it solved (unless another big problem turns up after I fix this one). Aside from my initialization

Re: smbwrapper/smbsh is now working for Linux 2.4

2002-12-10 Thread Derrell . Lipman
Steve Langasek <[EMAIL PROTECTED]> writes: > I suspect the key change in the Debian build is enabling of LFS support; Could be, but I have reimplemented each of the LFS functions that were in there originally in a manner that they should work with the current C library. I have discovered missing

Re: smbwrapper/smbsh is now working for Linux 2.4

2002-12-10 Thread Steve Langasek
On Tue, Dec 10, 2002 at 01:54:52PM -0500, [EMAIL PROTECTED] wrote: > > On Tue, Dec 10, 2002 at 01:27:07PM -0500, [EMAIL PROTECTED] > > wrote: > >> I have smbwrapper and smbsh working on Debian/woody with the Linux 2.4 > >> kernel and the default C library: libc-2.2.5.so. > > Yes, I'm interested

Re: smbwrapper/smbsh is now working for Linux 2.4

2002-12-10 Thread Derrell . Lipman
Dan Kegel <[EMAIL PROTECTED]> writes: > As a user, I welcome alternatives to smbfs. Patch has been posted. > (I'm also looking forward to trying out > http://us1.samba.org/samba/Linux_CIFS_client.html) I did minimal testing of it. It seems to work fine, as long as you don't need to access anyt

Re: smbwrapper/smbsh is now working for Linux 2.4

2002-12-10 Thread Derrell . Lipman
[EMAIL PROTECTED] writes: > On Tue, Dec 10, 2002 at 01:27:07PM -0500, [EMAIL PROTECTED] > wrote: >> >> I have smbwrapper and smbsh working on Debian/woody with the Linux 2.4 >> kernel and the default C library: libc-2.2.5.so. > Yes, I'm interested - please post patches. Pressure of other things

Re: smbwrapper/smbsh is now working for Linux 2.4

2002-12-10 Thread Dan Kegel
[EMAIL PROTECTED] wrote: On Tue, Dec 10, 2002 at 01:27:07PM -0500, [EMAIL PROTECTED] wrote: I have smbwrapper and smbsh working on Debian/woody with the Linux 2.4 kernel and the default C library: libc-2.2.5.so. ... Based on search results that I've found, there's been almost no work on gettin

Re: smbwrapper/smbsh is now working for Linux 2.4

2002-12-10 Thread jra
On Tue, Dec 10, 2002 at 01:27:07PM -0500, [EMAIL PROTECTED] wrote: > > I have smbwrapper and smbsh working on Debian/woody with the Linux 2.4 kernel > and the default C library: libc-2.2.5.so. There is a problem that rears its > ugly head with a few programs (segmentation violation, presumably du

smbwrapper/smbsh is now working for Linux 2.4

2002-12-10 Thread Derrell . Lipman
I have smbwrapper and smbsh working on Debian/woody with the Linux 2.4 kernel and the default C library: libc-2.2.5.so. There is a problem that rears its ugly head with a few programs (segmentation violation, presumably due to some function which is not wrapped properly) but in general, and with

smbwrapper/smbsh for Linux 2.4 -- I've got it closer to working

2002-12-05 Thread Derrell . Lipman
I tracked down a number of articles from the archives discussing the various problems with smbsh for Linux. I am now getting much further than any of the previous posters, but I could use some help. Firstly, the problems with smbwrapper as shipped in Debian's package (2.2.3a) are: 1. Although in