[SOLVED]Full upgrade fails after new install

Hello,
Please note before reading that I know about the recent changes with the /lib symlink to /usr/lib and the filesystem (I read the home page).
After a fresh install, I try to upgrade the system :
pacman -Syy && pacman -Syu : it asks for pacman update, I say yes.
pacman -S pacman : fails because of glibc
pacman -S pacman --ignore glibc : fails, won't upgrade because glibc it's a dependency of pacman
pacman -Syu : say no to pacman upgrade, fails because of glibc and filesystem
pacman -Syu --ignore glibc --ignore fliesystem : upgrade almost nothing because most of the packages (~400M) need glibc
I can't upgrade anything at the end...
Thanks for any help
Last edited by John0000 (2012-07-19 14:52:17)

If either of this steps does not work (e.g. due to dependency version issues, file conflicts in /lib), refer to this G U I D E for more detailed instructions on performing this upgrade.
Did you read this guide?
There is thread about it also: https://bbs.archlinux.org/viewtopic.php?id=144620
And Allan wrote a blog entry about upgrading from core installation: http://allanmcrae.com/2012/07/updating- … e-install/
BTW as Pres suggested go with the net-install, core installation was always kind of a fallback for me and I had to do this just once because of network troubles. It just doesn't make much sense to do core installation if there is no holdback because with first pacman -Syu you'll end up downloading the same amount of data as if you would do a clean net-install, and it's faster and you probably won't get conflicts accumulated from year or so.
Last edited by masteryod (2012-07-19 14:38:38)

