Displaying 4 results from an estimated 4 matches for "tremer".
Did you mean:
kremer
2016 Aug 04
2
Re: Libvirt: dynamic ownership did not work
...nternal(). In the arguments you should see
> the path eventually among with uid:gid.
>
> BTW: what's the domain XML?
What did you need the xml file the domain is called test and the image
file is /data/hdd1/libvirt/images/test.img
>
>
> Michal
I did together with Michael Tremer some debugging and Michael posted
our results in the bugtracker. So it seems that the chown function is
not executed, because a other function return a wrong value.
Maybe the describtion in the bug report hepls to go furhter, when not
say what you need (logs) to debug the problem.
Regards Jona...
2016 Aug 05
0
Re: Libvirt: dynamic ownership did not work
...ng for a domain. Moreover, some devices -
like disks have the <seclabel/> too. And I was wondering whether you
don't have those elements in the XML.
The other reason for me asking domain XML is so that I could try to
reproduce locally on my system.
>
> I did together with Michael Tremer some debugging and Michael posted our
> results in the bugtracker. So it seems that the chown function is not
> executed, because a other function return a wrong value.
Ah, reading the bz transcript, you are not passing the path directly
into the XML rather than use a volume from a storage p...
2006 Mar 19
0
how to arrange the codeword tree into array form
hi,
i am porting ogg vorbis decoder on to a24- bit dsp
platform. i would like to know how he is arranging
the binary tree into an array form. i think this
process is done in _make_words in tremer code. i
would be if some one could explain me the exact
algorithm or where can i get it?
i am attaching the code here for your reference.
static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals,
codebook *b, oggpack_buffer *opb,int maptype){
long i,j,count=0;
long top...
2016 Aug 04
3
Re: Libvirt: dynamic ownership did not work
Am Do, 4. Aug, 2016 um 1:38 schrieb Michal Privoznik
<mprivozn@redhat.com>:
> On 04.08.2016 12:12, Jonatan Schlag wrote:
>>
>>
>> Am Do, 4. Aug, 2016 um 11:32 schrieb Michal Privoznik
>> <mprivozn@redhat.com>:
>>> On 03.08.2016 21:17, Jonatan Schlag wrote:
>>>> Hi,
>>>> I have a very strange problem with libvirt. I