[SOLVED] Frage zu Roadmap für PVE6

Ah... sehr Cool! Sowas hätte ich mir schon lange gewünscht. In der Theorie könnte man also behaupten auch Cluser verwalten zu können die sich gegenseitig gar nicht kennen. Bin schon neugierig.
 
  • Like
Reactions: stenzelprox
Mit dem bauen des Paketes komme ich wie es aussieht nicht ganz klar. Hab zumindest mal das hier gemacht: https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD
Den Code mit Git geklont und irgendwie versucht zu bauen. Schätze das war wohl nicht ganz richtig:
Code:
root@proxmox5-installer-dev:~/pve-client# ./pveclient
Can't locate PVE/APIClient/JSONSchema.pm in @INC (you may need to install the PVE::APIClient::JSONSchema module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ./pveclient line 10.
BEGIN failed--compilation aborted at ./pveclient line 10.
root@proxmox5-installer-dev:~/pve-client# make
rm -rf build
rsync -a debian build
make DESTDIR=./build install
make[1]: Verzeichnis „/root/pve-client“ wird betreten
perl -I. ./pveclient printsynopsis > pveclient.1-synopsis.adoc.tmp
unable to open '/usr/share/pve-client/pve-api-definition.dat' - No such file or directory
Compilation failed in require at ./pveclient line 22.
BEGIN failed--compilation aborted at ./pveclient line 22.
Makefile:46: die Regel für Ziel „pveclient.1-synopsis.adoc“ scheiterte
make[1]: *** [pveclient.1-synopsis.adoc] Fehler 2
make[1]: Verzeichnis „/root/pve-client“ wird verlassen
Makefile:39: die Regel für Ziel „pve-client_0.1-1_all.deb“ scheiterte
make: *** [pve-client_0.1-1_all.deb] Fehler 2
glg
 
Du mußt zumindest folgenden packet installieren: libpve-apiclient-perl
Danke Martin. Das Paket hatte ich schon. Im Prinzip alles was auf der Readme stand.

@ALL Falls es jemand compliert bekommt. Wären ein paar kurze Schritte hilfreich. Mach da wohl was nicht ganz richtig. :)
 
hi,

@ALL Falls es jemand compliert bekommt. Wären ein paar kurze Schritte hilfreich. Mach da wohl was nicht ganz richtig. :)

ich habs so kompilieren können:

Code:
git clone git://git.proxmox.com/git/pve-client.git
cd pve-client
mkdir -p /usr/share/pve-client
cp pve-api-definition.dat /usr/share/pve-client/
make
 
  • Like
Reactions: fireon
scheint tatsächlich ein bootstrap problem zu haben - bauen geht ohne umwege nur, wenns schon installiert ist..
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!