From yg at ygunit.net Wed Oct 22 15:55:09 2008 From: yg at ygunit.net (Yannick Gravel) Date: Wed, 22 Oct 2008 00:55:09 -0400 Subject: [flashboot] Getting ready for 4.4 /etc/netstart need /usr/bin/stat Message-ID: <48FEB22D.1000406@ygunit.net> Hi, I built current flashboot code using OpenBSD 4.4 stable for a Soekris net5501-70. /etc/netstart has changed since 4.3 and it now need /usr/bin/stat that was missing from flashboot. cvs server: Diffing . Index: list =================================================================== RCS file: /cvs/flashboot/list,v retrieving revision 1.57 diff -r1.57 list 177a178 > COPY ${DESTDIR}/usr/bin/stat usr/bin/stat Index: list.recovery =================================================================== RCS file: /cvs/flashboot/list.recovery,v retrieving revision 1.3 diff -r1.3 list.recovery 135a136 > COPY ${DESTDIR}/usr/bin/stat usr/bin/stat Also, I have updated /etc/rc.conf to source /etc/rc.conf.local ? la full OpenBSD. I have been doing this for the last 4 years in my postinstall procedure. But it would be nice to have this embeded in flashboot so that /etc/rc.conf can set the default and show all the rc knobs even after the update to a new kernel/ramdisk with new features. What you guys think about this? cvs server: Diffing initial-conf Index: initial-conf/rc.conf =================================================================== RCS file: /cvs/flashboot/initial-conf/rc.conf,v retrieving revision 1.15 diff -r1.15 rc.conf 36a37,40 > > local_rcconf="/etc/rc.conf.local" > > [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line I'll continue to play with my latest build and see if other things need to be "changed" to adapt for OpenBSD 4.4. Cheers Y. From rd at tilde.se Wed Oct 22 15:59:04 2008 From: rd at tilde.se (Rickard Dahlstrand) Date: Wed, 22 Oct 2008 06:59:04 +0200 Subject: [flashboot] Getting ready for 4.4 /etc/netstart need /usr/bin/stat In-Reply-To: <48FEB22D.1000406@ygunit.net> References: <48FEB22D.1000406@ygunit.net> Message-ID: <8CF7299D-6E2C-475C-8E7B-BBA44597D144@tilde.se> Excellent, Jakob will probably commit these within a day or two. Rickard. 22 okt 2008 kl. 06.55 skrev Yannick Gravel: > Hi, > > I built current flashboot code using OpenBSD 4.4 stable for a Soekris > net5501-70. > > /etc/netstart has changed since 4.3 and it now need /usr/bin/stat > that > was missing from flashboot. > > cvs server: Diffing . > Index: list > =================================================================== > RCS file: /cvs/flashboot/list,v > retrieving revision 1.57 > diff -r1.57 list > 177a178 >> COPY ${DESTDIR}/usr/bin/stat usr/bin/stat > Index: list.recovery > =================================================================== > RCS file: /cvs/flashboot/list.recovery,v > retrieving revision 1.3 > diff -r1.3 list.recovery > 135a136 >> COPY ${DESTDIR}/usr/bin/stat usr/bin/stat > > Also, I have updated /etc/rc.conf to source /etc/rc.conf.local ? la > full OpenBSD. I have been doing this for the last 4 years in my > postinstall procedure. But it would be nice to have this embeded in > flashboot so that /etc/rc.conf can set the default and show all the rc > knobs even after the update to a new kernel/ramdisk with new features. > What you guys think about this? > > cvs server: Diffing initial-conf > Index: initial-conf/rc.conf > =================================================================== > RCS file: /cvs/flashboot/initial-conf/rc.conf,v > retrieving revision 1.15 > diff -r1.15 rc.conf > 36a37,40 >> >> local_rcconf="/etc/rc.conf.local" >> >> [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line > > I'll continue to play with my latest build and see if other things > need > to be "changed" to adapt for OpenBSD 4.4. > > Cheers > > Y. > > _______________________________________________ > flashboot mailing list > flashboot at mindrot.org > https://lists.mindrot.org/mailman/listinfo/flashboot From jakob at fuyu.mindrot.org Thu Oct 23 05:46:44 2008 From: jakob at fuyu.mindrot.org (Jakob Schlyter) Date: Thu, 23 Oct 2008 04:46:44 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20081022184644.7411DA4F6C@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: jakob at fuyu.mindrot.org 08/10/23 04:46:44 Modified files: . : ChangeLog initial-conf : rc.conf Log message: - (jakob) source rc.conf.local; from Yannick Gravel Diff commands: cvs -nQq rdiff -u -r1.176 -r1.177 flashboot/ChangeLog cvs -nQq rdiff -u -r1.15 -r1.16 flashboot/initial-conf/rc.conf CVSWeb: http://cvsweb.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.176;r2=1.177 http://cvsweb.mindrot.org/index.cgi/flashboot/initial-conf/rc.conf?r1=1.15;r2=1.16 Please note that there may be a delay before commits are available on the public CVSWeb site. From jakob at fuyu.mindrot.org Thu Oct 23 05:49:19 2008 From: jakob at fuyu.mindrot.org (Jakob Schlyter) Date: Thu, 23 Oct 2008 04:49:19 +1000 (EST) Subject: [flashboot] CVS: fuyu.mindrot.org: flashboot Message-ID: <20081022184919.942ECA4F6B@fuyu.mindrot.org> CVSROOT: /var/cvs Module name: flashboot Changes by: jakob at fuyu.mindrot.org 08/10/23 04:49:19 Modified files: . : ChangeLog list list.recovery Log message: - (jakob) add /usr/bin/stat (needed by netstart); from Yannick Gravel Diff commands: cvs -nQq rdiff -u -r1.177 -r1.178 flashboot/ChangeLog cvs -nQq rdiff -u -r1.57 -r1.58 flashboot/list cvs -nQq rdiff -u -r1.3 -r1.4 flashboot/list.recovery CVSWeb: http://cvsweb.mindrot.org/index.cgi/flashboot/ChangeLog?r1=1.177;r2=1.178 http://cvsweb.mindrot.org/index.cgi/flashboot/list?r1=1.57;r2=1.58 http://cvsweb.mindrot.org/index.cgi/flashboot/list.recovery?r1=1.3;r2=1.4 Please note that there may be a delay before commits are available on the public CVSWeb site. From jakob at rfc.se Thu Oct 23 05:51:16 2008 From: jakob at rfc.se (Jakob Schlyter) Date: Wed, 22 Oct 2008 20:51:16 +0200 Subject: [flashboot] Getting ready for 4.4 /etc/netstart need /usr/bin/stat In-Reply-To: <48FEB22D.1000406@ygunit.net> References: <48FEB22D.1000406@ygunit.net> Message-ID: <09685F7A-DF33-4B55-B357-188E178807AF@rfc.se> thanks, committed now. jakob From massimo at cedoc.mo.it Sat Oct 25 00:10:53 2008 From: massimo at cedoc.mo.it (Massimo Lusetti) Date: Fri, 24 Oct 2008 15:10:53 +0200 Subject: [flashboot] Building on a 4.4 system Message-ID: <20081024151053.1c964dcc@intanto> Does anyone have tried to build on a 4.4 system? The build-release process ends with this error: ===> libssl/crypto install -c -o root -g bin -m 600 libcrypto.a /data/flashboot-SNAP-20081024/flash-dist/usr/lib/libcrypto.a ranlib -t /data/flashboot-SNAP-20081024/flash-dist/usr/lib/libcrypto.a chmod 444 /data/flashboot-SNAP-20081024/flash-dist/usr/lib/libcrypto.a install -c -o root -g bin -m 600 libcrypto_p.a /data/flashboot-SNAP-20081024/flash-dist/usr/lib ranlib -t /data/flashboot-SNAP-20081024/flash-dist/usr/lib/libcrypto_p.a chmod 444 /data/flashboot-SNAP-20081024/flash-dist/usr/lib/libcrypto_p.a install -c -o root -g bin -m 600 libcrypto_pic.a /data/flashboot-SNAP-20081024/flash-dist/usr/lib ranlib -t /data/flashboot-SNAP-20081024/flash-dist/usr/lib/libcrypto_pic.a chmod 444 /data/flashboot-SNAP-20081024/flash-dist/usr/lib/libcrypto_pic.a install -c -o root -g bin -m 444 libcrypto.so.14.0 /data/flashboot-SNAP-20081024/flash-dist/usr/lib install -c -o root -g bin -m 444 llib-lcrypto.ln /data/flashboot-SNAP-20081024/flash-dist/usr/libdata/lint install: llib-lcrypto.ln: No such file or directory *** Error code 71 Stop in /usr/src/lib/libssl/crypto (line 252 of /usr/share/mk/bsd.lib.mk). *** Error code 1 Stop in /usr/src/lib/libssl (line 48 of /usr/share/mk/bsd.subdir.mk). *** Error code 1 Stop in /usr/src/lib (line 48 of /usr/share/mk/bsd.subdir.mk). *** Error code 1 Stop in /usr/src (line 73 of Makefile). Any hints is really appreciated. -- Massimo Truth will out this morning. (Which may really mess things up.) From stevesk at pobox.com Sat Oct 25 08:26:46 2008 From: stevesk at pobox.com (Kevin Steves) Date: Fri, 24 Oct 2008 14:26:46 -0700 Subject: [flashboot] Building on a 4.4 system In-Reply-To: <20081024151053.1c964dcc@intanto> References: <20081024151053.1c964dcc@intanto> Message-ID: <20081024212646.GA31485@steam.sbcglobal.net> On Fri, Oct 24, 2008 at 03:10:53PM +0200, Massimo Lusetti wrote: : Does anyone have tried to build on a 4.4 system? : : The build-release process ends with this error: yes, but 4.4 hasn't been released yet. i've built OPENBSD_4_4 using this snapshot. [stevesk at ibase3 ~]$ what /bsd /bsd OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55 MDT 2008 From james.records at gmail.com Sat Oct 25 08:48:29 2008 From: james.records at gmail.com (James Records) Date: Fri, 24 Oct 2008 14:48:29 -0700 Subject: [flashboot] Building on a 4.4 system In-Reply-To: <20081024212646.GA31485@steam.sbcglobal.net> References: <20081024151053.1c964dcc@intanto> <20081024212646.GA31485@steam.sbcglobal.net> Message-ID: <93d633890810241448h64f34a88l41a6e7054301e31a@mail.gmail.com> I'm running 4.4 without any issues using my modified version of flashboot...my mods don't do anything that would change anything that would affect this though, make sure your kernels don't have pccoms, and it should work. jim On Fri, Oct 24, 2008 at 2:26 PM, Kevin Steves wrote: > On Fri, Oct 24, 2008 at 03:10:53PM +0200, Massimo Lusetti wrote: > : Does anyone have tried to build on a 4.4 system? > : > : The build-release process ends with this error: > > yes, but 4.4 hasn't been released yet. > > i've built OPENBSD_4_4 using this snapshot. > > [stevesk at ibase3 ~]$ what /bsd > /bsd > OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55 MDT 2008 > _______________________________________________ > 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/20081024/312b0ef0/attachment-0001.html From massimo at cedoc.mo.it Thu Oct 30 18:52:22 2008 From: massimo at cedoc.mo.it (Massimo Lusetti) Date: Thu, 30 Oct 2008 08:52:22 +0100 Subject: [flashboot] Building on a 4.4 system In-Reply-To: <93d633890810241448h64f34a88l41a6e7054301e31a@mail.gmail.com> References: <20081024151053.1c964dcc@intanto> <20081024212646.GA31485@steam.sbcglobal.net> <93d633890810241448h64f34a88l41a6e7054301e31a@mail.gmail.com> Message-ID: <20081030085222.53672e71@intanto> On Fri, 24 Oct 2008 14:48:29 -0700 "James Records" wrote: > I'm running 4.4 without any issues using my modified version of > flashboot...my mods don't do anything that would change anything that > would affect this though, make sure your kernels don't have pccoms, > and it should work. > > jim Thanks i've built a 4.4-CURRENT to get some fix for the re(4) and it is working now. -- Massimo You will engage in a profitable business activity.