Displaying 10 results from an estimated 10 matches for "msg00057".
2019 Jul 08
2
Questions on libguestfs-java
...butions, right? so
I wonder what is the recommended way of setting it in a Java application
that could execute on various distributions.
Additionally, the libguestfs-java bindings for Fedora 30 seem to be missing
- is it a known issue?
[1] https://www.redhat.com/archives/libguestfs/2012-September/msg00057.html
2019 Jul 08
0
Re: Questions on libguestfs-java
...at is the recommended way of setting it in a Java application
> that could execute on various distributions.
>
> Additionally, the libguestfs-java bindings for Fedora 30 seem to be missing
> - is it a known issue?
>
> [1] https://www.redhat.com/archives/libguestfs/2012-September/msg00057.html
I actually have no idea about any of these issues. However I would
note that the Java bindings do need some attention:
https://bugzilla.redhat.com/show_bug.cgi?id=1536762
Patches welcome!
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my prog...
2005 Jan 18
0
Announcement: New Fedora releases
...remove these. The boot order has also
changed to start dovecot after named, but this only takes effect if you run
chkconfig to disable and re-enable the service and recreate the symlinks.
More details in the RH announcements:
<https://www.redhat.com/archives/fedora-announce-list/2005-January/msg00057.html>
<https://www.redhat.com/archives/fedora-announce-list/2005-January/msg00058.html>
2007 Aug 10
3
Building rpm-s from binaries
Hi,
We'd like to simplify deployment of new blades and I need to package some of
proprietary libs we are using, and obviously I don't have sources for them.
Can anybody point me into good direction how to make packages from binaries? I
have basic knowledge about building rpms, but it seems to be source oriented.
Thanks in advance
--
Tomasz Napierala
System Administrator
Allegro Team
2007 Jul 21
3
Sieve server in python
Hi,
I'm testing Dovecot to migrate from my old Courier IMAP/POP server. It
work fine but I have some problems to start the sieve server "pysieved"
from Neale Pickett in PAM auth, I got the message:
Traceback (most recent call last):
File "/usr/share/pysieved/pysieved.py", line 97, in <module>
main()
File "/usr/share/pysieved/pysieved.py", line
2017 Feb 17
2
"virsh list" ahngs
2013 Sep 04
2
[PATCH] virt-v2v: Remove iface:ide parameter (RHBZ#895898)
...irt backend. The error usually seen is:
'iface' parameter is not supported by the libvirt attach-method at
/usr/share/perl5/vendor_perl/Sys/VirtConvert/GuestfsHandle.pm line 96.
This issue was previously mentioned in this thread:
https://www.redhat.com/archives/libguestfs/2013-February/msg00057.html, and a
workaround of 'export LIBGUESTFS_ATTACH_METHOD=appliance' was suggested.
However, as mentioned in the bug, this parameter is likely no longer required.
Unless there is a use-case where this setting is required, it seems like a
good idea to remove it completely (which should...
2018 Jan 06
2
Bug#880554: xen domu freezes with kernel linux-image-4.9.0-4-amd64
control: reassign -1 xen-hypervisor-4.8-amd64
On Sat, 2018-01-06 at 15:23 +0100, Valentin Vidic wrote:
> On Sat, Jan 06, 2018 at 03:08:26PM +0100, Yves-Alexis Perez wrote:
> > According to that link, the fix seems to be configuration rather than
> > code.
> > Does this mean this bug against the kernel should be closed?
>
> Yes, the problem seems to be in the Xen
2007 Apr 27
9
can''t mount vfat fs on lvm created by winxp guest
Greetings,
I''ve had no success with mounting a vfat file system created by a
Windows XP guest on a lvm volume.
# mount -t vfat /dev/vg1/win1 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/vg1/win1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
# dmesg
FAT: invalid media value (0xb9)
VFS:
2018 Sep 13
8
[PATCH v2 nbdkit 0/5] tests: Move common functions into tests/functions.sh
v1 was here:
https://www.redhat.com/archives/libguestfs/2018-September/msg00057.html
v2:
- Fix tab vs spaces in configure.ac.
- To generate list of plugins, use printf instead of xargs.
- Use 'source ./functions.sh' instead of 'source functions'.
- functions.sh: Consistent quoting in foreach_plugin function.
- functions.sh: Change the contract of sta...