Russell Sutherland
2009-May-01 16:00 UTC
[flashboot] Any experiences with the recently released OpenBSD 4.5?
Do the current install scripts work as is? -- Russell Sutherland russ at quist.ca +1.416.696.7600
Kevin Steves
2009-May-01 16:25 UTC
[flashboot] Any experiences with the recently released OpenBSD 4.5?
On Fri, May 01, 2009 at 12:00:40PM -0400, Russell Sutherland wrote: : Do the current install scripts work as is? flashboot builds 4.5 fine. [root at net4801-60 root]# uname -a OpenBSD net4801-60 4.5 SOEKRIS4801#0 i386
James Records
2009-May-01 16:49 UTC
[flashboot] Any experiences with the recently released OpenBSD 4.5?
Been using it for months now without any issues. J On Fri, May 1, 2009 at 9:25 AM, Kevin Steves <stevesk at pobox.com> wrote:> On Fri, May 01, 2009 at 12:00:40PM -0400, Russell Sutherland wrote: > : Do the current install scripts work as is? > > flashboot builds 4.5 fine. > > [root at net4801-60 root]# uname -a > OpenBSD net4801-60 4.5 SOEKRIS4801#0 i386 > _______________________________________________ > flashboot mailing list > flashboot at mindrot.org > https://lists.mindrot.org/mailman/listinfo/flashboot >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mindrot.org/pipermail/flashboot/attachments/20090501/4de11b4b/attachment.html>
Jakob Schlyter
2009-May-01 17:23 UTC
[flashboot] Any experiences with the recently released OpenBSD 4.5?
I''ve received some patches from Yannick Gravel, I''ll try to commit them as soon as time permits. until then, perhaps Yannick can explain to the list what changes are needed? jakob
Yannick Gravel
2009-May-02 04:03 UTC
[flashboot] Any experiences with the recently released OpenBSD 4.5?
Hi, As many other reported, flashboot current build and work with OpenBSD 4.5. I personally tested with OpenBSD 4.5 stable on Soekris Net5501 - My 4.4 stable config (pf, carp, IPSEC) worked with 4.5 stable without any change. - My 4.4 stable large kernel config (pf, carp, named, snmpd) built and worked with stable once 2 lines got adjusted in the file "list.largekernel": sync shared library versions. (Patch already supplied to Jakob) -COPY ${DESTDIR}/usr/lib/libssl.so.11.0 usr/lib/libssl.so.11.0 +COPY ${DESTDIR}/usr/lib/libssl.so.14.0 usr/lib/libssl.so.14.0 -COPY ${DESTDIR}/usr/lib/libpthread.so.11.0 usr/lib/libpthread.so. 11.0 +COPY ${DESTDIR}/usr/lib/libpthread.so.11.1 usr/lib/libpthread.so. 11.1 - Note that at this point you don''t have access to the new pflow(4) feature. At least the following line need to be added to your kernel config file (SOEKRIS5501/SOEKRIS4801/SOEKRIS4501/WRAP12...) I''ll submit the patch for this once I validated a little. +pseudo-device pflow # pflow export if - Some changes to the OpenBSD /etc/rc were not integrated into flashboot over the last few releases, I''ll sync some of those. Here''s the list: telegraphic style. ** Add the fill_baddynamic to /etc/rc (added in 4.4) ** Enable pfsync only once a complete rule set is installed (was in 4.3) ** test(1) consistency in /etc/rc (was in 3.8) ** Add carpdemote while services are started in rc (was in 4.0) ** Add proper carp shutdown (was in 4.2) ** Deprecate use /etc/dhcpd.interfaces (was in 4.4) Cheers Y. _.__ __. .._ _. .. _ Le 1-May-09 ? 13:23 , Jakob Schlyter a ?crit :> I''ve received some patches from Yannick Gravel, I''ll try to commit > them as soon as time permits. until then, perhaps Yannick can > explain to the list what changes are needed? > > jakob