Date: Wed, 18 Oct 2017 23:24:01 -0700 From: Kevin Oberman <rkoberman@gmail.com> To: Denis Granato <denisgranato@gmail.com> Cc: Kurt Jaeger <lists@opsec.eu>, FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org> Subject: Re: error instaling any ports Message-ID: <CAN6yY1s0We1tc2DRLqvw_UJ96kyX19hjLyEqc-3qDKgfx78GqQ@mail.gmail.com> In-Reply-To: <CAPr2_vPCxZb8q_ox7oEVMP6eohwrNp4g3RSaMcD39ThPUEa-rw@mail.gmail.com> References: <CAPr2_vMXWDzWnfn8gwXB8=-nYptkZQujnv01QxRJyMpxmVxK0Q@mail.gmail.com> <20171017173258.GZ86601@home.opsec.eu> <CAPr2_vPP4UzeyNyT-YN2SQB6ncXrgTxGaYm8fCY9yB814MAvyA@mail.gmail.com> <20171017174708.GA86601@home.opsec.eu> <CAPr2_vPnPez=U-o_3S8z-dqCtdNWXq0yM1gqjG5RqnX%2BtDgpTA@mail.gmail.com> <20171017191145.GB86601@home.opsec.eu> <CAPr2_vPCxZb8q_ox7oEVMP6eohwrNp4g3RSaMcD39ThPUEa-rw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 18, 2017 at 3:12 AM, Denis Granato <denisgranato@gmail.com> wrote: > thanks guys , I will try and let you know > about the kernel, I think was for ipfw or something > No need for a custom kernel for this. If you configure ipfw in rc.conf as per the Handbook (29.4), it will load the module and your configuration using the GENERIC kernel. I might also point out that use of freebsd-update does NOT require that you run a GENERIC kernel. This is discussed in the Handbook (23.2). You MUST have a copy of the GENERIC kernel, either as your boot kernel or by placing a copy of the GENERIC kernel in /boot/GENERIC. (N.B. This is a file name, not a directory.) This does require rebuilding your custom kernel after the update is otherwise complete. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > > > > On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger <lists@opsec.eu> wrote: > > > Hi! > > > > > > uname -a > > [...] > > > > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD > > > > So you have a PRERELEASE version and you have a custom kernel. > > > > Do you know why that is ? Any specific change that needs to > > be in that kernel config ? > > > > Please check if you have a 'svn' binary somewhere, because it looks > > like you need to do a source upgrade first. > > > > rm -rf /usr/obj /usr/src > > mkdir /usr/src > > cd /usr/src > > svn checkout https://svn.freebsd.org/base/release/9.3.0/ . > > make buildworld > > make buildkernel > > make installkernel > > make installworld > > mergemaster -UiP > > shutdown -r now > > cd /usr/src > > make check-old > > make delete-old > > make delete-old-libs > > > > > *server# freebsd-update -r 9.3-RELEASE upgradeLooking up > > update.freebsd.org > > > <http://update.freebsd.org> mirrors... 3 mirrors found.Fetching public > > key > > > from update6.freebsd.org... failed.Fetching public key from > > > update5.freebsd.org... failed.Fetching public key from > > > update4.freebsd.org... failed.No mirrors remaining, giving up* > > > > Well, freebsd-update only works on GENERIC kernels and systems, so > > your first step needs to be a source upgrade. > > > > Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on > > 10.x, so no need to worry about the packages installed for now. > > > > You can rebuild your ports when you're on 10.x. > > > > -- > > pi@opsec.eu +49 171 3101372 3 years > to > > go ! > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1s0We1tc2DRLqvw_UJ96kyX19hjLyEqc-3qDKgfx78GqQ>