Hi there!
First of all i deinitialized all drives in that's adaptec controller BIOS.
Then swithed it's mode from RAID to HBA.
PVE-7.3-1 installation ends on aacraid driver load with the message:
aacraid 0000:06:00.0: can't disable ASPM: OS doesn't have ASPM control
aacraid: Comm interface type2...
Hi folks!
Is it possible to swich to debian kernel?
There is no linux-image item in GRUB menu after installation and reboot - as it was in earlier PVE versions.
root@pve-1:~# cat /etc/exports
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example...
You don't need to fill /etc/exports file, but you can share zfs datasets after installing and starting nfs-kernel-server only:
# apt-get install nfs-kernel-server && systemctl start nfs-kernel-server
And then:
# for DS in home pve srv; do
zfs create rpool/$DS;
zfs set mountpoint=/$DS...
Why not use:
a) systemd-timers instead of cron,
and
b) systemd-networkd instead of /etc/network/interfaces?
In the latter case, I do it myself. My /etc/network/interfaces looks like:
auto vmbr16 vmbr81 vmbr100 vmbr111 vmbr168 vmbr201 vmbr202 vmbr622 vmbr674 vmbr3600
iface vmbr16 inet manual...
This function:
sub setup_network {
my ($self, $conf) = @_;
$self->setup_systemd_networkd($conf);
}
overwrites NIC configs, thus making impossible such things as the subject.
Is it possible to modify or to call setup_systemd_networkd method so that it doesn't touch network config when...
systemd in ArchLinux template from http://download.proxmox.com/images/system/ doesn't work inside LXC too. Same as in ALTLinux template from ALTLinux itself.
Meanwhile both of them perfectly work in ALTLinux implementation of PVE, same as other systemd-based templates.
Difference between Proxmox...
kernel-2.6.32-28-pve - ipset works fine inside OpenVZ containers.
kernel-2.6.32-33-pve - ipset fails with 'Kernel error received: Operation not permitted'.
What's happen? Can/would you fix it?
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.