[Solved]Updated system, and dealing with glibc issue.

I neglected to update/use Arch for quite some time, and decided to last night. I quickly encountered problems and I've read https://www.archlinux.org/news/filesyst … equired-1/, https://www.archlinux.org/news/the-lib- … a-symlink/, https://www.archlinux.org/news/fontconf … -required/, http://allanmcrae.com/2012/07/updating- … e-install/, and many threads about issues with filesystem and/or glibc.
First, I followed the instructions to resolve the issue with fontconfig.
<read various threads>
Then, I landed here: https://wiki.archlinux.org/index.php/De … iki:usrlib. I installed glibc-2.16.0-1-x86_64 using the instructions provided. IIRC, I was still experiencing conflicts with filesystem. I came across a thread where a user stated that instructions from Allan McRae's blog (from the link at the top) allowed him to upgrade his system. I tried it out, and I got around the filesystem issue as well as the issue with dependencies linked to tzdata, etc. My issue now lies with the pacman -Su step:
[asdf@asdf ~]$ sudo pacman -Su
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (1): glibc-2.16.0-5
Total Installed Size: 37.63 MiB
Net Upgrade Size: 0.05 MiB
Proceed with installation? [Y/n] y
(1/1) checking package integrity [###############################] 100%
(1/1) loading package files [###############################] 100%
(1/1) checking for file conflicts [###############################] 100%
error: failed to commit transaction (conflicting files)
glibc: /lib exists in filesystem
Errors occurred, no packages were upgraded.
Following Issue 2 under https://wiki.archlinux.org/index.php/De … iki:usrlib, I entered
$ grep '^lib/' /var/lib/pacman/local/*/files
. The output was:
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/security/
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/security/pam_ck_connector.so
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/basic.target.wants/
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/basic.target.wants/console-kit-log-system-start.service
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/console-kit-daemon.service
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/console-kit-log-system-restart.service
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/console-kit-log-system-start.service
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/console-kit-log-system-stop.service
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/halt.target.wants/
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/halt.target.wants/console-kit-log-system-stop.service
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/kexec.target.wants/
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/kexec.target.wants/console-kit-log-system-restart.service
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/poweroff.target.wants/
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/poweroff.target.wants/console-kit-log-system-stop.service
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/reboot.target.wants/
/var/lib/pacman/local/consolekit-0.4.5-2/files:lib/systemd/system/reboot.target.wants/console-kit-log-system-restart.service
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-linux-x86-64.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale.so.1
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libSegFault.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl.so.1
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc.so.6
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn.so.1
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt.so.1
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm.so.6
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libmemusage.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl.so.1
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpcprofile.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread.so.0
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv.so.2
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt.so.1
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db-1.0.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db.so.1
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil-2.16.so
/var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil.so.1
/var/lib/pacman/local/hal-0.5.14-6/files:lib/
/var/lib/pacman/local/hal-0.5.14-6/files:lib/udev/
/var/lib/pacman/local/hal-0.5.14-6/files:lib/udev/rules.d/
/var/lib/pacman/local/hal-0.5.14-6/files:lib/udev/rules.d/90-hal.rules
/var/lib/pacman/local/lib32-glibc-2.14-5/files:lib/
/var/lib/pacman/local/lib32-glibc-2.14-5/files:lib/ld-linux.so.2
/var/lib/pacman/local/ntfs-3g-2012.1.15-4/files:lib/
Being a newb, I didn't want to do something stupid, so I didn't take any action here..
I proceeded on with trying
find /lib -exec pacman -Qo -- {} +
The output was:
error: cannot determine ownership of directory '/lib'
/lib/libutil.so.1 is owned by glibc 2.16.0-1
/lib/libnsl.so.1 is owned by glibc 2.16.0-1
/lib/libnss_compat-2.16.so is owned by glibc 2.16.0-1
/lib/libSegFault.so is owned by glibc 2.16.0-1
/lib/ld-linux.so.2 is owned by lib32-glibc 2.14-5
/lib/ld-2.16.so is owned by glibc 2.16.0-1
/lib/libpthread.so.0 is owned by glibc 2.16.0-1
/lib/libnss_nisplus.so.2 is owned by glibc 2.16.0-1
/lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
/lib/librt-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_files.so.2 is owned by glibc 2.16.0-1
error: cannot determine ownership of directory '/lib/ufw'
error: No package owns /lib/ufw/user6.rules.pacsave
error: No package owns /lib/ufw/user.rules.pacsave
error: cannot determine ownership of directory '/lib/udev'
error: cannot determine ownership of directory '/lib/udev/rules.d'
/lib/udev/rules.d/90-hal.rules is owned by hal 0.5.14-6
/lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
/lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
/lib/libm.so.6 is owned by glibc 2.16.0-1
/lib/libnss_files-2.16.so is owned by glibc 2.16.0-1
/lib/libc-2.16.so is owned by glibc 2.16.0-1
/lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1
/lib/libdl.so.2 is owned by glibc 2.16.0-1
/lib/libutil-2.16.so is owned by glibc 2.16.0-1
/lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
/lib/libpthread-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
/lib/librt.so.1 is owned by glibc 2.16.0-1
/lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
/lib/libc.so.6 is owned by glibc 2.16.0-1
/lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
/lib/libresolv-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_db.so.2 is owned by glibc 2.16.0-1
/lib/libcidn.so.1 is owned by glibc 2.16.0-1
/lib/libresolv.so.2 is owned by glibc 2.16.0-1
/lib/libmemusage.so is owned by glibc 2.16.0-1
/lib/ld-linux-x86-64.so.2 is owned by glibc 2.16.0-1
error: cannot determine ownership of directory '/lib/security'
/lib/security/pam_ck_connector.so is owned by consolekit 0.4.5-2
/lib/libanl-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
/lib/libcidn-2.16.so is owned by glibc 2.16.0-1
/lib/libm-2.16.so is owned by glibc 2.16.0-1
/lib/libcrypt.so.1 is owned by glibc 2.16.0-1
error: cannot determine ownership of directory '/lib/systemd'
error: cannot determine ownership of directory '/lib/systemd/system'
/lib/systemd/system/console-kit-daemon.service is owned by consolekit 0.4.5-2
/lib/systemd/system/console-kit-log-system-restart.service is owned by consolekit 0.4.5-2
error: cannot determine ownership of directory '/lib/systemd/system/kexec.target.wants'
/lib/systemd/system/kexec.target.wants/console-kit-log-system-restart.service is owned by consolekit 0.4.5-2
error: cannot determine ownership of directory '/lib/systemd/system/basic.target.wants'
/lib/systemd/system/basic.target.wants/console-kit-log-system-start.service is owned by consolekit 0.4.5-2
error: cannot determine ownership of directory '/lib/systemd/system/poweroff.target.wants'
/lib/systemd/system/poweroff.target.wants/console-kit-log-system-stop.service is owned by consolekit 0.4.5-2
error: cannot determine ownership of directory '/lib/systemd/system/halt.target.wants'
/lib/systemd/system/halt.target.wants/console-kit-log-system-stop.service is owned by consolekit 0.4.5-2
error: cannot determine ownership of directory '/lib/systemd/system/reboot.target.wants'
/lib/systemd/system/reboot.target.wants/console-kit-log-system-restart.service is owned by consolekit 0.4.5-2
/lib/systemd/system/console-kit-log-system-stop.service is owned by consolekit 0.4.5-2
/lib/systemd/system/console-kit-log-system-start.service is owned by consolekit 0.4.5-2
/lib/libdl-2.16.so is owned by glibc 2.16.0-1
/lib/libnsl-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_nis.so.2 is owned by glibc 2.16.0-1
/lib/libnss_dns-2.16.so is owned by glibc 2.16.0-1
/lib/libpcprofile.so is owned by glibc 2.16.0-1
/lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
/lib/libanl.so.1 is owned by glibc 2.16.0-1
/lib/libthread_db.so.1 is owned by glibc 2.16.0-1
Again, I'm not sure what to do here.
On an irrelevant note, a red flag went up earlier. By some means, it appears I messed up Arch. Is there a chance I can fix the issue with the kernel or is the best option a reinstall?
(482/563) upgrading linux [################] 100%
>>> Updating module dependencies. Please wait ...
depmod: ERROR: could not open directory /lib/modules/3.6.10-1-ARCH: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
>>> Generating initial ramdisk, using mkinitcpio. Please wait...
==> Building image from preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> ERROR: '/lib/modules/3.6.10-1-ARCH' is not a valid kernel module directory
==> Building image from preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> ERROR: '/lib/modules/3.6.10-1-ARCH' is not a valid kernel module directory
error: command failed to execute correctly
(498/563) upgrading nvidia [################] 100%
depmod: ERROR: could not open directory /lib/modules/3.6.10-1-ARCH: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
If your card is from the 7xxx series or earlier, install nvidia-304xx
[asdf@asdf ~]$ ls -ld /lib
drwxr-xr-x 6 root root 4096 Dec 22 15:11 /lib
[asdf@asdf ~]$ mkinitcpio -p linux
==> Building image from preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> ERROR: '/lib/modules/3.6.10-1-ARCH' is not a valid kernel module directory
==> Building image from preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> ERROR: '/lib/modules/3.6.10-1-ARCH' is not a valid kernel module directory
Thanks in advance.
Last edited by illusory (2012-12-24 00:24:47)

I checked out https://wiki.archlinux.org/index.php/Initramfs, and I'm not sure what to do. I rebooted a few times in attempt to get things going. I'm assuming I need to start by logging in to the live CD as root and mounting the sda in which Arch is installed? I don't know how to mount root nor know the complete title for the Arch partition (sda x,x). Sorry for the hassle.
Edit: Found https://wiki.archlinux.org/index.php/Ch … partitions. Be back in a bit.
I currently have the temporary filesystems mounted, chrooted, and am in bash.
# mkinitcpio -p linux
doesn't work. I tried
mkinitcpio -g ..... 3.6.10-1-ARCH
and I received something about 3.6.10 and a module directory.
Last edited by illusory (2012-12-23 23:26:00)

Similar Messages

  • I am using Windows 7 Home Premium 64-bit OS.  I've never had this problem before... today I opened iTunes and it prompted me to download the newest version.  I use iTunes all the time and have updated it multiple times with no issues.  During the installa

    I am using Windows 7 Home Premium 64-bit OS.I've never had this problem before... today I opened iTunes and it prompted me to download the newest version.  I use iTunes all the time and have updated it multiple times with no issues.  During the installation process it gave me an error message that said: 
    Runtime error! 
    Program C:\Program Files\iTunes.exe
    R0634
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    I quit the installation, uninstalled iTunes and rebooted my computer.  I now receive a similar message with a slight difference:
    Runtime error! 
    Program C:\Program Files (x86)...
    R0634
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    I did not leave anything out from the error message.  It doesn't point to a specific file, it just ends with "(x86)..."  Every time I boot up my computer, this error message pops up on my desktop.
    How do I repair this issue?  I have found multiple suggested solutions but am unsure which one is the best, and I don't want to try a bunch of different things for fear I may make the problem worse.  I would like to try and fix this myself if possible but I need to know if that is really possible or if I need to take my computer to someone for repairs.  Any suggestions will be greatly appreciated!!

    Hi lustyln,
    I'm having a little trouble understanding all of what you are trying to explain. From what I can tell, it sounds like your PC has a lot of software problems and you want to know what is supposed to be there and what isn't.
    For reference, here are your product specifications:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c01893242&lc=en&product=4043282
    To get your PC software back to how it was when it was first purchased, run a system recovery:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c01867418&lc=en&product=4043282
    I hope this helps.
    ...an HP employee just trying to help where I can, but not speaking on behalf of HP.

  • My device only displays the Diagnostic Mode screen. Don't metter what I do. I've tryed to update itunes and reestore with latest software a few times, but it always comes back on the Diagnostic Mode screen. What's wrong?

    My device only displays the Diagnostic Mode screen. Don't metter what I do. I've tryed to update itunes and reestore with latest software a few times, but it always comes back on the Diagnostic Mode screen. What's wrong?

    Hi sayla,
    When you reloaded your software did you do a clean reload (deleting all data)? http://bbry.lv/bpv7DT
    If so, you might try doing a resettofactory using the following instructions. http://bit.ly/fMW9I4 This will reset to factory default.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Is this legit?             Confirm your email address  Dear Email Users,  As part of our security measures, we regularly screen activity in the E-mail system and after noticing an issue on your account password, we are requesting confirmation from you for

      Is this legit?
       Apple Support Team <applsupporteam @icloud.com>
           Confirm your email address
    Dear Email Users,
    As part of our security measures, we regularly screen activity in the E-mail system
    and after noticing an issue on your account password, we are requesting confirmation
    from you for the following reason:
    Our system requires further password verification.
    In accordance with E-mailUser Agreement, your account access will remain limited
    until the issue has been resolved. Unfortunately, if access to your account remains
    limited for an extended period of time, it may result in further limitations or
    eventual account closure.
    To verify your E-mail account, you must reply to this email
    immediately and enter your following
    information.
    First Name:
    Last Name:
    Email Username :
    Email Password :
    Thank you for using webmail
    Icloud. com support team
    <Edited By Host>

    Apple requests that you forward these types of emails to them as follows (from http://support.apple.com/kb/HT4933):
    If you receive a suspicious email, select the message text so that it is highlighted. Choose Forward as Attachmentfrom the Message menu (OS X Mail) or the Actions menu (Outlook). Send the email to [email protected] This provides Apple's legal department and law enforcement with useful information to help prevent future phishing emails.

  • What's the best Mac to run Logic Pro 9 and above with no issues

    What's the best Mac to run Logic Pro 9 and above with no issues?

    Any Mac that can happily run OS X Snow Leopard 10.6.8 and Logic Pro 9.1.5.....
    Note: Newer Macs cannot run Snow Leopard because SL doesn't provide hardware support for the newer hardware found in these newer Macs....
    Next best combo for newer Macs is Mavericks 10.9.5 and Logic Pro 9.1.8... but it is nowhere near as efficient a combo as the previous one mentioned...

  • Indesign won't install past 42% then says it failed. I downloaded photoshop and illustrator with no issues.

    Ive tried to download Indesign but it won't go past 42% on the download bar and then it says it failed. no information to why.
    I downloaded Photoshop and Illustrator with no issues
    on a Mac running 10.0.5

    Dededededede I would recommend reviewing your installation log files to determine if the installation or download has failed.  If the installation has failed then there will be a specific error within the log which will determine why there was a failure.  You can find details on how to locate and interpret the installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors you discover to this discussion.

  • MBP 9,2 no longer recognizing my 3rd Gen Apple TV - wife's MPB 8,1 recognizes and connects with no issues.

    My MBP 9,2 (2.9GHz i7/8GB/750HDD) no longer recognizes my 3rd Gen Apple TV while my wife's MBP 8,1 (2.3GHz/4GB/320HDD) recognizes and connects with no issues. All are running current software.

    Hello herbnmyth,
    Thank you for using Apple Support Communities. 
    I see that you are having difficulties with connecting the Apple TV with your computer. The following article provides information for troubleshooting Home Sharing and should help you sort the connections. 
    Troubleshooting Home Sharing - Apple Support
    Regards,
    Jeff D.

  • [SOLVED]Updat Sync and Upgrade the system with pacman behind a proxy

    Am brand new to archlinux having used ubuntu for over a year i felt it was time to upgrade to something that would allow me to learn linux not just use it. so far i have been able to install my system and everything works fine .. however am about to update my system with pacman (just finsihed setting up networking) and am wondering how i can make pacman work with network proxy. without which i would be unble to setup the laptop with arch any help is appreciated
    Last edited by bigbrovar (2008-12-14 07:40:46)

    solved this by adding my proxy variable to .bashrc in the home dir of the user i created. and also adding it to profile.bash in the /etc/

  • How to prevent and deal with overheating

    Disclaimer
    I do not guarantee that the advice given here will help in every case of overheating.
    A BIG thank you to
    The HP forum members: CherylG, Dave_G, and Mumbodog for their suggestions.
    Guide
    01. Clean the vents of your notebook / netbook weekly using compressed air.  
              Resource:
              Reducing Heat and Fan Noise by Cleaning Air Vents
    02. Check is processor (CPU) highly loaded by any process or service using recommended tool.
              Windows 7:
              a) Resource Monitor which is built-in this system.
                   Resources:
                   Windows 7 Resource Monitor
                   How to Open Resource Monitor in Windows 7
              b) Process Explorer which you may download from here.
              Vista and XP: 
              Process Explorer which you may download from here.
    03. Update the HP software and drivers to the latest version.
             Click the Support & Drivers link here.
             In the search box type your notebook product number (p/n).
             Resource:
             How to Locate the Notebook p/n
             Choose ' Next '.
             Click ' Software & Driver Downloads '.
             Use the dropdown selector to select correct operation system and click ' Next '.
    04. Minimize the use of background tasks such as defragmentation and virus scans.  Use the scheduler to ensure these
             tasks are executed when the laptop is not being heavily used.
    05. Always place your laptop on a hard flat surface. Never place your notebook / netbook on lap, bed, couch, blankets,
             comforters or other soft / fabric surfaces that can block fans and air vents.
    06. Turn off your notebook / netbook before placing it into a briefcase or a backpack. Do not ever place an operating
             laptop in a confined space where heat can build up.
    07. Operate the laptop with a reasonable ambient room temperature.
             When the room temperature is high then if it's possible turn on the air conditioning or set the standing fan in the
             direction of the laptop.
    08. Never leave operating laptop with closed lid. This always generates heat inside laptop. You may close lid only if
             laptop will automatically go into sleep or hibernation mode.
    09. Install monitoring software. I always recommend HWMonitor (free software). You may check with it your
             notebook / netbook CPU (processor), GPU (graphic card), motherboard and HDD temperatures.
    10. Adjust power settings to your needs. Lower energy consumption will result lower heat generation.  
             Some proposals:
             - don't set brightness to max;
             - customize graphic card power settings;
             - set the correct power plan in your system;
                 a) Windows 7 select the " Power saver ";
                      Power plans: frequently asked questions - Windows 7
                 b) Windows Vista select the " Power saver ";
                      Power plans: frequently asked questions - Windows Vista
                 c) Windows XP select the " Portable/Laptop ".
                      Power Management in Windows XP
    11. Use a notebook cooler or a system for elevating your computer to reduce heat buildup.
             This is specially recommended for a heavy gamers.
             Resource:
             Notebook Coolers : A Buyers Guide
    12. Laptops are not built to withstand heavy gaming nor even prolonged  viewing of videos (regardless of the
             Entertainment title). Both of these things often lead to shorten the life of your notebook / netbook.
    13. If you are buying a new computer, check:
             - reviews on the Internet;
             - HP forums for complaints about a particular model and overheating.
             Both of these recommendations may save you a lot of problems.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

    I totally feel your pain. I too have a similar setup, a G4 running Tiger wherein I ripped my vinyl to a higher bitrate than my CD copies. I have in one of thses threads a script that was written for me that would rummage across the home network and pull down all the lower bitrate copies and move them, but I had a hard drive snafu, ran out of space and never got around to it..
    I DO think however, that you can display the bitrate of the files in the list view options within iTunes and sort the files that way, and move the duplicate files you don't want to the trash. From within iTunes.. Let me go fire up the livingroom frankenbox to check..
    Yup.. If you use the View Options you can sort through the master list in iTunes by bitrate..
    http://imageupper.com/i/?S0300010100011D1344782818223713
    Takes a bit to sort out the tracks but it's workable..
    As to joining the libraries that you've gotten them cleaned up, you need to drop all the song files into a single folder and let iTunes sort them into the default location. There is a submenu here:
    http://imageupper.com/i/?S0500010010011A1344783379227569
    http://imageupper.com/i/?S0500010010021A1344783379227569
    Good luck!
    Deb.

  • Setting up a Time Capsule and dealing with security

    Here's an interesting problem/question.
    I had very little trouble setting up my TC on my MPB wirelessly. However, my old PB G4 800Mhz with the original airport card couldn't connect. It would keep timing out. Finally, I called Tech Support and think it managed to stump even the tech support. There was a point the TC wouldn't even work with the MBP. Finally, I unplugged the TC, did a hardware reset then a software reset. In factory default mode, with no security, this PB can connect. However, if I turn on any form of security (WEP,WPA, anything), the PB can't connect.
    Has anyone come across an issue like this? And how did you solve it? Is this clear enough?

    2) What's the difference between joining a network and extending it? Wouldn't joining a network extend its range?
    When joining an existing wireless network, an AirPort Express Base Station (AX) is acting just like any other wireless client (laptop, desktop, printer, etc.); its basic router functions are disabled. When extending an existing wireless network it will "extend" the network connectivity (including Internet access if available) from the base station. The latter is called a Wireless Distribution System (WDS). With the introduction of the 802.11n base stations another method of extending a wireless network was also introduced. This new method retains a 802.11n wireless network by only working with another 802.11n AirPort, whereas a WDS will only operate in 802.11g.
    4) Is there any difference between WEP (Transitional Security Network) on the Time Capsule and WEP 128 bit on the Airport Express?
    Sort of. WEP Transitional is a "hybrid" version of WEP that's supported on 802.11n networks that will have 802.11b/g WEP clients. WEP 128-bit is only available in either the 802.11b/g-compatible, 802.11g only or 802.11b only radio modes.

  • Logitech Game Controller for use in Labview and dealing with possible disconnects

    Hello all, I would like to see if there are any suggestions on the following issue. In effect I am using a Logitech game controller to manipulate large scale robots. During operation with these robots I need to plan for the inevitable "accidental" disconnection of the game controller from the computer running labview while it is under operation. Simple to say I can throw the system into standby upon the "ERROR" messages I get, but I want to programmatically be able to "reset" the controller (ie wait for it to be plugged back in) and have the program continue working. However with my work and research thus far that isn't the case. I end up with the same error (even when reconnected, attempted re-initialize, closing the connection, with time delays, and re-initailizing after closing all connections). Nothing seems to work other than closing the program and restarting it (which for the consumer this would be quite frustrating). Suggestions?
    Also on a similar note if anyone has any ideas on how to scan for devices prior to using them would be helpful too.
    I currently am running Labview 2009 in windows 7. I do realize windows has its unique way of dealing with plug and play devices, and suspect that I may have to play with these features, but I don't know this topic very well.
    Thank you all in advance!

    Hey Dashiva,
    I am assuming that the Game Controller that you are using is connected via USB. Does it show up in the computer's Windows menu when it is plugged in? If so, you can make calls to it using .NET controls that could access the device once it is re-connected. I would also try simply hitting F1 and see if that allows the program to reset the controller.
    Good Luck,
    Doug B
    National Instruments
    Applications Engineer
    Applications Engineer
    National Instruments

  • Buying new mac to deal with fcp issue

    I have a power book g4 and was running FCP HD and decided to upgrade my camera to HD. However my mAc would not capture the footage from the camera. Having been into the Mac store I was informed of two choices. Either purchase the new
    version of FC Studio or buy FC express. However I was adivsed that my machine was not powerful enough to run the new FC Studio.
    So I bought FC Express. But capturing my footage form the camera was a horribly slow process. I am used the capture happening in close to real time. Now it can take 2 mins to capture a 30 seconds clip. Is this becuase the footage is HD or is it because Im running FC Express?
    If I buy a new machine with new version of FC Studio will I solve this problem?
    Also will my old FCP files load into the new version of FC Studio?
    Any reccomendations for which machine to buy for a bugdet around £1000 maybe a bit more?
    Oh and one last thing, how short do you think I need to make my HD movies to fit them onto a DVD given Apple dont support Bluray?

    Your single processor laptop grade G4 is probably slowing you down considerably when dealing with the realities of HD requirements. That and disk speed. FC Express is probably not the bottleneck.
    You haven't said what flavour of HD you're dealing with, but whichever it is, a G4 powerbook is seriously underpowered to handle it.
    As to an upgrade, for right around a thousand pounds - roughly $1950 American - you can pick up a refurbished 2.8 Ghz Quadcore Mac Pro. Dunno if it holds true for the British Apple store.
    GAH! - just checked and with VAT, it's £1,499.00 in the UK Apple store.
    OH - and as to your question about DVD, since standard DVDs only support SD, you'll have to downconvert and the storage requirements are the same.
    Patrick

  • Archiving shopping carts and dealing with archives

    hi sdn,
    in srm 2.0 we are archiving sc with transaction SARA. We don't know any other way than using report BBP_PD_ARCH_SEQREAD to pull archived sc back into the system, to display information concerning one sc. Recently we got short dumps because the archives are about 100 mb sized. So we ran out of memory, which caused the dump.
    <i><b>And the Question is:</b></i>
    Is there any other (better) way in higher releases than SRM 2.0 to deal with archived SC? This report BBP_PD_ARCH_SEQREAD is not really handy - the output looks similar to transaction bbp_pd but is much harder to read. So if you really need to get information you might as well jump through different tables as well.
    regards, matthias

    Hi
    Please check the following Wiki session, may it can  help you about the Archiving process in SRM.
    [https://wiki.sdn.sap.com/wiki/display/SRM/HowtoArchiveaShopping+Cart]
    Always refer to the online help as well.
    [http://help.sap.com/saphelp_srm50/helpdata/en/15/c9df3b6ac34b44e10000000a114084/content.htm]
    I hope it helps!

  • Un-updated iPhone4 and new macbook pro issues

    Because of issues with my old PC I have been unable to update my iPhone 4 for about a year and a half now. My old PC crashed and now I am left with an unupdated iPhone 4 and a new Macbook Pro. I have already transfered my purchased music into my new Macbook, but I am worried that when I try to update my iPhone I will lose my 1,800 some unpurchased songs. I backed up my iPhone 4 in my iTunes,and it finished backing up extremely fast so I'm left in doubt that it backed up my unpurchased music.Does this mean my unpurchased music has also been backed up? I'm aware that my iphone will have to be restored though the updating process, and eventually restored from the back up. In other words, should my new itunes library have a back up of all of my unpurchased music, and if not what should I do?

    My old computer is crashed so I unfortunately cannot refer back to it although all of those unpurachased songs were indeed on there. I don't have a problem with my purchased songs. I just want to make sure when I update my iphone I will not lose my unpurchased songs. Are my unpurchased songs backed up on my new macbook if i backed up my iphone in my new macbook's iTunes?

  • Inbound Delivery Idoc not update PIC and PGI with split batch.

    Dear Experts,
    Delivery outbound with split batch send to third party Warehouse to PIC and PGI from SAP, then receive the delivery inbound IDOC to update the PIC and PGI in SAP from third party. Basic Idoc DELIVERY03 it's works fine with out split batch, with split batch it's not updating PIC and PGI at the same time no error. Please advice on this
    E1EDL24-HIPOS = "HIGHER LEVEL ITEM NUMEBR"
    E1EDL24-HIEVW = "VALUE 1"
    E1EDL19-QALF = "BAS"
    Thanks and Regards,
    Thiru.

    Hi,
    You also have to create a segment with following data as well (for batches).
    E1EDL19-QUALF = "QUA".
    Cheers,

Maybe you are looking for

  • I cannot access my address book now that I have updated to Snow Leopard.

    I bought Quickbooks 2012 for the Mac, which required that I update my OS to Snow Leopard (at least.)  So I purchased it online (not available at apple stores anymore.) And Installed it.  Then I went to apple and got the free updates and installed the

  • Regarding problem with assigning field to Field symbols

    Hi All, We are migrating(recreating) the program which was in 4.7 to ECC 6.0. In 4.7 they are using the below code for assigning the field to fieldsymbol from work area as shown below. ASSIGN wa_kostl_kstar-wkg001+offset TO <von> wa_kostl_kstar is a

  • Running total / Summary - 3 groups

    Dear All, I am facing an problem in Summary / Running Total in my crystal  Report. I have 3 groups as under : 1) Document Series 2) Territory 3) Transaction Details which includes Document Total Now Example my document series is Projects and Territor

  • How to install Windows 2000 Server in x61

    I got a new x61 model:7673-B93, and need to install Windows 2000 server in it, but failed. Can anyone tell me if I can do this? Thanks

  • How to debug a program exit in a Workflow ?

    Hi experts,                   How to debug a program exit in a workflow when the workflow is triggered ? thanks in advance regards Ashwin