[Solved] UX21A seems to overcharge battery

I have an Asus  Zenbook UX21A with Archlinux x86_64 fully up to date, where I have the following situation:
The charging cable has an LED which turns from orange to green when the battery has been fully charged.
And it does, BUT when I do
cat /sys/class/power_supply/BAT0/{energy_now,energy_full}
the value outputted for energy_now still keeps rising well above the value of energy_full and does not stop.
After about 5 minutes of keeping the laptop on AC after it having been completely charged
the value of energy_now already rises to about 105% of the value of energy_full.
Now I'm not sure if something is wrong and the battery keeps getting forefully overcharged or if it is
an error in the value being outputted.
Has anyone ever encountered this behaviour with this laptop model or any other and knows whether
this is simply a display error?
Last edited by Calrama (2013-02-23 11:28:58)

For other users encountering this later:
After several reboots and a fair time completely without power in between the energy_now counter now
stops at about 101.99% of energy_full.
That in itself is still strange, but at least it seems to only be a display bug and no actual overcharging
occurs. The exact values (when fully charged) are:
/sys/class/power_supply/BAT0/energy_full: 35520000
/sys/class/power_supply/BAT0/energy_now: 36230000

Similar Messages

  • I just got a ipod nano 6th gen, and ive been using it for 2 days, and it seems that the battery just lasts about half a day, on playing 1 to 3 songs in intervals of 1-2 hours. Whats wrong with my ipod?

    I just got a ipod nano 6th gen, and ive been using it for 2 days, and it seems that the battery just lasts about half a day, on playing 1 to 3 songs in intervals of 1-2 hours. Whats wrong with my ipod?

    Your nano would really have nothing to do with it at that point. It is really something between iTunes and whatever server out there on the internet that it is trying to connect to for the update.
    Try posting this one in the iTunes forum, they might have a solution for you.
    i

  • TS1373 I have a 1st generation Nano, and I have a sad iPod icon, and it seems like my battery won't charge either.  I guess it's too old.  Anyway if I buy a new iPod will I be able to transfer my songs and playlists to the new one easily?

    I have a older Nano, I think I got it in 2004 or 2005 and I have a sad iPod icon, and it seems like my battery won't charge, the low battery icon appears but never seems to do anything.  If I buy a new iPod will I be able to transfer my songs and playlists to the new one easily?  Thanks.

    If you are using automatic syncing to load the iPod, all songs on the iPod are in your iTunes music library.  So, you won't need to transfer anything from the old nano.  Just sync the new iPod from your iTunes library the same way.
    If you use the Manually manage music setting, AND there are songs on the iPod that are not in your iTunes music library, you will need to off-load songs to your computer first.  You cannot transfer song files from iPod to computer using iTunes (except for songs purchased from the iTunes Store).  However, there are third-party methods and utilities that can transfer from iPod to computer.  If you do a Google search on something like "ipod transfer" you should get some links.
    Also, if this is a 1st gen iPod nano, you can check this article to see if it applies to you
    http://www.apple.com/support/ipodnano_replacement/

  • Ipod shuffle Wont play.. Seems like a battery issue

    Guys ... can anyone help with this
    My shuffle just stopped playing. Looks like the battery is dead. The lead indicator has no light when depressed. i have charged it via USB port and alos power adapter. The front status light shows green [ having been amber]. The battery led stil shows no light. All content is still visible in ITunes. I have reset it, also restored the software and then tried to charge it.
    Still seems to be dead. When you depress the battery status button , the led display light on the front turns green and stays lit for appox 5 seconds.
    Any help appreciated

    With a totally dead battery you wouldn't get the green status LED to light up. OTOH, that shouldn't light up when the battery check button is depressed.
    Probable cause: Internal electrical fault, and won't be recovered. You can/should try the iPod Shuffle Reset Utility, but don't hold out much hope.

  • [solved] Gnome 3.6 : brightness, battery and background

    In addition to gdm freezing, here are the other problems I have:
    - Changing brightness does not work anymore (from hotkeys or brightness extension)
    - Remaining battery power does not show when unplugged
    - Background stays gray whatever I select in the settings
    Let me know if you have any fix for these issues.
    Note that I start gnome-session with slim instead of gdm.
    -- edit --
    One more problem: the keyboard settings panel crashes and I cannot change keyboard layout anymore.
    -- edit: solved ---
    Reinstalling gnome-settings-daemon did the trick (it removed the deprecated "gnome-settings-daemon-intel-backlight")
    sudo pacman -Syyu gnome-settings-daemon
    Last edited by benob (2012-10-31 14:15:31)

    My apologies for the slight necro-bump but I did a little digging in the wiki and found this very helpful piece of info:
    For any users that don't have any of the default folders such as Pictures, Downloads, etc, you can install and run:
    pacman -S xdg-user-dirs
    xdg-user-dirs-update
    everything in the Gnome places menu will be sorted and putting pictures in the 'Pictures' folder works!

  • [SOLVED] yaourt seems not to manage cache correctly

    Firstly, I'll tell you that I put these options in /etc/yaourtrc to make yaourt save a copy of all the packages:
    # Build
    EXPORT=1
    EXPORTDIR="/var/cache/pacman/pkg-local"
    as it's written in the wiki. The problem is that, for example, when I try to update telegram-desktop, I always get an error like this:
    ==> Validating source files with md5sums...
        telegram-desktop.tar.xz ... FAILED
        telegram.svg ... Passed
        telegram ... Passed
        telegram.desktop ... Passed
    ==> ERROR: One or more files did not pass the validity check!
    ==> ERROR: Makepkg was unable to build telegram-desktop.
    ans that's because, last time I updated telegram-desktop, yaourt exported the package into the cache as these two files:
    # ls /var/cache/pacman/pkg-local/telegram*
    /var/cache/pacman/pkg-local/telegram-desktop-0.6.11-1-x86_64.pkg.tar.xz  /var/cache/pacman/pkg-local/telegram-desktop.tar.xz
    but I think the second one (without version numbers) should be a temporary file that should disappear after the installation in order to let yaourt download it again from the AUR (as I told before, the problem is that that file corresponds to an old version; indeed yaourt doesn't download anything when you try to update, it thinks it's already downloaded and checks the md5sum, which is wrong, obviously). Removing the file /var/cache/pacman/pkg-local/telegram-desktop.tar.xz lets yaourt update.
    What should I do to solve this? Is it a matter of yaourt or of telegram-desktop?
    Last edited by josealberto4444 (2014-11-26 22:54:09)

    Trilby wrote:But if the OP of this thread is new to using the AUR, which seems to be the case, I would still suggest not using yaourt (yet).
    Hmm... I've been using yaourt to install things from the AUR since the first day in Arch, more or less, one year ago, and I had no problems until I change that to have a copy of the installers. I thank you very much for your suggestions, I'll take a look at those packages (the one you said and the others) and I'll look for their advantages and disadvantages, but when I have time (wich seems to be in some months).
    Scimmia wrote:@josealberto4444, did you set SRCDEST in makepkg.conf?
    As an answer of this and the final solution (I hope), I put EXPORT=1 and removed $EXPORTDIR in /etc/yaourtrc, created ~/.packages and ~/.makepkg.conf with PKGDEST=~/.packages, moved all the files in /var/cache/pacman/pkg-local to ~/.packages, changed the ownership to me and removed /var/cache/pacman/pkg-local with its changed permissions and problems. Let's see how it works in the next update. I think it should work and fixes the problem with the security due to the changed permissions. I'll post here when I update any package using yaourt with new problems or the solved tag, haha.
    Thanks to all
    Edit: It worked perfectly, I put the tag [SOLVED].
    Last edited by josealberto4444 (2014-11-26 22:54:27)

  • I have the 4s and I updated to the ios6 and it seems like my battery life is shorter ...is this a problem for anyone else?  Are there any fixes?

    I have the 4s and since I updated tithe ios6 my battery seems to run down quicker...anyone else having this issue?  Any fixes?

    http:///discussions.apple.com/thread/4313585?start=0&tstart=150
    http://discussions.apple.com/thread/4310494?start=0&tstart=0
    2 ongoing discussion already on this topic, 2nd link has some suggestions to improve battery life.

  • [SOLVED] ACPI problem - shutdown and battery error

    Hi All,
    I've installed Arch and it looks cool, but not everything work.
    I can't get acpi related infos (like battery state), or turn off my laptop. I tried hard, but i couldn't solve it.
    here are some info, if you could help me:
    -actually I can reboot flawlessly
    -i removed autodetect from the hooks list because its building lasted forever
    -lshw : http://pastebin.com/Q6Cy9Ppy
    -dmesg : http://pastebin.com/LdFTrmaC
    systemctl status systemd-udevd :
    ● systemd-udevd.service - udev Kernel Device Manager
    Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static)
    Active: active (running) since cs 2014-11-27 15:49:17 CET; 57min ago
    Docs: man:systemd-udevd.service(8)
    man:udev(7)
    Main PID: 136 (systemd-udevd)
    CGroup: /system.slice/systemd-udevd.service
    ├─136 /usr/lib/systemd/systemd-udevd
    ├─137 /usr/lib/systemd/systemd-udevd
    ├─138 /usr/lib/systemd/systemd-udevd
    ├─139 /usr/lib/systemd/systemd-udevd
    ├─141 /usr/lib/systemd/systemd-udevd
    ├─142 /usr/lib/systemd/systemd-udevd
    ├─143 /usr/lib/systemd/systemd-udevd
    ├─144 /usr/lib/systemd/systemd-udevd
    ├─145 /usr/lib/systemd/systemd-udevd
    └─146 /usr/lib/systemd/systemd-udevd
    nov 27 15:49:17 Arch-AcerTM4500 systemd-udevd[136]: starting version 217
    nov 27 15:50:19 Arch-AcerTM4500 systemd-udevd[136]: worker [140] /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0001:00/ACPI0002:00 is taking a long time
    nov 27 15:50:19 Arch-AcerTM4500 systemd-udevd[136]: worker [145] /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:09/PNP0C09:00/ACPI0001:00/ACPI0002:00 is taking a long time
    nov 27 15:52:19 Arch-AcerTM4500 systemd-udevd[136]: worker [140] /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0001:00/ACPI0002:00 timeout; kill it
    nov 27 15:52:19 Arch-AcerTM4500 systemd-udevd[136]: seq 1138 '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0001:00/ACPI0002:00' killed
    nov 27 15:52:19 Arch-AcerTM4500 systemd-udevd[136]: worker [145] /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:09/PNP0C09:00/ACPI0001:00/ACPI0002:00 timeout; kill it
    nov 27 15:52:19 Arch-AcerTM4500 systemd-udevd[136]: seq 1060 '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:09/PNP0C09:00/ACPI0001:00/ACPI0002:00' killed
    Sorry for my strange sentences, i didn't speak or write English a long time ago.
    Last edited by vs22 (2015-02-13 09:13:17)

    I don't know why, but now it works.
    Possible reasons:
    previously I installed my system from bootstrap and now from the iso
    Arch updates
    Now I use journaling in ext4 previously not (I've installed both time to usb flash)

  • Overcharge battery?

    hi i got a g4 powerbook and i always worrying about the battery! can u overcharge these things? does it matter if its plugged in lots?
    what advice do u have to give a longer lasting battery?
    su

    This Apple note may be of interest: http://www.apple.com/batteries/notebooks.html Also, if you want to know a little more about charging cycles, this Apple note may also be of interest: http://www.apple.com/batteries/

  • [SOLVED] Thinkpad T510, freezes on battery power

    My Thinkpad T510 will freeze after anything from a few seconds to a few minutes after boot. I cannot do anything except hard power off the laptop. Sometimes it freezes at the login screen, sometimes at the desktop. So far it hasn't frozen on boot. I'm using Gnome 3 and GDM. Laptop-mode which is enabled on battery and AC power. I'm using the nvidia graphics card with proprietary drivers.
    I actually had a similar problem to this before, where it would freeze on battery power but much less often, usually anything from 10 minutes to hours after boot. It seemed like that problem had been fixed, but it has come back much, much worse.
    I wonder if the updated Nvidia 302 drivers are to blame, but I have no idea how I might go about finding out.
    Last edited by themusicalduck (2012-07-22 11:27:02)

    EDIT: I found the laptop will still freeze once it had reached low battery power. To fix it properly, I backed up and then replaced the entire contents of /usr/lib/pm-utils/power.d/wireless with
    #!/bin/sh
    /sbin/iwconfig wlan0 power off
    I ran the laptop down to critical battery level and had no freeze.
    After hours of trawling Google, I *think* I've found a solution. At least it's been running for a good half hour now without freezing.
    To fix, open up /usr/lib/pm-utils/power.d/wireless
    Find the section -
    case $1 in
    true) wireless_powersave on ;;
    false) wireless_powersave off ;;
    *) exit $NA ;;
    esac
    and change it to -
    case $1 in
    true) wireless_powersave off ;;
    false) wireless_powersave off ;;
    *) exit $NA ;;
    esac
    Last edited by themusicalduck (2012-07-28 04:59:01)

  • [solved] Laptop seems to "hang up" when trying to suspend2

    I finally got a new notebook, a Thinkpad X60. Today I tried to switch from vanilla- to suspend2-kernel (the one that I had running on my old notebook as well). When trying to "hibernate", I get output on the console until "Doing atomic copy." Then the laptop seems to hang up and does nothing for ages. But when I change to another console and back, the computer turns off... I don't know why.
    Starting the system again results in resuming the image - so it seems it has been correctly writen on my swap-device. But the console I come back to on resuming is unusable! I see the output made by 'hibernate' and a prompt. But I don't get an outpu if I type something. Typing blind, something as 'exit' or 'reset' doesn't work either.
    What's wrong there?
    Last edited by saciel (2007-07-21 23:31:38)

    Ok, I got it... same fix as for this problem:
    http://bbs.archlinux.org/viewtopic.php?pid=250074

  • How to solve this / seem caused by a subversion check out

    Due to check out in a different directory the original one, this error appear each time i edit some offline database object.
    All files are there. I'm able to edit after i press the ok button (10-15 such objects fails).
    Is it a way to restore the file ?
    Open Error
    An error occured while opening file:/C:/JDeveloper/mywork/.../.../xxxx.package
    java.io.IOException: The Offline Database file is missing. Please recreate Offline Database "Asylum database V5" with the correct settings.
         at oracle.jdevimpl.offlinedb.browser.DBObjectFileWrapper.getWrapperEx(DBObjectFileWrapper.java:701)
         at oracle.jdevimpl.offlinedb.browser.BasePlsqlSchemaObjectNode.getWrapperEx(BasePlsqlSchemaObjectNode.java:221)
         at oracle.jdevimpl.offlinedb.browser.BasePlsqlSchemaObjectNode.openImpl(BasePlsqlSchemaObjectNode.java:164)
         at oracle.ide.model.Node.open(Node.java:974)
         at oracle.ide.model.Node.open(Node.java:926)
         at oracle.ide.model.Node.ensureOpen(Node.java:1724)
         at oracle.jdevimpl.offlinedb.browser.BasePlsqlFolder.getBodyNode(BasePlsqlFolder.java:158)
         at oracle.jdevimpl.offlinedb.browser.BasePlsqlFolderRecognizer.create(BasePlsqlFolderRecognizer.java:49)
         at oracle.ide.model.NodeFactory.findOrCreateUsingDefault(NodeFactory.java:297)
         at oracle.ide.model.NodeFactory.findOrCreate(NodeFactory.java:152)
         at oracle.ide.editor.RecentFile.getNode(RecentFile.java:264)
         at oracle.ide.editor.RecentFile._getNode(RecentFile.java:313)
         at oracle.ide.editor.RecentFile.getContext(RecentFile.java:126)
         at oracle.ideimpl.editor.RecentFilesLRU.removeOldest(RecentFilesLRU.java:112)
         at oracle.ideimpl.editor.RecentFilesLRU.adjustSize(RecentFilesLRU.java:88)
         at oracle.ideimpl.editor.RecentFilesLRU.raiseContextInLRUList(RecentFilesLRU.java:195)
         at oracle.ideimpl.editor.EditorManagerImpl.raiseContextInLRUList(EditorManagerImpl.java:1838)
         at oracle.ideimpl.editor.EditorManagerImpl$5.run(EditorManagerImpl.java:2898)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.javatools.dialogs.ExceptionDialog.reallyShowExceptionDialog(ExceptionDialog.java:294)
         at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:229)
         at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:311)
         at oracle.ide.model.TextNode$1.run(TextNode.java:1752)
         at oracle.ide.model.TextNode.reportOpenException(TextNode.java:1761)
         at oracle.ide.model.Node.ensureOpen(Node.java:1729)
         at oracle.jdevimpl.offlinedb.browser.BasePlsqlFolder.getBodyNode(BasePlsqlFolder.java:158)
         at oracle.jdevimpl.offlinedb.browser.BasePlsqlFolderRecognizer.create(BasePlsqlFolderRecognizer.java:49)
         at oracle.ide.model.NodeFactory.findOrCreateUsingDefault(NodeFactory.java:297)
         at oracle.ide.model.NodeFactory.findOrCreate(NodeFactory.java:152)
         at oracle.ide.editor.RecentFile.getNode(RecentFile.java:264)
         at oracle.ide.editor.RecentFile._getNode(RecentFile.java:313)
         at oracle.ide.editor.RecentFile.getContext(RecentFile.java:126)
         at oracle.ideimpl.editor.RecentFilesLRU.removeOldest(RecentFilesLRU.java:112)
         at oracle.ideimpl.editor.RecentFilesLRU.adjustSize(RecentFilesLRU.java:88)
         at oracle.ideimpl.editor.RecentFilesLRU.raiseContextInLRUList(RecentFilesLRU.java:195)
         at oracle.ideimpl.editor.EditorManagerImpl.raiseContextInLRUList(EditorManagerImpl.java:1838)
         at oracle.ideimpl.editor.TabGroup.setCurrentTabGroupState(TabGroup.java:1417)
         at oracle.ideimpl.editor.TabGroup.activateEditor(TabGroup.java:728)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1418)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1340)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1267)
         at oracle.ideimpl.navigator.OpenEditorController.whenOpenEditor(OpenEditorController.java:41)
         at oracle.ideimpl.navigator.OpenEditorContextMenuListener.handleDefaultAction(OpenEditorContextMenuListener.java:51)
         at oracle.ide.controller.ContextMenuListenersHook$LazyContextMenuListener.handleDefaultAction(ContextMenuListenersHook.java:212)
         at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:418)
         at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1767)
         at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:2102)
         at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:2123)
         at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:195)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    after analyzing the problem a little bit more in details it appeared to me that the files JDeveloper couldn't open was from previous check out in different working copy. May be some recent files lists or some think like that. This list was not initialized after we committing all changes in Subversion repository, removed the application from workspace and check out the application in an other directory.
    To solve the problem we deleted the Application Data content for JDeveloper.

  • [solved]pacman seems to be stuck in infinite loop

    Hi, All
    I was trying out gnome2.20 which is till in testing.
    Installation of the packages was smooth, but I could not start X after the installation.
    The Xorg logs said that there was no X sever installed while the It was listed in the pacman -Q
    I decided to remove everything and do it again so I did a
    pacman -Rc xorg-server
    During the removal I thought of taking a backup of my xorg.conf and intruppted the package removal process by Ctrl+C.
    After copying the xorg.conf
    I re ran 
    pacman -Rc xorg-server
    but it seems to be running in loop.
    The message printed are like(these are not the actual message as I  dun have an acces to the system)
    Kmplayer not found in database
    Kmplayer not found in database
    Kmplayer not found in database
    So presently am not able to do anything (install/remove X). Text mode is working fine though.
    Can somebdy suggest some workaround(deleting/adding) something from/in the pacman database. or smthing like that.
    Thanks
    Sri
    Last edited by srimalik (2007-10-08 16:49:49)

    I would rather try to do that with kmplayer (pacman -S or pacman -R or both).
    Otherwise, the loop itself should be fixed in pacman 3.1.
    But what caused the loop in the first place, I am not sure. There might still be a problem in the interruption handling.
    Pacman is supposed to catch ctrl+c for exiting cleanly, But maybe it failed to in this case.. I don't know.

  • Linux doesn't seem to know battery status

    I have a sony vaio vgn-p11z. The first thing I mentioned was the broken status display of notion after an update, but this wasn't that bad.
    acpitool says there is no battery present, acpi however displays valid data about battery 0.
    The thing that really got me was linux making a filesystem check during boot while on battery.
    Any ideas on how to fix this?
    Thanks in advance.

    I believe acpitool uses /proc which is obsolete in the 3.x kernel series, whereas acpi uses... something else I can't remember. sysfs?
    Not sure why your system is doing filesystem checks while on battery though, unless the filesystems were not cleanly unmounted previously. Is that a possibility?

  • [solved] Pacman seems to think i have nothing installed

    ok im quite new to arch linux and ive been attempting to get to grips with it quickly so i may have done something stupid here...
    i installed arch with kde and have switched recently to the ice kernel, due to tryingto get compiz running and needing to update my graphics driver....
    having done this however pacman seems to have lost the fact that  it has ever installed anything...
    is there a way to remedy this...
    64bit btw...
    thanks in advance for any input and let me know if i need to give any extra info...
    Navillus
    Last edited by Navillus (2008-05-08 20:46:25)

    Well, pacman stores everything it knows about your system's packages in /var/lib/pacman/local -- if that dir is empty, then you're in trouble.  There's a script floating around somewhere that takes your pacman.log from /var/log and tries to re-install every package that should be on your system in an attempt to recreate /var/lib/pacman/local - I can never remember where that script is though; you'll have to do a search.

