Displaying 20 results from an estimated 700 matches similar to: "Sys::Virt"
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 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
2008 Jan 28
3
dbox
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am trying to create a user with dbox format.
i get this error:
dovecot: Jan 28 13:45:34 Error: IMAP(ebal2): Mail storage creation
failed with mail_location: dbox:/var/mail/folders/testuser
dovecot: Jan 28 13:45:34 Error: child 5336 (imap) returned error 89
my conf has this entry:
mail_location: dbox:/var/mail/folders/%u
dovecot 1.0.10
any
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
2008 May 14
2
mysql index control allow nets
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
I am using dovecot 1.0.13 with sieve plugin, index, control and allow
nets in my userdb per user.
I am trying to have the same configuration with dovecot 1.1 and MySQL.
According to log files when a virtual user is connecting to dovecot,
the dovecot reads from MySQL the correct values but dovecot doesnt
create the dirs for INDEX, CONTROL and the
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
2008 May 11
1
dovecot mysql
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
i am trying to setup dovecot with mysql support
(mysql from lampp) but i am getting this :
hg clone http://hg.dovecot.org/dovecot-1.1/ dovecot-1.1.hg
cd dovecot-1.1.hg
./autogen.sh
export -p LDFLAGS="-L/opt/lampp/lib/mysql/"
./configure --with-mysql
...
checking mysql.h usability... no
checking mysql.h presence... no
checking for
2012 Jul 19
1
save / restore RAM state - Problem
Hi all,
i am trying (test) to save / restore a state of a winxp virtual machine.
Perhaps i am missing that i can not restore save image to LVM partition.
"error: Failed to read file '/root/winxp.save': Value too large for
defined data type"
Below are my settings
libvirt 0.9.13
qemu-kvm 1.1.1
# virsh
Welcome to virsh, the virtualization interactive terminal.
Type:
2008 Apr 29
2
new auth connection (for ever)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everybody,
I have a little problem, when i am trying to read an email
via imap my thunderbird is trying (for ever) to read it.
My dovecot tells me :
dovecot: Apr 29 22:47:23 Error: IMAP(ebalaskas): FETCH for mailbox
oreilly UID 24 got too little data: 2041 vs 2471
dovecot: Apr 29 22:47:24 Error: IMAP(ebalaskas): FETCH for mailbox
oreilly UID 24
2009 Jul 30
1
Dovecot with SSL Client Certification
Hi,
i am trying to setup dovecot over ssl in the last couple days unsuccessfully
My notes are from here: http://wiki.dovecot.org/SSL
My OpenSSL commands are:
mkdir -pv /opt/certificates/dovecot/
cd !$
(just to prevent questions about Common Name)
[ebal at myhome:~]? hostname
myhome
openssl req -new -x509 -nodes -out dovecot.crt -keyout dovecot.key -days
1825
# Country Name (2 letter code)
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
2011 Dec 06
1
guestmount - unable to get device geometry
Hi,
i am trying to use libguestfs (libvirt/kvm etc) into archlinux.
But it seems that i am keep getting this error
warning: Unable to get device geometry for /var/tmp/guestfs.NwkQVJ/root
In the attached file, i've written some debug info.
If someone can give me some pointer, i would appreciate it
Evaggelos Balaskas
Unix System Engineer - http://ebalaskas.gr.
-------------- next part
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
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
2011 Nov 04
1
guestmount error
On Fri, Nov 04, 2011 at 08:57:27PM +0200, Evaggelos Balaskas wrote:
> sorry for bothering you, but if you gimme some pointers
> it would be great
>
> # file /vm/images/archlinux/archlinux.qcow2
> /vm/images/archlinux/archlinux.qcow2: QEMU QCOW Image (v2), 5368709120 bytes
>
> # ls -la /mnt/
> total 8
> drwxr-xr-x 2 root root 4096 Oct 26 15:31 .
> drwxr-xr-x 24 root
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
2011 Dec 13
2
febootstrap error ?
hi,
i am not quite sure about the below error:
[ 1320.506848] INFO: task init:1 blocked for more than 120 seconds.
[ 1320.510069] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
The below commands
guestmount,
virt-*
either hangs or taking a gazillion time to finish (not correctly).
I've attached a file with two cases
In both cases, in tmp folder