I screwed up.
I've been trying to upgrade some things on the server for PCI compliance, when I went to upgrade PHP something didn't go quite right, and I've had to add some extensions manually since then, as we notice errors popping up here and there. Where every other extension has been fine, today tried to add php5-zip and ran into problems.
Somewhat out of frustration and somewhat to just try another route to get it to work, I:
So yeah, that's supposed to upgrade everything, that should work!
After things started breaking (all the sites on the box, just because turns out mysql had stopped), some quick research turned up how much how much of a complete FreeBSD idiot I am. I'm mostly just a web developer who uses search engines to usually get by okay with some other things.
So the sites are back up, but portupgrade is still running, and if I understand correctly, this could go on for eternity.
I am worried that:
1) If I CTRL+C to try to cancel it, things will break
2) There is a hurricane coming soon and would like to leave work early to get out of town for a couple days
3) If I just let it run and leave work early, things will break
4) Haven't slept a wink, and I will find another way to make things break
I just realized that it pauses waiting for user input periodically -- can I let it sit at one of those screens and get back to this when I can really keep an eye on the sites, or otherwise "safely" CTRL+C from one of those screens? :r
I've been trying to upgrade some things on the server for PCI compliance, when I went to upgrade PHP something didn't go quite right, and I've had to add some extensions manually since then, as we notice errors popping up here and there. Where every other extension has been fine, today tried to add php5-zip and ran into problems.
Somewhat out of frustration and somewhat to just try another route to get it to work, I:
Code:
portupgrade -a
So yeah, that's supposed to upgrade everything, that should work!
After things started breaking (all the sites on the box, just because turns out mysql had stopped), some quick research turned up how much how much of a complete FreeBSD idiot I am. I'm mostly just a web developer who uses search engines to usually get by okay with some other things.
So the sites are back up, but portupgrade is still running, and if I understand correctly, this could go on for eternity.
I am worried that:
1) If I CTRL+C to try to cancel it, things will break
2) There is a hurricane coming soon and would like to leave work early to get out of town for a couple days
3) If I just let it run and leave work early, things will break
4) Haven't slept a wink, and I will find another way to make things break
I just realized that it pauses waiting for user input periodically -- can I let it sit at one of those screens and get back to this when I can really keep an eye on the sites, or otherwise "safely" CTRL+C from one of those screens? :r