Displaying 20 results from an estimated 500 matches similar to: "cciss module - where is it in menuconfig?"
2005 Jul 21
6
basic question on how to compile 2.4 xen
Hi
Can someone help me figure out a way to compile a 2.4 kernel in a 2.6
system. Basically it keeps failing because it needs the genksyms
package, which is provided in the modutils package from redhat, but
obviously this isn''t presetn on the 2.6 kernel.
I was wondering how the xen maintainers go about compiling their 2.4
kernel and 2.6 kernel. Do you do it on different systems then
2005 Jun 30
9
How to make an initrd for xen
Hi
How do I make an initrd for xen.
I''m trying to boot rhel3 in fc4, and it keeps getting stuck at
Freeing unused kernel memory.
I''ve created the device files, but it still doesn''t boot up. I''m
pretty sure that the solution lies in makeing an initrd file.
Currently my xenU kernel is 2.6.11-1.1369_FC4xen0. Can someone please
tell me how to do this?
Many
2005 Jan 07
5
fax e-mail spandsp
I'm trying to install spandsp
But when I try to patch the Makefile it gives this error
[root@pbxmilkshake apps]# patch < apps_makefile.patch
patching file Makefile
Reversed (or previously applied) patch detected! Assume -R? [n] y
Hunk #1 succeeded at 41 (offset -6 lines).
Hunk #2 FAILED at 67.
is it ok to go on
2004 Dec 08
2
Asterisk's Empty Folder
Hello *'s,
I have recently installed CentOS v3.3 and i have latest stable
Asterisk's source code ,i compiles it shows no error but when i am
looking for sip.conf,zapata.conf ,i am amazed the /etc/asterisk folder
was empty i am compling several times but no luck what's the problem i
compiled in the order of zaptel,libpri,asterisk.
I send some traces of my asterisk's compilation
2005 Aug 11
2
only one external ip
Hi,
I am running xen 2.0 for some days now on a local network and it''s running fine :)
Every virtual server on my host gets it''s own IP address.
But now, I am wondering if it''s possible to run xen on a hosted root server with only one ip address.
Lets say I have a domain ''domain.org'' that points to my host, on which xen is running.
Is there a
2005 Apr 11
2
Xen, Se Linux
As an update it states the following when booting either rhel4, fc3 or
fc4 under xen? Not sure if the "unable to open an initial console" is
the real issue, this doesn''t happen under fc1, or rhel 3. Can anyone
help please
Freeing unused kernel memory: 152k freed
Warning: unable to open an initial console.
***************************************************************
2005 Jun 11
1
tftp and symlinks
Here is what I had:
root at shaz:/var/lib/tftpboot # ls -l
total 1680
lrwxrwxrwx 1 root root 71 2005-06-11 11:17 pxelinux.0 ->
/var/www/ubuntu-breezy/install/netboot/ubuntu-installer/i386/pxelinux.0
dr-xr-xr-x 2 root root 4096 2005-06-11 11:21 pxelinux.cfg
drwxr-xr-x 2 root root 4096 2005-06-11 11:20 ubuntu-breezy
and I got "File not found" kind of error on pxeboot -
2006 Sep 21
1
transforming factor back to numbers
Hi
I generate a new dataframe by doing:
npl.agg <- aggregate(npl$DensPlants, list(year=npl$year, sim=npl$sim),
mean, na.rm=TRUE )
Now I want to plot it by using
coplot(npl.agg$x ~ npl.agg$year | npl.agg$sim, type="l")
but, as npl.agg$year is seen as a factor, the order of the points on the
x-axis (time axis) does not follow the numerical sorting 1...100, but
rather the text
2006 Sep 20
4
Calculating mean together with split
Hi
I have a table called npl containing results of simulations.
It contains about 19000 entries and the structure looks like this:
NoPlants sim run year DensPlants
1 6 lng_cs99_renosterbos 1 4 0.00192
.
.
.
it has 43 different entries for sim and year goes from 1 to 100, and run
from 1 to 5.
I would like to calculate the mean of DensPlants for each
2005 Oct 28
3
prepare for centos on compaq dl380 G1
greetings
i have a few dual P3 Compaq 1850R units and use compaq smartstart 5.5 on
them before a CentOS 4 load
i have acquired some dual P3 Compaq DL380 G1 i.e. Generation 1 units and am
wondering which specific smartstart download i should be using for them from
this URL below
h18004.www1.hp.com/support/files/server/us/subscription/ssdownloads.asp
would someone please share their experience
2005 Jul 26
11
Xen on production enviroment
Hi,
Someone already use xen as production server?
For example: 3 domains (mail, proxy and web server).
And what about stability?
Regards,
Marlon
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
Hi Shahzad,
> Is it possible that we can use LLVM optimization beside O1, O2, O3
> along with dragonegg plugin?
sure, try this:
gcc -fplugin=path/dragonegg.so ...other_options_here... -S -o -
-fplugin-arg-dragonegg-emit-ir -fplugin-arg-dragonegg-llvm-ir-optimize=0 | opt
-pass1 -pass2 ...
Here -fplugin-arg-dragonegg-emit-ir tells it to output LLVM IR rather than
target assembler.
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
Hi Shahzad,
> I tried your method and it works fine. What would be the next step to
> produce the final executable? I have tried the following but it is
> producing an error
>
> $ gcc -fplugin=/path/to/dragonegg.so -S *.c
> -fplugin-arg-dragonegg-emit-ir | opt -adce
this won't work because you aren't passing the IR to opt (you need -o - for
that if using a pipe) and you
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
Hi
Yes, they both are exactly the same.
Regards
Shahzad
On Tue, Jun 12, 2012 at 9:38 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi, is the comb.ll used here:
>
>
>> $ time lli ./comb.ll
>>
>> then the runtime is
>>
>> real 0m2.671s
>> user 0m2.640s
>> sys 0m0.020s
>>
>> But, if I convert this same file comb,ll
2012 Jun 07
3
[LLVMdev] How to use LLVM optimizations with clang
Thanks alot Chad for quick response. Does this means that, we can not
use LLVM optimizations except O1, O2, O3, O4 and unroll-loops with
clang?
One more thing I would like to know that If I want to process multiple
modules with opt at the same time like
opt -adce *.bc
then how is it possible with opt in one go, if I process all the
bytecode files within Makefile.
Thanks.
Shahzad
On Thu, Jun
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
Hi,
> I tried it with -o - but its producing an error
>
> gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
>
> What you suggest?
what I wrote:
>> for F in *.c ; do B=`basename $F .c` ; gcc -fplugin=/path/to/dragonegg.so
>> -S -o - $F -fplugin-arg-dragonegg-emit-ir | opt -adce -o $B.ll ; done
>> clang *.ll
Thanks to the for loop and
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
Hello
I need some help here please.
If we compile source files directly in to native code:
$ clang -O3 -lm *.c
then the runtime is like following
real 0m2.807s
user 0m2.784s
sys 0m0.012s
and If we emit LLVM bytcode and apply optimizations
$ clang -O3 -c -emit-llvm *.c
$ llvm-link *.o -o comb.ll
$ time lli ./comb.ll
then the runtime is
real 0m2.671s
user 0m2.640s
sys 0m0.020s
But, if I
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
Hi,
> If I compile the program using the following command line i.e.
>
> $ clang -O3 -lm *.c
this may be doing link time optimization.
>
> then
>
> $ time ./a.out
>
> real 0m2.606s
> user 0m2.584s
> sys 0m0.012s
>
> BUT, if I use all the optimizations enabled with -O3 but specify them
> explicity i.e.
you can just use "opt -O3"
2009 Nov 27
3
problem with "dynformula" from "plm" package
Hello list,
I'm following the paper (http://www.jstatsoft.org/v27/i02/paper) on how to
use "plm" to run panel regressions, and am having trouble with what I
believe should be something very basic.
When I run the command (p.9 in the paper):
R>
dynformula(emp~wage+capital,log=list(capital=FALSE,TRUE),lag=list(emp=2,c(2,3)),diff=list(FALSE,capital=TRUE))
I see:
emp ~ wage +
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
Hello Duncan
I tried your method and it works fine. What would be the next step to
produce the final executable? I have tried the following but it is
producing an error
$ gcc -fplugin=/path/to/dragonegg.so -S *.c
-fplugin-arg-dragonegg-emit-ir | opt -adce
$ clang *.s
Regards
Shahzad
On Fri, Jun 8, 2012 at 9:10 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Shahzad,
>
>