Displaying 20 results from an estimated 27 matches for "get_direction".
2019 Jun 20
2
[libnbd PATCH] docs: Improve nbd_aio_get_direction documentation
Mention things to remember for avoiding the deadlock of polling for a
POLLIN from a server that has no replies to send.
Perhaps we could split the READY state into two - one for when there
are no commands in flight (and get_direction returns 0 to state that
polling is pointless, although a multi-threaded reader can still poll
for POLLIN), and the other when there ARE commands in flight. Such a
separation would also make it easier to know when nbd_aio_disconnect
is not going to strand an in-flight command's response. But I&...
2019 Nov 02
4
supermin: failed to find a suitable kernel
Hi all
I am trying to run the dockerized version of linaro lava. Unfortunately it is not possible to start libguetsfs inside one of the containers.
My settings are: Ubuntu Server 18.04.3, Docker version 18.09.7 running a Debian:stretch based contianer
Running libguestfs-test-tool gives me the following output:
root at e91c89e0874d:/# libguestfs-test-tool
2015 Jun 25
3
Problem with supermin and symlink in ibm_powerkvm ppc64le distro
Hi,
I've found a problem with supermin code running in an ibm_powerkvm
ppc64le distro.
Output of libguestfs-test-tool:
$ libguestfs-test-tool
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your bug report.
*
2019 Aug 20
1
A libguestfs-test-tool output
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
LIBGUESTFS_TRACE=1
LIBVIRT_DEFAULT_URI=qemu:///system
LIBGUESTFS_DEBUG=1
PATH=/home/farzad//.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
XDG_RUNTIME_DIR=/run/user/1000
SELinux: sh: 1:
2019 Nov 05
0
Re: supermin: failed to find a suitable kernel
On Mon, Nov 04, 2019 at 08:26:08PM +0000, Klaas Schulze-Dieckhoff wrote:
> As requested this is the output inside my container:
> root@ead989650980:/# ls /boot
> androidboot efi grubinitrd.img-core initrd.img-core-0.7.43+ppa27 uboot
> root@ead989650980:/# ls /lib/modules
> 4.15.0-66-generic
>
> I know, that there is no kernel inside /boot, but to my understanding this is
2016 Nov 15
2
Libguestfs debugging issue
Hi. I am currently debugging an issue with libguestfs in Centos 7.2 (Kernel
3.10.0-327.36.3.el7.x86_64).
libguestfs is being called by SaltStack to access a qcow2 image, but it is
failing. I have narrowed the issue down to the command below:
guestmount -i -a /opt/vm-spinning/salt-mnt/salt-images/pb123/system.qcow2
--rw /tmp/guest/opt.vm-spinning.salt-mnt.salt-images.pb123.system.qcow2
I have
2014 Dec 04
2
Re: virt-df error, help
On Thu, Dec 04, 2014 at 04:53:21PM +0800, cuimingwen@incito.com.cn wrote:
> Hello, Richard,
> I run command as example: " virt-df -d `virsh domuuid 5`"
> some errors show :
> libguestfs: warning: supermin-helper -f checksum returned a short string
> libguestfs: error: cannot find any suitable libguestfs supermin, fixed or old-style appliance on
2018 Oct 15
2
Bug Report, .vhdx file not attaching
I am trying to mount a windows 10 backup .vhdx file.
I installed libguestfs through ```sudo apt-get install libguestfs-tools```
I am running Ubuntu 18.04.1 LTS and this is the installed version: ```1:1.36.13-1ubuntu3.2```
This is the output of the command I ran:
```
~$ guestmount --add Documents/8be29c38-0000-0000-0000-602200000000.vhdx --inspector --ro /media/Windows10/
libguestfs: trace:
2014 Aug 21
2
libguest-test-tool error report
Hello,
I am trying to use virt-resize. It does not work. I set the debug environment variables and ran libguestfs-test-tool. The following is its output. I am running RHEL 6.5 desktop with kernel:
Linux hustedm-lnx4 2.6.32-431.5.1.el6.x86_64 #1 SMP Fri Jan 10 14:46:43 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
Please let me know what I have missed.
Thanks,
Mark
bash-4.1$
2019 Jun 20
0
Re: [libnbd PATCH] docs: Improve nbd_aio_get_direction documentation
On 6/20/19 6:50 AM, Eric Blake wrote:
> Mention things to remember for avoiding the deadlock of polling for a
> POLLIN from a server that has no replies to send.
>
> Perhaps we could split the READY state into two - one for when there
> are no commands in flight (and get_direction returns 0 to state that
> polling is pointless, although a multi-threaded reader can still poll
> for POLLIN), and the other when there ARE commands in flight. Such a
> separation would also make it easier to know when nbd_aio_disconnect
> is not going to strand an in-flight command...
2014 Dec 05
1
Re: virt-df error, help
thanks for your reply,
When I set the debug mode and run "libguestfs-test-tool" the result is:
virtTest@06MYRC5:~$ libguestfs-test-tool
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your bug report.
*
************************************************************
2017 Mar 03
5
[PATCH WIP 0/5] Fix virt-rescue.
This set of patches fixes virt-rescue rather cleanly. In particular
the problems with handling ^C are completely fixed.
Work still to be done before this can go upstream:
- Shutdown doesn't work properly if you exit the shell. At the
moment to exit you must do 'reboot -f'.
Future improvements:
- An escape sequence and escape commands that could be handled by
virt-rescue,
2017 Mar 03
5
[PATCH 0/5] Fix virt-rescue.
This fixes the main issues in virt-rescue and is usable.
There are some enhancements which could be made (in follow up work):
- An escape sequence and escape commands that could be handled by
virt-rescue, eg. to shut down the appliance, mount or unmount
filesystems.
- `virt-rescue -i' could be implemented cleanly by performing the
right API calls before handing control to the
2014 Sep 13
2
Re: Need Help
Thanks a lot Rechard for your inputs.
On Fri, Sep 12, 2014 at 11:23 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Fri, Sep 12, 2014 at 10:40:14PM +0530, Priyanka Ranjan wrote:
> > Hello Experts,
> >
> > I need a help from you . I am using CentOS 6.4 and using guestfish
> > to modify an ESX image.
> >
> > I am adding a disk, executing
2017 Mar 03
6
[PATCH v2 0/6] Fix virt-rescue.
This supersedes the two previous patch series:
https://www.redhat.com/archives/libguestfs/2017-March/msg00017.html
https://www.redhat.com/archives/libguestfs/2017-March/msg00046.html
Rich.
2012 Feb 23
1
[PATCH v2] Add a flag to make some functions called only at CONFIG state(RHBZ796520)
Add a flag "ConfigOnly" to make sure that some non-daemon-functions
should be called only at CONFIG state(RHBZ796520).
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
generator/generator_actions.ml | 44 ++++++++++++++++++++--------------------
generator/generator_c.ml | 8 ++++++-
generator/generator_checks.ml | 1 +
generator/generator_types.ml |
2017 Mar 04
7
[PATCH v3] Fix virt-rescue.
Version 3:
- Tidies up the code further.
- Implements correct handling of SIGTSTP and SIGCONT.
- Adds: ^] s - sync filesystems
- Adds: ^] z - suspend virt-rescue
Rich.
2017 Oct 16
2
Elias Hickman's libguestfs dump
1. What am I trying to do?Deploy OpenStack using OOOQ (TripleO Quickstart)
2. What commands did I run?I ran:bash quickstart.sh $VIRTHOST
3. What was the exact output of these commands?
fatal: [127.0.0.2]: FAILED! => {"changed": true, "cmd": ["virt-customize", "-a", "/home/stack/undercloud.qcow2", "--upload",
2015 Jul 02
2
libguestfs error: need help troubleshooting
Hi,
I'm trying to manually create a rhel7 image using the qemu-img and virt-install commands. I'm re-testing a procedure I previously wrote with the new grub commands that a customer suggested we add in. This procedure is available at: http://file.bne.redhat.com/dnavale/docs/review/RH-guides/AG-020715/#sect-create-images
As in the procedure, I'm able to run all steps successfully
2013 Nov 25
2
supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
Hello,
I've found a problem running libguestfs on my system.
The system has /var mounted with a symbolic link to /mnt/bigdata/var
root@red1:/var/log/nova# ls -ld /mnt/bigdata/var
drwxrwxr-x 15 root users 4096 jul 7 17:55 /mnt/bigdata/var
root@red1:/var/log/nova# ls -ld /var
lrwxrwxrwx 1 root root 16 oct 30 2012 /var -> /mnt/bigdata/var
Any help here?
this is test tool output: