Displaying 20 results from an estimated 5000 matches similar to: "xen domains autostart"
2010 Aug 27
1
Unable to autostart storage pool.
Following xml file was used to create storage pool using 'virsh pool-create
<xml>'
<pool type='dir'>
<name>my-diskpool</name>
<uuid>2fbc894e-7619-6cda-a33c-b27fae5fbe8b</uuid>
<capacity>136024670208</capacity>
<allocation>11416657920</allocation>
<available>124608012288</available>
<source>
2016 Mar 21
0
virtual machine won't autostart when using LVM with cache
Hello guys,
Recently I have switched to use LVM cache feature on logical volume
/dev/hdd/windata1 to improve it performace using 32GB partition from SSD
disk.
However, when my computer will start, my virtual machine won't autostart
Mar 21 10:48:57 brutus-coreos libvirtd[956]: Cannot access storage file
'/dev/hdd/windata1' (as uid:107, gid:107): No such file or directory
Mar 21
2009 Nov 13
0
virsh autostart: cannot set autostart for transient domain
Hello all,
I'm running a newly installed CentOS 5.4 KVM host and am running into
problems setting guests up to autostart. Has anyone seen and/or overcome
this issue?
[root at virt04 ~]# virsh autostart guest02
error: Failed to mark domain guest02 as autostarted
error: internal error cannot set autostart for transient domain
Just for kicks I tried symlinking /etc/libvirt/guest02.xml and
2008 Oct 13
4
my postfix ignores myhostname parameter
Hello guys,
I do not know how it is posible :
*vi /etc/postfix/main.cf*
# INTERNET HOST AND DOMAIN NAMES
#
# The myhostname parameter specifies the internet hostname of this
# mail system. The default is to use the fully-qualified domain name
# from gethostname(). $myhostname is used as a default value for many
# other configuration parameters.
#
#myhostname = host.domain.tld
myhostname =
2008 Apr 25
9
dd trough scp with tar
Hi,
first i will explain my experiment :
We have ESX server running virtual machines .We want to migrate to XEN. As i
did not found any tool for transfering ESX to for example real server, or
better to XEN --> please correct me if i am wrong , i found following
approach :
i will inside virtual machine on ESX boot from Live-CD of CentOS , using dd
i will transfer images trought scp to CentOs
2008 Apr 25
9
dd trough scp with tar
Hi,
first i will explain my experiment :
We have ESX server running virtual machines .We want to migrate to XEN. As i
did not found any tool for transfering ESX to for example real server, or
better to XEN --> please correct me if i am wrong , i found following
approach :
i will inside virtual machine on ESX boot from Live-CD of CentOS , using dd
i will transfer images trought scp to CentOs
2006 Aug 07
2
Autostarting and job keys...
I''ve now got 5 processes auto started. But I when I query the
MiddleMan for their keys (in script/console), it doesn''t find them.
Looking at the start script, it looks like it might be creating a new
MiddleMan object for each autostart
BackgrounDRb::MiddleMan.new.new_worker(:class => entry[''class''],
Even changing it to
2016 May 06
0
After restart, user's gnome autostart seems broken
Hello there,
CentOS6.7 64-bit up-to-date running on my laptop.. This night I had to
restart (did it properly). Since then, my ~/.config/autostart/ contains
some new broken .desktop files and /var/log/messages complains:
gnome-session[7280]: WARNING: Could not parse desktop file /home/wwp/.config/autostart/gnome-keyring-daemon.desktop: Key file does not have key 'Name'
2007 Apr 04
0
autostart
Hi,
Does backgroundrb 0.2.1 support autostart?
I''ve tried to set up autostart by adding something like the following
in backgroundrb.yml:
autostart:
1:
class: bar_worker
args: ''''
However, that does not seem to work. I also tried the scheduling
mechanism like this in backgroundrb_schedules.yml:
bar:
:class: :bar_worker
:job_key: :bar1
2017 Jan 17
1
gluster store and autostart - but fails
hi all
I've a few guest which work/run perfectly fine, I believe,
except for autostart.
Configuration of system, gluster and libvirt is pretty
regular and not complex.
Errors I see:
...
failed to initialize gluster connection (src=0x7f9424266350
priv=0x7f94242922b0): Transport endpoint is
internal error: Failed to autostart VM 'rhel-work2': failed
to initialize gluster connection
2008 May 13
2
build custom domU kernel from centos kernel source
Hi, i am trying to build a custom xen kernel from CentOS source kernel rpm .
What i want to achieve is to have custom domU kernel without modules, which
will boot domU machine without having /lib/modules .
My first try is to simple disable Loadable module support , so i have
followed tutorial on CentOS wiki for kernel building
http://wiki.centos.org/HowTos/Custom_Kernel .
Now it is building, my
2008 May 13
2
build custom domU kernel from centos kernel source
Hi, i am trying to build a custom xen kernel from CentOS source kernel rpm .
What i want to achieve is to have custom domU kernel without modules, which
will boot domU machine without having /lib/modules .
My first try is to simple disable Loadable module support , so i have
followed tutorial on CentOS wiki for kernel building
http://wiki.centos.org/HowTos/Custom_Kernel .
Now it is building, my
2007 Feb 15
0
disregard RE: new syntax for autostart and repeat
So disregard this question. I followed Mason Hale''s suggestion that I pass
in some worker_args and all is well in the scheduler.yml file.
Brian
_____
From: Brian Lucas [mailto:blucasCO at gmail.com]
Sent: Thursday, February 15, 2007 2:49 PM
To: ''backgroundrb-devel at rubyforge.org''
Subject: new syntax for autostart and repeat
Hello:
I''m a
2017 Mar 20
2
libvirt-guests and time sync on autostart vms
I have a host running a few guests all configured to autostart.
I'm also using libvirt-guests to suspend the guests when the host
restarts or shuts down
When the host comes back up I see a bunch of log messages -
Resuming guest vm01 already active
Resuming guest vm02 already active
I guess this is because libvirt autostarts the guests when it starts
and before libvirt-guests has a chance
to
2008 Apr 07
3
list of epel packages
Hi!
I know it has been solved many times, but how will i get a list of all
installed packages from EPEL repository? I know for rpmforge it is rpm -qa
package=*rf* .
Thanks!
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080407/68f7c09a/attachment-0001.html>
2015 Oct 10
1
Re: qemu:///session and network-mounted home directories
Cole Robinson <crobinso@redhat.com> writes:
> The proper way to make sure shared VMs aren't started across multiple machines
> is libvirt's locking support: https://libvirt.org/locking.html
>
> It requires running a separate daemon though so isn't trivial, and I have no
> idea if it can be made to work with qemu:///session.
Hmm, but what do you mean by shared VMs
2007 Feb 15
0
new syntax for autostart and repeat
Hello:
I''m a little confused as to the >0.20 brb syntax as it relates to autostart
and repeat.
In short, I''d like to know the easiest way to automatically start a worker
and have it repeat every xx minutes. This was easy in the previous version
because you would simply do : ''repeat.every 20.minutes'' or similar in the
worker.
I''m sure
2017 Mar 21
0
Re: libvirt-guests and time sync on autostart vms
On Tue, Mar 21, 2017 at 1:37 AM, ıuoʎ <yonjah@gmail.com> wrote:
> On Mon, Mar 20, 2017 at 9:58 PM, Timo Juhani Lindfors
> <timo.lindfors@iki.fi> wrote:
> > ıuoʎ <yonjah@gmail.com> writes:
> >> I have a host running a few guests all configured to autostart.
> >> I'm also using libvirt-guests to suspend the guests when the host
> >>
2017 Mar 21
2
Re: libvirt-guests and time sync on autostart vms
On Mon, Mar 20, 2017 at 9:58 PM, Timo Juhani Lindfors
<timo.lindfors@iki.fi> wrote:
> ıuoʎ <yonjah@gmail.com> writes:
>> I have a host running a few guests all configured to autostart.
>> I'm also using libvirt-guests to suspend the guests when the host
>> restarts or shuts down
>
> I have a similar setup. I solved it by writing a small daemon that syncs
2015 Dec 07
0
Re: Destroy autostarted network on shutdown
On 12/07/2015 01:20 PM, Jan Grashöfer wrote:
>> autostarting (and autostopping) based on what event?
> Based on start/shutdown of the host or starting/stopping libvirtd. I
> just wrote a script to start with systemd but as there is that autostart
> functionality in libvirtd this might not be the best solution.
networks with autostart set will be started when libvirtd is started if