BassT23 / Proxmox

Update your Proxmox VE
Other
192 stars 14 forks source link

Issue in the Host Terminal #57

Closed RoccoRakete closed 1 year ago

RoccoRakete commented 1 year ago

Got this message on the Host PVE Terminal after installing the script. Any fix for that?

`stat: cannot statx '/root/Proxmox-Updater/check-output': No such file or directory /etc/update-motd.d/01-welcome-screen: line 66: neofetch: command not found date: /root/Proxmox-Updater/check-output: No such file or directory expr: non-integer argument expr: non-integer argument expr: non-integer argument

    Proxmox-Updater is UpToDate
           Version: 3.7

 Last Update Check:  minute(s) ago

Linux pve 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z) x86_64 Last login: Thu Mar 23 13:41:51 CET 2023 on pts/0 root@pve:~# `

BassT23 commented 1 year ago

I am right, you made: bash <(curl -s https://raw.githubusercontent.com/BassT23/Proxmox/master/install.sh) for installing the script, and bash <(curl -s https://raw.githubusercontent.com/BassT23/Proxmox/master/install.sh) welcome for installing welcome-screen?

If I am right, please make this:

Test neofetch, with command neofetch If it is not installed, please run apt install neofetch -y

Also please run nano /root/Proxmox-Updater/check-output -> save and exit.

Now please relogin again in your pve

RoccoRakete commented 1 year ago

Well that was easy! installing neofetch and creating /root/Proxmox-Updater/check-output did the trick. Thank you! You know what went wrong? It happend on all 3 nodes...

BassT23 commented 1 year ago

you don't need to install on all nodes! Please install only on your "main" host.

Seems, there is a problem with installing neofetch during install process. Also it dosn't create the check-output file during install. It will be create during first run. Will fix this in further release. ;)

RoccoRakete commented 1 year ago

okay thank you :)

BassT23 commented 1 year ago

fixed in installer v1.5.2 (development branch for now)