Search results

  1. V

    Matching kernel-headers not available?

    I'd like to install the version of kernel-headers that match "pve-kernel-4.15.18-12-pve", but linux-headers-4.15.18-12-pve is not available. What do I need to do in this situation to get the proper kernel headers?
  2. V

    No graphical / lightdm boot on Lubuntu 18.04?

    So after the update as per above and a reboot I'm unfortunately still hitting this black screen on 19.04. Hmm.
  3. V

    No graphical / lightdm boot on Lubuntu 18.04?

    Strange, I am running Proxmox 5.3 already... but I think I just figured out the issue. Since I'm not an enterprise user I would need to disable the enterprise repository and add the non-subscription repo, is that correct? Ie, to `/etc/apt/sources.list` add: # PVE pve-no-subscription repository...
  4. V

    No graphical / lightdm boot on Lubuntu 18.04?

    So while VMware compatible does work on 18.04, when I try Lubuntu 19.04 beta the system hangs at: [drm:vmw_driver_load.cold.19 [vmwgfx]] *ERROR* Hardware has no pitchlock
  5. V

    No graphical / lightdm boot on Lubuntu 18.04?

    Interesting, there is no "VirtIO-GPU" in Hardware -> Display: But "VMware compatible" does get it going...
  6. V

    No graphical / lightdm boot on Lubuntu 18.04?

    I'm able to get graphics up on the initial installation phase of Lubuntu 18.04, however after the system installs it doesn't seem to start up lightdm or xorg at all - no graphics, just console. Any idea as to what might be going on here that's preventing it from starting? I was able to install...
  7. V

    Xorg support for containers?

    I'm wondering if there's any way to use the information in this post to perhaps help add this functionality to facilitate this: https://blog.simos.info/how-to-easily-run-graphics-accelerated-gui-apps-in-lxd-containers-on-your-ubuntu-desktop/
  8. V

    Xorg support for containers?

    Thanks @tom! Good to see others doing this, but one thing it doesn't seem to cover is the latter portion of this discussion regarding starting xorg at system start with accompanying GUI apps (without requiring user interaction).
  9. V

    Xorg support for containers?

    Yes I see this too. I'm trying to figure out a way to get it to start automatically somehow, but I'm not seeing a solution yet.
  10. V

    Xorg support for containers?

    That's excellent and seems simple enough to get going. I was able to simply `apt install x2goserver` and pretty much get it going. One question I guess I have is how would you initiate some kind of graphical app to start at system boot? For example, if I want the container to run at boot and to...
  11. V

    Xorg support for containers?

    So what would you do in a case where you need to maintain open some apps that execute and need to stay running in xorg? Perhaps I'm misunderstanding as I'm thinking that x2go doesn't "stay" running on the server side as far as graphical interface provisioning goes and only instantiates when a...
  12. V

    Xorg support for containers?

    Interesting, can you explain how to get xorg working in a container? For example, I installed the Ubuntu 18.04 container as per the available template from Proxmox. I then did a `tasksel install xubuntu-desktop` and it installed Xubuntu Desktop just fine, however when I attempted to start xorg...
  13. V

    Xorg support for containers?

    Is it possible to run a full desktop distribution of Linux (ie, Xubuntu) as a container in Proxmox? Or does it have to be a virtual machine with virtualized graphics that may not be available to containers?
  14. V

    Container setup examples?

    Good to know, thanks. Are there any other template sources available that can be added to the system? If not, what might the steps be involved in creating a template from an Ubuntu based distribution like Pop OS?