Re: pkg issue after FreeBSD 11 upgrade

2017-11-07 Thread Cassiano Peixoto
Hi Baptiste, Sorry to bother you. Did you have some time to work on this thread? Thanks. On Wed, Aug 30, 2017 at 12:46 PM, Cassiano Peixoto < peixotocassi...@gmail.com> wrote: > Thank you for your support Baptiste, I really appreciate that. > > As same as HANDLE_RC_SCRIPTS opt

Re: pkg issue after FreeBSD 11 upgrade

2017-08-30 Thread Cassiano Peixoto
Thank you for your support Baptiste, I really appreciate that. As same as HANDLE_RC_SCRIPTS option the new one should be handled carefully. Please keep us posted when it's ready. On Wednesday, August 30, 2017, Baptiste Daroussin wrote: > On Wed, Aug 30, 2017 at 10:07:51AM -0300,

Re: pkg issue after FreeBSD 11 upgrade

2017-08-30 Thread Cassiano Peixoto
soon as they migrate they will face the same problem. On Wed, Aug 30, 2017 at 10:01 AM, Franco Fichtner wrote: > Hi Cassiano, > > > On 30. Aug 2017, at 2:55 PM, Cassiano Peixoto > wrote: > > > > Why it used to work on FreeBSD 10? It stopped worked on FreeBSD 11 only. &

Re: pkg issue after FreeBSD 11 upgrade

2017-08-30 Thread Cassiano Peixoto
. Can you see this possibility? Thanks. On Wed, Aug 30, 2017 at 9:59 AM, Baptiste Daroussin wrote: > On Wed, Aug 30, 2017 at 09:55:22AM -0300, Cassiano Peixoto wrote: > > Hi Baptiste, > > > > Why it used to work on FreeBSD 10? It stopped worked on FreeBSD 11 only. > &

Re: pkg issue after FreeBSD 11 upgrade

2017-08-30 Thread Cassiano Peixoto
ldap, etc. I just need to restart the service. Is there some flag to disable it? Or some hack that I could do? Thanks. On Wed, Aug 30, 2017 at 9:48 AM, Baptiste Daroussin wrote: > On Wed, Aug 30, 2017 at 09:00:55AM -0300, Cassiano Peixoto wrote: > > Hi Matthew, > > > >

Re: pkg issue after FreeBSD 11 upgrade

2017-08-30 Thread Cassiano Peixoto
PIDS: 1280. Starting cron. ===> Registering installation for ze-1.1 Installing ze-1.1... root@kkk: /usr/ports/custom/ze# ps ax | grep cron 37527 - Ss 0:00.00 /usr/sbin/cron -s Thanks for your help. On Fri, Aug 11, 2017 at 1:45 PM, Cassiano Peixoto wrote: > Hi Matthew, > > T

Re: pkg issue after FreeBSD 11 upgrade

2017-08-11 Thread Cassiano Peixoto
x27;s not the best approach, but used to work on FreeBSD 10. Anyway, I'll change my script to restart services out of pkg process. Thanks. On Fri, Aug 11, 2017 at 5:09 AM, Matthew Seaman wrote: > On 10/08/2017 22:05, Cassiano Peixoto wrote: > > I ran into an issue after FreeBSD

pkg issue after FreeBSD 11 upgrade

2017-08-10 Thread Cassiano Peixoto
Hi guys, I ran into an issue after FreeBSD 11 upgrade. I have some meta ports that starts services like slapd. Its has been working fine on 10-STABLE. But after FreeBSD 11-STABLE r321625M upgrade it stopped working. Here is a simple example of my pkg-install.in script: #!/bin/sh /usr/local/etc/

Re: Poudriere in a jail error

2015-01-29 Thread Cassiano Peixoto
> On Friday, January 30, 2015, Cassiano Peixoto > wrote: > >> Hi, >> >> I'm trying to run Poudriere inside a jail to build my packages but i'm >> having the following error: >> >> [00:00:00] >> Creating the reference jail.

Poudriere in a jail error

2015-01-29 Thread Cassiano Peixoto
Hi, I'm trying to run Poudriere inside a jail to build my packages but i'm having the following error: [00:00:00] >> Creating the reference jail... done [00:00:03] >> Mounting system devices for 10amd64-system [00:00:03] >> Mounting ports/packages/distfiles [00:00:03] >> Using pac

Pkg 1.4.0 and packaging base system

2014-12-16 Thread Cassiano Peixoto
Hi guys, Some weeks ago i read an email sent by bapt about new features to pkg 1.4.0 release. One of them was about packaging base system. As 1.4.0 has been releases i'd like know if this feature is already available. Thanks ___ freebsd-ports@freebsd.or

poudriere+suricata pkg

2014-10-29 Thread Cassiano Peixoto
Hi guys, I'm using poudriere to build a suricata pkg. Everything worked fine, the issue is when i install it on other machine via pkg install. When i try to run suricata i have this error bellow: # suricata -v Illegal instruction (core dumped) Please, what it means and how to fix it? Ps: it on

Re: pkg 1.4 freeze please test test test!

2014-10-28 Thread Cassiano Peixoto
Hi guys, Congrats, really good job. How can i test package base? I didn't find any info about that. Thanks. On Tuesday, October 28, 2014, Baptiste Daroussin wrote: > Hi all, > > We are starting the release process of pkg 1.4, we want to have a better > release > process than with every single

pkgng and upgrade vars

2014-08-13 Thread Cassiano Peixoto
Hi, I was playing with pkgng and making some new ports when I found in bsd.pkgng.mk some features like: KGPREINSTALL?= ${PKGDIR}/pkg-pre-install PKGPOSTINSTALL?=${PKGDIR}/pkg-post-install PKGPREDEINSTALL?= ${PKGDIR}/pkg-pre-deinstall PKGPOSTDEINSTALL?= ${PKGDIR}/pkg-pos