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...
:) 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...
Hallo,
Ich habe einen NUC mit proxmox, dort wollte ich Updates machen und siehe da er startet nicht mehr.
Folgendes wird über HDMI ausgegeben:
```
Helcome to GRUB
error: disk...
Hi Community,
I have two small servers in my homelab: one at 192.168.1.100, the other at 192.168.110. I had a network issue and decided to set a static DHCP address for the second at 192.168.1.120. Unfortunately, this broke the cluster: the UI...