Displaying 16 results from an estimated 16 matches for "oberonc".
Did you mean:
oberon
2013 Jun 16
0
Re: libguestfs: error: umount_local: unknown option 1069642336
| 08:49 < oberonc> hi
| 08:49 < oberonc> I have a problem with libguesfs 1.20.6
| 08:50 < oberonc> on fedora 18
| 08:50 < oberonc> with fuse 2.9.2
| 08:50 < oberonc> when I call guestfs_umount_local() I get the following
| error:
| 08:50 < oberonc> libguestfs: error:...
2013 Aug 24
46
[PATCH 00/46] Proposed patches for libguestfs 1.20.11.
Tested with 'make check-release'.
tests/parallel (in check-slow) failed, although it does regularly and
that seems to be because of libvirt.
Rich.
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will
be backported to stable branches to be posted for review. I'm
proposing we do the same for libguestfs stable branches.
All of the attached have been tested with 'make check-release'.
Rich.
2013 Jul 23
1
Libguestfs under win32
Hi,
Under windows QEMU write its output to stderr.txt and stdout.txt. The
"configure" script expects the out put to be written to the console and
fails to detect a working QEMU.
Is there a way to handle this ?
Thanks,
Or
2013 Aug 18
3
2 patches to make portablexdr useable in mingw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130818/417d8dec/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Add missing forward declarations.patch
Type: application/octet-stream
Size: 524 bytes
Desc: not available
URL:
2013 Aug 18
1
Fix to src/proto.c in libguestfs so it will compile with portablexdr under mingw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130818/c5de2fe0/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Replace u_int32_t with uint32_t to work with portablexdr under mingw.patch
Type: application/octet-stream
Size: 613 bytes
Desc: not
2013 Aug 19
1
Re: 2 patches to make portablexdr useable in mingw
I believe the 2 patches I sent you can be applied to the trunk
On Mon, Aug 19, 2013 at 2:06 PM, Richard W.M. Jones <rjones@redhat.com>wrote:
>
> If you pass on something which can be applied to the portablexdr git
> repo, then I'll apply them. But portablexdr is obsolete for a reason
> - it's not been worked on for 4 years and needs a maintainer.
>
> Rich.
>
2013 Aug 22
2
Modules in gnulib that are GPL and are used in libguestfs
2013 Aug 22
1
Re: Modules in gnulib that are GPL and are used in libguestfs
well, correct me if I'm wrong, but there is at least one module that is
used and is GPL: xvasprintf
On Thu, Aug 22, 2013 at 11:38 AM, Richard W.M. Jones <rjones@redhat.com>wrote:
> On Thu, Aug 22, 2013 at 11:18:09AM +0300, Or Goshen wrote:
> > after creating a git clone I executed "bootstrap" and then entered
> > "libguestfs/.gnulib/modules" and
2013 Aug 25
1
modules in gnulib that are GPL
gettime
hash
human
memcpy
openat-die
openat-safer
quote
quotearg
readlinkat
save-cwd
symlinkat
timespec
utimens
xstrtol
xstrtoll
xstrtoumax
xvasprintf
I didnt track where they are uses, some of them arent used directly.
2013 Aug 26
0
relicense module spawn-pipe
hi,
I would like to use the module spawn-pipe in a library called libguestfs to
make it compileable under mingw. currently the library is using the
fork/exec combination which doesnt compile under mingw (mingw doesnt
support fork). spawn-pipe looks like a good replacement, however it is
licensed GPL which is a problem for an LGPL library.
Is it possible to relicense that module (and its
2013 Aug 22
2
Re: Modules in gnulib that are GPL and are used in libguestfs
after creating a git clone I executed "bootstrap" and then entered
"libguestfs/.gnulib/modules" and executed "grep -rn GPL * | grep ":GPL" |
grep -v "build tool" > ~/GPLed"
On Thu, Aug 22, 2013 at 11:05 AM, Richard W.M. Jones <rjones@redhat.com>wrote:
> How did you construct this list? It appears to list modules which are
> not
2013 Jul 17
1
Re: Redirecting libguestfs error messages
Well, I get these error messages during the execution of
guestfs_mount_local_run(). What can I do then ?
On Wed, Jul 17, 2013 at 5:08 PM, Richard W.M. Jones <rjones@redhat.com>wrote:
> On Wed, Jul 17, 2013 at 04:43:34PM +0300, Or Goshen wrote:
> > Hi,
> >
> > When I register a callback for events with this function call:
> > eh = guestfs_set_event_callback(g,
2013 Jul 17
2
Redirecting libguestfs error messages
Hi,
When I register a callback for events with this function call:
eh = guestfs_set_event_callback(g, message_callback, GUESTFS_EVENT_ALL, 0,
dev);
Shouldnt it capture and redirect messages like this to message_callback():
"libguestfs: error: lstat: /.Trash: No such file or directory"
I still get them in stderr ..
Thanks,
Or
2013 Jul 11
4
Problem with supermin & zypper
Hi,
During compilation of guestfs I get the following error:
*supermin -v -o supermin.d --names augeas-libs btrfs-progs cryptsetup
cryptsetup-luks e2fsprogs e4fsprogs genisoimage gfs-utils gfs2-utils grub
hfsplus-tools hivex iproute iputils kernel libcap libldm MAKEDEV
nilfs-utils ntfsprogs ntfs-3g openssh-clients pcre reiserfs-utils
libselinux syslinux-extlinux systemd vim-minimal xz yajl
2014 Feb 13
3
Libguestfs (1.22.6) driver/changes for mingw/win32
Hi,
I attached the changes I made to a vanilla libguestfs-1.22.6 in order to
make it work in mingw/win32.
Added is also the patch required to make QEMU compatible (add a command to
QMP that lists the supported devices (the regilat way you do it print it to
stderr, which is difficult to redirect in win32)).
This is done on behalf of Intel Corp.
Thanks,
Or (oberon in irc)