Black screen on latest update!

Hi! I updated to the latest snapshot https://forums.opensuse.org/showthread.php/550135-New-Tumbleweed-snapshot-20210212-released! on Opensuse Gnome Tumbleweed and in the middle of the update I got a black screen with the cursor blinking. I managed to enter TTY2 (Ctrl+Alt+F3), I put sudo zypper dup again, it finished updating and apparently everything was ok.
Is it advisable to always update via TTY2?

Thanks for Opensuse!

or 3 or 4 or 5 or 6. It’s a good idea, for reasons like you experienced, especially for TW users. :wink:

No issue here

Most TW upgrades can be done successfully even from a desktop environment but when basic parts of the graphics stack get upgraded themselves there are chances of X11 (for example) or other pieces to stop working, losing the desktop session, the virtual terminal and the upgrade process along the way. This is likely the case with a large rebuild like 20210212 especially if you are running on a relatively small RAM, forcing running processes to reload files that changed during the upgrade.
There used to be a trick using the “screen” program to have the upgrade process survive even a desktop crash, but I’m not sure it still works.
Anyway, doing a “zypper dup” from a TTYx console is safer, as you learned “the hard way” :wink:

And, by the way, welcome to the Forums!

Thanks for the recommendation and welcome, in the end experience is the best science. lol!

Confirming the problem, doing a “zypper dup” from a Gnome terminal in a Wayland session the screen goes blank after installing some 800 packages, somewhere about this point:

2021-02-17 12:18:34|install|bolt|0.9-1.4|x86_64||download.opensuse.org-oss|59afa276778836a7db0f545a5595d56d64db0ce8ffc780249b2f95f4a862dfc1| 
2021-02-17 12:18:34|install|attr|2.4.48-3.20|x86_64||download.opensuse.org-oss|17710aa05ddead141c1a06ca1f3e3b2fa3522c859f77c46fe758bff66b7ec5c3| 
2021-02-17 12:18:34|install|apparmor-parser|3.0.1-3.2|x86_64||download.opensuse.org-oss|e1d8801251be8cb3707d488335379d486909d78e8fdd0bd0bf1674f23abbcaa1| 
2021-02-17 12:18:34|install|alsa-plugins-upmix|1.2.2-3.2|x86_64||download.opensuse.org-oss|2a75381a1e76fc379e6cd7119a5bdb3888079501e7d455069f8f2f15973fc6e0| 
2021-02-17 12:18:34|install|alsa-plugins-speexrate|1.2.2-3.2|x86_64||download.opensuse.org-oss|58453fd5d2bb014267795be9c288a55831cf69217453b0f23f2d81b7ffb8b904| 
2021-02-17 12:18:34|install|alsa-oss|1.1.8-2.5|x86_64||download.opensuse.org-oss|fb99e1ae470501a8fe68d79eba5a4ff9d082a0a7d32b20c18ff418992f3131f4| 
2021-02-17 12:18:35|install|acl|2.2.53-5.2|x86_64||download.opensuse.org-oss|5c1b6d7b79270e201edcda6d3dcd02e3b701f3e82c33993eae27f5a867a4b4c1| 
**2021-02-17 12:26:01|command|root@localhost.localdomain|'zypper' 'dup'| **
2021-02-17 12:26:01|install|Mesa-demo-x|8.4.0-1.12|x86_64||download.opensuse.org-oss|b7dfdf2430da3cd982a41430461efe5aaac680a2b761bfaf412d2d4c6910463c| 
2021-02-17 12:26:01|install|Mesa-libglapi0|20.3.4-272.3|x86_64||download.opensuse.org-oss|18a13461c21a5e1273c0ed4428d545e7142fafc20fce17e6d6ed13f777687d9a| 
2021-02-17 12:26:01|install|accountsservice-lang|0.6.55-5.4|noarch||download.opensuse.org-oss|5a0b6ba6edadbffab602496d8e2d8691b791cff489a481efddccf74c84434232| 
2021-02-17 12:26:01|install|acpica|20210105-1.2|x86_64||download.opensuse.org-oss|61fe3d6798ab1da6d2da44bf62b93c4dd1880a804a4e6b0d7680125e11b162c6| 

Re-issuing the command on TTY1 completes the upgrade without issues.
So it may be advisable to do this upgrade from a console (at least for Gnome users).

I had no problems with that upgrade on a MATE terminal in X11, but I will definitely be doing them from TTYx from now on.

Gene