search for: ido

Displaying 20 results from an estimated 157 matches for "ido".

Did you mean: id
2008 Jul 28
4
RHEL 5.2 i386 image - Xen kernel doesn''t recognize the total amount of system memory
...-92.el5PAE ) that is shipped with RHEL 5.2 installation the OS detects 64GB of RAM. But when booting the Xen kernel ( 2.6.18-92.el5xen ) the OS detects only 14GB of the total amount of available RAM. Did anyone encounter this problem before ? Is it a normal behavior for a 32 bit image ? Thanks, Ido _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Aug 28
8
RHEL 5.2 Xen Kernel doesn''t detect all amount of physical memory
...anual/en-US/RHEL510/Virtualization_Guide/ch-virt-hw-support.html it states that 32GB of RAM is the maximum amount of physical memory the Xen kernel can detect. Is it still the updated status ? Is there a work around or any other way to overcome this limit ? Any info would be appreciated Thanks, Ido _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Apr 05
0
Changing parameter in local fdr R code
...2]] = 1 } p1 <- sum((1 - fdr) * f)/N p1theo <- sum((1 - fdr0) * f)/N fall <- f + (yall - y) Efdr <- sum((1 - fdr) * fdr * fall)/sum((1 - fdr) * fall) Efdrtheo <- sum((1 - fdr0) * fdr0 * fall)/sum((1 - fdr0) * fall) iup <- (1:K)[x >= xmax] ido <- (1:K)[x <= xmax] Eleft <- sum((1 - fdr[ido]) * fdr[ido] * fall[ido])/sum((1 - fdr[ido]) * fall[ido]) Eleft0 <- sum((1 - fdr0[ido]) * fdr0[ido] * fall[ido])/sum((1 - fdr0[ido]) * fall[ido]) Eright <- sum((1 - fdr[iup]) * fdr[iup] * fall[iup])/sum((1 -...
2004 Nov 04
0
dvd ido's
ok i have the three main iso's of the centos 3.3 distribution. all three discinfo files are exactly the same. So does this mean i can just combine the files and go? -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every tongue that shall rise against thee in judgment thou shalt condemn. This is the heritage of the servants of the
2003 Mar 09
4
rsync and timestamps of local files
Is there a way to make rsync check the local file system for changes in the files prior to it performing a diff with the remote site?
2018 Dec 20
2
4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
On Thu, Dec 20, 2018 at 11:17 AM Ido Schimmel <idosch at idosch.org> wrote: > > On Thu, Dec 20, 2018 at 03:09:22PM +0100, Christian Borntraeger wrote: > > On 20.12.2018 10:12, Ido Schimmel wrote: > > > +Willem > > > > > > On Thu, Dec 20, 2018 at 08:45:40AM +0100, Christian Borntraeger wrote...
2018 Dec 20
2
4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
On Thu, Dec 20, 2018 at 11:17 AM Ido Schimmel <idosch at idosch.org> wrote: > > On Thu, Dec 20, 2018 at 03:09:22PM +0100, Christian Borntraeger wrote: > > On 20.12.2018 10:12, Ido Schimmel wrote: > > > +Willem > > > > > > On Thu, Dec 20, 2018 at 08:45:40AM +0100, Christian Borntraeger wrote...
2007 Mar 02
3
from function to its name?
...} > str(funcVec) List of 2 $ :function (x) ..- attr(*, "source")= chr "function(x){ mean(x) }" $ :function (x, ...) > deparse(funcVec[1]) [1] "list(function (x) " "{" " mean(x)" [4] "})" thank you very much ido
2005 May 12
3
acf problem ?
Hi I'm getting the following error that do not make sense to me, what am Idoing wrong ? > acf(Recsim[1,], lag.max=1) Error in acf(Recsim[1, ], lag.max = 1) : 'lag.max' must be at least 1 Regards EJ
2005 Aug 29
2
reexpand a matrix after subsetting
...sub <- mat[cc,,drop=FALSE] sub <- sub * 2 #some caluculations with sub. now I would like to expand sub somehow so row 3,6, and 9 would be filled with NAs but the rest should be in place again. Is there a simple function for this? merge is not an option. Thank you very much for your help. Ido [,1] [,2] [1,] 2 22 [2,] 4 24 [3,] NA NA [4,] 8 28 [5,] 10 30 [6,] NA NA [7,] 14 34 [8,] 16 36 [9,] NA NA [10,] 20 40
2008 Sep 24
3
How to manipulate xen image size
...hat''s why we need this flexibility. For example our LVM size is 20GB and our image file is just 4GB. How can we adjust the partition size ( 4GB in our case ) to the LVM size ( 20GB in our case ) ? If there is a better way to accomplish this task we would also be happy to know. Thanks, Ido & Alexandra _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2023 Mar 28
1
[Bridge] [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
On Tue, Mar 28, 2023 at 19:40, Ido Schimmel <idosch at nvidia.com> wrote: > On Sun, Mar 26, 2023 at 05:41:06PM +0200, Hans Schultz wrote: >> On Mon, Mar 20, 2023 at 10:44, Ido Schimmel <idosch at nvidia.com> wrote: >> >> + $MZ $swp1 -c 1 -p 128 -t udp "sp=54321,dp=12345" \ >> >>...
2023 May 23
3
[Bridge] [PATCH net-next 1/5] skbuff: bridge: Add layer 2 miss indication
On Fri, May 19, 2023 at 02:52:18PM -0700, Jakub Kicinski wrote: > On Fri, 19 May 2023 16:51:48 +0300 Ido Schimmel wrote: > > diff --git a/net/bridge/br_input.c b/net/bridge/br_input.c > > index fc17b9fd93e6..274e55455b15 100644 > > --- a/net/bridge/br_input.c > > +++ b/net/bridge/br_input.c > > @@ -46,6 +46,8 @@ static int br_pass_frame_up(struct sk_buff *skb) > >...
2011 Jul 11
1
${HASH(SIP_CAUSE, ...)} and peer name
...sing ${CHANNEL(peername)}, I have an error message that CHANNEL does not have peername or it is not available to be used. I tried to print it with NOOP on a live channel, and also after hangup, both with the same error message. So how can I get SIP_CAUSE, or how can I get the peer name ? Thanks, Ido -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110712/9afdede8/attachment.htm>
2023 Mar 28
2
[Bridge] [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
On Sun, Mar 26, 2023 at 05:41:06PM +0200, Hans Schultz wrote: > On Mon, Mar 20, 2023 at 10:44, Ido Schimmel <idosch at nvidia.com> wrote: > >> + $MZ $swp1 -c 1 -p 128 -t udp "sp=54321,dp=12345" \ > >> + -a $mac -b `mac_get $h2` -A 192.0.2.1 -B 192.0.2.2 -q > >> + tc_check_packets "dev $swp2 egress" 1 1 > >> + check_fail $? "Dyna...
2006 Dec 07
1
templating library for R
Hi, does anybody know of a templating library for R, like velocity or freemarker? It doesn't have to be very fancy just a bit better than sub in replacing tags in a text (not necessarily html) file. thank you very much for your answer. Ido
2007 Jul 05
1
ggplot2 customizing
...They extend into the white space between the tick and the plotting panel. p <- ggplot(df, aes(x=distance)) p + stat_density(aes(colour=factor(mark),y=..scaled..), size=1, fill=FALSE) + scale_x_continuous(limits=c(0, 1e4)) + scale_y_continuous("scaled density") thank you very much, ido
2007 Aug 09
1
depreciation of $ for atomic vectors
...:6) apply(df,1,function(row){ return(row$start + row$end) }) I have a data.frame with named columns and use each row to do something. I would like the named index ($) because the column position in the data frame changes from time to time. The data frame is read from files. thank you very much, ido '$' returns 'NULL' (with a warning) except for recursive objects, and is only discussed in the section below on recursive objects. Its use on non-recursive objects was deprecated in R 2.5.0.
2009 Feb 09
0
rsync connection problems since upgrading ubuntu 8.04 to 8.10
...iled to write 5 bytes [sender]: Connection reset by peer (104) 2009/02/06 03:16:09 [4200] rsync error: error in rsync protocol data stream (code 12) at io.c(1518) [sender=3.0.5] this is what rsnapshot executes: /usr/bin/rsync -aq --delete --relative --delete-excluded --log-file=/storage/home/ido/rsync.ido.log --exclude-from=/storage/home/rsnapshot.exclude.txt napoleon.local::docsnsettings /storage/backup/ido/daily.0/docsnsettings Before, when it worked, it was ubuntu 8.04's rsync 2.6.9-6 attaching to cwRsyncServer v.2.1.5 ( which contains rsync 3.0.0 or 3.0.1 ) Ubuntu 8.10 ships with...
2008 Nov 03
1
dev2bitmap: extra missing
...BATCH -q -sDEVICE=", type, " -r", res, "-dAutoRotatePages=/None", " -g", ceiling(res * width), "x", ceiling(res * height), extra, " -sOutputFile=", shQuote(file), " ", tmp, sep = "") best wishes, ido > R.Version() $platform [1] "x86_64-redhat-linux-gnu" $arch [1] "x86_64" $os [1] "linux-gnu" $system [1] "x86_64, linux-gnu" $status [1] "" $major [1] "2" $minor [1] "8.0" $year [1] "2008" $month [1] "...