Maybe you are looking for

  • Exchange Migration from One domain to another domain on same forest

    Team,  we are in the process of migrating exchange infrastructure from one child domain to another child domain within same forest. root domain - root.com child domains - US.root.com and EMEA.root.com EMEA and US Domains setup are different from each

  • Problem with span style in javamail if html is created using ms word.

    I am using microsoft word to create the html which acts as a html template. Following code gets created for image part in html. <p class=MsoNormal><img width=390 height=200 id="_x0000_i1025" src="http://imagesource/test.gif"><b><i style='mso-bidi-fon

  • WDRuntimeException: Instance of view controller SystemView does not exist

    Hi there, I'm working with SAP NetWeaver v7.0, NWDS 7.0.19 and IE v8 on Windows Platform. And have started with my first steps in front of Web Dynpro. The scenario is: I have three Web Dynpro views with tables (not embedded). All tables are setted wi

  • Slow MacBook Pro mid-2009 on OSX Mavericks

    Hi, my computer has been very slow since I upgraded to Mavericks. I am a graphic designer and this is making work very frustrating. Can anyone guide me in the right direction of how to do proper maintenance on my machine? Thanks a bunch in advance! E

  • Adobe Keyboard shortcuts not working on 10.9.4

    I recently upgraded from 10.7.5 to 10.9.4 and my Adobe Creative Suite CC and CS6 keyboard shortcuts no longer work. How can I restore my CS keyboard shortcuts...overide  OS 10.9.4 shortcuts. Thanks! Kristina