From russ at quist.ca Sat May 2 02:00:40 2009 From: russ at quist.ca (Russell Sutherland) Date: Fri, 1 May 2009 12:00:40 -0400 Subject: [flashboot] Any experiences with the recently released OpenBSD 4.5? Message-ID: <2cb417230905010900h1d81ca99yc5edd782224bf766@mail.gmail.com> Do the current install scripts work as is? -- Russell Sutherland russ at quist.ca +1.416.696.7600 From stevesk at pobox.com Sat May 2 02:25:04 2009 From: stevesk at pobox.com (Kevin Steves) Date: Fri, 1 May 2009 09:25:04 -0700 Subject: [flashboot] Any experiences with the recently released OpenBSD 4.5? In-Reply-To: <2cb417230905010900h1d81ca99yc5edd782224bf766@mail.gmail.com> References: <2cb417230905010900h1d81ca99yc5edd782224bf766@mail.gmail.com> Message-ID: <20090501162504.GA19561@steam.inca.infoblox.com> 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 From james.records at gmail.com Sat May 2 02:49:33 2009 From: james.records at gmail.com (James Records) Date: Fri, 1 May 2009 09:49:33 -0700 Subject: [flashboot] Any experiences with the recently released OpenBSD 4.5? In-Reply-To: <20090501162504.GA19561@steam.inca.infoblox.com> References: <2cb417230905010900h1d81ca99yc5edd782224bf766@mail.gmail.com> <20090501162504.GA19561@steam.inca.infoblox.com> Message-ID: <93d633890905010949m47a62134s2c97c33ea8192e3@mail.gmail.com> Been using it for months now without any issues. J On Fri, May 1, 2009 at 9:25 AM, Kevin Steves 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: From jakob at rfc.se Sat May 2 03:23:29 2009 From: jakob at rfc.se (Jakob Schlyter) Date: Fri, 1 May 2009 19:23:29 +0200 Subject: [flashboot] Any experiences with the recently released OpenBSD 4.5? In-Reply-To: <2cb417230905010900h1d81ca99yc5edd782224bf766@mail.gmail.com> References: <2cb417230905010900h1d81ca99yc5edd782224bf766@mail.gmail.com> Message-ID: 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 From yg at ygunit.net Sat May 2 14:03:05 2009 From: yg at ygunit.net (Yannick Gravel) Date: Sat, 2 May 2009 00:03:05 -0400 Subject: [flashboot] Any experiences with the recently released OpenBSD 4.5? In-Reply-To: References: <2cb417230905010900h1d81ca99yc5edd782224bf766@mail.gmail.com> Message-ID: <6A9E449B-6977-4892-8EF6-2921F3440CBB@ygunit.net> 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 From jakob at fuyu.mindrot.org Mon May 4 17:41:47 2009 From: jakob at fuyu.mindrot.org (Jakob Schlyter) Date: Mon, 4 May 2009 17:41:47 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090504074147.23C1BA4F25@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: jakob at fuyu.mindrot.org 09/05/04 17:41:47 Modified files: . : ChangeLog list.largekernel Log message: - (jakob) update list.largekernel for OpenBSD 4.5; from Yannick Diff commands: cvs -nQq rdiff -u -r1.180 -r1.181 flashboot/ChangeLog cvs -nQq rdiff -u -r1.12 -r1.13 flashboot/list.largekernel ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.180;r2=1.181&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/list.largekernel?r1=1.12;r2=1.13&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From jakob at fuyu.mindrot.org Thu May 7 05:25:22 2009 From: jakob at fuyu.mindrot.org (Jakob Schlyter) Date: Thu, 7 May 2009 05:25:22 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090506192522.2F183A4F25@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: jakob at fuyu.mindrot.org 09/05/07 05:25:22 Modified files: . : COMMELL-LE564 PCENGINES SOEKRIS4501 SOEKRIS4521 SOEKRIS4801 SOEKRIS5501 WRAP12 ChangeLog Log message: enable pflow; from Yannick Diff commands: cvs -nQq rdiff -u -r1.11 -r1.12 flashboot/COMMELL-LE564 cvs -nQq rdiff -u -r1.2 -r1.3 flashboot/PCENGINES cvs -nQq rdiff -u -r1.27 -r1.28 flashboot/SOEKRIS4501 cvs -nQq rdiff -u -r1.2 -r1.3 flashboot/SOEKRIS4521 cvs -nQq rdiff -u -r1.18 -r1.19 flashboot/SOEKRIS4801 cvs -nQq rdiff -u -r1.5 -r1.6 flashboot/SOEKRIS5501 cvs -nQq rdiff -u -r1.8 -r1.9 flashboot/WRAP12 cvs -nQq rdiff -u -r1.181 -r1.182 flashboot/ChangeLog ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/COMMELL-LE564?r1=1.11;r2=1.12&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/PCENGINES?r1=1.2;r2=1.3&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/SOEKRIS4501?r1=1.27;r2=1.28&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/SOEKRIS4521?r1=1.2;r2=1.3&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/SOEKRIS4801?r1=1.18;r2=1.19&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/SOEKRIS5501?r1=1.5;r2=1.6&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/WRAP12?r1=1.8;r2=1.9&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.181;r2=1.182&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From jakob at fuyu.mindrot.org Thu May 7 05:26:05 2009 From: jakob at fuyu.mindrot.org (Jakob Schlyter) Date: Thu, 7 May 2009 05:26:05 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090506192605.CF937A4F25@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: jakob at fuyu.mindrot.org 09/05/07 05:26:05 Modified files: . : SOEKRIS5501 ChangeLog Log message: sync kernel config for SOEKRIS5501; from Yannick Diff commands: cvs -nQq rdiff -u -r1.6 -r1.7 flashboot/SOEKRIS5501 cvs -nQq rdiff -u -r1.182 -r1.183 flashboot/ChangeLog ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/SOEKRIS5501?r1=1.6;r2=1.7&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.182;r2=1.183&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From jakob at fuyu.mindrot.org Thu May 7 05:27:49 2009 From: jakob at fuyu.mindrot.org (Jakob Schlyter) Date: Thu, 7 May 2009 05:27:49 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090506192749.CD798A4F25@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: jakob at fuyu.mindrot.org 09/05/07 05:27:49 Modified files: . : ChangeLog initial-conf : rc.initial Log message: Add the fill_baddynamic to /etc/rc (was in 4.4); from Yannick Enable pfsync only once a complete rule set is installed (was in 4.3); from Yannick Add carpdemote while services are started in rc (was in 4.0); from Yannick Add proper carp shutdown (was in 4.2); from Yannick Some test(1) consistency in /etc/rc (was in 3.8); from Yannick Diff commands: cvs -nQq rdiff -u -r1.183 -r1.184 flashboot/ChangeLog cvs -nQq rdiff -u -r1.40 -r1.41 flashboot/initial-conf/rc.initial ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.183;r2=1.184&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/initial-conf/rc.initial?r1=1.40;r2=1.41&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From massimo at cedoc.mo.it Thu May 7 17:14:22 2009 From: massimo at cedoc.mo.it (Massimo Lusetti) Date: Thu, 7 May 2009 09:14:22 +0200 Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot In-Reply-To: <20090506192522.2F183A4F25@fuyu.mindrot.org> References: <20090506192522.2F183A4F25@fuyu.mindrot.org> Message-ID: <20090507091422.109c89ed@intanto> On Thu, 7 May 2009 05:25:22 +1000 (EST) Jakob Schlyter wrote: > CVSROOT: /var/cvs > Module name: flashboot > Changes by: jakob at fuyu.mindrot.org 09/05/07 05:25:22 > > Modified files: > . : COMMELL-LE564 PCENGINES SOEKRIS4501 SOEKRIS4521 > SOEKRIS4801 SOEKRIS5501 WRAP12 ChangeLog > > Log message: > enable pflow; from Yannick There's a reason why GENERIC-RD has been left out? Thanks -- Massimo From yg at ygunit.net Thu May 7 22:18:48 2009 From: yg at ygunit.net (Yannick Gravel) Date: Thu, 7 May 2009 08:18:48 -0400 Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot In-Reply-To: <20090507091422.109c89ed@intanto> References: <20090506192522.2F183A4F25@fuyu.mindrot.org> <20090507091422.109c89ed@intanto> Message-ID: Hi Massimo, The GENERIC-RD kernel inherit from GENERIC in the OpenBSD source directory. ie: include "../../../conf/GENERIC" So the platform independent part of the OpenBSD kernel is always in sync. Attached is a patch so that build-livecd.sh work. "list.largekernel" need to be installed after "list" to resolve a MAKEDEV use before install dependency. Cheers Y. -------------- next part -------------- A non-text attachment was scrubbed... Name: livecd_for45.patch Type: application/octet-stream Size: 710 bytes Desc: not available URL: -------------- next part -------------- _.__ __. .._ _. .. _ Le 7-May-09 ? 3:14 , Massimo Lusetti a ?crit : > On Thu, 7 May 2009 05:25:22 +1000 (EST) > Jakob Schlyter wrote: > >> CVSROOT: /var/cvs >> Module name: flashboot >> Changes by: jakob at fuyu.mindrot.org 09/05/07 05:25:22 >> >> Modified files: >> . : COMMELL-LE564 PCENGINES SOEKRIS4501 SOEKRIS4521 >> SOEKRIS4801 SOEKRIS5501 WRAP12 ChangeLog >> >> Log message: >> enable pflow; from Yannick > > There's a reason why GENERIC-RD has been left out? > > Thanks > -- > Massimo From stevesk at fuyu.mindrot.org Thu May 14 06:14:04 2009 From: stevesk at fuyu.mindrot.org (Kevin Steves) Date: Thu, 14 May 2009 06:14:04 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090513201404.02B2CA4F51@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: stevesk at fuyu.mindrot.org 09/05/14 06:14:03 Modified files: . : ChangeLog list initial-conf : rc.initial Log message: - (stevesk) add support for ldattach; commented out in list Diff commands: cvs -nQq rdiff -u -r1.184 -r1.185 flashboot/ChangeLog cvs -nQq rdiff -u -r1.59 -r1.60 flashboot/list cvs -nQq rdiff -u -r1.41 -r1.42 flashboot/initial-conf/rc.initial ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.184;r2=1.185&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/list?r1=1.59;r2=1.60&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/initial-conf/rc.initial?r1=1.41;r2=1.42&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From jakob at fuyu.mindrot.org Sun May 17 06:52:23 2009 From: jakob at fuyu.mindrot.org (Jakob Schlyter) Date: Sun, 17 May 2009 06:52:23 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090516205223.291D6A4F25@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: jakob at fuyu.mindrot.org 09/05/17 06:52:23 Modified files: . : ChangeLog build-livecd.sh Log message: fix livecd build script; from Yannick Diff commands: cvs -nQq rdiff -u -r1.185 -r1.186 flashboot/ChangeLog cvs -nQq rdiff -u -r1.2 -r1.3 flashboot/build-livecd.sh ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.185;r2=1.186&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/build-livecd.sh?r1=1.2;r2=1.3&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From jakob at fuyu.mindrot.org Sun May 17 06:53:53 2009 From: jakob at fuyu.mindrot.org (Jakob Schlyter) Date: Sun, 17 May 2009 06:53:53 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090516205353.8122EA4F25@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: jakob at fuyu.mindrot.org 09/05/17 06:53:53 Modified files: . : ChangeLog initial-conf : rc.initial Log message: sync spamd startup Diff commands: cvs -nQq rdiff -u -r1.186 -r1.187 flashboot/ChangeLog cvs -nQq rdiff -u -r1.42 -r1.43 flashboot/initial-conf/rc.initial ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.186;r2=1.187&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/initial-conf/rc.initial?r1=1.42;r2=1.43&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From e.papet at dev1-0.com Mon May 18 22:39:53 2009 From: e.papet at dev1-0.com (Eric Papet) Date: Mon, 18 May 2009 14:39:53 +0200 Subject: [flashboot] flashboot openbsd 4.3 openvpn problem Message-ID: <4A115719.3010104@dev1-0.com> hi, I have a problem when i start openvpn in my soekris (flashboot) with openBSD 4.3: ********* executing /etc/rc.pkg Unpacking package /flash/pkg/lzo-1.08p1.tgz from flash... done Unpacking package /flash/pkg/openvpn-2.0.9p1.tgz.tgz from flash... done *********** finished /etc/rc.pkg root# openvpn openvpn cant' load library 'liblzo.so.1.0 root# ls /usr/local/lib liblzo.a liblzo.la liblzo.so.1.? I don't understand Some one are a explication ? Thank best regard's Eric Papet -- -------------- next part -------------- A non-text attachment was scrubbed... Name: e.papet.vcf Type: text/x-vcard Size: 404 bytes Desc: not available URL: From massimo at cedoc.mo.it Mon May 18 23:21:34 2009 From: massimo at cedoc.mo.it (Massimo Lusetti) Date: Mon, 18 May 2009 15:21:34 +0200 Subject: [flashboot] flashboot openbsd 4.3 openvpn problem In-Reply-To: <4A115719.3010104@dev1-0.com> References: <4A115719.3010104@dev1-0.com> Message-ID: <20090518152134.759fae89@intanto> On Mon, 18 May 2009 14:39:53 +0200 Eric Papet wrote: > Some one are a explication ? Maybe your ldpath does not comprehend /usr/local/lib ? -- Massimo From stevesk at fuyu.mindrot.org Thu May 21 02:19:44 2009 From: stevesk at fuyu.mindrot.org (Kevin Steves) Date: Thu, 21 May 2009 02:19:44 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090520161944.82C93A4F25@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: stevesk at fuyu.mindrot.org 09/05/21 02:19:44 Modified files: . : ChangeLog initial-conf : rc.initial Log message: - (stevesk) sync ntpd startup to match OpenBSD Diff commands: cvs -nQq rdiff -u -r1.187 -r1.188 flashboot/ChangeLog cvs -nQq rdiff -u -r1.43 -r1.44 flashboot/initial-conf/rc.initial ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.187;r2=1.188&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/initial-conf/rc.initial?r1=1.43;r2=1.44&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From stevesk at fuyu.mindrot.org Thu May 21 04:28:16 2009 From: stevesk at fuyu.mindrot.org (Kevin Steves) Date: Thu, 21 May 2009 04:28:16 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090520182816.28A1BA4F25@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: stevesk at fuyu.mindrot.org 09/05/21 04:28:16 Modified files: . : ChangeLog initial-conf : rc.initial Log message: - (stevesk) sync dhcpd startup to match OpenBSD (which deprecates /etc/dhcpd.interfaces). remove redundant touch /var/db/dhcpd.leases. Diff commands: cvs -nQq rdiff -u -r1.188 -r1.189 flashboot/ChangeLog cvs -nQq rdiff -u -r1.44 -r1.45 flashboot/initial-conf/rc.initial ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.188;r2=1.189&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/initial-conf/rc.initial?r1=1.44;r2=1.45&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From stevesk at fuyu.mindrot.org Thu May 21 04:35:08 2009 From: stevesk at fuyu.mindrot.org (Kevin Steves) Date: Thu, 21 May 2009 04:35:08 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090520183508.C58B9A4F25@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: stevesk at fuyu.mindrot.org 09/05/21 04:35:08 Modified files: . : ChangeLog initial-conf : backupconfig Log message: - (stevesk) backupconfig: use 'backed up' vs. 'backuped'. Diff commands: cvs -nQq rdiff -u -r1.189 -r1.190 flashboot/ChangeLog cvs -nQq rdiff -u -r1.2 -r1.3 flashboot/initial-conf/backupconfig ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.189;r2=1.190&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/initial-conf/backupconfig?r1=1.2;r2=1.3&view=patch Please note that there may be a delay before commits are available on the public ViewVC site. From stevesk at fuyu.mindrot.org Thu May 28 05:06:19 2009 From: stevesk at fuyu.mindrot.org (Kevin Steves) Date: Thu, 28 May 2009 05:06:19 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20090527190619.C00BEA4F6E@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: stevesk at fuyu.mindrot.org 09/05/28 05:06:19 Modified files: . : ChangeLog initial-conf : backupconfig Log message: - (stevesk) test /flash/conf to check if /flash is mounted in backupconfig. Niclas Rosell concurs. Diff commands: cvs -nQq rdiff -u -r1.190 -r1.191 flashboot/ChangeLog cvs -nQq rdiff -u -r1.3 -r1.4 flashboot/initial-conf/backupconfig ViewVC: http://anoncvs.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.190;r2=1.191&view=patch http://anoncvs.mindrot.org/index.cgi/flashboot/initial-conf/backupconfig?r1=1.3;r2=1.4&view=patch Please note that there may be a delay before commits are available on the public ViewVC site.