Displaying 20 results from an estimated 10000 matches similar to: "RE: Feature request? Auto start vm upon next shutdown"
2020 Aug 09
0
RE: virsh attach-interface auto up
Hi Brent, you are right! This has been removed from centos7[1] pfff
I have managed to get this working by copying these two files from
CentOS6
/etc/sysconfig/network-scripts/net.hotplug
/lib/udev/rules.d/60-net.rules
And running
udevadm control --reload-rules && udevadm trigger
https://access.redhat.com/solutions/429653
-----Original Message-----
To: libvirt-users@redhat.com
2020 Jun 22
0
Re: Feature request? Auto start vm upon next shutdown
On Mon, Jun 22, 2020 at 04:48:32AM -0400, brent s. wrote:
> On 6/22/20 03:47, Marc Roos wrote:
> >
> >
> > It is not a destroy. With some hardware changes you require the host to
> > shutdown down and then start. The shutdown down is manually given either
> > via some acpi request or from within the guest.
> > When the guest is down, the 'host'
2020 Jun 21
0
Feature request? Auto start vm upon next shutdown
Sometimes when you change the configuration, this configuration change
will only be available after a shutdown. Not to have to monitor when the
vm shuts down, to start it again. It could be nice to have libvirt start
it one time. Something like:
1. change the network interface of a running guest
2. at the prompt of the virt-manager "Some changes may require a guest
shutdown to take
2020 Aug 09
0
Re: virsh attach-interface auto up
On 8/8/20 11:26 PM, brent s. wrote:
> On 8/8/20 9:42 AM, Marc Roos wrote:
>>
>> I am doing a virsh detach-interface and an attach-interface. Is it
>> possible to automatically bring the interface up after attaching it?
>>
>
> By coincidence, I was just playing with this with the python API.
>
> The interface being brought up automatically, if I
2009 Feb 17
0
VM auto start delay
Hello all;
I have a VM with a win2k3 installed, but when i autostart it by creating a
simlink on /etc/xen/auto", it start with no network and i cant acces it from
the vnc.
It doesnt happen if i manually start the VM.
So, the question is, can i add a delay to the autostart? (i´m counting on it
to solve the problem)
Thanks in advance
Juan Pablo
2018 Jan 11
0
Re: VM migration upon shutdown in centos 7
[Please keed the list CCed]
On 01/10/2018 04:43 PM, Raman Gupta wrote:
>> Does this command alone succeed?
> Yes. I have used this command to migrate VMs successfully, without even
> knowing that spelling has changed.
>
>
>> I don't know enough about systemd but maybe it's not waiting for virsh to
> finish?
> Yes I also think virsh or libvirtd or related
2018 Jan 12
1
Re: VM migration upon shutdown in centos 7
Hi,
> I don't see your service being called.
It started when system started, see logs:
Jan 12 14:59:42 desktop4 systemd: systemd 219 running in system mode. (+PAM
+AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP
+GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
Jan 12 14:59:42 desktop4 systemd: Detected architecture x86-64.
Jan 12 14:59:42 desktop4
2013 Mar 10
1
Samba DC join fails - IPv4/IPv6 issue
Hi list,
I just tried to add a second DC to an existing Samba4 domain using samba-tool
(both hosts run latest samba4 git version).
But the join failed, complaining about being unable to find a writeable DC:
root at elektron:~# /opt/samba4/bin/samba-tool domain join linex.r00t.la DC
Finding a writeable DC for domain 'linex.r00t.la'
ERROR(exception): uncaught exception - Failed to find a
2018 Jan 05
4
VM migration upon shutdown in centos 7
Hi,
I have CentOS 7, two node system which allows live VM migration between
them. Live migration triggered from virsh is happily happening. I am using
GlusterFS for replicating VM disk files.
Now I want to automatically do the live migration at the time of
reboot/shutdown/halt of the host node and for this I have written a systemd
service unit [vPreShutdownHook.service] and placed the live
2023 Feb 27
3
[Bug 3544] New: Support CIDR notation for host pattern matching
https://bugzilla.mindrot.org/show_bug.cgi?id=3544
Bug ID: 3544
Summary: Support CIDR notation for host pattern matching
Product: Portable OpenSSH
Version: 9.1p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:
1998 Oct 20
0
Auto-restart/auto-shutdown feature idea
Here are some thoughts about a possible enhancement to samba. Let me
know what yuou think.
Whenever I want to re-start samba, for example to upgrade it, there
always seem to be people logged in with files open. It occured to me
therefore that an auto-restart feature may be useful.
To implement this though we need to know when it is safe to re-start
samba:
1. When there are no locked
2019 Jun 11
0
[R] Open a file which name contains a tilde
Hi Gabriel,
I actually want to make renames over thousands of files. But if I am not able to express the source filename of the rename operation I will not be able to get the work done. Besides the fact that there are issues I think that R is qualified for solving my problem by the method how it can handle long vectors of strings, booleans and also lists.
Kind regards,
Frank
On 2019-06-11
2008 Sep 08
2
Problems with async worker request
Sorry if this comes through twice. I already sent this once, before joining
the mailing list.
I''m attempting to use Backgroundrb to handle asynchronous pdf creation, but
in doing so, I''ve run into a very strange problem. Below is a method that''s
called from the controller which creates a new worker, then grabs the worker
and calls the ''build_pdf''
2019 Jun 11
0
[R] Open a file which name contains a tilde
On 11/06/2019 4:34 p.m., William Dunlap via R-devel wrote:
> Note that R treats tildes in file names differently on Windows and Linux.
> On Windows, it is only replaced if it it at the beginning of the line and
> is followed by a forward or backward slash or end-of-line. On Linux it is
> replaced no matter where it is in the text and ~someUser will be replaced
> by someUser's
2012 Jan 14
1
Semantic relationships between shudown.stayoff, shutdown.return, and ups.start.auto
Nut-names.txt states that
1. ups.start.auto controls whether the UPS starts when mains is (re)applied.
2. shutdown.stayoff causes "turn off the load possibly after a delay and remain even if power returns".
3. shutdown.return causes "turn off the load possibly after a delay and return when power is back".
1 seems to conflict with 2 and 3. That is, 2
2019 Jun 12
0
[R] Open a file which name contains a tilde
@ Gabriel:
"Avoid tilde in file names":
Not quite.
A tilde *suffix* is commonly used by *nix editors for backup files
https://unix.stackexchange.com/questions/76189/what-does-the-tilde-mean-at-the-end-of-a-filename
On Wed, Jun 12, 2019 at 2:43 AM Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote:
> >>>>> Duncan Murdoch writes:
>
> With c76695 in the trunk, we
2015 Dec 04
0
CentOS 7.1 + KVM + OVMF for UEFI - can't reboot VM, only shutdown and start
Hi,
I'm trying to use OVMF to run EFI-partitioned Windows 8.0 virtualized on
my laptop. The reason is to reuse the original HDD image intact without
re-installation of any kind.
I'm running fully updated CentOS 7.1 (1503). Virtualized storage
subsystem is VirtIO if it matters.
I'm almost OK with the notable exception of inability to reboot the VM.
OVMF bootloader doesn't
2019 Jun 13
0
[R] Open a file which name contains a tilde
At the risk of looking silly, note that all of this is now largely moot
anyway (or will be with the next release of R), thanks to Kurt Hornik's
fixing of the bug in question (which he announced on this thread prior to
but I read after Paul's).
~G
On Wed, Jun 12, 2019 at 11:51 PM Gabriel Becker <gabembecker at gmail.com>
wrote:
>
>
> On Wed, Jun 12, 2019, 5:16 AM Paul
2012 Aug 07
0
Snort: Problems configuring for init/start upon bootup rc.conf not working
Ladies/Gents,
/etc/init.d/snortd
more snortd
#!/bin/sh
# Description: start up script for snort
# chkconfig: 2345 40 60
#
# Source function library.
. /etc/rc.d/init.d/functions
#
case "$1" in
#
'start')
echo "Starting up Snort..."
/prod/snort/bin/snort -c /prod/snort/etc/snort.conf -D -g snort -u snort -i
eth0 -l /var/log/snort
echo "Done."
;;
#
2019 Nov 11
1
Error: Corrupted index cache file and Error: Maildir filename has wrong S value
Good day Guys
I forgot to add and mention a very important piece of the puzzle.
We are making use of dovecots compression plugin.
I.e. https://doc.dovecot.org/configuration_manual/zlib_plugin/#compression
Regards
Brent Clark
On 2019/11/11 14:49, Brent Clark wrote:
> Good day Aki
>
> Thanks ever so much for replying.
>
> Interesting that you ask the version of dovecot. Any