Similar Messages

  • Many invalid objects found after new install the R12 vision demo (12.1.1)

    In AIX Server,
    I found many invalid objects after new install the R12 vision demo (12.1.1) with DB v11.1.0.7, can I drop the following invalid objects then upgrade to R12.1.3 ?
    OWNER OBJECT_NAME OBJECT_TYPE STATUS
    APPS XLA_00707_AAD_C_000026_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000017_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000016_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000032_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000034_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000039_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000041_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000020_PKG PACKAGE BODY INVALID
    RE RE_PROFILER PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000018_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000021_PKG PACKAGE BODY INVALID
    APPS XLA_00555_AAD_S_000014_PKG PACKAGE BODY INVALID
    APPS XLA_00555_AAD_C_000015_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000022_PKG PACKAGE BODY INVALID
    APPS XLA_00140_AAD_S_000036_PKG PACKAGE BODY INVALID
    APPS FSAH_DUPLICATE_PKG PACKAGE BODY INVALID
    APPS XLA_00707_AAD_C_000044_PKG PACKAGE BODY INVALID
    APPS MSD_DEM_OBI_DEMANTRA_MV MATERIALIZED VIEW INVALID
    18 rows selected.
    SQL> alter package XLA_00707_AAD_C_000026_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY XLA_00707_AAD_C_000026_PKG:
    LINE/COL ERROR
    1/49 PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
    is as compress compiled wrapped
    The symbol "compress" was substituted for "end-of-file" to continue.
    SQL> alter package RE.RE_PROFILER compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY RE.RE_PROFILER:
    LINE/COL ERROR
    1180/13 PL/SQL: SQL Statement ignored
    1180/13 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    1181/32 PLS-00440: FORALL bulk IN-bind variables cannot be used here
    1926/9 PL/SQL: SQL Statement ignored
    1926/9 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    SQL> alter package FSAH_DUPLICATE_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY FSAH_DUPLICATE_PKG:
    LINE/COL ERROR
    7/12 PLS-00341: declaration of cursor 'C1' is incomplete or malformed
    8/7 PL/SQL: SQL Statement ignored
    9/14 PL/SQL: ORA-00942: table or view does not exist
    12/17 PL/SQL: Item ignored
    16/7 PL/SQL: SQL Statement ignored
    16/71 PL/SQL: ORA-00942: table or view does not exist
    22/13 PL/SQL: SQL Statement ignored
    22/27 PLS-00320: the declaration of the type of this expression is incomplete or malformed
    Edited by: SamCH on 2013年2月4日 下午11:19

    Hi Hussein,
    Thanks for your reply again, the compile error as below
    e.g.
    show error
    SQL> ALTER PACKAGE APPS.XLA_00707_AAD_C_000026_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00707_AAD_C_000026_PKG:
    LINE/COL ERROR
    1/49 PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
    is as compress compiled wrapped
    The symbol "compress" was substituted for "end-of-file" to continue.
    SQL> ALTER PACKAGE APPS.XLA_00200_AAD_C_000017_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00200_AAD_C_000017_PKG:
    LINE/COL ERROR
    131072/2 PLS-00103: Encountered the symbol "end-of-file" when expecting
    one of the following:
    ( begin case declare end exit for goto if loop mod null
    pragma raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    continue close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe purge
    SQL> ALTER PACKAGE APPS.XLA_00200_AAD_S_000032_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00200_AAD_S_000032_PKG:
    LINE/COL ERROR
    131072/7 PLS-00103: Encountered the symbol "end-of-file" when expecting
    2 one of the following:
    . ( ) , * % & = - + < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like like2
    like4 likec between || multiset member submultiset
    SQL> ALTER PACKAGE RE.RE_PROFILER COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY RE.RE_PROFILER:
    LINE/COL ERROR
    1180/13 PL/SQL: SQL Statement ignored
    1180/13 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    1181/32 PLS-00440: FORALL bulk IN-bind variables cannot be used here
    1926/9 PL/SQL: SQL Statement ignored
    1926/9 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    SQL> ALTER PACKAGE APPS.XLA_00555_AAD_S_000014_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00555_AAD_S_000014_PKG:
    LINE/COL ERROR
    131072/5 PLS-00103: Encountered the symbol "end-of-file" when expecting
    7 one of the following:
    begin function pragma procedure subtype type <an identifier>
    <a double-quoted delimited-identifier> current cursor delete exists prior
    SQL> ALTER PACKAGE APPS.FSAH_DUPLICATE_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.FSAH_DUPLICATE_PKG:
    LINE/COL ERROR
    7/12 PLS-00341: declaration of cursor 'C1' is incomplete or malformed
    8/7 PL/SQL: SQL Statement ignored
    9/14 PL/SQL: ORA-00942: table or view does not exist
    12/17 PL/SQL: Item ignored
    16/7 PL/SQL: SQL Statement ignored
    16/71 PL/SQL: ORA-00942: table or view does not exist
    22/13 PL/SQL: SQL Statement ignored
    22/27 PLS-00320: the declaration of the type of this expression is incomplete or malformed
    SQL> ALTER PACKAGE APPS.XLA_00707_AAD_C_000044_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00707_AAD_C_000044_PKG:
    LINE/COL ERROR
    201713/1 PL/SQL: SQL Statement ignored
    201826/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":
    30 invalid identifier
    202147/1 PL/SQL: SQL Statement ignored
    202191/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":
    30 invalid identifier
    202973/5 PL/SQL: Statement ignored
    202973/2 PLS-00364: loop index variable 'HEADER_RECORD' use is invalid
    7
    SQL> ALTER PACKAGE APPS.POS_AP_SUPPLIER_BO_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.POS_AP_SUPPLIER_BO_PKG:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00304: cannot compile body of 'POS_AP_SUPPLIER_BO_PKG' without its specification
    1/14 PLS-00905: object APPS.POS_AP_SUPPLIER_BO_PKG is invalid
    SQL> ALTER PACKAGE APPS.POS_AP_SUPPLIER_BO_PKG COMPILE ;
    Warning: Package altered with compilation errors.
    SQL> show error
    Errors for PACKAGE APPS.POS_AP_SUPPLIER_BO_PKG:
    LINE/COL ERROR
    3/3 PL/SQL: Declaration ignored
    7/32 PLS-00201: identifier 'POS_AP_SUPPLIER_BO' must be declared
    28/3 PL/SQL: Declaration ignored
    35/40 PLS-00201: identifier 'POS_AP_SUPPLIER_BO' must be declared
    SQL> ALTER PACKAGE APPS.POS_BANK_ACCOUNT_BO_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.POS_BANK_ACCOUNT_BO_PKG:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00304: cannot compile body of 'POS_BANK_ACCOUNT_BO_PKG' without its specification
    1/14 PLS-00905: object APPS.POS_BANK_ACCOUNT_BO_PKG is invalid
    SQL> ALTER PACKAGE APPS.POS_BANK_ACCOUNT_BO_PKG COMPILE ;
    Warning: Package altered with compilation errors.
    SQL> show error
    Errors for PACKAGE APPS.POS_BANK_ACCOUNT_BO_PKG:
    LINE/COL ERROR
    4/6 PL/SQL: Declaration ignored
    9/80 PLS-00201: identifier 'POS_BANK_ACCOUNT_BO_TBL' must be declared
    13/5 PL/SQL: Declaration ignored
    19/69 PLS-00201: identifier 'POS_BANK_ACCOUNT_BO_TBL' must be declared

  • Problem with SQPplus after new install W98

    I have installed the Oracle 95 8i version.
    However, I can not login sql/plus. I have tried all sort of passwords and user ids even scott and tiger or system and manager wich are defaults with no use.
    I would like to know what to do to be able to use login sql/plus.
    This occur after new install W98, before accur normality.
    thanks

    I have installed the Oracle 95 8i version.
    However, I can not login sql/plus. I have tried all sort of passwords and user ids even scott and tiger or system and manager wich are defaults with no use.
    I would like to know what to do to be able to use login sql/plus.
    This occur after new install W98, before accur normality.This problem is ERROR: ORA-12560:TNS:error of the protocol adaptor and
    ORA-12541:TNS:Don4t have listener .
    Send the file TNSNAMES.ORA and SLSNET.ORA e NAMES.ORA for analysis
    ****************** TNSNAMES.ORA ***************
    SQLPLUS SCOTT/TIGER@CLEBER
    <alias> = [ (DESCRIPTION_LIST =  # Optional depending on whether u have
                        # one or more descriptions
                        # If there is just one description, unnecessary ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST=    # Optional depending on whether u have
                        # one or more addresses
                        # If there is just one address, unnecessary ]
         (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=TCP)
              (HOST=cleber)
              (PORT=1521)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)     
         [ (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=decnet)
              (NODE=<nodename>)
              (OBJECT=<objectname>)
    ... # More addresses
         [ ) ] # Optional depending on whether ADDRESS_LIST is used or not
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST= ]     # Optional depending on whether u have more
                        # than one address or not
                        # If there is just one address, unnecessary
         (ADDRESS
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=TCP)
              (HOST=<hostname>)
              (PORT=<portnumber (1521 is a standard port used)>)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)
         ...           # More addresses
         [ ) ]           # Optional depending on whether ADDRESS_LIST
                        # is being used
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         [ (CONNECT_DATA=
         (SID=<oracle_sid>)
         [ (GLOBAL_NAME=<global_database_name>) ]
         ... # More descriptions
         [ ) ]     # Optional depending on whether DESCRIPTION_LIST is used or not
    ************** NAMES.ORA************
    NAMES.SERVER_NAME = cleber1.inueva.com.br
    NAMES.ADDRESSES =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cleber)(PORT = 1521))
    Please help me in the problem.
    thanks

  • Mail upgrade and import assistant failing after Yosemite install

    I upgraded my friend's macbook pro 13-inche Mid 2010 to Yosemite, everything except iMail seems to be working fine.
    When I go to launch iMail it tells me that it is "updating your mail database", it proceeds to go into another screen where it is "Migrating data" then the next screen shows "The upgarde failed. An error occurred during the upgrade. Click Continue to launch the Mail Import Assistan, which will help you create a new library and import your existing messages".
    I click continue  and get an error pop up that says "Your Mail index has been damaged. To repair it, quite Mail. Mail will repair the index the next time you open Mail. Your mailboxes and messages will be preserved" and hte only option is to Quit. I launch it again and get a new window with the header Message Import and the info says "Mail needs to import your messages. This might take a few minutes. You won't be able to use Mail until the import is finished. Click Continue to import your messages now, or click Cancel to import later". I click Continue and it goes through the importing process of bringing over 8467 messages and folders from Hotmail and another iCloud account which takes about a minute then goes to the next screen which goes through Upgrading then optimizing then migrating the data and back to the upgrade failed message the same as above.
    I have tried restarting the computer and attempting to open Mail 3 times with no luck. There does not seem to be any way to open Mail without going through the rebuild which always fails. I'm happy to set up Mail again but can't get around Mail auto-transfer process. I've checked for updates to Yosemite and there aren't any. Any suggestions on how to get around this and get Mail set up?

    I have the same problem
    I try dofferent ways to solve it but nothing works

  • ZVM 30G firmware upgrade failed after reloa

    My ZVM 30G froze often and I finally chose to reload firmware and hope to upgrade new firmware. Miserably, the upgrade always fails after many attem
    ps.
    I have exhausted many suggestions here and none is working! Please help out. Here is the environment and methods I had already tried and none worked. In all the trial, I used the recovery tool.
    1) Vista SP and WMP , failed many times, always freeze when approaching the last upgrade progress bar
    2 XP SP and SP2 environment, use WMP and WMP0 respecti'vely, won't work, similar to the above
    3) Tried on 5 different PCs all XP), failed like the above
    4) Tried all USB ports, won't work
    5) Tried three different version of firmwares, none worked
    6) Clean, Format, Scan, reboot, numerous times, won't work
    7) Finally tried on XP SP3, still won't work
    The design of "reload" option is severly flawed. Creative is a brand I like, but the company failed on users this time, very disappointed!! Surveying solution to my problem on this forum and Google, I found so many ZVM users have similar problems and everyone is very upset. If Creative cares about user loyalty, it should come up a solution since this is not an isolated issue, it's an issue relating to its design flaw, and Creative is obligated to provide a solution for users despite many out of warranty.
    Please share your solution and constructi've advice to this problem if you have one. I appreciate your kindness.

    Are the comupters recognizing the Zen? If they don't recognize the player the reload will not work. If it is recognized then it may be the order in which attempt is executed. Has the WMP been rolled back correctly? (WMP runtime must be removed when rolling back from to 0 found in the Add/Remove Programs(show all updates box checked)this can only be rolled back on an Xp not on a Vista O.S. Download firmware file to desktop. Open file before connecting device to computer. On the device before connecting (from recovery screen) choose reload firmware then connect device choose language & update should complete.(IGNORE THE AUTOPLAY WINDOW DO NOT CLOSE IT)
    Remember will only work if computer recognizes the device first. Battery needs to be at least 50% full. Use a REAR usb port to insure full powerMessage Edited by coachop94 on -04-2008 :49 AM

  • IPhoto won't open after new install and restore of back-up

    Hi guys
    My hard drive just died (for the second time in 6 months!) so I have just gotten the computer back with a new drive. I did a new install of Tiger from my original install CDs, did the download thing to get all the updates, and ran a "restore" from my external drive using iBackup (http://www.grapefruit.ch/iBackup//index.html) to restore all my previous system settings, documents, etc. So far this seems to have worked well, a couple of 3rd party applications didn't re-install - specifically Neo Office and WiFind - but I was able to manually install those and everything seems to be working fine.
    Except iPhoto. It won't open. When I click the dock icon it bounces once and does nothing. No little arrow under it or anything. Nothing at all happens when I click the icon in Finder (in the Applications folder). When I searched it in spotlight it told me there was a file called iphoto.crash.log, so I went and had a look at that hoping it would tell me the problem, but I don't understand it. I'm not particularly good at the behind the scenes stuff with computers.
    Wondering what I should do now - if someone can perhaps interpret the log file and find the issue if that would help, or if I should uninstall and re-install iPhoto by itself (and if so, how?), or if there is something else that may be causing the issue. I noticed there are a few files relating to it when I search with spotlight but I don't know which of them might be relevant. I could post a screenshot if that is allowed, or post the log file if it would help?
    Thanks in advance for any advice or help!
    Regards,
    Chloë

    400 Updates???
    Did you Repair Permissions before & after each one?
    The usual reason why updates fail or mess things up, or things don't load/run, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates again, or even do an A&I if you have enough free disk space.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html
    The combo update for Intel-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateintel.html
    Repair Permissions before & after re-install, then reboot again each time.
    If all the above do not resolve the problem, then it's time for an Archive & Install, which gives you a new OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space...
    http://docs.info.apple.com/article.html?artnum=107120
    I only use Software Update to see what is needed, then get them for real via...
    http://www.apple.com/support/downloads/
    That way I can wait a week or so, check the forums for potential problems, and get Permissions & such in order before installing.

  • [SOLVED] Full upgrade + LVM = Error on boot

    Arch64
    Just ran a full upgrade ( -Syu).
    /boot has it's own ext2 partition
    /home /var etc are managed with LVM on the reminder of the disk
    (there are 3 other disks that are mounted on different points under /home/user_name.  They are not part of the LVM).
    After upgrading, the LVM system will not load,  What I'm getting after GRUB is :
    :: Starting udev...
    done
    :: Running Hook [udev]
    :: Triggering events,,,done.
    Waiting 10 seconds for device /dev/mapper/VolGroup0-lvRoot ...
    ERROR: device '/dev/mapper/VolGroup0-lvRoot' not found. Skipping fsck.
    ERROR: Unable to find root device '/dev/mapper/VolGroup0-lvRoot'.
    Any ideas ?
    Thanks
    Ben
    Last edited by ben-arch (2012-04-24 17:37:23)

    Well, up till this morning there WAS one off course a everything was booting OK.
    Edit :
    Problem is that I haven't added "lvm2" hook to mkinitcpio.conf.
    Now that I have added it I understand that I have to run "mkinitcpio -p linux" in /boot to regenerate the kernel.
    Problem is - how to do it ?
    I've tried booting with Arch install media, then mounted my original /boot.
    Entered it and ran "mkinitcpio -p linux"
    What I'm getting is :
    Preset linux does not exist. Exiting
    And of course I can't  mount my original root as it is inside the said LVM :-(
    Ideas any1 ?
    Thanks
    Last edited by ben-arch (2012-04-24 16:50:47)

  • After Effects cs6 crashs on almost everything after new install

    Hi,
    I bought a new SSD to install Windows 7 64 bit and the software I'm used to working with on. After that install After Effect crashes as soon as I import a file. I've read other treads about the temp file paths but there all at %USERPROFILE%\AppData\Local\Tem I've haven't changed any settings.
    Please if anyone can help!

    While I was updating the update manager said I need to close the ''Dynamic Link Media Server'' or something like that while the update manager was the only programm that was running, could something be going wrong there? Are there known problems with the dynamic link media server''?
    What version of After Effects? Include the minor version number (e.g., After Effects CS5.5 with the 10.5.1 update).
    After Effects cs6 with lastest update
    Have you installed the recent updates? (If not, you should. They fix a lot of problems.)
    Yes
    What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac".
    Windows 7 64 bit, fresh install with servcice pack 1
    What kind(s) of source footage? When telling about your source footage, tell us about the codecs, not just the container types. For example, "H.264 in a .mov container", not just "QuickTime".
    Every type of footage I import
    If you are getting error message(s), what is the full text of the error message(s)?
    It just shuts dows
    What were you doing when the problem occurred?
    Importing footage
    Has this ever worked before?
    Yes, before the install
    What other software are you running?
    Nothing
    Do you have any third-party effects or codecs installed?
    No, I did install new catalyst drivers for vga
    Tell us about your computer hardware. Include CPU type and number of processor cores, amount of RAM installed, GPU, number of disk drives, and how any external drives are connected.
    Amd 4x 3000, 8gig, radeon 6450, one ssd
    Do you have any third-party I/O hardware (e.g., AJA, Matrox, Blackmagic, MOTU)?
    No
    Are you using OpenGL features in After Effects?
    No
    Does the problem only happen with your final output, RAM preview, or both?
    I don´t get there
    Are you using Render Multiple Frames Simultaneously multiprocessing?
    No
    What is the exact sequence of steps that you are taking?
    New install, both Windows and Ae, new vga drivers.

  • Restore files from time machine after new install

    In my office one of my iMac's suffered a complete system crash.  I am reinstalling OS X Lion as I write this post.  The iMac was backed up to an external hard drive using time machine.  After the new install of Lion how do I grab my user files from the machine backup?
    I appreciate in advance your help.

    When you complete the installation and boot into the Setup Assistant use the opportunity to restore from a TM backup which will appear in the Assistant. Just have the backup drive connected. You can then restore from the most recent backups of your Home folder, third-party applications and support files, and system preferences.
    Restore will take a while, but when done just restart.

  • After new installing Solman 4.0 , the DSWP transaction not work

    hi gurut there,
    We did two new installing of solman 4.0 ( SQL Server database), after installing ,start up SAP and other  post-install steps... it seems ready,then I start to setup RFC with satellite systems ,and added server ,database,logical components,but when I goto trans DSWP to set up nenw solution : I wrote the new solution name,and choose the language (EN), then click to continue , but it just stay and not continue...anything wrong about this,how can I configure this problem issue.
    the same problem also in our another installation.
    Waiting for your kind help !
    Wei

    Thank you all , I&#12288;&#65353;&#65357;&#65360;&#65356;&#65349;&#65357;&#65349;&#65358;&#65364;&#12288;&#65364;&#65352;&#65349;&#12288;&#65358;&#65359;&#65364;&#65349;&#12288;&#65297;&#65296;&#65296;&#65304;&#65303;&#65297;&#65303;&#12288;&#65292;&#65353;&#65364;&#12288;&#65353;&#65363;&#12288;&#65367;&#65359;&#65362;&#65355;&#12288;&#65358;&#65359;&#65367;&#65294;
    &#65364;&#65352;&#65345;&#65358;&#65355;&#12288;&#65369;&#65359;&#65365;&#12288;&#65345;&#65351;&#65345;&#65353;&#65358;&#12288;&#65281;
    &#65346;&#65349;&#65363;&#65364;&#12288;&#65362;&#65349;&#65351;&#65345;&#65362;&#65348;&#65363;&#65292;
    &#65335;&#65349;&#65353;

  • Aperture 3.6 will not start after new install

    Rebuilt my Mac Mini with a clean install of Yosemite 10.10.2 and reinstalled all my apps. Downloaded and installed Aperture from the App Store but it will not start. No crash, just nothing. Does its animated thing when double-clicked in Finder, and goes through the usual launch action from Launchpad, but then nothing. No icon in the dock, does not appear (even momentarily) in Activity Monitor. I have Final Cut Express installed and have seen other launch issues with this combo, but they all seem to result in an Aperture crash. Any ideas?

    Did you install Final Cut Express after you installed MacOS X?  Then install Yosemite again on top of the current system, without reinstalling the applications. See: Aperture 3.x: Aperture unexpectedly quits if Final Cut Express 4 is installed
    Aperture does not work after installing FCE, but if you reinstall MacOS X after installing FCE,  both Aperture and Final Cut Express sgizld work.
    The download of Aperture may be incomplete. If reinstalling the system does not solve this, trash Aperture and download again.

  • Cannot select my fonts in Photoshop en InDesign after new install of CS 4

    After a new install of CS4 I cannot select the fonts I installed in the Windows fonts folder. What to do?

    I cannot find a adobefnt*.lst.
    Where should it be? In the Adobe InDesign folder? Or?
    I installed all my fonts in the windows font folder. Before the new install (my HD crashed) of CS4 I had no problem with selecting any of the fonts.

  • Download JDeveloper 9052 full version fails after 15MB!

    The download fails after about 15MB even with the recommend getright. I tried from home with the same
    result.
    Haug
    -----StartRequest---------------2004/06/29-16:13:18-----
    Connecting to: download.oracle.com (via 133.147.122.15)
    !!!! ----Header Sent----
    GET http://download.oracle.com/otn/java/jdeveloper/905/jdev9052.zip HTTP/1.1
    Host: download.oracle.com
    Range: bytes=0-
    User-Agent: GetRight/5.1
    Accept: */*
    Cookie: ORA_UCM_VER=%2FMP%2F8%60scpecpMP%2F8%5EqancanMP%2F8%2F26%2C65%2C7%2C22MP%2F8-04*43*5*00; ORA_UCM_INFO=3~709697D0666C4757E034080020CB1B7C~Haug~B%C3%BCrger~buerger~DEU~en~33~22~5~null~0; ORA_UCM_SRVC=3*OTN~1~0~//~null~*GMO~1~0~//~null
    Accept-Encoding:
    Pragma: no-cache
    Cache-Control: no-cache
    Proxy-Authorization: Basic aGF1ZzpmamRrc2xhMjU=
    !!!! ----Header Recv----
    HTTP/1.0 302 Found
    Date: Tue, 29 Jun 2004 14:13:18 GMT
    Server: HotRoute
    Location: http://download-uk.oracle.com/otn/java/jdeveloper/905/jdev9052.zip
    Content-Type: text/html; charset=iso-8859-1
    Connection: Close
    !!!! Redirected to New Location
    -----StartRequest---------------2004/06/29-16:13:18-----
    Connecting to: download-uk.oracle.com (via 133.147.122.15)
    !!!! ----Header Sent----
    GET http://download-uk.oracle.com/otn/java/jdeveloper/905/jdev9052.zip HTTP/1.1
    Host: download-uk.oracle.com
    Range: bytes=0-
    User-Agent: GetRight/5.1
    Accept: */*
    Cookie: ORA_UCM_VER=%2FMP%2F8%60scpecpMP%2F8%5EqancanMP%2F8%2F26%2C65%2C7%2C22MP%2F8-04*43*5*00; ORA_UCM_INFO=3~709697D0666C4757E034080020CB1B7C~Haug~B%C3%BCrger~buerger~DEU~en~33~22~5~null~0; ORA_UCM_SRVC=3*OTN~1~0~//~null~*GMO~1~0~//~null
    Accept-Encoding:
    Pragma: no-cache
    Cache-Control: no-cache
    Proxy-Authorization: Basic aGF1ZzpmamRrc2xhMjU=
    !!!! ----Header Recv----
    HTTP/1.0 200 OK
    Date: Tue, 29 Jun 2004 14:13:18 GMT
    Server: Oracle HTTP Server Powered by Apache
    Last-Modified: Thu, 20 May 2004 16:22:43 GMT
    ETag: "54c33-f3f7ea3-40acdb53"
    Content-Length: 255819427
    Content-Type: application/zip
    Connection: Close

    I tried with and without download manager from two different locations (providers). No go. I always get the same size of file, about 15MB. It seems that Oracle has a problem.
    The funny thing is that there is no contact to inform the web side maintainers about the problem. With a support contract they might help me but without...
    I have to go down to the DB department to fetch the number that Oracle can promote it's products, no way.

  • Dvds don't play after new install

    hi,
    after a harddisk crash i installed 10.4.3. on a new HD. before the crash my superdrive was set to region 2 DVDs. after the install dvd player opens but dvds don't start. i only see thin stripes.
    i did try with a region 1 dvd but was told that i only can switch once more (out of the 5) which i cannot do right now, because i am in europe for a while.
    any help?
    thanks.
    powerbook G4 12"   Mac OS X (10.4.3)  

    Welcome to Apple Discussions!
    This is definitely one of the pitfalls of travelling a lot. Region free DVD hacks exist for the drive, but whether or not they will affect your warranty if something goes wrong is hard to say, and I'd take up with AppleCare by phone before trying such a hack. Here are their worldwide phone numbers:
    http://www.apple.com/contact/phone_contacts.html
    You may also try the hardware test if you have that:
    http://docs.info.apple.com/article.html?artnum=86287
    just to make sure the graphics chip wasn't loosened.
    And try VideoLan Client which sometimes works when Apple's own DVD Player does not.

  • Out-of-box recovery fails after new HDD

    HELP!
    I have a Satelite A505-S6980 with Windows 7. HDD crashed and installed Seagate 500GB SATA 7200rpm Momentus drive. Got Win7 up and running from recovery disks. But I'm getting a code 52 in the Device status on;
    Display adapters
           Mobile Intel(R) 4 Series Express Chipset Family
    IDE ATA/ATAPI controllers
           Ricoh PCIe Memory Stick Host Controller
           Ricoh PCIe SD/MMC Host Controller
           Ricoh PCIe xD-Picture Card Controller
    Sound, video and game controllers
           Intel(R) High Definition Audio HDMI
           Realtek High Definition Audio
    I also was having that problem on the Network adapter for Realtek RTL8191SE Wireless LAN 802.11n PCI-E NIC. But, I fixed that with a driver from the Realtek website.
    I have loaded the drivers for these may times. It says it's successful, but when I check the Device Manager there is no change.
    I am at a loss for what to do next.
    HELP!

    Satellite A505-S6980
    code 52   ...  Seagate 500GB SATA 7200rpm Momentus drive.
    Without looking it up, I can be pretty certain it's a drive using advanced-format technology. See this thread.
       After Restoring to New Hard Disk, No Windows Update - a Fix
    Things should get better after you install the new storage driver and the Microsoft hotfix.
       Intel Rapid Storage Technology
       An update that improves the compatibility of Windows 7 and Windows Server 2008 R2 with Advanced Form...
    Please let us know how it goes. We would like to add your input to thread above.
    -Jerry

Maybe you are looking for