[Request] VirtualBox - Binary Version

Hi,
could somebody make a package for the binary verison of virtualbox? I`m lost without usb-support....
thx in advance
tomtom

I basically used the existing PKGBUILDs for virtualbox-modules-svn and virtualbox-svn to make this, so the rest of the files are at those two links.
This downloads the binary version then builds the kernel module and then installs into /opt/virtualbox the same place the svn version installs to so remember to uninstall the svn version if it is installed. Don't forget to replace the _kernver with your kernel version (use command 'uname -r' to find it).
Before installing make sure you read and accept this license before hand: VirtualBox_PUEL
PKGBUILD:
pkgname=virtualbox-bin
pkgver=1.3.4
pkgrel=1
pkgdesc="x86 virtualization product with high performance and nice features"
_kernver="2.6.20-ck1-ARCH"
url="http://www.virtualbox.org"
arch=(i686)
license=('custom')
depends=('qt' 'sdl' 'libidl2' 'libxslt' 'xalan-c' 'e2fsprogs')
conflicts=('virtualbox' 'virtualbox-modules')
install=virtualbox-bin.install
source=(http://virtualbox.org/download/${pkgver}/VirtualBox_${pkgver}_Linux_x86.run \
vboxbfe vboxmanage vboxsdl vboxsvc vditool virtualbox virtualbox.rules virtualbox.desktop)
md5sums=('2fa2f38d3fc9f367804934817de83a4b' '90a0aa4968b0718f39436b2927bb28b9'\
'2a37007b25825c5138f3a6891435b202' '4bdf8df83f956458f739275328a338b9'\
'd6c9d1ff96ca0d6668957df8803d3d8f' '6fec4dac246ef611b25989acbc4da4f5'\
'b70be3fc37e6ed85dc4c3ac280861c14' 'e9ec951e772eec831be3e9a1704628be'\
'0af764601371c7659ffcda88fc279682')
build() {
cd $startdir/src
sh VirtualBox_${pkgver}_Linux_x86.run --noexec --target $startdir/src
mkdir $startdir/src/virtualbox-bin
tar -xjf VirtualBox.tar.bz2 -C $startdir/src/virtualbox-bin
# Make and install kernel module
cd $startdir/src/virtualbox-bin/src
make || return 1
install -D -m 644 vboxdrv.ko $startdir/pkg/lib/modules/$_kernver/misc/vboxdrv.ko || return 1
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/virtualbox-bin.install
# Install rest of package
install -D -m 644 $startdir/src/LICENSE $startdir/pkg/usr/share/licenses/custom/$pkgname
install -D -m 644 $startdir/src/virtualbox.desktop $startdir/pkg/usr/share/applications/virtualbox.desktop
install -D -m 644 $startdir/src/virtualbox-bin/VBox.png $startdir/pkg/usr/share/pixmaps/VBox.png
install -D -m 644 $startdir/src/virtualbox.rules $startdir/pkg/etc/udev/rules.d/virtualbox.rules
install -D -m 755 $startdir/src/vboxsvc $startdir/pkg/usr/bin/vboxsvc
install -D -m 755 $startdir/src/virtualbox $startdir/pkg/usr/bin/virtualbox
install -D -m 755 $startdir/src/vboxsdl $startdir/pkg/usr/bin/vboxsdl
install -D -m 755 $startdir/src/vboxmanage $startdir/pkg/usr/bin/vboxmanage
install -D -m 755 $startdir/src/vboxbfe $startdir/pkg/usr/bin/vboxbfe
install -D -m 755 $startdir/src/vditool $startdir/pkg/usr/bin/vditool
cd $startdir/src/virtualbox-bin/
rm -rf sdk src
rm rdesktop-vrdp.tar.gz *.sh VBox.png VirtualBox.desktop
mkdir -p $startdir/pkg/opt/virtualbox
cp -r * $startdir/pkg/opt/virtualbox/
virtualbox-bin.install
KERNEL_VERSION='2.6.20-ck1-ARCH'
post_install() {
/bin/cat << EOF
-->
--> In order to run VirtualBox, you have to
--> be in the 'virtualbox' group.
-->
--> You have to start the VirtualBox XPCOM daemon (vboxsvc)
--> before starting one of VirtualBox frontends
--> (but it will be started automatically if you forget
--> to do it yourself).
-->
--> Frontends:
--> virtualbox - Main GUI frontend based on Qt
--> vboxsdl - Simple alternative frontend based on SDL
--> vboxmanage - Command line frontend
--> vboxbfe - Very limited UI that communicates with
--> the VMM directly (without using XPCOM)
-->
--> If you want to be able to install guest additions, you
--> have to install 'virtualbox-additions-bin' package.
-->
--> You must load vboxdrv module before starting VirtualBox:
--> # modprobe vboxdrv
-->
--> To load it automatically, add vboxdrv module
--> to the MODULES array in /etc/rc.conf.
-->
--> If you use kernel 2.6.19 or higher, you must disable
--> the NMI watchdog by specifying 'nmi_watchdog=0'
--> at kernel command line (add this option to your
--> /boot/grub/menu.lst).
EOF
groupadd virtualbox >/dev/null 2>&1 || true
depmod -v $KERNEL_VERSION >/dev/null 2>&1
post_upgrade() {
post_install $1
post_remove() {
groupdel virtualbox >/dev/null 2>&1 || true
depmod -v $KERNEL_VERSION >/dev/null 2>&1
op=$1
shift
$op $*

Similar Messages

  • [Request] Virtualbox bin 2.0

    hi,
    I would really appreciate if somebody could create a PKGBUILD
    for the new virtualbox version 2.0 released today.
    (Not OSE)
    http://www.virtualbox.org/wiki/Downloads

    Please don't forget that you can always grab the PKGBUILD from ABS or the AUR and modify it accordingly (change version number, correct md5sums, etc).
    Anyway, here's a PKGBUILD that worked for me (I would, however, recommend you to replace it with the official package once it's updated):
    (You'll need to download virtualbox_bin first and substitute its PKGBUILD with the one below)
    # Maintainer: thotypous <matiasΘarchlinux-br·org>
    # Contributor: Peter 'piie' Feuerer <peterΘpiie·net>
    # Contributor: Sascha Pfau <MrPeacockΘgmail·com>
    # Contributor: iggy <iggy.mfΘgmail·com>
    pkgname="virtualbox2_bin"
    pkgver="2.0.0"
    _rev="36011"
    pkgrel="1"
    pkgdesc="Powerful x86 virtualization (Personal Use Binaries Edition)"
    url="http://www.virtualbox.org"
    license=('custom:PUEL')
    backup=('etc/vbox/interfaces')
    arch=('i686' 'x86_64')
    install=('vbox.install')
    md5sums=('0aa74535894ed980c13a634887653394'
    'cda1cabca237db7caab94e9eb2dc2456'
    'f30e78505cdebc925519e1146c22cc8a'
    '9576c4ee3c362f7bc30525a4f07ea3ed'
    '23d094a975174b7b599fb93bc0c43936')
    _architect='x86'
    [ "$CARCH" = "x86_64" ] && _architect='amd64'
    # Good news! Manual download is no more needed.
    source=("http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}-${_rev}-Linux_${_architect}.run"
    'vbox.install'
    'vboxnet.patch'
    'vbox_build_module'
    'interfaces')
    [ "$CARCH" = "x86_64" ] && md5sums[0]='cf1f8d6c9f22ed3180d53c3d5477543f'
    install=('vbox.install')
    depends=('libstdc++5')
    optdepends=("qt3: For VirtualBox GUI"
    "sdl: For VBoxSDL")
    provides=("virtualbox=${pkgver}")
    conflicts=('virtualbox-ose' 'virtualbox-modules')
    makedepends=('patch')
    build() {
    cd "$srcdir"
    # Check package
    sh "VirtualBox-${pkgver}-${_rev}-Linux_${_architect}.run" --check || return 1
    # Unpack
    echo yes | sh "VirtualBox-${pkgver}-${_rev}-Linux_${_architect}.run" --target "$srcdir" \
    --nox11 --noexec &>/dev/null || return 1
    mkdir -p \
    "$pkgdir/opt/virtualbox" \
    "$pkgdir/usr/bin" \
    "$pkgdir/etc/udev/rules.d" \
    "$pkgdir/usr/share/applications" \
    "$pkgdir/usr/share/pixmaps" || return 1
    cd "$pkgdir/opt/virtualbox"
    tar -jxf "$srcdir/VirtualBox.tar.bz2"
    # Install vbox_build_module
    install -D -m744 "$srcdir/vbox_build_module" "$pkgdir/usr/bin/vbox_build_module"
    # NOTE: Comment the following line if you want the SDK.
    rm -Rf "$pkgdir/opt/virtualbox/sdk"
    # Symlink the launchers
    for app in "VBoxAddIF" "VBoxDeleteIF"; do
    ln -s "/opt/virtualbox/VBoxAddIF.sh" "$pkgdir/usr/bin/$app"
    done
    for app in "VirtualBox" "VBoxManage" "VBoxSDL" "VBoxVRDP" "VBoxHeadless"; do
    ln -s "/opt/virtualbox/VBox.sh" "$pkgdir/usr/bin/$app"
    done
    ln -s "/opt/virtualbox/VBoxTunctl" "$pkgdir/usr/bin/VBoxTunctl"
    # Symlink the desktop icon
    ln -s "/opt/virtualbox/VBox.png" "$pkgdir/usr/share/pixmaps/VBox.png"
    ln -s "/opt/virtualbox/VirtualBox.desktop" "$pkgdir/usr/share/applications/VirtualBox.desktop"
    # Replace some init scripts by simplified stuff
    sed -i -e 's,sudo /etc/init.d/vboxdrv setup,/usr/bin/vbox_build_module,g' "$pkgdir/opt/virtualbox/VBox.sh"
    sed -i -e 's,sudo /etc/init.d/virtualbox restart,modprobe vboxdrv,g' "$pkgdir/opt/virtualbox/VBox.sh"
    # Add udev rules
    echo 'KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="vboxusers", MODE="0660"' > \
    "$pkgdir/etc/udev/rules.d/60-vboxdrv.rules"
    # Install interfaces
    install -D -m644 "$srcdir/interfaces" "$pkgdir/etc/vbox/interfaces"
    # Point the installation directory to vbox
    echo '# VirtualBox installation directory' > "$pkgdir/etc/vbox/vbox.cfg"
    echo 'INSTALL_DIR="/opt/virtualbox"' >> "$pkgdir/etc/vbox/vbox.cfg"
    # Patch the vboxnet initscript
    cd $srcdir
    patch < "vboxnet.patch" || return 1
    install -D -m755 "$srcdir/vboxnet.sh" "$pkgdir/etc/rc.d/vboxnet"
    # Link the license
    mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
    ln -s "/opt/virtualbox/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/PUEL"
    # Set the setuid bit on a few binaries
    for binary in VirtualBox VBoxSDL VBoxHeadless ; do
    chmod u+s $pkgdir/opt/virtualbox/$binary
    done
    Last edited by foutrelis (2008-09-04 16:14:30)

  • Tranport Request from Higher  version to Lower Version

    Hello,
                      Can any One Know how to Transport Requests from Higher Version to Lower Version for Example
                       From  Ecc6.0 Ehp1 to->>>>> Ecc6.0.    is there is any way or any  SAP Note related  to this?
                      Please, send me if any one done/ aware of it with  the needful steps     ASAP
    Thanks & Regards,
    pavankumar.

    Not sure you are in the right forum. You will have a better chance of an answer in a Basis forum.

  • When will the Universal Binary version of Final Cut Express HD be available

    I'm purchasing a new mac mini Intel core duo and I need to know when the Universal Binary version of Final Cut Express HD will be available?

    True but Apple will not support Mac Mini and MacBook's for some stupid reason.
    It's available now and it's called FINAL CUT EXPRESS
    HD 3.5
    I'm purchasing a new mac mini Intel core duo and I
    need to know when the Universal Binary version of
    Final Cut Express HD will be available?

  • Keynote Universal Binary version

    Hi Folks,
    Does anyone know if the 3.0.1 version of Keynote is a Universal Binary version?
    Mike Pappas

    Hi Kyn,
    Thanks for the reply.
    Mike Pappas

  • Incorrect Transport Requests : SAP delivery version getting collected

    Hi,
    In our development system, when we try to include objects in a transport request, the entries in the transport request are getting saved as the SAP Delivery version rather than the active version.
    For example an ODS ( z object, newly created in development environment) entry is being logged as R3TR DODS  XXXX (Obj name) rather than R3TR ODSO XXXX.This is happening for all object types ( Info objects, cubes, workbooks etc).
    Also while collecting workbooks in transport request ( using transport connection) we got the following error -Logical transport object 414Q not found in table RSTLOGOPROP. Not sure if the above two issues are interlinked.
    Appreciate your help on this.
    Kind Regards,
    Bansi

    Hi KxD,
    I don't expect the loading date to be equal to the delivery date but I expect it to be 2 days before the delivery date since the time specified on the route is 2 days. So I would expect my loading date = delivery date - 2 days (route time)
    The way system is acting is loading date  = committed date + 2 days (route time).
    FYI.. when you turn on route scheduling the delivery creation date is based off of your route time and not your planned delivery time from the material master
    Thanks,
    Imran

  • Sending a SOAP request with binary attachment

    hi all,
    I am sending a SOAP request from a SOAP client SOAP UI  with a binary attachment ( image file as an attachment )  and creating a file on the receiver side with attachment.
    But how do i see this attachment in XI and do i have to specify some additional configuration in my receiver or sender adapter modules.
    Regards ,
    Loveena.

    creating a file on the receiver side with attachment.
    Is this working? Receiver file adapter does not support attachment.
    But how do i see this attachment in XI
    In the pipeline steps, under payload, you will find two entries, one for payload and other for attachment.
    Regards,
    Prateek

  • Need Mini 110 BIOS (binary version)

    Hi,
    I'm hoping someone from HP is monitoring this forum and is willing to assist. 
    I'm attempting to repair a Mini 110 (VF704AV, mobo #579568-001) for a friend of mine who, after attempting to upgrade the machine, could no longer get past the HP logo.  Like others I've found on various forums who have had this exact problem, this one refuses to go past POST and hangs on said logo, allowing no further input from the user (a brief AMI screen confirms "CMOS checksum error" before this occurs). 
    After hours of trying to get around this error, I've concluded a new BIOS chip to be the only solution.  However, I need the binary (.ROM) version of the file as contained with HP's SP47135.exe package.  I've found a few close renditions of this file on the 'net, but prefer to have the correct version before committing to have an IC flashed.
    As an electronics/computer person who dates back to the Atari days (first job), I must say I've seen more robust upgrade processes.  But being unable to extract the binary file is what pushed me over the edge here.  I expect better from a company of your stature.  
    If someone at HP can e-mail this critical file to me, I would greatly appreciate it.  Thank you.

    M-dog,
    Thanks very much for taking the time to write.  I had tried Winrar with no success, and just for yuks tried 7zip now.  Same result:  Both will expand the SP47135.exe file, but inside (along with a couple of .sys and .vxd files) is ANOTHER executable (308F0F19.exe) which cannot be decompressed.  
    As for what I've tried...everything I could find on the 'net.  I had near success using a DOS-bootable USB flash drive containing a generic version of the binary file, renamed AMIBOOT.rom to supposedly trick the BIOS into some sort of "limp mode" using CTRL+Home upon power up.  However, in each of 4 tries doing this, the BIOS file attempted to load and claimed to have done so successfully.  But the promised "rebooting now" never occurs; rather, the fan speed goes into a gradual ramp up and nothing more.  Next power cycle leads to the exact same HP logo and locked keyboard.  (I've read of this scenario at least twice on other forums.)
    Not caring and having nothing to lose at this point, I decided to pull the power midway through the 5th attempt at flashing in this manner.  Well, that did it.  I now have a totally black screen and can no longer access the flash drive.  What this leads me to believe is that the others who have had this problem did not (necessarily) lose power during their failed flash attempt, hence my "less than robust" comment originally.  I think the process is flawed and HP knows it.
    A BIOS chip company on eBay will sell me the IC, but I have to provide the ROM data file in binary format, which is proving disgustingly difficult.  Hence, my presence on this forum.
    But again, thanks for your post.

  • How to validate a request for old version

    Hello all,
    I have a current 11g database. But I need to validate a request for *9i release 2* version (knowing that I do not have the old version in my hands).
    How I can validate if the following request correctly work in 9i release 2 ?
    SELECT MocID, MocUpdateDate, MocKeyFldValues, MocIsNew, MocPolitique, MocOrder, MfcID, fld.FldSql, MfcOldValue, MfcNewValue, MfcNewFldID, MocNewObjID
    FROM MetadataObjectChange moc JOIN MetaDataFieldChange mfc ON moc.MocID = mfc.MfcMocID
    LEFT OUTER JOIN Field fld ON mfc.MfcFldID = fld.FldID
    WHERE (moc.MocObjID = N'000000000000152b' or moc.mocNewObjID = N'000000000000152b')
    AND MocMdtID = N'00000000000364c2'
    AND UPPER(MocKeyFldValues) like N'%DOC%'
    UNION ALL SELECT MocID, MocUpdateDate, MocKeyFldValues, MocIsNew, MocPolitique, MocOrder, MfcID, fld.FldSql, MfcOldValue, MfcNewValue, MfcNewFldID, MocNewObjID
    FROM MetadataObjectChange moc JOIN MetaDataFieldChange mfc ON moc.MocID = mfc.MfcMocID
    LEFT OUTER JOIN Field fld ON mfc.MfcFldID = fld.FldID
    WHERE (moc.MocObjID = N'000000000000152b' or moc.mocNewObjID = N'000000000000152b')
    AND MocMdtID = N'00000000000364c2' AND (UPPER(MfcNewValue) like N'%DOC%' OR UPPER(MfcOldValue) like N'%DOC%') ORDER BY MocID
    Thank all & best regards
    Adrien

    973391 wrote:
    Yes but my problem is I haven't a 9i version ... and my client (who have this version), doesn't answer and cannot provide me an access to its database (production too ...)
    there any emulator exist?When I first started in this business in 1981, I got some words of wisdom from a programmer who at that time was at the same point in his career as I am now. I'll pass that wisdom along to you.
    If you are working in a warehouse, and the foreman says his top priority is to get a certain trailer unloaded but he doesn't allow you to use the forklift, then getting the truck unloaded is NOT his top priority.
    The unresponsive client has access to the database. The unresponsive client has the query they want 'verified'. It's just a SELECT statement .. doesn't modify any data. Your issue is not a technical one. It is a political issue.

  • Where can I post requests for future versions of Acrobat?

    I have a number of things that I think should be improved for future versions of all adobe products (the overprint button in Acrobat for example) and am sure I have seen an area for this. Can anyone help me out here?
    Thanks

    Acrobat Feature Request Forum:
    http://forums.adobe.com/community/acrobat/acrobat_feature_request
    Official Adobe page:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Transport request failed-inactive version of query element.

    I have transported 70 reports from BI development to production.
    the request has failed due to inactive version of the query element.
    How to find which report the query element belongs.
    Please advice how should i troubleshoot this issue.

    Murali, check this table :RSZELTXREF
    enter the element name in field TELTUID. Then from the result, select the value of field SELTUID and enter it as value of field ELTUID to check data of table RSZELTDIR.
    That will give you the query name.
    Regards
    Ashwin.
    Edited by: ashwin kumar on Apr 27, 2010 10:11 AM

  • Getting Binary version using Java

    How do i find the version information of a binary programatically? Is there an API like GetFileVersionInfo in C++ which will return all the version informatin about a binary for ex: version, size etc.
    Thanks in advance.

    I think there is not method which will give you the version information. You might use JNI and call the C++ function.

  • Feature Requests for next version of Pr

    I've submitted this list.  If you agree, please join me.  Copy and paste into the Feature Request page if you like.  Add your own requests.
    AUDIO:
    Ability to save track or clip based audio effect user presets.
    Option-drag to copy an audio effect from one insert location to another (to different tracks)
    Drag audio effects up or down in the effect stack order, or to another track
    Temporary Snap on or off (Reverse Snap Behavior) keyboard modifier.
    KEYBOARD / SHORTCUTS:
    Ability to map multiple Keyboard Shortcuts to the same function (like Avid: E & R keys, same as I and O)
    Ability to print the Keyboard Shortcuts, or save all of them as a text file.
    TIMELINE:
    More obvious indicator that Timeline Snap is on.
    Indicator on Clips in the Timeline that indicate Frame Blend is enabled.
    Ripple Sequence and Chapter Markers.
    Ripple Audio Track Keyframes.
    Solo video layer button on the Timeline track panel.
    Constrain clip time movement between tracks by holding shift key, just like all other applications.
    FX button/switch, as in After Effects, to turn off all effects on a track (video and audio).
    Option-double click a nest to reveal contents of nest in the same master timeline.
    SOURCE AND PROGRAM PANES:
    Keyboard shortcuts to scale image zoom in Source and Program tabs.
    Keyboard shortcuts to increase or decrease playback resolution.
    Have the Program monitor remember the Zoom and Resolution level for each Sequence; don't have Zoom scale set universally by the project.
    VIDEO EFFECTS:
    Make ALL effects Accelerated, YUV, 32-bit.  Allow Third Party effects to be accelerated!
    Ability to save user/custom transition presets.
    In Effects tab, press Tab button to jump to next effect parameter (as in After Effects)
    Feathering and invert on Garbage Mattes
    A Track Matte function that allows us to pan and scale the clip being matted without affecting the matte size or position.  You could do this with a Stencil / Silhouette Alpha / Luma Blend mode as in Ae.
    MISC:
    When using Clip > Scale to Sequence, DO NOT have the new Scale factor in the Motion tab change the clip's scale to 100%.
    Consistent Mouse Wheel behavior across all apps in CS
    Scopes update while playing.
    Make Export and Title windows return to the previously adjusted size and placement.
    Add a command buffer, so that we can execute several commands in a row, and not wait for the app to "release", or for the first event to complete before I can proceed to the next event.
    File requests here:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

    If you want to do this correctly you need to file a request for each feature.
    Ripple Sequence and Chapter Markers is already implemented. Sequence markers are the same as chapter markers, yes? (Ripple Sequence Markers, select Marker > Ripple Sequence Markers.)
    Ability to print the Keyboard Shortcuts, or save all of them as a text file. also available. (hold ctrl+shift while opening. A button with clipboard appears)
    Keyboard shortcuts to scale image zoom in Source and Program tabs. available
    Keyboard shortcuts to increase or decrease playback resolution. available
    Make Export and Title windows return to the previously adjusted size and placement. They do.
    Some feature you posted are great. How about a eyedropper tool for the Color Matte?
    I find the Magnet for Snap quite visible. There is also this feature in the Pref to make the playhead snap.

  • Uninstall FCP 5.0 and reinstall 5.1 universal binary version on non intel

    I have a non intel G5 and just got another intel based Mac, i heard they have fixed the issus with compressor 2.0 in the new version of Final Cut Pro 5.1 which i have also bought and was wondering how to go about uninstalling and reinstalling FCP so that i can take advantage of compressor 2.1 and FCP 5.1. I have the rest of the FCP Studio on my non intel based Mac also but i will be leaving it installed as is, can i just update my FCP 5.1 with the FCP 5.1 disc or would it be better to do i full uninstall and than a reinstall. I have used app zapper in the past on other apps, can i use it for FCP as well, Thanks Charles

    figured it out

  • LIBRFC 64-bit binary version check

    Hi,
        Why <b>'strings librfccm.<dll extension>| grep LIBRFC'</b> or <b>'what  librfccm.<dll extension>| grep LIBRFC'</b> dosen't give result for 64-bit library?
        Is there any other way to find the version of 64-bit LIBRFC?
    Thanks,
    Nagarjuna.

    They keep adding to the Apple Knowledge Base
    http://support.apple.com/kb/index?page=extarticle
    and links into the iTunes Support page
    http://www.apple.com/support/itunes/
    Note: The installer for 64-bit Vista is named iTunes64Setup.exe instead of iTunesSetup.exe. If you download the iTunes installer from iTunes.com using Vista 64 and the file is iTunesSetup.exe, your browser is likely not correctly identifying the OS as being Vista 64. Try downloading iTunes again using a different browser, like Internet Explorer.
    http://docs.info.apple.com/article.html?artnum=301301

Maybe you are looking for

  • Logic pro x what you can expect from installation?

    Hi There guys. What exactly is the logic pro x downlaod and install procedure? How soon after you download the 650MB of data from the app store can you use Logic X? Right now I am unable to use logic x, its just busy at the "BASIC CONTENT DOWNLOAD" s

  • Infotypes table name

    Hi, all infotypes are stored in one table.plz tell me that table name??? itz urgent for me. Thanks P>SRIKANTH

  • Acces denied with the XML/BW Howto

    Hi, When I tried to send my XML-SOAP file to BW (3.0) through the javascript file, I get the following issue: line: 35 Char: 4 Error: Access Denied Code: 0 I downloaded the parser, followed all the instructions, checked in SICF that my rcf is active,

  • IPhoto is empty after installing Photoshop

    I installed Adobe Photoshop CS2 v9 last night and when I opened iPhoto ALL 2000+ photos are gone!! Any idea if they are still on my computer somewhere and how I can get them back into iPhoto. Other than a warning to close all other adobe applications

  • Result cache - enterprise only?

    Hi, I can't find this anywhere: is result cache only available for enterpise version? result_cache_max_size is always reset to 0 on standard edition... Thanks