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-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-19 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


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


Re: Problem compiling Squid 3.x + TP_PF (FreeBSD 10)

2014-02-06 Thread Enrique Ayesta Perojo
05/02/14 18:41(e)an, Kevin Oberman(e)k idatzi zuen:

 Let's see. The instructions said to notify tms...@freebsd.org. I don't see
 any indication that you did so. They also say to attach the config.log
 file.  I see no attached file.
 
 While it is possible that someone other than the maintainer of the port
 could help, without the log file, it's pretty unlikely.
 
 Please try again after reading and following what appear to be the clear
 instructions supplied in the error message.
 

Yes, you're right, sorry. Anyway, there is an open PR, ports/186378
which states the same problem that i have. I should have looked first there.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Problem compiling Squid 3.x + TP_PF (FreeBSD 10)

2014-02-05 Thread Enrique Ayesta Perojo
Hello, i have a problem trying to install Squid 3.3 or Squid 3.2 from
ports as a transparent proxy on a fresh installed FreeBSD 10 box.
I have the whole system sources at /usr/src
In the configure phase i got this error:

---
configure: choosing user-specified net I/O API kqueue
configure: Using kqueue for the IO loop.
checking if setresuid is actually implemented... yes
checking for constant CMSG_SPACE... no
checking if strnstr is well implemented... no
checking if va_copy is implemented... yes
checking if __va_copy is implemented... yes
configure: IPF-based transparent proxying enabled: no
configure: error: PF-based transparent proxy requested but needed header
not found
===  Script configure failed unexpectedly.
Please report the problem to tms...@freebsd.org [maintainer] and attach the
/usr/ports/www/squid33/work/squid-3.3.11/config.log including the output
of the failure of your make command. Also, it might be a good idea to
provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/squid33
*** Error code 1

Stop.
make: stopped in /usr/ports/www/squid33
-

Any idea?

Thanks



signature.asc
Description: OpenPGP digital signature


Re: pkg install -fRx perl failed

2012-11-06 Thread Enrique Ayesta Perojo

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

06/11/12 13:43(e)an, Anton Shterenlikht(e)k idatzi zuen:


 So if I want to stick to the new pkg tools,
 and I don't want to use perl-after-upgrade
 (which as you say, doesn't work with pkgng
 yet anyway), what should I do?

 Thanks

 Anton

Maybe you should try with portmaster

# portmaster -r perl-5.16.2

It will update perl-5.16 and all its dependent ports
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iD8DBQFQmULQBVnpk0N9myERAgXTAJ9+4BqDmZA/YOxVpuxKT8hlJCBO0gCdG+mz
xw65E8XdqAnMownqad+aD7s=
=riBL
-END PGP SIGNATURE-

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


Problem installing bacula-server and bacula-client on the same machine

2012-10-26 Thread Enrique Ayesta Perojo
Hello,

I have a problem installing sysutils/bacula-server and
sysutils/bacula-client simultaneously on a machine running
9.0-RELEASE-p4 with the new pkg system (pkgng) from ports. When it tries
to register bacula-client with bacula-server already installed it gaves
the next error.

===   Registering installation for bacula-client-5.2.12
Installing bacula-client-5.2.12...pkg: bacula-client-5.2.12 conflicts
with bacula-server-5.2.12 (installs files into the same place). 
Problematic file: /usr/local/man/man8/bacula-fd.8.gz
*** Error code 70

Stop in /usr/ports/sysutils/bacula-client.
*** Error code 1

The files for bacula-client are there, and it works, but it doesn't get
registered into the package database. Any clue?

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


Re: Problem installing bacula-server and bacula-client on the same machine

2012-10-26 Thread Enrique Ayesta Perojo
26/10/12 10:14(e)an, Carsten Jensen(e)k idatzi zuen:
 On 10/26/2012 10:03 AM, Enrique Ayesta Perojo wrote:
 Hello,

 I have a problem installing sysutils/bacula-server and
 sysutils/bacula-client simultaneously on a machine running
 9.0-RELEASE-p4 with the new pkg system (pkgng) from ports. When it tries
 to register bacula-client with bacula-server already installed it gaves
 the next error.

 ===   Registering installation for bacula-client-5.2.12
 Installing bacula-client-5.2.12...pkg: bacula-client-5.2.12 conflicts
 with bacula-server-5.2.12 (installs files into the same place).
 Problematic file: /usr/local/man/man8/bacula-fd.8.gz
 *** Error code 70

 Stop in /usr/ports/sysutils/bacula-client.
 *** Error code 1

 The files for bacula-client are there, and it works, but it doesn't get
 registered into the package database. Any clue?

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


 Isn't the client installed automatically when you install the
 bacula-server ?
 I seem to remember from older freebsd versions that it's the same
 package.


Hi,

No, the source file is indeed the same and bacula-client is a subport
of bacula-server, but it doesn't install automatically with the
bacula-server port. I'm looking at the Makefiles, maybe that's the reason...

Thanks

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


Re: Problem installing bacula-server and bacula-client on the same machine

2012-10-26 Thread Enrique Ayesta Perojo
26/10/12 11:00(e)an, Enrique Ayesta Perojo(e)k idatzi zuen:
 26/10/12 10:14(e)an, Carsten Jensen(e)k idatzi zuen:

 Isn't the client installed automatically when you install the
 bacula-server ?
 I seem to remember from older freebsd versions that it's the same
 package.

 Hi,

 No, the source file is indeed the same and bacula-client is a subport
 of bacula-server, but it doesn't install automatically with the
 bacula-server port. I'm looking at the Makefiles, maybe that's the reason...

 Thanks



Hello again,

The bacula-server Makefile seems to be the problem (?) By default it
only installs the server and storage part of bacula, adding the client
part to the USE_RC_SUBR option it installs perfectly... maybe a metaport
is needed?

.if !defined(WITH_CLIENT_ONLY)
USE_RC_SUBR?=   bacula-dir bacula-sd bacula-fd
.endif
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Attempting to fetch pkgconf-0.8.7.tar.bz2, Couldn't fetch it

2012-08-21 Thread Enrique Ayesta Perojo
El Martes, 21 de Agosto de 2012 10:03, Leslie Jensen escribió:
 Hi

 Is anyone else seeing this problem?

 /Leslie

 = Attempting to fetch
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/pkgconf-0.8.7.tar.bz2
 fetch:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/pkgconf-0.8.7.tar.bz2:
 File unavailable (e.g., file not found, no access)
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles// and try again.
 *** Error code 1



Hi,

Yes, i have the same problem
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Attempting to fetch pkgconf-0.8.7.tar.bz2, Couldn't fetch it

2012-08-21 Thread Enrique Ayesta Perojo
El Martes, 21 de Agosto de 2012 11:55, Baptiste Daroussin escribió:

 I just added a mirror to solve the problem.

 regards,
 Bapt

Thanks, it works now
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org