Displaying 20 results from an estimated 10000 matches similar to: "Edit to change startup from SMP to not so SMP"
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
2017 Jul 26
3
Re: Xen died - Fedora upgrade from 21 to 26
Jim,
Thanks for that, I had manually installed
libvirt-daemon-driver-xen, but also needed to install
libvirt-daemon-driver-libxl. I can now create VMs and convert config
formats.
However the daemon still fails to start on bootup. It starts fine when I
manually start it with "systemctl start libvirtd" but setting it to
autostart with "systemctl enable libvirtd" seems
2010 Oct 23
2
Linux Bootup: Dovecot Failure
Hi there!
Im using a dovecot system in combination with postfix(with dovecot lda)
and ldap. Till today it ran well, but before switching to live, i did
some system updates and at the reboot following message occured:
Starting IMAP/POP3 mail server: dovecoUnexpected first line <localhost:
timed out, nothing received>
(First it says: "Starting IMAP/POP3 mail server: dovecot ",
2015 Oct 10
2
qemu:///session and network-mounted home directories
Dear libvirt-users,
Suppose my home directory is network mounted on to several different
machines. And suppose I defined some VMs in qemu:///session. The
configuration files and disk images for qemu:///session are stored in my
home directory.
Now suppose I log in to some machine and use virsh. The qemu:///session
VMs that are marked autostart are started. Now if I log into another
machine and
2002 Jun 21
2
need to remove kernel load text..
Hello, Is there anyway to remove the bootup kernel text with pxelinux? (blank screen or logo image till X is loaded) I tried using LPP (linux progress patch), But it only seems to work with lilo only. Im trying to creat a kiosk type inviorment I dont want users to see the kernel load.. Any help will be greatly appreciated, thank you..
Danny
2018 Dec 14
2
Re: "virsh list --all" is intermittently causing a shutdown client to boot?
Autostart is set to "enable" for this domain, but I wouldn't expect autostart to be invoked when a simple "read-only" command is run. I'd expect the "list --all" command to only display details about the domain...not change the status of the domain by booting it. Maybe I'm misunderstanding things...
On Thursday, December 13, 2018, 11:20:30 AM EST,
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>
2005 Jan 10
1
Execute dialplan command at startup
How can Asterisk be configured to execute some number of dialplan commands
when it is started or restarted?
I want to be able to populate the registry (using DBPut() commands) to store
some information each time Asterisk starts. Such information could, of
course, be stored in a database and perhaps that will be the long term
objective.
In the meantime I'm hoping that it is possible to use
2010 Mar 17
1
Pool, iSCSI and guest start
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Former user of Xen and newbie in kvm/qemu/libvirt stuff, I give it a try
on my network ;-)
I need to run a VM with iSCSI target attached.
I did it this way :
1) Creation of iscsi pool (equa.xml) :
<pool type="iscsi">
<name>equalog</name>
<source>
<host name="10.10.0.1"/>
<device
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 22
1
Preferred DomU creation method
All,
Is there a preferred method for creating a domain today; in other words,
virt-install, xm create, etc.? I have one machine that the domains were
created by another admin using xm create, and I /do/ like the config
options for autostarting, etc. For some reason, I used virt-install on
the current machine, and ended up with domains named and placed in
2010 Oct 18
1
libvirt fails to autostart on boot
Hi
I'm having a problem with libvirt.
OS: Ubuntu 10.04
When I installed everything initially it worked properly, I was able to use
virtual manager to connect to QEMU and install (and run guest OS).
But after I rebooted my box - libvirt is not started even though I can see init
script in /etc/init.d/libvirt-bin
When I start libvirtd manually it works.. But it's kind of annoying for
2010 Jan 17
2
error: failed to serialize S-Expr
Last night I upgraded from b127 to b130 and now I can''t mark autostart
domains:
# virsh autostart lunar-1
error: Failed to mark domain lunar-1 as autostarted
error: failed to serialize S-Expr: (domain (on_crash restart) (uuid
91c21040-2098-bc0d-b401-3908f3a21667) (bootloader_args) (vcpus 1) (name
lunar-1) (on_poweroff destroy) (on_reboot restart) (cpus (
Searching the archives
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
2015 Dec 21
2
CentOS 7.2 libvirtd 1.2.17 bug
Hi,
There is a strange issue in the CentOS 7.2 libvirtd 1.2.17 service.
If there is a symlink in the "/etc/libvirt/qemu/autostart/" which is created
before the libvirtd service is started, libvirtd wont start.
Deleting the symlink from the autostart folder, then starting the libvirtd
service works.
Is this a know issue ?
We have found this on 4-5 servers.
Regards,
2018 Aug 22
2
Guest startup delay options ignored
Hi Folks,
been searching around for a while on this and see similar issues reported going back a number of years without solution.
The START_DELAY=(number) seems to be completely ignored in /etc/sysconfig/libvirt-guests which is unfortunate as it means everything starts at once without control.
This is fine on NVMe based servers however on the older spinning disks the I/O is creating
2011 Aug 11
2
virInitialize dumps core intermittently.
Hi,
I have a host with 6 VMs set to autostart. When this host reboots, it
starts libvirtd, pegasus cimom and libvirt-cim. It also restarts the VMs.
Intermittently we noticed a core during start up that points to the last
call made by libvirt-cim to "virInitialize". I am thinking that it is a
timing issue where virInitialize is called while libvirt is trying to
autostart the VMs.
2007 Mar 16
3
Edit Access to TipsAndTricks/Kickstart
Hey,
I was thinking of added some stuff about setting the network settings from
the lilo prompt instead of waiting for a dhcp timeout when kickstarting a
system..
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20070316/383dbe2f/attachment-0002.html>
2017 Jul 26
0
Re: Xen died - Fedora upgrade from 21 to 26
On 07/26/2017 04:46 AM, G Crowe wrote:
> Jim,
> Thanks for that, I had manually installed libvirt-daemon-driver-xen, but
> also needed to install libvirt-daemon-driver-libxl. I can now create VMs and
> convert config formats.
>
> However the daemon still fails to start on bootup. It starts fine when I
> manually start it with "systemctl start libvirtd" but
2000 May 02
5
starting smb services at bootup on x86 RH6.1
I am running RH6.1 on an x86 with 2.0.6 installed with an RPM. I am
confused as to getting smb to start at bootup. It works fine if I start it
manually (/etc/rc.d/init.d/smb start). I swear, the 5.2 installation had
smb start at bootup, but I can't find the difference between the two. Is
the answer
1 - edit the /etc/inetd.conf file (swat needed a line uncommented)
2 - edit the