Search results

  1. C

    [SOLVED] LXC container with CentOS template: can not ssh

    I've created an LXC container based on the CentOS image. It seems as though sshd is not running. Running service sshd start throws an error: # service sshd start Redirecting to /bin/systemctl start sshd.service Failed to start sshd.service: Unit not found. Is there a package I should install...
  2. C

    [SOLVED] Suggestion for a template to use to host a flexlm daemon?

    I could use whatever distro, but since the hypervisor is Ubuntu-based I thought that some templates (Ubuntu perhaps) could present less overhead than non-ubuntu ones... Hence for my question.
  3. C

    [SOLVED] Suggestion for a template to use to host a flexlm daemon?

    Yes, it is a plain enough installation indeed. If I wanted to avoid going full KVM here, is there any LXC template I could use that is suitable? And please pardon my lack of knowledge...
  4. C

    [SOLVED] Suggestion for a template to use to host a flexlm daemon?

    Hello, running 6.2 here. I have to install a Flexlm license server to handle a couple of Autocad network (floating) licenses. Obviously this is not a tough job and flexlm does exist for Linux (AFAIK, see also https://www.plexim.com/dstlm ). Therefore I'd like to avoid using a full KVM for the...
  5. C

    [SOLVED] Errors during update on pve-no-subscription installation

    Switching to buster did the trick. I suppose I did not modify this reference when upgrading... :/ @tom I'm doing this upgrade after reading your post. I'm not employing ceph at all, is there anything in that guide I should follow?
  6. C

    [SOLVED] Errors during update on pve-no-subscription installation

    # apt update Hit:1 http://ftp.gr.debian.org/debian buster InRelease Hit:2 http://download.proxmox.com/debian/pve buster InRelease Hit:3 http://security.debian.org buster/updates InRelease Hit:4 http://ftp.debian.org/debian buster-updates InRelease Hit:5...
  7. C

    [SOLVED] Errors during update on pve-no-subscription installation

    Hello, today I've tried to do an upgrade on the my system and it produced the following error: # apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Error! Some packages could not be installed. This may mean that...
  8. C

    [SOLVED] Have the ballooning issues with Windows guests been solved?

    Thanks for the info, that's what I was looking for!
  9. C

    [SOLVED] Have the ballooning issues with Windows guests been solved?

    Some time ago I recall that ballooning on Windows guests was not recommended (bad performance IIRC, not sure). Has this problem been solved and if so, on which virtio / pve version(s)?
  10. C

    [SOLVED] pveproxy fails to load local certificate chain after upgrade to pve 6

    Yes, I did (always try to follow upgrade instructions as carefully as I can, studying especially the "known issues" section), just before making the switch to 6. But I did not reboot, after doing an apt-get dist-upgrade on 5.4... Perhaps that was why the issue appeared to be after upgrading to 6?
  11. C

    [SOLVED] pveproxy fails to load local certificate chain after upgrade to pve 6

    That's a bit strange because I ran pve5to6 and did not report any issue like that at all. Even at the end of the procedure, it only produced a single warning stating that I should reboot the system for the changes to take effect.
  12. C

    [SOLVED] pveproxy fails to load local certificate chain after upgrade to pve 6

    On the same boat, updating a 3.x-updated-to-5.x installation and the same error message pops up. Unfortunately, there was no mention of this in https://pve.proxmox.com/wiki/Upgrade_from_5.x_to_6.0 Would you be kind enough to instruct how to do this? EDIT: The following did it: pvecm...
  13. C

    [SOLVED] PVE 5.3 and Mikrotik CHR VM 6.41.2: Shutdown issues

    Perhaps you'd like to open a different thread, since the issue here was not related to crashes but rather to the inability to shutdown the vm.
  14. C

    [SOLVED] PVE 5.3 and Mikrotik CHR VM 6.41.2: Shutdown issues

    Answering my own question, 6.41.2 did not support qemu from the looks of it. 6.44 is just fine.
  15. C

    [SOLVED] PVE 5.3 and Mikrotik CHR VM 6.41.2: Shutdown issues

    Thanks for the response, unfortunately the mikrotik VM hides its Linux shell. Instead it provides a RouterOS command line interface. As for the Mikrotik OS, I do not know it as well, but I hoped that taking a look at https://wiki.mikrotik.com/wiki/Manual:CHR#KVM could be easily understood by...
  16. C

    [SOLVED] PVE 5.3 and Mikrotik CHR VM 6.41.2: Shutdown issues

    Sorry for the delay, just read this. How can I check it?
  17. C

    [SOLVED] PVE 5.3 and Mikrotik CHR VM 6.41.2: Shutdown issues

    qemu agent was enabled from proxmox gui. However: qemu agent 106 ping fails with a "QEMU agent is not running message". I can't really understand what should be setup, from what I've read so far the CHR VM has qemu enabled as per the mikrotik wiki here...
  18. C

    [SOLVED] PVE 5.3 and Mikrotik CHR VM 6.41.2: Shutdown issues

    I've been running a Mikrotik CHR VM version 6.41.2 for some time now, only for the record of using the embedded TheDude network monitoring package. Since I've been having problems with shutting the VM down before taking a backup from PVE, I've been searching for a way to notify the VM. This was...