Pacman issues (current vs core, tar.gz vs .xz) with very old install

I've got a vps which is running Arch, however it appears to be a very old install and I'm having problems updating things.
The current version of pacman is 2.9.8-4. When I do a database update with -Syy it completes ok... but I notice there is a 'current' database and no 'core' database. Also, when I try to update anything directly it appears to be searching for the packages with a .pkg.tar.gz extension, which I'm guessing is how they used to be before I paid attention to Arch - although, for most packages it states that the existing version is newer than is in the database - I've tried multiple mirrors with the same result.
My next idea was to try to manually install pacman, following the advice in the wiki for repairing a broken pacman... This ended up a convoluted process, as tar on the vps doesn't like .xz files it seems (J is not an accepted option to tar). I ended up extracting openssl, libarchive and pacman on another server then copied everything to the new VPS... and everything copied ok (into /etc, /usr and /var) but then running pacman gave a new error about libcurl.so.4 - I then decided to extract the contents of the curl package into the filesystem and now it claims there is no /usr/bin/pacman
Anyone have any ideas/suggestions for my issue? I can run pacman -Sy to update my initial databases, but trying to upgrade just says I have up to date packages (which is not at all true)... and when I tried to manually update pacman I just broke things.
Last edited by phaedrus (2012-09-24 01:27:51)

I was afraid that might be the case... I've logged a ticket with the VPS provider to see if they have a more recent image, but I'm not holding out too much hope. Thanks for your response Allan.

