Hi...I needed to get my webserver upgraded, and decided on moving up to 8.1 since it has the longest time until EOL in the 8.x branch right now. My system was already running 8.0-RELEASE, and had been since it was initially installed. It is one of a pair of webservers that are almost identical (one primary, one sitting in standby in case something goes wrong). This is the standby server, and I was getting it upgraded and was going to swap them out and then upgrade the primary server while it is "offline".
I followed the instructions in http://www.freebsd.org/doc/handbook/updating-freebsdupdate.html under section 26.2.3 Major and Minor Upgrades. Everything seemed to be going fine, but when I got to the first reboot, a lot of things didn't come back up. I was expecting things like cherokee to maybe fail until it got rebuilt, but ssh stopped working, and freebsd-update doesn't seem to be working anymore either.
When I run "freebsd-update install", I get back:
So, I ran the command it suggested, and got:
I also tried freebsd-update rollback, but it just says there are no rollback files.
Oh, and when I tried pinging another system just to see if the network was working at all, I got:
So...is it just gone? I can get it back to where it was, but it may involve taking the website down for half an hour or so while I make a copy of it, and I'd like to try to avoid that. I may even be able to mount its SAN snapshot and make a copy that way...but, even then, I still need to get the server upgraded.
Any suggestions? I'll answer any question I can, and if I can find some magical way to get files off of the server, I'd be more than happy to upload them.
Thanks in advance!
I followed the instructions in http://www.freebsd.org/doc/handbook/updating-freebsdupdate.html under section 26.2.3 Major and Minor Upgrades. Everything seemed to be going fine, but when I got to the first reboot, a lot of things didn't come back up. I was expecting things like cherokee to maybe fail until it got rebuilt, but ssh stopped working, and freebsd-update doesn't seem to be working anymore either.
When I run "freebsd-update install", I get back:
Code:
Installing updates...Update files missing -- this should never happen.
Re-run '/usr/sbin/freebsd-update fetch'
So, I ran the command it suggested, and got:
Code:
Looking up update.FreeBSD.org mirrors... 4 mirrors found.
fetching metadata signature for 8.1-RELEASE from update4.freebsd.org... Segmentation fault (core dumped)
failed.
fetching metadata signature for 8.1-RELEASE from update5.freebsd.org... Segmentation fault (core dumped)
failed.
fetching metadata signature for 8.1-RELEASE from update2.freebsd.org... Segmentation fault (core dumped)
failed.
fetching metadata signature for 8.1-RELEASE from update3.freebsd.org... Segmentation fault (core dumped)
failed.
No mirrors remaining, giving up.
I also tried freebsd-update rollback, but it just says there are no rollback files.
Oh, and when I tried pinging another system just to see if the network was working at all, I got:
Code:
/libexec/ld-elf.so.1: /lib/libm.so.5: Shared object has no run-time symbol table
So...is it just gone? I can get it back to where it was, but it may involve taking the website down for half an hour or so while I make a copy of it, and I'd like to try to avoid that. I may even be able to mount its SAN snapshot and make a copy that way...but, even then, I still need to get the server upgraded.
Any suggestions? I'll answer any question I can, and if I can find some magical way to get files off of the server, I'd be more than happy to upload them.
Thanks in advance!