Kernel 2.6.32.7-1/mkinitcpio update issue - filesystem/ext3 error

Hi,
Earlier my desktop (after a week uptime) didn't boot anymore. It got the "Reboot required" error at filesystem check (the rc.sysinit script gives this when fsck returns exit status 2).
I tried several things, made sure from a live that the partitions were all clean, yet nothing helped. Then i noticed i wasn't all up to date and made a pacman -Su (after refreshing the list) and at the kernel26 upgrade it said 'SUCCESS' but it gave a small error message during it:
:: Parsing hook [autodetect]
/lib/initcpio/install/autodetect: Zeile 17: filesystem:ext3:1.0: Kommando nicht gefunden.
(Sorry in German but it really is just "line 17" and "command not found").
The Message only appeared in the normal kernel, during building the fallback it didn't say anything.
I had done the same updates a day before on my netbook and there i can't remember any error message and it also boots just fine.
As long as i disable automatic fsck at boot in the fstab the system boots fine.
I'm too tired right now to try any more things, i need sleep. I'd appreciate some help in this, however it's not too urgent, as i can boot and use the system without automatic filesystem check at boot-time.
Ogion
EDIT:
Forgot to add the filesystems and autodetect files from the directory mentioned in the error message:
/lib/initcpio/install/filesystems:
# vim: set ft=sh:
install ()
MODULES=" $(checked_modules '/kernel/fs' | grep -v "nls") $(checked_modules '/kernel/fs/nls/nls_cp437')"
BINARIES=""
FILES=""
SCRIPT=""
help ()
cat<<HELPEOF
This hook adds filesystems modules to the image. If you would like to
minimize the modules installed in the image, add the autodetect hook too.
HELPEOF
/lib/initcpio/install/autodetect
# vim: set ft=sh:
install ()
MODULE_FILE="${TMPDIR}/autodetect_modules"
#blegh, we'll let /tmp clean itself up
AUTODETECT="$(auto_modules -e '/scsi/' -e '/block' -e '/fusion/' \
-e '/usb/' -e '/ide/' -e '/ieee1394/' -e '/cdrom' \
-e '/net/' -e '/pcmcia' -e '/ata' \
| grep -v -e 'ata_generic.ko' -e 'ide-generic.ko')"
#Filesystem detection, use sysfs instead of /proc
findfs ()
for blkdev in $(find /dev -type b | grep -v -e /dev/loop -e /dev/ram -e /dev/fd); do
(eval $(/sbin/blkid -o udev -p "${blkdev}"); [ "${ID_FS_USAGE}" = "filesystem" ] && echo $ID_FS_TYPE)
done
if [ ${UID} -eq 0 -o "$(groups | grep disk)" != "" ]; then
for fs in $(findfs | sort | uniq); do
for mod in $(find "${MODULEDIR}" -type f -name "${fs}.ko"); do
if [ -n "${mod}" ]; then
AUTODETECT="${AUTODETECT} ${mod}"
fi
done
done
if [ -e /sbin/mdadm ]; then
for raidmod in $(/sbin/mdadm -E -s -v /dev/hd* /dev/sd* /dev/rd/* /dev/ida/* /dev/cciss/* /dev/ataraid/* /dev/mapper/* \
| awk -Flevel= '{print $2}' | awk '{print $1}'); do
case "${raidmod}" in
raid4|raid5|raid6)
AUTODETECT="${AUTODETECT} raid456" ;;
AUTODETECT="${AUTODETECT} ${raidmod}" ;;
esac
done
fi
else
err "User does not have proper permissions to read superblocks, raid and filesystem modules are not detected"
fi
for m in ${AUTODETECT}; do
modname="$(basename ${m%%\.ko})"
grep "^${modname}$" "${MODULE_FILE}" >/dev/null 2>&1 && continue
case "${m}" in
#*/ieee1394/*) echo -e "sbp2\nsd_mod\nsr_mod" >> "${MODULE_FILE}";;
*ext3*) echo "jbd" >> "${MODULE_FILE}" ;;
*ext4*) echo -e "jbd2\nmbcache\ncrc16" >> "${MODULE_FILE}" ;;
*afs*) echo "rxrpc" >> "${MODULE_FILE}" ;;
*cramfs*) echo "zlib_inflate" >> "${MODULE_FILE}" ;;
*isofs*) echo "zlib_inflate" >> "${MODULE_FILE}" ;;
*msdos*) echo "fat" >> "${MODULE_FILE}" ;;
*vfat*) echo -e "fat\nnls_cp437" >> "${MODULE_FILE}" ;;
*ocfs2*) echo -e "ocfs2_dlm\njbd\nocfs2_nodemanager\nconfigfs" >> "${MODULE_FILE}" ;;
esac
echo "${modname}" >> "${MODULE_FILE}"
done
BINARIES=""
SCRIPT=""
help ()
cat <<HELPEOF
This hook shrinks your initramdisk to a smaller size
by autodetecting your needed modules. Be sure to verify
included modules are correct and none are missing.
This hook must be run before other subsystem hooks in
order to take advantage of auto-detection. Any hooks
placed before 'autodetect' will be installed in full.
HELPEOF
Last edited by Ogion (2010-02-06 01:23:07)

Ogion wrote:
Hi,
:: Parsing hook [autodetect]
/lib/initcpio/install/autodetect: Zeile 17: filesystem:ext3:1.0: Kommando nicht gefunden.
/lib/initcpio/install/autodetect
# vim: set ft=sh:
install ()
MODULE_FILE="${TMPDIR}/autodetect_modules"
#blegh, we'll let /tmp clean itself up
AUTODETECT="$(auto_modules -e '/scsi/' -e '/block' -e '/fusion/' \
-e '/usb/' -e '/ide/' -e '/ieee1394/' -e '/cdrom' \
-e '/net/' -e '/pcmcia' -e '/ata' \
| grep -v -e 'ata_generic.ko' -e 'ide-generic.ko')"
#Filesystem detection, use sysfs instead of /proc
findfs ()
for blkdev in $(find /dev -type b | grep -v -e /dev/loop -e /dev/ram -e /dev/fd); do
(eval $(/sbin/blkid -o udev -p "${blkdev}"); [ "${ID_FS_USAGE}" = "filesystem" ] && echo $ID_FS_TYPE)
If I'm counting right it's complaining about the last quoted line, correct?
Try on your command line, what happens when you do:
for blkdev in $(find /dev -type b | grep -v -e /dev/loop -e /dev/ram -e /dev/fd); do
eval $(sudo /sbin/blkid -o udev -p "$blkdev")
[ "${ID_FS_USAGE}" = "filesystem" ] && echo "$ID_FS_TYPE"
done

Similar Messages

  • TeX Live 2013 update issue: Package biblatex Error

    Hi.
    Today I updated texlive 2012 to 2013 version. After this I can't compile my projects with error:
    ! Package biblatex Error: Patching 'babel' package failed.
    I use biblatex with biber backend and polyglossia packages.
    Installed packages:
    extra/texlive-bibtexextra 2013.30944-1 (texlive-most)
    TeX Live - Additional BibTeX styles and bibliography databases
    extra/texlive-bin 2013.30973-2
    TeX Live binaries
    extra/texlive-core 2013.30962-2 (texlive-most)
    TeX Live core distribution
    extra/texlive-fontsextra 2013.30955-1 (texlive-most)
    TeX Live - all sorts of extra fonts
    extra/texlive-formatsextra 2013.30214-1 (texlive-most)
    TeX Live - collection of extra TeX 'formats'
    extra/texlive-games 2013.30959-1 (texlive-most)
    TeX Live - Setups for typesetting various board games, including chess
    extra/texlive-genericextra 2013.29803-1 (texlive-most)
    TeX Live - mixed bag of generic macro packages and fonts
    extra/texlive-htmlxml 2013.29725-1 (texlive-most)
    TeX Live - Packages to convert LaTeX to XML/HTML, and typeset XML/SGML
    extra/texlive-humanities 2013.30815-2 (texlive-most)
    TeX Live - LaTeX packages for law, linguistics, social sciences, and humanities
    extra/texlive-langcyrillic 2013.30653-1 (texlive-lang)
    TeX Live - Fonts and macro packages to typeset Cyrillic texts
    extra/texlive-latexextra 2013.30964-1 (texlive-most)
    TeX Live - Large collection of add-on packages for LaTeX
    extra/texlive-music 2013.30005-1 (texlive-most)
    TeX Live - Music typesetting packages
    extra/texlive-pictures 2013.30637-2 (texlive-most)
    TeX Live - Packages for drawings graphics
    extra/texlive-plainextra 2013.30377-1 (texlive-most)
    TeX Live - A collection of add-on packages and macros for plain TeX
    extra/texlive-pstricks 2013.30956-1 (texlive-most)
    TeX Live - Additional PSTricks packages
    extra/texlive-publishers 2013.30958-1 (texlive-most)
    TeX Live - LaTeX classes and packages for specific publishers
    extra/texlive-science 2013.30910-1 (texlive-most)
    TeX Live - Typesetting for natural and computer sciences
    Last edited by unikum (2013-08-04 10:30:23)

    @unikum: Yes I have , and I can confirm that everything (apart from polyglossia) compiles flawlessly. It would appear with XeTeX the polyglossia package works but the BibLaTeX doesn't. With PDFTeX, BibLaTeX does work, but I see that polyglossia only works with XeTeX (my compiler also suggests LuaTeX but I'm not going to try it).
    I'm quite happy with how BibTeX works though I'm going guess that you use BibLaTeX for your own reasons.
    LaTeX itself works, I've been working on my MSc Dissertation, lectures notes and other bits, conveniently written in LaTeX, with a working BibTex bibliography. Have I had any problems after uninstalling TeXLive 2012 and then installing TeXLive 2013? NO.
    As for your second question, no. I will not repeat how I did the upgrade for a third time, so please read my previous posts.
    Edited after re-reading entire thread (things getting mixed up in my head ¬¬).
    Last edited by clfarron4 (2013-08-05 21:45:25)

  • Can't copy music to ipod ("cannot be updated... unknown error (-50)"

    Well, the last month has been pretty much a nightmare with my beloved ipod (60gb with video, and I'm using a Powerbook G4).
    My immediate problem is this: after transferring about half of my music onto my ipod (which I'm doing from scratch, because of another issue that will come up later in the post), I got an error message saying "The ipod 'Disco Stu II' cannot be updated. An unknown error occurred (-50)." I click ok, and am stuck here. I cannot eject my ipod - when I try to, I am told that "it contains files that are in use by another application" - although I'm not running any other programs (except, currently, Firefox). When I click "ok" to that, the first error message recurs. When I close itunes and move the ipod icon from my desktop to the trash, I get a message saying that the disk is in use and could not be ejected. Relaunching Finder doesn't change this. Reopening itunes, nothing changes. It's possible that if I restart the computer, I'll be able to eject the ipod, but this also seems like it might end up doing more damage.
    The larger problem: this type of thing has been happening often recently. A few weeks ago, I was copying music from an external hard drive onto my ipod, when itunes suddenly quit. I don't remember all of the details, but I got a message saying the ipod couldn't be read or written to. I said ok, ejected the ipod, and to my horror found that it was now empty. When I plugged it back in, itunes gave me a single option to restore the ipod. I called AppleCare, who walked me through an alternate version of restoring (unfortunately, I don't remember the details here either). I was then able to put music back on my ipod, and for a few weeks it worked okay. But last night I had my ipod plugged into my laptop's usb for charging, and while my back was turned another error message (I think this was another "cannot be updated"), and again I was stuck with a single "restore" option, so once again, I had no music on my ipod. Which is why I'm trying to refill it now, without much luck.
    Other possibly relevent stuff: earlier tonight, while my ipod wasn't connected, itunes caused a kernel panic. I thought (hoped) that this meant my copy of itunes was the problem, so I trashed my copy (as well as my itunes preferences... but are there other things that I should also be trashing?) and downloaded and installed a new version. Apparently this wasn't the solution, since the immediate problem happened after I installed the new version.
    Any help appreciated. This is the kind of thing that makes me want to cry, or throw things.
    Adam

    Update: I restarted the computer and, surprisingly, itunes could read my ipod and was able to transfer music to it. I still received one or two of the "unknown error" messages while transferring the rest of my music (carefully, less than 100 songs at a time). However, I'm still unable to eject my ipod either through itunes or finder. I was only able to do it by restarting again. Knock on wood, the situation seems tolerable now, but I expect to be living in fear that my ipod will stop working for the next few weeks. Any wisdom would be appreciated. thanks!

  • Java 8 Update 45 crashes with error message.

    MacBook Pro 13-inch, mid-2012, 4 GB memory
    Yosemite (V10.10.3 - 14D136)
    Running Java 8 update 31
    Trying to install Java 8 update 45
    Tried it at least 4 times. No way to do it. At every try, the download works OK (60.5 MB), then the windows says it extracts the update and, after a little bit of time, suddenly disappears without any error message or any other warning. I never get to the "Install and relaunch" step. Subsequent checks (no matter if it is done before or after a reboot) always show that I'm still running update 31.
    Anybody knows what's going wrong there?
    Regards,
    Denis MAILLARD.

    Thanks for the info about using the Console, Eric.
    However, there doesn't seem to be much that is useful in the console log (unless it skipped my attention or the error messages are too cryptic).
    Here below are the extracts from the log, for an update attempt in safe mode. The one possibly useful info I see there is the "22/04/2015 17:16:12,143 Java Updater[393]" line, if it is not just the info that the updater found the kit. If it is, then, unless there's an Oracle specific log with more info (and I don't know if there's one and, if yes, where), I'm afraid we can only conclude that the installer crashed, without more precision.
    22/04/2015 17:14:28,265 com.apple.xpc.launchd[1]: (com.apple.watchdogd) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    22/04/2015 17:14:31,133 Java Updater[393]: Original euid:502
    22/04/2015 17:14:31,137 Java Updater[393]: Host name is javadl-esd-secure.oracle.com
    22/04/2015 17:14:31,137 Java Updater[393]: Feed URL: https
    22/04/2015 17:14:31,137 Java Updater[393]: Hostname check passed. Valid Oracle hostname
    22/04/2015 17:14:32,723 java[394]: objc[394]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
    22/04/2015 17:14:38,356 watchdogd[395]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
    time needed to download the kit
    22/04/2015 17:16:09,257 com.apple.xpc.launchd[1]: (com.apple.watchdogd) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    22/04/2015 17:16:10,000 kernel[0]: hfs: mounted Oracle Java 8 Update 45 on device disk2s1
    22/04/2015 17:16:10,251 mds[74]: (Volume.Normal:2464) volume:0x7f82eb0b8e00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/039CFEDD-6130-4517-B929-E0EC2E6A4DFA
    22/04/2015 17:16:12,143 Java Updater[393]: App found:/Users/denis/Library/Application Support/Java/Java 1.8.45.14 5/JavaAppletPlugin.pkg
    22/04/2015 17:16:12,000 kernel[0]: hfs: unmount initiated on Oracle Java 8 Update 45 on device disk2s1
    22/04/2015 17:16:19,349 watchdogd[438]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
    If anybody can say more, I'd be grateful.
    Regards,
    Denis MAILLARD.

  • Creative Cloud updates fail due to error U43M1D212

    Problem:
    Creative Cloud desktop is installed. Login to Creative Cloud works. Applications can be installed BUT applications CANNOT be updated. Error message: "Unable to reach Adobe servers"
    System:
    Windows 7 Ultimate, 64-bit
    What I've tried so far:
    1. Uninstalled everything, ran CC Cleaner Tool, restarted computer, re-installed.
    2. Disabled Windows Firewall and Microsoft Security Essentials. Rebooted router. - This is a home network, not a managed network.
    3. Checked everything this page tells me to do: Sign in, activation, or connection errors | CC, CS6, CS5.5
    - Internet connection is fine
    - Secure sites work
    - Hosts file is clean
    - GlobalSign Root CA certificate is OK, just to be sure I downloaded a new copy and reinstalled the certificate
    4. Checked aamu.log in the Users folder. It shows error code string U43M1D212 as the reason for failed update download.
    Please help.

    Update to this problem which still has not been resolved.
    I wiped the computer clean and started with a fresh installation of Windows, a clean image direct from Microsoft without manufacturer bloatware. Disabled Windows firewall, only installed Creative Cloud desktop. Again, I can sign into Creative Cloud, download and install apps, but still not update them.
    Proceeded to install everything else I need on this computer, and everything works without problems. I know it's not the computer, my internet connection, cables, DNS or anything else I can do anything about. Adobe needs to fix this.
    Below is a part of the aamu.log file that shows the problem:
    05/18/14 12:35:05:711 | [INFO] |  | UPDATER | CORE |  |  |  | 4776 | ThreadDownloadUpdates:: Initializing Download
    05/18/14 12:35:05:712 | [INFO] |  | UPDATER | CORE |  |  |  | 4776 | GDEDownloader:: GDEInitialize Successful
    05/18/14 12:35:05:719 | [INFO] |  | UPDATER | CORE |  |  |  | 4776 | GDEDownloader:: GDEInitDownloader Successful
    05/18/14 12:35:05:805 | [INFO] |  | UPDATER | CORE |  |  |  | 4776 | ThreadDownloadUpdates:: GDEGetFileSize UnSuccessful
    05/18/14 12:35:05:805 | [INFO] |  | UPDATER | CORE |  |  |  | 4776 | ThreadDownloadUpdates:: ERROR: No Network
    05/18/14 12:35:05:812 | [INFO] |  | UPDATER | CORE |  |  |  | 4776 | GDEDownloader:: GDE Closed
    05/18/14 12:35:05:812 | [INFO] |  | UPDATER | CORE |  |  |  | 4776 | ThreadDownloadUpdates:: ERROR: Download Stopped
    05/18/14 12:35:06:674 | [INFO] |  | UPDATER | CORE |  |  |  | 4728 | SetDownloadUpdatesInProgress :  = 0
    05/18/14 12:35:06:674 | [INFO] |  | UPDATER | CORE |  |  |  | 4728 | SetDownloadUpdatesInProgress :  = 0
    05/18/14 12:35:06:674 | [INFO] |  | UPDATER | CORE |  |  |  | 4728 | UCGetprogress : Updates download returning state for reffId  = AdobeCSXSExtensions4-4/4.0.2
    05/18/14 12:35:06:674 | [INFO] |  | UPDATER | CORE |  |  |  | 4728 | UCGetprogress : Updates download returning state     = 43
    05/18/14 12:35:06:674 | [INFO] |  | UPDATER | CORE |  |  |  | 4728 | UCGetprogress : Updates download returning outError  = 212
    05/18/14 12:35:06:674 | [INFO] |  | UPDATER | CORE |  |  |  | 4728 | UCGetprogress : Updates download returning percent   = 0
    05/18/14 12:35:06:674 | [INFO] |  | UPDATER | CORE |  |  |  | 4728 | UCGetprogress : Updates download returning unique error code string   = U43M1D212

  • Help needed on restoring Iphone..post IOS update..getting an error -1

    Help needed on restoring Iphone..post IOS update..getting an error -1

    try restarting your computer i had that problem i unplugged my phone from itunes restarted my computer and then it worked

  • When i tried to update my apps in the app store, i coudn't update because of particular error is irritating me whenever i try to update..[There was an error in the app store please try again later.(20)] Any one suggest me to fix this error soon.

    When i tried to update my apps in the app store, i coudn't update because of particular error is irritating me whenever i try to update..[There was an error in the app store please try again later.(20)] Any one suggest me how to fix this error soon.

    Yea i deleted all the apps which was purchased earlier with old Apple id ..and nw i installed all apps with my new apple id...Tanq for helping guys (Linc Davis and Dah•veed ).

  • Why can't we get a straight answer from Apple about updater issues?

    Why are there thousands and thousands of posts from people all having the same issue? We try to update IPod software using latest updater, and it causes IPod to no longer be recognized. All we want is someone from Apple to FIX THE PROBLEM! Yet all we get are refferals to complicated articles that never seem to work for at least half the people. Clearly it is a problem with these updaters. WHY IS APPLE NOT FIXING THIS ISSUE? Can anyone give me a straight answer!?

    Hi Wolf,
    Welcome to Apple Discussions
    "thousands and thousands of posts"
    There are roughly 10,300 thread with 50,000 posts in the iPod Nano forum, and there are probably another 500,000 who don't even know it exists. I don't there there has been a thousand posts on the updater issue. It may seem like thousands upon thousands, but don't forget; you're at an Apple Support Forum.
    "All we want is someone from Apple to FIX THE PROBLEM!thousands and thousands of posts"
    There's no need to "shout". I don't think Apple is going to hear you from shouting in a user to user forum. Nor will you probably get a answer (here) from Apple for the same reason. I have a -------- (straight) answer for you. I don't know what's going on specifically (no one really knows in this forum because they are all users. Anyone who would know won't say), but I can assure you that Apple isn't ignoring the issue. They are the quickest to respond to any problem that comes their way. If you would like to get Apple's attention, I don't suggest ranting and raving in the iPod user to user forum. I suggest submitting polite feedback to Apple here.
    Jon

  • Is there a consensus on how to solve security update issues?

    hi,
    i'm writing to you from a PPC G4 (AGP graphics) that will self-destruct by the time i switch off and (attempt) to re-start tomorrow. i will then need to do a re-install, just to see if i have gotten any replies (grinds teeth to the root). it will probably be my 8 th re-install in the past month. i just can'st takes no mores, Cap'n
    <exasperation>deep breath... each time i have done a clean install, zero-ed all data when erasing (7 times over, on this occasion), repaired permissions before and after each software update, and followed every advice i could find via google to pre-empt another "Error: underlying task reported failure on exit" and the inevitable hanging grey screen; i have earned nothing but another Disk Utility report of the same problem. my HD seems to be OK - Disk Utility and Disk Warrior both say it's "verified" by SMART (although i've read this could be no assurance...). it's 40 GB, nothing else installed but NetBarrier; nothing saved on it (just 3GB of OS).
    i've searched this forum over the last weekend and come across a diverse range of methods in resolving software update issues. i have tried downloading the security update and safari 3.2 directly from the site and bypassing Software Update- to no avail (but noticed that they are quite larger in MB than via Software Update??).
    the one suggestion the intrigued me was installing the update via Terminal. why would this be any different? the worst thing about this is that there is no universal way that'll work for all, just individual solutions for different macs??? could my problem be exacerbated by using the double layer (double the permissions to fix?) of a Panther OS with Tiger Upgrade disk?
    when i last tried to resolve the "error" with safe mode, fsck and DU Repair Disk/Permissions, which initially failed, i resorted to Disk Warrior, which re-built the directory, and "fixed" the HD. when i re-tried fsck it said the HD was "ok", but i still had the "error: underlying task..." on DU?
    is there an issue with the Security Update oo8 because it's PRIMARILY for 10.5 and not Tiger? why have some encountered this problem and others escaped any seeming conflicts ? is this problem also caused by JAVA updates (there are, after all, 4 updates!)
    more importantly, WHAT CAN I DOOOOOOOO?
    thank you

    looking at your suggestion to check /Library/Startup items in the concurrent thread ("Help needed after installing Security Update 2008-008"), i recalled that the only thing i have in this file system is 3 folders concerning Intego, NetBarrier and Virus Barrier. one of these contains the NetBarrier x4 daemon which has no image, just the apple "pencil, ruler, pen on paper" "A" image. i don't think it correctly downloaded, but this the case in every instance.
    i'm running netbarrier x4 10.4.5 updated and downloaded on installation. intego Support says that there should be nothing in my "Startup/Login items". i thought they meant Login items (users>login items) because when i take the folders out of my "/Library/Startup items", NetBarrier fails to "initialize".
    intego is now on newtbarrier x5, but they say x4 is fully compatible with Tiger???
    my baby maybe getting on, but it's strong enough, i just need to know what's bugging it!

  • I am getting the following error messages Extension Manager 6.0.8 Update Installation failed. Error Code: U44M1P7

    When I tried to install latest updates to Lightroom I am getting the following error messaage:
    Extension Manager 6.0.8 Update
    Installation failed. Error Code: U44M1P7
    Ca you explain what I need to do to resolve this?

    Jjmarmour please see Installation failed. Error U44M1P7 | Updates - http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html for information on how to resolve the U44M1P7 error.

  • Error message: The iPod "THE ipod" cannot be updated. An unknown error o...

    the full message is: the iPod "THE ipod" cannot be updated. An unkown error occured (-36).
    WHAT DOES THAT MEAN AND WHY CAN'T I PUT ANY MORE SONGS ON MY IPOD.i only have 60 something on there. the message pops up every time i try put a new song on it.
    if ANYONE could help it'd be greatly appreciated. thanx.

    == Error -54 ==
    From an OS9 reference, error -54 is a software lock on a file or a permissions error. (Some of the old codes still apply to OSX although there is no formal list of OSX error codes.)
    First, try simply restarting your computer.
    iTunes Library cannot be saved (Error -54) - https://discussions.apple.com/thread/1912814

  • Windows Updates won't install - Error 0x80072EFD

    Question 
    Windows Updates won’t install.  I’m receiving Error 0x80072EFD.  What can I do to solve this?
    Answer 
    This particular error means that your computer was not able to connect to the Internet when it tried to install updates.  First, check your Internet connection and then try again. If that doesn’t work, try the methods below.
    Method A: Make sure that Windows Firewall is turned on, and temporarily disable third-party firewalls
    Warning This workaround may make a computer or a network more vulnerable to attack by malicious users or by malicious software such as viruses. We do not recommend this workaround but are providing this information so that you can implement this workaround at your own discretion. Use this workaround at your own risk.
    To complete this method, follow these steps.
    Step 1: Make sure that Windows Firewall is turned on
    To open Windows Firewall, click the Start button, and then click Control Panel. In the search box, type firewall, and then click Windows Firewall.
    Click Turn Windows Firewall on or off.
    Click On (recommended), and then click OK.
    Step 2: Temporarily disable third-party firewalls
    Click the Start button, click Control Panel, and then, under System and Security, click Review your computer's status.
    Click the arrow button next to Security to expand the section.
    Under Firewall, read the firewall status note. This information will indicate which, if any, firewall is installed and whether the firewall is turned on. For example, for ZoneAlarm, the notice will say ZoneAlarm Firewall is currently ON.
    Open the third-party firewall application that is listed in the firewall status note, and temporarily disable the firewall. If necessary, refer to the firewall application documentation, or contact the application vendor for more information about how to temporarily disable the application.
    Step 3: Try to install the updates again
    If this method resolved your issue, follow the steps in Method B, step 2 to re-enable your third-party firewall. You might want to also check for and install any necessary updates to your third-party firewall.
    If this method did not resolve your issue, continue with Method B.
    Method B: Temporarily disable third-party antivirus software
    Warning This workaround may make a computer or a network more vulnerable to attack by malicious users or by malicious software such as viruses. We do not recommend this workaround but are providing this information so that you can implement this workaround at your own discretion. Use this workaround at your own risk.
    Note If your third-party firewall is still disabled from Method A, do not open e-mail messages, surf the Web, or use instant messenger at this point.
    Step 1: Locate and temporarily disable your third-party antivirus software
    Note Windows does not detect all antivirus software, and some antivirus software doesn't report its status to Windows. If your antivirus software is not displayed in Windows Security Center, and you're not sure how to find it, try any of the following:
    Look for the antivirus software in the list of programs on the Start menu.
    Type the name of the software or the publisher in the Search box on the Start menu.
    Look for the software in Action Center:
    Click the Start button, click Control Panel, and then, under System and Security, click Review your computer's status.
    Click the arrow button next to Security to expand the section.
    If Windows can detect your antivirus software, it will be listed under Virus protection.
    If the software is turned on, check the Help documentation that was included with the software for information about how to disable it.
    Note You may have to look in the application documentation to determine how to do this.
    Step 2: Check for Windows Updates
    As soon as the antivirus software is temporarily disabled, visit the Windows Update or Microsoft Update site again, and try to download and install updates.
    If this method resolved your issue, and you were able to install the updates successfully, you should re-enable your third-party antivirus software.
    If this method did not resolve your issue, continue with Method C.
    Method C: Disable software accelerator programs
    Disable any software accelerator programs that may be running. Some examples of these programs are file download accelerators and Internet speed accelerators.
    Note If your third-party firewall is still disabled from Method B, do not open e-mail messages, surf the Web, or use instant messenger at this point.
    Step 1: Disable software accelerator programs
    To do this, select from the following options:
    See the documentation that was included with the program.
    View the Help files for your program.
    Contact the program vendor. For information about how to contact the program vendor, visit the following Microsoft Web site:
    http://support.microsoft.com/gp/vendors
    Step 2: Install Updates
    As soon as the software accelerator program is disabled, visit the Windows Update or Microsoft Update site again, and try to download and install updates.
    If this method resolved your issue, you should enable the software accelerator programs that you disabled in Step 1.
    If this method did not resolve your issue, continue with Method E.
    Method D: Add the Windows Update Web site and the Microsoft Update Web site to the Trusted Sites list
    Note If your third-party firewall is still disabled from Method A, do not open e-mail messages, surf the Web, or use instant messenger at this point.
    To add the Windows Update Web site and the Microsoft Update Web site to the Trusted Sites list, follow these steps:
    Start Windows Internet Explorer.
    On the Tools menu, click Internet Options.
    Note If you are using Internet Explorer 7, and the menu is not available, press the ALT key on your keyboard to access the Internet Explorer Menu.
    Click the Security tab, and then click Trusted Sites.
    Click Sites, and then click to clear the Require server verification (https for all sites in this zone check box.
    In the Add this Web site to the zone box, type the following addresses, and then click Add after you type each address:
    http://update.microsoft.com
    http://windowsupdate.microsoft.com
    Click OK two times.
    Try to install the updates again.
    If this method resolved your issue and you were able to install updates successfully, you should re-enable your third-party firewall if it is still disabled. To do this, see step 2 in Method A.
    For more methods and advanced troubleshooting techniques, see You may encounter temporary connection-related errors when you use Windows Update or Microsoft Update to install updates.

    Mark, I've just been through this update issue with two installations.  In my case, it seemed intertwined with authentification and indexing not working, either.    Upon a transfer of my system disk to new hardware I got hit with the issue and couldn't fix it.  Which is why I did a clean install of Win7 ultimate 64bit on my T61p.  The install (including update) worked great until I ran the intel matrix storage manager update.  This broke windows update.  If you surf the web, and include "intel rapid storage manager" or "intel matrix storage manager" and "Windows update fails", you'll see that a lot of folks feel that the intel driver (or how windows handles it) is what breaks update.  I tracked this down to a driver, iastor.sys, in windows\system32\drivers.    I was able to fix my Window Update by copying an iastor.sys from another recently built machine (should be exactly the same, but this was my wife's T510, but still Win 7 Pro 64) to overwrite the iastor.sys that the intel update changed.  To be clear: I couldn't get windows update or indexing to work.  I overwrote* the "bad" iastor.sys with one that worked on another computer.  Rebooted.  Update worked. I just wanted to point out that instead of blindly installing updates to fix problems, folks should be aware that sometimes the update is the problem. Especially as these systems are off warranty and the drivers are not being updated.  I've asked elsewhere, so let me ask here: Where is the System Interface Driver for t61p?  Not listed anywhere on site, links on the web referring to it are all broken.  Is the System Interface Driver now part of another driver program?  Thanks! Jim T61p, Win 7 Ultimate 64bit, and T510, Win 7 Pro 64bit

  • When I was updating my ipod touch 4g 8g 4.3.3 the USB came out and now it just shows connect to itunes and when i try to update it comes with error 6. I do all of the help things and nothing

    When I was updating my ipod touch 4g 8g 4.3.3 the USB came out and now it just shows connect to itunes and when i try to update it comes with error 6. I do all of the help things and nothing happoned

    First see if placing the iPod in Recovery Mode will allow a restore.
    Next try DFU mode and restore.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    If not successful then time for an appointment at the Genius Bar of an Apple store. You are not alone with this problem.

  • Cant update my iPod - unknown error - need tecnical help!

    I am using iTunes 7.0.2.16 (latest version), iPod 5th generation (software version 1.1.1), OS: Windows XP SP2.
    The problem is that i cant automatically update my iPod firmware to 1.2 version. When i click to "Update" i get unknown error message (number 23). The error message is not contain information about cause of error, only that its "unknown".
    I guess, its because my firmware is 1.1.1 and not 1.1.2 as its supposed to be, but i dont know.
    So i hope, that you can help me to solve it without restoring my iPod (it will be big trouble with my 3000 songs..).
    If someone knows where i can download 1.1.2 firmware to try with it first, pls give me the link.
    Thanks for attention!

    My Ipod/Itunes seems to have the same problem. Downloading other things doesn't seem to matter, but I can't download the update. It always says, could not connect to the iPod update server! It says to check my connection, but I'm obviously connected to the Internet...It does that when I try to restore, or update. Any thoughts?

  • Can not update photoshop keep getting this error Adobe Bridge CS5 4.0.5 Update   There was an error downloading this update. Please quit and try again later.     Adobe Extension Manager CS5 5.0 Update   There was an error downloading this update. Please q

    can not update photoshop keep getting this error
    Adobe Bridge CS5 4.0.5 Update   There was an error downloading this update. Please quit and try again later.   
    Adobe Extension Manager CS5 5.0 Update   There was an error downloading this update. Please quit and try again later.   
    Photoshop 12.0.4 update for Photoshop CS5   There was an error downloading this update. Please quit and try again later.   
    Photoshop Camera Raw 6.7 Update   There was an error downloading this update. Please quit and try again later.
    contacted customer service they could not help me I have previously had Photoshop on two other computers I deactivated it from one computer to put on a new one put. Can not do the updates I need them for camera Raw.
    Please Help

    What operating system are you using?
    You can try searching for, downloading the updates yourself and running the installers:
    Product updates

Maybe you are looking for

  • How do I set up a private enterprise messaging server?

    The iPad and iPhone messaging app seems to require that the messaging server must be in the Apple cloud.  Is there a way to set up a private enterprise messaging server?

  • TS1717 says itunes is corrupted or not installed correctly please reinstall itunes - how is that done?

    I get error message saying itunes is corrupted or not installed correctly please reinstall itunes --- wondering what this means and if needed how to reinstall itunes

  • Traffic lights in SP15 : Flex 2.0

    Hey all, We've upgraded lately our Portal and BW system to SP15. In SP13 we were able to set up according to wiki about traffic lights, traffic lights. Now this is not possible any more. is this due to the deployment in Flex 2.0? Our is there an othe

  • How to patch 10.2.0.1 to 10.2.0.5 on oracle Solaris spark 64 bit

    Dear All, DB version - 10.2.0.1 enterprise edition os - oracle Solaris spark 64 bit We want to patch the above mentioned DB version to 10.2.0.5 so that we can have the repository database of oracle enterprise manager 12.1.0.4 While looking for pre up

  • Throttle SNMP traps

    What is the best way to throttle snmp traps? I have an HP NNM (Network Node Manger) server that is currently receiving traps from a number of network devices. Sometimes traps get sent from these devices at a higher rate than the NNM server can handle