Displaying 20 results from an estimated 23 matches for "msg00010".
Did you mean:
msg00011
2006 Apr 20
1
R_PAPERSIZE and LC_PAPER
R uses the environment variable R_PAPERSIZE to set its papersize, e.g. for
postscript.
It seems the modern way is to via LC_PAPER, e.g.
http://mail.nl.linux.org/linux-utf8/2002-05/msg00010.html
and Googling will show that people expect this to work.
However, that is not set on my FC3 system, and it would affect people who
use en_US as their locale in, say, Austria.
Should we be making use of LC_PAPER, or would it just cause further
complications? (On Windows, the locale name is...
2009 May 24
1
Problems with ioloop on MacOS
...ot, which is 1.1.11, on
MacOS 10.5.6
$ /opt/local/sbin/dovecot --exec-mail imap
Fatal: kevent(EV_ADD, 0) failed: Operation not supported
This version is configured --with-ioloop=kqueue
The problem seems to be known, if not understood:
http://lists.apple.com/archives/Darwin-userlevel/2008/Dec/msg00010.html
However, if I use --with-ioloop=poll, I eventually get
IMAP(dave): [9079]: invalid I/O fd 0, callback 0x9330
(not from the above command; it's a little later when Gnus tries to
interact with dovecot through the shell)
I've been unable to build/install any later versions of doveco...
2007 Sep 25
1
[LLVMdev] Real backend?
...ackend", in the articles so wondered how this was different from just backend used in LLVM.
(E.g., Mr.Olofson mentioned "glSDL/backend (the
"real" backend version; not yet in mainstream SDL releases)" in this article
http://www.freelists.org/archives/gameprogrammer/04-2005/msg00010.html )
Do you have any idea?
Thank you so much.
SJL
---- Original message ----
>Date: Tue, 25 Sep 2007 11:17:37 -0700 (PDT)
>From: "Tanya M. Lattner" <tonic at nondot.org>
>Subject: Re: [LLVMdev] Real backend?
>To: LLVM Developers Mailing List <llvmdev at cs.uiu...
2014 Apr 16
1
Re: [virt-tools-list] live-migrating a VM whose current host's storage is fubar'ed
...Ms on the backup node. This caused an outage which, I think, could have
> been avoided.
>
> So my question is; Can VMs be migrated if/when the host's FS is
> read-only/destroyed? If so, how?
>
> Thanks!
>
> 1. https://www.redhat.com/archives/linux-cluster/2014-April/msg00010.html
>
Probably a better question for libvirt lists, CCd, but I don't think anyone
tests a scenario like that so there's bound to be problems.
- Cole
2017 Nov 04
3
using LVM thin pool LVs as a storage for libvirt guest
...LVM thin
volumes recently and I especially like that your volumes can be "sparse"
- that you can have 1TB thin volume on 250GB VG/thin pool.
Is it somehow possible to use that with libvirt?
I have found this post from 2014:
https://www.redhat.com/archives/libvirt-users/2014-August/msg00010.html
which says you should be able to create "sparse" volume with `virsh
vol-create ...` or that libvirt should be able to see thin volumes you
create yourself, but neither of that works for me
(libvirt-3.2.1-6.fc26.x86_64).
This way I try to create new:
# vgs storage
VG...
2020 Apr 06
1
Re: [PATCH virt-v2v v2 2/2] v2v: Allow large temporary directory to be set on a global basis.
...ases and motivations behind this went unanswered other than with
- "because containers"
- "because why not"
then, I'll keep NACK-ing this patch.
[1] https://www.redhat.com/archives/libguestfs/2020-April/msg00008.html
[2] https://www.redhat.com/archives/libguestfs/2020-April/msg00010.html
Since the problem is "let's find out what to clean on failure", I
propose a different approach, as also looking at this patch pointed out
to me:
- create a single virt-v2v.XXXXXX temporary directory in
LIBGUESTFS_TMPDIR for small files, like the vmx file, the rhv-upload
Pyth...
2005 Jan 20
5
glm and percentage data with many zero values
...same is true for
converting the percentages into factors and calculating a multinomial or
proportional-odds model (anyway, I do not know if this would be a
meaningful approach).
I was searching the web and the best answer I could get was
http://www.biostat.wustl.edu/archives/html/s-news/1998-12/msg00010.html
in which several persons suggested quasi-likelihood. Would it be
reasonable to use a glm with quasipoisson? If yes, how I can I find the
appropriate variance function? Any other suggestions?
Many thanks in advance, Christian
================================
Christian Kamenik
Institute...
2017 Feb 04
4
[PATCH 0/4] p2v: Send ping packets, document timeout problems.
Fix and/or document issues raised in this thread:
https://www.redhat.com/archives/libguestfs/2017-February/msg00010.html
Rich.
2009 Apr 16
1
Igraph: family 'serif' not included in PostScript device
Does anybody know how to solve this error?
postscript(file= "file.ps", family = "Helvetica", font = "Helvetica")
plot.igraph(g, layout=layout.circle, vertex.label.font=2)
dev.off()
error in text.default(x, y, labels = labels, col = label.color, family
= label.family, :
family 'serif' not included in PostScript device
Regards Knut
2018 Dec 26
2
IPv6: ADDRCONF(NETDEV_UP): link is not ready after upgrading to 7.6
Hi, after upgrading to 7.6, kernel 3.10.0-957.1.3.el7.x86_64, at boot instead of
the GUI login screen I got two lines like this:
IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
The server is accessible via ssh on IPv4
Server: DELL PowerEdge T 110 II
NIC: Broadcom, driver tg3, lspci -v:
04:00.0 Ethernet controller: Broadcom Inc. and
2017 Nov 07
0
Re: using LVM thin pool LVs as a storage for libvirt guest
...I especially like that your volumes can be "sparse"
> - that you can have 1TB thin volume on 250GB VG/thin pool.
>
> Is it somehow possible to use that with libvirt?
>
> I have found this post from 2014:
>
> https://www.redhat.com/archives/libvirt-users/2014-August/msg00010.html
>
> which says you should be able to create "sparse" volume with `virsh
> vol-create ...` or that libvirt should be able to see thin volumes you
> create yourself, but neither of that works for me
> (libvirt-3.2.1-6.fc26.x86_64).
>
> This way I try to create new:...
2007 Feb 27
2
How to press F1 over a serial console?
Hi,
Over a serial emulation provided by the BIOS, I get the PXELINUX boot
prompt all right. Now, how do I send F1 to get a help screen? It's
not PXELINUX specific, of course, F1 would also come helpful for
entering the BIOS Setup program. Its accross telnet running in an SSH
session from an UTF-8 xterm, as it probably matters. I would be
grateful for any insight.
--
Regards,
Feri.
2017 Nov 07
1
Re: using LVM thin pool LVs as a storage for libvirt guest
...volumes can be "sparse"
>> - that you can have 1TB thin volume on 250GB VG/thin pool.
>>
>> Is it somehow possible to use that with libvirt?
>>
>> I have found this post from 2014:
>>
>> https://www.redhat.com/archives/libvirt-users/2014-August/msg00010.html
>>
>> which says you should be able to create "sparse" volume with `virsh
>> vol-create ...` or that libvirt should be able to see thin volumes you
>> create yourself, but neither of that works for me
>> (libvirt-3.2.1-6.fc26.x86_64).
>>
>> T...
2008 Mar 25
5
Wine on Windows 7
For some time now I have been researching the upcoming Windows 7, scheduled for release in 2009 - 2010.
Recently, a number of websites have stated that Microsoft is no longer including backwards compatibility with software from previous versions of Windows. From the number of sites, I'm guessing this is not just a rumor. And considering the almost infinitely massive list of Windows programs
2008 Aug 28
2
buildinstall problems
...plate/bin
Aborting instroot creation...
Creating repository metadata...
When I look in /tmp/treedir.9508/image-template I notice that the bin
directory indeed does not exist. I've googled and the closest thing I can
find to my problem is this:
http://osdir.com/ml/redhat.anaconda.devel/2002-07/msg00010.html
in that he says the bin dirs are missing also but he says one is a file
and I don't have anything named bin there at all. He also gets some
different errors as a result of bin being missing it seems.
My repository contains (among many others) the following packages which
would seem to be...
2017 Oct 29
2
Virtio BoF minutes from KVM Forum 2017
...oF minutes KVM Forum 2017
Attendees: Amnon Ilan, Maxime Coqueline, Vlad Yasevich, Malcolm Crossley,
David Vrabel, Ilya Lesokhin, Cunming Lian, Jens Freimann
Topics: packed ring layout with respect to hardware implementations
References:
https://lists.oasis-open.org/archives/virtio-dev/201702/msg00010.html
https://lists.oasis-open.org/archives/virtio-dev/201709/msg00013.html
Malcolm Crossley, David Vrabel:
- keep in mind not to only optimize for network with small frame sizes.
Storage has much larger sizes
- is there really no cacheline ping pong, because we are overwriting the same
cache...
2017 Oct 29
2
Virtio BoF minutes from KVM Forum 2017
...oF minutes KVM Forum 2017
Attendees: Amnon Ilan, Maxime Coqueline, Vlad Yasevich, Malcolm Crossley,
David Vrabel, Ilya Lesokhin, Cunming Lian, Jens Freimann
Topics: packed ring layout with respect to hardware implementations
References:
https://lists.oasis-open.org/archives/virtio-dev/201702/msg00010.html
https://lists.oasis-open.org/archives/virtio-dev/201709/msg00013.html
Malcolm Crossley, David Vrabel:
- keep in mind not to only optimize for network with small frame sizes.
Storage has much larger sizes
- is there really no cacheline ping pong, because we are overwriting the same
cache...
2019 Jun 04
0
[PATCH libnbd v2 3/4] api: Implement concurrent writer.
Callers may now optionally set up a concurrent writer thread. The
outline of this idea is explained here:
https://www.redhat.com/archives/libguestfs/2019-June/msg00010.html
The change is quite small, but here are some points which are true but
may not be obvious:
* All writes return immediately with success (unless we run out of
memory), and writes never block.
* When going down the READY -> ISSUE_COMMAND.START (etc) path, because
writes never block, we...
2020 Apr 06
6
[PATCH virt-v2v v2 0/2] v2v: Large temporary directory handling.
v1 was here:
https://www.redhat.com/archives/libguestfs/2020-April/msg00007.html
There's a BZ for this now which I forgot to add to the commit message:
https://bugzilla.redhat.com/show_bug.cgi?id=1814611
For v2:
- Fix incorrect reference to $TMPDIR in existing manual.
- Separate handling for small temporary files and large temporary
files. Small temporary files go into $TMPDIR
2013 May 19
71
xen forum
I believe both mailing lists are great but there are so may postings that
many issues get missed. There are some bugs that hand never been resolved
because developers are unaware of it. I just setup forum for xen users at
sam.hebe.us/forums please be free to join
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users