Search:

Type: Posts; User: simosx; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    3

    Re: LXC strange ubuntu user provisioning

    When the LXD container starts, it takes a few seconds for cloud-init to complete.
    You would just need to wait a bit (a few seconds) before running the rest of your script.

    But as you say, if you...
  2. [other] Re: Get 1050 GTX to work on an Ubuntu Guest -- VirtualBox

    Since it is for use with Tensorflow, then just don't use Virtualbox and use LXD instead.
    In that way, you will save some processing power as LXD is much more light to the resources.

    See...
  3. [server] Re: LXD 2.2x: How do I copy files to all containers

    I think the most elegant way is to use cloud-init, as shown in the tutorial at
    https://blog.simos.info/how-to-preconfigure-lxd-containers-with-cloud-init/

    You edit an LXD profile with the...
  4. Re: LXD Based Container For Desktop Applications - Some Success - Help (need more)

    I think you phrased it in a way that pushes the discussion forward. I listed the issues that were important and interesting to me.
    The way to discuss this, would be to get use-cases and describe...
  5. Re: LXD Based Container For Desktop Applications - Some Success - Help (need more)

    I tried all three of them. They all use the same Linux kernel security features to enforce the separation of processes. The main difference for me is in the usability to the end-user.

    LXD is...
  6. Re: LXD Based Container For Desktop Applications - Some Success - Help (need more)

    Just found out about this thread.

    I have written a guide at https://blog.simos.info/how-to-run-graphics-accelerated-gui-apps-in-lxd-containers-on-your-ubuntu-desktop/
    on how to get GUI apps on...
  7. Re: A guide to "multipass" (tool to manage VMs, similar to LXD)

    A single command can get you boot a VM. It also comes with a repository of Ubuntu images ready to download and use.

    For example,


    multipass launch -n myserver 16.04

    is only required to...
  8. A guide to "multipass" (tool to manage VMs, similar to LXD)

    multipass is a tool to manage VMs, similar to LXD that manages containers.
    multipass is a snap package, therefore, you can install on all distros that have snap support.

    Here is a practical...
  9. Replies
    1
    Views
    2

    Re: LXD where to change container template

    See https://blog.simos.info/how-to-set-the-timezone-in-lxd-containers/
  10. Howto: How to run graphics-accelerated GUI apps in LXD containers

    I wrote a guide on how to run GPU-accelerated GUI apps in LXD containers,
    https://blog.simos.info/how-to-run-graphics-accelerated-gui-apps-in-lxd-containers-on-your-ubuntu-desktop/

    The result is...
  11. Replies
    1
    Views
    2

    [lubuntu] Re: lxd storage pool

    For btrfs, the storage pool should be created on a device, like /dev/sdc5.
    If you do not have spare space for a device, you can use ZFS and create a "loop device".

    All these can take place...
  12. Thread: LXC/LXD Help

    by simosx
    Replies
    2
    Views
    3

    Re: LXC/LXD Help

    Personally I would start off with using the defaults.
    The default LXD installation uses "dnsmasq" to assign IPs to the containers, however it remembers those IP assignments so in effect you have...
  13. Replies
    4
    Views
    4,686

    Re: Meizu MX3 (should I wait for Ubuntu Edition?)

    Meizu will be announcing a new phone, the Meizu MX4 on 2nd Sept. There is a chance there will be an edition of the phone that runs Ubuntu.
    I hope you can wait for the announcement date.
  14. Replies
    32
    Views
    14,829

    Re: Application for membership - NikTh

    +1 from me!

    I know NikTh quite well from the Ubuntu-gr (Greek) forums, where he helps new users and is a forum moderator.
    I fully support his application for Ubuntu Member!
  15. Replies
    88
    Views
    12,633

    Re: Unity poster (feedback please)

    A common issue with new users is that they cannot find easily the installed applications, in the groups that we used to have with GNOME Panel (Accessories, Internet, System, etc).

    The way to do...
  16. Replies
    280
    Views
    332,505

    [ubuntu] Re: snd_hda_intel options database

    See comment #2 at https://bugzilla.redhat.com/show_bug.cgi?id=628003#c2
    for the correct model.
    (I did a google search for 92HD81B1C5)

    Try it and tell us if it works. Some guy tried to fix it...
  17. [ubuntu] Re: Solving upstream sound issues with DP55WG Motherboard

    Ok, here are the updated instructions.

    When you compile Alsa, the first step is normally to run './configure'.
    In Ubuntu 10.10, you simply run './configure --with-oss=no' and that's it.
    Of...
  18. Replies
    280
    Views
    332,505

    [ubuntu] Re: snd_hda_intel options database

    What you would do is copy the program into some location of your system


    sudo cp pinsensed /usr/local/bin/

    and then edit the rc.local file for local bootup programs with


    sudo gedit...
  19. [ubuntu] Re: Solving upstream sound issues with DP55WG Motherboard

    These compilation problems are specific to Ubuntu 10.10,
    http://mailman.alsa-project.org/pipermail/alsa-devel/2010-December/034762.html

    I am looking into what (small) changes are needed to do to...
  20. [ubuntu] Re: Solving upstream sound issues with DP55WG Motherboard

    Apparently this is an issue with the latest kernel in Ubuntu and the released Alsa 1.0.23 (April 2010),
    http://www.mail-archive.com/alsa-user@lists.sourceforge.net/msg26832.html

    Can you go back...
  21. [ubuntu] Re: Solving upstream sound issues with DP55WG Motherboard

    The compilation of Alsa completed successfully and you got the correct messages.

    The problem you got when restarting Alsa probably relates to a failure loading the snapshot Alsa kernel driver....
  22. [ubuntu] Re: Solving upstream sound issues with DP55WG Motherboard

    Regarding the NVidia, the HDMI output carries audio, and Linux uses Alsa to perform the audio output. ATI and NVidia have a feature to support output of audio through the DVI port, when connected to...
  23. [ubuntu] Re: Solving upstream sound issues with DP55WG Motherboard

    Regarding the SPDIF output level, could this be an issue with the default output level of the device (i.e. TV or sound system)?
    You can dig a bit deeper here if you try the HDA Analyser,...
  24. [ubuntu] Solving upstream sound issues with DP55WG Motherboard

    Alsa is the sound subsystem of the Linux kernel.
    Many sound cards do not work out of the box and require us to specify a 'model'. What we can do is add information to the Linux kernel (in Alsa) that...
  25. Replies
    280
    Views
    332,505

    [ubuntu] Re: snd_hda_intel options database

    I am writing an article on how to put these model information into the Alsa, so that in newer versions of Linux it would work without a hitch.
    If anyone wants to be my guinea pig and follow the...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4