Displaying 20 results from an estimated 9000 matches similar to: "Permanently change default virsh editor"
2016 Jul 07
0
Re: Permanently change default virsh editor
On 06.07.2016 21:27, J Travis Lindsey wrote:
> Hello, I found in the docs that I can change the editor I use on a per vm
> bases with the following:
> *EDITOR=$your-favorite-editor virsh edit $your-vm-name*
>
> But how do I change it permanently so when I run:
> *virsh edit $your-vm-name*
>
> It defaults to my favorite editor (vim)?
This is distribution dependent. For
2016 Jul 06
0
Re: Permanently change default virsh editor
On 07/06/2016 03:27 PM, J Travis Lindsey wrote:
> Hello, I found in the docs that I can change the editor I use on a per vm
> bases with the following:
> *EDITOR=$your-favorite-editor virsh edit $your-vm-name*
>
> But how do I change it permanently so when I run:
> *virsh edit $your-vm-name*
>
> It defaults to my favorite editor (vim)?
EDITOR is just a shell environment
2007 Mar 13
6
Problem Managing Ruby Gems
I''m trying to have puppet install a bunch of ruby gems for me, but I''m
running into problems with a few of them.
This is on CentOS 4.4, ruby 1.8.5 (2006-08-25) [x86_64-linux] and the latest
puppet from svn as of yesterday afternoon.
I have:
package { fastthread:
ensure => "0.6.4.1",
provider => gem,
require =>
2017 Oct 16
2
Current master unit test errors
I'm preparing a pull request for the master branch and noticed that
`make check` on a clone of the xapian repository fails badly. I haven't
merged my changes and built from e24cc6018de0. Is is just me or is there
something broken in the master branch?
Running test './apitest' under valgrind
Running tests with backend "none"...
Running test: defaultctor1...
2018 Oct 31
2
Re: How to change the default connection of 'virsh' tool from 'qemu' to 'xen' ?
On Wed, Oct 31, 2018 at 09:32:30AM +0100, Andrea Bolognani wrote:
>On Wed, 2018-10-31 at 10:56 +0900, Minjun Hong wrote:
>> Hi.
>>
>> Thanks to help of this mailing list (especially Jim Fehlig), I have finished setup of libvirt.
>> However, there is something weird. It is that I installed libvirt on 5 servers but
>> the default connection of one of them is
2018 Nov 01
1
Re: How to change the default connection of 'virsh' tool from 'qemu' to 'xen' ?
On Thu, 2018-11-01 at 16:40 +0100, Erik Skultety wrote:
> On Wed, Oct 31, 2018 at 05:33:09PM +0100, Martin Kletzander wrote:
> > On Wed, Oct 31, 2018 at 09:32:30AM +0100, Andrea Bolognani wrote:
> > > On Wed, 2018-10-31 at 10:56 +0900, Minjun Hong wrote:
> > > > I searched how to change it but, I only found a bypass adding " LIBVIRT_DEFAULT_URI='xen:///'
2018 Oct 31
2
How to change the default connection of 'virsh' tool from 'qemu' to 'xen' ?
Hi.
Thanks to help of this mailing list (especially Jim Fehlig), I have
finished setup of libvirt.
However, there is something weird. It is that I installed libvirt on 5
servers but
the default connection of one of them is 'qemu:///' even if those of the
others are all 'xen:///'.
I searched how to change it but, I only found a bypass adding "
2013 Mar 14
1
[virt-tools-list] C'ant migrate with virt-manager or virsh
On 03/14/2013 03:17 AM, Digvijay wrote:
> [root at node0 ~]# virsh migrate --live try1 qemu+ssh://root at 100.100.102.106/system
> --unsafe
> root at 100.100.102.106's password:
> error: operation failed: migration job: unexpectedly failed
> error: Reconnected to the hypervisor
>
CC-ing libvirt-users
I think that virsh command should work. Look at
2018 Aug 28
1
"utils::file.edit" does not understand "editor" with additional arguments
I am using Sublime Text as my editor. If I run `subl -n .Rprofile` in bash, a file would be opened in a new window.
Back in R, if I run this
> file.edit(".Rprofile", editor="'subl -n'")
sh: 'subl -n': command not found
Warning message:
error in running command
However, the interesting bit happens when I run
edit(1:10, editor="'subl -n?")
It
2018 Nov 19
1
[PATCH] m4: Add java search path for Gentoo
In Gentoo the java alternatives are managed using jva-config (or eselect java),
but because the selection is treated as a configuration the symlink to the
current jvm selected is stored in /etc, particularly in the symlink
/etc/java-config-2/current-system-vm which works such as /usr/lib/jvm/default.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
m4/guestfs-java.m4 | 1 +
1
2010 Jun 12
1
Functionality of virsh net-edit
Hi,
I am using version libvirt on debian lenny from backports repository,
version 0.7.6-1~bpo50+1, amd64.
Th functionality of "virsh net-edit" command is not very clearly
documented, and I think it should change a configuration of a running
network. But I see it doesn't.
So, I want to add new host, for example:
#I have old configuration
root at xxx:/etc/libvirt/qemu/networks#
2015 Jan 08
2
latex warning
Dear all,
I am getting an R CMD check warning about the PDF manual. I am having a
hard time finding out what is wrong, here is the log of the Rd2pdf call.
The full check (and other) log is at
https://api.travis-ci.org/jobs/46373922/log.txt?deansi=true if anybody is
interested, and the package itself is here:
https://github.com/metacran/r-builder/tree/bintex/rbuildertest
Thanks, Best,
Gabor
2005 Dec 28
3
Sortable - can we make one or more elements in a list sticky?
In a sortable list, is there a way to say, pass a className whereby some
of the elements in the sortable element would not become
draggables/droppables? If not, it seems like it could be implemented
similarly to the handle option.. Any interest?
Also - I submitted a patch that adds the option "delay" so that draggables
in a Sortable won''t truly become activated until after the
2010 May 23
1
[PATCH] nv: improve KMS detection
1) DRICreatePCIBusID belongs to xserver dri module, so when it's
unavailable we can't format string for drmCheckModesettingSupported.
(This situation happened to me with KMS enabled and dri module moved
somewhere else by Gentoo's "eselect opengl set nvidia" switcher)
Open code DRICreatePCIBusID to drop dri dependency.
2) Once we dropped dependency on dri module
2019 Jul 14
2
.travis.yml ... most likely included in error
Hello:
????? Suggestions for whomever maintains "R CMD":
??? ??????? 1.? Can you change it so it doesn't complain about the
presence of ".travis.yml", at least on GitHub?
??? ??????? 2.? What do you suggest people do to find error messages in
the output?? I ask, because I'm getting "build failing" from
travis-ci.org, but I can't see what failed
2011 Oct 28
6
Help please??
I'm not sure what this is for, but I'd REALLY like some help.
If you wouldn't mind, can you try to download this link using Wine?
If it works, can you please help me because it doesn't work for me & i have no idea what to do?
Please & Thank you (:
http://impressive-world.proboards.com/index.cgi?board=download&action=display&thread=129
2016 Jan 18
4
r-devel @ Travis
Hi!
I'm developing R packages and use Travis CI for continous integration. When
submitting to CRAN Im suggestet to test the package using the latest
R-devel. I would like that all test where run using Travis. Is there anyone
who knows if this is possible to run travis test using the latest r-devel?
--
Regards
M?ns
============================
M?ns Magnusson
070 - 588 97 15
mons.magnusson
2012 Sep 25
1
mapping data from table to .csv template
I have a .csv table named mailing.csv as below. It consist a receiver,
subject and sender.
Receiver subject sender
1 Adrian Cole RE: [WHIRR-117] Composable services Tom White
2 Adrian Cole RE: [WHIRR-117] Composable services Tom White
3 Adrian Cole RE: [WHIRR-117] Composable services Adrian Cole
4 Adrian Cole RE: [WHIRR-117]
2010 Sep 20
3
RHEL 5
Hi Samba,
My name is Travis Kuter and I'm with HP's Solution Alliance org.
I've got a client asking if Samba Internet Services 3.5 is supported under REHL 5.
Would you mind helping with some clarification?
Many thanks and Best Regards,
Travis
Travis Kuter
WW ISV Business Development
ESS Solution Alliances
Hewlett-Packard Company
Travis.Kuter at hp.com
+404-664-2596
2020 Nov 14
2
Joining Samba to Upgraded 2003 domain failing
H Rowland
Thank you for your insight. I have checked over the article and have found
a remnant from the old domain. I think :)
Let's assume the domain is travis.com and the samdom is net.travis.com.
Under this I have a subdomain called _msdcs so I would think this would be
called _msdcs.net.travis.com.
In the RSAT DNS tool I right click and try to delete.
I get "The DNS domain cannot be