Displaying 7 results from an estimated 7 matches for "cf88a467fd54".
2023 Jun 29
1
[v2v PATCH v2 1/3] lib/utils: fix typo
...23).
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2182024
Signed-off-by: Laszlo Ersek <lersek at redhat.com>
---
Notes:
v2:
- new patch
lib/utils.mli | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/utils.mli b/lib/utils.mli
index 5687bf75867e..cf88a467fd54 100644
--- a/lib/utils.mli
+++ b/lib/utils.mli
@@ -62,7 +62,7 @@ val backend_is_libvirt : unit -> bool
(** Return true iff the current backend is libvirt. *)
val chown_for_libvirt_rhbz_1045069 : string -> unit
-(** If running and root, and if the backend is libvirt, libvirt
+(** If runnin...
2023 Jun 29
1
[v2v PATCH v2 2/3] lib/utils: make "chown_for_libvirt_rhbz_1045069" fail hard
...dhat.com/show_bug.cgi?id=2182024
Signed-off-by: Laszlo Ersek <lersek at redhat.com>
---
Notes:
v2:
- new patch
lib/utils.mli | 5 +---
lib/utils.ml | 26 ++++++++------------
2 files changed, 11 insertions(+), 20 deletions(-)
diff --git a/lib/utils.mli b/lib/utils.mli
index cf88a467fd54..391a2a351ec7 100644
--- a/lib/utils.mli
+++ b/lib/utils.mli
@@ -67,10 +67,7 @@ val chown_for_libvirt_rhbz_1045069 : string -> unit
to root-owned files and directories. To fix this, provide
a function to chown things we might need to qemu:root so
qemu can access them. Note that...
2023 Jun 29
1
[v2v PATCH v2 2/3] lib/utils: make "chown_for_libvirt_rhbz_1045069" fail hard
...lersek at redhat.com>
> ---
>
> Notes:
> v2:
>
> - new patch
>
> lib/utils.mli | 5 +---
> lib/utils.ml | 26 ++++++++------------
> 2 files changed, 11 insertions(+), 20 deletions(-)
>
> diff --git a/lib/utils.mli b/lib/utils.mli
> index cf88a467fd54..391a2a351ec7 100644
> --- a/lib/utils.mli
> +++ b/lib/utils.mli
> @@ -67,10 +67,7 @@ val chown_for_libvirt_rhbz_1045069 : string -> unit
> to root-owned files and directories. To fix this, provide
> a function to chown things we might need to qemu:root so
> qem...
2023 Jun 29
3
[v2v PATCH v2 0/3] improve UX when running as root and we can't chown
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2182024
v1 was here:
<https://listman.redhat.com/archives/libguestfs/2023-June/031910.html>.
Make any "chown_for_libvirt_rhbz_1045069" failure a hard one; that way
the user gets to see more direct and more uniform error messages (namely
that we couldn't connect to libvirt).
Document those connection problems, and a simple
2023 Jun 29
1
[v2v PATCH v2 2/3] lib/utils: make "chown_for_libvirt_rhbz_1045069" fail hard
...t;> Notes:
>> v2:
>>
>> - new patch
>>
>> lib/utils.mli | 5 +---
>> lib/utils.ml | 26 ++++++++------------
>> 2 files changed, 11 insertions(+), 20 deletions(-)
>>
>> diff --git a/lib/utils.mli b/lib/utils.mli
>> index cf88a467fd54..391a2a351ec7 100644
>> --- a/lib/utils.mli
>> +++ b/lib/utils.mli
>> @@ -67,10 +67,7 @@ val chown_for_libvirt_rhbz_1045069 : string -> unit
>> to root-owned files and directories. To fix this, provide
>> a function to chown things we might need to qemu:r...
2023 Jun 29
1
[v2v PATCH v2 2/3] lib/utils: make "chown_for_libvirt_rhbz_1045069" fail hard
...> >> - new patch
> >>
> >> lib/utils.mli | 5 +---
> >> lib/utils.ml | 26 ++++++++------------
> >> 2 files changed, 11 insertions(+), 20 deletions(-)
> >>
> >> diff --git a/lib/utils.mli b/lib/utils.mli
> >> index cf88a467fd54..391a2a351ec7 100644
> >> --- a/lib/utils.mli
> >> +++ b/lib/utils.mli
> >> @@ -67,10 +67,7 @@ val chown_for_libvirt_rhbz_1045069 : string -> unit
> >> to root-owned files and directories. To fix this, provide
> >> a function to chown thing...
2023 Jun 29
1
[v2v PATCH v2 2/3] lib/utils: make "chown_for_libvirt_rhbz_1045069" fail hard
...- new patch
>>>>
>>>> lib/utils.mli | 5 +---
>>>> lib/utils.ml | 26 ++++++++------------
>>>> 2 files changed, 11 insertions(+), 20 deletions(-)
>>>>
>>>> diff --git a/lib/utils.mli b/lib/utils.mli
>>>> index cf88a467fd54..391a2a351ec7 100644
>>>> --- a/lib/utils.mli
>>>> +++ b/lib/utils.mli
>>>> @@ -67,10 +67,7 @@ val chown_for_libvirt_rhbz_1045069 : string -> unit
>>>> to root-owned files and directories. To fix this, provide
>>>> a function...