Displaying 20 results from an estimated 60000 matches similar to: "(no subject)"
2008 Jun 02
2
problems with netback
hi
I've some problems with netback
1.what's mmap_pages for, which come from balloon operation ?
mmap_pages = alloc_empty_pages_and_pagevec(MAX_PENDING_REQS)
2.what's the meaning of "refcnt" defined in netif_t (netif->refcnt)
3.irq enable and disable
such as disable_irq(netif->irq);
why netback use such enable & disable operations while netfront dont use for its
2008 Jul 07
2
confusion about the meaning of CONFIG_XEN
hi all,
I noticed "CONFIG_XEN" appears many times in Xen source code. I''m confused about the meaning of "CONFIG_XEN".
For example,
in "gnttab.c", the definations of gnttab_map() and gnttab_resume() vary with "ifdef CONFIG_XEN" or not.
And I also noticed ifndef CONFIG_XEN , the file <platform-pci.h> is included.
So my questions
2007 Apr 28
4
confused about the balloon code
hi
I try to understand the code of balloon ,and got confused about the
following parts of code:
static int decrease_reservation(unsigned long nr_pages)
{
....
if (!PageHighMem(page)) {
v = phys_to_virt(pfn << PAGE_SHIFT);
scrub_pages(v, 1);
ret = HYPERVISOR_update_va_mapping(
(unsigned long)v, __pte_ma(0), 0);
2007 Mar 01
7
hvm_init_ap_contexts
Why is there an argument returned in the function below (of hvm.h),
knowing that there is void?
static inline void
hvm_init_ap_context(struct vcpu_guest_context *ctxt,
int vcpuid, int trampoline_vector)
{
return hvm_funcs.init_ap_context(ctxt, vcpuid, trampoline_vector);
}
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2006 Mar 16
0
(no subject)
YUP, this is the way that asterisk works. It is going to quelch all DTMF that goes out via a SIP gateway via asterisk.
I spent a long time working this through and it has to do with the way that asterisk deals with DTMF and the DSP.c module that
sits inband to the RTP/audio stream. There is a flag called DSP_DIGITMODE_NOQUELCH that is broken that might allow the inband
DTMF after answer to work
2007 Apr 24
3
could netcard be hotpluged in a running VM?
hi
I have try to "xm block-attach " to hotplug a disk into a running paraVM
and I want to kown whether the netcard could be hotpluged into a
running paraVM?
if it could , how to do it?
could you holp me
Thanks in advance
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Oct 27
3
Kernel 2.2.18 to 2.2.25 as HVM on xen 3.0.3 freeze every 28s or less
Hi,
For various bad reasons I must run a kernel 2.2.X and I tried to get it
running on Xen 3.0.3.
The virtual machine freeze every 28s (or less) for 1-3 secs which makes it
unusable as demonstrated by:
# while true; do date; sleep 1; done
Thu Oct 26 18:03:36 PDT 2006
<missing>
Thu Oct 26 18:03:38 PDT 2006
or
# ping my-xen
64 bytes from 172.21.1.102: icmp_seq=0 ttl=255 time=8.5 ms
64
2019 Jan 02
0
Solr
> The main problem is : After some time of indexing from Dovecot, Dovecot
> returns errors (invalid SID, etc...) and Solr return "out of range
> indexes" errors
I've been watching the progress of this thread with no small concern, mainly
because I've been tasked with providing a server-side email search facility
with a budget and manpower level that comes down to mainly
2006 Oct 19
2
WEBRick process not responding after few hours (rails 1.1.6 on linux)
the rail application I have developed (really simple one 2 -> db tables
with no more than 100 records) works perfectly in development /
production mode on my windows desktop (win200 pro + mysql + ruby 1.8.2
+ rails 1.1.6). when deploying the application on linux (ruby 1.8.4 ,
rails 1.1.6 the same mysql as on windows) everything *seems* to work
fine. well atleast for the first few hours. the
2020 Jan 19
2
Asterisk16 - PJSIP - Error 401 on outbound registration
Le 19/01/2020 à 00:31, Joshua C. Colp a écrit :
> On Sat, Jan 18, 2020 at 1:14 PM Administrator <admin at tootai.net
> <mailto:admin at tootai.net>> wrote:
>
>
> Le 17/01/2020 à 11:54, Administrator a écrit :
> >
> > Le 15/01/2020 à 19:24, Administrator a écrit :
> >> Hi all,
> >>
> >> we face a strange
2019 Jan 04
0
Solr -> Xapian ?
What about consedering linking Dovecot with Xapian librairies instead of
going to nightmare Solr ?
https://xapian.org/features
On 2019-01-02 17:10, John Tulp wrote:
> On Wed, 2019-01-02 at 00:59 -0800, M. Balridge wrote: The main problem is : After some time of indexing from Dovecot, Dovecot
> returns errors (invalid SID, etc...) and Solr return "out of range
> indexes"
2007 May 11
0
Roaming Profiles
Hello all,
I have a samba 3.0.9 acting as a PDC in a network where all users use
Win XP, and all is working fine except for Roaming Profiles.
The thing is that when I create a new user and login into the domain,
windows will store the profile from one of the existing users, normally
the profile of the first user created, in the user's profile dir (in
linux).
Even stranger is that if I
2019 Jan 04
0
Solr -> Xapian ?
Why not, but please guide me about the core structure (mandatory
funcitons, etc..) of a typical Dovecot FTS plugin
On 2019-01-04 17:20, Aki Tuomi wrote:
> I hope you are aware that "linking with Xapian" requires somewhat more work than just -lxapian in linker? If you or someone feels like writing fts_xapian, go for it.
>
> Aki
>
> On 04 January 2019 at 08:20 Joan
2020 Jan 20
0
Asterisk16 - PJSIP - Error 401 on outbound registration
On Sun, Jan 19, 2020 at 10:45 AM Administrator <admin at tootai.net> wrote:
<snip>
> It become stranger and stranger: on one of the register peer we receive in
> asterisk:
>
> *CLI> [2020-01-19 15:23:18] WARNING[17469]:
> res_pjsip_outbound_registration.c:1021 handle_registration_response: Fatal
> response '401' received from
2011 Mar 22
1
Using the mahalanobis( ) function
Hello all,
I am a 2 month newbie to R and am stumped. I have a data set that I've run multivariate stats on using the manova function (I included the data set). Now it comes time for a table of effect sizes with significance. The univariate tests are easy. Where I run into trouble filling in the table of effect sizes is the Mahalanobis D as an effect size. I've included the table so
2019 Jan 04
0
Solr -> Xapian ?
Yes but:
1 - is there a documentation of the main object ? (fts_backend,
mail_user, mailbox, etc..)
2 - What are the mandatory functions ?
3 - Search : Supposedly, the FTS shall have several parameters : the
keyword(s), the user & mailbox, and the fields (to, from, body, etc..)
to be includude in the search. What is the function called in the plugin
?
4 - Indexing : Somehow, what is
2015 Jun 22
0
a temporary failure
On 22/06/15 09:43, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Mon, 22 Jun 2015, lejeczek wrote:
>> On 22/06/15 09:16, lejeczek wrote:
>>>
>>> to=<me at my.domain>,orig_to=<root at localhost>,
>>> relay=dovecot, delay=39296, delays=39294/2.2/0/0.27,
>>> dsn=4.3.0, status=deferred (temporary
2007 Dec 02
5
HA Xen cluster live migration
Hello,
We have successfully implemented a 2-node HA Xen cluster with DRBD, LVM
and heartbeat, that can do live migration.
I wrote up some details here:
http://te.to/~ts1/xen_cluster.html
I''d like to say thank you to all the people writing these great software.
--
Takeshi
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 Dec 02
5
HA Xen cluster live migration
Hello,
We have successfully implemented a 2-node HA Xen cluster with DRBD, LVM
and heartbeat, that can do live migration.
I wrote up some details here:
http://te.to/~ts1/xen_cluster.html
I''d like to say thank you to all the people writing these great software.
--
Takeshi
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2017 Dec 27
0
Centos 7 member server login fails
On Tue, 26 Dec 2017 18:08:11 -0700
"Paul R. Ganci via samba" <samba at lists.samba.org> wrote:
> I have a problem that is now becoming very annoying. Namely I have a
> Centos 7 member server running Sernet Samba 4.7.4 for which
> everything seems to work except gdm or ftp logins. On the linux
> client it seems winbindd is set up correctly. For example (the data
>