portsmon.freebsd.org via freshports?
Hello, Is portsmon ever coming back? http://portsmon.freebsd.org/portoverview.py?category=net&portname=samba46 -> "The latest Python updated failed. Repairs are in progress 20171025 -- mcl" It is referenced from the freshports.org site. https://www.freshports.org/net/samba46/ I found it a useful tool to see why packages are not available for some version. Regards and thanks for all the work for these services, Ronald. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: Two NIC's inside a Jail
On Fri, Mar 23, 2018 at 08:17:27PM +0100, joerg_surmann wrote: > Hi, > > thanks for yor help. > > I can't find a solution. > > But i have find a starnge ip config. > > in rc.conf on Host(not jail) > > ifconfig_vmx0_alias1="inet 192.168.100.2 netmask 255.255.255.0" > ifconfig_em0="inet 213.70.80.92 netmask 255.255.255.0" > > ifconfig on host say: > inet 213.70.80.92 netmask 0x broadcast 213.70.80.92 > inet 192.168.100.2 netmask 0x broadcast 192.168.100.2 > > ifconfig say to both ip's /32. > > Maby that's the reason for unavailable the apache. > > ifconfig iside the jail say the same. > > I'm a little bit confused. > Please show also the output of: netstat -rn During startup, ezjail is adding one more IP address with /32 mask for each interface deployed to jail. Consider addressing interfaces on host these in these way: in /etc/rc.conf ifconfig_vmx0_alias1="inet 192.168.100.3 netmask 255.255.255.0" ifconfig_em0="inet 213.70.80.93 netmask 255.255.255.0" then in /usr/local/etc/ezjail/myjail.conf export jail_myjail_ip="vmx0|192.168.100.2,em0|213.70.80.92" If you don't want to waste one more public IP for the host, try to setup jails from jail.conf(5) instead of ezjail management. You can also give a try to more sophisticated setup with vnet(9) jails where multiple fibs for the host will not be required. Best regards, -- Marek Zarychta signature.asc Description: PGP signature
Re: portsmon.freebsd.org via freshports?
> Is portsmon ever coming back? Sometime in Q2, yes. mcl ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
libreoffice fails to build
Hi, Building libreoffice (libreoffice-en_GB) complains about illegal instruction and dumps core. Full script output is at https://www.zyxst.net/errors/libreofficebuildfail.txt last few lines of make MAKE_JOBS_UNSAFE=yes -DBATCH ## [HIX] scalc/en-US S=/usr/ports/editors/libreoffice/work/libreoffice-6.0.2.1 && I=$S/instdir && W=$S/workdir && ( rm -rf $W/HelpTarget/scalc/en-US/scalc.idxl && LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program" $W/LinkTarget/Executable/HelpIndexer -dir $W/HelpTarget/scalc/en-US -lang en-US -mod scalc && touch $W/HelpIndexTarget/scalc/en-US.done ) || ( rm -rf scalc.* ; false ) Illegal instruction (core dumped) gmake[3]: *** [/usr/ports/editors/libreoffice/work/libreoffice-6.0.2.1/solenv/gbuild/HelpTarget.mk:452: /usr/ports/editors/libreoffice/work/libreoffice-6.0.2.1/workdir/HelpIndexTarget/sbasic/en-US.done] Error 1 gmake[3]: *** Waiting for unfinished jobs Illegal instruction (core dumped) gmake[3]: *** [/usr/ports/editors/libreoffice/work/libreoffice-6.0.2.1/solenv/gbuild/HelpTarget.mk:452: /usr/ports/editors/libreoffice/work/libreoffice-6.0.2.1/workdir/HelpIndexTarget/scalc/en-US.done] Error 1 gmake[3]: Leaving directory '/usr/ports/editors/libreoffice/work/libreoffice-6.0.2.1' gmake[2]: *** [Makefile:268: build] Error 2 gmake[2]: Leaving directory '/usr/ports/editors/libreoffice/work/libreoffice-6.0.2.1' *** Error code 1 Stop. make[1]: stopped in /usr/ports/editors/libreoffice *** Error code 1 Stop. make: stopped in /usr/ports/editors/libreoffice-en_GB context: no /etc/make.conf root@eggs:/root# uname -KU 1101512 1101512 root@eggs:/root# system: 11.1-STABLE #0 r331421 amd64 ports: root@eggs:/root# svnlite info /usr/ports Path: /usr/ports Working Copy Root Path: /usr/ports URL: https://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: https://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 465452 Node Kind: directory Schedule: normal Last Changed Author: gerald Last Changed Rev: 465452 Last Changed Date: 2018-03-24 14:15:56 + (Sat, 24 Mar 2018) shall I file a bug report? -- J. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"