honestly I do not know... when i try to configure, then make and make install everything go smooth no trouble at all even when i install from ports no error either... but when i try to start smbd always failed, but nmbd and winbind start successfully
On Mon, Jan 18, 2010 at 5:33 PM, Volker Lendecke <[email protected]>wrote: > On Mon, Jan 18, 2010 at 04:39:13PM +0700, budhi hamdani wrote: > > Hello, Thx for reply > > You can get smbd.strace from this url : > > http://222.124.204.155/~budhi/samba/<http://222.124.204.155/%7Ebudhi/samba/> > > 24953 18:18:29.915751 fcntl(4, F_SETLKW, {type=0 /* F_??? */, > whence=SEEK_SET, start=0, len=0}) = -1 EINVAL (Invalid argument) <0.000017> > > That's the culprit. The relevant Samba code lines try to do a > > tdb->methods->tdb_brlock(tdb, GLOBAL_LOCK, F_WRLCK, F_SETLKW, 0, 1) > > which is a lock of one byte (not len=0 as in your strace). > My first guess would be a 32/64 bit problem with your build > environment or something similar. Is that possible? > > Volker > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAktUOOoACgkQbZMKAi3WUklmvACfeRnq5n1k5NbAxM+DmCmkwlLy > VyEAn2Zjl0PqwgmnkkEjdN1RJKwEFgAd > =qW9C > -----END PGP SIGNATURE----- > > -- Budhi Hamdani Network Manager of PT. Motekar Garuda Media -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
