Re: Samba 4.2.3 exited on signal 4

2015-08-27 Thread Enrique Ayesta Perojo
26/08/15 19:30(e)an, Timur I. Bakeyev igorleak idatzi zuen:
> It possibly crashes, cause you didn't downgrade tdb/ldb libs. There is a
> patch for them in Samba's bugzilla, need to be pushed to the ports.
> 

I am testing the proposed patch at:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202565

And by the moment it seems to work without problem
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Samba 4.2.3 exited on signal 4

2015-08-26 Thread Timur I. Bakeyev
It possibly crashes, cause you didn't downgrade tdb/ldb libs. There is a
patch for them in Samba's bugzilla, need to be pushed to the ports.

On Wed, Aug 26, 2015 at 6:02 PM, Loïc BLOT 
wrote:

> I notice exactly the same bug on my installation. I tried different
> option compilation and rollback to 4.2.2 and the same bug occurs, samba
> crashes.
> Samba doesn't crash if it wasn't a domain controller.
> --
> Best regards,
> Loïc BLOT,
> UNIX systems, security and network engineer
> http://www.unix-experience.fr
>
>
>
> Le mardi 18 août 2015 à 22:11 +0200, Timur I. Bakeyev a écrit :
> > Hi, Stefan!
> >
> > Was it a recent case? I belive this problem with md5.so was addressed
> > while
> > ago in the upstream.
> >
> > With regards,
> > Timur Bakeyev.
> >
> > On Tue, Aug 18, 2015 at 5:58 PM, Stefan Esser  wrote:
> >
> > > Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev:
> > > > Could be that you are affected by
> > > > https://bugzilla.samba.org/show_bug.cgi?id=11455
> > > >
> > > > Can you, please, verify, that it is the case?
> > >
> > > A good test is to install the pre-compiled package and compare
> > > ldd output for the port compiled by you and the package binaries
> > > (i.e. strip off the addresses and compare only the filenames that
> > > ldd reports for either smbd binary).
> > >
> > > In my case the smbd and smbclient where linked against a wrong
> > > MD5 library (/usr/local/lib/libmd5.so from www/libwww) instead
> > > of the system library (/usr/lib/libmd.so). This was due to the
> > > configure script preferring libmd5.so over libmd.so ...
> > >
> > > Regards, STefan
> > > ___
> > > freebsd-ports@freebsd.org mailing list
> > > https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > > To unsubscribe, send any mail to "
> > > freebsd-ports-unsubscr...@freebsd.org"
> > >
> > ___
> > freebsd-ports@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > To unsubscribe, send any mail to "
> > freebsd-ports-unsubscr...@freebsd.org"
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Samba 4.2.3 exited on signal 4

2015-08-26 Thread Loïc BLOT
I notice exactly the same bug on my installation. I tried different
option compilation and rollback to 4.2.2 and the same bug occurs, samba
crashes.
Samba doesn't crash if it wasn't a domain controller.
-- 
Best regards,
Loïc BLOT, 
UNIX systems, security and network engineer
http://www.unix-experience.fr



Le mardi 18 août 2015 à 22:11 +0200, Timur I. Bakeyev a écrit :
> Hi, Stefan!
> 
> Was it a recent case? I belive this problem with md5.so was addressed
> while
> ago in the upstream.
> 
> With regards,
> Timur Bakeyev.
> 
> On Tue, Aug 18, 2015 at 5:58 PM, Stefan Esser  wrote:
> 
> > Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev:
> > > Could be that you are affected by
> > > https://bugzilla.samba.org/show_bug.cgi?id=11455
> > > 
> > > Can you, please, verify, that it is the case?
> > 
> > A good test is to install the pre-compiled package and compare
> > ldd output for the port compiled by you and the package binaries
> > (i.e. strip off the addresses and compare only the filenames that
> > ldd reports for either smbd binary).
> > 
> > In my case the smbd and smbclient where linked against a wrong
> > MD5 library (/usr/local/lib/libmd5.so from www/libwww) instead
> > of the system library (/usr/lib/libmd.so). This was due to the
> > configure script preferring libmd5.so over libmd.so ...
> > 
> > Regards, STefan
> > ___
> > freebsd-ports@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > To unsubscribe, send any mail to "
> > freebsd-ports-unsubscr...@freebsd.org"
> > 
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "
> freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Samba 4.2.3 exited on signal 4

