How to compile zfs for an upgraded kernel, root fs is zfs[newbie]

Hey all, I am new to Arch, but was a gentoo user before. I have a question  about how to recompile third party module for a new kernel. I can not find any threads about it.
I have a system with root fs zfs by following the howto Installing_Arch_Linux_on_ZFS, everything works fine.
Recently I did a pacman -Syu and the kernel is updated, errors occured. But I do not know how to fix the problem.
[2012-11-01 01:26] ==> Building image from preset: 'default'
[2012-11-01 01:26]   -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
[2012-11-01 01:26] ==> Starting build: 3.0.49-1-lts
[2012-11-01 01:26]   -> Running build hook: [base]
[2012-11-01 01:26]   -> Running build hook: [udev]
[2012-11-01 01:26]   -> Running build hook: [autodetect]
[2012-11-01 01:26]   -> Running build hook: [pata]
[2012-11-01 01:26]   -> Running build hook: [scsi]
[2012-11-01 01:26]   -> Running build hook: [sata]
[2012-11-01 01:26]   -> Running build hook: [zfs]
[2012-11-01 01:26] ==> ERROR: module not found: `zfs'
[2012-11-01 01:26] ==> ERROR: module not found: `zcommon'
[2012-11-01 01:26] ==> ERROR: module not found: `znvpair'
[2012-11-01 01:26] ==> ERROR: module not found: `zavl'
[2012-11-01 01:26] ==> ERROR: module not found: `zunicode'
[2012-11-01 01:26] ==> ERROR: module not found: `spl'
[2012-11-01 01:26]   -> Running build hook: [filesystems]
[2012-11-01 01:26]   -> Running build hook: [usbinput]
[2012-11-01 01:26] ==> Generating module dependencies
[2012-11-01 01:26] ==> Creating gzip initcpio image: /boot/initramfs-linux-lts.img
[2012-11-01 01:26] ==> WARNING: errors were encountered during the build. The image may not be complete.
The errors are from third party spl/zfs modules. pacman -U spl/zfs only installs modules for currently running modules, not the new kernel. I can not boot into the new kernel and recompile the third party modules since the root fs is zfs. What should I do to recompile those modules for the newly updated kernel, before using the newly updated kernel?
Last edited by blackwhite (2012-11-02 03:35:13)

falconindy wrote:
blackwhite wrote:Thank all. I have fixed the problem. It seems I have to use livecd with zfs to chroot the broken system, and just reinstall the newest linux kernel (pacman -Ulinux-lts-3.0.49-1-x86_64.pkg.tar.xz ), it will find the spl/zfs module and  mkinitcpio -p correctly.
BTW, in the chroot environment, the spl/zfs AUR still failed to figure it which kernel the system use, always use the current running kernel version on livecd to compile.
Right. chroot'ing doesn't change your kernel. There's assuredly build options to let you compile against a different kernel.
Would you step further, give me the right options to build a aur package against a different kernel. Thanks.