Similar Messages

  • HTTP servers inside /etc/pacman.d/current list?

    Hello,
    Does anybody know the arch servers working throw HHTP :80 ( not FTP: 21) which I can use at the /etc/pacman.d/current  list  ?
    Thanks a lot.

    Thank you very much  shining. I have found one server which is ok for me. It is even have emacs-cvs at the community repo.
    mouse256 I am not a big pro at networking and because of that  I can't understand  what wrong witn my NAT routing  right now. I just found  throw  testing that I can not connect o ftp://repo and can connect to http://repo. Tnat is why I need it before I will understand what is the problem with my routing.

  • Pacman issues for new installation

    Hi Folks,
    New to Arch. Core x64 iso. Carried out the installation okay using the Beginners guide wiki.
    Having trouble with pacman to the point it is driving me bananas. This is the Post installation part of the beginners guide we are talking about, so there is no GUI involved.
    Network is fine. Unchecked mirrors in the mirrorlist near to my location. Run the following without any errors.
    # pacman Syy
    So chosen mirrors are okay so now we go on to update the system.
    I ran # pacman -Syu
    upgraded pacman on the first run as expected, and was asked to run pacman-key --init. Run up against the message...
    Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy.
    System hung there. Had to force reboot (Ctl Alt Del).
    After a reboot, tried running pacman -Syu again. This time it pulled a lot of upgrades. I continued with the proposed up grades only for each to fail with a generated key failed message.
    Went over to windows and a VM, and went through the installation there to see if I could get a fix.
    This time system is 32 bit 686. went through same procedure. got to the same point with the same error message.
    Googled and found this post...https://bbs.archlinux.org/viewtopic.php?id=128340.
    There are a number of proposed solutions. None of which seemed to apply to GUI less new installation.
    While system was hung looking for more entropy, I started entering numerous Ctl^X inputs at the keyboard. After a while it completed. I ran pacman-key --init again and and it seemed to complete okay. No errors any way.
    So I then issued the command pacman -Syu again.
    This time it downloaded a s*** load of updates, Checked the downloads, cant remember the exact details. Then came up with the message no packages were installed due to files being duplicate or conflicting.
    There were numerous updates. How can I do the first time update. Help required. Remember no GUI.

    Sorry for the delay in replying.
    Okay, I moved locale.sh to tmp and renamed locale.sh.old
    run the updates, there were errors, but since I was on a non GUI console, couldnot scroll back to see what messages the errors produced. There was a kernel upgrade in the package list. On reboot, system couldnot find the filesystem or kernel or boot partition. System is now goosed.
    Reading more from wiki and threads posted here. I decided I needed the latest snapshot. Also read somewhere that the best idea was to do a network install.
    so I started again with a new network install. Went okay or so I thought. Remember I am in the installation here. Downloaded the packages for just a basic core set up.
    When the installation began installing the packages, the PgP signature problem raised it's head again. Now this is the installation procedure here over the network with the latest snapshot...
    archlinux-2012.03.07_14-30-01-netinstall-i686
    All I ahve done is let the installer run, selecting source, set location and time, prepared the hard disk. I choose grub, configured the network okay. The installation process then downloaded the core files but installation failed.
    Messages...immediately after download.
    Checking package integrity
    Warning: Public keyring not found; have you run pacman-key --init
    Error: linux-api-headers key F999...blah..blah unknown
    Error: key F999...blah..blah could not be looked up remotely.
    All other packages have similar errors, the procedure finishes with the following...
    Error failed to commit transaction (invalid or corrupt package (PGP Signature))
    Package installation failed.
    What is going on? This is the installation process, no way to access the filesystem as yet, not that I know of anyway.
    Other people installing Arch over the network must be experiencing the same problem.
    Does Arch actually work
    Running install on VMWare on Windows.

  • Java Development issue/differences between Core Duo and Core 2 Duo (??)

    Hi Everyone,
    I am a Java developer that uses my 17" MBP Core Duo for all of my development. Lately, I've been trying to use both the Glassfish Application Server V2 (from Sun) and Maven 2.09 from the Apache project. I have configured identical scenarios on my MBP Core Duo and on a 15" MBP Core 2 Duo.
    The scenario involves compiling and running some webservices (at least on the Core 2 Duo) in a local development environment. Both machines use the default JDK 1.5.0_13 installed on the machine.
    On the 17" Core Duo, issuing a "mvn install" command produces the following error:
    [INFO] Compiling 1 source file to /Users/john/downloads/soabook-code-20070504/chap07/endpoint-provider/modules/en dpoint/target/classes
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Fatal error compiling
    Embedded error: Prohibited package name: java.lang
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 12 seconds
    [INFO] Finished at: Fri Sep 05 07:09:06 CDT 2008
    [INFO] Final Memory: 9M/17M
    [INFO] ------------------------------------------------------------------------
    Running Maven with the "-e" switch turned on produces the following stacktrace:
    org.apache.maven.lifecycle.LifecycleExecutionException: Fatal error compiling
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:564)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(De faultLifecycleExecutor.java:480)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycl eExecutor.java:459)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailure s(DefaultLifecycleExecutor.java:311)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(Default LifecycleExecutor.java:278)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExe cutor.java:143)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 498)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.j ava:443)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:539)
    ... 16 more
    Caused by: java.lang.SecurityException: Prohibited package name: java.lang
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:534)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:669)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler .java:398)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141 )
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 493)
    However, the exact same software setup on the Core 2 Duo produces this result (which I would expect on the Core Duo):
    [INFO] Installing /Users/john/Downloads/soabook-code-20070504/chap07/endpoint-provider/pom.xml to /Users/mjhart/.m2/repository/soabook/chap07-endpoint-provider/1.0/chap07-endpoi nt-provider-1.0.pom
    [INFO]
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] ------------------------------------------------------------------------
    [INFO] CHAP07-ENDPOINT-PROVIDER-WSDL2JAVA .................... SUCCESS [1:35.885s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-ENDPOINT ..................... SUCCESS [7.221s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-CLIENT ....................... SUCCESS [16.525s]
    [INFO] CHAP07-ENDPOINT-PROVIDER .............................. SUCCESS [1.597s]
    [INFO] ------------------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESSFUL
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2 minutes 1 second
    [INFO] Finished at: Fri Sep 05 07:07:23 CDT 2008
    [INFO] Final Memory: 16M/30M
    [INFO] ------------------------------------------------------------------------
    I have installed the same software versions and have the same configuration on a Windows desktop running XP SP2 and get the same successful result.
    Is this an issue between the Core Duo and Core 2 Duo? I can't see that it is since I don't believe the hardware influences the software to that degree. However, I am at a loss for what is causing the issue and the Apache Maven list insists that there are developers that are using Maven successfully on OS X.
    I really need to get past this issue, but I am at a loss. Please help.
    Thanks,
    John

    Have you repaired permissions? (/Applications/Utilities/Disk Utility.app)
    Are you sure you're using JDK 5? (Applications/Utilities/Java/Java Preferences.app or output of $ javac -version)
    --greg

  • Pacman issue - error: .. : No such file or directory.

    It seems I have my first issue, and it's with Pacman. I get this error everytime I sync the database or install a package, even though everything seems to go fine.
    error: /var/lib/pacman/extra/flite-1.3-2/desc: No such file or directory
    I don't know what flite is but it won't install it as it doesn't exist even though there is a directory called "flite-1.3-2" and it's empty. I've tried removing the directory but synching the database doesn't put it back. Also I've used 'pacman -Scc' to clear cache but still no joy.

    archuser wrote:
    It seems I have my first issue, and it's with Pacman. I get this error everytime I sync the database or install a package, even though everything seems to go fine.
    error: /var/lib/pacman/extra/flite-1.3-2/desc: No such file or directory
    I don't know what flite is but it won't install it as it doesn't exist even though there is a directory called "flite-1.3-2" and it's empty. I've tried removing the directory but synching the database doesn't put it back. Also I've used 'pacman -Scc' to clear cache but still no joy.
    delete the directory /var/lib/pacman/extra and run pacman -Sy to restore. I believe if you delete just the flite directory it won't restore with Sy.

  • Arch64 pacman issues

    I've reinstalled arch maybe 10 times trying to resolve this issue, thinking maybe I was having problems with the setup but I don't think that's the case.
    Anyway, what happens is when I use pacman to try to install anything (have tried gaim, fluxbox and gnome)
    # pacman -S gaim --refresh
    etc.
    *If the installation works. I get an error when trying to run either of these.
    error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory.
    *-For gnome, I've had a large amount of issues installing giving me a list of files that already exist as the error.
    If I could get any help with any of those issues, it would be very much appreciated. Thank you.

    Have you tried a different mirror? Try installing with the FTP install disc and use ftp.archlinux.org as the package source. I have no package named xorg-fonts in any repo.

  • 17" MacBook Pro Core i5 Boot Camp Nvidia 64 bit driver install issue

    Can't get correct Nvidia driver to install on 17" MacBook Pro core i5. Windows 7 64 bit is installed and running but its using a standard VGA driver for the video card so the full resolution of the display is unatainable. I've loaded the snow leopard windows 64 bit drivers, downloaded the BootCamp 3.1 64bit drivers and installed but each time I try to run it the Nvidia part of the installer closes with the error, you are trying to use a 32bit uninstaller for a 64bit program, and it exits. I've double checked to make sure I have the 64bit driver installer instead of the windows 7 32bit installers but I still get the error every time. I then downloaded Nvidias own driver for windows 7 64bit Gt 330M and it gets the same error. Please help?

    A number of people in this and other forum threads have reported problems with the Nvidia drivers when installing Windows 7 (64bit) on the new Macbook Pro (April 2010).
    The problems appear to be due to an installation of Boot Camp 3.0, followed by the update to Boot Camp 3.1. As Boot Camp 3.0 does not include the Nvidia graphics drivers for the
    Macbook Pro 2010, the graphics card is not recognized and the subsequent update to Boot Camp 3.1 does not complete successfully.
    The proper approach consist of installing Boot Camp 3.1, which is included in the system disk that shipped with the laptop. A copy of that version was posted e.g. here
    http://files.me.com/jason_fearing/an51fn. One should not use on the Macbook Pro 2010 the Boot Camp version 3.0 that shipped with the original DVD of Mac OS X Snow Leopard.
    I had the same problems that were reported in the forum, when installing Boot Camp 3.0 + Boot Camp 3.1 update on Windows 7 (64bit). First I had to manually run the 64bit Boot Camp setup, as suggested by others, and then I had to install the Nvidia drivers with the modified INF files from http://www.laptopvideo2go.com/, as the graphics card was not recognized.
    However when I used the proper Boot Camp 3.1 that came with the laptop, everything went completely smoothly and the installation consisted of just clicking on the setup file.

  • Ndiswrapper/pacman issues

    Hi all. I just installed a fresh iso, 2008-08-26. Pacman keeps stalling on me. It will download, but after downloading 5 mb, it'll permanently stall. I've tried various mirrors and no dice.
    I have a airnet awd154 wifi card, Marvell 88w8335 Libertas (rev 03). I'm using ndiswrapper with the INF file that came with the card. I previously had OpenSuse 10.2 installed on this machine and the wifi connection was zippy. However, it now crawls. I am unable to install any other programs to see if its the net connection or pacman.
    Any ideas?

    ikaruga wrote:
    Hi all. I just installed a fresh iso, 2008-08-26. Pacman keeps stalling on me. It will download, but after downloading 5 mb, it'll permanently stall. I've tried various mirrors and no dice.
    I have a airnet awd154 wifi card, Marvell 88w8335 Libertas (rev 03). I'm using ndiswrapper with the INF file that came with the card. I previously had OpenSuse 10.2 installed on this machine and the wifi connection was zippy. However, it now crawls. I am unable to install any other programs to see if its the net connection or pacman.
    Any ideas?
    Do you have wget installed?
    pacman -Q wget
    If yes you, could use it to download some files or uncomment the line XferCommand = /usr/bin/wget ...  in /etc/pacman.conf to use it for downloading files with pacman.

  • Problem/issue of nVidia GTX660M on GE60 0ND-298 with Windows 8.1

    Hi folks,
    I am newbie here, so please forgive me,
    if my post is too long and ugly.
    I have "almost" the same problem as the user called "Ghost", but in my case there
    are few differences. I am too user of MSI GE60-0ND notebook, but the version is 298CZ (MSI GE60 0ND-298CZ).
    some short info about me:
    I am sort of experienced in PC maintenance, driver repairs, and software installing and setting up.
    I had successfully and correctly helped at least  ca. 35+ people (including few relatives and friends)
    with some problems regarding their desktop PCs or notebooks,
    mainly they needed from me to solve some specific problem - some reinstall or
    correct install/set up of the OS and drivers and etc. or other software programs they need to use in everyday life.
    I had correctly updated/reflashed BIOS or firmware on more than 25 PCs (on ca. 4-5 PCs in last 4 months).
    but I am not very skilled in PC HW reparation and assembly.
    The problem I had is possibly simple (or not), but until now I couldn't find the working solution written
    on the MSi Forum/thread or anywhere on the internet.
    I have everything up to date, including Windows OS (8.1), drivers, BIOS and EC/FW from MSI
    (as you can see from specs taken from Speccy 1.25, DxDiag, nVidia control panel and other software).
    Well (or not?), the problem is that high demanding apps, like modern games or some CAD software/benchmarks i had recently
    tested shown that my notebook is only using
    the Intel HD4000 Graphics (in all situations even when it shouldn't) and not the dedicated high-performance
    nVidia GTX660M graphic.
    I even used the nVidia Inspector 1.7.2 from the thread of Ghost's problem with the same nb/graphic card.
    I played HL2 Ep Two and One, Garrys Mod 14.022 (latest), IL-2 Sturmovik: 1946 with Ultrapack 2.1 + SAS1946 updates
    (with tweaked settings to use high-quality perfection/perfect settings)
    to test and look if the dedicated graphics card is working or not. In all cases it shown that the nVidia GTX 660M
    didn't even heat up some grade or load up the textures, and it appeared as non active against the HD4000 that run like wild.
    In some of the above mentioned games it wasn't sufficient and the games crashed and/or closed suddenly-
    that happened in Garrys Mod 14,
    something same happened in that modded IL-2 Sturmovik: 1946 - but with it it crashed by saying that
    "il2fb.exe has stopped working".
    To tell you more, before when i had plain windows 8, it didn't happened even once
    (for the IL-2 Sturmovik was and is still set in the compatibility mode for Win XP SP3 - so everything should work),
    in the case of HL2 Ep. Two it happened almost same as in Garrys mod 14.x . The game simply shut down and quit,
    and closed without saying anything.
    By playing those games, i saw in the taskbar only the icon of Intel HD graphics 4000 looking as active. 
    The icon of nVidia in the taskbar panel stayed there or sometimes it completely disappeared,
    and that indicates that pc was using only the Intel HD4000.
    I tried to check for all updates, uninstall and reinstall Intel VGA HD4000 driver with latest official from Intel support,
    and also after it by uninstall and reinstall of nVidia GTX660M driver with latest stable driver from nVidia page
    with hope that the new drivers would do the thing and repair the errors/issues.
    Until now I tried to solve my problem by myself,
    but as nothing helped to solve the issue with dedicated nVidia card i had to visit this forum.
    The current state of my pc to sum the facts together - to see what could be wrong there:
    PC/Name-type: MSI GE60 0ND-298CZ (late summer 2013)
    OS: Windows 8.1 (64-bit)
    Tech specs: CPU - Intel Quad Core i7-3630QM Ivy Bridge 22nm,
    RAM- 8GB DDR3/1600 MHz, HDD- 750GB (7200 rpm),
    1. VGA (on chip)- Intel HD4000, 2. VGA- GTX 660M (2GB DDR5)
    Motherboard: MS-16GA (HM76, rev. 1.0)
    MB-BIOS version: E16GAIMS.514 (12/3/2013, installed 29.11.2013)
    EC Firmware version: 16GAEMS1.506 (installed 30.11.2013)
    Intel HD Graphics 4000 driver: v10.18.10.3412
    NVIDIA GeForce GTX 660M driver: 334.89 (9.18.13.3489)
    nVidia VGA BIOS Version:   80.07.27.00.05
    Other drivers version
    (which may cause the in-activity/problems of GTX 660M card)
    - Intel Control Center v1.2.1.1008 **
    - Intel Management Engine Components (ME) v8.1.0.1281 **
    - Intel Management Engine Interface (MEI) v9.0.0.1287 **
    - Intel SDK for OpenCL-CPU Only Runtime Package v2.0.0.37149
    - NVIDIA PhysX System Software v9.13.1220
    (** I have found some info that outdated (buggy) Intel ME and MEI drivers, could be the cause why the PC
    uses only on board HD Graphics 4000 and can't switch to dedicated GTX 660 M when some app needs it,
    could this be the thing or not?
    I am really not sure, if it is cause why my PC is sticking on use of only HD4000 VGA.
    Should i update the ME or MEI driver to latest stable as mentioned*** or not?
    (*** on win-raid com in thread about latest Intel Management Engine Drivers-Firmware and Tools)
    I am aware that a careless update of Intel ME or MEI can brick your PC or installed OS and make it unstable,
    that is why i don't want to do that thing,
    i want do some other way how to solve the correct vga switching issue.
    Could you please help me, to detect where is the cause of the problem
    and then to help me to solve it somehow ??
    Please tell me also, if you need some other info
    (i can send the DxDiag report if needed or something similar).
    I know that my problem looks same way as had the user called "Ghost",
    but in my case the details are a bit different and specific.
    I will wait patiently for your advices.
    Thanks in advance.

    Thank you, for that little advice.
    Sorry i didnt answered sooner, was kinda busy last weeks.
    I will specify the problem more - explain my investigation about the issue.
    But I have GE60 0ND, and i somewhere read (on this forum but in other thread/topic)
    that on GE 60 0ND the power button doesnt change its color from blue, either it actually uses Intel HD4000 or nVidia GPU GTX660 M.
    If i am not wrong in that, i hope so / i can say that on my lap the power button never changed its color to some other.
    It was and still is blue.
    What i found from Speccy or from Nvidiainspector soft v1.9.7.2 was that my nVidia is generally
    never used - even in games which were more demanding and were set in nVidia control panel to use nVidia GPU only
    and NOT the HD4000.
    But i think there is also there some other, far deeper and worser problem.
    In last few days I was checking the possible issues with current Intel chipset driver (Intel INF driver - currently v9.3.1025) and also with Intel Mangement Engine drivers (currently ME Components driver 8.1.1281 and ME Interface driver 9.0.1287).
    To tell you more, the problem with GPU drivers started shortly after i updated the Win8 to 8.1, but other confusing symptom is that shortly after the pc boots up in to OS environment,
    the screen flicker one time and then the nVidia's control panel icon in taskbar will dissapear.
    That happens around one to five times in halfhour or hour, after the laptop was turned on. I am very confused, from it, because it looks like the pc is unstable or the Windows Explorer is crashing. After the holfhour it stops doing it, but some time ago i tried to fix it by comletely uninstalling and then reinstalling both of VGAs (HD4000 and nVidia GTX660M) with latest stable and official drivers - but it didnt solved the issue.
    Also the icons on the desktop and in taskbar dissapear for a second and then reappear.
    I tried to figure it out many times, but found that it wasnt Windows Explorer error. What is this problem?
    Is it in INF chispet driver and ME/MEI driver or it is caused by some other corrupted driver?
    I even wrote some notes about what I found out.
    So there are my findings. The ME and MEI driver are responsible
    for deciding the use of and handling interaction between the system's low- and high- performance/importance and on motherboard installed components.
    If they are wrong or incompatible it causes some errors or that some of the used component will be not used because of the error.
    Also same role, but sorta a bit different has the INF chipset driver, which is sorta above the ME and MEI driver and governs over them and over use of the other
    CPU and MB components and periipheral devices, like USB2-3 controllers, Cardreader, charging function etc.
    So my question is, i have found on  Intel support Chipset INF driver for 7 series - the v9.4.1027 (November 2013), about which i read
    that is also suitable for 7 series express chipsets like HM76/77 (my is 76)- should i try to install these drivers ?
    Same, i had a hard work to find more current ME and MEI driver for notebook with Intel's 7 series express chipset
    which should solve my problem. I found on Lenovo support webpage ME driver v9.0.1310 (components driver) and MEI driver v9.0.1287(interface),
    they are both in one installer.
    I read about that installer in description and found out that,
    that drivers are useful on any lap with the 7 series chipset.
    Just the Lenovo added note that those drivers and higher are usable on some other newly adde types of notebooks.
    The provider of the driver was Intel.
    I carefully read also some other info, and just few days ago i read also
    if someone want/really neeeds to update
    Intel INF chipset driver and after it the ME/MEI driver - one should unistall all drivers that are managed by that INF and ME/MEI drivers.
    That means both VGA drivers (CPU GPU and dedicated GPU), Cardreader driver, LAN and WLAN drivers,
    audio driver, all intel drivers - like Rapid storage, SCM driver and so, and manually uninstall the ME Interface driver through Device Manager too.
    My other question is, could someone of you help with this by telling me some other information/advice i possibly completely overlooked.
    Currently, my PC is working poorly - not slow, but the blicking of the icons on desktop and taskbar shortly after the system's start up
    is totally horrible and the nVidia GPU GTX660M is unable to work (by crashing the Nvidia control panel).
    I feel now really lost on this GE60 laptop altough i have good experience how to set PC or notebook.
    I never faced this kind of problem - i would be happy if i knew the way how to fix it for once/definitely and use the fullpotential of that notebook.
    Every advice or your experience will be very welcomed.
    Thanks

  • I am having serious issues trying to alter my old iCloud account with an old non-functioning email to my new apple id with a new email address. The message keeps coming up on all my apple products with my old email (which is not available anymore).

    I am having serious issues trying to alter my old iCloud account with an old non-functioning email to my new apple id with a new email address. The message keeps coming up on all my apple products with my old email (which is not available anymore).

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

  • It looks like I currently share an apple id and account with my daughter.  Our phones are synched even alarms go off on each others phones.  I want to have my own account so this doesnt continue to happen.  How do I change my iphone to have its own id?

    It looks like I currently share an apple id and account with my daughter between iphones.  When I set my alarm it goes off on both phones and contacts are synched as well.  How do I seperate from  her account?

    According to Create an AppleID:
    Choose an Apple ID and password.
    Enter your primary email address as your Apple ID. This will be used as the contact email address for your account. Please note that this email address must be verified before you can use certain Apple services.
    And, unless I'm missing something, it appears that you're trying to use your father's e-mail address. Start at Find your AppleID and see if you can resolve the issue.

  • Unable to refresh the schema of FIM MA.Getting an error in Event viewer ""the current version of database is not compatible with the one expected by Forefront Identity Manager service. The current version of database is : 1116. The expected version is :1"

    Hi,
    We have installed FIM MA with an account that have all the sufficient rights.It got created successfully and worked for Full Import and Full Sync. But, due to some version incompatabilities, we have installed a patch.PFB link for the patch.
    http://support.microsoft.com/en-us/kb/2969673/en-us
    Now, we are trying to refresh the schema of FIM MA. While doing that we are facing an error "Failed to connect to database". The user account with which we are connecting has read and write permissions on DB.In the event viewer some errors are
    logged like  "the current version of database is not compatible with the one expected by Forefront Identity Manager service. The current version of database is : 1116. The expected version is :1122" with event ID 3. PFB images for more detailed
    view.
    Please advice how to fix the issue.
    Thanks
    Prasanthi.

    Hello,
    seems to me that you maybe only updated the syncengine but not portal/webservice.
    I had that error once after an recovery from scratch and forgot one of the hotfixes to apply to all services.
    -Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • Windows Vista 64 bit w/older 2 dual core 3.0ghz Mac Pro with NVIDIA 7300

    I have read a variety of the posts that have appeared here on the use of Windows Vista 64 bits on a Mac Pro. I remain confused, and but want to do this. I have a Mac Pro purchased in the Spring of '07 with dual 3.0Ghz dual core Xeon cpus and 10gb of ram, using the NVIDIA GeForce 7300 GT and running 10.5.1, with multiple drives. I want to run the 64 bit version of Vista Ultimate to use my ram, and to gain the performance this box should offer. It appears that I have three options:
    1. Boot Camp: I don't know if the drivers are available, seems like the new Mac Pro drivers probably would not work, even if I could find them, since I have an older Mac Pro with a pair of the dual core Xeon CPUs. Don't know if there is an alternate source than Apple for the drivers, or a way to get around the problem in boot camp.
    2. Parallels: I do not believe that 64 bit apps are supported by Parallels
    3. Fusion: Their web site says they support Win Vista 64 bit, but it is not clear to me on the web site where the drivers are obtained, or perhaps they are built in to Fusion. Will I get the performance and memory benefits in fusion? Or is the OSX virtual overhead so high that this is a fools errand?
    I do a lot of video editing, and fully 95% of my life is in the Mac world, but I have individuals who send files for editing, and occasionally they require Windows tools, much to my chagrin. I also have a small number of programs that need Windows 64. I occasionally am required to do some development work, and would like to use this machine for that purpose if it can indeed run Win Vista 64bit. I have XP loaded on a more modest box andit is running fine when I need it, which isn't very often.
    Any help, or successful experience in running Windows Ultimate 64 bit on this hardware, utilizing its resources would be greatly appreciated.

    Here are my results after further digging online and from my own experience.
    Here is the procedure:
    1. Check whether your Mac has the 32-bit EFI or 64-bit EFI
    http://www.ihackintosh.com/2009/08/snow-leopard-106-and-64-bit-what-you-need-to- know/
    2. Create a Boot Camp (BC) partition for Windows 7 x64. Resize the partition size using the slider in the BC app. Follow the instruction, insert the Windows 7 disk and reboot.
    3. This will load the PC partition which is FAT formatted for now. Choose the Boot Camp partition on which to install Win 7, but choose in the option to format that partition. It will automatically format it in NTFS. Otherwise, it will not install on that partition.
    Note : A "OEM System Builder" Windows 7 64-bit Professional UPGRADE install without any issues what so ever. The upgrade disk is a full install. Read this for further information:
    http://www.pcworld.com/article/174288/windows7_upgrade_madecheaper.html
    4. Run windows, then insert the Snow Leopard disk. It will tell you your hardware cannot support x64 version. Do the following procedure to manually install the driver:
    http://michael.anastasiou.me/index.php?option=com_content&view=article&id=22%3Aq boot-camp-x64-is-unsupported-on-this-computer-modelq-solution&catid=7%3Ahow-to&l ang=en
    5. Then update Boot camp using Apple Software Update in Windows.
    6. All hardware works fine except the sound. The sound only comes out of the internal speaker, even when headphone or speakers are plugged in the jack. Installing the Realtek High Definition Audio Codecs driver in order to fixe the problem. Shutdown and reboot to make it applicable. Try a second time if it still does not work:
    http://218.210.127.131/downloads/downloadsCheck.aspx?Langid=1&PNid=14&PFid=24&Le vel=4&Conn=3&DownTypeID=3&GetDown=false
    That's it.

  • Is it possible the current Mac Mini 2.7 Ghz i7 with two full-resolution displays and Thunderbolt operate?

    Hello,
    Is it possible the current Mac Mini 2.7 Ghz i7 with two full-resolution displays and Thunderbolt operate?
    Thanxs for your answers.
    Gerald

    On Second thoughts...
    I don't really know how well Logic Express 7 performs on the Mac Mini because I have not yet had the chance to experience the two together. Don't let that put you off the idea though! From my understanding of the system requirements printed on the Logic Express homepage, it states that a G4 or faster system is required, however Apple personally recommend a Dual G4 or G5 is recommended alongside a minimum of 512MB of Ram. This Does mean that Logic Express will run on the Mac Mini but you will most probably find it lags when moving samples in real time and rendering them onto your hard drive. If you really want to enjoy making "serious" music on the Mac then you really need to be looking at the iMac G5 or the iMac Core Duo (Intel) purely for your tempers sake. As for an Intel Mac Mini, there is no indication as to when we will be seeing one on the market and therefore you may find yourself on the fence between keeping your fixed budget and holding on a little or jumping in and getting on the right road to a digital musical life - mac style.
    Maybe this will inspire your decision:
    http://www.engadget.com/2005/02/08/how-to-turn-your-mac-mini-into-a-low-cost-rec ording-studio/
    Hope this helps
    -Pos

  • Migrate from server core 2008 r2 hyper-v with failover cluster volumes to server core 2012 r2 hyper-v with failover cluster volumes on new san hardware

    We are getting ready to migrate from server core 2008 r2 hyper-v with failover cluster volumes on an iscsi san to server core 2012 r2 hyper-v with failover cluster volumes on a new iscsi san.
    I've been searching for a "best practices" article for this but have been coming up short.  The information I have found either pertains to migrating from 2008 r2 to 2012 r2 with failover cluster volumes on the same hardware, or migrating
    to different hardware without failover cluster volumes.
    If there is anyone out there that has completed a similar migration, it would be great to hear any feedback you may have on your experiences.
    Currently, my approach is as follows:
    1. Configure new hyper-v with failover cluster volumes on new SAN with new 2012 r2 hostnodes and 2012 r2 management server
    2. Turn off the virtual machines on old 2008 r2 hyper-v hostnodes
    3. Stop the VMMS service on the 2008 r2 hostnodes
    4. copy the virtual machine files and folders over to the new failover cluster volumes
    5. Import vm's into server 2012 r2 hyper-v.
    Any feedback on the opertain I have in mind would be helpful.
    Thank you,
    Rob

    Hi Rob,
    Yes , I agree with that "file copy " can achieve migration.
    Also you can try "copy cluster wizard " :
    https://technet.microsoft.com/en-us/library/dn530779.aspx
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

Maybe you are looking for

  • Shared tab in left menu column does not show on one of the computers after setting up Home Sharing

    For iTunes 10.3, I have set up home sharing on two computers that run windows 7, I have authorized both computers.  The iTunes Shared link for computer 2 shows up on left column for computer 1(main iTunes computer).  The problem I am having is that t

  • What is "node #-1"?

    I am opening a .step file in Adobe Toolkit, creating an animation, saving it as a ud3 file, and opening it within Acrobat 3D. Everything works fine, except over in my model tree, above where the components are listed, the top-most level in the tree i

  • Can anyone suggest an 802.11g card for my PowerBook G4

    Just bought an Airport Extreme card only to find it's not compatible with my PowerBook G4, 867mhz which is the old Airport Card compatible which is older 802.11b technology selling for around $150 bucks on ebay. I'd love to find something that plugs

  • What do you do when during watching trailers it goes to the main page on your iPad mini?

    When I'm using the iMovie app while watching a trailer that I made ever since I put in the Zaggkeys ini 9 keyboard, it goes to the main screen during a trailer. Please help! I use a iPad mini and the version of the iMovie app is 1.4 (587).

  • JList not drawing correctly

    I have a JList inside a JScrollPane in my JApplet. What I want to do ist the following: be able to set which items are selected from the outside and then ensure that at least the first selected item is visible. The important parts of my code look lik