feed all

متن مرتبط با «lxd howto» در سایت feed all نوشته شده است

Convert a Virtualbox VM to an LXD container?

  • نیلوبلاگ

    All times are GMT +1. The time now is 02:00 AM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • HowTo fix a corrupted usb flash drive

  • نیلوبلاگ

    hey guys!my usb flash drive has been corrupted and i really need it to work , i get this message whenever i plug it into my pc"Error mounting /dev/sdg1 at /media/gray/KINGSTON: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=100 0" "/dev/sdg1" "/media/gray/KINGSTON"' exited with non-zero exit status 13: Corrupted file $UpCaseFailed to mount '/dev/sdg1': Input/output errorNTFS is either inconsistent, or there is a hardware fault, or it's aSoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windowsthen reboot into Windows twice. The usage of the /f parameter is veryimportant! If the device is a SoftRAID/FakeRAID then first activateit and mount a different...

    ادامه مطلب
  • Can't install .exe file in LXDE?

  • نیلوبلاگ

    Hello guys, i'm trying to install an .exe file (or any .exe files) in LXDE, but it doesn't work for some reason...I have followed the guide from this site: https://wiki.winehq.org/UbuntuAnd still doesn't work.. The problem is that the Wine program itself installs, but when i i double click on the .exe file nothing happens..But when i use XFCE4 and do the exact same steps it works just great...Does anyone know what the problem may be?The "code" i used to install LXDE is: "sudo apt-get install --no-install-recommends lxde-core" Let's block ads! بخوانید...

    ادامه مطلب
  • LXD : how to set USB device to a container

  • نیلوبلاگ

    Hello,I had to upgrade from ubuntu 14.04 32bits with lxc to ubuntu 16.04 64bits with lxd.With LXD, I do not know how to give a USB device to a container.Previously, I just had to add in config file of the container: Code: lxc.cgroup.devices.allow = c 188:* rwm lxc.mount.entry = /dev/ttyUSB0 dev/ttyUSB0 none bind,optional Now, I have no idea of the proper command : lxc config device add <[remote:]container> <name> <type> [key=value]...Not found any examples nor doc for this case.TIAJPLet's block ads! بخوانید...

    ادامه مطلب
  • [lxde] Ubuntu midi interface mapping?

  • نیلوبلاگ

    I've always been curious about midi interface mapping and software synths, i noticed the only software synth that i have found in the interface of ubuntu midimapping is timidity.I wonder how come there is so few devices mappable in the synth settings. Somtimes you do not want to run a daw to try out soundsettings.For a while MS Windows had the excellent SoundCanvas synth "not soundfont" and the Yamaha XG as mappable midiout devices, but they are no longer available. I know that Munt MT32 had dll's that let it run as a mapped midi out device.I wonder what prevent having a simple VSTI host ruing as a mapped midiout device, do they not follow the GM,GS, XG standard for general midiout devices?I...

    ادامه مطلب
  • [ubuntu] Running LXC/LXD containers in different networks

  • نیلوبلاگ

    Hi,I have a server with 16.04 up and ruing. I used lxd to create a container environment, where I bridged my network.Everything is ruing smoothly.Now I want to create different containers, which belong to 3 projects.I would like to separate these projects, they should be ruing in 3 different networks, two containers in every subnet should have a loadbalancer and a jumhost, they should have two network interfaces, one facing to the projects inteal network, one facing the default network, that is the one my serveode is using.How can this be archieved? Would I have to set up the project-inteal network manually or can I configure multiple networks with LXC / LXD?Kind regards, Let's block ads! بخ...

    ادامه مطلب
  • [HOWTO] Ubuntu Variant 16.04 - Shutdown script for SYSTEMD

  • نیلوبلاگ

    This shutdown script is an inversion of the startup script /etc/rc.localSource Reference: http://forums.fedoraforum.org/showthread.php?t=301243Create SYSTEMD configuration file Code: cat >/lib/systemd/system/SHUTDOWN.service [Unit] Description=/etc/rc.local.shutdown Compatibility Before=shutdown.target [Service] ExecStart=/bin/true ExecStop=/etc/RC-LOCAL-SHUTDOWN RemainAfterExit=yes [Install] WantedBy=multi-user.target Create local shutdown script.Note: Name of the file is derived for 'ExecStop' example above, but the name can be anything you desire. Code: cat >/etc/RC-LOCAL-SHUTDOWN # Enter whatever script commands here. # Example: date >/home/user/TODAYDATE.TXT Code: chmod ...

    ادامه مطلب
  • Wondering howto setup multiple frontends i.e. raspberry pi's for dualuse of backend

  • نیلوبلاگ

    All times are GMT +1. The time now is 11:53 AM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • LXD containers with dual nic

  • نیلوبلاگ

    Hi all,I'm trying to configure a LXD container with two nics but the second one caot reach the exteal network. Here is my config:/etc/network/interfacesauto ens160iface ens160 inet manualauto br0iface br0 inet staticaddress 192.168.1.103netmask 255.255.255.0gateway 192.168.1.1bridge-ifaces ens160bridge-ports ens160up ifconfig ens160 upauto ens192iface ens192 inet manualauto br1iface br1 inet staticaddress 10.10.0.103netmask 255.255.255.0bridge-ifaces ens192bridge-ports ens192bridge-stp onup ifconfig ens192 upDefault profile is:devices:eth0:name: eth0nictype: bridgedparent: br0type: niceth1:name: eth1nictype: bridgedparent: br1type: nicBoth IP addresses are statically configured in the contai...

    ادامه مطلب
  • Dedicated LXD sub-forum(s)?

  • نیلوبلاگ

    Would the people who are leaing about LXD outside of OpenStack (and including OpenStack users) appreciate a sub-forum dedicated entirely to all things LXD?As much as I appreciate the how-to documentation provided by Stéphane Graber (and others), access to nuts and bolts documentation (such as at the level and quality of Cisco documentation) would be appreciated and might help to speed up understanding and adoption of the technology, alongside Docker.One of the things that seems to be missing in the documentation equation for LXD is a dedicated sub-forum (or even forums, such as API, Networking, Images, etc). Something more persistent than IRC.I think Virtualization is a great sub-forum for g...

    ادامه مطلب
  • LXD Container in 16.04: APT forces IPv6?

  • نیلوبلاگ

    I installed a new 16.04 server and spun out a couple of 16.04 containers with LXD. The host server works fine with APT getting IPv4 addresses from DNS. Both containers are getting back IPv6 addresses. I've got a bridge set up on the host and set that bridge to be the default bridge for containers, so both containers are getting DHCP from the same source as the host. No idea what is going on here.This is what a vanilla container shows:Err:1 http://archive.ubuntu.com/ubuntu xenial InReleaseCould not coect to fe80::1%eth0:13128 (fe80::1%eth0), coection timed outI've tried disabling IPv6:net.ipv6.conf.all.disable_ipv6 = 1net.ipv6.conf.default.disable_ipv6 = 1net.ipv6.conf.lo.disable_ipv6 = 1But ...

    ادامه مطلب
  • [lubuntu] Change icon of file in folder view -LXDE

  • نیلوبلاگ

    All times are GMT +1. The time now is 09:29 PM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • LXD: learning container mac on wrong port of bridge

  • نیلوبلاگ

    Hi,i have a big problem with my installation using LXD.whenever i set up a new container the system wants to get an ip adress via dhcp. it submits the request on the bridged interface, response arrives to the bridge and then... error.reason:albeit being on port 2 of the linux bridge, the brctl showmacs tells me, the mac adress of the container is on port 1. this makes lil sense, because the mac used for the dhcp request is the "faked" one (set in config). So the response will never arrive at the container, because the bridge filters it.I already found 2 solutions on the net, one with a NAT (no option), one with buggy intel drivers - both dont apply for me. I'll have to use brctl - so are the...

    ادامه مطلب
  • Configuring LXD Daemon without interactive menu?

  • نیلوبلاگ

    All times are GMT +1. The time now is 05:01 PM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • I Intalled GNOME and LXDE and now Ubuntu send me to command line

  • نیلوبلاگ

    All times are GMT +1. The time now is 02:05 AM.vBulletin ©2000 - 2016, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 Inteational License. For details and our forum data attribution, retention and privacy policy, see here Let's block ads! بخوانید...

    ادامه مطلب
  • برچسب‌های مرتبط

    convert a virtualbox to vmware | convert a virtualbox image to vmware | convert virtualbox to hyper v | convert virtualbox to kvm | convert virtualbox to vmware esxi | convert virtualbox to parallels | convert virtualbox to esxi | convert virtualbox ova to vmware | convert virtualbox to xen | convert virtualbox ova to vmware esxi