Pre-compiled kernel 2.6.24.4-1 package for Nehemiah (C3-2)

Find it at: http://blog.rohde.nu/?p=18
For people having the same bug as described at: http://bugs.archlinux.org/task/9565

This is fixed in core now as of 24.3-4 kernel.
Linux pub 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686 VIA Nehemiah CentaurHauls GNU/Linux

Similar Messages

  • Cross compile kernel

    I have compiled a few kernels in an environment in which it's designed to run on - but cross compiling is completely new to me. However - I will persevere because I have wanted to learn this for a while now.
    The target system is an arm based board for a NAS. I am using QEMU to install and configure a Debian system but it requires a working kernel in order to boot.
    I have installed the arm-elf-gcc-base package (which I assume is the toolchain - am I wrong on this?) but I don't know where to go from there.
    How do I invoke this particular toolchain to compile a kernel for the target arch?
    Any other pointers or 'gotchas' would be greatly appreciated.
    Thank you.

    Which board is it?
    Even if you manage to cross compile, kernel will need some extra configuration or patching to boot in qemu.
    I have Raspberry Pi and qemu needs custom kernel to boot RPi images, but it's almost useless since there is
    no support for network adapter. I have never cross compiled anything for it, but you might want to read on RPi
    kernel cross compilation since there is a lot of documentation and you probably need just a different toolchain.
    What I'm doing is distributed cross compiling via distcc. That way most of work gets done on my laptop, but it's
    still quite slow because makepkg doesn't support distcc pump for distributing pre-processing.
    I'm using toolchain provided by Arch Linux ARM project because I run Arch on RPi. If you can find crosstool config for
    your board, making toolchain shouldn't be too difficult. This should get you started.

  • Compiling Kernel for 24 CPU threads

    I've been looking around but can't find an answer to this yet.  How can I compile a x86_64 kernel for 24 CPUs?  By default in the x86_64 config is set to CONFIG_NR_CPUS=16.
    Thanks in advance!

    Use ABS to do it (see the wiki) or use a pre-made kernel from the AUR.  See kernel26-ck from my sig for example.  Just enable the menuconfig option and you can customize the entire thing if you wish.

  • Pre-Compiling JSPs while deploying a .war file in OC4J instance

    Hi,
    Is there any way to inform the OC4J instance to pre-compile the jsps in a .war file, while deploying..
    Thanks for your responses,
    Eshwar

    Click on the project.
    Open the context menu (right mouse button).
    Expand the General item in the left list.
    Select the Deployment Profiles item.
    Select the deployment profile you need from the right.
    Follow the wizard.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • JSP pre-compilation issues

    Hi,
    I'm trying to pre-compile one of our web applications using Jasper2 and i'm getting build failures. Our setup is like this,
    In A.jsp
    -- defines a use bean 'test'
    --- includes B.jsp
    In B.jsp
    -- uses the bean 'test' to perform some operations
    The pre-compilation steps fails effectively because b.jsp doesnt know about the use bean 'test'. Is this approach fundamentally wrong or is there any flag in the compiler settings we can use to solve this case. This is a third-party web apps which i'm trying to integrate into our solutions. Any help is appreciated.
    Thanks
    Mustafa

    Hi,
    I'm trying to pre-compile one of our web applications using Jasper2 and i'm getting build failures. Our setup is like this,
    In A.jsp
    -- defines a use bean 'test'
    --- includes B.jsp
    In B.jsp
    -- uses the bean 'test' to perform some operations
    The pre-compilation steps fails effectively because b.jsp doesnt know about the use bean 'test'. Is this approach fundamentally wrong or is there any flag in the compiler settings we can use to solve this case. This is a third-party web apps which i'm trying to integrate into our solutions. Any help is appreciated.
    Thanks
    Mustafa

  • I want to know the pre compiler jsp

    please give information

    see in one interview ,i was beign asked about the pre
    compiler jsp.
    i told him that i dont know.What did he ask about it?

  • Pre-compiled JSPs when deploying an EAR under WebLogic 6.1 SP4

    Hello,
    We have sucessfully pre-compiled JSP pages when working with and
    deploying WAR files (WebLogic 6.1 SP4, Windows).
    However, we can't seem to make it work when deploying EAR files.
    Examing the "secret" unpacked directories after deployment doesn't
    seem to help.
    If we extract the WAR from the EAR and deploy it, everything is perfect.
    Any ideas? Anyone able to make this work? If so, could you share the
    output of
    jar -tf yourCoolEarFileThatWorks.ear
    as well as the same for the embedded WAR file?
    Thank you,
    Mike Leo

    Some followup information.
    We've changed the place where it looks for JSP classes using the
    "workingDir" parameter in weblogic.xml.
    And we also set "pageCheckSeconds" (also in weblogic.xml) to "-1".
    Now, everything in the base directory comes up without being recompiled.
    However, nothing in subfolders of the base directory is "picked up". Those
    pages are still being compiled when they are accessed.
    Any ideas welcome.
    Mike Leo
    On Tue, 05 Aug 2003 18:43:41 -0500, Michael Leo <[email protected]>
    wrote:
    Hello,
    We have sucessfully pre-compiled JSP pages when working with and
    deploying WAR files (WebLogic 6.1 SP4, Windows).
    However, we can't seem to make it work when deploying EAR files.
    Examing the "secret" unpacked directories after deployment doesn't
    seem to help.
    If we extract the WAR from the EAR and deploy it, everything is perfect.
    Any ideas? Anyone able to make this work? If so, could you share the
    output of
    jar -tf yourCoolEarFileThatWorks.ear
    as well as the same for the embedded WAR file?
    Thank you,
    Mike Leo

  • How to compile kernel-eeepc with squash support?

    What i have to change to this package from aur (kernel-eeepc - http://aur.archlinux.org/packages.php?ID=26392) for having aufs/squashfs support?

    sl1pkn07 wrote:why this downgrade
    Because there's lotsa compilation fails caused by the giflib API changing.

  • Pre-compilation of DSP objects

    Could you please email me the Java class that pre-compiles a set of DSP objects at [email protected]
    Thanks

    Before you go off on the pre-compilation route - I would point out that pre-compiling has limitations.
    (1) it's going to take a while to compile all your functions,
    (2) you might spend time pre-compiling funcitons that would never be compiled (not just those that are never called, also functions that are only called from other functions).
    (3) the compiled cache is limited you now need to pay (more) attention to filling it.
    (4) all these compiled queries take up space
    (5) the mechanism to pre-compile queries is going to take some effort to get working to your satisfaction.
    What I'm getting at is there must be a reason that you feel you need to pre-compile - I assume that you have some queries that have long compilation times. Your best bet would be to have customer support sort those out for you. If they compiled very quickly - then you'd have no need for pre-compiling, correct?
    Here is code written for ALDSP 2.5 that goes through the metadata and compiles functions. It is an ALDSP client - so you will have to go through the process of creating an ALDSP client (see edocs). It uses catalog services, so you will need to add catalog services to your ALDSP data space (see edocs).
    import com.bea.dsp.RequestConfig;
    import com.bea.dsp.dsmediator.client.DataServiceFactory;
    import com.bea.ld.DSPAuditRecord;
    import com.bea.ld.DataServiceAudit;
    import com.bea.ld.metadata.DataServiceDocument;
    import com.bea.ld.metadata.DataServiceDocument.DataService;
    import com.bea.ld.metadata.DataServiceRefDocument;
    import com.bea.ld.metadata.DataServiceRefDocument.DataServiceRef;
    import com.bea.ld.metadata.FunctionDocument;
    import com.bea.ld.metadata.FunctionDocument.Function;
    import com.bea.ld.metadata.RelationshipDocument;
    import com.bea.ld.metadata.RelationshipDocument.Relationship;
    import com.bea.ld.server.audit.DataServiceAuditImpl;
    import com.bea.dsp.dsmediator.client.exception.SDOMediatorException;
    import com.bea.ld.QueryAttributes;
    import com.bea.ld.filter.FilterXQuery;
    import com.bea.ldAC.metadata.ParameterType;
    import java.util.Iterator;
    import java.util.List;
    import java.util.Map;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import weblogic.jndi.Environment;
    import java.util.Properties;
    import java.util.Hashtable;
    public class Client
    public static void main(String[] args){
    try{
    DataServiceAudit dsAudit=null;
    RequestConfig reqConfig = new RequestConfig();
    reqConfig.enableFeature(RequestConfig.RETURN_DATA_SERVICE_AUDIT);
    reqConfig.setStringArrayAttribute(RequestConfig.RETURN_AUDIT_PROPERTIES, attributes);
    String appName="DSApp";
    Context ctx = getInitialContext();
    catalogservices.DataServiceRef csDSR =catalogservices.DataServiceRef.getInstance(ctx, appName);
    int functioncounter = 0;
    DataServiceRefDocument[] dataServiceRefDocs = csDSR.getDataServiceRefs( reqConfig );
    for(int i=0; i< dataServiceRefDocs.length; i++){
    DataServiceRefDocument dataServiceRefDoc=dataServiceRefDocs;
    DataServiceRef dataServiceRef=dataServiceRefDoc.getDataServiceRef();
    String dsName = dataServiceRef.getId();
    //skipping all services under _catalogservices
    // IT WOULD BE USEFUL TO ONLY COMPILE FUNCTIONS ACCESSIBLE FROM THE CLIENT (i.e. public).
    if( (dsName.indexOf( "LogicalDS" ) != -1 ) )
    System.out.println( "\n\n************");
    System.out.println("DataServiceRef: " + dsName );
    catalogservices.DataService csDS=catalogservices.DataService.getInstance(ctx,appName);
    DataServiceDocument dataServiceDoc=csDS.getDataService(dataServiceRefDoc);
    System.out.println("Functions: ");
    FunctionDocument[] functionDocs=csDSR.getFunctions(dataServiceRefDoc);
    for(int j=0; functionDocs != null && j<functionDocs.length; j++){
    FunctionDocument functionDoc=functionDocs[j];
    Function function=functionDoc.getFunction();
    String funcName = function.getFunctionId().getName().getLocalPart();
    System.out.println("\nFunction: "+ funcName );
    ParameterType[] paratypes = function.getParameterArray();
    String[] inPara = new String[paratypes.length];
    RequestConfig config = new RequestConfig();
    config.enableFeature(RequestConfig.COMPILE_ONLY );
    config.setIntegerAttribute( QueryAttributes.FUNCTION_ARITY, inPara.length );
    String dName = dsName.substring(0, ( dsName.length()-3) );
    functioncounter++;
    System.out.println("compiling function: " + functioncounter );
    System.out.println("getting data service : " + "\nappName " + appName + "\nds name: " + dName );
    com.bea.dsp.dsmediator.client.DataService ds = DataServiceFactory.newDataService( ctx, appName,dName );
    ds.invoke( funcName, null, config );
    System.out.println("The total functions are: " + functioncounter );
    } catch(Exception e){
    e.printStackTrace();
    public static InitialContext getInitialContext() throws NamingException
    Hashtable h = new Hashtable();
    h.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    h.put(Context.PROVIDER_URL, "t3://localhost:7001");
    h.put(Context.SECURITY_PRINCIPAL, "weblogic" );
    h.put(Context.SECURITY_CREDENTIALS, "weblogic" );
    System.out.println("Finished getting initialContext");
    return new InitialContext( h );
    static protected String[] attributes = new String[]{
    "common",
    "query"

  • Pre-compilation

    Is it with WLS 4.5.1 possible to automatically pre-compile all JSP pages without having to do it manually for each one of them from the command line?
              

    thank´s a lot for the information. i guess i try out some script some day. in
              case it works just fine i send it over to BEA.
              Martin
              Steve Hoffman wrote:
              > Michael Girdley wrote:
              > > Not out-of-the-box. But, it should be pretty reasonable to read a script
              > > that would think.
              > >
              > > If you do such a thing, I suggest submitting it to our developer site:
              > > developer.BEA.com.
              >
              > This is possible as I did it once when I worked at another company
              > (and therefore don't have access to the work anymore to post to the developer
              > site). However, one thing I want to note if you do try this. The compiled
              > pages contain a check for the .jsp file having changed. This means
              > that the compiled version of the page contains both the full path
              > to the original jsp file as well as the timestamp of the original
              > jsp file. So if you are going to pre-compile pages to move to
              > another server you'll have to make sure the full path is the
              > same on the destination server as where you originally compiled it.
              > You'll also have to preserve the timestamps (assuming both machines
              > are running clocks that are even close) when you tar/mv the files.
              > If either of these don't jive, then the page will re-compile itself
              > because it thinks it's stale (or can't determine for sure if it's stale
              > and err's on the side of caution).
              >
              > Just my $0.02 if you do try this.
              >
              > Steve
              

  • How to edit GRUB for boot new compile kernel?

    I compile the newest Linux kernel.
    I read Archlinux wiki about how to edit GRUB for boot new compile kernel,
    but Archlinux wiki do not reference to it.
    Who can help me, baby?

    bangkok_manouel wrote:
    how did you build your kernel? traditional way or arch way?
    if it's the arch way (TM), here's an example of a custom kernel with -mm patch.
    what I have in /boot:
    -rw-r--r-- 1 root root 4.3M 2008-12-23 09:52 kernel26mm-fallback.img
    -rw-r--r-- 1 root root 668K 2008-12-23 09:52 kernel26mm.img
    -rw-r--r-- 1 root root 764K 2008-12-22 18:44 System.map26mm
    -rw-r--r-- 1 root root 1.7M 2008-12-22 18:44 vmlinuz26mm
    now here's the /boot/grub/menu.lst related entry (you may add the fallback one):
    # (2) Arch Linux
    title  kernel26mm
    root   (hd0,0)
    kernel /vmlinuz26mm root=/dev/sda5 ro vga=773
    initrd /kernel26mm.img
    Should be traditional way.

  • [SOLVED]Compiling kernel fails with segfault

    Hi guys,
    I'm out of answers.
    The situation :
    Compiling kernel randomly stops with : "segmentation fault" and never runs through.
    Reissuing make will make it continue until it will fail at some other point.
    Background:
    The system feels completely unstable to say the least, but nothing 100 % reproduceable ( vuze(java) crash, firefox/chromuim flash sites crash every 120 seconds, X crashes once a day , for instance when moving tvtime around, kernel oops daily, sometimes hard lockups, logs of yesterdays oops : http://pastie.org/private/imrqdzdbejdb3jxn4czuw )
    But only the kernel compile is 100 % reproduceable so this must be fixed asap.
    Specs:
    intel e8400,nvidia gtx260, 2 G ddr2,Gigabyte EP45-UD3R, "gigs of space", off. arch kernel 2.6.33-ARCH , x86_64,  "bigtime" cooling :
    cpu temps 50 C° max  during compiling
    What configs/packages are important ? I got paranoid and ditched my old makgepkg.conf and used a newer *.pacnew file , I used to have  :MAKEFLAGS="-j3" but not in this config :
    http://pastie.org/private/4ryshivi2hgyqenjlkicg
    local packages:
    local/gcc 4.5.0-1 (base-devel)
        The GNU Compiler Collection
    local/gcc-libs 4.5.0-1 (base)
        Runtime libraries shipped by GCC for C and C++ languages
    Anything else updated daily.
    The blowup:
    http://pastie.org/private/hoamev0sli7zapbr0xvpbq
    What I tried:
    fsck -f: it fixed two inodes, but still the same behavior
    badblocks -nvs : three hours of badblock testing, 0 hits
    memtest : two passed runs, no errors
    stress from AUR, 15 minutes :
    stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 15m
    stress: info: [26841] dispatching hogs: 8 cpu, 4 io, 2 vm, 0 hdd
    stress: info: [26841] successful run completed in 900s
    Max coretemp was 52 C° during stress.
    The usual footnote statement ^_^ :
    On w7 _everything_ runs stable.
    And not only stable , I'm able to OC this box to 4.5 GHz and game under w7 without a prop for hours, well this is what it was build for at some point.
    Conclusion:
    So I'd say hardware wise this box kicks ass and now software wise my Arch kicks me in the a**.
    I doubt there is a faulty hardware part, but what else could it be ?
    Last edited by tuxfusion (2010-05-17 22:48:06)

    Update:
    Trying to compile another big package just to have another result, gcc itself now :
    - segfault after 4 m18 s
    - segfault after 5 m50 s
    Update²:
    I think I found a faulty BIOS setting in my non-OC profile concerning DRAM termination, which said "normal" where "auto" would be correct.
    My OC-profile has this setting correct and since I run this profile in Arch only it might explain that w7 did not fail.
    Still have to verify this but i makes perfect sense, only gcc seems to trigger this. Compiling gcc still running with over 10 minutes in the game now.
    After hitting 4.5 GHz with OC I must have reset the non OC-profile wrong.
    *slams head on desk*
    Last edited by tuxfusion (2010-05-17 13:10:04)

  • [SOLVED] error compiling kernel 2.6.29

    Hi,
    Due to having the DVD-S card mentioned here
    http://www.linuxtv.org/pipermail/linux- … 23265.html
    I am trying to compile kernel 2.6.29.6 with the above mentioned patch but get an error:
    include/sound/soc-dai.h: At top level:
    include/sound/soc-dai.h:224:25: error: duplicate member ‘codec’
    sound/soc/soc-core.c: In function ‘snd_soc_init_card’:
    sound/soc/soc-core.c:1360:18: warning: variable ‘ac97’ set but not used
    [-Wunused-but-set-variable]
    make[2]: *** [sound/soc/soc-core.o] Error 1
    make[1]: *** [sound/soc] Error 2
    make: *** [sound] Error 2
    bash: vim include/sound/soc-dai.h
            /* DAI runtime info */
            struct snd_pcm_runtime *runtime;
            struct snd_soc_codec *codec;
            unsigned int active;
            unsigned char pop_wait:1;
            void *dma_data;
            /* DAI private data */
            void *private_data;
            /* parent codec/platform */
            union {
                    struct snd_soc_codec *codec;
                    struct snd_soc_platform *platform;
    Note:
    I found a solution:
    http://mailman.alsa-project.org/piperma … 16949.html
    Last edited by casacristo (2011-10-19 07:46:01)

    I've solved the issue, infact there was a problem with the patch. Now I am able to compile the kernel.
    Thanks anyway!

  • The file '/foo.aspx' has not been pre-compiled, and cannot be requested

    Hi All
    I am using odp .net to access oracle data. I have also added oracle.dataaccess in my asp .net references. Everything works fine in my development and when I run the code through debugger. However, when I deploy the project in IIS, it gave me following error...
    "The file '/foo.aspx' has not been pre-compiled, and cannot be requested
    This is pretty generic error and I found out this is related to .Net assemblies.
    By further investigation, I found that oracle.dataacess.dll is not present in the bin directory of a deployed web site. I am not sure why .net is dropping that dll in the deployment wizard.
    Did anyone encounter this problem before?
    I got a workaround for now that manually copting dll into the bin directory of deplyed web site. However, I am looking for more robust and technical answer..
    The strange thing is I have been deploying the web site the same way for last 8 months and never encountered this problem.
    thanks a lot..
    Message was edited by:
    amazon

    If you add a reference to Oracle.DataAccess at design time it will be added as an assembly definition to web.config. Then you don't need a copy in your bin dir and it will be found in the GAC.
    Eric

  • Compile kernel 2.4 arch

    Hi guys, I need to compile manually the kernel 2.4 on archlinux. I need to do that for an university course I'm following. I did that several time with version 2.6 on gentoo, but now with version 2.4 on arch I got a problem: it seems I'm missing "genksyms" (I don't know exactly what it is). Can you tell me how to find and install it? Any other suggestion to deal with the compile process of kernel 2.4?? Thanks

    .:B:. wrote:
    Raffo wrote:
    .:B:. wrote:
    Are you aware that there are certain intricacies involved in building a 2.4 kernel on a system that is tuned for a 2.6 kernel?
    Does the word 'toolchain' mean anything to you without having to resort to google? If not, how about 'glibc'?
    I.e. do you know what you are trying to accomplish?
    I believe it's better to give informations in a post instead of writing questions to someone who's looking for a solution to his problem. However, I know that there can be differences, but since I never used the kernel 2.4 I don't know about the consequences. Again, it would have been better for me to learn something from your post.
    While it might not be what you were looking for, there is some very constructive material in my post. My questions - when answered - would have allowed you to put your own question in perspective.
    I did not say that I wouldn't try to answer to your questions, but I just believe that yours is not the way to help an user. Asking to "google it" is not very kind to me. However I can find all the other informations I need by myself, obviously, I was just talking about the way you answered. Sorry for the OT, this OT ends here, for me.
    If you refuse to do that, that's your choice. I'm trying to make you think about the ramifications of your little project.
    People who say or think complicated things are easy usually don't know anything about it .
    I'm not refusing to do that

Maybe you are looking for

  • Bluetooth device panel not saving devices

    Hello everyone, I have an original Macbook Pro (Dual Core 1) and I have a little bluetooth issue. First of all, I have a logitech bluetooth keyboard and mouse. Both have been working correctly in windows for several months. Just recently both stopped

  • Possible to have Mail display like an SMS or Missed Call?

    Is it possible to have a mail icon or message display when new mail is received via a POP3 mail account (non-push)? Basically, the exact same thing that (if you have it turned on) pops up for a missed call or an SMS message. I'm looking for the same

  • File tranfers without a computer

    Hi, I'm going to sweden this summer and I don't want to carry my notebook around. I would use it just as a mass storrage for my photos, so it doesn't make much senese. I thought about the playbook as a mass storrage but I can't see a possibility to c

  • Missing Future Fiscal Period/Year

    One of the material - in MM03 Costing 2 Tab - Future Fiscal Period/Year is blank but Planned Price exist. Can someone explain the scenarios as to  to how this could happen? Thanks!

  • Export flash to mp4

    Hi, I'm trying to create a mp4 from flash 8. I've tried FILE / EXPORT / EXPORT MOVIE, this exports fine expect one movie clip within the fla file doen't play. I've also tried publish but I get an error message saying that the version of Quicktime ins