Search results

  1. M

    Disk quota inside LXC container.

    This does not work. "vm 202 - lxc.aa_profile is deprecated and was renamed to lxc.apparmor.profile" secondly a naked remount command in an lxc.conf file? "vm 202 - unable to parse config: mount -o remount,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 /" Doesnt seem correct. I...
  2. M

    How to allow Cpanel Simfs mounts in LXC CT's on PVE 5.1 with apparmor?

    Following along hints from https://unix.stackexchange.com/questions/450308/how-to-allow-specific-proxmox-lxc-containers-to-mount-nfs-shares-on-the-network and elsewhere, I've updated /etc/apparmor.d/lxc/lxc-default-with-mounting to include simfs in the list, and then in the lxc container's...
  3. M

    Devuan container creation bug

    Im using an ascii template I created (by installing a VM off the iso, then tarring up what was in the filesystem...), I've had success using it on older Pve (5.0?) or either I missed this warning or it's new on 5.2 - maybe it's ignorable. extracting archive...
  4. M

    VNC password

    Same problem, pve5.1 won't accept a password for external vnc despite one being set. Is it the wrong username then? (Is there a username?) Works without a password, but risky to leave open.
  5. M

    proxmox 4 beta 2 doesn't boot anymore

    My 3.4 iso i had on the remote KVM didnt seem to have a rescue option but 5.1 does, but for some reason on this particular server it just hangs on a black screen and never boots (Supermicro X7DB8), so had to resort to an ubuntu live which did work.
  6. M

    Where is boot/grub in zfs root for grub rescue?

    Yeah, boot/grub is just not there for whatever reason. Bizarre. This was a pve 3.4 system with zfs raid 10 (with 12 drives I think now, I've expanded it, originally was 4 at install time). I booted a Ubuntu 16.04 desktop usb to live and installed the zfs packages (apt-get install...
  7. M

    proxmox 4 beta 2 doesn't boot anymore

    To save people time in case they hit this thread in searches for grub rescue> + zfs problems like me, Ubuntu 16.04 desktop has a live boot ('try ubuntu') that will do zfs, provided you can get the machine online to apt-get update && apt-get install zfsutils-linux.
  8. M

    Where is boot/grub in zfs root for grub rescue?

    Read lots of threads about grub rescue, but short of mounting a live iso to boot from (can't right now, the remote kvm is half busted), we're stuck at grub rescue> however, looking at (hd0) throught (hd7) (the max # of drives presented to bios by the JBOD controller), I can see...
  9. M

    [SOLVED] pct start failed after apparmor update

    To be clear, it's the upgraded kernel from that sources list that works, not that that sources list has an old copy of apparmor + libraries to downgrade to. You must add that line, apt-get update && apt-get dist-upgrade && shutdown -r now to reboot to the new kernel. Thanks.
  10. M

    PVE Cluster fails every time

    bump... with this stuck in this situation, even the web console wont come up, the server is basically functionally wedged for PVE operations
  11. M

    PVE Cluster fails every time

    Lol and I just forgot about this and did it again to myself. Anyone figure out the way to back out and restart? Though, multicast querier is ON on the master/first node. So Im confused why timeout waiting for quorum. Would having querier on both nodes cause the issue? It seemed to be on -...
  12. M

    Devuan aka Debian8 on SysVInit

    That's ok SystemD is great: SystemD defaults to 8.8.8.8 for DNS. Ridiculous. Among dozens of other massive issues with it. https://twitter.com/jpmens/status/873878528844017664 And of course https://ewontfix.com/14/ http://without-systemd.org/wiki/index.php/Arguments_against_systemd
  13. M

    ZFS with SSDs: Am I asking for a headache in the near future?

    Yes, you can power down the machine and export and reimport them too. (My method breaks the mirror briefly and re-attaches instead.) Neither method should interfere with the ability to (re)boot the system of course. BTW, Here's a linux live CD with ZFS support...
  14. M

    ZFS with SSDs: Am I asking for a headache in the near future?

    If you've created by names instead of id's can you not then break your mirror (detatch sdb3 for eg), then zpool attach rpool sda3 /dev/disk/by-id/ata-(id for your disk)-part3 and then once resilvered do that for the first disk as well? Does that not cause an issue with rebooting? (ie does grub...
  15. M

    PVE Cluster fails every time

    I figured i was going to reinstall both nodes anyway, so I started messing around with the /etc/pve/priv auth keys and known_hosts files as well as removing corosync.conf on the node and pvecm re-creating. A few reboots, manually pruning out authkeys and using pvecm add -f to force add, i got...
  16. M

    Unable to add a previous node to a cluster

    might be related to no multicast traffic which is required by corosync. check your switch. I have the same issue still tho I can see multicast udp (ip addrs in 224.0.0.0/4)
  17. M

    PVE Cluster fails every time

    Bump. Same issue. Pretty deadly issue to not have multicast working briefly result in total shutdown of the web interface/requiring reinstall. I dont know that mulitcast was blocked for certain, but I modified something that may have allowed it. I now see multicast traffic from the master on...
  18. M

    installing qemu-utils in 4.4 removes most of pve.

    Was trying to convert a qcow2, and accidentally followed old instructions that suggested installing qemu-utils - question is why can't I reinstall the removed packages now? I removed qemu-utils and reinstalled, but the failure as above.
  19. M

    installing qemu-utils in 4.4 removes most of pve.

    I accidentally didn't pay enough attention trying to get qemu-utils on the server. TL;DR: DONT INSTALL QEMU-UTILS in 4.4 I installed pve from proxmox-ve_4.4-eb2d6f1e-2.iso # pveversion pve-manager/4.4-5/c43015a5 (running kernel: 4.4.19-1-pve) # apt-get install qemu-utils Reading package...