Re: bind911 fatal error with LMDB and allow-new-zones in chrooted environment

2018-06-12 Thread Mathieu Arnold
Hi,

On Mon, Jun 11, 2018 at 02:43:41PM +0200, Ciernik Tomas wrote:
> Hello,
> 
> I am experiencing fatal error during start after upgrading bind99 to
> bind911.
> 
> I used soon-to-be-EOL bind99 in chrooted environment with support for
> dynamically adding of zones. With upgrade to bind911 I decided to add
> support for LMDB, too.
> 
> With this configuration (chroot, lmdb support, allow-new-zones in
> named.conf) bind refuses to start with error
> 
> mdb_env_open of '_default.nzd' failed: No such file or directory
> 
> although bind user has full ACL for working directory.
> 
> Did I overlook something? Problem was resolved by disabling support for
> LMDB, but it will be nice to have this feature included.
> 
> Maybe interesting point - new file _default.nzd-lock is added into
> working directory, his owner is root and ACLs are 600.

Could you please open a PR about this, and provide a precise way to
reproduce the problem (like what exact lines to add to the configuration
file, and so on.)

-- 
Mathieu Arnold


signature.asc
Description: PGP signature


SSL issues

2018-06-12 Thread The Doctor
Mjor heads up.

FYI  LibreSSL is stil openssl 1.0.1 compliant

OPenssl 1.0.2 is widely gainingg acceptance.

OPenssl 1.1 is out there but there is resistance.

I have been notice ports with OPenssl 1.1 incompliency.

I have worked with BIND , EXIM and INN , Apache and Proftpd
and Postgresql, MAriadb and PHP on these issues.

OPenssh is managed by OPeenBSD and they will not got to 
OPenssl 1.1 compliancy until way later getting the LinSuckers inflamed.

Still I wonder for those who can, simply get involved and help make these ports
compliant from libressl to Openssl 1.1 by working 
with open source software project co-ordinators.

-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
https://www.empire.kred/ROOTNK?t=94a1f39b  Look at Psalms 14 and 53 on Atheism
Most powerful is he who has himself in his own power.  -Seneca
___
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"


Building math/octave with QT4?

2018-06-12 Thread Steve Kargl
Is it possible to build math/octave with QT4?
The recent switch to require QT5 in r469260
leads to an unusable octave (unless one's
intention is to debug QT5).

% gdb81 
/usr/local/libexec/octave/4.4.0/exec/amd64-portbld-freebsd12.0/octave-gui 
octave-gui.core
> bt
#0  0x0002056b244d in QVariant::QVariant(QVariant const&) ()
   from /usr/local/lib/qt5/libQt5Core.so.5
[Current thread is 1 (LWP 101275)]
(gdb) bt
#0  0x0002056b244d in QVariant::QVariant(QVariant const&) ()
   from /usr/local/lib/qt5/libQt5Core.so.5
#1  0x000227c233c9 in ?? ()
   from /usr/local/lib/qt5/plugins/sqldrivers/libqsqlite.so
#2  0x000227c1eba2 in ?? ()
   from /usr/local/lib/qt5/plugins/sqldrivers/libqsqlite.so
#3  0x000205117351 in QSqlResult::execBatch(bool) ()
   from /usr/local/lib/qt5/libQt5Sql.so.5
#4  0x000203cf9ca2 in ?? () from /usr/local/lib/qt5/libQt5Help.so.5
#5  0x000203cfbd42 in ?? () from /usr/local/lib/qt5/libQt5Help.so.5
#6  0x0002054b24ea in ?? () from /usr/local/lib/qt5/libQt5Core.so.5
#7  0x000200d7e426 in thread_start (curthread=0x232679100)
at /usr/src/lib/libthr/thread/thr_create.c:291
#8  0x in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fffbebf4000

-- 
Steve
___
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: Building math/octave with QT4?

2018-06-12 Thread Montgomery-Smith, Stephen
Sorry for top posting, but I am using Outlook to reply.


You should really send this request to the maintainer, because he could have 
very easily overlooked this email.  He is step...@freebsd.org.


