Displaying 7 results from an estimated 7 matches for "redifined".
Did you mean:
redefined
2005 Jul 20
1
docid type redifine
Hello all.
I need to redefine a docid type (and all dependent types) like this: typedef unsigned long long docid;
I think it would be enough to edit "include/xapian/types.h", but it isn't so.
1) I've added :
string
om_tostring(unsigned long long val)
{
CONVERT_TO_STRING("%llu")
}
in common/utils.{h,cc}
2) In include/enquire.h (line 438) I've found the
2014 Jun 19
2
dumpxml removes <source> portion from network descritiption
Hello.
I have a strange error with one of my VMs. If i use dumpxml to save a VM
description the source part of the network part is missing. This prevents
redifining the machine from the dumped xml file:
This is how it looks before dumpxml:
<interface type='bridge'>
<mac address='52:54:00:34:a1:56'/>
<source bridge='br406'/>
2009 Sep 07
0
ssh access on the ovirt-node
.../ssh/sshd_config/PermitEmptyPasswords yes
save
EOF
else
echo "Building in production mode, locking root account"
passwd -l root
fi
[...]
</node-image/common-post.ks >
What is the best way to disable the EmptyPasswords on the ovirt-node ? I
didn't understand where I can redifined the %{release}. I try to put
_ovirt_devel= 1 in the Makefile.am but it does nothing.
Is it really wanted to add a ssh root access with an empty password ? Some
weeks ago, the authenticated keys were the only way to log in via ssh, and
that was fiting my needs...
Perhaps we can change this be...
2007 Mar 16
1
ogg_sync_buffer() memory alignment
I am writing an Ogg Vorbis decoder for win32.
I want a memory buffer which is aligned to the disk sector size (512
bytes on hard disk, 2048 bytes on cd/dvd), so that the win32 function
ReadFile can be persuaded to do 'unbuffered IO'.
Unfortunately, the ogg_sync_buffer() call gives me a pointer from its
own, internally allocated buffer. I have found no docs to indicate that
this would
2014 Jun 19
0
Re: dumpxml removes <source> portion from network descritiption
On 06/19/2014 02:47 PM, Thomas Stein wrote:
> Hello.
>
> I have a strange error with one of my VMs. If i use dumpxml to save a VM
> description the source part of the network part is missing. This prevents
> redifining the machine from the dumped xml file:
>
> This is how it looks before dumpxml:
>
> <interface type='bridge'>
> <mac
2007 Oct 09
5
Playing with ReadFileScatter()
Hi all,
Looking at the IO.readlines source in io.c, it looks to me like they
grab 8k chunks, split on the input record separator, and buffer accordingly.
Since it looks like ReadFileScatter() does some of that work
automatically (in page file sized chunks), I thought I''d give it a try.
Here''s what I''ve got, but it doesn''t work. I have an incorrect parameter
2005 Sep 21
9
Ajax.Updater
Hi all,
I was wondering if one could pull a completely separate web site into a
div, e.g.
<a href="#" onclick="new Ajax.Updater(''artifact'',
''http://www.vivisimo.com/'', {asynchronous:true, evalScripts:true,
onLoading:function(request){Toggle.display(''message2body'')}}); return
false;">»</a>
it fails