https://github.com/inderjeet-haven/HyperGate/releases/tag/V-4.7
This has .exe file which is the actual tool !!
document is worth reading so you understand how the tool actually works and what it does.
all the best :)
I know many of these are very easy changes, I burned a weekend or two making them, you did too, probably thousands of other proxmox user also made their own private scripts to make these changes efficiently whenever their bork their servers or do...
Hi,
By guest agent you can use "qm guest cmd" command which has a set of predefined commands or you can use "qm guest exec" (or exec it via api). Qemu guest exec (when allowed in the guest agent configuration) allows you to execute any linux (or...
Danke für deine Rückfragen.
1) Die Interface werden weiter vom Proxmox VE Host verwaltet und auch verändert.
$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.15/24
gateway...
Was sagt das im frisch gestarteten CT?
cat /etc/network/interfaces
systemctl status networking.service
journalctl -ru networking.service
systemctl --failed
dpkg -l | grep -Ei "dhcp|ifup|network"
:) I think we have the same in mind. - I will try to explain my intention more detailed.
Backing up VMs and LXCs running Docker or LXCs created from OCI images,
have in common that the applications can be recreated with less effort from the...
he actually supplied the source as zip when you go to the releases.
here for example: https://github.com/inderjeet-haven/HyperGate/releases/tag/V-4.7
edit: not the source. he fooled me by providing a source zip, but that only contains...
First, thank you for your help! :)
Fortunately, this is not a boot pool. I ran the following command:
zpool replace -f two_tb_disk /dev/disk/by-id/scsi-2001b4d20c32c8d78-part1 /dev/disk/by-id/scsi-2001b4d2001387072
And it appears that...
First, thank you for your help! :)
Fortunately, this is not a boot pool. I ran the following command:
zpool replace -f two_tb_disk /dev/disk/by-id/scsi-2001b4d20c32c8d78-part1 /dev/disk/by-id/scsi-2001b4d2001387072
And it appears that...
Hello, I have a problem on creating a new encrypted pool with zfs
zpool create -f -o ashift=12 -O encryption=on -O keyformat=passphrase -O keylocation=prompt -O compression=lz4 encrypted-pool mirror nvme-WD_Blue_SN5000_4TB_25325M801530...
Was sagt das im frisch gestarteten CT?
cat /etc/network/interfaces
systemctl status networking.service
journalctl -ru networking.service
systemctl --failed
dpkg -l | grep -Ei "dhcp|ifup|network"
Please note that the need of ECC-RAM for ZFS is quite overblown:
https://jrs-s.net/2015/02/03/will-zfs-and-non-ecc-ram-kill-your-data/
This blog post is quite long (but still good and highly recommended!) reading, the most important point imho...
Danke für deine Rückfragen.
1) Die Interface werden weiter vom Proxmox VE Host verwaltet und auch verändert.
$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.15/24
gateway...