If you submit a PR with a patch, preferably one which uses options to let the 
user decide whether to use QT4 or QT5, I'm sure he attend to it quite quickly, 
although his life is currently a little full, so it probably won't be 
immediately.


Or if you just send him a request without a patch, he may get around to it 
sometime.


From: owner-freebsd-po...@freebsd.org  on 
behalf of Steve Kargl 
Sent: Tuesday, June 12, 2018 3:19:27 PM
To: freebsd-ports@freebsd.org
Subject: Building math/octave with QT4?

Is it possible to build math/octave with QT4?
The recent switch to require QT5 in r469260
leads to an unusable octave (unless one's
intention is to debug QT5).

% gdb81 
/usr/local/libexec/octave/4.4.0/exec/amd64-portbld-freebsd12.0/octave-gui 
octave-gui.core
> bt
#0  0x0002056b244d in QVariant::QVariant(QVariant const&) ()
   from /usr/local/lib/qt5/libQt5Core.so.5
[Current thread is 1 (LWP 101275)]
(gdb) bt
#0  0x0002056b244d in QVariant::QVariant(QVariant const&) ()
   from /usr/local/lib/qt5/libQt5Core.so.5
#1  0x000227c233c9 in ?? ()
   from /usr/local/lib/qt5/plugins/sqldrivers/libqsqlite.so
#2  0x000227c1eba2 in ?? ()
   from /usr/local/lib/qt5/plugins/sqldrivers/libqsqlite.so
#3  0x000205117351 in QSqlResult::execBatch(bool) ()
   from /usr/local/lib/qt5/libQt5Sql.so.5
#4  0x000203cf9ca2 in ?? () from /usr/local/lib/qt5/libQt5Help.so.5
#5  0x000203cfbd42 in ?? () from /usr/local/lib/qt5/libQt5Help.so.5
#6  0x0002054b24ea in ?? () from /usr/local/lib/qt5/libQt5Core.so.5
#7  0x000200d7e426 in thread_start (curthread=0x232679100)
at /usr/src/lib/libthr/thread/thr_create.c:291
#8  0x in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fffbebf4000

--
Steve
___
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: Building math/octave with QT4?

2018-06-12 Thread Steve Kargl
On Tue, Jun 12, 2018 at 08:28:07PM +, Montgomery-Smith, Stephen wrote:
> 
> Or if you just send him a request without a patch, he may get
> around to it sometime.

This seems to work.

cd /usr/ports
svn merge -r 469260:469259 .

-- 
Steve
___
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: Building math/octave with QT4?

2018-06-12 Thread Montgomery-Smith, Stephen
On 06/12/2018 04:20 PM, Steve Kargl wrote:
> On Tue, Jun 12, 2018 at 08:28:07PM +, Montgomery-Smith, Stephen wrote:
>>
>> Or if you just send him a request without a patch, he may get
>> around to it sometime.
> 
> This seems to work.
> 
> cd /usr/ports
> svn merge -r 469260:469259 .
> 

What exactly are you doing when this error occurs?  (The one you didn't
include in the snippet above?)  I never experienced it myself.
___
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: Building math/octave with QT4?

2018-06-12 Thread Steve Kargl
On Wed, Jun 13, 2018 at 12:32:28AM +, Montgomery-Smith, Stephen wrote:
> On 06/12/2018 04:20 PM, Steve Kargl wrote:
> > On Tue, Jun 12, 2018 at 08:28:07PM +, Montgomery-Smith, Stephen wrote:
> >>
> >> Or if you just send him a request without a patch, he may get
> >> around to it sometime.
> > 
> > This seems to work.
> > 
> > cd /usr/ports
> > svn merge -r 469260:469259 .
> > 
> 
> What exactly are you doing when this error occurs?  (The one you didn't
> include in the snippet above?)  I never experienced it myself.

It shows up almost immediately if I load octave-forge-signal.

portmaster math/octave
portmaster math/octave-forge-signal

My .octaverc file contains

pkg load netcdf
pkg load signal

loading signal also loads octave-forge-control.  At csh prompt

% octave --gui &

within a few minutes of the GUI opening either
try resizing the window or a pane in the window
or dragging the window.  Watch octave drop core.

-- 
Steve
___
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"