Similar Messages

  • How do I qualify for an upgrade to Acrobat XI MAC from Acrobat 7.0 Windows

    I have Acrobat 7.0 Professional - Windows - and want to upgrade to Acrobat XI Pro for my MacBook Pro. CanI qualify for the upgrade pricing or do I have to pay the full amount?

    Hi kevinc26850405,
    I can understand your concern & will guide you in the right direction.
    As you have a registered copy of Acrobat 9 for windows so even if you have the setup file for Mac the serial key won't work as it is platform (operation system) specific.
    I would suggest you to get the latest Acrobat version i.e Acrobat DC and you will be able to use it on any of your computer as it requires a subscription to serialize it not a serial key.
    Download link for 30 days trail version of Acrobat DC Download Adobe Acrobat free trial | Acrobat Pro DC & you can serialize it using your Adobe ID.
    In case if you experience any issue or have any query please let us know. We will be happy to help you.
    Regards,
    Aadesh

  • [SOLVED] how to compile transmission for gtk2?

    I see the new version of transmission is now compiled againt gtk3.
    As an xfce user, I dislike looking at this unthemed eyesore, so as I have done with nm-applet, I figured I would just recompile it for gtk2.
    I've pulled the PKGBUILD from ABS and puled in the sources but nowhere in any files can I find reference to an argument I can pass to make it compile against gtk2.
    Does anyone know?
    Last edited by b9anders (2011-10-27 19:44:30)

    wonder wrote:you can remove gtk3 from your system and just recompile or you can pass --with-gtk=2 as option to configure
    I had tried "gtkver=2" as that is what nm-applet wants. Cheers for that. It's not compiling though. I can compile it just fine with gtk3 but when I pass "--with-gtk=2" to configure, I get a lot of "undefined reference" lines before it aborts. These are the final lines of it:
    /home/abs/transmission/src/transmission-2.42/gtk/util.c:563: undefined reference to `gtk_widget_show'
    util.o: In function `gtr_unrecognized_url_dialog':
    /home/abs/transmission/src/transmission-2.42/gtk/util.c:591: undefined reference to `g_string_free'
    util.o: In function `gtr_paste_clipboard_url_into_entry':
    /home/abs/transmission/src/transmission-2.42/gtk/util.c:618: undefined reference to `g_free'
    util.o: In function `gtr_label_set_text':
    /home/abs/transmission/src/transmission-2.42/gtk/util.c:631: undefined reference to `gtk_label_set_text'
    collect2: ld returned 1 exit status
    make[2]: *** [transmission-gtk] Error 1
    make[2]: Leaving directory `/home/abs/transmission/src/transmission-2.42/gtk'
    make[1]: *** [install-recursive] Error 1
    PKGBUILD

  • Adobe Alchemy compiled SWC - not sure how to compile library for FlasCC

    I'm trying to get game-music-emu-flash working with FlasCC. It uses the C/C++ Game_Music_Emu library and was originally compiled with Alchemy, but I want to see if there is a performance increase with FlasCC. I'd like to use SWIG with typemaps to call the library since the current project ActionScript is not compatible with FlasCC. I'm following code from the samples. I haven't coded the typemaps yet but for now I created swig.i as
    #ifdef SWIG
    %module libgmeLibModule
    #include "gme/gme.h"
    %include "gme/gme.h"
    #else
    #include "gme/gme.h"
    #endif
    and the Makefile follows the samples closely by replacing what's needed to match. During compilation I'm getting similar errors all in the form
    libgmeLib_wrapper.cpp: In function `void _wrap_gme_ay_type_get()':
    libgmeLib_wrapper.cpp:2575: error: invalid conversion from `const void*' to `void*'
    libgmeLib_wrapper.cpp:2575: error:   initializing argument 1 of `void* memcpy(void*, const void*, size_t)'
    Compiling with
    "$(FLASCC)/usr/bin/g++" $(BASE_CFLAGS) -04 gmemain.cpp gme/*.cpp -emit-swc=sample.libgme -o libgme.swc
    in the Makefile by itself under all: compiles without errors.
    I don't know C++ that well so any help is appreciated. Also would using SWIG and typemaps be the way to go or would manually wrapping make sense? I thought SWIG would be better since gme is a decent sized library.

    Hi Matt,
    Thank you very much for taking the time to code a demo. However I can't get it to fully build. By the way I am using FlasCC on Windows 7 64-bit and therefore Cygwin. Hopefully I can attempt to build it on a Mac sometime soon. Or can I compile this on Linux?
    Anyway I modified your Makefile with Windows paths since I was getting the error
    Error: Unable to access jarfile /cygdrive/c/FlasCC_1.0.0/sdk/usr/lib/asc2.jar
    Makefile:6: recipe for target `all' failed
    make: *** [all] Error 1
    So my Makefile now looks like
    #Set these to the paths to your FlasCC and Flex installs
    flascc=/cygdrive/c/FlasCC_1.0.0/sdk
    flex=/cygdrive/c/flex_sdk_4.6
    all:
              $(flascc)/usr/bin/swig -as3 gme.i
              $(flascc)/usr/bin/genfs --type=embed testfiles testfs
              java -jar C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\asc2.jar -merge -md -import \
                        C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\InMemoryBackingStore.abc \
                        -import C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\builtin.abc \
                        -import C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\playerglobal.abc \
                        -import C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\BinaryData.abc \
                        testfs*.as
              $(flascc)/usr/bin/g++ gme_wrap.c gme/*.cpp libgme.as testfs*.abc \
                        main.cpp demo/Wave_Writer.cpp -emit-swc=sample.libgme -o libgme.swc
              rm -f libgme.as
              $(flex)/bin/mxmlc -static-link-runtime-shared-libraries \
                        -compiler.omit-trace-statements=false -library-path=libgme.swc \
                        -debug=false demo.as -o demo.swf
    clean:
              rm -f libgme.swc gme_wrap.c gme_wrap.o libgme.as demo.swf testfs* \
    With this Makefile I now get the error
    Error: Failed to execute compiler: Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Failed to run '/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/bin/avm2-as'
    Makefile:6: recipe for target `all' failed
    make: *** [all] Error 1
    I tried -jvmopt="-XX:MaxPermSize=1400M" for g++ and it seems to run a little longer but I eventually get the same error. If I set -jvmopt="-Xmx=1G" (or any other value than 1G) I get errors in the form
    cc1plus: error in backend: Failed to run /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/bin/llc with args: -jvm=C:\Windo
    ws\system32\java -filetype=obj C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o -o C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o -jvmopt -X
    mx=1G -target-player
    Error:
    LLVM ERROR: Error: Unable to launch the Java Virtual Machine.
    This usually means you have a 32bit JVM installed or have set your Java heap size too large.
    Try lowering the Java heap size by passing "-jvmopt=-Xmx1G" to gcc/g++.
    Stack dump:
    0.      Program arguments: C:\FlasCC_1.0.0\sdk\usr\bin\llc.exe -jvm=C:\Windows\system32\java -filetype=obj C:\FlasCC_1.0
    .0\cygwin\tmp\ccXrLALC.o -o C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o -jvmopt -Xmx=1G -target-player
    1.      Running pass 'Function Pass Manager' on module 'C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o'.
    The files created previous to the g++ call are gme_wrap.c, libgme.as, testfs.rules, testfs_000000.as, testfs_000001.as, and testfs_000001.abc. All the FlasCC samples on my machine build fine. I first had Java 32-bit JRE installed then installed the Java 64-bit JDK. I also have 8GB of RAM. Any help help is always appreciated.
    In the meantime I will try to update the code using as3sig since that seems to be the closest to the Alchemy code.
    I just ran g++ -v in the Makefile and got
    #include "..." search starts here:
    #include <...> search starts here:
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/avm2-unknown-freebsd8/4.2.1/include
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/avm2-unknown-freebsd8/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/backward/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include
    End of search list.
    GNU C++ version 4.2.1 for Adobe AVM2 (Based on Apple Inc. build 5658) (LLVM build) (avm2-unknown-freebsd8)
            compiled by GNU C version 4.5.3.
    GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072
    Compiler executable checksum: c7f78fda8142a72c14ad9ea52e954536
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/cc1plus.exe -quiet -v -iprefix /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/
    avm2-unknown-freebsd8/4.2.1/ gme/Ym2612_Emu.cpp -o /tmp/ccNDkxvI.o -swf-version-internal=18 -jvmopt=-Xmx1500M -target-pl
    ayer -quiet -dumpbase Ym2612_Emu.cpp -auxbase Ym2612_Emu -version
    ignoring nonexistent directory "/Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/workspace/alchemy/build/win/sdkoverlay/usr/
    lib/gcc/avm2-unknown-freebsd8/4.2.1/include"
    ignoring nonexistent directory "/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/w
    orkspace/alchemy/build/win/sdkoverlay/usr/lib/gcc/avm2-unknown-freebsd8/4.2.1/../../../../ avm2-unknown-freebsd8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/avm2-unknown-freebsd8/4.2.1/include
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/avm2-unknown-freebsd8/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/backward/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include
    End of search list.
    GNU C++ version 4.2.1 for Adobe AVM2 (Based on Apple Inc. build 5658) (LLVM build) (avm2-unknown-freebsd8)
            compiled by GNU C version 4.5.3.
    GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072
    Compiler executable checksum: c7f78fda8142a72c14ad9ea52e954536
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/as.exe -o /tmp/ccuF6LPQ.o libgme.as -target-player
    Error: Failed to execute compiler: Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Failed to run '/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/bin/avm2-as'
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/cc1plus.exe -quiet -v -iprefix /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/
    avm2-unknown-freebsd8/4.2.1/ main.cpp -o /tmp/ccgyfB8y.o -swf-version-internal=18 -jvmopt=-Xmx1500M -target-player -quie
    t -dumpbase main.cpp -auxbase main -version
    ignoring nonexistent directory "/Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/workspace/alchemy/build/win/sdkoverlay/usr/
    lib/gcc/avm2-unknown-freebsd8/4.2.1/include"
    ignoring nonexistent directory "/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/w
    orkspace/alchemy/build/win/sdkoverlay/usr/lib/gcc/avm2-unknown-freebsd8/4.2.1/../../../../ avm2-unknown-freebsd8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/avm2-unknown-freebsd8/4.2.1/include
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/avm2-unknown-freebsd8/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/backward/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include
    End of search list.
    GNU C++ version 4.2.1 for Adobe AVM2 (Based on Apple Inc. build 5658) (LLVM build) (avm2-unknown-freebsd8)
            compiled by GNU C version 4.5.3.
    GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072
    Compiler executable checksum: c7f78fda8142a72c14ad9ea52e954536
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/cc1plus.exe -quiet -v -iprefix /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/
    avm2-unknown-freebsd8/4.2.1/ demo/Wave_Writer.cpp -o /tmp/ccm2vW5Q.o -swf-version-internal=18 -jvmopt=-Xmx1500M -target-
    player -quiet -dumpbase Wave_Writer.cpp -auxbase Wave_Writer -version
    ignoring nonexistent directory "/Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/workspace/alchemy/build/win/sdkoverlay/usr/
    lib/gcc/avm2-unknown-freebsd8/4.2.1/include"
    ignoring nonexistent directory "/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/w
    orkspace/alchemy/build/win/sdkoverlay/usr/lib/gcc/avm2-unknown-freebsd8/4.2.1/../../../../ avm2-unknown-freebsd8/include"
    So it gets fairly far... but who is Jenkins? I assume that's not you since it's coded into 12 files of the FlasCC SDK. Weird.
    EDIT: I just realized Jenkins is a piece of software not a user or developer who coded their paths into FlasCC.
    EDIT2: It builds on Mac! I don't see out.wav being output but code complete functions show up for the library libgme in Flash Builder. I'll try to write some code to output audio to the Flash sound buffer.
    EDIT3: I was able to save out.wav with a ByteArray, a FileReference save dialog and a wav format header function. I forgot Flash doesn't really allow for writing files directly to a local disk. I was also able to playback sound within the swf much like game-music-emu-flash. Still no luck with getting it to build on Cygwin though.

  • How to compile a kernel module without recompiling the whole kernel?

    Hi,
    I'm pretty sure my question is a bit newbish, still I haven't been able to found any information/solution to my problem in 3days.
    The kernel I use doesn't come with the module I need for my hardware and I would like to know if there's a way to compile it without having to make a new kernel myself (since compiling the kernel takes ages on my machine).
    Even if your answer is a "Let me Google that for you", I'm so desperate that I'll be happy to see it.
    Thank you all in advance for your answers!

    Do you have a /proc/config.gz that you could use? Otherwise I don't know. I mean, many modules should be compilable simply with the system-installed kernel headers, but not all native modules might follow that rule.
    Unfortunatel most of what you find on the web talks about how to create new modules which can be compild against the installed kernel tree, not about how to compile one of the native kernel modules against it.
    Actually, try what those links suggest.
    Skip the configuration part, and just do:
    make -C /lib/modules/`uname -r`/build M=$(PWD)/drivers/video modules
    (maybe `make -C /lib/modules/`uname -r`/build M=$(PWD)/drivers/video clean` first )
    EDIT: Meh, that uses your config and won't build that driver... there must be some way though
    EDIT2: Try:
    make -C /lib/modules/`uname -r`/build M=$(PWD)/drivers/video modules CONFIG_FB_VT8623=m CONFIG_FB_SVGALIB=m
    The problem though is, that they might have removed some of the dependencies of the module, so if it doesn't compile, you'll have to recompile the kernel.
    Good thing is though, you can use their .config as base (found in /usr/src/linux-..../.config)
    You can also check if your config "supports" your module by putting it into the kernel source tree, running `make menuconfig` and typing /8623 and pressing enter.
    The last line in that screen should read:
    Selects: <list of options>
    As long as all of those options are either =y or =m, you're good. SVGALIB can be =n because it's part of drivers/video/ and you can compile it together with  your module.
    Last edited by Blµb (2012-03-02 15:14:16)

  • An enquirey concerning eligibility for possible 'upgrade' purchase

    Hi everyone...
    I recently have purchased a valid and legitimate (brand new and sealed) version of Adobe Premiere from a reseller on Ebay.
    The version in question is Premiere 6.0 and it was won via a bid. Giving that no one else made any bids, I got it for a complete steal.
    As I mentioned... The version is legit with a genuine license, and I obv have proof of my purchase via paypal receipt and other related emails. It was also purchased from a proffesional reseller.
    So my question is... Do I qualify to be able to purchase an 'Upgrade' version of the newest Premier Pro?
    The upgrade policy of this site .. ( http://kb2.adobe.com/cps/153/tn_15304.html )
    states that to qualify, you just have to own a single user retail license for said software, have evidence of purchase and a registered seriel number.
    I do have all of these things... However I'm not sure how tangible my eligibility for an 'upgrade' purchase is, due to the nature my purchase.
    Any elaboration on this issue is much appreciated ...

    The issue isn't whether the copy you have is legit or not. It's too far back to be eligible for the upgrade. From the upgrade requirements.....
    You have
    You want
    You pay
    Adobe Premiere Pro CS3, 2.0, or 1.x
    Adobe Premiere Pro CS4
    US$299
    Adobe Encore® DVD 2.0 or 1.x
    Adobe Premiere Pro CS4
    US$299
    Adobe Premiere Elements 8.0, 7.0, 4.0, 3.0, and 2.0
    Adobe Premiere Pro CS4
    So you see Premiere 6 is too old to be eligible.
    You could always call Adobe and speak with them. Perhaps they might make you a deal/

  • 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.

  • How to compile a kernel or AOSP ROM for the Yoga Tablet 2 10?

    Hello!
    I noticed the source code is available for the Yoga Tablet 2 10. But I don't understand how to use it to compile a full AOSP ROM + kernel for the Yoga Tablet 2 10.
    I have experience with the Galaxy Nexus and Nexus 7, but developing for other devices seems to require a lot more work to setup your environment.
    Does someone here have a clue on how to get started?
    Cheers!
    Jonas
    Microsoft MVP: Windows Consumer Expert
    Yoga Tablet 2 10 || ThinkPad X1 Carbon (20A7007MPH) || ThinkPad Helix (3698-6EU) || IdeaCentre B540
    Twitter: @jonashendrickx

    I managed to buy the Chinese bluetooth keyboard and case for the Android Yoga 2 Pro 13.3 inch for 16GBP on Amazon which is about 10 USD delivered and I'm pretty sure they were selling the 10 inch too. I'm, still waiting for it to appear from Hong Kong but I already bought the 10inch version for my Xoom and as long as you can stand the US keyboard it is a great case/keyboard. Detachable magnetic keyboard with 30 hour battery life on a 3 hour charge! Lenovo should team up with them.
    EDIT It has now gone up to 26 GBP for the 10inch Yoga version.
    http://www.amazon.co.uk/dp/B00OUD5DGO/ref=pe_38572​1_37038051_TE_3p_dp_1
    EDIT2 Looks like you can still get it for 18GBP from a different supplier
    http://www.amazon.co.uk/ELTD-Bluetooth-Keyboard-De​tachable-Leather/dp/B00QG752D6/ref=pd_sim_sbs_comp​...
    This one looks even better because you can use the Yoga's adjustable stand with it
    http://www.amazon.co.uk/Lenovo-10-1-Inch-Bluetooth​-Keyboard-Portfolio/dp/B00OUCY04Q/ref=pd_sim_sbs_c​...

  • How to compile invalid object after 10.2.0.2 to 10.2.0.5 upgrade in EBS R12

    Hi,
    We have total 31000 invalid object after 10.2.0.2 to 10.2.0.5 upgrade in EBS R12. How we compile these objects?

    Ashish,
    if you are seeing PLS-00801: internal error [1041] when trying to compile a package that is invalid, you may need to run utlirp.sql against the instance and then the utlrp.sql script. You need to pay attention to the manner in which you run these scripts. To run the utlirp.sql script you need to:
    shutdown the instance
    restart instance in upgrade mode
    startup upgrade
    run the utlirp.sql script @utlirp or @?/rdbms/admin/utlirp
    shutdown the instance and restart normally
    run utlrp.sql @utlrp or @?/rdbms/admin/utlrp
    If you are running an auto-config instance, you can source the db environment, optionally switch to the $ORACLE_HOME/rdbms/admin folder and shutdown the instance:
    sqlplus 'as /sysdba'
    shutdown immediate
    startup upgrade;
    @utilrp
    shutdown
    startup
    @utlrp
    After compiling everything, I would shutdown the instance using the ./addbctl stop script and then restart it. As stated elsewhere, it can take time to compile the invalids--many hours in some cases. The utlirp.sql script may run for quite awhile before it completes since it is invalidating objects.
    Please make sure you read up on utlirp.sql and PLS-00801 if that's what you are encountering.
    Riley

  • How can I upgrade my iCloud account's storage but pay for the upgrade with another Apple ID?

    I want to upgrade my iCloud account so that I can back-up my iPhone, however I would like to pay for the upgrade using a different Apple ID than the Apple ID associated with my iCloud account. I can not figure out how to do this, when I hit buy after selecting my desired plan it wants be the buy the upgrade with the Apple ID my iCloud account uses. Please help!

    I don't think that's possible.  (If you're trying to get it on another credit card, one option would be to purchase an iTunes gift card with it and redeem it to create an iTunes store credit.  Storage upgrades will first charge your iTunes store credit before charging your card.)

  • How to compile a java file in J9 for windows mobile 5.0

    I have downloaded J9 for windows mobile 5.0 and need help on how to compile a java file.

    You can compile your source code using J2SE ;)
    may be this is important for you:
    http://awareness.ics.uci.edu/~rsilvafi/pocketPC/index.
    html
    Regards!!!Actually i am using some eSWT related classes also.. so is there any way to compile from the J9 environment using J9 console..

  • How to compile the DB lookup code for XI:

    Dear All,
    i am very new to java and XI. Please let me know how to compile a Java Code for DB lookup and put in the imported Archive in IR. is there a seperate way to do it? Please guide me step by step. for performing Communication channel DB lookup.
    I have gone through the Communication channel lookup of siva,
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    but i am not understanding how to compile the given code in Advanced user functions area without any mandetory .jar files and header files. and put it into XI .
    please guide me.
    I mean i use a jdk1.4.2 Compiler as my XI server has 1.4.2 compiler.
    Regards,
    prakash
    Edited by: senthilprakash selvaraj on Jun 17, 2008 4:03 AM
    Edited by: senthilprakash selvaraj on Jun 17, 2008 4:04 AM

    Hi,
    You don't have to worry about compliation. XI will automatically comple it when you create the udf, activate it and test your mapping. In case of any error it will give compliation error there itself.
    Regarding all the mandatory jar files which are required for compilation is already available in XI server.
    If you are using any third party libraries(jar files) you just need to add the jar file in your external definition and need to import the necessary packages in User Define Function. I hope it answers all your questions.
    Thanks
    Amit
    Reward point if answer is helpful

  • How do I get iOS 5 upgrade for my iPad?

    How do I get iOS 5 upgrade for my iPad?

    Update it from iTunes on a computer as described at the bottom of this article; devices running an iOS version prior to 5.0 can't be updated straight from the device. It will be updated to the newest iOS release supported by the device’s hardware.
    The third generation iPod touch and original iPad can’t be updated past 5.1.1.
    (86067)

  • How can I get redeem code for free upgrade for OS X Lion

    I had register for serial No: of Mac Pro already but not get redeem code for free upgrade OS X Lion. How can I get the redeem code?
    Best regards,
    Noiloso

    I do not understand why I can not redeem code. Certain that when you buy. Someof you may E-mail.

  • Steps for upgrading kernel (ABAP+JAVA)

    Hi All,
    Could you pls let me know the steps required for upgrading kernel (ABAPJAVA). For ABAP I know the steps but I am confused about (ABAPJAVA) Instance.Recently we faced issues regarding startup of java server after upgrading ABAP stack .
    Regards,
    Prashant

    This question has been asked gazillion of times.... did you do a search before posting?.... obviously not.
    Use the Search in the top-right side of the page.  You'll be amazed with the amount of info available.
    Regards
    Juan

Maybe you are looking for

  • Adobe Acrobat Reader's slow printing

    I had this same problem with Tiger when I first got a printer server for my printer (HP Laserjet 1200) but I fixed it by selecting another driver. Basically what happens is that takes like 5 minutes to print the first page, and after the first page i

  • Cannot send mail with .mac

    I can receive mail with .mac account, but not send mail. I can send and receive mail using another account. Has something changed with .mac?

  • EDW layer

    Hi all, What is the best way to implement a EDW layer for Sales Order, Billing, elivery areas (2LIS*) if all the users are looking for is standard business content reports to start with? Apart from using the standard busines content data flow, we wan

  • Leading zero's on form showing up in SAP PROD but not in SAP QC

    We created an Adobe form as a copy of PM_COMMON_JOBT via SFP and made some enhancments. We tested the form and program very properly and on the form in QC the order number is showing without leading zero's. We didn't touch the sap standard data bindi

  • Quicktime icon has question mark on it

    Hi, When I click on some websites,not all, I cannot get in and the screen changes to a Quicktime icon that has question mark on top of it. I use Mac G5, Panther, FireFox. Thank you!