Displaying 6 results from an estimated 6 matches for "thankks".
Did you mean:
thanks
2006 Feb 09
4
sip to oh323 converter converts sip uri to h.323 number and not h.323 url
Hello,
i have set up an asterisk sip to h.323 convertor, it is working OK. The only problem i have is this :
For example when my identity is 12345@some.domain , and i call a sip number from a sip phone, the called party sees my identity (caller identity) as 12345@some.domain, which is the way it has to be.
But when i call from the same phone with the same identity a h.323 endpoint (asterisk
2012 Apr 26
8
understanding the FUNCTION function
Hello,
I am trying to understand why the FUNCTION used in several codes, won't
create the object after it finishes running the code.
For instance, look at the following:
Number<- function(x) {MyNumberIs<-x}
When I run
Number(5)
Everything goes well, except that if I try to call the object MyNumberIs, I
won't find it.
I understand that this function can assume many parameters,
2002 May 09
4
Rsquared in summary(lm)
Hello,
I'm doing some linear regression:
>lm<-lm(osas~alp,data)
>summary(lm)
However, the Rsquared in the output of summary() is not the same as the
"standard" Rsquared calculated by spreadsheets, and outlined in
statistical guidebooks, being SSR/SSTO. The output says "multiple
Rsquared", but it is no multiple regression...
What's the difference?
Thanks,
2013 Aug 30
0
mount.ocfs2: I/O error on channel while trying to join the group - VM's sharing disks
...and
everything is lovely
I can mount either VM to the shared disk using:
sudo mount -t ocfs2 /dev/sdb /share
But when i try to mount the second I get this error
mount.ocfs2: I/O error on channel while trying to join the group
Can anyone help, this maybe due to the config of the VMs in Vsphere
Thankks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20130830/b2072f74/attachment.html
2016 Apr 04
1
mm/hwpoison: fix wrong num_poisoned_pages account
...ng, this put_page() is called in any MIGRATEPAGE_SUCCESS
> case (regardless of callers), so what we can say here is "we free the
> source page here, bypassing LRU list" or something?
Naoya, I wrote up the patch but hard to say I write up correct description.
Could you review this?
Thankks.
>From 916b0d5960169e93d1fa3c8b7bdb03fe2b86b455 Mon Sep 17 00:00:00 2001
From: Minchan Kim <minchan at kernel.org>
Date: Mon, 4 Apr 2016 14:26:30 +0900
Subject: [PATCH] mm/hwpoison: fix wrong num_poisoned_pages account
Currently, migartion code increses num_poisoned_pages on *failed*
mig...
2016 Apr 04
1
mm/hwpoison: fix wrong num_poisoned_pages account
...ng, this put_page() is called in any MIGRATEPAGE_SUCCESS
> case (regardless of callers), so what we can say here is "we free the
> source page here, bypassing LRU list" or something?
Naoya, I wrote up the patch but hard to say I write up correct description.
Could you review this?
Thankks.
>From 916b0d5960169e93d1fa3c8b7bdb03fe2b86b455 Mon Sep 17 00:00:00 2001
From: Minchan Kim <minchan at kernel.org>
Date: Mon, 4 Apr 2016 14:26:30 +0900
Subject: [PATCH] mm/hwpoison: fix wrong num_poisoned_pages account
Currently, migartion code increses num_poisoned_pages on *failed*
mig...