Hi!> > uname -a[...]> > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSDSo 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 at opsec.eu +49 171 3101372 3 years to go !
On 18/10/2017 05:41, Kurt Jaeger wrote:> 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. >If you have trouble running anything after the system upgrade, installing misc/compat9x should resolve the issues until you get your ports updated. -- FreeBSD - the place to B...Software Developing Shane Ambler
thanks guys , I wil try and let you know about the kernel, I think was for ipfw or something On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger <lists at 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 at opsec.eu +49 171 3101372 3 years to > go ! >
Good afternoon Kurt and everyone I follow the steps (that Kurt sent with his help) After the mergemaster -UiP the server stop at boot, after this point (see pictures attached) On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger <lists at 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 at opsec.eu +49 171 3101372 3 years to > go ! >
Hi!> I follow the steps (that Kurt sent with his help) > After the mergemaster -UiP > the server stop at boot, after this point (see pictures attached)Can you boot single-mode ? Can you boot the old kernel ? -- pi at opsec.eu +49 171 3101372 3 years to go !
Good afternoon Kurt and everyone I follow the steps (that Kurt sent with his help) After the mergemaster -UiP the server stop at boot, after this point cant attach pictures because of the size, follow some messages errors ifconfig: ioctl (set name): file exists /etc/rc warning $ipv6_ifconfig_lo0 is obsolete ifconfig: lo0 bad value eval list_vars: not found eval: sort_lite: not found these last 3, continues repeatly for ever I cant get the login screen On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger <lists at 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 at opsec.eu +49 171 3101372 3 years to > go ! >