Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2024 07:51:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279572] mail/sympa: building at stage phase throws error while starting the `faked' daemon
Message-ID:  <bug-279572-7788-XwOUuI9WTs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279572-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279572-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279572

--- Comment #5 from Marko Cupa=C4=87 <marko.cupac@mimar.rs> ---
(In reply to Dan Langille from comment #4)

Hi Dan,

thank you for looking into it. Your blog post about poudriere in a jail was=
 key
resource for my setup, with main difference in vnet - your setup is vnet
whereas mine isn't. Could this have an impact on fakeroot?

I ran testport but it fails in stage phase with:

=3D=3D=3D>   sympa-6.2.72_2 depends on package: p5-DBD-mysql>=3D0 - found
=3D=3D=3D>   sympa-6.2.72_2 depends on package: perl5>=3D5.36<5.37 - found
=3D=3D=3D>   Generating temporary packing list
=3D=3D=3D> Creating groups
=3D=3D=3D> Creating users
fakeroot daemon: socket (Protocol not supported)
fakeroot: error while starting the `faked' daemon.
usage: kill [-s signal_name] pid ...
       kill -l [exit_status]
       kill -signal_name pid ...
       kill -signal_number pid ...
*** Error code 1

Here's my jail.conf:

path            =3D "/home/jail/${host.hostname}";
exec.start      =3D "/bin/sh /etc/rc";
exec.stop       =3D "/bin/sh /etc/rc.shutdown";
exec.clean;
mount.devfs;

pkg2_example_com {
  host.hostname    =3D pkg2.kappastar.org;
  host.domainname  =3D kappastar.com;
  ip4.addr         =3D 'lo1|127.0.1.55/32';
  ip4.addr        +=3D 'em0|192.0.2.55/32';
  ip6.addr        +=3D 'lo1|::55/128';
  children.max     =3D 200;
  enforce_statfs   =3D 1;
  sysvmsg          =3D new;
  sysvsem          =3D new;
  sysvshm          =3D new;
  persist;
  allow.chflags;
  allow.mlock;
  allow.mount;
  allow.mount.devfs;
  allow.mount.fdescfs;
  allow.mount.nullfs;
  allow.mount.procfs;
  allow.mount.tmpfs;
  allow.mount.zfs;
  allow.raw_sockets;
  allow.socket_af;

  exec.created    +=3D "zfs jail $name home/poudriere";
  exec.created    +=3D "zfs set jailed=3Don home/poudriere";
}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279572-7788-XwOUuI9WTs>