Displaying 7 results from an estimated 7 matches for "virdomaincoredumpwithformat".
2015 May 28
3
virDomainCoreDumpWithFormat files created as root
Greetings,
I am dumping a guest VM memory for inspection using the command
"virDomainCoreDumpWithFormat" and the created files appear to belong to
root (both user and group).
I have searched around but didn't find any answer. Is there a way to
instruct QEMU to create those files under a different user?
Thank you.
2015 May 28
0
Re: virDomainCoreDumpWithFormat files created as root
On 28.05.2015 09:29, NoxDaFox wrote:
> Greetings,
>
> I am dumping a guest VM memory for inspection using the command
> "virDomainCoreDumpWithFormat" and the created files appear to belong to
> root (both user and group).
>
> I have searched around but didn't find any answer. Is there a way to
> instruct QEMU to create those files under a different user?
>
The coredump should belong to the user:group that the domain i...
2015 May 29
0
Re: virDomainCoreDumpWithFormat files created as root
...lt;noxdafox@gmail.com> wrote:
>
> 2015-05-28 12:04 GMT+03:00 Michal Privoznik <mprivozn@redhat.com>:
>> On 28.05.2015 09:29, NoxDaFox wrote:
>> > Greetings,
>> >
>> > I am dumping a guest VM memory for inspection using the command
>> > "virDomainCoreDumpWithFormat" and the created files appear to belong to
>> > root (both user and group).
>> >
>> > I have searched around but didn't find any answer. Is there a way to
>> > instruct QEMU to create those files under a different user?
>> >
>>
>> T...
2015 May 29
2
Re: virDomainCoreDumpWithFormat files created as root
2015-05-28 12:04 GMT+03:00 Michal Privoznik <mprivozn@redhat.com>:
> On 28.05.2015 09:29, NoxDaFox wrote:
> > Greetings,
> >
> > I am dumping a guest VM memory for inspection using the command
> > "virDomainCoreDumpWithFormat" and the created files appear to belong to
> > root (both user and group).
> >
> > I have searched around but didn't find any answer. Is there a way to
> > instruct QEMU to create those files under a different user?
> >
>
> The coredump should belong to...
2015 Nov 18
0
Re: virDomainCoreDumpWithFormat files created as root
On 08.11.2015 12:43, noxdafox wrote:
> I've been spending a bit of time looking into libvirt's code and I
> believe this is not implemented as Daniel first said.
>
> The issue is in the qemuOpenFileAs function in src/qemu/qemu_driver.c
> which ignores the dynamic ownership flag and does not set correct
> ownership on the file.
>
> The qemuOpenFileAs function is
2015 Nov 08
2
Re: virDomainCoreDumpWithFormat files created as root
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL,
I just look for the class and method to use blockcopy in libvirt-java on
this page:
http://libvirt.org/sources/java/javadoc/
However, I can not find out. Libvirt-java Support blockcopy ? Thanks.
Best Regards,
Star Guo