Displaying 3 results from an estimated 3 matches for "bernet".
Did you mean:
benet
2010 Mar 17
3
Vector multiplication
...ithout using loops.
example: if
a -> c(1,2,3)
b -> c(4,5,6)
i'm looking for the operation that would yield:
[,1] [,2] [,3]
[1,] 4 8 12
[2,] 5 10 15
[3,] 6 12 18
any hints are greatly appreciated,
kaspar
---------------------------------------------
kaspar bernet kbernet at student.ethz.ch
stationsstrasse 32 8442 hettlingen
tel 052 301 12 33 mobil 079 789 75 61
2011 Apr 28
10
Expanding a virtual block device
...w my vg and lv in the domU. However this means managing
more volumes, and I''d rather manage a 50GB volume than 5 10GB volumes.
So, the end question : how can I notify Xen that the device''s size has
changed, so the VBD''s size in the domU will also increase ?
--
Vivien Bernet-Rollande
Systems& Networking Engineer
Alter Way Hosting
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Dec 24
1
problems unpacking log4r
I was just starting to use log4r and everything was going peachy until I
tired to unpack it into my local vendor/gems. The next time I tried to
load my rails environment, I got:
config.gem: Unpacked gem log4r-1.1.2 in vendor/gems has no specification
file. Run ''rake gems:refresh_specs'' to fix this
and:
no such file to load -- log4r
So - I dutifully tried running rake