search for: msg00035

Displaying 13 results from an estimated 13 matches for "msg00035".

Did you mean: msg00038
2020 Sep 23
6
[common PATCH 0/3] SELinux_relabel: relabel only if enforcing (RHBZ#1828952)
Continuation/rework of: https://www.redhat.com/archives/libguestfs/2020-May/msg00020.html This is my approach, as I explained here: https://bugzilla.redhat.com/show_bug.cgi?id=1828952#c4 https://www.redhat.com/archives/libguestfs/2020-May/msg00035.html IOW: do not attempt to relabel if the guest is not enforcing, as it is either useless or may fail; few words more are in the comments of patch #3. Pino Toscano (2): mlcustomize: refactor reading from /etc/selinux/config mlcustomize: do not relabel if not enforcing (RHBZ#1828952) Richard...
2020 Nov 11
0
Re: [common PATCH 0/3] SELinux_relabel: relabel only if enforcing (RHBZ#1828952)
...57:47 CET Pino Toscano wrote: > Continuation/rework of: > https://www.redhat.com/archives/libguestfs/2020-May/msg00020.html > > This is my approach, as I explained here: > https://bugzilla.redhat.com/show_bug.cgi?id=1828952#c4 > https://www.redhat.com/archives/libguestfs/2020-May/msg00035.html > IOW: do not attempt to relabel if the guest is not enforcing, as it is > either useless or may fail; few words more are in the comments of patch > #3. Are there any non-ideological actual technical objection to this patch series? If not, I'll push it in a week. Thanks, -- Pi...
2003 Aug 18
2
another seriously corrupt ext3 -- pesky journal
...Eddy described here: https://www.redhat.com/archives/ext3-users/2003-July/msg00015.html That is, nearly everything I try results in and error such as "Invalid argument while checking ext3 journal for /dev/md0" Ted answered here: https://www.redhat.com/archives/ext3-users/2003-July/msg00035.html and suggested the last ditch approach using mke2fs -S to reinitialize the superblock and group descriptors. After trying all sort of "safe" methods to recover the files, I have tried the -S option as follows: ------------------------------------------------------------------------...
2015 Jan 19
2
[RFC] virtio-mmio: Update the device to OASIS spec version
...0. Seems OK. > The MMIO changes were all made as part of > https://issues.oasis-open.org/browse/VIRTIO-44 > Anyway, my memory is irrelevant, we need to document motivation > for kernel code changes for future readers. As a refresher: https://lists.oasis-open.org/archives/virtio/201307/msg00035.html and in particular: > On Wed, 2013-07-31 at 15:04 +0100, Michael S. Tsirkin wrote: > > I meant using standard bus specific things where we are describing bus > > specific behaviour. > > In this case, I think you really want a "no device" flag for > > virt...
2015 Jan 19
2
[RFC] virtio-mmio: Update the device to OASIS spec version
...0. Seems OK. > The MMIO changes were all made as part of > https://issues.oasis-open.org/browse/VIRTIO-44 > Anyway, my memory is irrelevant, we need to document motivation > for kernel code changes for future readers. As a refresher: https://lists.oasis-open.org/archives/virtio/201307/msg00035.html and in particular: > On Wed, 2013-07-31 at 15:04 +0100, Michael S. Tsirkin wrote: > > I meant using standard bus specific things where we are describing bus > > specific behaviour. > > In this case, I think you really want a "no device" flag for > > virt...
2015 Jan 19
0
[RFC] virtio-mmio: Update the device to OASIS spec version
...were all made as part of > > https://issues.oasis-open.org/browse/VIRTIO-44 > > Anyway, my memory is irrelevant, we need to document motivation > > for kernel code changes for future readers. > > As a refresher: > > https://lists.oasis-open.org/archives/virtio/201307/msg00035.html > > and in particular: > > > On Wed, 2013-07-31 at 15:04 +0100, Michael S. Tsirkin wrote: > > > I meant using standard bus specific things where we are describing bus > > > specific behaviour. > > > In this case, I think you really want a "no d...
2015 Jan 19
0
[RFC] virtio-mmio: Update the device to OASIS spec version
...were all made as part of > > https://issues.oasis-open.org/browse/VIRTIO-44 > > Anyway, my memory is irrelevant, we need to document motivation > > for kernel code changes for future readers. > > As a refresher: > > https://lists.oasis-open.org/archives/virtio/201307/msg00035.html > > and in particular: > > > On Wed, 2013-07-31 at 15:04 +0100, Michael S. Tsirkin wrote: > > > I meant using standard bus specific things where we are describing bus > > > specific behaviour. > > > In this case, I think you really want a "no d...
2020 Jan 09
9
[PATCH 0/7] Various Python cleanups.
Patch #7 depends on: https://www.redhat.com/archives/libguestfs/2020-January/msg00035.html No, Python < 3 support is not dropped yet, however it will be easier after this series. Pino Toscano (7): build: enforce a minimum Python version python: drop code for Python < 2.5 python: assume support for Capsules python: remove compile time check for PyString_AsString pyt...
2017 Dec 12
1
[PATCH] Introduce a wrapper around xmlParseURI.
An alternate solution to: https://www.redhat.com/archives/libguestfs/2017-December/msg00035.html "[PATCH] v2v: -i vmx: Allow ssh URLs to use spaces." is to classify all URLs processed by libguestfs as either ordinary URLs or the special non-standard URLs that we use for things like ‘virt-v2v -i vmx’ and ‘guestfish --add’. For the non-standard URLs, provide a wrapper around x...
2005 Jul 08
5
Help with Mahalanobis
Dear R list, I'm trying to calculate Mahalanobis distances for 'Species' of 'iris' data as obtained below: Squared Distance to Species From Species: Setosa Versicolor Virginica Setosa 0 89.86419 179.38471 Versicolor 89.86419 0 17.20107 Virginica 179.38471 17.20107 0 These distances were obtained with proc 'CANDISC'
2015 Jan 15
2
[RFC] virtio-mmio: Update the device to OASIS spec version
On Thu, 2015-01-15 at 18:29 +0000, Michael S. Tsirkin wrote: > On Thu, Jan 15, 2015 at 06:11:17PM +0000, Pawel Moll wrote: > > On Thu, 2015-01-15 at 17:51 +0000, Michael S. Tsirkin wrote: > > > > > I think you shouldn't use VIRTIO_MMIO_VRING_ALIGN in non-legacy code: > > > > > it's a legacy thing. > > > > > > > > But I still
2015 Jan 15
2
[RFC] virtio-mmio: Update the device to OASIS spec version
On Thu, 2015-01-15 at 18:29 +0000, Michael S. Tsirkin wrote: > On Thu, Jan 15, 2015 at 06:11:17PM +0000, Pawel Moll wrote: > > On Thu, 2015-01-15 at 17:51 +0000, Michael S. Tsirkin wrote: > > > > > I think you shouldn't use VIRTIO_MMIO_VRING_ALIGN in non-legacy code: > > > > > it's a legacy thing. > > > > > > > > But I still
2020 Apr 07
2
[PATCH nbdkit v2] tmpdisk: Generalize the tmpdisk plugin
An evolution of v1 here: https://www.redhat.com/archives/libguestfs/2020-April/msg00035.html I want to generalize the tmpdisk plugin, particularly so you can use commands like ‘qemu-img create’ or even ‘virt-builder’. (Actually virt-builder really works - I tested it - but of course it causes a 30+ second delay when connecting to the server.) You can now use commands such as: nb...