Search results

  1. G

    quorum device setup issue "corosync-qdevice Default-Start contains no runlevels"

    D'oh forgot to regen the init.d scripts after the edit this will do: # update-rc.d -f corosync-qdevice remove # update-rc.d -f corosync-qdevice defaults After that I remove the qdevice settings # pvecm qdevice remove and re-try # pvecm qdevice setup 172.16.0.69 -f /bin/ssh-copy-id: INFO...
  2. G

    quorum device setup issue "corosync-qdevice Default-Start contains no runlevels"

    On the PVE nodes I edited the startup script and added some info to the runlevels. Command now works but forcing a re-setup fails, seems like it thinks the qdevice was setup properly and must be removed. /etc/init.d/corosync-qdevice Hmmm.... root@VE-SSD:~# pvecm qdevice remove Synchronizing...
  3. G

    quorum device setup issue "corosync-qdevice Default-Start contains no runlevels"

    Hi, I'm having some trouble setting up the qdevice following the documentation [1] # pvecm qdevice setup 172.16.0.69 -f /bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub" /bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are...
  4. G

    [SOLVED] Unable to join cluster "it must be configured exactly once on local node!"

    I'm trying to troubleshoot a mistake I probably created during installing proxmox. I had selected DHCP during install and one of my two nodes received 192.168.255.111 IP. I then later modified the /etc/network/interface file manually then rebooted, all seems when except when I try to join the...
  5. G

    After power outage - my entire network stopped working

    I've had an all-in-one proxmox box that hosts a pfsense image on KVM (virtio net) and a bunch of LXC containers that are my smaller micro services for my home network (e.g: plexmediaserver) and after a power loss I seem to have lost all my network settings. Have been troubleshooting for a few...
  6. G

    ZFS Slow boot due to many VDEVs

    Hi everyone, I have 8 VDEVs on my proxmox server, I have had to resort to delay boot via /etc/default/zfs params in order for my system to boot properly. I'm looking to enable these: #ZPOOL_IMPORT_OPTS="-c /etc/zfs/zpool.cache" #ZPOOL_CACHE="" Has anyone here enabled these settings? If so...
  7. G

    Dependency failed for swap - a start job is running for filesystems loop

    Hi After upgrading to the latest kernel today and rebooting I am now getting this error: "DEPENDENCY FAILED FOR SWAP" Then job 1 of 2 loops in forever when dealing with filesystems and logical disks. A few questions: 1) is there a way to force linux rescue/busybox to properly troubleshoot...
  8. G

    Boot error after update

    THANKS! This worked for me: b) edit /etc/default/zfs, set ZFS_INITRD_PRE_MOUNTROOT_SLEEP='4', and then issue a "update-initramfs -k 4.2.6-1-pve -u" In the latest update the kernel version is 4.13.4-1-pve (find out what u need to change by running "uname -r") This seems to have fixed the boot...
  9. G

    Boot error after update

    Thanks but all this does is add a delay to the grub boot selection menu. The crash/problem occurs when zpool import -c /etc/zfs/zpool.cache file is being read "Reading all physical volumes. This may take awhile" section. Then it errors out after a few seconds, if a delay were to be added it...
  10. G

    Boot error after update

    Hi Manu I am experiencing this same problem. After upgrading PVE it now no longer boots without me having to manually wait 30 seconds or so after hitting busybox and manually doing zpool import rpool There must be a way to prevent this from happening because say there was a power outage the...
  11. G

    PVE freezes within first 5 minutes. No console

    Booting via single user mode is the only way to get stable server. As you can see openvswitch/db.sock has a bunch of PIDs for some reason. Not sure if its corrupted but it sounds like it, my system always crashes when it tries to bring up an LXC container on my bond0 interface. Usually before...
  12. G

    PVE freezes within first 5 minutes. No console

    Howdy, My PVE 5.0 install has been running fine for awhile and today after I needed to reboot the system has not been stable at all. The system boots normally, then becomes accessible via SSH. It boots the first KVM (my pfsense firewall) and I have a 120 second timer before my LXC containers...
  13. G

    Changing SSH Public Key file for existing containers?

    Hi If you created a few containers with password only (no SSH key file), is it possible to manually add an SSH key file after the container was created? Thanks
  14. G

    [SOLVED] My container/KVM storage is failing at boot

    I was able to fix this and made a blog post about it with the solution. Thanks!
  15. G

    [SOLVED] My container/KVM storage is failing at boot

    I did two tests, I just rebooted and this was the output: Last login: Fri Jun 30 17:27:07 2017 from 192.168.1.145 root@pve:~# uptime 17:31:34 up 1 min, 1 user, load average: 0.46, 0.12, 0.04 root@pve:~# zfs list -r -o name,mountpoint,mounted NAME MOUNTPOINT...
  16. G

    Container default time zone settings?

    Thanks, this is probably the best way to go.
  17. G

    [SOLVED] My container/KVM storage is failing at boot

    Howdy, I'm running 5.0 beta 2 and running into a strange issue that started happening today. The zfs-mount.service is failing at boot. Error is self-explanatory but I am not sure what is happening prior to boot that is creating the file directory structure? i am unable to run any...
  18. G

    Container default time zone settings?

    Thanks for the pointer. So the only question that remains is that container time zone settings is totally dependent on the template used and there is no setting in proxmox that could be used to set a default to all?
  19. G

    Container default time zone settings?

    Hi, Is there a global system setting/default that would set the container's timezone to be the same across all containers? I created a few containers and just noticed all time is set to UTC, I changed /etc/timezone file and rebooted but this did not seem to do the trick as date shows UTC time...