Displaying 20 results from an estimated 500 matches similar to: "High availability for guests"
2012 Sep 13
2
How to migrate over TCP without certs
Hey guys,
I have a private network and I trust it! /me hides behind trees...
So, in order to exercise my trust, I wanna migrate guests over TCP;
with and without shared storage.
This is:
- I want to migrate from host1 to host2; which have shared storage;
over TCP without certs
- I want to migrate from host1 to host99, which don't have shared
storage, over TCP without certs
I am asking
2012 Sep 20
2
How to pass info to a guest?
Hello,
I would love to be able to pass information to a Guest. For example:
- I'd love to sync the root password with the VNC/Spice one
- I'd like to be able to inject stuff to /root/.ssh/authorized_keys
All of these at boot time.
How would I do it? I'd make these files/strings available in the BIOS
or something; maybe some kind of storage local to the host and guest
as well. Then,
2012 Jul 09
0
Metadata accessible within guests
Hello,
I'd like to know if there is any way to make metadata; for example,
the public part of an SSH, accessible within a Guest?
This would be very useful in order to provide access to Guests in an
automated way.
For example, let's suppose I have an implementation that gives a user
the power to create Guests. The user has stored his public SSH key in
my implementation.
After the user
2013 Jul 13
0
★ Libvirt Users, Rene Bon Ciric te ha dejado un mensaje
Rene Bon Ciric te ha dejado un mensaje
Este mensaje es personal. Sólo tú y su remitente tenéis acceso a él y te recordamos que lo puedes eliminar en cualquier momento. Si quieres responder puedes hacerlo desde el chat. Para leer tu mensaje, haz clic en el siguiente enlace:
http://us1.badoo.com/renich/in/l-47pIIAagA/?lang_id=7&g=57&m=21&mid=51e14031000000000007000001f1ad310252eb3f00e9
2016 Mar 02
1
Traffic mirroring
Hello,
We're interested in mirroring traffic from a host's guests to another
host's guest. We've been able to achieve that on the same host;
redirecting traffic from the host's bridge interface (VLAN) to one of
the guest's in the same host by using the tc command.
But, when it comes to traffic from one host to the other, we haven't
been able to pull it through.
2015 Nov 18
2
[Bug 2499] New: It would be nice to have a tool to manage ssh connections
https://bugzilla.mindrot.org/show_bug.cgi?id=2499
Bug ID: 2499
Summary: It would be nice to have a tool to manage ssh
connections
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
2010 Jul 15
3
Bug#589176: xen-utils-common: replace gawk with awk in scripts and Depends
Package: xen-utils-common
Version: 4.0.0-1
Severity: wishlist
Tags: patch
I am not a gawk/mawk expert, but I looked carefully at the few uses of
gawk that I saw in /etc/xen/scripts/vtpm-common.sh and network-bridge,
and I did not see anything that was gawk-specific. It would be nice if
they could be changed to awk and the dependency on gawk removed.
base-files is Essential: yes and it
2013 Jan 04
2
Bug#697417: xen-utils-4.1: pygrub is unable to parse default Debian grub.cfg
Package: xen-utils-4.1
Version: 4.1.3-7
Severity: normal
The grub.cfg created by a default Debian installation uses many
configuration statements that pygrub does not recognize, and pygrub is
unable to find any kernel to load.
...Marvin
-- System Information:
Debian Release: 7.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable-updates'), (500,
2013 Jan 04
2
Bug#697412: xen-utils-4.1: pygrub does not recognize the include statement in extlinux.conf
Package: xen-utils-4.1
Version: 4.1.3-7
Severity: normal
pygrub does not recognize the include statement in extlinux.conf. The
default Debian installation of extlinux creates a stub extlinux.conf
which includes linux.cfg, where all the linux image entries are. This
means that even if bugs 697407 and 697409 are fixed, pygrub still can't
find the right kernel on a default Debian installation
2010 Jan 18
2
output
Hi all,
I am trying to interparete the result of the following output from lm;
fit1 =lm(Feed _Intake ~ weight + season + weight*season)
Season has three classes(x,y,z)
Reults are
Estimate (Intercept) 21.51559
weight 2.13051
factor(season)y 10.59739
factor(season)z 1.30421
weight:factor(season)y
2013 Jan 04
1
Bug#697407: xen-utils-4.1: pygrub doesn't find extlinux.conf in default Debian location
Package: xen-utils-4.1
Version: 4.1.3-7
Severity: normal
pygrub looks for extlinux config files "/boot/isolinux/isolinux.cfg" and
"/boot/extlinux.conf", but the default Debian installation uses the
config file "/boot/extlinux/extlinux.conf". (See
/usr/lib/xen-4.1/bin/pygrub lines 405-407.)
...Marvin
-- System Information:
Debian Release: 7.0
APT prefers testing
2008 Feb 21
3
R console closes on its own
Dear R-experts,
I am running a script that has the following
structure:
windows(height=5.5,width=8)
dat<-read.csv("myfile.csv")
names(dat)<-c('a','b','c','d')
dat<-dat[,1:4]
xyplot(dat$a~dat$b)
Then I usually save the plot as a PDF (from the
menu in the R console). I can save the PDF twice in a
row; but at the third time, right when I
2013 Jan 04
1
Bug#697409: xen-utils-4.1: pygrub does not correctly distinguish between "disk with partitions" and "partition"
Package: xen-utils-4.1
Version: 4.1.3-7
Severity: normal
The function is_disk_image in /usr/lib/xen-4.1/bin/pygrub at line 45
distinguishes a partitioned disk from a partition by looking for 0xaa55
at offset 0x1fe in the image, but this is the bootsector signature, not
the partition table signature. extlinux and other bootloaders put this
signature there on bootable partitions (which don't
2007 Mar 05
1
Error in La.svd(X) : error code 1 from Lapack routine 'dgesdd'
Dear R helpers,
I am working with R 2.4.1 GUI 1.18 (4038) for MacOSX. I have a matrix of
10 000 genes and try to run the following commands:
> model.mix<-makeModel (data=data, formula=~Dye+Array+Sample+Time,
random=~Array+Sample)
> anova.mix<-fitmaanova (data, model.mix)
> test.mix<-matest (data, model=model.mix, term="Time", n.perm=100,
test.method=c(1,0,1,1))
2013 Jul 24
1
Mysql Support int Asterik-11
Hi,
I was having question about mysql driver support ( not odbc).
Do we still need the asterisk-add-on to be installed for mysql support.? If yes, Which version should be used and from where I should get it?
Thanks in adavance.
----
Thanks & Regards,
PrashantAbhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jan 12
1
Advance Options in VoicemailMain() ?
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040112/e9dceeb4/attachment.htm
-------------- next part --------------
Hello
One of the option in VoicemailMain() is "Adavance Options". Could anyone explain what are these ?. Because whenever I select Advance Options, it repeats the same process of asking "Change Folders,Advance
2004 May 18
1
Dial and MeetMe on the same channel
Hello everybody,
I would like to know whether it is possible to run Dial and MeetMe
commands simultaneoously on the same channel.
I am using a C AGI as below but it seems to me that only the first
command that is called in the agi is executed.
...........
// Pr?paration de la commande pour l'appel du client
fprintf(stderr,"%s%s",numtocall," is the number to
2008 Dec 16
1
Introduction to R (in french)
Hi all,
I recently put a new version of my french introduction to R online. It
is more specifically targeted at social sciences students and
researchers, but could be interesting for beginners who are not
really familiar with statistics and coding.
The document is available (in french) in PDF, as well as the Sweave
source code, from the following page :
http://alea.fr.eu.org/j/intro_R.html
2016 Jun 01
2
Problem with Firefox and SSH/browser
Hi folks,
I have a problem, shame on me I feel as newbie, I cannot open Firefox
though ssh.
ssh server is 7.2 and ssh client (running Xorg) is Fedora 23. Firefox does
not open. I've tried a lot of methods, even adding xauth cookie, and for
example:
firefox --no-remote --no-xshm
debug3: receive packet: type 90
debug1: client_input_channel_open: ctype x11 rchan 2 win 65536 max 16384
debug1:
2010 Sep 04
1
Bug#595531: xen-utils-common: boot="d" does not boot from CD (documentation issue?)
Package: xen-utils-common
Version: 4.0.0-1
Severity: normal
This is an offshoot of Bug#588888, but is really a separate issue.
It appears that with hvmloader, the disk device names presented to the
vm must by from a specific set that hvmloader knows how to emulate.
Names like hd[a-c] and sd[a-c] work, but sr0 does not. While this makes
sense, when you think about what hvmloader is doing, it is