search for: menkovich

Displaying 20 results from an estimated 29 matches for "menkovich".

2011 May 05
2
Problem after restarting libvirt
After restarting libvirt cgroups for VMs are not recovered. Is there available to restore cgroup state after restart? -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com Tel: +7 (921) 423-96-48
2012 Jan 03
1
[PATCH] AUTHORS: add the email address for each authors
...a/AUTHORS +++ b/AUTHORS @@ -1,24 +1,24 @@ -Angus Salkeld -Ani Peter -Charles Duffy -Daniel Berrange -Daniel Cabrera -Douglas Schilling Landgraf -Erik Nolte -Geert Warrink -Guido G?nther -Hilko Bengen -Jaswinder Singh -Jim Meyering -Karel Kl?? -Matthew Booth -Maxim Koltsov -Michael Scherer -Nikita A Menkovich -Piotr Dr?g -Rajesh Ranjan -Richard W.M. Jones -Sandeep Shedmake -Shankar Prasad -Thomas S Hatch -Wanlong Gao +Angus Salkeld <asalkeld at redhat.com> +Ani Peter <apeter at redhat.com> +Charles Duffy <cduffy at messageone.com> +Daniel Berrange <berrange at redhat.com> +Daniel...
2011 Jul 06
1
SSH console for qemu
...to create SSH emergency console to linux/unix guests, same way as it is realized in qemu VNC. Maybe someone could help me to determine a place to dive in this question. I think the best way to make it - extend qemu API. But if this could be made with libvirt - this will be also fine. -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com
2013 Aug 16
3
[PATCH v2] sysprep: added --mount-options option to mount selected
Nikita, Please take a look at the attached patch. I have rewritten it a little, and only lightly tested it. Rich.
2011 Jan 26
1
Patch that implements support to create UFS1 partitions with mkfs-opts
In attach. Usage: > mkfs-opts ufs /dev/vda1 features:1 Creates UFS1 partition > mkfs-opts ufs /dev/vda1 features:2 Creates UFS2 partition. -- Nikita A Menkovich JID: menkovich at gmail.com Tel: +7 (921) 423-96-48 -------------- next part -------------- A non-text attachment was scrubbed... Name: do_mkfs.ufs.patch Type: text/x-patch Size: 2809 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20110126/4e4acea6/atta...
2011 Mar 28
1
FreeBSD clone fails to boot "Missing operating system"
...libc6.org/media/opensource/cloned.img Images is similar except partition table on 0x1BE address It fails to boot only with freebsd, debian and centos clones fine. For example http://i.libc6.org/media/opensource/debian_temlate.img http://i.libc6.org/media/opensource/debian_cloned.img -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com
2011 Apr 10
1
Error with part-add with bsd partition
...lt;fs> part-add /dev/vda primary 64 -1 libguestfs: error: part_add: do_part_add: parted: /dev/vda: parted: invalid token: primary Error: Expecting a file system type. but ><fs> part-init /dev/vda msdos ><fs> part-add /dev/vda primary 64 -1 runs ok Log attached. -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: bsd.log Type: text/x-log Size: 39533 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20110410/25b1cd04/attachment.bin>
2011 Jul 14
1
New debian package: guestfsd
Hello, This patch add guestfsd debian package to build. -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com Tel: +7 (921) 423-96-48 -------------- next part -------------- A non-text attachment was scrubbed... Name: debian-guestfsd.patch Type: text/x-patch Size: 1542 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/...
2011 Jan 13
1
Problem with FreeBSD graceful shutdown
...virsh for ex. $ virsh shutdown freebsd There is not any reaction from FreeBSD. Linux guests works together with acpid daemon well. devd in freebsd is running, and should work correct. Is there any way to fix this dumpxml config http://pastebin.com/UGGgG894 devd config is out of box -- Nikita A Menkovich JID: menkovich at gmail.com
2011 Mar 12
1
QEMU monitor
Hello, Is there any way to change VNC password without rebooting virtual machine? It is available through qemu monitor, but, it seems, there is no way to do add monitor to kvm. -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com
2011 Mar 16
1
SSH recovery console
...e For example like here <serial type="tcp"> <source mode="bind" host="127.0.0.1" service="2445"/> <protocol type="telnet"/> <target port="1"/> </serial> But not plain format -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com
2011 Sep 20
1
Problem with allocation of big files
...chedulers also do not have any results. OS Debian Squeeze libvirtd (libvirt) 0.9.2 QEMU emulator version 0.14.0 (Debian 0.14.0+dfsg-5.1), Copyright (c) 2003-2008 Fabrice Bellard guestfish 1.10.3 with some local patches, backported from main tree Does anyone have ideas how to fix it? -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com
2011 Sep 20
1
Problem with allocation of big files
...chedulers also do not have any results. OS Debian Squeeze libvirtd (libvirt) 0.9.2 QEMU emulator version 0.14.0 (Debian 0.14.0+dfsg-5.1), Copyright (c) 2003-2008 Fabrice Bellard guestfish 1.10.3 with some local patches, backported from main tree Does anyone have ideas how to fix it? -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com
2011 Jan 23
2
Cgroup
...Really I didn't have any group test in $ ls /dev/cgroup/cpu/sysdefault/libvirt/qemu/ cgroup.clone_children cgroup.event_control cgroup.procs cpu.shares notify_on_release tasks It happens if I run libvirt as usual user, how can I grant access to create cgroup to ordinary user? -- Nikita A Menkovich JID: menkovich at gmail.com
2011 Jun 13
2
[PATCH] New API: ufs-growfs to grow UFS filesystems.
This simple patch adds support for the BSD "growfs" command, so you can grow BSD filesystems [in theory -- see below]. It also adds a new optional group called "ufsutils" which indicates if the libguestfs API supports the guestfs_ufs_growfs call, since it's not available on Fedora. (http://libguestfs.org/guestfs.3.html#availability) I tested this on Debian, and although
2011 Feb 09
0
Question about putting vm in blkio cgroup
...roup/blkio/$alias/blkio.throttle.write_bps_device For example I write: 8:0 10485760 to /dev/cgroup/blkio/$alias/blkio.throttle.*_bps_device So there should be limit to 10Mbyte/s to acces to /dev/sda But when I run hdparm -t /dev/vda or dd to test limits I receive value ~ 70 Mbyte/s -- Nikita A Menkovich JID: menkovich at gmail.com
2011 May 12
0
blkio issue
...acct cgroup rw,relatime,cpuacct 0 0 cgroup /dev/cgroup/devices cgroup rw,relatime,devices 0 0 cgroup /dev/cgroup/blkio cgroup rw,relatime,blkio 0 0 cgroup /dev/cgroup/freezer cgroup rw,relatime,freezer 0 0 cgroup /dev/cgroup/cpuset cgroup rw,relatime,cpuset 0 0 why it is not worked? -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com Tel: +7 (921) 423-96-48
2012 Jun 25
1
virt-resize
On Mon, Jun 25, 2012 at 06:28:42AM -0500, Dan The Man wrote: > Tried resizing a standard UFS partition on a freebsd guest, booting > from it resulted in "missing boot loader". We can't currently resize BSD guests; patches welcome ... Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com
2012 Aug 08
0
Bug in VNC QEMU?
...lt;video> <model type='cirrus' vram='9216' heads='1'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com
2013 Aug 16
0
[PATCH] sysprep: added --mount-options option to mount selected partitions with options
-- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130816/b7c880dc/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed...