[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] samba 3.6.1 test



On Tue, 17 Jan 2012 01:27:34 , Vincent Rivière <vincent.riviere@freesbee.fr> wrote:
> Hello.
>
> As a test I compiled the latest samba 3.6.1 for MiNT. I made a minimal an
> d
> partial patch to get it compile. I did not look at the old SpareMiNT pack
> age.
>
> I successfully ran the smbclient tool on both ARAnyM and the FireBee to
> download files from a public share from my Windows XP computer.
>
> smbd fails for an unknown reason (see the log). Maybe because of my
> incomplete patch (calls abort() instead of doing real mmap()), or somethi
> ng
> else.
>
> This was just a test, I'm not going to spend more time on that.
> If someone is interested to continue, that stuff is there:
> http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/mint/samba/
>
>bash-2.05a# smbd -i
>smbd version 3.0.1-1 started.
>Copyright Andrew Tridgell and the Samba Team 1992-2003
>
>bash-2.05a# nmbd -i
>Netbios nameserver version 3.0.1-1 started.
>Copyright Andrew Tridgell and the Samba Team 1994-2003
>standard input is not a socket, assuming -D option
>tdb(/var/cache/samba/unexpected.tdb): tdb_oob len 216 beyond eof at 0
>tdb(/var/cache/samba/unexpected.tdb): tdb_oob len 216 beyond eof at 0
>tdb(/var/cache/samba/unexpected.tdb): tdb_oob len 172 beyond eof at 0
>tdb(/var/cache/samba/unexpected.tdb): tdb_oob len 176 beyond eof at 0

Running my original samba client interactively gives a similar response
but from nmbd not smbd.

bash-2.05a# smbd -i
smbd version 3.0.1-1 started.
Copyright Andrew Tridgell and the Samba Team 1992-2003

bash-2.05a# nmbd -i
Netbios nameserver version 3.0.1-1 started.
Copyright Andrew Tridgell and the Samba Team 1994-2003
standard input is not a socket, assuming -D option
tdb(/var/cache/samba/unexpected.tdb): tdb_oob len 216 beyond eof at 0
tdb(/var/cache/samba/unexpected.tdb): tdb_oob len 216 beyond eof at 0
tdb(/var/cache/samba/unexpected.tdb): tdb_oob len 172 beyond eof at 0
tdb(/var/cache/samba/unexpected.tdb): tdb_oob len 176 beyond eof at 0

I may try replacing the old samba components with the 3.6.1 versions
to see what happens.

Regards,

Peter