<span>nodename</span> showing up in front of everything

One more time ;-(

apt-get dist-upgrade
or
apt full-upgrade

I shouldn't post having high temperature ;-(
 
Last edited:
we have learned that once the cluster is created there is no master node with VE 9.1+ version. so we are just going to rebuild it. we have spent 5Xs longer troubleshooting than we could have just rebuilding. hopefully this works. I'll keep y'all posted
 
FWIW - identical proble, but this is going form 8.4 to 8.4.13 upgrade from CLI using these steps:

apt-cache policy pve-manager
apt install pve-manager=8.4.13
apt dist-upgrade
apt-mark hold proxmox-ve pve-manager
apt dist-upgrade

rebooted and now I have <span> tags everywhere. Single node - no cluster.
 
  • Like
Reactions: mikewich
FWIW - identical proble, but this is going form 8.4 to 8.4.13 upgrade from CLI using these steps:

apt-cache policy pve-manager
apt install pve-manager=8.4.13
apt dist-upgrade
apt-mark hold proxmox-ve pve-manager
apt dist-upgrade

rebooted and now I have <span> tags everywhere. Single node - no cluster.
we were already 9.1 out of the gate so I was a bit surprised we had this issue, but mentioned above, a host rebuild fix it. We run FC storage and have a 3 node test cluster, so it didn't take long to get back into working again.
 
No helper scripts - fresh install of 8.4 - > upgrade to 8.4.13 (adding to an existing cluster is the goal).

Hoping this helps someone else as I found the root cause and fixed my issue . To resolve the issue, I did a force (re)install of proxmox-widget-toolkit to my specific version.

Apparently, specifying the version upgrade :

apt install pve-manager=8.4.13
Followed by the :
apt dist-upgrade

caused the latest proxmox-widget-toolkit (4.3.16) to to be installed/upgraded - which is not in sync with pve-manager 8.4.13

Forcing the version on the toolkit fixed my issue

apt install --reinstall pve-manager=8.4.13 proxmox-widget-toolkit=4.3.13

(be sure to flush your browser cache to avoid ghosts)
 
Last edited:
Thank you for sharing, @Hank42.

In your post #25, it stood out to me that you mentioned holding some packages while upgrading others. In general, this is not a good idea. The various components of the system are interconnected, and partial upgrades can easily lead to inconsistencies. Unless specifically directed by PVE support, I would not recommend doing that.

Is it possible that you held other packages in the past? Reviewing the full upgrade output from your very first attempt might reveal something interesting. However, given the unusual upgrade approach you described, it is quite possible that the issue is isolated to your system, and further debugging is not a good time-investment.

So far, I've seen three reports of the <span> issue. The user on Reddit started their report by mentioning that helper scripts had been installed. Your report referenced a “non-standard” upgrade procedure. While @mikewich’s report did not show anything obviously suspicious, it is worth keeping the broader context in mind: thousands of users upgrade their Proxmox Virtual Environment systems regularly, tens of thousands reboot frequently, and hundreds of thousands of installations are running worldwide. Yet only three reports of this issue have surfaced so far, and two of them already show potential environmental causes.

If additional reports appear, it would be very helpful to include a full system overview: package versions, APT configuration, upgrade history, and any customizations.

Cheers.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Last edited:
  • Like
Reactions: Neobin