search for: popme

Displaying 7 results from an estimated 7 matches for "popme".

Did you mean: pope
2007 Nov 05
1
deploy ruby on rails application by mongrel
1.download ruby-one click for windows from www.ruby-lang.org? set up. 2.run command: gem install rails --include-dependencies (success) 3.set up mongrel: gem install win32-service(pick the most recent one) gem install mongrel (pick the win32 pre-built) gem install mongrel_service all of the above were successful. then i creat an empty folder "d:\myapp",run the command:
2008 May 27
4
why there is no liblua5.1.so in /usr/lib?
hello all: I want to install ModSecurity v2.5.4 in my system. I do the following setup to install the lua tar -xzvf lua-5.1.3.tar.gz cd lua-5.1.3/src make linux cd .. make install The ModSecurity ask me to add "LoadFile /usr/lib/liblua5.1.so" to the http.conf,but there is no liblua5.1.so in /usr/lib. I have search it and i didn't find the solution. Can any one tell me why
2008 Jun 26
1
Could anybody send me some code samples about event channel and shared memory in C language?
Hi, Could anybody send me some code samples about how to use event channel (Dom0 and DomU, xenstore) and shared memory(grant table)? thanks a lot. Danius ========================================================================= _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2008 Jun 03
4
Is ogg vorbis suitable for vidoe conference in the Intranet environment?
Is ogg vorbis suitable for vidoe conference in the Intranet environment? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20080603/3b418e0a/attachment.htm
2008 Jul 10
2
question about mapping memory from Dom0 to domU
Hi: I wanna write code about sharing memory between dom0 and domU, and I decide to use void *xc_map_foreign_range(int xc_handle, unint32_t dom, int size, int port, unsigned long mfn) (this is a function in xenctl.h). My question is : If I wanna map a range of memory in dom0 to domU, how can I get the value of mfn? and I do not know the port here. Can anybody help me ? Thanks .
2008 Jul 14
8
ROR job opening.
Hi, I have a job opening which is for the newest technology "Ruby on Rails", 15000/- per month for freshers.Not much interviews . Job shall start in a few days.Hurry. Get back to me if in case you are interested. Rest is my responsibility. Revert back if really interested . -- Web.bloggers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org CJ(JON)
2008 Dec 05
6
xen-3.0-x86_32 not supported by xen kernel
I build a DomU kernel on RHEL AS5.1. But when I boot this Guest DomU with the kernel, it gives me error message: Error: (2, ''Invalid kernel'', ''xc_dom_compat_check: guest type xen-3.0-x86_32 not supported by xen kernel, sorry\n'') Can someone give me any suggestion about this problem? Thank you! Joe _______________________________________________ Xen-users