search for: msg00017

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

Did you mean: msg00011
2018 Feb 01
1
Re: libvirt on Windows
...; hard requirement - we won't support Microsoft C compilers for building libvirt. > The GCC/Clang produced DLLs should be usabled from apps built with other > compilers though. Libvirt is also available on Windows via the Cygwin platform: https://sourceware.org/ml/cygwin-announce/2017-09/msg00017.html -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
2010 Jan 05
1
[LLVMdev] Non-temporal moves in memset [Was: ASM output with JIT / codegen barriers]
...ered broken. Callers of memset would not (and should not need to) know that they must use an actual memory barrier (sfence) after the memset call to get the usual x86 store-store guarantee. Thread describing that bug in glibc memset implementation: http://sourceware.org/ml/libc-alpha/2007-11/msg00017.html Redhat errata including that fix in a stable update: http://rhn.redhat.com/errata/RHBA-2008-0083.html Then there's a recent discussion on the topic of who is responsible for calling sfence on the gcc mailing list: http://www.mail-archive.com/gcc at gcc.gnu.org/msg45939.html Unfortunat...
2015 Jan 16
2
kvm guest from zfs dataset
...dataset. It won?t run with errors "invalid argument..", but will run when on the root volume, or when that ZFS dataset has been removed in favor of an EXT4 volumes. Thanks in advance, PS I do see this thread which is not promising; http://www.redhat.com/archives/redhat-list/2014-July/msg00017.html Lastly, the solution; Set your cache policy on the KVM guest as write back. This allows it to run on a ZFS volume. My apology if this has been covered. I did spend some time on this so hopefully you can save time by setting the cache policy. - aurf "Janitorial Services" -----...
2018 Jun 24
2
Build and testing issues
...se use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 We can fix this by adding "set -e" in bootstrap. Any reason not to do this? I found old thread here about this: https://gb.redhat.com/archives/libguestfs/2018-February/msg00017.html Richard suggested to install gettext-devel, and it solve this issue after git clean -dxf and running ./autogen.sh again. So it seems that gettest-devel should be in build requirements. After fixing the first issue I found that jansson-devel is also missing. Should'nt we add these packa...
2023 Jul 14
1
updated samba 4.18 & 4.17 packages for debian & ubuntu to address trust issue with windows 10/11 update 07/2023
...part of the official debian release on Jul-22, I guess, as a part of bookworm 12.1 point release. Or maybe bookworm-security will catch it earlier, I dunno yet. bookworm-backports isn't open yet, I don't know what's up with that part. https://lists.debian.org/debian-backports/2023/06/msg00017.html is the last news about the matter which I know. So there's no 4.18 official packages for bookworm yet. bullseye-backports - once the updated packages in bookworm-pu hits bookworm, I'll made them available as bullseye-backports. By debian rules, oldtable- backports don't receive...
2019 Mar 12
0
Re: [PATCH nbdkit] server: Implement extents/can_extents calls for plugins and filters.
On 3/12/19 6:20 AM, Richard W.M. Jones wrote: > This tentative commit implements extents/can_extents, roughly as > discussed in the previous thread here: > > https://www.redhat.com/archives/libguestfs/2019-March/msg00017.html > > I can't say that I'm a big fan of having the plugin allocate an > extents array. There are no other plugin callbacks currently where we > require the plugin to allocate complex data structures (or indeed do > any allocation at all). The interface is complex and er...
2005 Jun 14
0
How to debug/pdb xen?
...335.html and lots of related email, but I still cannot "Interrupt Xen by pressing ''D'' at the console " (from XenDebugger-HOWTO), I think XenDebugger-HOWTO is too tricky and too old compare to xen-unstable, Why http://lists.xensource.com/archives/html/xen-devel/2004-08/msg00017.html and http://lists.xensource.com/archives/html/xen-devel/2005-05/msg00240.html says in xen dir make debugger=y, should work I tried and failed. Should someone answer my questions or write a more detailed XenDebugger-HOWTO and commit to xen/docs please. I think this can help lots more. Thanks...
2012 Mar 08
4
CentOS 5.8 update
Another smooth update. Thanks CentOS-team! -- BW, Sorin ----------------------------------------------------------- # Sorin Srbu [Sysadmin, Systems Engineer] # Dept of Medicinal Chemistry, Phone: +46 (0)18-4714482 >3 signals> GSM # Div of Org Pharm Chem, Mobile: +46 (0)70-4250229 # Box 574, Uppsala University, Fax: +46 (0)18-4714482 # SE-751 23 Uppsala, Sweden Visit: BMC, Husargatan 3,
2011 Jun 08
1
Resizing ext4 fedora qemu guest
Hi, I have a fedora14 host with a fedora15 guest and I'm trying to resize the /home partition from 200GB to 240GB. I'm relatively new to the virsh/guestfish commands, as well as LVM, although I think I have a reasonable understanding. I have followed the virt-resize directions (http://libguestfs.org/virt-resize.1.html), but it still shows 200GB: # fdisk -l /dev/mapper/vg_custserv-lv_home
2011 Jun 08
1
Resizing ext4 fedora qemu guest
Hi, I have a fedora14 host with a fedora15 guest and I'm trying to resize the /home partition from 200GB to 240GB. I'm relatively new to the virsh/guestfish commands, as well as LVM, although I think I have a reasonable understanding. I have followed the virt-resize directions (http://libguestfs.org/virt-resize.1.html), but it still shows 200GB: # fdisk -l /dev/mapper/vg_custserv-lv_home
2018 Feb 01
2
libvirt on Windows
Hello, i am interested in developing against the libvirt library. But we would also need an actively developed version for Windows. The links I found on the website for Windows related builds are all pretty outdated and do not really work for me. * https://github.com/SPICE/virt-viewer Last commit 2 years ago * https://github.com/photron/msys_setup Last commit 5 years ago So before
2019 Mar 12
4
[PATCH nbdkit] server: Implement extents/can_extents calls for plugins and filters.
This tentative commit implements extents/can_extents, roughly as discussed in the previous thread here: https://www.redhat.com/archives/libguestfs/2019-March/msg00017.html I can't say that I'm a big fan of having the plugin allocate an extents array. There are no other plugin callbacks currently where we require the plugin to allocate complex data structures (or indeed do any allocation at all). The interface is complex and error prone for plugin writ...
1999 Dec 07
1
problem compiling: alpha/linux: sqrttsu
Hi, all. In trying to compile R v.0.90 on an alpha running Red Hat Linux 6.0, I'm getting the following error: make[3]: Entering directory `/home/mcw/alpha-R/R-0.90.0/src/appl' gcc -I. -I../include -I../../src/include -DHAVE_CONFIG_H -mieee -g -O2 -c cpoly.c -o cpoly.o /tmp/ccPjZNwd.s: Assembler messages: /tmp/ccPjZNwd.s:312: Error: unknown opcode `sqrttsu' /tmp/ccPjZNwd.s:2631:
2019 Mar 12
1
Re: [PATCH nbdkit] server: Implement extents/can_extents calls for plugins and filters.
...r 12, 2019 at 07:51:57AM -0500, Eric Blake wrote: > On 3/12/19 6:20 AM, Richard W.M. Jones wrote: > > This tentative commit implements extents/can_extents, roughly as > > discussed in the previous thread here: > > > > https://www.redhat.com/archives/libguestfs/2019-March/msg00017.html > > > > I can't say that I'm a big fan of having the plugin allocate an > > extents array. There are no other plugin callbacks currently where we > > require the plugin to allocate complex data structures (or indeed do > > any allocation at all). The in...
2008 Oct 08
0
FW: LDAP Problem
...prefer not to patch the code (hope it gets in stable releases sooner or later) cheers, valqk. Gigliotti, Joseph wrote: > Hi Anton, saw your post "login_get_lastlog - nss enviornment - works in > shell env, doesn't work" > _http://securepoint.com/lists/html/OpenSSH/2007-01/msg00017.html_ > > We are having similar problems from an RedHat v3 host when we try and > ssh, su etc. to it. The host is configured to authenticate against an > LDAP directory and it hangs for 4 minutes and then logs out with the > error message "fatal: login_get_lastlog: Cannot find...
2023 Jul 14
4
updated samba 4.18 & 4.17 packages for debian & ubuntu to address trust issue with windows 10/11 update 07/2023
Hi! I've uploaded samba packages for debian & ubuntu in my repository, to include the fix for recent login/trust issue with 07/2023 windows updates. 4.16 packages will also be available later today (build is in progress now). http://www.corpit.ru/mjt/packages/samba/ JFYI. Thanks, /mjt
2005 Sep 30
14
pdb missing files?
Hello, I''m trying to get PDB working in accordance with the instructions at http://www.cl.cam.ac.uk/~sos22/replay.bk/docs/misc/XenDebugger-HOWTO and a message from this list: http://lists.xensource.com/archives/html/xen-devel/2004-08/msg00017.html When I try to build pdb I first get errors because the Makefile is configured to treat warnings as errors, and there are some warnings. I decided to take my chances, and I removed Werror from CFLAGS in tools/debugger/pdb/Makefile. At that point, the build failed because it is unable to...
2023 Jul 14
1
updated samba 4.18 & 4.17 packages for debian & ubuntu to address trust issue with windows 10/11 update 07/2023
...l debian release on Jul-22, I guess, as a > part of bookworm 12.1 point release. ?Or maybe bookworm-security will > catch it earlier, I dunno yet. > bookworm-backports isn't open yet, I don't know what's up with that part. > https://lists.debian.org/debian-backports/2023/06/msg00017.html?is the last > news about the matter which I know. ?So there's no 4.18 official packages > for bookworm yet. > bullseye-backports - once the updated packages in bookworm-pu hits bookworm, > I'll made them available as bullseye-backports. ?By debian rules, oldtable- > bac...
2020 Jul 07
0
[PATCH nbdkit] New filter: tar.
This filter can be used to open tar files. It uses the technique first suggested by Eric Blake here: https://www.redhat.com/archives/libguestfs/2020-July/msg00017.html We suggest that nbdkit-tar-plugin is deprecated in nbdkit 1.26, but it might happen later. --- docs/nbdkit-captive.pod | 4 +- filters/offset/nbdkit-offset-filter.pod | 2 +- filters/tar/nbdkit-tar-filter.pod | 108 +++++++ plugins/tar/nbdkit-tar-plugin.pod |...
2017 Mar 03
1
[PATCH] rescue: Implement --mount and -i options.
Depends on the previous 5 patches that modified virt-rescue to work without direct mode: https://www.redhat.com/archives/libguestfs/2017-March/msg00017.html Rich.