Displaying 13 results from an estimated 13 matches for "l27".
Did you mean:
27
2000 Mar 31
1
R: one bananna aov() question
...4 L18 9 -3.78559322033898
35 L19 10 0.714406779661017
36 L21 13 -2.51016949152542
37 L22 14 0.489830508474576
38 L23 15 -2.03135593220339
39 L24 16 0.489830508474576
40 L25 17 0.489830508474576
41 L27 18 3.98983050847458
42 L28 19 0.489830508474576
43 L29 20 -3.51016949152542
44 L30 22 0.489830508474576
45 L1 1 -0.272561715904491
46 L2 11 -1.71489275596924
47 L3 21 1.72743828409551
48 L5...
2017 Dec 24
2
Re: virt-copy-in - how do I get the selinux relabeling done for the file?
...n I fix that?
>
> Hi Yaniv,
>
> The easiest thing is to run this after doing the virt-copy-in:
>
> virt-customize -a disk.img --selinux-relabel
>
> which will run this code:
>
> https://github.com/libguestfs/libguestfs/blob/master/
> customize/SELinux_relabel.ml#L27
>
> That requires an extra launch of the appliance, so if you were very
> concerned about doing this most efficiently then you could do
> something like this instead:
>
> guestfish -a disk.img -i <<EOF
> copy-in files [...] /target/dir
> selinux-relabel /etc/...
2020 May 01
4
Request: tools::md5sum should accept connections and finally in-memory objects
...es
[1]: https://github.com/HenrikBengtsson/Wishlist-for-R/issues/21
[2]:
https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/md5.c#L172
[3]:
https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/Rmd5.c#L27
2017 Dec 24
3
virt-copy-in - how do I get the selinux relabeling done for the file?
I'm copying a file into a VM using virt-copy-in - which is great, but the
file is wrongly labeled.
How can I fix that?
TIA,
Y.
2017 Dec 24
0
Re: virt-copy-in - how do I get the selinux relabeling done for the file?
..., but the
> file is wrongly labeled.
> How can I fix that?
Hi Yaniv,
The easiest thing is to run this after doing the virt-copy-in:
virt-customize -a disk.img --selinux-relabel
which will run this code:
https://github.com/libguestfs/libguestfs/blob/master/customize/SELinux_relabel.ml#L27
That requires an extra launch of the appliance, so if you were very
concerned about doing this most efficiently then you could do
something like this instead:
guestfish -a disk.img -i <<EOF
copy-in files [...] /target/dir
selinux-relabel /etc/selinux/targeted/contexts/files/file_c...
2017 Dec 24
0
Re: virt-copy-in - how do I get the selinux relabeling done for the file?
...gt; > The easiest thing is to run this after doing the virt-copy-in:
> >
> > virt-customize -a disk.img --selinux-relabel
> >
> > which will run this code:
> >
> > https://github.com/libguestfs/libguestfs/blob/master/
> > customize/SELinux_relabel.ml#L27
> >
> > That requires an extra launch of the appliance, so if you were very
> > concerned about doing this most efficiently then you could do
> > something like this instead:
> >
> > guestfish -a disk.img -i <<EOF
> > copy-in files [...] /target...
2024 Feb 28
0
[PATCH 1/1] stddef.h: add wchar_t type definition
...p/gnu-efi/code/ci/189200d0b0f6fff473d302880d9569f45d4d8c4d
[2] https://repo.or.cz/syslinux.git/blob/refs/tags/syslinux-6.03:/com32/include/stddef.h
[3] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html
[4] https://repo.or.cz/syslinux.git/blob/refs/tags/syslinux-6.03:/mk/efi.mk#l27
[5] https://lists.buildroot.org/pipermail/buildroot/2024-February/685971.html
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
com32/include/stddef.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/com32/include/stddef.h b/com32/include/stddef.h
index f52d62f3..437b11f2 100644
---...
2020 May 01
0
Request: tools::md5sum should accept connections and finally in-memory objects
...github.com/HenrikBengtsson/Wishlist-for-R/issues/21
> [2]:
> https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/md5.c#L172
> [3]:
> https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/Rmd5.c#L27
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
2020 May 01
0
Request: tools::md5sum should accept connections and finally in-memory objects
...: https://github.com/HenrikBengtsson/Wishlist-for-R/issues/21
> [2]: https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/md5.c#L172
> [3]: https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/Rmd5.c#L27
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
---------------
John Mount
http://www.win-vector.com/ <http://www.win-vector.com/>
Our book: Practical Data Science with R
http://practical...
2020 May 01
1
Request: tools::md5sum should accept connections and finally in-memory objects
...engtsson/Wishlist-for-R/issues/21
>> [2]:
>> https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/md5.c#L172
>> [3]:
>> https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/Rmd5.c#L27
>>
>> ______________________________________________
>> R-devel at r-project.org <mailto:R-devel at r-project.org> mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-devel
>
> ---------------
> John Mount
> http://www.win-vector.com/
> Our book: Pr...
2017 Nov 17
2
Re: [nbdkit PATCH 3/6] connections: Add read/write lock over client I/O
...; }
There's nothing wrong with this patch, but it might be easier to use
an attribute((cleanup)) handler to deal with the unlocking. See these
links for how we do it in libguestfs:
https://github.com/libguestfs/libguestfs/blob/50ca24b634f59f1a14fd230aa4893d7408347d76/common/utils/cleanups.h#L27
https://github.com/libguestfs/libguestfs/blob/50ca24b634f59f1a14fd230aa4893d7408347d76/lib/guestfs-internal.h#L81-L87
https://github.com/libguestfs/libguestfs/blob/50ca24b634f59f1a14fd230aa4893d7408347d76/lib/errors.c#L179
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redha...
2017 Nov 22
1
[PATCH 03/32] therm: Split return code and value in nvkm_get_temp
On 22/11/17 03:42, Karol Herbst wrote:
> On Wed, Nov 22, 2017 at 1:32 AM, Martin Peres <martin.peres at free.fr> wrote:
>> On 17/11/17 02:04, Karol Herbst wrote:
>>> The current hwmon code doesn't check if the returned value was actually an
>>> error.
>>>
>>> Since Kepler temperature sensors are able to report negative values. Those
2017 Nov 17
8
[RFC nbdkit PATCH 0/6] Enable full parallel request handling
I want to make my nbd forwarding plugin fully parallel - but to do
that, I first need to make nbdkit itself fully parallel ;)
With this series, I was finally able to demonstrate out-of-order
responses when using qemu-io (which is great at sending back-to-back
requests prior to waiting for responses) coupled with the nbd file
plugin (which has a great feature of rdelay and wdelay, to make
it