Displaying 20 results from an estimated 10000 matches similar to: "How to start the container's network interface automatically"
2014 Jan 06
0
How to start the linux container's network interface automatically
Dear all,
I failed to start the linux container's network interface automatically. I have to start it manually each time after the container finishes booting.
I know that in a native fedora, if we want the network interface to start automatically, we should edit "/etc/sysconfig/network-script/ifcfg-eth0 and add the string "ONBOOT=yes".
My host is fedora 16. I used "yum
2013 Jul 31
2
start lxc container on fedora 19
hello,
i am new to lxc, i have created a lxc container on fedora 19
i created a container rootfs of fedora 19 by using
yum --installroot=/containers/test1 --releasever=19 install openssh
test1.xml file for container test1
<domain type="lxc">
<name>test1</name>
<vcpu placement="static">1</vcpu>
<cputune>
2015 Mar 26
2
Installation of libvirt on Ubuntu
Dear all,
I wonder if libvirt can work on Ubuntu.
As you know, it is very convenient to install libvirt on Fedora. I can download the libvirt packet from libvirt.org and install it using command ./configure, make and make install.
As I am going to install an open source simulation system named openairinterface, Ubuntu is the recommended OS, and I want to install the simulation system in libvirt
2015 Mar 27
0
Re: Installation of libvirt on Ubuntu
Libvirt is in the standard repositories... Why don't you just install it with ex tasksel?
Van: WANG Cheng D [mailto:Cheng.d.Wang@alcatel-sbell.com.cn]
Verzonden: donderdag 26 maart 2015 16:06
Aan: libvirt-users@redhat.com
Onderwerp: [libvirt-users] Installation of libvirt on Ubuntu
Dear all,
I wonder if libvirt can work on Ubuntu.
As you know, it is very convenient to install libvirt on
2014 Sep 28
0
Re: How to configure the container's NIC automatically with an assigned IP address
Dear Gene,
Thank you for your response.
I want to assign a static IP address to my container, I wonder if I can achieve this by editing the container's /etc/sysconfig/network-scripts/ifcfg-eth0. I tried this, but failed, and eth0 is always not assigned an IP address automatically (my host and guest are fedora19).
Am I missing something? I don't know much about the booting procedure of a
2013 Jul 31
0
Re: start lxc container on fedora 19
On Wed, Jul 31, 2013 at 12:46:58PM +0530, Aarti Sawant wrote:
> hello,
>
> i am new to lxc, i have created a lxc container on fedora 19
> i created a container rootfs of fedora 19 by using
> yum --installroot=/containers/test1 --releasever=19 install openssh
>
> test1.xml file for container test1
> <domain type="lxc">
> <name>test1</name>
2014 Oct 24
1
Re: How can a user process be automatically started after the container is started?
Dear Daniel,
You said "use a real init system like systemd to spawn off the things", do you mean a full OS distro container?
I installed the container using "yum --installroot=/root/fedora19lxc --releasever=19 install -y openssh, bridge-utils" which is described at https://www.redhat.com/archives/libvirt-users/2013-August/msg00007.html.
I don't know how to make systemd
2013 Dec 11
0
Offline YUM repository setup working but yum with --installroot fails
I use a local, off-line repository for CentOS plus updates for my
development network (my setup for many years). By design, the
repository has no physical connection to the Internet. Everything seems
to be setup correctly and works fine for installs/updates. However I am
trying to use the --installroot option for YUM and it is complaining
about not finding a mirror. I removed the lines about
2014 Jan 30
0
Re: Notes on building libguestfs in a systemd-nspawn container
On 01/30/2014 07:41 AM, Kashyap Chamarthy wrote:
> Last night I was tinkering with `systemd-nspawn` -- namespace based
> container for testing, I thought I'll post what I tried with libguestfs
> here:
>
>
> Prerequisite
> ------------
>
> Because of an audit subsystem incompatibility bug - rhbz#966807[1], turn
> off auditing by booting the host w/
2014 Jan 30
2
Notes on building libguestfs in a systemd-nspawn container
Last night I was tinkering with `systemd-nspawn` -- namespace based
container for testing, I thought I'll post what I tried with libguestfs
here:
Prerequisite
------------
Because of an audit subsystem incompatibility bug - rhbz#966807[1], turn
off auditing by booting the host w/ 'audit=0' on Kernel command line.
(NOTE: There's work in progress[2] in upstream Kernel to fix
2012 Mar 07
1
Long delays in rsync manifested by repeated entries, CentOS, rsync v2.6.8.
Hello, rsync list folks,
Recently, rsyncs abort during busier times of the day, although they
run error-free during non-busy hours.
Problem 1 - Many rsyncs abort these errors:
Read from remote host www.xxx.yyy.zzz: Connection reset by peer
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: connection unexpectedly closed (3929920 bytes received so far)
2010 Aug 22
1
Question about RVM installation; where to find .bashrc and/or .bash_profile files?
Hi--
Have just installed downloaded and installed RVM from Github and got
this message after download:
You must now finish the install manually:
1) Place the folowing line at the end of your shell''s loading
files(.bashrc or .bash_profile for bash and .zshrc for zsh), after all
path/variable settings:
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
Please
2007 Feb 15
0
yum does not update x86_64
Hi,
After a successful upgrade CentOS 3.8 i386 to CentOS 4.4 x86_64 and,
after cleaning old 3.8 packages, yum does not update the x86_64 packages
but just the i386's.
The rhn-applet see the x86_64 updates but neither yum nor up2date see
them.
When I run:
# yum -d 3 check-update
Yum Version: 2.4.3
COMMAND: yum -d 3
Installroot: /
Setting up repositories
Baseurl(s) for repo:
2006 Sep 06
2
4.4 update quits unexpectedly
After 2 good updates to 4.4, my 3rd is giving me trouble. I did all 3
installs the same:
yum clean all
yum update python-sqlite sqlite yum
yum clean all
yum upgrade
This one, however, quits during the header download. I get "[Errno -1]
Header not complete, trying another mirror", then "[Errno 256] No more
mirrors to try".
I am not going thru a proxy, and I can't find
2012 Dec 14
3
Building a C5 chroot on a C6 machine
I'm trying to do something slightly silly; rather than having a C5 machine
and a C6 machine around for compiling and testing, I want to create a C5
chroot area. Something similar to "mock" but using lvm snapshots and some
local config specific stuff.
(Potentially even using Linux Containers to enter the chroot environment).
So I thought I'd build out the chroot...
% cat
2012 Apr 12
1
Console to RHEL6.1 container
We are trying to create RHEL6.1 container and having trouble getting a
proper console to the container.
I have used lxc containers in the past and lxc has a script (lxc-fedora)
to setup a basic Fedora container. Is there something similar or docs
with virtmgr ?
We started out making a copy of the root fs and using that copy as the
root for the container. I made a couple of tweaks to the
2016 Dec 21
0
how to create container image for an existing container
Dear all,
I installed 8 containers using "yum --installroot=/root/fedora16lxc" to create the container filesystem. Now I want to manage these containers with openstack. So I need to deploy these containers by openstack which needs the container image.
Can anyone tell me how to export my existing container's image? I am not sure if openstack can create container without an image
2016 Feb 09
2
LXC on CentOS 7 HowTo: PAM Configuration
Hi,
I am trying to implement something like an "LXC on CentOS 7 HowTo" for
internal use. (Might as well get public afterwards.) I am following
the HowTo for CentOS 6
(https://wiki.centos.org/HowTos/LXC-on-CentOS6). So, here's what I did
so far (Steps 1-6 can easily be omitted, but I am trying to be
complete.)
1.) Disable delta RPM's in /etc/yum.conf
2.) Remove LibreOffice
2014 Sep 26
1
How to configure the container's NIC automatically with an assigned IP address
Dear all,
I want to run a TCP/IP application automatically after I start the container using "virsh -c lxc:/// start mycontainer". Does anybody know how to configure the NIC automatically with an assigned IP address? I couldn't find useful information from domain XML format spec and it only talks how to set the mac address (http://libvirt.org/formatdomain.html) .
Your response will
2017 Aug 03
0
fcitx-anthy request (for Japanese users)
On 08/02/2017 09:07 PM, Scott Robbins wrote:
> On Wed, Aug 02, 2017 at 08:15:58PM -0400, H wrote:
>
>
>> On 08/02/2017 09:46 AM, Scott Robbins wrote:
>>> On Wed, Aug 02, 2017 at 09:37:06AM -0400, H wrote:
>>>>> Ah, also, in my .xinitrc (I boot into text mode then run startx I have,
>>>>> above the line calling the window manager