Displaying 20 results from an estimated 90 matches similar to: "save / restore RAM state - Problem"
2012 Aug 02
1
virt-ls windows
On a windows 2003 VM, i have two LVM partitions attached
I was wonder how can i use virt-ls on d: disk
eg.
# virt-ls -d win2003 /
works fine for c:
but i cant figured it out how i use this for d:
--
Evaggelos Balaskas - Unix System Engineer
http://gr.linkedin.com/in/evaggelosbalaskas
2007 Nov 22
5
Odd bug in Siemens C460IP ?
Hello,
I think I have encountered an odd bug in Siemens C460 IP/dect handsets,
which is a bit annoying, and I'm not (yet) sure how to get round it without
lots of hacks.
Basically, on all external incoming calls, we set:
exten => s,n,SIPAddHeader(Alert-Info: Bellcore-dr2)
This causes handsets (i.e. Cisco 7960 / Grandstream / aastra) to set a
different ring cadence so to differentiate
2012 Dec 16
1
read-write in LIBGUESTFS 1.20
How can i open a virtual disk in read-write mode ?
# guestmount --rw -d winxp -m /dev/sda1 /media/
# rm -f /media/pagefile.sys
rm: cannot remove ?/media/pagefile.sys?: Operation not permitted
# cd /media && touch file
touch: cannot touch ?file?: Permission denied
# cd && fusermount -u /media
I've tried with guestfish also.
I have compiled libguestfs with this conf:
2012 Dec 03
1
packagelist.in for archlinux
latest archlinux has some small changes:
btrfs-progs-unstable --> btrfs-progs
genisoimage --> cdrkit
iproute --> iproute2
module-init-tools --> kmod
procps --> procps-ng
udev --> systemd
util-linux-ng --> util-linux
and could you plz add the below packages
lrzip
less
sed
--
Evaggelos Balaskas - Unix System Engineer
http://gr.linkedin.com/in/evaggelosbalaskas
2012 Feb 25
1
Sys::Virt
Can anyone help me:
$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Sys::Virt
Writing MYMETA.yml and MYMETA.json
$ make
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" perl-Sys-Virt.spec.PL
perl-Sys-Virt.spec
make: *** [perl-Sys-Virt.spec] Segmentation fault
make: *** Deleting file `perl-Sys-Virt.spec'
Evaggelos Balaskas - Unix System
2012 Dec 18
1
febootstrap and download packages
Something that i would like to have, is the ability to keep the
download packages in a temp directory when using febootstrap.
I understand that using ferora/archlinux (distros with a lot of
package updates every day) can increase the size of this temp
directory rapidly and at some point will have a lot of deprecate
packages.
But the daily use of febootstrap (or building libguestfs) makes your
2013 Jan 31
1
virt-sparsify & TMPDIR
I use my "custom" TMPDIR variable with virt-sparsify.
I just type:
export -p TMPDIR=/mnt/vm/tmpdir
I do that for a couple reasons:
either my /tmp is on a ramdisk or /tmp is on my (ssd) rootfs and i
dont want to "full" my / with the temporally files.
Thats said, i was thinking to "ask" OR sending a patch for adding a
tmpdir OPTION for virt-sparsify
like
2012 Dec 14
1
febootstrap - Arch User Repository
Arch User Repository - https://aur.archlinux.org/
have changed the package location
I am not a developer (and i dont know ocaml) but i've tried to build a patch
eg.
old location:
http://aur.archlinux.org/packages/hivex/hivex.tar.gz
new location:
https://aur.archlinux.org/packages/hi/hivex/hivex.tar.gz
AUR has a lot Flagged out-of-date packages so it would be nice if
febootstrap would
2012 Nov 25
1
libguestfs 1.18.11 build error
I am trying to build libguestfs version libguestfs-1.18.11 in my archlinux box
i am getting this error:
febootstrap: error: /lib appears as both directory and ordinary file
(glibc, ntfs-3g)
make[2]: *** [stamp-supermin] Error 1
make[2]: Leaving directory
`/mnt/downloads/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.18.11/appliance'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving
2012 Nov 25
1
checksums
Hi,
have you ever considered adding checksums to http://libguestfs.org/download/
(minor request)
--
Evaggelos Balaskas - Unix System Engineer
http://gr.linkedin.com/in/evaggelosbalaskas
2012 Dec 03
1
distro checking
NOT a problem,
just a question about distro checking:
the default value is REDHAT,
then you check debian (or ubuntu)
and then archlinux
why are you using two if statements ?
--
Evaggelos Balaskas - Unix System Engineer
http://gr.linkedin.com/in/evaggelosbalaskas
2012 Mar 08
2
where is the libvirt.xml ?
Hi all:
My OS is now Fedora16 , and the spice server is installed on it by
rpms. Then I run 'qemu-kvm -hda /root/vaddsoft.img -m 512 -vga qxl -spice
port=5930,disable-ticketing' , I want to find out where is the libvirt.xml
for the command . Well , I mean that the libvirt.xml is genrated
automatically, not by myself manually.
Wish your help! Thanks a lot!
--
Yours.
suyi
2012 Mar 19
3
manage VM without root access?
hi,
with libvirt, is it possible to manage VMs (using virsh, for e.g)
without root access?
if that is possible, how can i do that?
many thanks,
Jun
2012 Dec 08
2
Libvirt problem with KVM from source
Dear List,
I have installed a custom KVM on my Ubuntu 12.04 which I sometimes use. I would like to use it with libvirt, so I used apt-get to install libvirt, virt-viewer and virtinst.
I can start virsh after installation and it says it is version 0.9.8, but once I get to trying to install a VM with virtinst, I get the error message:
ERROR Host does not support any virtualisation options
2013 Apr 13
1
network under session
Perhaps a stupid question, but i will give it a try:
I have two machines on libvirtd session and network on usermod.
Can i (somehow) cross these two machines ?
machineA:
ip addr add 10.10.10.101/24 dev eth0
ip route add default via 10.10.10.102 dev eth0
machineB:
ip addr add 10.10.10.102/24 dev eth0
ip route add default via 10.10.10.101 dev eth0
--
Evaggelos Balaskas - Unix System Engineer
2013 Mar 13
1
backup disk/state
Hi there,
i am trying to understand something that bothering me for some time now.
A running domain has two things that someone needs to take backup.
So there is the disk and the state.
Using snapshots as checkpoint someone can take the disk snapshot
but i cant understand how to "transfer" the saved state from "backup ed" disk.
Reading through Kashyap's and Eric's
2013 May 30
2
libguestfs-1.22.1 compilation error
myconf
./configure \
PYTHON=/usr/bin/python2 \
--prefix=/usr --libdir=/usr/lib \
--mandir=/usr/share/man \
--sysconfdir=/etc \
--disable-probes \
--disable-gobject \
--enable-introspection=no \
--disable-lua \
--disable-erlang \
--disable-php \
--disable-haskell \
--disable-ruby \
2014 Jul 15
1
Re: LVM Volume Creation
Hi All,
I'm having issue with creating LVM Volume via libvirt.
We are running libvirtd 1.2 with KVM.
We are creating Volume Group (VG01) outside of libvirt and defining a storage pool for it.
Here is the StoragePool XML for the Volume Group created outside libvirt.
<pool type="logical">
<name>VG01</name>
<target>
2006 Mar 30
2
Problem with reboot of domU''s
I have been playing with Xen 3.0.1 for some days now, using debian sarge
for dom0 and domU''s, and it works like a charm. But, I have a problem
with rebooting domU''s. Here is the output from /var/log/xend.log
[2006-03-30 13:44:58 xend.XendDomainInfo] INFO (XendDomainInfo:823)
Domain has shutdown: name=vmintraweb1 id=5 reason=reboot
.
[2006-03-30 13:44:58 xend.XendDomainInfo]
2005 May 18
2
Guest OS woun''t boot
Hello everybody,
i am a newbie in using Xen.
The first three tries to install Xen on my Gentoo box
aren''t very successfull. But now i know how to get the
dom0 Domain running.
So my Xentoo (Xen + Gentoo = Xentoo) ist coming up.
My system is configures like this:
/dev/hda1 = /boot
/dev/hda2 = /
/dev/hda3 = LVM-Partition
/dev/hda4 = SWAP
/dev/vg01/SYSP = Gentoo System for dom1