I’m really far away from the server so I cannot do anything physically. I can ask a manual reboot on Monday but do you have any idea to get the control on this server?
Do you have any idea why I cannot connect with SSH?
Is there any chance the upgrade has succeeded?
Do you think I will have some issues after a manual reboot?
> I’m really far away from the server so I cannot do anything physically.
> I can ask a manual reboot on Monday but do you have any idea to get the
> control on this server?
Go there… sorry. No, I don’t know. Besides sending someone that can do
more than reboot.
I don’t believe in remote upgrades of PCs for a reason. They are simply
not ready for this.
If I were to do it, I would connect /the/ serial port of the
machine to another machine. The BIOS, GRUB, and the default
terminal would be set to the serial port. That second machine
should also be able to “reset” this machine.
Machines could be set in pairs.
If at all possible to do it that way…
> Do you have any idea why I cannot connect with SSH?
Guessing, the sshd daemon died. Maybe more.
> Is there any chance the upgrade has succeeded?
No, unless you launched it detached from a controlling terminal.
> Do you think I will have some issues after a manual reboot?
Dunno. Depends on what remains to upgrade, what was already upgraded.
You can only try…
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)
When you say “No, unless you launched it detached from a controlling terminal.”, is “screen” a valid way to detach the upgrade from the controlling terminal?
On 2014-11-02 21:26, max scc wrote:
>
> Hello Carlos,
>
> Thank you for your answer.
>
> When you say “No, unless you launched it detached from a controlling
> terminal.”, is “screen” a valid way to detach the upgrade from the
> controlling terminal?
AFAIK, yes. Or tmux.
Then, even if ssh dies, the process continues on its own, unless it
stops for a question or some error.
But you need to ssh-in first in order to check what happened…
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)
Thankfully the reboot fixed the SSH issue.
I am able to connect to the server and the main services are running correctly.
I figured out that I tried an upgrade from 12.2 directly to 13.1. Now, I know it was a mistake.
The version of the release is marked as 13.1 on the server but it is still the old kernel that is running.
The upgrade stopped on : (last lines of the zypper log)
There is one caveat here; 12.2->13.x includes changes in the network device name. You will no longer have eth0, you’ll have something mystical like ens33 etc. so if you are doing this remotely, on the next boot you will have a network device that is not configured and you won’t be able to connect to it.
On 2014-11-04 15:36, Miuku wrote:
>
> If you are doing it remotely, do this in a screen;
clone the system and try any procedure locally, over local network. Find
the problems and solutions, then do it on the real machine. Far Away
Space Mission style >:-)
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)