2015-08-19 Thread Enrique Ayesta Perojo
18/08/15 14:07(e)an, Timur I. Bakeyev igorleak idatzi zuen:
> Could be that you are affected by
> https://bugzilla.samba.org/show_bug.cgi?id=11455
> 
> Can you, please, verify, that it is the case?
> 
> With best regards,
> Timur
> 

I'll try to test it today, i've tried three versions of samba in ports
(samba4, samba41 and samba42) with an empty /var/db/samba4 and the
script 'samba-tool domain provision' crashes just after trying to assign
IPv6 addresses, when it should start setting up share.ldb, secrets.ldb...

It seems that it could be related to that bug, when it starts working
with ldb files it crashes... There seems to be a patch from yesterday to
that bug...

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Samba 4.2.3 exited on signal 4

2015-08-18 Thread Enrique Ayesta Perojo
18/08/15 17:58(e)an, Stefan Esser igorleak idatzi zuen:
> Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev:
>> Could be that you are affected by
>> https://bugzilla.samba.org/show_bug.cgi?id=11455
>>
>> Can you, please, verify, that it is the case?
> 
> A good test is to install the pre-compiled package and compare
> ldd output for the port compiled by you and the package binaries
> (i.e. strip off the addresses and compare only the filenames that
> ldd reports for either smbd binary).
> 
> In my case the smbd and smbclient where linked against a wrong
> MD5 library (/usr/local/lib/libmd5.so from www/libwww) instead
> of the system library (/usr/lib/libmd.so). This was due to the
> configure script preferring libmd5.so over libmd.so ...
> 
> Regards, STefan
> 

Hello Stefan,

No, it's not my case, package and port installed versions are correctly
linked, so i don't think that's my problem.

Thanks
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Samba 4.2.3 exited on signal 4

2015-08-18 Thread Timur I. Bakeyev
Hi, Stefan!

Was it a recent case? I belive this problem with md5.so was addressed while
ago in the upstream.

With regards,
Timur Bakeyev.

On Tue, Aug 18, 2015 at 5:58 PM, Stefan Esser  wrote:

> Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev:
> > Could be that you are affected by
> > https://bugzilla.samba.org/show_bug.cgi?id=11455
> >
> > Can you, please, verify, that it is the case?
>
> A good test is to install the pre-compiled package and compare
> ldd output for the port compiled by you and the package binaries
> (i.e. strip off the addresses and compare only the filenames that
> ldd reports for either smbd binary).
>
> In my case the smbd and smbclient where linked against a wrong
> MD5 library (/usr/local/lib/libmd5.so from www/libwww) instead
> of the system library (/usr/lib/libmd.so). This was due to the
> configure script preferring libmd5.so over libmd.so ...
>
> Regards, STefan
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Samba 4.2.3 exited on signal 4

2015-08-18 Thread Stefan Esser
Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev:
> Could be that you are affected by
> https://bugzilla.samba.org/show_bug.cgi?id=11455
> 
> Can you, please, verify, that it is the case?

A good test is to install the pre-compiled package and compare
ldd output for the port compiled by you and the package binaries
(i.e. strip off the addresses and compare only the filenames that
ldd reports for either smbd binary).

In my case the smbd and smbclient where linked against a wrong
MD5 library (/usr/local/lib/libmd5.so from www/libwww) instead
of the system library (/usr/lib/libmd.so). This was due to the
configure script preferring libmd5.so over libmd.so ...

Regards, STefan
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Samba 4.2.3 exited on signal 4

2015-08-18 Thread Timur I. Bakeyev
Could be that you are affected by
https://bugzilla.samba.org/show_bug.cgi?id=11455

Can you, please, verify, that it is the case?

With best regards,
Timur


On Tue, Aug 18, 2015 at 1:43 PM, Enrique Ayesta Perojo <
eaye...@portugalete.uned.es> wrote:

> Hello,
>
> I have updated a Samba 4.1 installation to latest Samba 4.2.3 from ports
> and it doesn't start anymore, it seems to start but after a while (it
> seems that it's reading or trying to read from disk) it suddenly stops
> with signal 4 (Illegal instruction).
>
> Has anybody have the same problem or have any idea what could be the
> reason?
>
> Thanks
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Samba 4.2.3 exited on signal 4

2015-08-18 Thread Enrique Ayesta Perojo
Hello,

I have updated a Samba 4.1 installation to latest Samba 4.2.3 from ports
and it doesn't start anymore, it seems to start but after a while (it
seems that it's reading or trying to read from disk) it suddenly stops
with signal 4 (Illegal instruction).

Has anybody have the same problem or have any idea what could be the reason?

Thanks
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"