Hey,
you can follow [1], looks like you don't have the GPG key used by us to sign packages setup as a trusted key. Following [1] should fix that, also make sure you uncomment the line in sources.list again.
[1] https://pbs.proxmox.com/docs/installation.html#secureapt
Hey,
nothing got deleted, you just stopped a service, which can be started again using
systemctl start pve-cluster
alternatively you can just restart your node.
Hey,
no, it is not possible so configure SMS notifications, at least not integrated. I am not sure if that is possible through Gotify[1], for which we do offer integration. But I assume there are third party solutions that listen to a mailbox and send out SMSs conditionally.
[1]...
aaaaa, I see. I'm not 100% sure but it should look something like this
proxmox.nodes('node_name').lxc(vmid).status.start.post()
the endpoint it'll end up using is [1].
[1] https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/lxc/{vmid}/status/start
Hey,
could you post the system logs since the last three boots, you can use the following
(journalctl -b; journalctl -b -1; journalctl -b -2) | gzip > $(hostname)_logs_last3b.txt.gz
could you also post the script you ran using cron?
Hey,
in der WebUI unter "Host" > "Subscription"(ganz unten) kannst du den key hochladen. Oder über die Konsole geht das mit
pvesubscription set <KEY>
pvesubscription update
proxmox.nodes(pve_node['node']).lxc.get() this is sending the request, more specifically proxmoxer, among probably also other things, sends a request to [1] and gives you the result.
Or do you mean you want to send a request to your GET /stats endpoint? In that case you wouldn't use proxmoxer...
Hey,
I'm not sure I understand what you want to do, but as long as you can reach the PVE API over the network it doesn't matter where you send requests from.
For two IPs in two subnets you will need a seconds NIC. If you don't have a second NIC, what you want is either not possible or complicated depending on the rest of your network setup.
Hey,
if you mean on the same interface you'd have to edit /etc/network/interfaces and add something like
iface vmbr0 inet static
address SECOND_IP/24
just make sure both are on the same subnet. If you have a second interface you can create a new bridge, configure the IP there and add the...
Did you fix the problem with the netmask as @Dunuin suggested? Do you have a specific reason for using /32? Usually in a setup you are describing and if you want to communicate with devices on your LAN you would not have /32. Why would you use a second PVE for backups, and how did you plan to do...
Hey,
I assume with "desktop Proxy server" you mean your PVE host. Can you ping the router from your PVE host? And can you ping PVE from devices in your network?
Hey,
yes, you'll have the same version regardless of the repository. As you mentioned the enterprise repo is more thoroughly tested and usually a few weeks behind in terms of updates, but other than that they are identical.
Hey,
could you run sha256sum proxmox-ve_8.2-1.iso and check if it matches the checksum on [1]? Also, you don't need sudo for this, but that shouldn't matter.
The output should look like this
d99d182a0df4ba94c27668d3e33d14cc286d775a7bdf571a86c24ea522009e93 proxmox-ve_8.2-1.iso
[1]...
Hey,
/mnt/BackupSynology/ sollte leer sein, es gibt aber schon ein .chunks Verzeichnis, was darauf hindeutet, dass du da schon mal einen Datastore erstellt hast. Wenn du alles in /mnt/BackupSynology/ löschst, sollte es klappen. Angenommen alles mit den Berechtigungen stimmt, mit Synology ist...
Hey,
that can have a lot of reasons. Could you test the network speeds with iperf3 between two nodes and between a node and the PBS you are restoring from? Also the output of ethtool _INTERFACE_ would be interesting to check if negotiated links speeds are correct.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.